/*
Theme Name: Omnitrocy Onepage Refined
Theme URI: https://omnitrocy.ro/
Author: George A.
Author URI: https://omnitrocy.ro/
Description: A refined one-page extreme metal band theme for Omnitrocy, built around a large band-photo hero, album release block, news, multiple videos, detailed band biography and official links sections.
Version: 1.15.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omnitrocy-onepage
Tags: entertainment, one-column, custom-logo, custom-menu, featured-images, custom-background, translation-ready
*/

:root {
  --omt-bg: #060706;
  --omt-bg-2: #0d0f0d;
  --omt-bg-3: #151810;
  --omt-ink: #f2eadb;
  --omt-muted: #b3ab98;
  --omt-dim: #756f61;
  --omt-gold: #c59b4a;
  --omt-gold-2: #8f6d30;
  --omt-olive: #354037;
  --omt-ice: #9fbccd;
  --omt-border: rgba(242, 234, 219, 0.16);
  --omt-shadow: rgba(0, 0, 0, 0.7);
  --omt-header-height: 150px;
  --omt-content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 20% -10%, rgba(197, 155, 74, 0.16), transparent 35%),
    radial-gradient(circle at 80% 0%, rgba(159, 188, 205, 0.10), transparent 34%),
    linear-gradient(180deg, var(--omt-bg) 0%, #030303 100%);
  color: var(--omt-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 4px 4px, 120px 120px;
  mix-blend-mode: screen;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--omt-ink); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--omt-gold); }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  background: #fff;
  color: #000;
  clip: auto !important;
  clip-path: none;
  display: block;
  left: 10px;
  padding: 12px 16px;
  top: 10px;
  z-index: 100000;
  height: auto;
  width: auto;
}

/* Header */
.omt-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  min-height: var(--omt-header-height);
  background: rgba(0, 0, 0, 0.78);
  border-bottom: 1px solid rgba(197, 155, 74, 0.25);
  backdrop-filter: blur(14px);
}
.admin-bar .omt-site-header { top: 32px; }
.omt-header-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 28px;
  min-height: var(--omt-header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.omt-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  justify-self: center;
  grid-column: 2;
  min-width: 0;
}
.omt-brand img { max-height: 138px; width: auto; max-width: min(380px, 42vw); object-fit: contain; }
.omt-brand-text {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(28px, 4vw, 54px);
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--omt-ink);
  text-shadow: 0 2px 0 #000, 0 0 28px rgba(197, 155, 74, 0.28);
}
.omt-brand-subtitle {
  display: block;
  color: var(--omt-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  margin-top: 6px;
  text-align: center;
}
.omt-nav-left { justify-self: start; }
.omt-nav-right { justify-self: end; }
.omt-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 26px;
}
.omt-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--omt-ink);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.9;
}
.omt-nav a:hover,
.omt-nav .current-menu-item > a,
.omt-nav .current_page_item > a { color: var(--omt-gold); opacity: 1; }
.omt-header-cta {
  border: 1px solid rgba(197, 155, 74, 0.58);
  padding: 10px 14px;
  background: rgba(197, 155, 74, 0.10);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.6);
}
.omt-mobile-toggle {
  display: none;
  justify-self: end;
  grid-column: 3;
  width: 44px;
  height: 44px;
  border: 1px solid var(--omt-border);
  background: #080808;
  color: var(--omt-ink);
}
.omt-mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 5px auto;
}

/* Shared */
#release, #band, #news, #videos, #shows, #connect { scroll-margin-top: calc(var(--omt-header-height) + 18px); }
.omt-container { max-width: var(--omt-content); margin: 0 auto; padding: 0 24px; }
.omt-section { padding: 105px 0; position: relative; }
.omt-section--tight { padding: 74px 0; }
.omt-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--omt-gold);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.omt-section-label::before { content: ""; width: 44px; height: 1px; background: var(--omt-gold); opacity: 0.75; }
.omt-heading {
  margin: 0 0 26px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(42px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--omt-ink);
}
.omt-heading--medium { font-size: clamp(36px, 5vw, 74px); }
.omt-lead {
  max-width: 760px;
  color: var(--omt-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}
.omt-button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.omt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px 12px;
  color: var(--omt-ink);
  border: 1px solid rgba(197, 155, 74, 0.74);
  background: linear-gradient(180deg, rgba(197,155,74,0.18), rgba(12,12,12,0.92));
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.82), 0 12px 26px rgba(0,0,0,0.42);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease;
}
.omt-button:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: var(--omt-ink);
  background: linear-gradient(180deg, rgba(197,155,74,0.34), rgba(21,24,16,0.95));
}
.omt-button--ghost { background: rgba(255,255,255,0.03); border-color: rgba(242,234,219,0.34); }
.omt-card {
  background: linear-gradient(180deg, rgba(24,26,21,0.92), rgba(6,7,6,0.96));
  border: 1px solid var(--omt-border);
  box-shadow: 0 24px 80px var(--omt-shadow);
}

/* Hero */
.omt-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #050505;
}
.omt-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transform: scale(1.01);
  filter: contrast(1.05) saturate(0.92);
}
.omt-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.38) 45%, rgba(0,0,0,0.76) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.14) 46%, rgba(0,0,0,0.96) 100%);
}
.omt-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, transparent 0 30%, rgba(0,0,0,0.55) 76%),
    linear-gradient(90deg, rgba(197,155,74,0.11), transparent 24%, transparent 76%, rgba(159,188,205,0.08));
}
.omt-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: calc(var(--omt-header-height) + 68px) 28px 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 56px;
}
.omt-hero-mark {
  max-width: min(760px, 88vw);
}
.omt-hero-logo-img { max-width: min(640px, 90vw); max-height: 250px; object-fit: contain; margin-bottom: 24px; }
.omt-hero-title {
  margin: 0 0 18px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 0.82;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #000, 0 0 44px rgba(197,155,74,0.22);
}
.omt-hero-kicker {
  display: inline-flex;
  color: var(--omt-gold);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
}
.omt-hero-subtitle {
  max-width: 620px;
  margin: 0;
  color: rgba(242, 234, 219, 0.74);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.58;
  text-shadow: 0 2px 16px #000;
}
.omt-hero-aside {
  justify-self: end;
  width: min(390px, 100%);
  padding: 24px;
  background: rgba(0,0,0,0.68);
  border: 1px solid rgba(197,155,74,0.28);
  box-shadow: 0 24px 80px rgba(0,0,0,0.58);
  backdrop-filter: blur(10px);
}
.omt-hero-aside-title {
  margin: 0 0 8px;
  color: var(--omt-gold);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.omt-hero-aside-main {
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.omt-hero-aside p { color: var(--omt-muted); margin: 12px 0 0; }
.omt-scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  color: var(--omt-muted);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.omt-scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  margin: 10px auto 0;
  background: linear-gradient(var(--omt-gold), transparent);
}

/* Release */
.omt-release {
  background:
    linear-gradient(180deg, rgba(5,6,5,0.72), rgba(0,0,0,0.98)),
    radial-gradient(circle at 14% 42%, rgba(197,155,74,0.13), transparent 33%),
    radial-gradient(circle at 80% 40%, rgba(159,188,205,0.07), transparent 30%);
}
.omt-release-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}
.omt-release-art {
  position: relative;
  padding: 14px;
  background: #030303;
  border: 1px solid rgba(197,155,74,0.36);
  box-shadow: 0 40px 110px rgba(0,0,0,0.72);
}
.omt-release-art::before,
.omt-release-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(197,155,74,0.28);
  pointer-events: none;
}
.omt-release-art::before { inset: -12px 18px; }
.omt-release-art::after { inset: 18px -12px; }
.omt-release-art img { position: relative; z-index: 2; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.omt-release-title {
  margin: 0 0 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(42px, 6vw, 64px);
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}
.omt-release-text { color: var(--omt-muted); max-width: 650px; font-size: 18px; }
.omt-release-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.omt-pill {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(242,234,219,0.16);
  color: var(--omt-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


/* Band */
.omt-band {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.98), rgba(10,11,9,0.98)),
    radial-gradient(circle at 22% 38%, rgba(159,188,205,0.08), transparent 34%),
    radial-gradient(circle at 84% 26%, rgba(197,155,74,0.10), transparent 30%);
  border-top: 1px solid rgba(197,155,74,0.16);
  border-bottom: 1px solid rgba(197,155,74,0.10);
}
.omt-band .omt-container {
  max-width: 1320px;
}
.omt-band-header {
  max-width: 820px;
  margin: 0 0 34px;
}
.omt-band-header .omt-heading { margin-bottom: 14px; }
.omt-band-tagline {
  max-width: 620px;
  margin: 0;
  color: rgba(242, 234, 219, 0.62);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.omt-band-photo-panel {
  position: relative;
  margin: 0 0 34px;
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(197,155,74,0.28);
  box-shadow: 0 30px 90px rgba(0,0,0,0.58);
}
.omt-band-photo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.05) 44%, rgba(0,0,0,0.32) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.36) 100%);
}
.omt-band-photo-panel::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, var(--omt-gold), transparent 72%);
  opacity: 0.55;
}
.omt-band-photo {
  width: 100%;
  min-height: 390px;
  aspect-ratio: 960 / 388;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.08) saturate(0.94);
}
.omt-band-copy {
  max-width: 980px;
  margin: 0 auto;
  color: var(--omt-muted);
  font-size: 17px;
  line-height: 1.74;
  padding: 38px;
  background: linear-gradient(180deg, rgba(20,22,18,0.72), rgba(5,6,5,0.94));
  border: 1px solid var(--omt-border);
  box-shadow: 0 24px 80px rgba(0,0,0,0.42);
}
.omt-band-copy p:first-child { margin-top: 0; }
.omt-band-copy p:last-child { margin-bottom: 0; }
.omt-members-inside {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid rgba(197,155,74,0.22);
}
.omt-members-title {
  margin: 0 0 18px;
  color: var(--omt-gold);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.omt-current-members {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
}
.omt-member-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.55fr) 1fr;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid rgba(242,234,219,0.10);
}
.omt-current-members .omt-member-row:nth-child(1),
.omt-current-members .omt-member-row:nth-child(2) { border-top: 0; }
.omt-member-name {
  color: var(--omt-ink);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.omt-member-role { color: var(--omt-muted); }
.omt-past-members-inline {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(242,234,219,0.08);
  color: var(--omt-dim);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* News */
.omt-news { background: linear-gradient(180deg, #030303 0%, #0a0b09 100%); }
.omt-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}
.omt-section-head .omt-heading { margin-bottom: 0; }
.omt-news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  gap: 24px;
  margin-bottom: 24px;
}
.omt-news-main,
.omt-news-list-card,
.omt-video-card,
.omt-show-row,
.omt-link-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(20,22,18,0.96), rgba(5,6,5,0.96));
  border: 1px solid var(--omt-border);
}
.omt-news-main a,
.omt-news-list-card a { text-decoration: none; }
.omt-news-main-link,
.omt-news-list-link {
  display: block;
  color: inherit;
  height: 100%;
}
.omt-news-main-link:hover,
.omt-news-list-link:hover { color: var(--omt-ink); }
.omt-news-main-link:hover .omt-news-main-thumb img { opacity: 0.96; transform: scale(1.025); }
.omt-news-main-link:hover .omt-news-main-title,
.omt-news-list-link:hover .omt-news-list-title { color: var(--omt-gold); }
.omt-news-main-thumb img { transition: opacity 180ms ease, transform 260ms ease; }
.omt-news-main-thumb {
  min-height: 430px;
  background: #121212;
  position: relative;
}
.omt-news-main-thumb img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; opacity: 0.82; filter: saturate(0.88) contrast(1.1); }
.omt-news-main-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 34px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.96));
}
.omt-news-date,
.omt-entry-meta {
  color: var(--omt-gold);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.omt-news-main-title {
  margin: 10px 0 8px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(34px, 4.5vw, 68px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.omt-news-main-excerpt { color: var(--omt-muted); max-width: 640px; }
.omt-news-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: var(--omt-gold);
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}
.omt-news-read-more::after {
  content: "";
  width: 36px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
  opacity: 0.75;
}
.omt-news-list { display: grid; gap: 24px; }
.omt-news-list-card {
  min-height: 230px;
  padding: 0;
  display: flex;
  align-items: stretch;
  background-color: #101010;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: border-color 180ms ease, transform 180ms ease;
}
.omt-news-list-card:hover { border-color: rgba(197,155,74,0.55); transform: translateY(-2px); }
.omt-news-list-card.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.48), rgba(0,0,0,0.82)),
    linear-gradient(180deg, rgba(0,0,0,0.20), rgba(0,0,0,0.86));
  pointer-events: none;
  transition: opacity 180ms ease;
}
.omt-news-list-card.has-bg:hover::before { opacity: 0.9; }
.omt-news-list-card.no-bg {
  background: linear-gradient(180deg, rgba(20,22,18,0.96), rgba(5,6,5,0.96));
}
.omt-news-list-link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 230px;
  color: inherit;
}
.omt-news-list-content {
  position: relative;
  z-index: 2;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}
.omt-news-list-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(197,155,74,0.12), transparent 45%);
  pointer-events: none;
}
.omt-news-list-title {
  position: relative;
  z-index: 2;
  margin: 8px 0 10px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.omt-news-list-excerpt { position: relative; z-index: 2; color: var(--omt-muted); font-size: 14px; line-height: 1.55; }
.omt-news-list-excerpt p { margin: 0; }
.omt-news-empty { padding: 34px; border: 1px solid var(--omt-border); color: var(--omt-muted); }

/* Videos */
.omt-videos {
  background:
    linear-gradient(180deg, rgba(12,13,11,0.98), rgba(2,2,2,0.98)),
    radial-gradient(circle at 50% 0%, rgba(197,155,74,0.14), transparent 34%);
}
.omt-visuals-head { margin-bottom: 34px; }
.omt-visuals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.omt-video-tile {
  background: linear-gradient(180deg, rgba(20,22,18,0.96), rgba(5,6,5,0.98));
  border: 1px solid rgba(197,155,74,0.24);
  box-shadow: 0 24px 80px rgba(0,0,0,0.38);
  overflow: hidden;
}
.omt-video-tile--featured:first-child {
  grid-column: 1 / -1;
}
.omt-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}
.omt-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.omt-video-tile h3 {
  margin: 0;
  padding: 18px 20px 20px;
  color: var(--omt-ink);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.omt-video-placeholder {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  color: var(--omt-ink);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  text-align: center;
  padding: 24px;
  border: 1px solid rgba(197,155,74,0.24);
  overflow: hidden;
}
.omt-video-placeholder::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.72); }
.omt-video-placeholder span { position: relative; z-index: 2; }
.omt-video-placeholder--standalone { max-width: 920px; }
.omt-visuals-button-row { margin-top: 30px; }
/* Shows */
.omt-shows { background: linear-gradient(180deg, #030303, #090a08); }
.omt-show-list { display: grid; gap: 12px; }
.omt-show-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 90px;
  padding: 18px 22px;
}
.omt-show-date { color: var(--omt-gold); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 28px; letter-spacing: 0.05em; text-transform: uppercase; line-height: 1; }
.omt-show-date span { display: block; }
.omt-show-date small { display: block; margin-top: 8px; color: var(--omt-muted); font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; }
.omt-show-copy { min-width: 0; }
.omt-show-title { margin: 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 30px; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1; }
.omt-show-venue { margin-top: 8px; color: var(--omt-ink); font-size: 14px; font-weight: 700; letter-spacing: 0.04em; }
.omt-show-location { color: var(--omt-muted); }
.omt-show-status { color: var(--omt-muted); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.omt-show-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; flex-wrap: wrap; }
.omt-button--small { min-height: 42px; padding: 10px 18px; font-size: 11px; }
.omt-show-details { color: var(--omt-muted); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.omt-show-details:hover { color: var(--omt-gold); }
.omt-show-admin-note { margin-top: 10px; color: var(--omt-gold); font-size: 12px; }

/* Links */
.omt-links {
  background:
    linear-gradient(180deg, rgba(5,6,5,0.94), rgba(0,0,0,0.98)),
    radial-gradient(circle at 72% 44%, rgba(159,188,205,0.08), transparent 34%);
}
.omt-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.omt-link-card {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 24px;
  justify-content: space-between;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.omt-link-card:hover { transform: translateY(-4px); border-color: rgba(197,155,74,0.75); color: var(--omt-ink); }
.omt-link-card span { color: var(--omt-gold); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }
.omt-link-card strong { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 34px; line-height: 0.96; letter-spacing: 0.05em; text-transform: uppercase; }

/* Content pages */
.omt-page-hero {
  padding: calc(var(--omt-header-height) + 80px) 0 70px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.72), #050505),
    radial-gradient(circle at 20% 20%, rgba(197,155,74,0.17), transparent 34%);
  border-bottom: 1px solid var(--omt-border);
}
.omt-main { min-height: 70vh; }
.omt-content-wrap { max-width: 900px; margin: 0 auto; padding: 70px 24px; }
.omt-content-wrap > *:first-child { margin-top: 0; }
.omt-content-wrap h1, .omt-content-wrap h2, .omt-content-wrap h3, .comment-reply-title {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}
.omt-content-wrap h2 { font-size: 40px; margin-top: 44px; }
.omt-content-wrap p, .omt-content-wrap li { color: var(--omt-muted); }
.omt-content-wrap blockquote { border-left: 3px solid var(--omt-gold); margin-left: 0; padding-left: 24px; color: var(--omt-ink); }
.omt-content-wrap input:not([type="submit"]), .omt-content-wrap textarea, .omt-content-wrap select,
.comment-form input:not([type="submit"]), .comment-form textarea {
  width: 100%;
  border: 1px solid var(--omt-border);
  background: #0d0d0d;
  color: var(--omt-ink);
  padding: 12px 14px;
}
.omt-content-wrap input[type="submit"], .form-submit input[type="submit"], .search-submit {
  cursor: pointer;
  border: 1px solid rgba(197,155,74,0.7);
  background: #111;
  color: var(--omt-ink);
  padding: 12px 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.omt-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 70px 24px; max-width: var(--omt-content); margin: 0 auto; }
.omt-archive-card { border: 1px solid var(--omt-border); background: linear-gradient(180deg, #131510, #050505); overflow: hidden; }
.omt-archive-card-img { aspect-ratio: 16/10; background: #0b0b0b; }
.omt-archive-card-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.86; }
.omt-archive-card-body { padding: 24px; }
.omt-archive-card-title { margin: 10px 0 12px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 30px; line-height: 1; text-transform: uppercase; letter-spacing: 0.05em; }
.omt-pagination { max-width: var(--omt-content); margin: 0 auto 80px; padding: 0 24px; color: var(--omt-muted); }
.omt-pagination a, .omt-pagination span { margin-right: 10px; }
.post-navigation, .posts-navigation { max-width: 900px; margin: 0 auto 70px; padding: 0 24px; }
.comments-area { max-width: 900px; margin: 0 auto 80px; padding: 0 24px; }
.comment-list { color: var(--omt-muted); }

/* Single news posts */
.omt-single-hero {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #050505;
  border-bottom: 1px solid rgba(197,155,74,0.22);
}
.omt-single-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  filter: saturate(0.88) contrast(1.08);
  transform: scale(1.02);
}
.omt-single-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.62) 48%, rgba(0,0,0,0.82) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.42) 42%, rgba(0,0,0,0.98) 100%);
}
.omt-single-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(197,155,74,0.17), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(159,188,205,0.10), transparent 30%);
}
.omt-single-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--omt-header-height) + 90px);
  padding-bottom: 72px;
}
.omt-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.omt-single-meta span {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(197,155,74,0.32);
  background: rgba(0,0,0,0.42);
  color: var(--omt-gold);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.omt-single-title {
  max-width: 980px;
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(44px, 8vw, 118px);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--omt-ink);
  text-shadow: 0 4px 0 #000, 0 0 38px rgba(197,155,74,0.20);
}
.omt-single-excerpt {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(242,234,219,0.76);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.58;
}
.omt-single-section {
  background:
    linear-gradient(180deg, #050505 0%, #0a0b09 100%);
  padding: 82px 0 95px;
}
.omt-single-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.omt-single-sidebar {
  position: sticky;
  top: calc(var(--omt-header-height) + 28px);
}
.omt-back-link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 13px 16px;
  border: 1px solid rgba(197,155,74,0.62);
  background: rgba(197,155,74,0.10);
  color: var(--omt-ink);
  text-decoration: none;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.omt-back-link:hover { background: rgba(197,155,74,0.20); color: var(--omt-ink); }
.omt-single-sidebar-card {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--omt-border);
  background: linear-gradient(180deg, rgba(20,22,18,0.84), rgba(5,6,5,0.92));
}
.omt-single-sidebar-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--omt-gold);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.omt-single-sidebar-card strong {
  color: var(--omt-ink);
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
}
.omt-single-article {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--omt-border);
  background:
    linear-gradient(180deg, rgba(20,22,18,0.86), rgba(5,6,5,0.96));
  box-shadow: 0 28px 90px rgba(0,0,0,0.44);
}
.omt-single-featured-image {
  margin: 0 0 36px;
  border: 1px solid rgba(197,155,74,0.24);
  background: #090909;
  overflow: hidden;
}
.omt-single-featured-image img { width: 100%; max-height: 620px; object-fit: cover; }
.omt-single-content {
  max-width: 860px;
  color: var(--omt-muted);
}
.omt-single-content > *:first-child { margin-top: 0; }
.omt-single-content p,
.omt-single-content li { color: var(--omt-muted); }
.omt-single-content h2,
.omt-single-content h3,
.omt-single-content h4 {
  margin-top: 42px;
  color: var(--omt-ink);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.omt-single-content h2 { font-size: clamp(32px, 4vw, 52px); }
.omt-single-content h3 { font-size: clamp(26px, 3vw, 38px); }
.omt-single-content a { color: var(--omt-gold); }
.omt-single-content blockquote {
  margin-left: 0;
  padding-left: 24px;
  border-left: 3px solid var(--omt-gold);
  color: var(--omt-ink);
}
.omt-single-nav-wrap .post-navigation {
  max-width: var(--omt-content);
  margin-top: 54px;
}
.omt-single-nav-wrap .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.omt-single-nav-wrap .nav-previous,
.omt-single-nav-wrap .nav-next {
  border: 1px solid var(--omt-border);
  background: linear-gradient(180deg, rgba(20,22,18,0.76), rgba(5,6,5,0.94));
  padding: 22px;
}
.omt-single-nav-wrap .nav-next { text-align: right; }
.omt-single-nav-wrap a { text-decoration: none; }
.omt-single-nav-wrap .nav-subtitle {
  display: block;
  color: var(--omt-gold);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.omt-single-nav-wrap .nav-title {
  color: var(--omt-ink);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


/* Contact page */
.omt-contact-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #050505;
  border-bottom: 1px solid rgba(197,155,74,0.22);
}
.omt-contact-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  filter: saturate(0.86) contrast(1.08);
  transform: scale(1.02);
}
.omt-contact-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.62) 48%, rgba(0,0,0,0.84) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.44) 46%, rgba(0,0,0,0.98) 100%);
}
.omt-contact-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(197,155,74,0.17), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(159,188,205,0.10), transparent 30%);
}
.omt-contact-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--omt-header-height) + 90px);
  padding-bottom: 72px;
}
.omt-contact-title {
  max-width: 980px;
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--omt-ink);
  text-shadow: 0 4px 0 #000, 0 0 38px rgba(197,155,74,0.20);
}
.omt-contact-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(242,234,219,0.76);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.58;
}
.omt-contact-section {
  background: linear-gradient(180deg, #050505 0%, #0a0b09 100%);
  padding: 82px 0 95px;
}
.omt-contact-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.omt-contact-info {
  position: sticky;
  top: calc(var(--omt-header-height) + 28px);
}
.omt-contact-info-card {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid var(--omt-border);
  background: linear-gradient(180deg, rgba(20,22,18,0.84), rgba(5,6,5,0.92));
}
.omt-contact-info-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--omt-gold);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.omt-contact-info-card strong {
  color: var(--omt-ink);
  font-size: 16px;
  line-height: 1.35;
  text-transform: uppercase;
}
.omt-contact-info-card p {
  margin: 12px 0 0;
  color: var(--omt-muted);
}
.omt-contact-form-panel {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--omt-border);
  background:
    linear-gradient(180deg, rgba(20,22,18,0.88), rgba(5,6,5,0.97));
  box-shadow: 0 28px 90px rgba(0,0,0,0.44);
}
.omt-contact-form-panel h2 {
  margin: 0 0 28px;
  color: var(--omt-ink);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.omt-contact-notice {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid var(--omt-border);
  color: var(--omt-ink);
}
.omt-contact-notice--success {
  border-color: rgba(197,155,74,0.55);
  background: rgba(197,155,74,0.12);
}
.omt-contact-notice--error {
  border-color: rgba(180,60,45,0.65);
  background: rgba(180,60,45,0.12);
}
.omt-contact-notice ul { margin: 8px 0 0 18px; padding: 0; color: var(--omt-muted); }
.omt-contact-form p { margin: 0 0 18px; }
.omt-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--omt-gold);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.omt-contact-form label span { color: var(--omt-ink); }
.omt-contact-form input,
.omt-contact-form textarea {
  width: 100%;
  border: 1px solid var(--omt-border);
  background: rgba(6,7,6,0.88);
  color: var(--omt-ink);
  padding: 14px 15px;
  outline: none;
}
.omt-contact-form input:focus,
.omt-contact-form textarea:focus {
  border-color: rgba(197,155,74,0.68);
  box-shadow: 0 0 0 3px rgba(197,155,74,0.12);
}
.omt-form-row--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.omt-contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Footer */
.omt-site-footer {
  border-top: 1px solid rgba(197,155,74,0.2);
  background: #010101;
  padding: 52px 0 38px;
}
.omt-footer-grid {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.omt-footer-brand a { display: inline-flex; align-items: center; text-decoration: none; }
.omt-footer-logo { width: auto; max-width: min(300px, 60vw); max-height: 104px; object-fit: contain; filter: drop-shadow(0 14px 26px rgba(0,0,0,0.82)); }
.omt-footer-tagline { color: var(--omt-muted); margin-top: 10px; }
.omt-footer-nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.omt-footer-nav a { color: var(--omt-muted); text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; text-decoration: none; }
.omt-footer-nav a:hover { color: var(--omt-gold); }
.omt-copyright { max-width: 1380px; margin: 26px auto 0; padding: 0 28px; color: var(--omt-dim); font-size: 13px; }

@media (max-width: 1100px) {
  .omt-header-inner { grid-template-columns: auto 1fr auto; }
  .omt-brand { justify-self: start; grid-column: 1; }
  .omt-mobile-toggle { display: block; }
  .omt-nav-left, .omt-nav-right {
    position: fixed;
    top: var(--omt-header-height);
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.96);
    border-bottom: 1px solid var(--omt-border);
    padding: 18px 28px;
    transform: translateY(-150%);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .admin-bar .omt-nav-left, .admin-bar .omt-nav-right { top: calc(var(--omt-header-height) + 32px); }
  .omt-nav-right { top: calc(var(--omt-header-height) + 188px); border-top: 1px solid rgba(255,255,255,0.08); }
  .admin-bar .omt-nav-right { top: calc(var(--omt-header-height) + 220px); }
  body.omt-menu-open .omt-nav-left,
  body.omt-menu-open .omt-nav-right { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .omt-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .omt-nav li { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .omt-nav a { min-height: 44px; }
  .omt-hero-content { grid-template-columns: 1fr; align-items: end; }
  .omt-hero-aside { justify-self: start; }
  .omt-release-grid, .omt-news-featured, .omt-single-grid, .omt-contact-grid { grid-template-columns: 1fr; }
  .omt-single-sidebar, .omt-contact-info { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .omt-single-sidebar-card, .omt-contact-info-card { margin-top: 0; }
  .omt-link-grid { grid-template-columns: repeat(2, 1fr); }
  .omt-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .omt-band-photo { min-height: 0; }
}
@media (max-width: 782px) {
  .admin-bar .omt-site-header { top: 46px; }
  .admin-bar .omt-nav-left { top: calc(var(--omt-header-height) + 46px); }
  .admin-bar .omt-nav-right { top: calc(var(--omt-header-height) + 234px); }
  .omt-header-inner { padding: 0 18px; }
  .omt-brand-text { font-size: 32px; }
  .omt-brand-subtitle { display: none; }
  .omt-hero-content { padding-left: 18px; padding-right: 18px; gap: 30px; }
  .omt-hero-title { font-size: clamp(38px, 10vw, 64px); }
  .omt-hero-aside { width: 100%; }
  .omt-section { padding: 76px 0; }
  .omt-section-head { display: block; }
  .omt-section-head .omt-button { margin-top: 20px; }
  .omt-news-main-thumb, .omt-news-main-thumb img { min-height: 360px; }
  .omt-news-main-content { padding: 24px; }
  .omt-show-row { grid-template-columns: 1fr; gap: 12px; }
  .omt-show-actions { justify-content: flex-start; margin-top: 6px; }
  .omt-link-grid, .omt-archive-grid, .omt-visuals-grid { grid-template-columns: 1fr; }
  .omt-news-list-card, .omt-news-list-link { min-height: 240px; }
  .omt-video-tile--featured:first-child { grid-column: auto; }
  .omt-single-hero, .omt-contact-hero { min-height: 56vh; }
  .omt-single-title, .omt-contact-title { font-size: clamp(40px, 14vw, 74px); }
  .omt-single-section, .omt-contact-section { padding: 56px 0 72px; }
  .omt-single-sidebar, .omt-contact-info { grid-template-columns: 1fr; }
  .omt-single-nav-wrap .nav-links, .omt-form-row--two { grid-template-columns: 1fr; }
  .omt-single-nav-wrap .nav-next { text-align: left; }
  .omt-current-members { grid-template-columns: 1fr; }
  .omt-current-members .omt-member-row:nth-child(2) { border-top: 1px solid rgba(242,234,219,0.10); }
  .omt-member-row { grid-template-columns: 1fr; gap: 4px; }
  .omt-footer-grid { grid-template-columns: 1fr; }
  .omt-footer-nav ul { justify-content: flex-start; }
}
@media (max-width: 600px) {
  :root { --omt-header-height: 104px; }
  .omt-brand img { max-height: 92px; max-width: 190px; }
  .omt-button { width: 100%; }
  .omt-button-row { width: 100%; }
  .omt-release-art::before, .omt-release-art::after { display: none; }
}

@media (max-width: 960px) {
  .omt-news-list-link { grid-template-columns: minmax(160px, 38%) 1fr; }
}
