:root {
  --tao-x-paper: #f5f2eb;
  --tao-x-ink: #11110f;
  --tao-x-line: #d9d4ca;
  --tao-x-muted: #716f69;
  --tao-x-green: #176a39;
  --tao-x-green-bg: #e8f5ec;
  --tao-x-amber: #8a5a00;
  --tao-x-amber-bg: #fff4d6;
  --tao-x-red: #a3312b;
  --tao-x-red-bg: #fde9e7;
}

/* Unified Mi TAO navigation and private management tools. */
.tao-x-account-cluster {
  display: inline-flex;
  align-items: stretch;
}

.tao-x-account-cluster .tao-account-link {
  border-radius: 999px 0 0 999px;
}

.tao-x-account-toggle {
  width: 34px;
  padding: 0 8px 3px 3px;
  border: 1px solid var(--tao-x-line);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  background: transparent;
  color: var(--tao-x-ink);
  cursor: pointer;
  font-size: 18px;
}

.tao-x-account-toggle[aria-expanded="true"] span {
  display: inline-block;
  transform: rotate(180deg);
}

.tao-x-account-popover {
  position: fixed;
  z-index: 100001;
  top: 82px;
  right: clamp(18px, 3vw, 54px);
  width: min(390px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid var(--tao-x-line);
  border-radius: 22px;
  background: rgba(250, 248, 243, .98);
  box-shadow: 0 24px 70px rgba(17, 17, 15, .18);
  backdrop-filter: blur(18px);
}

.tao-x-account-popover[hidden] {
  display: none;
}

.tao-x-account-popover__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px 10px 10px;
  color: var(--tao-x-muted);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tao-x-account-popover__head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--tao-x-ink);
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
}

.tao-x-account-nav {
  display: grid;
  gap: 16px;
}

.tao-x-account-nav__group {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--tao-x-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .84);
}

.tao-x-account-nav__group > span {
  padding: 14px 16px 10px;
  color: var(--tao-x-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.tao-x-account-nav__group a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-top: 1px solid var(--tao-x-line);
  color: var(--tao-x-ink);
  font-size: 14px;
  text-decoration: none;
}

.tao-x-account-nav__group a::after {
  color: var(--tao-x-muted);
  content: "↗";
}

.tao-x-account-nav__group a:hover,
.tao-x-account-nav__group a:focus-visible,
.tao-x-account-nav__group a.is-current {
  background: var(--tao-x-ink);
  color: #fff;
}

.tao-x-account-nav__group--management {
  border-color: rgba(255, 75, 56, .4);
  background: #fff3ef;
}

.tao-x-account-nav__group--management > span {
  color: #ca392a;
}

.tao-x-platform-shell {
  width: min(100% - clamp(28px, 6vw, 96px), 1500px);
  min-height: 75vh;
  margin-inline: auto;
  padding: clamp(46px, 7vw, 104px) 0 clamp(80px, 10vw, 150px);
}

.tao-x-platform-shell__header {
  max-width: 1160px;
  margin-bottom: clamp(46px, 7vw, 94px);
}

.tao-x-platform-shell__header h1 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(56px, 9vw, 132px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.055em;
}

.tao-x-platform-layout {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.tao-x-account-nav--sidebar {
  position: sticky;
  top: 104px;
}

.tao-x-platform-content {
  min-width: 0;
}

.tao-x-platform-content > p:only-child {
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid var(--tao-x-line);
  border-radius: 24px;
  background: #fff;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(22px, 3vw, 38px);
}

.tao-x-platform-content .tao-manager {
  width: 100%;
}

.tao-x-platform-content .tao-manager-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tao-x-management-card {
  display: flex;
  gap: 28px;
  align-items: flex-end;
  justify-content: space-between;
  border-color: rgba(255, 75, 56, .35);
  background: #fff3ef;
}

.tao-x-management-card > div:first-child {
  max-width: 650px;
}

/* Confirmed identity: read first, edit intentionally. */
.tao-x-identity-card,
.tao-x-bidder-confirmed {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--tao-x-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .84);
}

.tao-x-identity-card {
  margin: 26px 0 22px;
}

.tao-x-identity-card__head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.tao-x-identity-card h3,
.tao-x-bidder-confirmed h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 400;
  line-height: .95;
}

.tao-x-identity-card dl,
.tao-x-bidder-confirmed dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 20px;
  border-block: 1px solid var(--tao-x-line);
}

.tao-x-identity-card dl div,
.tao-x-bidder-confirmed dl div {
  min-width: 0;
  padding: 20px;
}

.tao-x-identity-card dl div + div,
.tao-x-bidder-confirmed dl div + div {
  border-left: 1px solid var(--tao-x-line);
}

.tao-x-identity-card dt,
.tao-x-bidder-confirmed dt {
  margin-bottom: 7px;
  color: var(--tao-x-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tao-x-identity-card dd,
.tao-x-bidder-confirmed dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.tao-x-identity-card > p,
.tao-x-bidder-confirmed header > p:last-child {
  max-width: 760px;
  color: var(--tao-x-muted);
}

.tao-x-bidder-confirmed > .tao-x-status {
  margin-top: 0;
}

.tao-x-bidder-confirmed header {
  max-width: 820px;
  margin-top: 42px;
}

/* NODE / TAO.01 registration and ticket language. */
.tao-x-node__title h1 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 400;
  line-height: .72;
  letter-spacing: -.075em;
  text-transform: none;
}

.tao-x-node .tao-x-node__hero-actions .button.alt {
  border-color: var(--tao-node-red);
  background: var(--tao-node-red);
  color: #fff;
}

.tao-x-node__registration {
  padding: clamp(80px, 11vw, 170px) clamp(8px, 4vw, 62px);
}

.tao-x-node__registration > header {
  max-width: 980px;
  margin-bottom: clamp(42px, 6vw, 82px);
}

.tao-x-node__registration > header h2 {
  margin: 0 0 22px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(56px, 8vw, 118px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.055em;
}

.tao-x-node__registration > header > p:last-child {
  max-width: 720px;
  color: var(--tao-x-muted);
  font-size: clamp(17px, 1.5vw, 22px);
}

.tao-x-registration-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.tao-x-registration-form {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--tao-x-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .84);
}

#tao-node-form {
  scroll-margin-top: 110px;
}

.tao-x-password-setup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1040px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 79, 61, .38);
  border-radius: 24px;
  background: #fff4ef;
}

.tao-x-password-setup strong {
  display: block;
  margin-bottom: 8px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  line-height: 1;
}

.tao-x-password-setup p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--tao-x-muted);
}

.tao-x-initial-password {
  max-width: 1040px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--tao-x-line);
  border-radius: 24px;
  background: #fff;
  scroll-margin-top: 110px;
}

.tao-x-initial-password h3 {
  margin: 0 0 24px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.tao-x-initial-password__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.tao-x-initial-password__fields label {
  display: grid;
  gap: 8px;
  color: var(--tao-x-muted);
  font-size: 12px;
}

.tao-x-initial-password__fields input {
  width: 100%;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid var(--tao-x-line);
  border-radius: 12px;
  background: #fff;
  color: var(--tao-x-ink);
}

.tao-x-event-form {
  max-width: none;
}

.tao-x-event-form label small {
  display: block;
  margin-top: 6px;
  color: var(--tao-x-muted);
  font-size: 10px;
}

.tao-x-event-form .button.alt {
  min-height: 58px;
  border-color: var(--tao-node-red);
  background: var(--tao-node-red);
  color: #fff;
}

.tao-x-ticket {
  position: relative;
  display: flex;
  min-height: 610px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 40px);
  overflow: hidden;
  border: 1px solid var(--tao-x-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(17, 17, 15, .12);
  transform: rotate(-1.8deg);
}

.tao-x-ticket::before,
.tao-x-ticket::after {
  position: absolute;
  top: 49%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--tao-x-paper);
  content: "";
}

.tao-x-ticket::before { left: -14px; }
.tao-x-ticket::after { right: -14px; }

.tao-x-ticket__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.tao-x-ticket__qr {
  display: grid;
  grid-template-columns: repeat(3, 46px);
  grid-template-rows: repeat(3, 46px);
  gap: 7px;
  align-self: center;
  padding: 20px;
  background: #fff;
}

.tao-x-ticket__qr i {
  display: block;
  background: var(--tao-x-ink);
}

.tao-x-ticket__qr i:nth-child(1),
.tao-x-ticket__qr i:nth-child(3),
.tao-x-ticket__qr i:nth-child(7) {
  border: 10px solid var(--tao-x-ink);
  background: #fff;
}

.tao-x-ticket__qr i:nth-child(5) { transform: scale(.5); }
.tao-x-ticket__qr i:nth-child(6) { clip-path: polygon(0 0, 100% 0, 100% 44%, 48% 44%, 48% 100%, 0 100%); }
.tao-x-ticket__qr i:nth-child(8) { clip-path: polygon(0 0, 44% 0, 44% 54%, 100% 54%, 100% 100%, 0 100%); }
.tao-x-ticket__qr i:nth-child(9) { transform: scale(.72); }

.tao-x-ticket__meta {
  display: grid;
  gap: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.tao-x-event-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: center;
  min-height: 680px;
}

.tao-x-event-card::after {
  top: -12%;
  right: 16%;
  width: min(42%, 610px);
  height: 128%;
}

.tao-x-event-card__copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

.tao-x-event-card__copy strong {
  margin: 24px 0 28px;
  font-size: clamp(68px, 10vw, 142px);
  line-height: .72;
  letter-spacing: -.065em;
}

.tao-x-event-card__copy p {
  max-width: 680px;
  margin: 0 0 28px;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.45;
}

.tao-x-event-card__copy small {
  line-height: 1.5;
}

.tao-x-event-card__copy b {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--tao-x-ink);
  font-size: 13px;
}

.tao-x-ticket--event {
  min-height: 540px;
  color: var(--tao-x-ink);
  transform: rotate(3deg);
}

@media (max-width: 1000px) {
  .tao-x-platform-layout {
    grid-template-columns: 1fr;
  }

  .tao-x-account-nav--sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tao-x-platform-content .tao-manager-grid {
    grid-template-columns: 1fr;
  }

  .tao-x-registration-layout,
  .tao-x-event-card {
    grid-template-columns: 1fr;
  }

  .tao-x-ticket {
    min-height: 500px;
  }

  .tao-x-ticket--event {
    width: min(100%, 520px);
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .tao-x-account-cluster .tao-account-link {
    display: none;
  }

  .tao-x-account-toggle {
    width: 42px;
    height: 42px;
    padding: 0 0 3px;
    border: 1px solid var(--tao-x-line);
    border-radius: 50%;
  }

  .tao-x-account-popover {
    top: 68px;
    right: 10px;
    width: calc(100vw - 20px);
    max-height: calc(100svh - 84px);
    overflow-y: auto;
  }

  .tao-x-platform-shell {
    width: min(100% - 24px, 1500px);
    padding-top: 34px;
  }

  .tao-x-platform-shell__header {
    margin-bottom: 34px;
  }

  .tao-x-platform-shell__header h1 {
    font-size: clamp(48px, 16vw, 76px);
  }

  .tao-x-account-nav--sidebar {
    grid-template-columns: 1fr;
  }

  .tao-x-management-card,
  .tao-x-identity-card__head {
    display: block;
  }

  .tao-x-management-card .tao-x-actions,
  .tao-x-identity-card__head .button {
    margin-top: 22px;
  }

  .tao-x-identity-card dl,
  .tao-x-bidder-confirmed dl {
    grid-template-columns: 1fr;
  }

  .tao-x-identity-card dl div,
  .tao-x-bidder-confirmed dl div {
    padding-inline: 0;
  }

  .tao-x-identity-card dl div + div,
  .tao-x-bidder-confirmed dl div + div {
    border-top: 1px solid var(--tao-x-line);
    border-left: 0;
  }

  .tao-x-node__title h1 {
    font-size: clamp(58px, 22vw, 88px);
    line-height: .76;
  }

  .tao-x-node__registration {
    padding-inline: 4px;
  }

  .tao-x-registration-form {
    order: 1;
    width: 100%;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .tao-x-registration-layout > .tao-x-ticket {
    order: 2;
    width: calc(100% - 16px);
    min-height: 330px;
    margin: 20px auto 0;
    border-radius: 24px;
    transform: rotate(-1deg);
  }

  .tao-x-registration-layout > .tao-x-ticket .tao-x-ticket__qr {
    grid-template-columns: repeat(3, 30px);
    grid-template-rows: repeat(3, 30px);
    gap: 5px;
    padding: 12px;
  }

  #tao-node-form {
    scroll-margin-top: 76px;
  }

  .tao-x-password-setup {
    grid-template-columns: 1fr;
  }

  .tao-x-initial-password {
    scroll-margin-top: 76px;
  }

  .tao-x-initial-password__fields {
    grid-template-columns: 1fr;
  }

  .tao-x-event-card {
    min-height: 0;
    padding: 28px 22px 42px;
  }

  .tao-x-event-card__copy strong {
    font-size: clamp(62px, 20vw, 94px);
  }

  .tao-x-event-card::after {
    top: 18%;
    right: -30%;
    width: 108%;
    height: 85%;
    opacity: .55;
  }
}

/* Bidder readiness, compact ticket access and account-password modal. */
.tao-x-status--terms_pending {
  background: var(--tao-x-amber-bg);
  color: var(--tao-x-amber);
}

.tao-x-password-setup--compact {
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: none;
  padding: 18px 20px;
  border-radius: 18px;
}

.tao-x-password-setup--compact .tao-x-eyebrow {
  margin-bottom: 5px;
}

.tao-x-password-setup--compact strong {
  margin-bottom: 4px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.tao-x-password-setup--compact p:last-child {
  font-size: 13px;
}

.tao-x-password-reminder {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 79, 61, .34);
  border-radius: 16px;
  background: #fff4ef;
}

.tao-x-password-reminder strong,
.tao-x-password-reminder span {
  display: block;
}

.tao-x-password-reminder span {
  margin-top: 3px;
  color: var(--tao-x-muted);
  font-size: 12px;
}

.tao-x-password-modal {
  position: fixed;
  z-index: 100020;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.tao-x-password-modal[hidden] {
  display: none;
}

.tao-x-password-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(8, 8, 8, .72);
  backdrop-filter: blur(8px);
}

.tao-x-password-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: calc(100dvh - 36px);
  overflow: auto;
}

.tao-x-password-modal__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--tao-x-line);
  border-radius: 50%;
  background: #fff;
  color: var(--tao-x-ink);
  font-size: 25px;
  cursor: pointer;
}

.tao-x-password-modal .tao-x-initial-password {
  max-width: none;
  margin: 0;
  padding: clamp(30px, 6vw, 58px);
}

body.tao-x-modal-open {
  overflow: hidden;
}

.tao-x-tickets__head h2 {
  font-size: clamp(40px, 5vw, 66px);
}

.tao-x-consent {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
}

.tao-x-consent input {
  margin-top: 3px;
}

.tao-x-consent span {
  display: block;
}

.tao-x-consent a {
  display: block;
  width: fit-content;
  margin-top: 6px;
  color: inherit;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Editable editorial page: auction participation and payment rules. */
.tao-x-rules {
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 150px) clamp(18px, 5vw, 72px);
}

.tao-x-rules > header {
  max-width: 980px;
  margin-bottom: clamp(52px, 8vw, 100px);
}

.tao-x-rules h1 {
  margin: 0 0 22px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.06em;
}

.tao-x-rules > header > p:last-child {
  max-width: 780px;
  color: var(--tao-x-muted);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.55;
}

.tao-x-rules ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tao-x-line);
  list-style: none;
}

.tao-x-rules li {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid var(--tao-x-line);
}

.tao-x-rules li > span {
  color: var(--tao-x-muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.tao-x-rules h2 {
  margin: 0 0 8px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 400;
}

.tao-x-rules li p {
  max-width: 840px;
  margin: 0;
  color: var(--tao-x-muted);
  line-height: 1.65;
}

.tao-x-rules aside {
  margin-top: 40px;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 24px;
  background: var(--tao-x-ink);
  color: #fff;
}

.tao-x-rules aside strong {
  display: block;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
}

.tao-x-rules aside p {
  max-width: 720px;
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 640px) {
  .tao-x-password-setup--compact,
  .tao-x-password-reminder {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tao-x-password-setup--compact .button,
  .tao-x-password-reminder .button {
    width: 100%;
  }

  .tao-x-password-modal {
    align-items: end;
    padding: 0;
  }

  .tao-x-password-modal__dialog {
    width: 100%;
    max-height: 92dvh;
  }

  .tao-x-password-modal .tao-x-initial-password {
    border-radius: 24px 24px 0 0;
  }

  .tao-x-initial-password__fields {
    grid-template-columns: 1fr;
  }

  .tao-x-rules li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }
}

.woocommerce-account.logged-in .tao-page-header--commerce {
  display: none;
}

.woocommerce-account.logged-in .tao-page--commerce {
  padding-top: clamp(42px, 6vw, 86px);
}

.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  max-width: 1480px;
  margin-inline: auto;
}

.woocommerce-account.logged-in .woocommerce::before,
.woocommerce-account.logged-in .woocommerce::after {
  display: none;
  content: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 104px;
  width: auto;
  float: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid var(--tao-x-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
  list-style: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid var(--tao-x-line);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 16px 18px;
  color: var(--tao-x-ink);
  text-decoration: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a {
  background: var(--tao-x-ink);
  color: #fff !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  width: 100% !important;
  min-width: 0;
  float: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > * {
  min-width: 0;
  max-width: 100%;
}

.tao-x-bids-page .woocommerce-MyAccount-content,
.woocommerce-MyAccount-content:has(.tao-x-bids) {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tao-x-bids {
  display: grid;
  gap: 22px;
}

.tao-x-bids__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  overflow: hidden;
  padding: clamp(32px, 5vw, 68px);
  border-radius: 28px;
  background: var(--tao-x-ink);
  color: #fff;
}

.tao-x-bids__hero::after {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff4b38;
  content: "";
}

.tao-x-bids__hero .tao-x-eyebrow {
  color: rgba(255, 255, 255, .58);
}

.tao-x-bids__hero h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.055em;
}

.tao-x-bids__hero > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.55;
}

.tao-x-bids__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  padding-inline: 4px;
  color: var(--tao-x-muted);
  font-size: 12px;
  letter-spacing: .04em;
}

.tao-x-bids__legend span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.tao-x-status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tao-x-muted);
  box-shadow: 0 0 0 5px rgba(113, 111, 105, .1);
}

.tao-x-status-dot--winning {
  background: #2cb66d;
  box-shadow: 0 0 0 5px rgba(44, 182, 109, .12);
}

.tao-x-status-dot--outbid {
  background: #ff4b38;
  box-shadow: 0 0 0 5px rgba(255, 75, 56, .12);
}

.tao-x-bids__content {
  overflow: hidden;
  border: 1px solid var(--tao-x-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .82);
}

.tao-x-bids__content .tao-my-bids > h2 {
  display: none;
}

.tao-x-bids__content .tao-my-bids > p {
  margin: 0;
  padding: clamp(38px, 6vw, 72px);
  color: var(--tao-x-muted);
  font-size: 18px;
  text-align: center;
}

.tao-x-bids__content .tao-responsive-table {
  overflow-x: auto;
}

.tao-x-bids__content table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.tao-x-bids__content thead th {
  padding: 20px 24px 14px;
  border: 0;
  color: var(--tao-x-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-align: left;
  text-transform: uppercase;
}

.tao-x-bids__content tbody td {
  padding: 24px;
  border: 0;
  border-top: 1px solid var(--tao-x-line);
  color: var(--tao-x-ink);
  vertical-align: middle;
}

.tao-x-bids__content tbody td:first-child {
  width: 42%;
}

.tao-x-bids__content tbody td:first-child a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--tao-x-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.05;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.tao-x-bids__content tbody td:first-child a::after {
  color: #ff4b38;
  content: "↗";
  font-family: Arial, sans-serif;
  font-size: .65em;
}

.tao-x-bids__content tbody td:nth-child(2) {
  font-size: 19px;
  font-weight: 650;
  white-space: nowrap;
}

.tao-x-bids__content tbody td:nth-child(3) {
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.tao-x-bids__content tbody tr.is-winning td:nth-child(3) {
  color: var(--tao-x-green);
}

.tao-x-bids__content tbody tr.is-outbid td:nth-child(3) {
  color: var(--tao-x-red);
}

.tao-x-bids__content tbody td:nth-child(4) {
  color: var(--tao-x-muted);
  font-size: 13px;
}

.woocommerce-dashboard .woocommerce-MyAccount-content > p {
  display: none;
}

.tao-x-dashboard__hero,
.tao-x-profile > header,
.tao-x-tickets,
.tao-x-guide > header {
  max-width: 820px;
  margin-bottom: 34px;
}

.tao-x-dashboard__hero h2,
.tao-x-profile h2,
.tao-x-tickets h2,
.tao-x-guide h2 {
  margin: 0 0 14px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.04em;
}

.tao-x-tickets {
  display: grid;
  max-width: none;
  gap: 24px;
}

.tao-x-tickets__head {
  max-width: 820px;
}

.tao-x-tickets__head > p:last-child {
  max-width: 640px;
  color: var(--tao-x-muted);
}

.tao-x-tickets__notice {
  display: grid;
  gap: 8px;
  max-width: 820px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--tao-x-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
}

.tao-x-tickets__notice p {
  margin: 0;
  color: var(--tao-x-muted);
}

.tao-x-tickets__notice a {
  width: fit-content;
  margin-top: 8px;
  color: var(--tao-x-ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.tao-x-ticket-list {
  display: grid;
  gap: 22px;
}

.tao-x-ticket-card {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  overflow: hidden;
  border: 1px solid var(--tao-x-line);
  border-radius: 28px;
  background: #fff;
}

.tao-x-ticket-card__qr {
  display: grid;
  align-content: space-between;
  justify-items: center;
  min-height: 470px;
  padding: 28px;
  background: var(--tao-x-ink);
  color: #fff;
  text-align: center;
}

.tao-x-ticket-card__qr > span,
.tao-x-ticket-card__qr > small,
.tao-x-ticket-card__topline,
.tao-x-ticket-card__facts dt {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tao-x-ticket-card__qr img {
  width: min(100%, 270px);
  aspect-ratio: 1;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
}

.tao-x-ticket-card__qr-pending {
  display: grid;
  width: min(100%, 250px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, .42);
  border-radius: 18px;
  color: rgba(255, 255, 255, .45);
  font-family: Newsreader, Georgia, serif;
  font-size: 64px;
}

.tao-x-ticket-card__content {
  min-width: 0;
  padding: clamp(28px, 5vw, 58px);
}

.tao-x-ticket-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}

.tao-x-ticket-card__topline > span {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--tao-x-green-bg);
  color: var(--tao-x-green);
}

.tao-x-ticket-card--blocked .tao-x-ticket-card__topline > span,
.tao-x-ticket-card--pending .tao-x-ticket-card__topline > span {
  background: var(--tao-x-amber-bg);
  color: var(--tao-x-amber);
}

.tao-x-ticket-card--cancelled .tao-x-ticket-card__topline > span {
  background: var(--tao-x-red-bg);
  color: var(--tao-x-red);
}

.tao-x-ticket-card__topline code {
  color: var(--tao-x-muted);
  font-size: 11px;
}

.tao-x-ticket-card h3 {
  max-width: 760px;
  margin: 10px 0 36px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
}

.tao-x-ticket-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid var(--tao-x-line);
}

.tao-x-ticket-card__facts > div {
  min-width: 0;
  padding: 18px 18px 18px 0;
}

.tao-x-ticket-card__facts > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--tao-x-line);
}

.tao-x-ticket-card__facts dt {
  color: var(--tao-x-muted);
}

.tao-x-ticket-card__facts dd {
  margin: 7px 0 0;
  overflow-wrap: anywhere;
  font-size: 13px;
}

.tao-x-ticket-card__sessions {
  margin-top: 28px;
}

.tao-x-ticket-card__sessions ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.tao-x-ticket-card__sessions li {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--tao-x-paper);
}

.tao-x-ticket-card__sessions small {
  color: var(--tao-x-muted);
}

.tao-x-ticket-card__reason {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--tao-x-amber-bg);
  color: var(--tao-x-amber);
  font-size: 13px;
}

.tao-x-eyebrow {
  margin: 0 0 14px;
  color: var(--tao-x-muted);
  font-size: 11px;
  letter-spacing: .18em;
}

.tao-x-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 24px;
  border: 1px solid var(--tao-x-line);
  border-radius: 18px;
  background: var(--tao-x-line);
}

.tao-x-metrics article {
  padding: 22px;
  background: #fff;
}

.tao-x-metrics span,
.tao-x-metrics strong {
  display: block;
}

.tao-x-metrics span {
  color: var(--tao-x-muted);
  font-size: 12px;
}

.tao-x-metrics strong {
  margin-top: 8px;
  font-family: Newsreader, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.tao-x-dashboard__grid,
.tao-x-profile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tao-x-profile__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tao-x-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--tao-x-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
}

.tao-x-card--wide {
  grid-column: 1 / -1;
}

.tao-x-card h3 {
  margin: 0 0 12px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.tao-x-card address {
  min-height: 70px;
  margin: 20px 0;
  color: var(--tao-x-muted);
  font-style: normal;
}

.tao-x-card > a {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--tao-x-ink);
  text-decoration: none;
}

.tao-x-status {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 18px 0;
  padding: 15px 18px;
  border: 1px solid currentColor;
  border-radius: 16px;
  background: #f1eee7;
  color: #58564f;
}

.tao-x-status__dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
}

.tao-x-status strong,
.tao-x-status small {
  display: block;
}

.tao-x-status small {
  margin-top: 4px;
  color: inherit;
  font-size: 12px;
  opacity: .8;
}

.tao-x-status--approved { background: var(--tao-x-green-bg); color: var(--tao-x-green); }
.tao-x-status--pending { background: var(--tao-x-amber-bg); color: var(--tao-x-amber); }
.tao-x-status--rejected { background: var(--tao-x-red-bg); color: var(--tao-x-red); }

.tao-x-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.woocommerce-account.logged-in .woocommerce-Addresses,
.woocommerce-account.logged-in .u-columns.col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce-account.logged-in .woocommerce-Addresses::before,
.woocommerce-account.logged-in .woocommerce-Addresses::after,
.woocommerce-account.logged-in .u-columns.col2-set::before,
.woocommerce-account.logged-in .u-columns.col2-set::after {
  display: none !important;
}

.woocommerce-account.logged-in .woocommerce-Address,
.woocommerce-account.logged-in .u-column1,
.woocommerce-account.logged-in .u-column2 {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 28px !important;
  float: none !important;
  border: 1px solid var(--tao-x-line);
  border-radius: 18px;
  background: #fff;
}

.woocommerce-account.logged-in .woocommerce-Address-title {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.woocommerce-account.logged-in .woocommerce-Address-title h2,
.woocommerce-account.logged-in .woocommerce-Address-title a {
  float: none !important;
}

.woocommerce-lost-password .woocommerce {
  display: block;
  width: min(100% - 32px, 860px);
  margin: 42px auto 100px;
}

/* The theme supplies a full-width editorial login shell. Keep the authenticated
   account grid from constraining that public shell to the navigation column. */
.woocommerce-account:not(.logged-in).tao-auth-view .woocommerce {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.tao-auth-view .tao-auth,
.tao-auth-view .tao-auth__story,
.tao-auth-view .tao-auth__access,
.tao-auth-view .tao-auth__native {
  min-width: 0;
  max-width: none;
}

.tao-auth-view .tao-auth__native .u-columns.col2-set {
  display: block !important;
  width: 100%;
  margin: 0;
}

.tao-auth-view .tao-auth__native .u-column1 {
  width: 100% !important;
  max-width: 520px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 0;
  background: transparent;
}

.tao-auth-view .tao-auth__native .u-column2 {
  display: none !important;
}

.woocommerce-lost-password .woocommerce > p,
.woocommerce-lost-password .woocommerce-message,
.woocommerce-lost-password .woocommerce-error {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}

.woocommerce-lost-password .woocommerce-message {
  padding: 22px 24px;
  border: 1px solid var(--tao-x-line);
  border-radius: 16px;
  background: #fff;
}

/* Prevent the sticky product summary from covering related works. */
.single-product div.product .summary {
  position: relative !important;
  top: auto !important;
}

.single-product div.product::after {
  display: table;
  clear: both;
  content: "";
}

.single-product .related.products {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  margin-top: clamp(70px, 10vw, 150px);
  background: var(--tao-x-paper);
}

.tao-x-guide ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tao-x-line);
  list-style: none;
}

.tao-x-guide li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid var(--tao-x-line);
}

.tao-x-guide li > span {
  color: var(--tao-x-muted);
  font-size: 12px;
  letter-spacing: .14em;
}

.tao-x-guide h3 {
  margin: 0 0 8px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 400;
}

.tao-x-guide li a {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid currentColor;
  color: var(--tao-x-ink);
  text-decoration: none;
}

.tao-x-event-form {
  display: grid;
  gap: 24px;
  max-width: 920px;
}

.tao-x-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tao-x-event-form label span,
.tao-x-event-form legend {
  display: block;
  margin-bottom: 7px;
  color: var(--tao-x-muted);
  font-size: 12px;
  letter-spacing: .05em;
}

.tao-x-event-form input:not([type="radio"]):not([type="checkbox"]),
.tao-x-event-form select {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--tao-x-line);
  border-radius: 12px;
  background: #fff;
}

.tao-x-event-form fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--tao-x-line);
  border-radius: 14px;
}

.tao-x-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.tao-x-form-message[data-state="error"] { color: var(--tao-x-red); }
.tao-x-form-message[data-state="success"] { color: var(--tao-x-green); }

.tao-x-event-landing,
.tao-x-events {
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 110px) clamp(16px, 4vw, 64px);
}

.tao-x-plugin-page {
  min-height: 70vh;
  background: var(--tao-x-paper);
}

.tao-x-plugin-page .tao-x-guide {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 110px) clamp(16px, 4vw, 64px);
}

.tao-x-editorial-page .tao-page-header {
  display: none;
}

.tao-x-editorial-page .tao-page {
  padding-top: 0;
}

.tao-x-event-landing__hero,
.tao-x-events > header {
  max-width: 1040px;
}

.tao-x-event-landing__hero h1,
.tao-x-events h1 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(56px, 10vw, 148px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.055em;
}

.tao-x-event-landing__hero > p:last-child,
.tao-x-events > header > p:last-child {
  max-width: 720px;
  margin-top: 30px;
  color: var(--tao-x-muted);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.45;
}

.tao-x-event-landing__facts {
  display: grid;
  grid-template-columns: .8fr 1.4fr .8fr;
  margin-top: clamp(54px, 9vw, 130px);
  border-block: 1px solid var(--tao-x-line);
}

.tao-x-event-landing__facts div {
  padding: 24px 20px 24px 0;
  border-right: 1px solid var(--tao-x-line);
}

.tao-x-event-landing__facts div + div {
  padding-left: 20px;
}

.tao-x-event-landing__facts div:last-child {
  border-right: 0;
}

.tao-x-event-landing__facts span,
.tao-x-event-landing__facts strong,
.tao-x-event-card span,
.tao-x-event-card strong,
.tao-x-event-card small {
  display: block;
}

.tao-x-event-landing__facts span,
.tao-x-event-card span {
  margin-bottom: 8px;
  color: var(--tao-x-muted);
  font-size: 10px;
  letter-spacing: .16em;
}

.tao-x-event-landing__statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  gap: clamp(28px, 7vw, 110px);
  padding: clamp(64px, 10vw, 150px) 0 10px;
}

.tao-x-event-landing__statement h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  line-height: .86;
}

.tao-x-event-landing__statement p {
  margin: 0;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.5;
}

.tao-x-node {
  --tao-node-red: #ff4b38;
  max-width: 1600px;
  margin: 0 auto;
  padding: clamp(14px, 2.5vw, 38px);
  color: var(--tao-x-ink);
}

.tao-x-node *,
.tao-x-node *::before,
.tao-x-node *::after {
  box-sizing: border-box;
}

.tao-x-node__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  grid-template-rows: auto 1fr auto;
  gap: clamp(32px, 5vw, 76px);
  min-height: min(820px, calc(100svh - 130px));
  overflow: hidden;
  padding: clamp(26px, 4vw, 62px);
  border: 1px solid rgba(17, 17, 15, .14);
  border-radius: clamp(22px, 3vw, 42px);
  background: #f7f3eb;
  isolation: isolate;
}

.tao-x-node__hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 243, 235, .99) 0%, rgba(247, 243, 235, .96) 39%, rgba(247, 243, 235, .15) 73%, rgba(247, 243, 235, .03) 100%);
  content: "";
}

.tao-x-node__brush {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tao-x-node__masthead {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.tao-x-node__masthead p {
  margin: 0;
}

.tao-x-node__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  letter-spacing: -.02em;
}

.tao-x-node__brand span {
  width: 7px;
  height: 27px;
  background: var(--tao-node-red);
}

.tao-x-node__title {
  align-self: center;
  min-width: 0;
}

.tao-x-node__title .tao-x-eyebrow {
  margin-bottom: 20px;
  color: var(--tao-node-red);
}

.tao-x-node__title h1 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(76px, 11.5vw, 176px);
  font-weight: 900;
  line-height: .73;
  letter-spacing: -.09em;
  text-transform: uppercase;
}

.tao-x-node__title h1 span {
  display: block;
}

.tao-x-node__title > p:last-child {
  max-width: 660px;
  margin: clamp(28px, 4vw, 48px) 0 0;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tao-x-node__hero-facts {
  grid-column: 1;
  display: grid;
  grid-template-columns: .7fr .7fr 1.4fr;
  align-self: end;
  border-top: 1px solid rgba(17, 17, 15, .25);
}

.tao-x-node__hero-facts div {
  min-width: 0;
  padding: 18px 18px 0 0;
}

.tao-x-node__hero-facts div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(17, 17, 15, .25);
}

.tao-x-node__hero-facts span,
.tao-x-node__hero-facts strong,
.tao-x-node__hero-facts small {
  display: block;
}

.tao-x-node__hero-facts span {
  margin-bottom: 7px;
  color: var(--tao-x-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.tao-x-node__hero-facts strong {
  font-size: 13px;
  line-height: 1.35;
}

.tao-x-node__hero-facts small {
  margin-top: 3px;
  color: var(--tao-x-muted);
  font-size: 11px;
  line-height: 1.35;
}

.tao-x-node__hero-actions {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: end;
}

.tao-x-node .button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--tao-x-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--tao-x-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.tao-x-node .button.alt {
  background: var(--tao-x-ink);
  color: #fff;
}

.tao-x-node .button:hover,
.tao-x-node .button:focus-visible {
  transform: translateY(-2px);
}

.tao-x-node__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr);
  gap: clamp(34px, 8vw, 130px);
  align-items: end;
  padding: clamp(72px, 11vw, 170px) clamp(8px, 4vw, 62px);
}

.tao-x-node__intro .tao-x-eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -12px;
  color: var(--tao-node-red);
}

.tao-x-node__intro h2 {
  max-width: 980px;
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(56px, 8vw, 118px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.055em;
}

.tao-x-node__intro > p:last-child {
  margin: 0;
  color: var(--tao-x-muted);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
}

.tao-x-node__program {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--tao-x-line);
}

.tao-x-node__program article {
  min-width: 0;
  padding: clamp(28px, 4vw, 54px) clamp(18px, 2.7vw, 42px);
}

.tao-x-node__program article + article {
  border-left: 1px solid var(--tao-x-line);
}

.tao-x-node__program span {
  color: var(--tao-node-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}

.tao-x-node__program h3 {
  margin: 34px 0 16px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: .95;
}

.tao-x-node__program p {
  margin: 0;
  color: var(--tao-x-muted);
  line-height: 1.55;
}

.tao-x-node__access {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  gap: clamp(36px, 8vw, 130px);
  margin-top: clamp(72px, 10vw, 150px);
  padding: clamp(34px, 6vw, 84px);
  border-radius: clamp(22px, 3vw, 42px);
  background: var(--tao-node-red);
  color: #fff;
}

.tao-x-node__access .tao-x-eyebrow {
  color: rgba(255, 255, 255, .74);
}

.tao-x-node__access h2 {
  max-width: 850px;
  margin: 18px 0 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(48px, 6.5vw, 94px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
}

.tao-x-node__access > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: flex-end;
}

.tao-x-node__access > div:last-child p {
  margin: 0;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
}

.tao-x-node__access .button.alt {
  border-color: #fff;
  background: #fff;
  color: var(--tao-x-ink);
}

.tao-x-event-card {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: clamp(52px, 8vw, 110px);
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid var(--tao-x-line);
  border-radius: 28px;
  background: var(--tao-node-red, #ff4b38);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.tao-x-event-card::after {
  position: absolute;
  z-index: -1;
  top: -32%;
  right: -4%;
  width: min(52%, 650px);
  height: 165%;
  background: url("images/node-tao01-brush-v1.webp") center / cover no-repeat;
  content: "";
  filter: contrast(1.15);
  mix-blend-mode: multiply;
  opacity: .92;
}

.tao-x-event-card strong {
  max-width: 900px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 400;
  line-height: .95;
}

.tao-x-event-card small {
  color: rgba(255, 255, 255, .65);
}

@media (max-width: 900px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    position: sticky;
    z-index: 20;
    top: 68px;
    overflow-x: auto;
    padding-block: 4px;
    background: var(--tao-x-paper);
    scrollbar-width: none;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation::-webkit-scrollbar {
    display: none;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    display: flex;
    width: max-content;
    min-width: 100%;
    scroll-snap-type: x proximity;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    border-right: 1px solid var(--tao-x-line);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
    padding: 14px 18px;
    font-size: 13px;
    white-space: nowrap;
  }

  .tao-x-bids__hero {
    grid-template-columns: 1fr;
  }

  .tao-x-ticket-card {
    grid-template-columns: 1fr;
  }

  .tao-x-ticket-card__qr {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 230px);
    grid-template-rows: auto 1fr auto;
    gap: 16px 24px;
    min-height: 0;
    justify-items: start;
    text-align: left;
  }

  .tao-x-ticket-card__qr > span {
    grid-column: 1;
  }

  .tao-x-ticket-card__qr img,
  .tao-x-ticket-card__qr-pending {
    grid-column: 2;
    grid-row: 1 / 4;
    width: 100%;
  }

  .tao-x-ticket-card__qr > small {
    grid-column: 1;
    align-self: end;
  }

  .tao-x-profile__grid {
    grid-template-columns: 1fr;
  }

  .tao-x-node__hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 760px;
  }

  .tao-x-node__hero::after {
    background: linear-gradient(90deg, rgba(247, 243, 235, .99) 0%, rgba(247, 243, 235, .92) 54%, rgba(247, 243, 235, .15) 100%);
  }

  .tao-x-node__brush {
    object-position: 62% center;
    opacity: .7;
  }

  .tao-x-node__hero-actions {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tao-x-node__intro,
  .tao-x-node__access {
    grid-template-columns: 1fr;
  }

  .tao-x-node__program {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tao-x-node__program article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--tao-x-line);
  }

  .tao-x-node__program article:nth-child(4) {
    border-top: 1px solid var(--tao-x-line);
  }
}

@media (max-width: 640px) {
  .woocommerce-account.logged-in .tao-page--commerce {
    padding-top: 18px;
  }

  .woocommerce-account.logged-in .woocommerce {
    gap: 16px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    top: 62px;
    margin-inline: -2px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    border-radius: 20px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
    padding: 12px 16px;
    font-size: 12px;
  }

  .tao-x-bids {
    gap: 14px;
  }

  .tao-x-ticket-card {
    border-radius: 22px;
  }

  .tao-x-ticket-card__qr {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px;
    text-align: center;
  }

  .tao-x-ticket-card__qr > span,
  .tao-x-ticket-card__qr img,
  .tao-x-ticket-card__qr-pending,
  .tao-x-ticket-card__qr > small {
    grid-column: 1;
    grid-row: auto;
  }

  .tao-x-ticket-card__qr img,
  .tao-x-ticket-card__qr-pending {
    width: min(100%, 250px);
  }

  .tao-x-ticket-card__content {
    padding: 28px 22px 32px;
  }

  .tao-x-ticket-card__topline {
    align-items: flex-start;
    margin-bottom: 38px;
  }

  .tao-x-ticket-card__facts {
    grid-template-columns: 1fr;
  }

  .tao-x-ticket-card__facts > div,
  .tao-x-ticket-card__facts > div + div {
    padding: 14px 0;
    border-left: 0;
    border-bottom: 1px solid var(--tao-x-line);
  }

  .tao-x-ticket-card__facts > div:last-child {
    border-bottom: 0;
  }

  .tao-x-bids__hero {
    gap: 28px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .tao-x-bids__hero::after {
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
  }

  .tao-x-bids__hero h2 {
    max-width: 290px;
    font-size: clamp(48px, 15vw, 68px);
  }

  .tao-x-bids__hero > p {
    font-size: 14px;
  }

  .tao-x-bids__legend {
    justify-content: space-between;
    padding: 4px 4px 2px;
    font-size: 10px;
  }

  .tao-x-bids__content {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .tao-x-bids__content .tao-responsive-table {
    overflow: visible;
  }

  .tao-x-bids__content table,
  .tao-x-bids__content tbody {
    display: block;
    width: 100%;
  }

  .tao-x-bids__content thead {
    display: none;
  }

  .tao-x-bids__content tbody {
    display: grid;
    gap: 12px;
  }

  .tao-x-bids__content tbody tr {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px 16px;
    padding: 24px 22px 22px;
    overflow: hidden;
    border: 1px solid var(--tao-x-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
  }

  .tao-x-bids__content tbody tr::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--tao-x-muted);
    content: "";
  }

  .tao-x-bids__content tbody tr.is-winning::before {
    background: #2cb66d;
  }

  .tao-x-bids__content tbody tr.is-outbid::before {
    background: #ff4b38;
  }

  .tao-x-bids__content tbody td {
    display: block;
    width: auto !important;
    padding: 0;
    border: 0;
    white-space: normal;
  }

  .tao-x-bids__content tbody td::before {
    display: block;
    margin-bottom: 6px;
    color: var(--tao-x-muted);
    content: attr(data-label);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .tao-x-bids__content tbody td:first-child {
    grid-column: 1 / -1;
    padding-right: 24px;
  }

  .tao-x-bids__content tbody td:first-child::before {
    display: none;
  }

  .tao-x-bids__content tbody td:first-child a {
    font-size: clamp(27px, 8.5vw, 36px);
  }

  .tao-x-bids__content tbody td:nth-child(2) {
    font-size: 21px;
  }

  .tao-x-bids__content tbody td:nth-child(3) {
    align-self: end;
    text-align: right;
  }

  .tao-x-bids__content tbody td:nth-child(4) {
    grid-column: 1 / -1;
    padding-top: 14px;
    border-top: 1px solid var(--tao-x-line);
    font-size: 11px;
  }

  .tao-x-bids__content tbody td:nth-child(4)::before {
    display: inline;
    margin-right: 8px;
  }

  .tao-x-bids__content .tao-my-bids > p {
    padding: 38px 24px;
    border: 1px solid var(--tao-x-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
    font-size: 15px;
  }

  .tao-x-metrics,
  .tao-x-dashboard__grid,
  .tao-x-form-grid,
  .woocommerce-account.logged-in .woocommerce-Addresses,
  .woocommerce-account.logged-in .u-columns.col2-set {
    grid-template-columns: 1fr !important;
  }

  .tao-x-guide li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .tao-x-event-landing__facts,
  .tao-x-event-landing__statement {
    grid-template-columns: 1fr;
  }

  .tao-x-event-landing__facts div {
    padding: 18px 0 !important;
    border-right: 0;
    border-bottom: 1px solid var(--tao-x-line);
  }

  .tao-x-event-landing__facts div:last-child {
    border-bottom: 0;
  }

  .tao-x-node {
    padding: 10px;
  }

  .tao-x-node__hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 42px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .tao-x-node__hero::after {
    background: linear-gradient(90deg, rgba(247, 243, 235, .99) 0%, rgba(247, 243, 235, .94) 62%, rgba(247, 243, 235, .36) 100%);
  }

  .tao-x-node__brush {
    left: 28%;
    width: 118%;
    opacity: .48;
    object-position: 66% center;
  }

  .tao-x-node__masthead {
    align-items: center;
  }

  .tao-x-node__masthead > p:last-child {
    max-width: 110px;
    font-size: 8px;
    line-height: 1.4;
    text-align: right;
  }

  .tao-x-node__title {
    padding-top: 42px;
  }

  .tao-x-node__title h1 {
    font-size: clamp(62px, 24vw, 96px);
    line-height: .78;
  }

  .tao-x-node__title > p:last-child {
    max-width: 300px;
    font-size: 12px;
    letter-spacing: .09em;
  }

  .tao-x-node__hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .tao-x-node__hero-facts div:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 16px;
    padding-left: 0;
    border-top: 1px solid rgba(17, 17, 15, .25);
    border-left: 0;
  }

  .tao-x-node__hero-actions {
    display: flex;
    width: 100%;
  }

  .tao-x-node__hero-actions .button {
    width: 100%;
  }

  .tao-x-node__intro {
    display: block;
    padding: 78px 12px;
  }

  .tao-x-node__intro h2 {
    margin-top: 20px;
    font-size: clamp(48px, 17vw, 72px);
  }

  .tao-x-node__intro > p:last-child {
    margin-top: 32px;
  }

  .tao-x-node__program {
    grid-template-columns: 1fr;
  }

  .tao-x-node__program article + article,
  .tao-x-node__program article:nth-child(3) {
    border-top: 1px solid var(--tao-x-line);
    border-left: 0;
  }

  .tao-x-node__access {
    display: block;
    margin-top: 72px;
    padding: 34px 22px;
    border-radius: 22px;
  }

  .tao-x-node__access h2 {
    font-size: clamp(46px, 15vw, 66px);
  }

  .tao-x-node__access > div:last-child {
    margin-top: 38px;
  }

  .tao-x-event-card::after {
    right: -30%;
    width: 92%;
    opacity: .58;
  }
}

/* Final cascade: the event identity intentionally overrides legacy NODE rules. */
.tao-x-node__title h1 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 400;
  line-height: .72;
  letter-spacing: -.075em;
  text-transform: none;
}

.tao-x-node .tao-x-node__hero-actions .button.alt {
  border-color: var(--tao-node-red);
  background: var(--tao-node-red);
  color: #fff;
}

.tao-x-event-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: center;
  min-height: 680px;
}

.tao-x-event-card::after {
  top: -12%;
  right: 16%;
  width: min(42%, 610px);
  height: 128%;
  opacity: .92;
}

.tao-x-event-card__copy strong {
  margin: 24px 0 28px;
  font-size: clamp(68px, 10vw, 142px);
  line-height: .72;
  letter-spacing: -.065em;
}

.tao-x-event-card .tao-x-ticket span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: normal;
}

.tao-x-event-card .tao-x-ticket__meta strong {
  max-width: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .tao-x-event-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .tao-x-node__title h1 {
    font-size: clamp(58px, 22vw, 88px);
    line-height: .76;
  }

  .tao-x-event-card {
    min-height: 0;
    padding: 28px 22px 42px;
  }

  .tao-x-event-card::after {
    top: 18%;
    right: -30%;
    width: 108%;
    height: 85%;
    opacity: .55;
  }
}
