/* ==========================================================================
   OMTB 2026 — design system
   Palette and type taken from the OMTB design brief.
   ========================================================================== */

/* ---- Fonts ---- */
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Light.woff2") format("woff2");     font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Regular.woff2") format("woff2");   font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Italic.woff2") format("woff2");    font-weight: 400; font-style: italic;  font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Medium.woff2") format("woff2");    font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");  font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Bold.woff2") format("woff2");      font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Black.woff2") format("woff2");     font-weight: 900; font-style: normal; font-display: swap; }

@font-face { font-family: "Merriweather"; src: url("../fonts/Merriweather-Light.woff2") format("woff2");   font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Merriweather"; src: url("../fonts/Merriweather-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Merriweather"; src: url("../fonts/Merriweather-Italic.woff2") format("woff2");  font-weight: 400; font-style: italic;  font-display: swap; }
@font-face { font-family: "Merriweather"; src: url("../fonts/Merriweather-Bold.woff2") format("woff2");    font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Merriweather"; src: url("../fonts/Merriweather-Black.woff2") format("woff2");   font-weight: 900; font-style: normal; font-display: swap; }

/* ---- Tokens ---- */
:root {
	--omtb-black:      #000000;
	--omtb-red:        #C22500;
	--omtb-orange:     #F75D00;
	--omtb-grey:       #AAAAAA;
	--omtb-grey-light: #D8D8D8;

	--omtb-ink:        #111111;
	--omtb-ink-soft:   #3a3a3a;
	--omtb-white:      #ffffff;
	--omtb-nav-dark:   #1c1c1c;
	--omtb-page:       #D8D8D8;
	--omtb-watermark:  rgba(255, 255, 255, .62);

	--omtb-sans:  "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
	--omtb-serif: "Merriweather", Georgia, "Times New Roman", serif;

	--omtb-max:    1180px;
	--omtb-gutter: 24px;
	--omtb-radius: 14px;

	--omtb-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--omtb-white);
	color: var(--omtb-ink);
	font-family: var(--omtb-sans);
	font-size: 16px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--omtb-red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.12; font-weight: 700; }
p { margin: 0 0 1.1em; }
:focus-visible { outline: 3px solid var(--omtb-orange); outline-offset: 2px; }

.omtb-skip {
	position: absolute; left: -9999px; top: 0; z-index: 999;
	background: var(--omtb-black); color: #fff; padding: 12px 20px;
}
.omtb-skip:focus { left: 0; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

.omtb-shell { width: 100%; max-width: var(--omtb-max); margin: 0 auto; padding: 0 var(--omtb-gutter); }

/* ==========================================================================
   Header / navigation
   ========================================================================== */
.omtb-header { position: relative; z-index: 40; }
.omtb-header__bar {
	display: flex; align-items: center; gap: 26px;
	min-height: 62px; padding: 0 22px 0 0;
	background: var(--omtb-nav-dark);
	background-size: cover; background-position: center right;
}
.omtb-header--red .omtb-header__bar {
	background-image: url("../img/nav-red.jpg");
	background-color: #7c1414;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.omtb-logo { flex: 0 0 auto; display: block; }
.omtb-logo img { height: 62px; width: auto; display: block; }

.omtb-nav { flex: 1 1 auto; }
.omtb-nav ul {
	display: flex; align-items: center; flex-wrap: wrap;
	margin: 0; padding: 0; list-style: none;
	font-size: 14.5px; letter-spacing: .045em; text-transform: uppercase;
}
.omtb-nav li { display: flex; align-items: center; }
.omtb-nav li + li::before {
	content: "/"; margin: 0 11px; color: rgba(255, 255, 255, .5); font-weight: 300;
}
.omtb-nav a { color: rgba(255, 255, 255, .68); font-weight: 400; text-decoration: none; transition: color .15s; }
.omtb-nav a:hover { color: #fff; text-decoration: none; }
.omtb-nav .current-menu-item > a,
.omtb-nav .omtb-nav__item--active > a { color: #fff; font-weight: 700; }

.omtb-social { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.omtb-social a { display: block; line-height: 0; opacity: .95; transition: transform .15s, opacity .15s; }
.omtb-social a:hover { transform: translateY(-1px); opacity: 1; }
.omtb-social svg { width: 26px; height: 26px; fill: #fff; }

.omtb-burger {
	display: none; background: none; border: 0; cursor: pointer;
	padding: 10px; margin-left: auto;
}
.omtb-burger span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s, opacity .2s; }
.omtb-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.omtb-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.omtb-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   Hero — Home and Award
   ========================================================================== */
.omtb-hero {
	position: relative; overflow: hidden;
	background: #8d0f00 url("../img/hero-bg.jpg") center/cover no-repeat;
	color: #fff;
	padding: 62px 0 78px;
	isolation: isolate;
}
/* Reads bottom-to-top with the glyphs turned a quarter turn, as drawn. */
.omtb-hero__watermark {
	position: absolute; top: 50%; left: -14px;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-weight: 900; font-size: clamp(150px, 19vw, 290px); line-height: .78;
	letter-spacing: -.02em;
	color: rgba(255, 255, 255, .22);
	pointer-events: none; user-select: none; z-index: 1;
}
.omtb-hero__inner {
	position: relative; z-index: 2;
	display: grid; grid-template-columns: minmax(180px, 260px) 1fr;
	gap: 30px; align-items: center;
}
.omtb-hero__trophy { justify-self: center; }
.omtb-hero__trophy img { width: 100%; max-width: 240px; filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .45)); }
.omtb-hero__eyebrow {
	font-family: var(--omtb-serif); font-weight: 700;
	font-size: clamp(15px, 1.5vw, 19px); margin: 0 0 14px;
}
.omtb-hero__title {
	font-weight: 800; font-size: clamp(34px, 5.2vw, 66px); line-height: 1.03;
	letter-spacing: -.015em; margin: 0 0 20px; text-wrap: balance;
}
.omtb-hero--award .omtb-hero__title { text-transform: uppercase; font-size: clamp(30px, 4.6vw, 58px); }
.omtb-hero__intro {
	font-size: clamp(15px, 1.35vw, 19px); line-height: 1.62;
	max-width: 62ch; margin: 0; color: rgba(255, 255, 255, .95);
}
.omtb-hero--award .omtb-hero__intro { max-width: 74ch; }

.omtb-badge {
	position: absolute; top: 34px; right: 34px; z-index: 3;
	width: clamp(78px, 9vw, 122px); aspect-ratio: 1;
	display: grid; place-items: center;
}
.omtb-badge img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.omtb-badge span {
	position: relative; z-index: 2;
	font-weight: 700; color: #fff; font-size: clamp(26px, 3.1vw, 42px); line-height: 1;
}

/* ==========================================================================
   THE PROCESS
   ========================================================================== */
.omtb-process { background: var(--omtb-grey-light); }
.omtb-process__head {
	display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap;
	padding: 22px 0;
}
.omtb-process__head h2 {
	margin: 0; font-size: clamp(19px, 2.1vw, 27px); font-weight: 800;
	text-transform: uppercase; letter-spacing: -.01em;
}
.omtb-process__head p { margin: 0; font-family: var(--omtb-serif); font-size: 14.5px; color: var(--omtb-ink-soft); }

.omtb-process__band {
	position: relative;
	background: #9d1200 url("../img/band-red.jpg") center/cover no-repeat;
	padding: 30px 0 34px;
}
.omtb-cards {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
	margin: 0 46px;
}
.omtb-card {
	background: #fff; border-radius: 4px 22px 4px 22px;
	padding: 22px 24px 26px; box-shadow: var(--omtb-shadow);
}
.omtb-card h3 {
	margin: 0 0 10px; font-size: 16.5px; font-weight: 700;
	text-transform: uppercase; letter-spacing: .01em;
}
.omtb-card p, .omtb-card :last-child { margin-bottom: 0; }
.omtb-card p {
	font-family: var(--omtb-serif); font-size: 14px; line-height: 1.58; color: var(--omtb-ink-soft);
}
.omtb-arrow {
	position: absolute; top: 50%; transform: translateY(-50%);
	background: none; border: 0; cursor: pointer; padding: 12px 8px;
	color: rgba(255, 255, 255, .85); font-size: 26px; line-height: 1;
}
.omtb-arrow:hover { color: #fff; }
.omtb-arrow--prev { left: 8px; }
.omtb-arrow--next { right: 8px; }

/* ==========================================================================
   Winners section
   ========================================================================== */
.omtb-winners { background: var(--omtb-page); min-height: 60vh; padding-bottom: 40px; }
.omtb-winners__grid {
	display: grid; grid-template-columns: 190px 1fr; gap: 0 34px; align-items: start;
	position: relative;
}

.omtb-rail { position: relative; padding: 26px 0 30px; }
.omtb-rail__watermark {
	position: absolute; top: -10px; left: -30px; z-index: 0;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
	font-weight: 900; font-size: 210px; line-height: .8;
	color: rgba(255, 255, 255, .72);
	pointer-events: none; user-select: none;
}
.omtb-rail__trophy { position: relative; z-index: 1; width: 132px; margin: 0 auto 22px; display: block; }
.omtb-rail__nav { position: relative; z-index: 1; list-style: none; margin: 0; padding: 0; text-align: right; }
.omtb-rail__nav li { margin: 0 0 9px; }
.omtb-rail__nav a {
	display: block; padding: 3px 6px 3px 0;
	color: var(--omtb-ink); font-size: 13px; font-weight: 500;
	text-transform: uppercase; letter-spacing: .05em; text-decoration: none;
}
.omtb-rail__nav a:hover { color: var(--omtb-red); text-decoration: none; }
.omtb-rail__nav .is-active a { color: var(--omtb-red); font-weight: 700; }

.omtb-years {
	display: flex; flex-wrap: wrap; gap: 9px; justify-content: center;
	padding: 22px 0 6px; margin: 0; list-style: none;
}
.omtb-years a {
	display: grid; place-items: center;
	width: 50px; height: 50px; border-radius: 50%;
	background: #fff; color: var(--omtb-ink);
	font-size: 13.5px; font-weight: 600; text-decoration: none;
	transition: background .15s, color .15s, transform .15s;
}
.omtb-years a:hover { transform: translateY(-2px); text-decoration: none; }
.omtb-years .is-active a { background: var(--omtb-red); color: #fff; }

.omtb-winners__title { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin: 10px 0 20px; }
.omtb-winners__title h1 {
	margin: 0; font-size: clamp(30px, 4vw, 48px); font-weight: 800; letter-spacing: -.02em;
}
.omtb-winners__title span { font-family: var(--omtb-serif); font-size: clamp(14px, 1.5vw, 19px); }

.omtb-figure { margin: 0 0 14px; }
.omtb-figure img { width: 100%; border-radius: 2px; }

.omtb-caption { display: flex; gap: 16px; align-items: flex-start; margin: 0 0 26px; }
.omtb-caption__label {
	flex: 0 0 auto; color: var(--omtb-red); font-weight: 700; font-size: 14px;
	text-transform: uppercase; letter-spacing: .03em; padding-top: 2px;
}
.omtb-caption__text {
	border-left: 1px solid var(--omtb-grey); padding-left: 16px; margin: 0;
	font-family: var(--omtb-serif); font-size: 14.5px; line-height: 1.6; color: var(--omtb-ink-soft);
}

/* Media viewer: main stage plus vertical thumbnail rail.
   The rail is absolutely positioned so its height is governed by the stage,
   which keeps the caption directly under the photo as drawn. */
.omtb-viewer { position: relative; padding-right: 148px; }
.omtb-viewer__stage { position: relative; background: #c9c9c9; border-radius: 2px; overflow: hidden; }
.omtb-viewer__stage img { width: 100%; display: block; }
.omtb-viewer__stage iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.omtb-viewer__thumbs {
	position: absolute; top: 0; right: 0; bottom: 0; width: 132px;
	display: flex; flex-direction: column; gap: 6px;
	overflow-y: auto; padding: 22px 0;
	scrollbar-width: thin;
}
.omtb-viewer__thumbs::before,
.omtb-viewer__thumbs::after {
	content: ""; position: absolute; left: 0; right: 0; height: 18px;
	background: var(--omtb-grey); z-index: 2;
	clip-path: polygon(50% 25%, 0% 75%, 100% 75%);
}
.omtb-viewer__thumbs::before { top: 0; }
.omtb-viewer__thumbs::after { bottom: 0; transform: rotate(180deg); }
.omtb-thumb {
	border: 0; padding: 0; background: none; cursor: pointer; line-height: 0;
	opacity: .82; transition: opacity .15s, outline-color .15s;
	outline: 3px solid transparent; outline-offset: -3px;
}
.omtb-thumb:hover { opacity: 1; }
.omtb-thumb.is-active { opacity: 1; outline-color: var(--omtb-red); }
.omtb-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* Self-hosted video fills the stage the same way an embed does. */
.omtb-viewer__stage video { width: 100%; aspect-ratio: 16 / 9; display: block; background: #000; object-fit: contain; }

/* A play badge marks thumbnails that lead to a video. */
.omtb-thumb--video { position: relative; }
.omtb-thumb--video::after {
	content: ""; position: absolute; top: 50%; left: 50%;
	width: 0; height: 0; transform: translate(-40%, -50%);
	border-style: solid; border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #fff;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .6));
	pointer-events: none;
}
.omtb-thumb--video::before {
	content: ""; position: absolute; top: 50%; left: 50%;
	width: 40px; height: 40px; transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .45); border-radius: 50%;
	pointer-events: none;
}

.omtb-meta { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; margin: 14px 0 0; }
.omtb-meta__rows { display: grid; gap: 2px; font-family: var(--omtb-serif); font-size: 15px; }
.omtb-meta__rows b { color: var(--omtb-red); font-weight: 700; }
.omtb-meta__label {
	color: var(--omtb-red); font-weight: 700; font-size: 14px;
	text-transform: uppercase; letter-spacing: .03em;
	border-right: 1px solid var(--omtb-grey); padding-right: 16px; margin-right: 4px;
}
.omtb-meta__person { color: var(--omtb-red); font-weight: 600; font-size: 15px; }

.omtb-download {
	color: var(--omtb-ink); font-size: 12.5px; font-weight: 500;
	text-transform: uppercase; letter-spacing: .06em; text-decoration: none;
	white-space: nowrap;
}
.omtb-download:hover { color: var(--omtb-red); }

/* Winners logo strip */
.omtb-strip { margin-top: 30px; }
.omtb-strip__head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; padding: 0 0 14px; }
.omtb-strip__head h2 { margin: 0; font-size: clamp(20px, 2.4vw, 30px); font-weight: 800; text-transform: uppercase; }
.omtb-strip__head p { margin: 0; font-family: var(--omtb-serif); font-size: 14px; color: var(--omtb-ink-soft); }
.omtb-strip__band {
	position: relative;
	background: #9d1200 url("../img/band-red.jpg") center/cover no-repeat;
	padding: 16px 0 22px;
}
.omtb-strip__track {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr);
	gap: 16px; margin: 0 46px; overflow-x: auto;
	scroll-snap-type: x mandatory; scrollbar-width: none;
}
.omtb-strip__track::-webkit-scrollbar { display: none; }
.omtb-strip__item { scroll-snap-align: start; }
.omtb-strip__item h3 {
	margin: 0 0 8px; color: #fff; font-size: 12.5px; font-weight: 700;
	text-transform: uppercase; letter-spacing: .04em; text-align: center;
}
.omtb-strip__logo {
	background: #fff; border-radius: 4px 22px 4px 22px;
	aspect-ratio: 1 / .92; display: grid; place-items: center; padding: 16px;
	box-shadow: var(--omtb-shadow);
}
.omtb-strip__logo img { max-height: 100%; width: auto; object-fit: contain; }

/* News article layout */
.omtb-article { display: grid; grid-template-columns: 1fr 190px; gap: 34px; align-items: start; }
.omtb-article h1 { font-family: var(--omtb-serif); font-weight: 400; font-size: clamp(25px, 3.2vw, 38px); margin: 0 0 4px; }
.omtb-article__standfirst { font-family: var(--omtb-serif); font-size: 16px; margin: 0 0 20px; }
.omtb-article__body { font-family: var(--omtb-serif); font-size: 15px; line-height: 1.68; text-align: justify; }
.omtb-article__body p { margin: 0 0 2px; text-indent: 28px; }
.omtb-article__body p:first-child { text-indent: 0; }
.omtb-article__aside { font-family: var(--omtb-serif); font-size: 14.5px; line-height: 1.55; color: #4a6f9a; }
.omtb-article__aside p { margin: 0 0 1.05em; }

.omtb-list { display: grid; gap: 16px; margin: 0 0 24px; }
.omtb-list__item {
	background: #fff; border-radius: 4px 18px 4px 18px; padding: 16px 18px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
}
.omtb-list__item h3 { margin: 0 0 4px; font-size: 17px; }
.omtb-list__item p { margin: 0; font-family: var(--omtb-serif); font-size: 14px; color: var(--omtb-ink-soft); }

.omtb-empty {
	background: #fff; border-radius: var(--omtb-radius); padding: 30px;
	text-align: center; color: var(--omtb-ink-soft); font-family: var(--omtb-serif);
}

/* ==========================================================================
   Forms — Nominate and Vote Now
   ========================================================================== */
.omtb-formpage { background: var(--omtb-page); padding-bottom: 60px; position: relative; overflow: hidden; }
.omtb-formpage__grid {
	display: grid; grid-template-columns: 150px 1fr minmax(320px, 460px);
	gap: 0 34px; align-items: start; padding-top: 28px;
}
.omtb-formpage__intro h1 {
	font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; margin: 0 0 6px; letter-spacing: -.01em;
}
.omtb-formpage--vote .omtb-formpage__intro h1 { text-transform: uppercase; }
.omtb-formpage__standfirst { font-family: var(--omtb-serif); font-size: 16px; margin: 0 0 20px; }
.omtb-formpage__body { font-family: var(--omtb-serif); font-size: 14.5px; line-height: 1.68; text-align: justify; }
.omtb-formpage__body p { margin: 0 0 2px; text-indent: 24px; }
.omtb-formpage__body p:first-child { text-indent: 0; }

.omtb-formcard { background: #fff; padding: 26px 28px 30px; box-shadow: var(--omtb-shadow); }
.omtb-formcard h2 { font-family: var(--omtb-serif); font-weight: 400; font-size: 27px; margin: 0 0 18px; }

/* The brief draws the label inside the bordered box, to the left of the
   input, so the field reads as one unit. */
.omtb-field {
	display: flex; align-items: stretch; margin: 0 0 9px;
	border: 1px solid #9b9b9b; border-radius: 2px; background: #fff;
	transition: border-color .15s, box-shadow .15s;
}
.omtb-field:focus-within { border-color: var(--omtb-red); box-shadow: 0 0 0 3px rgba(194, 37, 0, .14); }
.omtb-field > label {
	flex: 0 0 auto; align-self: center;
	padding: 9px 8px 9px 11px;
	font-size: 14px; color: #3a3a3a; font-weight: 400; white-space: nowrap;
}
.omtb-field input[type="text"],
.omtb-field input[type="email"],
.omtb-field input[type="tel"],
.omtb-field input[type="url"],
.omtb-field input[type="file"],
.omtb-field select,
.omtb-field textarea {
	flex: 1 1 auto; min-width: 0; width: 100%;
	padding: 9px 11px 9px 0;
	border: 0; background: transparent; border-radius: 0;
	font-family: var(--omtb-sans); font-size: 14px; color: var(--omtb-ink);
}
.omtb-field input:focus, .omtb-field select:focus, .omtb-field textarea:focus { outline: 0; }
.omtb-field select {
	appearance: none; cursor: pointer;
	background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
	padding-right: 32px;
}
.omtb-field textarea { min-height: 70px; resize: vertical; padding-top: 9px; }
.omtb-field--top { align-items: flex-start; }
.omtb-field--top > label { align-self: flex-start; }
.omtb-field input[type="file"] { padding-block: 8px; font-size: 13px; }

.omtb-honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.omtb-submit { display: flex; justify-content: flex-end; margin-top: 16px; }
.omtb-btn {
	display: inline-block; border: 0; cursor: pointer;
	background: var(--omtb-black); color: #fff;
	font-family: var(--omtb-sans); font-size: 13px; font-weight: 500;
	letter-spacing: .09em; text-transform: uppercase;
	padding: 9px 26px; border-radius: 2px;
	transition: background .15s;
}
.omtb-btn:hover { background: var(--omtb-red); color: #fff; text-decoration: none; }

.omtb-ballot__cat { margin: 0 0 11px; }
.omtb-notice {
	padding: 13px 16px; margin: 0 0 18px; border-radius: 3px;
	font-size: 14.5px; border-left: 4px solid;
}
.omtb-notice--success { background: #e8f5ec; border-color: #1a7f37; color: #12572a; }
.omtb-notice--error   { background: #fdeceb; border-color: var(--omtb-red); color: #8c1b00; }
.omtb-closed { background: #fff5e5; border-left: 4px solid #bf8700; padding: 14px 16px; font-size: 14.5px; }

/* ==========================================================================
   About
   ========================================================================== */
.omtb-about { background: var(--omtb-page); padding-bottom: 60px; position: relative; overflow: hidden; }
.omtb-about__grid { display: grid; grid-template-columns: 150px 1fr; gap: 0 34px; padding-top: 26px; }
.omtb-about__head { display: flex; align-items: center; gap: 26px; margin: 0 0 18px; }
.omtb-about__head h1 {
	font-family: var(--omtb-serif); font-weight: 400; font-size: clamp(27px, 3.4vw, 38px);
	margin: 0; border-bottom: 2px solid var(--omtb-black); padding-bottom: 4px;
}
.omtb-about__head img { width: 108px; }
.omtb-about h2 { font-size: clamp(22px, 2.8vw, 32px); font-weight: 800; margin: 0 0 4px; }
.omtb-about__standfirst { font-family: var(--omtb-serif); font-size: 16px; margin: 0 0 18px; }
.omtb-about__body { font-family: var(--omtb-serif); font-size: 15px; line-height: 1.7; text-align: justify; max-width: 88ch; }
.omtb-about__body p { margin: 0 0 2px; text-indent: 28px; }
.omtb-about__body p:first-child { text-indent: 0; }

/* The oversized OMTB watermark used down the left of the inner pages */
.omtb-watermark {
	position: absolute; top: -14px; left: -26px; z-index: 0;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
	font-weight: 900; font-size: clamp(150px, 20vw, 265px); line-height: .8;
	color: var(--omtb-watermark);
	pointer-events: none; user-select: none;
}
.omtb-formpage__grid > *, .omtb-about__grid > * { position: relative; z-index: 1; }

/* ==========================================================================
   Footer
   ========================================================================== */
.omtb-footer { background: var(--omtb-black); color: rgba(255, 255, 255, .78); padding: 34px 0 26px; font-size: 14px; }
.omtb-footer__grid { display: flex; gap: 26px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.omtb-footer a { color: rgba(255, 255, 255, .78); }
.omtb-footer a:hover { color: #fff; }
.omtb-footer__nav { display: flex; gap: 18px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; text-transform: uppercase; font-size: 12.5px; letter-spacing: .05em; }
.omtb-footer__logo img { height: 54px; width: auto; }
.omtb-footer__legal { width: 100%; border-top: 1px solid rgba(255, 255, 255, .16); margin-top: 22px; padding-top: 16px; font-size: 12.5px; color: rgba(255, 255, 255, .55); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
	.omtb-winners__grid { grid-template-columns: 150px 1fr; gap: 0 22px; }
	.omtb-rail__watermark { font-size: 140px; }
	.omtb-formpage__grid { grid-template-columns: 90px 1fr minmax(300px, 400px); gap: 0 22px; }
}

@media (max-width: 900px) {
	.omtb-burger { display: block; }
	.omtb-header__bar { flex-wrap: wrap; min-height: 56px; padding-right: 12px; gap: 12px; }
	.omtb-nav { flex-basis: 100%; order: 3; display: none; }
	.omtb-nav.is-open { display: block; }
	.omtb-nav ul { flex-direction: column; align-items: flex-start; gap: 2px; padding: 6px 0 14px; }
	.omtb-nav li + li::before { display: none; }
	.omtb-nav a { padding: 9px 4px; display: block; }
	.omtb-social { order: 2; margin-left: auto; }

	.omtb-hero__inner { grid-template-columns: 1fr; text-align: center; }
	.omtb-hero__trophy img { max-width: 170px; }
	.omtb-hero__intro { margin-inline: auto; }
	.omtb-badge { top: 14px; right: 14px; }

	.omtb-cards { grid-template-columns: 1fr; margin: 0 34px; }

	.omtb-winners__grid, .omtb-formpage__grid, .omtb-about__grid, .omtb-article { grid-template-columns: 1fr; }
	.omtb-rail { padding-bottom: 10px; }
	.omtb-rail__watermark { display: none; }
	.omtb-rail__trophy { width: 96px; margin-bottom: 14px; }
	.omtb-rail__nav { display: flex; flex-wrap: wrap; gap: 4px 14px; justify-content: center; text-align: center; }
	.omtb-viewer { padding-right: 0; }
	.omtb-viewer__thumbs {
		position: static; width: auto; flex-direction: row;
		max-height: none; overflow-x: auto; padding: 8px 0 0;
	}
	.omtb-viewer__thumbs::before, .omtb-viewer__thumbs::after { display: none; }
	.omtb-thumb { flex: 0 0 118px; }
	.omtb-watermark { display: none; }
	.omtb-about__head { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 560px) {
	.omtb-years a { width: 42px; height: 42px; font-size: 12px; }
	.omtb-formcard { padding: 20px 18px 24px; }
	.omtb-hero { padding: 40px 0 52px; }
	.omtb-strip__track, .omtb-cards { margin: 0 16px; }
	.omtb-article__body, .omtb-about__body, .omtb-formpage__body { text-align: left; }
	.omtb-article__body p, .omtb-about__body p, .omtb-formpage__body p { text-indent: 0; margin-bottom: 1em; }
}

@media print {
	.omtb-header, .omtb-footer, .omtb-years, .omtb-rail { display: none; }
}

/* ==========================================================================
   Filter bars — shown only when the items carry tags or categories
   ========================================================================== */
.omtb-filters {
	display: flex; flex-wrap: wrap; gap: 8px;
	margin: 0 0 18px; padding: 0 0 2px;
}
.omtb-filter {
	border: 1px solid var(--omtb-grey); background: #fff; cursor: pointer;
	padding: 7px 16px; border-radius: 999px;
	font-family: var(--omtb-sans); font-size: 12.5px; font-weight: 600;
	letter-spacing: .04em; text-transform: uppercase; color: var(--omtb-ink);
	transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.omtb-filter:hover { border-color: var(--omtb-red); color: var(--omtb-red); transform: translateY(-1px); }
.omtb-filter.is-active { background: var(--omtb-red); border-color: var(--omtb-red); color: #fff; }

/* ==========================================================================
   Awardees — the list beneath the viewer
   ========================================================================== */
.omtb-awardee[hidden] { display: none; }

.omtb-meta__actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.omtb-download--zip {
	border: 1px solid var(--omtb-red); border-radius: 999px;
	padding: 6px 15px; color: var(--omtb-red); font-weight: 600;
}
.omtb-download--zip:hover { background: var(--omtb-red); color: #fff; text-decoration: none; }

.omtb-awardee-list {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 12px; margin: 26px 0 10px;
}
.omtb-awardee-list__item {
	display: flex; align-items: center; gap: 12px; text-align: left;
	background: #fff; border: 1px solid transparent; border-radius: 3px 16px 3px 16px;
	padding: 8px 12px 8px 8px; cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .07);
	transition: transform .25s, box-shadow .25s, border-color .25s;
}
.omtb-awardee-list__item:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(58, 8, 0, .14); }
.omtb-awardee-list__item.is-active { border-color: var(--omtb-red); }
.omtb-awardee-list__item[hidden] { display: none; }
.omtb-awardee-list__item img { width: 62px; height: 48px; object-fit: cover; border-radius: 2px; flex: 0 0 auto; }
.omtb-awardee-list__label { display: grid; gap: 1px; min-width: 0; }
.omtb-awardee-list__label strong { font-size: 13.5px; line-height: 1.25; }
.omtb-awardee-list__label em {
	font-style: normal; font-size: 11.5px; color: var(--omtb-ink-soft);
	text-transform: uppercase; letter-spacing: .04em;
}
.omtb-awardee-list__n { font-size: 11px; color: var(--omtb-red); font-weight: 600; }

@media (max-width: 560px) {
	.omtb-awardee-list { grid-template-columns: 1fr; }
	.omtb-filter { padding: 6px 13px; font-size: 11.5px; }
}
