/*
Theme Name: New Orleans Trip Guide
Theme URI: https://neworleanstripguide.com/
Author: New Orleans Trip Guide
Description: A native River Room editorial theme for New Orleans Trip Guide.
Version: 1.0.11
Requires at least: 6.8
Tested up to: 7.1
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-orleans-trip-guide
Tags: blog, news, one-column, two-columns, custom-logo, custom-menu, featured-images, accessibility-ready, translation-ready
*/

@font-face {
	font-family: "NOTG Slab";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/RobotoSlab-VariableFont_wght.woff2") format("woff2");
}

@font-face {
	font-family: "NOTG Sans";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("assets/fonts/Manrope-VariableFont_wght.woff2") format("woff2");
}

:root {
	--notg-river: #17272c;
	--notg-plaster: #f3ebdd;
	--notg-brick: #9a463b;
	--notg-ochre: #c99a3d;
	--notg-verdigris: #3c746d;
	--notg-cypress: #414a3e;
	--notg-blue: #6f8e9c;
	--notg-oyster: #c9bba5;
	--notg-rain: #d8e1dc;
	--notg-indigo: #3e405e;
	--notg-white: #fffdf7;
	--notg-display: "NOTG Slab", Georgia, "Times New Roman", serif;
	--notg-body: "NOTG Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--notg-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
	--notg-shell: 88rem;
	--notg-copy: 44rem;
	--notg-space-1: clamp(0.75rem, 0.6rem + 0.4vw, 1rem);
	--notg-space-2: clamp(1rem, 0.7rem + 0.8vw, 1.5rem);
	--notg-space-3: clamp(1.5rem, 1rem + 1.3vw, 2.5rem);
	--notg-space-4: clamp(2.5rem, 1.5rem + 3vw, 5rem);
	--notg-space-5: clamp(4rem, 2rem + 5vw, 8rem);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--notg-plaster);
	color: var(--notg-river);
	font-family: var(--notg-body);
	font-size: 1rem;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--notg-verdigris);
	text-decoration-thickness: 0.09em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--notg-brick);
}

button,
input,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--notg-ochre);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.7em;
	font-family: var(--notg-display);
	font-weight: 690;
	line-height: 1.06;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

h1 {
	font-size: clamp(3rem, 6.8vw, 7.5rem);
}

h2 {
	font-size: clamp(2rem, 3.4vw, 4.15rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 2.2rem);
}

p,
ul,
ol,
blockquote,
table,
figure {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.notg-shell {
	width: min(calc(100% - 2rem), var(--notg-shell));
	margin-inline: auto;
}

.notg-skip-link {
	position: fixed;
	z-index: 10000;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.8rem 1rem;
	transform: translateY(-200%);
	background: var(--notg-river);
	color: var(--notg-plaster);
}

.notg-skip-link:focus {
	transform: none;
}

.notg-site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid rgba(23, 39, 44, 0.22);
	background: rgba(243, 235, 221, 0.98);
}

.notg-header-inner {
	display: flex;
	min-height: 6.25rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.notg-header-brand {
	flex: 0 1 18rem;
}

.notg-brand,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 18rem;
}

.notg-brand img,
.custom-logo {
	width: auto;
	max-width: 100%;
	height: 3.55rem;
	object-fit: contain;
	object-position: left center;
}

.notg-primary-nav {
	display: flex;
	align-items: center;
	gap: 1.4rem;
}

.notg-menu,
.notg-footer-menu {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: clamp(0.7rem, 1.3vw, 1.5rem);
	list-style: none;
}

.notg-menu a {
	color: var(--notg-river);
	font-size: 0.84rem;
	font-weight: 720;
	letter-spacing: 0.045em;
	text-decoration: none;
}

.notg-menu a:hover,
.notg-menu .current-menu-item > a {
	color: var(--notg-brick);
}

.notg-menu .current-menu-item > a::before {
	display: inline-block;
	width: 0.3rem;
	height: 0.75rem;
	margin-right: 0.45rem;
	background: var(--notg-ochre);
	content: "";
}

.notg-menu-toggle {
	display: none;
	border: 1px solid var(--notg-river);
	background: transparent;
	color: var(--notg-river);
	min-width: 3rem;
	min-height: 3rem;
}

.notg-menu-toggle i,
.notg-menu-toggle i::before {
	display: block;
	width: 1.2rem;
	height: 2px;
	margin-inline: auto;
	background: currentColor;
	content: "";
}

.notg-menu-toggle i::before {
	transform: translateY(0.4rem);
}

.notg-button,
.notg-search-form button,
.notg-contact-form button {
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.2rem;
	border: 2px solid var(--notg-river);
	border-radius: 0;
	background: var(--notg-river);
	color: var(--notg-plaster);
	font-size: 0.82rem;
	font-weight: 780;
	letter-spacing: 0.05em;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.notg-button:hover,
.notg-search-form button:hover,
.notg-contact-form button:hover {
	background: var(--notg-brick);
	border-color: var(--notg-brick);
	color: var(--notg-white);
}

.notg-button--secondary {
	background: transparent;
	color: var(--notg-river);
}

.notg-button--light {
	border-color: var(--notg-plaster);
	background: var(--notg-plaster);
	color: var(--notg-river);
}

.notg-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-weight: 760;
}

.notg-text-link::after {
	display: inline-block;
	content: "→";
	transition: transform 160ms ease;
}

.notg-text-link:hover::after {
	transform: translateX(0.28rem);
}

.notg-eyebrow,
.notg-kicker {
	display: inline-block;
	margin-bottom: 1rem;
	color: var(--notg-brick);
	font-family: var(--notg-mono);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.notg-hero {
	display: grid;
	min-height: min(54rem, calc(100vh - 6.25rem));
	padding-block: var(--notg-space-4);
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 6rem);
}

.notg-hero-copy {
	max-width: 38rem;
}

.notg-hero-copy h1 {
	max-width: 8ch;
	margin-bottom: 0.25em;
}

.notg-hero-copy p {
	max-width: 34rem;
	font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}

.notg-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.notg-hero-images {
	display: grid;
	height: clamp(32rem, 63vh, 46rem);
	grid-template-columns: 1.05fr 1fr;
	grid-template-rows: 1.16fr 0.84fr;
	gap: 0.75rem;
}

.notg-hero-image {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: var(--notg-oyster);
}

.notg-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.notg-hero-image--portrait {
	grid-row: 1 / 3;
}

.notg-hero-image--portrait img {
	object-position: center 52%;
}

.notg-hero-image--river img {
	object-position: center 58%;
}

.notg-hero-image--detail img {
	object-position: center 54%;
}

.notg-hero-images::after {
	position: absolute;
	display: block;
	width: 3.2rem;
	height: 5.5rem;
	margin: 2rem 0 0 -1.4rem;
	background: var(--notg-brick);
	content: "";
	pointer-events: none;
}

.notg-section {
	padding-block: var(--notg-space-5);
}

.notg-section--brick {
	background: var(--notg-brick);
	color: var(--notg-plaster);
}

.notg-section--rain {
	background: var(--notg-rain);
}

.notg-section--dark {
	background: var(--notg-river);
	color: var(--notg-plaster);
}

.notg-section-heading {
	display: grid;
	max-width: 58rem;
	margin-bottom: var(--notg-space-3);
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 1.2rem;
}

.notg-section-heading--light .notg-kicker {
	color: var(--notg-plaster);
}

.notg-section-heading p {
	max-width: 42rem;
}

.notg-tallies {
	display: flex;
	padding-top: 0.3rem;
	gap: 0.34rem;
}

.notg-tallies i {
	display: block;
	width: 0.32rem;
	height: 1.6rem;
	background: var(--notg-ochre);
}

.notg-tallies i:last-child {
	height: 1.05rem;
	margin-top: 0.55rem;
}

.notg-category-grid {
	display: grid;
	border-top: 1px solid rgba(243, 235, 221, 0.55);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.notg-category-link {
	display: grid;
	min-height: 14rem;
	padding: 1.5rem;
	border-right: 1px solid rgba(243, 235, 221, 0.4);
	border-bottom: 1px solid rgba(243, 235, 221, 0.4);
	color: var(--notg-plaster);
	text-decoration: none;
	grid-template-rows: auto auto 1fr;
}

.notg-category-link:nth-child(3n) {
	border-right: 0;
}

.notg-category-link span {
	color: var(--notg-ochre);
	font-family: var(--notg-mono);
	font-size: 0.7rem;
}

.notg-category-link strong {
	margin-block: 1rem 0.5rem;
	font-family: var(--notg-display);
	font-size: clamp(1.4rem, 2vw, 2.15rem);
	line-height: 1.05;
}

.notg-category-link small {
	align-self: end;
	font-size: 0.9rem;
	line-height: 1.5;
}

.notg-category-link:hover {
	background: var(--notg-plaster);
	color: var(--notg-river);
}

.notg-split-story {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 7rem);
}

.notg-split-story__media {
	height: clamp(28rem, 60vw, 48rem);
	overflow: hidden;
}

.notg-split-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

.notg-split-story__copy {
	max-width: 32rem;
}

.notg-provider {
	--tsva-primary: var(--notg-verdigris);
	--tsva-accent: var(--notg-brick);
	--tsva-bg: transparent;
	--tsva-card-bg: var(--notg-white);
	--tsva-text: var(--notg-river);
}

.notg-provider .travelspark-surface,
.notg-provider [class*="tsva-surface"],
.notg-provider .travelspark-widget {
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.notg-provider .travelspark-widget__grid,
.notg-provider [class*="tsva-"][class*="grid"] {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1rem !important;
}

.notg-provider .travelspark-card,
.notg-provider .travelspark-card--featured,
.notg-provider [class*="tsva-"][class*="card"] {
	overflow: hidden;
	border: 1px solid rgba(23, 39, 44, 0.24) !important;
	border-radius: 0 !important;
	background: var(--notg-white) !important;
	color: var(--notg-river) !important;
	box-shadow: none !important;
}

.notg-provider img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.notg-provider a {
	overflow-wrap: anywhere;
}

.notg-provider a[class*="button"],
.notg-provider a[class*="cta"],
.notg-provider button {
	min-height: 2.8rem !important;
	border: 2px solid var(--notg-river) !important;
	border-radius: 0 !important;
	background: var(--notg-river) !important;
	color: var(--notg-plaster) !important;
	font-family: var(--notg-body) !important;
	font-size: 0.78rem !important;
	font-weight: 760 !important;
	letter-spacing: 0.04em !important;
	text-decoration: none !important;
}

.notg-provider a[class*="button"]:hover,
.notg-provider a[class*="cta"]:hover,
.notg-provider button:hover {
	border-color: var(--notg-brick) !important;
	background: var(--notg-brick) !important;
}

.notg-provider-state {
	padding: 2rem;
	border: 1px solid var(--notg-river);
	background: var(--notg-plaster);
}

.notg-disclosure {
	margin: 1rem 0 0;
	color: rgba(23, 39, 44, 0.75);
	font-size: 0.78rem;
}

.notg-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3rem);
}

.notg-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.notg-card {
	display: grid;
	min-width: 0;
	border-top: 1px solid var(--notg-river);
	grid-template-columns: minmax(10rem, 0.85fr) minmax(0, 1.15fr);
}

.notg-card__media {
	min-height: 18rem;
	overflow: hidden;
	background: var(--notg-oyster);
}

.notg-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.notg-card:hover .notg-card__media img {
	transform: scale(1.015);
}

.notg-card__body {
	padding: 1.4rem 0 1.4rem 1.4rem;
}

.notg-card__title {
	font-size: clamp(1.45rem, 2.4vw, 2.3rem);
}

.notg-card__title a {
	color: var(--notg-river);
	text-decoration: none;
}

.notg-stay-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 7rem);
}

.notg-stay-feature__image {
	height: clamp(26rem, 48vw, 42rem);
	overflow: hidden;
}

.notg-stay-feature__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.notg-stay-feature__copy {
	max-width: 32rem;
}

.notg-section--dark .notg-kicker {
	color: var(--notg-ochre);
}

.notg-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1.15fr);
	align-items: end;
	gap: clamp(2rem, 7vw, 8rem);
}

.notg-newsletter-form {
	display: grid;
	grid-template-columns: 1fr auto;
}

.notg-newsletter-form label {
	grid-column: 1 / -1;
	margin-bottom: 0.5rem;
	font-weight: 700;
}

.notg-newsletter-form input,
.notg-newsletter-form button {
	min-height: 3.2rem;
	border: 1px solid var(--notg-river);
	border-radius: 0;
}

.notg-newsletter-form input {
	padding-inline: 1rem;
	background: var(--notg-rain);
}

.notg-newsletter-form button {
	padding-inline: 1rem;
	background: var(--notg-oyster);
	color: var(--notg-river);
	font-weight: 700;
}

.notg-site-footer {
	padding-block: var(--notg-space-4);
	background: var(--notg-river);
	color: var(--notg-plaster);
}

.notg-footer-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.8fr 1fr;
	gap: var(--notg-space-3);
}

.notg-footer-brand .notg-brand {
	max-width: 20rem;
}

.notg-footer-brand .notg-brand img {
	height: 4.2rem;
}

.notg-footer-brand p {
	margin-top: 1.25rem;
	font-family: var(--notg-display);
	font-size: 1.35rem;
}

.notg-footer-menu {
	display: grid;
	align-items: start;
	gap: 0.55rem;
}

.notg-footer-menu a {
	color: var(--notg-plaster);
}

.notg-footer-note {
	font-size: 0.9rem;
}

.notg-breadcrumbs {
	display: flex;
	margin-bottom: 1.2rem;
	flex-wrap: wrap;
	gap: 0.5rem;
	color: rgba(23, 39, 44, 0.72);
	font-family: var(--notg-mono);
	font-size: 0.7rem;
	line-height: 1.45;
}

.notg-breadcrumbs a {
	color: inherit;
}

.notg-archive-hero,
.notg-page-header {
	padding-block: var(--notg-space-4);
	background: var(--notg-rain);
}

.notg-archive-hero--guides {
	padding-block: var(--notg-space-5);
	background: var(--notg-river);
	color: var(--notg-plaster);
}

.notg-archive-hero h1,
.notg-page-header h1 {
	max-width: 12ch;
}

.notg-archive-hero p {
	max-width: 44rem;
	font-size: 1.15rem;
}

.notg-archive-hero--guides .notg-breadcrumbs,
.notg-archive-hero--guides .notg-breadcrumbs a {
	color: var(--notg-plaster);
}

.notg-category-pills,
.notg-tour-chips {
	display: flex;
	margin-top: 2rem;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.notg-category-pills a,
.notg-tour-chips span {
	padding: 0.5rem 0.75rem;
	border: 1px solid currentColor;
	border-radius: 0;
	color: inherit;
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
}

.notg-category-description {
	max-width: var(--notg-copy);
	margin-top: var(--notg-space-4);
	padding-top: var(--notg-space-3);
	border-top: 1px solid var(--notg-oyster);
}

.navigation.pagination {
	margin-top: var(--notg-space-3);
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.page-numbers {
	display: inline-flex;
	min-width: 2.8rem;
	min-height: 2.8rem;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--notg-river);
	color: var(--notg-river);
	text-decoration: none;
}

.page-numbers.current {
	background: var(--notg-river);
	color: var(--notg-plaster);
}

.notg-article-header {
	max-width: 75rem;
	padding-block: var(--notg-space-4) var(--notg-space-3);
}

.notg-article-header h1 {
	max-width: 13ch;
	font-size: clamp(3rem, 6vw, 6.6rem);
}

.notg-deck {
	max-width: 48rem;
	font-size: clamp(1.1rem, 1.7vw, 1.4rem);
}

.notg-article-meta {
	display: flex;
	gap: 1rem;
	font-family: var(--notg-mono);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.notg-article-feature {
	margin-bottom: var(--notg-space-4);
}

.notg-article-feature img {
	width: 100%;
	max-height: 52rem;
	object-fit: cover;
}

figcaption,
.wp-caption-text {
	margin-top: 0.55rem;
	color: rgba(23, 39, 44, 0.74);
	font-size: 0.78rem;
	line-height: 1.45;
}

.notg-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
	align-items: start;
	gap: clamp(2rem, 6vw, 7rem);
}

.notg-prose {
	min-width: 0;
	max-width: var(--notg-copy);
	font-size: 1.05rem;
}

.notg-prose--page {
	padding-block: var(--notg-space-4) var(--notg-space-5);
}

.page-privacy-policy .notg-prose--page,
.page-terms-of-service .notg-prose--page {
	max-width: 48rem;
}

.notg-prose h2 {
	margin-top: 1.75em;
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.notg-prose h3 {
	margin-top: 1.5em;
}

.notg-prose ul,
.notg-prose ol {
	padding-left: 1.4rem;
}

.notg-prose li + li {
	margin-top: 0.45rem;
}

.notg-prose blockquote {
	margin-inline: 0;
	padding: 1.5rem 0 1.5rem 1.5rem;
	border-left: 0.45rem solid var(--notg-brick);
	font-family: var(--notg-display);
	font-size: 1.35rem;
	line-height: 1.45;
}

.notg-prose table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.notg-prose th,
.notg-prose td {
	min-width: 10rem;
	padding: 0.8rem;
	border: 1px solid var(--notg-oyster);
	text-align: left;
	vertical-align: top;
}

.notg-prose th {
	background: var(--notg-rain);
}

.notg-article-rail {
	position: sticky;
	top: 1rem;
	display: grid;
	min-width: 0;
	gap: 1.25rem;
}

.notg-provider--sidebar .travelspark-widget__grid,
.notg-provider--sidebar [class*="tsva-"][class*="grid"] {
	grid-template-columns: 1fr !important;
}

.notg-stay-card,
.notg-widget {
	padding: 1.4rem;
	border: 1px solid var(--notg-river);
	background: var(--notg-rain);
}

.notg-stay-card h2,
.notg-widget__title {
	font-size: 1.55rem;
}

.notg-related {
	margin-top: var(--notg-space-5);
	padding-block: var(--notg-space-4);
	border-top: 1px solid var(--notg-river);
}

.notg-related .notg-card {
	display: block;
}

.notg-related .notg-card__media {
	display: block;
	min-height: 14rem;
}

.notg-related .notg-card__body {
	padding-left: 0;
}

.notg-about-hero,
.notg-contact-hero {
	display: grid;
	padding-block: var(--notg-space-4);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 7rem);
}

.notg-about-hero > div,
.notg-contact-hero > div {
	max-width: 38rem;
}

.notg-about-hero__image,
.notg-contact-hero__image {
	width: 100%;
	height: clamp(26rem, 48vw, 42rem);
	object-fit: cover;
}

.notg-contact-layout {
	display: grid;
	padding-block: var(--notg-space-4) var(--notg-space-5);
	grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
	align-items: start;
	gap: clamp(2rem, 6vw, 7rem);
}

.notg-contact-aside {
	position: sticky;
	top: 2rem;
}

.notg-contact-form {
	display: grid;
	gap: 0.55rem;
}

.notg-contact-form label {
	margin-top: 0.7rem;
	font-weight: 720;
}

.notg-contact-form input,
.notg-contact-form textarea,
.notg-search-form input {
	width: 100%;
	padding: 0.8rem;
	border: 1px solid var(--notg-river);
	border-radius: 0;
	background: var(--notg-white);
	color: var(--notg-river);
}

.notg-contact-form textarea {
	resize: vertical;
}

.notg-consent {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.7rem;
}

.notg-consent input {
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.3rem;
}

.notg-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.notg-notice {
	margin-bottom: 1rem;
	padding: 1rem;
	border-left: 0.45rem solid var(--notg-verdigris);
	background: var(--notg-rain);
}

.notg-notice--error {
	border-color: var(--notg-brick);
}

.notg-tours-hero {
	padding-block: var(--notg-space-4);
	background: var(--notg-river);
	color: var(--notg-plaster);
}

.notg-tours-title {
	margin: 0;
	font-family: var(--notg-display);
	font-size: clamp(3rem, 8vw, 7.5rem);
	font-weight: 760;
	letter-spacing: -0.055em;
	line-height: 0.88;
}

.notg-tours-hero .notg-breadcrumbs,
.notg-tours-hero .notg-breadcrumbs a {
	color: var(--notg-plaster);
}

.notg-tours-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 6rem);
}

.notg-tours-hero__mosaic {
	display: grid;
	height: clamp(30rem, 56vw, 44rem);
	grid-template-columns: 1.1fr 0.9fr;
	gap: 0.75rem;
}

.notg-tours-hero__mosaic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.notg-tours-hero__mosaic img:last-child {
	margin-top: 3rem;
	height: calc(100% - 3rem);
}

.notg-tours-results {
	min-height: 40rem;
}

.notg-404 {
	padding-block: var(--notg-space-5);
	background: var(--notg-rain);
}

.notg-404-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 7rem);
}

.notg-404-image {
	width: 100%;
	height: clamp(26rem, 48vw, 42rem);
	object-fit: cover;
}

.notg-search-form {
	max-width: 40rem;
}

.notg-search-form label {
	display: block;
	margin-bottom: 0.45rem;
	font-weight: 700;
}

.notg-search-form > div {
	display: grid;
	grid-template-columns: 1fr auto;
}

.notg-comments {
	padding-block: var(--notg-space-3);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.alignwide {
	width: min(76rem, calc(100vw - 2rem));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 70rem) {
	.notg-header-cta {
		display: none;
	}

	.notg-menu {
		gap: 0.8rem;
	}

	.notg-menu a {
		font-size: 0.76rem;
	}

	.notg-card {
		grid-template-columns: 1fr;
	}

	.notg-card__body {
		padding-left: 0;
	}
}

@media (max-width: 64rem) {
	.notg-menu-toggle {
		display: inline-grid;
		align-content: center;
		gap: 0.2rem;
	}

	.notg-menu-toggle span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.notg-primary-nav {
		position: absolute;
		z-index: 10;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 1.5rem max(1rem, calc((100vw - var(--notg-shell)) / 2));
		border-top: 1px solid var(--notg-river);
		background: var(--notg-plaster);
	}

	.notg-primary-nav[data-open="true"] {
		display: block;
	}

	.notg-primary-nav .notg-menu {
		display: grid;
		align-items: stretch;
		gap: 0;
	}

	.notg-primary-nav .notg-menu a {
		display: block;
		min-height: 3rem;
		padding-block: 0.8rem;
		border-bottom: 1px solid var(--notg-oyster);
		font-size: 1rem;
	}

	.notg-header-cta {
		display: inline-flex;
		margin-top: 1rem;
	}

	.notg-card-grid--three {
		grid-template-columns: 1fr;
	}

	.notg-article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.notg-article-rail,
	.notg-contact-aside {
		position: static;
	}

	.notg-provider--sidebar .travelspark-widget__grid,
	.notg-provider--sidebar [class*="tsva-"][class*="grid"] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 48rem) {
	body.wp-theme-new-orleans-trip-guide.tsva-has-sticky {
		padding-bottom: calc(4.75rem + env(safe-area-inset-bottom));
	}

	body.wp-theme-new-orleans-trip-guide.tsva-has-sticky .travelspark-tour-helper--sticky,
	body.wp-theme-new-orleans-trip-guide.tsva-has-sticky .tsva-exit-cta {
		display: none !important;
	}

	body.wp-theme-new-orleans-trip-guide .tsva-sticky-cta {
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		display: grid !important;
		grid-template-columns: 2.75rem minmax(0, 1fr) clamp(6.5rem, 28vw, 7.5rem) 2.75rem !important;
		grid-template-rows: 3.25rem !important;
		align-items: center !important;
		width: 100% !important;
		max-width: none !important;
		max-height: calc(4.75rem + env(safe-area-inset-bottom)) !important;
		padding: 0.55rem max(0.5rem, env(safe-area-inset-right)) calc(0.55rem + env(safe-area-inset-bottom)) max(0.5rem, env(safe-area-inset-left)) !important;
		gap: 0.45rem !important;
		border-top: 1px solid rgba(23, 39, 44, 0.34) !important;
		background: rgba(247, 242, 232, 0.98) !important;
		box-shadow: 0 -0.4rem 1.5rem rgba(23, 39, 44, 0.16) !important;
	}

	body.wp-theme-new-orleans-trip-guide .tsva-sticky-cta > img {
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: 2.75rem !important;
		height: 2.75rem !important;
		object-fit: cover !important;
	}

	body.wp-theme-new-orleans-trip-guide .tsva-sticky-cta > span {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: -webkit-box !important;
		min-width: 0 !important;
		max-height: 2.75rem !important;
		overflow: hidden !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 2 !important;
		font-size: 0.76rem !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
	}

	body.wp-theme-new-orleans-trip-guide .tsva-sticky-cta > a {
		grid-column: 3 !important;
		grid-row: 1 !important;
		display: inline-flex !important;
		min-width: 0 !important;
		min-height: 2.75rem !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0.35rem 0.5rem !important;
		overflow: hidden !important;
		font-size: 0.66rem !important;
		line-height: 1.15 !important;
		text-align: center !important;
		white-space: normal !important;
	}

	body.wp-theme-new-orleans-trip-guide .tsva-sticky-cta > .tsva-sticky-close {
		position: static !important;
		grid-column: 4 !important;
		grid-row: 1 !important;
		width: 2.75rem !important;
		height: 2.75rem !important;
		min-height: 2.75rem !important;
		padding: 0 !important;
	}

	html.notg-menu-open body.wp-theme-new-orleans-trip-guide .tsva-sticky-cta {
		display: none !important;
	}

	.notg-shell {
		width: min(calc(100% - 1.25rem), var(--notg-shell));
	}

	.notg-header-inner {
		min-height: 5rem;
	}

	.notg-header-brand,
	.notg-brand,
	.custom-logo-link {
		max-width: 14rem;
	}

	.notg-brand img,
	.custom-logo {
		height: 2.75rem;
	}

	.notg-hero,
	.notg-split-story,
	.notg-stay-feature,
	.notg-newsletter,
	.notg-footer-grid,
	.notg-about-hero,
	.notg-contact-hero,
	.notg-contact-layout,
	.notg-tours-hero__grid,
	.notg-404-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.notg-hero {
		min-height: 0;
		padding-block: 3.5rem;
	}

	.notg-hero-copy h1 {
		max-width: 9ch;
		font-size: clamp(3.2rem, 17vw, 5.5rem);
	}

	.notg-hero-images {
		height: auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 26rem 12rem;
	}

	.notg-hero-image--portrait {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.notg-hero-image--river,
	.notg-hero-image--detail {
		grid-row: 2;
	}

	.notg-hero-images::after {
		display: none;
	}

	.notg-category-grid {
		grid-template-columns: 1fr;
	}

	.notg-category-link,
	.notg-category-link:nth-child(3n) {
		min-height: 11rem;
		border-right: 0;
	}

	.notg-card-grid {
		grid-template-columns: 1fr;
	}

	.notg-provider .travelspark-widget__grid,
	.notg-provider [class*="tsva-"][class*="grid"],
	.notg-provider--sidebar .travelspark-widget__grid,
	.notg-provider--sidebar [class*="tsva-"][class*="grid"] {
		grid-template-columns: 1fr !important;
	}

	.notg-split-story__media,
	.notg-stay-feature__image {
		height: 30rem;
	}

	.notg-newsletter-form,
	.notg-search-form > div {
		grid-template-columns: 1fr;
	}

	.notg-newsletter-form button,
	.notg-search-form button {
		width: 100%;
	}

	.notg-footer-grid {
		gap: 2rem;
	}

	.notg-article-header h1 {
		font-size: clamp(2.5rem, 13vw, 4rem);
	}

	.notg-article-feature {
		width: 100%;
	}

	.notg-about-hero__image,
	.notg-contact-hero__image,
	.notg-404-image {
		height: 26rem;
	}

	.notg-tours-hero__mosaic {
		height: 27rem;
	}

	.notg-tour-chips,
	.notg-category-pills {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.notg-actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 24.5rem) {
	.notg-shell {
		width: calc(100% - 1rem);
	}

	.notg-header-brand,
	.notg-brand,
	.custom-logo-link {
		max-width: 12rem;
	}

	.notg-hero-images {
		grid-template-rows: 23rem 10rem;
	}

	.notg-tour-chips,
	.notg-category-pills {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
