.skip-link {
  position: absolute;
  top: -40px;
  left: 1rem;
  background: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--base);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 10px 24px rgba(255, 91, 215, 0.4);
}

.skip-link:focus {
  top: 1rem;
}

:focus-visible {
  outline: 2px solid var(--wp--preset--color--accent-3);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--wp--preset--color--base);
  border-bottom: 1px solid var(--wp--preset--color--border);
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(0, 246, 255, 0.15);
}

.wp-block-navigation a {
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  color: var(--wp--preset--color--text);
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-navigation a:hover {
  color: var(--wp--preset--color--accent);
  background: rgba(0, 246, 255, 0.12);
  background: color-mix(in srgb, var(--wp--preset--color--accent) 12%, transparent);
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--wp--preset--color--accent);
  border: 1px solid rgba(0, 246, 255, 0.7);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent) 70%, transparent);
}

.is-style-outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--base);
}

.is-style-glow .wp-block-button__link {
  background: linear-gradient(120deg, #00f6ff, #ff5bd7, #f6ff57);
  color: var(--wp--preset--color--base);
  box-shadow: 0 12px 30px rgba(0, 246, 255, 0.35);
}

.wp-block-gallery .wp-block-image img,
.wp-block-image img {
  border-radius: 16px;
}

.tnw-footer {
  border-top: 1px solid var(--wp--preset--color--border);
  background: linear-gradient(135deg, rgba(0, 246, 255, 0.08), rgba(255, 91, 215, 0.08), rgba(11, 11, 18, 0.9));
}

.is-style-glow-panel {
  border-radius: 18px;
  border: 1px solid var(--wp--preset--color--border);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(11, 11, 18, 0.2));
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--wp--preset--color--panel) 80%, transparent),
    color-mix(in srgb, var(--wp--preset--color--base) 60%, transparent)
  );
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.is-style-glow-quote cite {
  color: var(--wp--preset--color--accent);
  font-style: normal;
}

.is-style-glow-quote {
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.wp-block-cover.is-style-neon-overlay .wp-block-cover__background {
  background: linear-gradient(135deg, rgba(0, 246, 255, 0.3), rgba(255, 91, 215, 0.35));
}

.wp-block-cover.is-style-neon-overlay .wp-block-cover__inner-container {
  color: var(--wp--preset--color--text);
}

.tnw-contact-form {
  display: grid;
  gap: 0.75rem;
}

.tnw-contact-form label {
  font-weight: 500;
}

.tnw-contact-form input,
.tnw-contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 16px;
  background: var(--wp--preset--color--surface);
  color: var(--wp--preset--color--text);
}

.tnw-contact-form input:focus,
.tnw-contact-form textarea:focus {
  border-color: var(--wp--preset--color--accent);
  box-shadow: 0 0 0 3px rgba(0, 246, 255, 0.25);
}

.tnw-consent {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.95rem;
}

.tnw-form-success,
.tnw-form-error {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.tnw-form-success {
  background: rgba(0, 246, 255, 0.12);
  color: var(--wp--preset--color--text);
  border-color: rgba(0, 246, 255, 0.4);
}

.tnw-form-error {
  background: rgba(255, 91, 215, 0.12);
  color: var(--wp--preset--color--text);
  border-color: rgba(255, 91, 215, 0.4);
}

.tnw-honeypot {
  position: absolute;
  left: -9999px;
}

.tnw-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
}

body.tnw-lightbox-open {
  overflow: hidden;
}

.tnw-lightbox[hidden] {
  display: none;
}

.tnw-lightbox__inner {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
}

.tnw-lightbox__image {
  display: block;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 16px;
}

.tnw-lightbox__caption {
  color: #fff;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.95rem;
}

.tnw-lightbox__close,
.tnw-lightbox__nav {
  position: absolute;
  top: 1rem;
  background: rgba(11, 11, 18, 0.6);
  color: var(--wp--preset--color--text);
  border: 1px solid rgba(0, 246, 255, 0.35);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent) 35%, transparent);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
}

.tnw-lightbox__close {
  right: 1rem;
}

.tnw-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
}

.tnw-lightbox__nav--prev {
  left: 1rem;
}

.tnw-lightbox__nav--next {
  right: 1rem;
}

.tnw-hero {
  position: relative;
  overflow: hidden;
  color: var(--wp--preset--color--text);
  background-color: var(--wp--preset--color--base);
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 8vw, 6rem);
  min-height: clamp(520px, 85vh, 900px);
}

.tnw-hero__inner {
  position: relative;
  z-index: 2;
}

.tnw-hero::before,
.tnw-hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  opacity: 0.5;
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(0, 246, 255, 0.18),
    rgba(255, 91, 215, 0.18),
    rgba(246, 255, 87, 0.18),
    rgba(0, 246, 255, 0.18)
  );
  animation: tnw-hero-spin 24s linear infinite;
  pointer-events: none;
}

.tnw-hero::after {
  animation-direction: reverse;
  opacity: 0.25;
}

.tnw-hero__gridlines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.2;
  mix-blend-mode: screen;
  pointer-events: none;
}

.tnw-hero__glow {
  position: absolute;
  width: clamp(160px, 30vw, 420px);
  height: clamp(160px, 30vw, 420px);
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.65;
  animation: tnw-hero-float 12s ease-in-out infinite;
  pointer-events: none;
}

.tnw-hero__glow--one {
  top: -10%;
  left: -5%;
  background: rgba(0, 246, 255, 0.55);
  background: color-mix(in srgb, var(--wp--preset--color--accent) 55%, transparent);
}

.tnw-hero__glow--two {
  top: 10%;
  right: 5%;
  background: rgba(255, 91, 215, 0.55);
  background: color-mix(in srgb, var(--wp--preset--color--accent-2) 55%, transparent);
  animation-delay: -4s;
}

.tnw-hero__glow--three {
  bottom: -5%;
  left: 35%;
  background: rgba(246, 255, 87, 0.45);
  background: color-mix(in srgb, var(--wp--preset--color--accent-3) 50%, transparent);
  animation-delay: -7s;
}

.tnw-hero__brand {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--wp--preset--color--text) 75%, transparent);
}

.tnw-hero__title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 20px rgba(0, 246, 255, 0.4), 0 0 30px rgba(255, 91, 215, 0.35);
}

.tnw-hero__lead {
  max-width: 34rem;
  color: color-mix(in srgb, var(--wp--preset--color--text) 75%, transparent);
}

.tnw-hero__buttons .wp-block-button__link {
  border-radius: 999px;
  background: linear-gradient(120deg, #00f6ff, #ff5bd7, #f6ff57);
  color: var(--wp--preset--color--base);
  box-shadow: 0 10px 30px rgba(0, 246, 255, 0.35);
}

.tnw-hero__buttons .is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--wp--preset--color--text);
  border: 1px solid rgba(243, 240, 255, 0.4);
  box-shadow: none;
}

.tnw-hero__nav {
  gap: 0.5rem;
  margin-top: 1rem;
}

.tnw-hero__nav .wp-block-button__link {
  font-size: 0.85rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--wp--preset--color--text);
}

.tnw-hero__panel {
  margin-top: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
}

.tnw-hero__eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--wp--preset--color--text) 60%, transparent);
  margin-bottom: 0.5rem;
}

.tnw-hero__panel-title {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--wp--preset--color--accent-3);
}

.tnw-hero__stats {
  display: grid;
  gap: 0.75rem;
}

.tnw-hero__stat {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tnw-hero__stat:last-child {
  border-bottom: 0;
}

.tnw-hero__stat-label {
  color: color-mix(in srgb, var(--wp--preset--color--text) 60%, transparent);
}

.tnw-hero__stat-value {
  color: var(--wp--preset--color--accent);
}

.tnw-hero__chips {
  margin-top: 1rem;
  gap: 0.5rem;
}

.tnw-hero__chip {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: color-mix(in srgb, var(--wp--preset--color--text) 80%, transparent);
}

@keyframes tnw-hero-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tnw-hero-float {
  0%,
  100% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(-20px) translateX(10px);
  }
}

@media (max-width: 960px) {
  .tnw-hero__grid {
    gap: 2rem;
  }

  .tnw-hero__panel {
    margin-top: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tnw-hero::before,
  .tnw-hero::after,
  .tnw-hero__glow {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tnw-lightbox,
  .site-header {
    transition: none;
  }
}
