/* The Adventure Trip Magazine - editorial magazine layout.
   Colours come from the Customizer via the :root variables printed inline after this file. */

@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/instrument-serif-latin.woff2") format("woff2"); }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/instrument-serif-italic-latin.woff2") format("woff2"); }
@font-face { font-family: "Instrument Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("../fonts/instrument-sans-latin.woff2") format("woff2"); }

:root {
	--atm-accent: #062b22;
	--atm-tint: #f5f3f1;
	--atm-pill: #e9e6e4;
	--atm-ink: #000;
	--atm-muted: rgba(0, 0, 0, .5);
	--atm-line: rgba(0, 0, 0, .2);
	--atm-rule: rgba(0, 0, 0, .1);
	--atm-serif: "Instrument Serif", "Times New Roman", Georgia, serif;
	--atm-sans: "Instrument Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--atm-gutter: clamp(16px, 4.5vw, 64px);
	--atm-ratio: 4 / 5;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: #fff;
	color: var(--atm-ink);
	font: 400 15px/1.4 var(--atm-sans);
	letter-spacing: -.005em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }

.screen-reader-text, .atm-skip:not(:focus) {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; margin: -1px; padding: 0; border: 0;
}
.atm-skip:focus { position: fixed; top: 8px; left: 8px; z-index: 300; background: #fff; padding: 10px 14px; border-radius: 6px; }
:focus-visible { outline: 2px solid var(--atm-accent); outline-offset: 2px; }

.atm-wrap { width: 100%; max-width: 1424px; margin-inline: auto; padding-inline: var(--atm-gutter); }

/* ---------- Buttons ---------- */
.atm-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	padding: 8px 12px 9px; min-height: 38px;
	border: 1px solid var(--atm-line); border-radius: 6px; background: transparent;
	font: 500 16px/1.2 var(--atm-sans); letter-spacing: -.005em; color: var(--atm-ink);
	transition: background-color .15s, border-color .15s, color .15s;
}
.atm-btn:hover { background: rgba(0, 0, 0, .04); border-color: rgba(0, 0, 0, .4); }
.atm-btn--dark { background: var(--atm-accent); border-color: var(--atm-accent); color: #fff; }
.atm-btn--dark:hover { background: var(--atm-accent); border-color: var(--atm-accent); opacity: .88; }

/* ---------- Header ---------- */
.atm-header { background: #fff; padding: 16px 0 0; }
.atm--tint .atm-header, .atm--tint .atm-nav { background: var(--atm-tint); }
.atm-header__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.atm-header__side { display: flex; align-items: center; gap: 8px; }
.atm-header__side--right { justify-content: flex-end; }
.atm-header__utility { display: flex; gap: 8px; }
.atm-header__utility a {
	display: inline-flex; align-items: center; min-height: 38px; padding: 8px 12px 9px;
	border: 1px solid var(--atm-line); border-radius: 6px; font-weight: 500; font-size: 16px; line-height: 1.2;
}
.atm-header__utility a:hover { background: rgba(0, 0, 0, .04); }
.atm-logo { text-align: center; line-height: 1; }
.atm-logo img, .atm-logo .custom-logo { max-height: 38px; width: auto; margin-inline: auto; }
.atm-logo__text {
	font: 400 clamp(24px, 3vw, 38px)/1 var(--atm-serif);
	text-transform: uppercase; letter-spacing: .035em; white-space: nowrap;
}
.atm-nav-toggle { display: none; background: none; border: 0; padding: 8px; }

.atm-nav { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--atm-rule); }
.admin-bar .atm-nav { top: 32px; }
.atm-nav .atm-wrap { display: flex; justify-content: center; }
.atm-nav__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 32px; padding-top: 12px; }
.atm-nav__list a {
	display: block; padding: 0 0 12px; font-size: 15px; line-height: 21px; letter-spacing: -.005em;
	border-bottom: 2px solid transparent; margin-bottom: -1px; transition: border-color .15s;
}
.atm-nav__list a:hover { border-color: rgba(0, 0, 0, .35); }
.atm-nav__list .current-menu-item > a,
.atm-nav__list .current-menu-ancestor > a,
.atm-nav__list .current-post-ancestor > a,
.atm-nav__list .current-category-ancestor > a { border-color: var(--atm-ink); }

/* ---------- Category pills ---------- */
.atm-pills .atm-wrap { padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--atm-rule); margin-bottom: 40px; }
.atm-pills { position: relative; z-index: 40; }
.atm-pills__list { display: flex; flex-wrap: wrap; gap: 8px; }
.atm-pill { position: relative; }
.atm-pill > a {
	display: inline-flex; align-items: center; gap: 6px;
	min-height: 40px; padding: 8px 12px 9px; border: 1px solid transparent; border-radius: 6px;
	background: var(--atm-pill); font-size: 15px; line-height: 21px; transition: background-color .15s;
}
.atm-pill > a:hover { background: rgba(0, 0, 0, .12); }
.atm-pill.is-active > a { background: var(--atm-accent); border-color: var(--atm-accent); color: #fff; }
.atm-pill__sub {
	display: none; position: absolute; top: 100%; left: 0; min-width: 220px; margin-top: 4px; padding: 8px;
	background: #eae8e7; border: 1px solid #dedede; border-radius: 8px; box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}
.atm-pill.has-sub:hover .atm-pill__sub, .atm-pill.has-sub:focus-within .atm-pill__sub { display: block; }
.atm-pill__sub a { display: block; padding: 8px 10px; border-radius: 3px; font-size: 14px; color: rgba(0, 0, 0, .7); }
.atm-pill__sub a:hover { background: rgba(0, 0, 0, .06); color: #000; }

/* ---------- Search modal ---------- */
.atm-search { position: fixed; inset: 0; z-index: 200; }
.atm-search__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .45); z-index: 0; }
.atm-search__panel { position: relative; z-index: 1; background: #fff; padding: 28px 0 24px; max-height: 90vh; overflow: auto; }
.atm-search__form { display: flex; align-items: center; gap: 12px; }
.atm-search__form input, .atm-searchform input {
	flex: 1; min-width: 0; height: 49px; padding: 0 16px; border: 1px solid var(--atm-line); border-radius: 6px;
	font: 400 18px/1 var(--atm-sans); background: #fff; color: var(--atm-ink);
}
.atm-search__form button[type=submit], .atm-searchform button { height: 49px; padding-inline: 20px; }
.atm-search__close { background: none; border: 0; padding: 8px; display: grid; place-items: center; }
.atm-search__results { margin-top: 16px; }
.atm-search__results li a { display: block; padding: 10px 0; border-bottom: 1px solid var(--atm-rule); font: 400 22px/1.25 var(--atm-serif); }
.atm-search__results li a:hover { text-decoration: underline; text-underline-offset: 3px; }
.atm-search__results .atm-search__none { padding: 10px 0; color: var(--atm-muted); }
.atm-searchform { display: flex; gap: 12px; max-width: 560px; margin-top: 24px; }

/* ---------- Section titles ---------- */
.atm-section-title { font: 400 clamp(30px, 3.2vw, 40px)/1.15 var(--atm-serif); letter-spacing: -.005em; }
.atm-section-title--sm { font-size: 28px; }

/* ---------- Cards ---------- */
.atm-card { min-width: 0; }
.atm-card__media { display: block; aspect-ratio: var(--atm-ratio); border-radius: 12px; overflow: hidden; background: #ecebe9; margin-bottom: 12px; }
.atm-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.atm-card:hover .atm-card__media img { transform: scale(1.03); }
.atm-card__title { font: 400 20px/1.2 var(--atm-serif); letter-spacing: .01em; }
.atm-card__title a { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .25s; }
.atm-card__title a:hover { background-size: 100% 1px; }
.atm-card__by { margin-top: 6px; font-size: 14px; line-height: 1.4; color: var(--atm-muted); }
.atm-card__by a { text-decoration: underline; text-decoration-color: rgba(0, 0, 0, .25); text-underline-offset: 3px; }
.atm-card__by a:hover { color: var(--atm-ink); text-decoration-color: currentColor; }

.atm-card--lead .atm-card__media { margin-bottom: 16px; }
.atm-card--lead .atm-card__title { font-size: clamp(28px, 2.9vw, 40px); line-height: 1.12; }
.atm-card--lead .atm-card__excerpt { margin-top: 16px; font-size: 15px; line-height: 1.4; color: rgba(0, 0, 0, .9); }
.atm-card--lead .atm-card__by { margin-top: 16px; }

/* ---------- Featured block ---------- */
.atm-featured .atm-section-title { margin-bottom: 32px; }
.atm-featured__grid, .atm-grid, .atm-related__grid { display: grid; gap: 32px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.atm-featured__grid .atm-card--lead { grid-column: span 2; grid-row: span 2; }
.atm-featured__more { display: flex; justify-content: center; padding: 48px 0; }
.atm-featured__more[hidden] { display: none; }
.atm-featured__more .atm-btn.is-loading { opacity: .5; pointer-events: none; }

/* ---------- Strips ---------- */
.atm-strip { padding-top: 36px; margin-bottom: 40px; border-top: 1px solid var(--atm-rule); }
.atm-strip__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.atm-strip__title { font: 400 clamp(30px, 3.2vw, 40px)/1.15 var(--atm-serif); }
.atm-strip__row { display: grid; gap: 28px; grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* ---------- Page heads (archive / page / 404) ---------- */
.atm-crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 15px; line-height: 21px; }
.atm-crumbs a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(0, 0, 0, .35); }
.atm-crumbs a:hover { text-decoration-color: currentColor; }
.atm-crumbs__back { display: inline-flex; align-items: center; gap: 6px; }
.atm-crumbs__sep { color: var(--atm-muted); }
.atm-crumbs > span:last-child:not(.atm-crumbs__sep) { color: var(--atm-muted); }

.atm-pagehead { padding: 56px 0 32px; }
.atm--tint .atm-pagehead { background: transparent; }
.atm-pagehead__title { margin-top: 32px; font: 400 clamp(40px, 5.2vw, 66px)/1.05 var(--atm-serif); letter-spacing: -.01em; }
.atm-pagehead__desc { margin-top: 16px; max-width: 520px; font-size: 15px; line-height: 1.45; }
.atm-pagehead__desc p + p { margin-top: 8px; }
.atm-pagehead + .atm-wrap { border-top: 1px solid var(--atm-rule); padding-top: 40px; }
.atm-grid { row-gap: 48px; column-gap: 28px; margin-bottom: 48px; }
.atm-empty { padding: 24px 0 80px; color: var(--atm-muted); }

.atm-pager { margin: 8px 0 80px; }
.atm-pager ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.atm-pager a, .atm-pager span {
	display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; padding: 8px 12px;
	border: 1px solid var(--atm-line); border-radius: 6px; font-weight: 500;
}
.atm-pager a:hover { background: rgba(0, 0, 0, .04); }
.atm-pager .current { background: var(--atm-accent); border-color: var(--atm-accent); color: #fff; }
.atm-pager .dots { border-color: transparent; }
.atm-pager--inline { display: flex; gap: 8px; align-items: center; }

.atm-404__box { padding: 88px 0 80px; max-width: 520px; }
.atm-404__box p { margin: 24px 0; line-height: 1.5; }
.atm-404 .atm-strip { margin-top: 24px; }

/* ---------- Article hero ---------- */
.atm-hero { padding-bottom: 8px; }
.atm-hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.atm-hero__text { padding-right: clamp(24px, 7.6vw, 110px); }
.atm-hero__title { margin-top: 32px; font: 400 clamp(38px, 4.6vw, 64px)/1.08 var(--atm-serif); letter-spacing: -.012em; }
.atm-hero__dek { margin-top: 48px; font-size: 15px; line-height: 1.45; }
.atm-hero__meta { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 32px; font-size: 14px; color: var(--atm-muted); }
.atm-hero__meta a { color: var(--atm-ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(0, 0, 0, .3); }
.atm-hero__title + .atm-hero__meta { margin-top: 40px; }
.atm-hero__media { margin: 0; aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden; background: #ecebe9; }
.atm-hero__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Article body ---------- */
.atm-content { margin-top: 72px; padding-bottom: 8px; font-size: 17px; line-height: 1.4; }
.atm-content > * { width: min(680px, calc(100% - 32px)); margin-inline: auto; }
.atm-content > .alignwide, .atm-content > .wp-block-columns.alignwide { width: min(1200px, calc(100% - 32px)); }
.atm-content > .alignfull { width: 100%; }
.atm-content p { margin-bottom: 20px; }
.atm-content > p:last-child { margin-bottom: 0; }
.atm-content a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(0, 0, 0, .35); transition: text-decoration-color .15s; }
.atm-content a:hover { text-decoration-color: currentColor; }
.atm-content h2 { margin-top: 64px; margin-bottom: 28px; text-align: center; font: 400 clamp(30px, 3.6vw, 46px)/1.14 var(--atm-serif); letter-spacing: -.01em; }
.atm-content h3 { margin-top: 44px; margin-bottom: 16px; font: 400 clamp(24px, 2.4vw, 32px)/1.2 var(--atm-serif); }
.atm-content h4 { margin-top: 32px; margin-bottom: 12px; font: 600 18px/1.3 var(--atm-sans); }
.atm-content ul, .atm-content ol { margin-bottom: 20px; padding-left: 1.4em; }
.atm-content ul { list-style: disc; }
.atm-content ol { list-style: decimal; }
.atm-content li { margin-bottom: 8px; }
.atm-content blockquote { margin-block: 40px; padding: 0 0 0 24px; border-left: 2px solid var(--atm-ink); font: 400 clamp(24px, 2.6vw, 32px)/1.25 var(--atm-serif); }
.atm-content blockquote p { margin-bottom: 12px; }
.atm-content blockquote cite { font: 400 14px/1.4 var(--atm-sans); color: var(--atm-muted); font-style: normal; }
.atm-content figure, .atm-content .wp-caption { margin-block: 40px; }
.atm-content img { border-radius: 12px; height: auto; }
.atm-content figure img, .atm-content .wp-caption img { width: 100%; }
.atm-content figcaption, .atm-content .wp-caption-text { margin-top: 10px; font-size: 12px; line-height: 1.3; color: var(--atm-muted); text-align: center; }
.atm-content .aligncenter { margin-inline: auto; }
.atm-content img.aligncenter { display: block; }
.atm-content .alignleft, .atm-content .alignright { float: none; margin: 24px auto; }
.atm-content hr { border: 0; border-top: 1px solid var(--atm-rule); margin-block: 48px; }
.atm-content table { border-collapse: collapse; display: block; overflow-x: auto; margin-block: 32px; font-size: 15px; }
.atm-content th, .atm-content td { padding: 10px 12px; border: 1px solid var(--atm-line); text-align: left; vertical-align: top; }
.atm-content th { background: var(--atm-tint); font-weight: 600; }
.atm-content iframe, .atm-content video { max-width: 100%; border-radius: 12px; }
.atm-content .wp-block-columns { gap: 24px; }
.atm-content .wp-block-image img { border-radius: 12px; }
.atm-content pre { overflow-x: auto; padding: 16px; border-radius: 8px; background: var(--atm-tint); font-size: 14px; }
.atm-content .wp-block-button__link { text-decoration: none; }
.atm-content::after { content: ""; display: block; clear: both; }

.atm-tags { display: flex; flex-wrap: wrap; gap: 8px; width: min(680px, calc(100% - 32px)); margin: 48px auto 0; padding-inline: 0; }
.atm-tag { padding: 6px 12px; border-radius: 6px; background: var(--atm-pill); font-size: 14px; }
.atm-tag:hover { background: rgba(0, 0, 0, .12); }
.atm-authorbox { display: flex; gap: 20px; align-items: flex-start; width: min(680px, calc(100% - 32px)); margin: 56px auto 0; padding: 28px 0; border-block: 1px solid var(--atm-rule); }
.atm-authorbox__avatar img { width: 72px; height: 72px; border-radius: 50%; }
.atm-authorbox__name { font: 400 24px/1.2 var(--atm-serif); margin-bottom: 6px; }
.atm-authorbox p { font-size: 15px; line-height: 1.45; color: rgba(0, 0, 0, .75); }

.atm-related { margin-top: 80px; padding: 64px 0 24px; border-top: 1px solid var(--atm-rule); }
.atm-related .atm-section-title { margin-bottom: 32px; }
.atm-related__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---------- Comments ---------- */
.atm-comments-wrap { max-width: 776px; margin-top: 64px; }
.atm-comments__list { margin: 24px 0 32px; }
.atm-comments__list .comment-body { padding: 20px 0; border-bottom: 1px solid var(--atm-rule); }
.atm-comments__list .children { margin-left: 32px; }
.atm-comments__list .avatar { border-radius: 50%; float: left; margin-right: 14px; }
.atm-comments .comment-form input:not([type=submit]):not([type=checkbox]), .atm-comments .comment-form textarea {
	width: 100%; padding: 12px 14px; border: 1px solid var(--atm-line); border-radius: 6px; font: inherit; background: #fff;
}
.atm-comments .comment-form .submit { padding: 12px 20px; border-radius: 6px; border: 1px solid var(--atm-accent); background: var(--atm-accent); color: #fff; font-weight: 500; }

/* ---------- Footer ---------- */
.atm-footer { position: relative; margin-top: 64px; padding-bottom: 8px; }
.atm-news {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 32px; align-items: center;
	padding: 32px 40px; border-radius: 16px; background: var(--atm-accent); color: #f9fafb;
}
.atm-news h3 { font: 500 24px/1.25 var(--atm-sans); }
.atm-news p { margin-top: 10px; font-size: 15px; line-height: 1.45; opacity: .85; }
.atm-news form { display: flex; gap: 10px; }
.atm-news input[type=email], .atm-news input[type=text] { flex: 1; min-width: 0; height: 48px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 6px; background: rgba(255, 255, 255, .08); color: #fff; font: inherit; }
.atm-news input::placeholder { color: rgba(255, 255, 255, .6); }
.atm-news button, .atm-news input[type=submit] { height: 48px; padding: 0 20px; border: 0; border-radius: 6px; background: #fff; color: var(--atm-accent); font-weight: 600; }
.atm-footer__main { padding: 40px 0 0; }
.atm-footer__menu { display: flex; flex-wrap: wrap; gap: 8px 30px; font-size: 15px; }
.atm-footer__menu a:hover { text-decoration: underline; text-underline-offset: 3px; }
.atm-footer__info { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; margin-top: 28px; }
.atm-footer__desc { max-width: 800px; font-size: 14px; line-height: 1.45; }
.atm-social { display: flex; gap: 8px; }
.atm-social a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; transition: background-color .15s; }
.atm-social a:hover { background: rgba(0, 0, 0, .08); }
.atm-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 32px; margin-top: 32px; padding: 20px 0 24px; border-top: 1px solid var(--atm-rule); font-size: 14px; color: rgba(0, 0, 0, .6); }
.atm-footer__legal { display: flex; flex-wrap: wrap; gap: 6px 24px; }
.atm-footer__legal a:hover { color: #000; text-decoration: underline; text-underline-offset: 3px; }
.atm-up {
	position: fixed; right: 24px; bottom: 24px; z-index: 70; display: none; place-items: center; width: 50px; height: 50px;
	border-radius: 50%; border: 1px solid rgba(0, 0, 0, .15); background: #fff; box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}
.atm-up.is-visible { display: grid; }
.atm-up:hover { background: var(--atm-tint); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.atm-featured__grid, .atm-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.atm-strip__row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.atm-strip__row > :nth-child(n+5) { display: none; }
}
@media (max-width: 900px) {
	.atm-header__row { grid-template-columns: auto 1fr auto; }
	.atm-header__side--left .atm-btn span { display: none; }
	.atm-header__utility { display: none; }
	.atm-header__side--right .atm-btn { display: none; }
	.atm-nav-toggle { display: grid; place-items: center; }
	.atm-nav { display: none; position: static; }
	.atm-nav.is-open { display: block; }
	.atm-nav__list { flex-direction: column; gap: 0; padding: 8px 0 12px; }
	.atm-nav__list a { padding: 10px 0; border-bottom: 0; margin: 0; }
	.atm-hero__grid { grid-template-columns: 1fr; gap: 32px; }
	.atm-hero__text { padding-right: 0; }
	.atm-hero__dek { margin-top: 24px; }
	.atm-hero__media { order: -1; }
	.atm-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.atm-news { grid-template-columns: 1fr; padding: 28px 24px; }
	.atm-footer__info { flex-direction: column; }
	.atm-content { margin-top: 48px; }
	.admin-bar .atm-nav { top: 46px; }
}
@media (max-width: 760px) {
	.atm-featured__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
	.atm-featured__grid .atm-card--lead { grid-column: 1 / -1; grid-row: auto; }
	.atm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 16px; }
	.atm-card__title { font-size: 18px; }
	.atm-pills__list { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--atm-gutter) * -1); padding-inline: var(--atm-gutter); scrollbar-width: none; }
	.atm-pills__list::-webkit-scrollbar { display: none; }
	.atm-pill > a { white-space: nowrap; }
	.atm-pill__sub { display: none !important; }
	.atm-strip__row {
		display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
		margin-inline: calc(var(--atm-gutter) * -1); padding-inline: var(--atm-gutter);
	}
	.atm-strip__row::-webkit-scrollbar { display: none; }
	.atm-strip__row > * { flex: 0 0 62%; scroll-snap-align: start; }
	.atm-strip__row > :nth-child(n+5) { display: block; }
	.atm-related__grid { gap: 24px 16px; }
	.atm-searchform, .atm-news form { flex-direction: column; }
	.atm-search__form { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { transition: none !important; }
}
