/*
Theme Name: ATIMEKEEPER
Theme URI: https://atimekeeper.com
Author: Inkbridge
Author URI: https://inkbridge.my
Description: Luxury watch blog — Chinese language. Dark theme with gold accents. Child theme of Inkbridge Theme.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.0
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: inkbridge-theme
Text Domain: atimekeeper
Tags: blog, one-column, custom-colors, full-site-editing, wide-blocks, block-styles
*/

/* ============================================
   ATIMEKEEPER — Pixel-accurate Pencil match
   cornerRadius: 0 everywhere
   Fonts: Playfair Display (headings) + Manrope (body)
   Colors: #0F0F0F bg, #FAF8F5 text, #C9A962 gold
   ============================================ */

/* === Global Reset — NO rounded corners per Pencil === */
html { background-color: #0F0F0F; }

*,
.wp-block-button__link,
.wp-block-search__input,
.wp-block-search__button,
.wp-element-button,
.wp-block-post-featured-image img,
.wp-block-image img,
.wp-block-post-content img,
.wp-block-code,
.wp-block-quote {
	border-radius: 0 !important;
}

/* === Header === */
.site-header {
	border-bottom: 1px solid #1F1F1F;
}

/* Logo mark: gold square with "A" */
.logo-mark {
	width: 36px;
	height: 36px;
	background: #C9A962;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-weight: 500;
	color: #0A0A0A;
	flex-shrink: 0;
}

.logo-text {
	font-family: "Playfair Display", serif;
	font-size: 22px;
	font-weight: 400;
	color: #FAF8F5;
	letter-spacing: 1px;
}

.logo-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Nav links */
.site-header .wp-block-navigation a {
	color: #888888 !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

.site-header .wp-block-navigation a:hover {
	color: #C9A962 !important;
}

/* First nav item (首页) active gold */
.site-header .wp-block-navigation-item:first-child a {
	color: #C9A962 !important;
	font-weight: 500 !important;
}

/* Search icon */
.header-search-icon {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.header-search-icon:hover svg {
	stroke: #C9A962;
}

/* Language switcher */
.lang-switcher {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lang-divider {
	width: 1px;
	height: 14px;
	background: #1F1F1F;
}

.lang-item {
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
	transition: color 0.2s;
}

.lang-item.active {
	color: #C9A962;
	font-weight: 500;
}

.lang-item:hover {
	color: #C9A962;
}

/* Nav group alignment */
.header-nav {
	display: flex;
	align-items: center;
	gap: 32px;
}

/* Mobile overlay menu */
.wp-block-navigation__responsive-container.is-menu-open {
	background-color: #0A0A0A !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	color: #FAF8F5 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover {
	color: #C9A962 !important;
}
.wp-block-navigation__responsive-close-button { color: #FAF8F5 !important; }
.wp-block-navigation__responsive-container-open svg { fill: #FAF8F5; }
.wp-block-navigation .wp-block-navigation__submenu-container {
	background-color: #1A1A1A;
	border: 1px solid #1F1F1F;
}

/* === Homepage Hero === */
.atk-hero {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	background-size: cover;
	background-position: center right;
	overflow: hidden;
}

.atk-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15,15,15,0.85) 0%, rgba(15,15,15,0.4) 60%, rgba(15,15,15,0.1) 100%);
	z-index: 1;
}

.atk-hero-content {
	position: relative;
	z-index: 2;
	max-width: 600px;
	padding: 60px 0 60px 120px;
}

.atk-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #C9A962;
	border: 1px solid #C9A962;
	padding: 8px 20px;
	margin-bottom: 24px;
}

.atk-hero h1 {
	font-family: "Playfair Display", serif;
	font-size: 72px;
	font-weight: 400;
	color: #FAF8F5;
	line-height: 1.1;
	margin: 0 0 24px 0;
}

.atk-hero .subtitle {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	color: #888888;
	line-height: 1.6;
	margin-bottom: 32px;
	max-width: 560px;
}

.atk-hero-buttons {
	display: flex;
	gap: 16px;
	justify-content: flex-start;
}

/* Buttons — NO border-radius per Pencil */
.atk-btn-primary,
a.atk-btn-primary,
a.atk-btn-primary:visited,
.wp-block-post-content a.atk-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #C9A962 !important;
	color: #0A0A0A !important;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 13px;
	padding: 16px 32px;
	text-decoration: none !important;
	transition: background 0.2s;
}

a.atk-btn-primary:hover,
.wp-block-post-content a.atk-btn-primary:hover {
	background: #B8963A !important;
	color: #0A0A0A !important;
}

.atk-btn-secondary,
a.atk-btn-secondary,
a.atk-btn-secondary:visited,
.wp-block-post-content a.atk-btn-secondary {
	display: inline-flex;
	align-items: center;
	background: transparent !important;
	color: #FAF8F5 !important;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 16px 32px;
	border: 1px solid #FAF8F5;
	text-decoration: none !important;
	transition: all 0.2s;
}

a.atk-btn-secondary:hover,
.wp-block-post-content a.atk-btn-secondary:hover {
	border-color: #C9A962;
	color: #C9A962 !important;
}

/* === Homepage Sections === */
.atk-section {
	padding: 80px 56px;
	max-width: 1440px;
	margin: 0 auto;
}

.atk-section-label {
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #C9A962;
	margin-bottom: 12px;
}

.atk-section-title,
h2.atk-section-title,
.wp-block-heading.atk-section-title {
	font-family: "Playfair Display", serif !important;
	font-size: 36px !important;
	font-weight: 400 !important;
	color: #FAF8F5 !important;
	margin: 0 !important;
	letter-spacing: 0 !important;
}

.atk-section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 48px;
	flex-wrap: nowrap;
}

.atk-view-all,
.wp-block-post-content a.atk-view-all {
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	color: #C9A962 !important;
	text-decoration: none !important;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* === Watch Cards — sharp corners === */
.atk-watch-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.atk-watch-card {
	border: 1px solid #1F1F1F;
	overflow: hidden;
	transition: transform 0.3s;
}

.atk-watch-card:hover {
	transform: translateY(-4px);
}

.atk-watch-card img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	display: block;
}

.atk-watch-card-info {
	padding: 24px;
}

.atk-watch-card-brand {
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C9A962;
	margin-bottom: 8px;
}

.atk-watch-card-name {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-weight: 400;
	color: #FAF8F5;
	margin-bottom: 12px;
	line-height: 1.3;
}

.atk-watch-card-price {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: #888888;
}

/* === Article Cards — sharp corners, bg #0A0A0A section === */
.atk-articles-section {
	background: #0A0A0A;
}

.atk-article-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.atk-article-card {
	border: 1px solid #1F1F1F;
	overflow: hidden;
	transition: transform 0.3s;
}

.atk-article-card:hover {
	transform: translateY(-4px);
}

.atk-article-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.atk-article-card-body {
	padding: 20px;
}

.atk-article-card-cat {
	display: inline-block;
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #C9A962;
	margin-bottom: 8px;
}

.atk-article-card-title {
	font-family: "Playfair Display", serif;
	font-size: 16px;
	font-weight: 400;
	color: #FAF8F5;
	line-height: 1.5;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.atk-article-card-title a {
	color: inherit !important;
	text-decoration: none !important;
}

.atk-article-card-title a:hover {
	color: #C9A962 !important;
}

.atk-article-card-date {
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 8px;
}

.atk-article-card-excerpt {
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	color: #888888;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* === Brand Showcase === */
.atk-brands {
	padding: 60px 56px;
	text-align: center;
}

.atk-brands-inner {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.atk-brands-label {
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #888888;
}

.atk-brands-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.atk-brands-list span:not(.brand-divider) {
	font-family: "Playfair Display", serif;
	font-size: 22px;
	color: #888888;
	font-weight: 400;
	transition: color 0.2s;
}

.atk-brands-list span:not(.brand-divider):hover {
	color: #C9A962;
}

.brand-divider {
	width: 1px;
	height: 24px;
	background: #1F1F1F;
	flex-shrink: 0;
}

.atk-brands-line {
	width: 100%;
	height: 1px;
	background: #1F1F1F;
}

/* === Newsletter === */
.atk-newsletter {
	padding: 80px 200px;
	text-align: center;
	background: #0A0A0A;
	border-top: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
}

.atk-newsletter-inner {
	max-width: 520px;
	margin: 0 auto;
}

.atk-newsletter-icon {
	font-size: 32px;
	margin-bottom: 24px;
}

.atk-newsletter h2 {
	font-family: "Playfair Display", serif !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	color: #FAF8F5 !important;
	margin: 0 0 12px 0 !important;
}

.atk-newsletter p {
	font-family: "Manrope", sans-serif;
	color: #888888;
	font-size: 13px;
	margin-bottom: 32px;
	line-height: 1.6;
}

.atk-newsletter-form {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	max-width: 540px;
	margin: 0 auto;
}

.atk-newsletter-form input[type="email"] {
	flex: 1;
	min-width: 0;
	padding: 16px 20px;
	background: transparent;
	border: 1px solid #1F1F1F;
	color: #FAF8F5;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
}

.atk-newsletter-form input[type="email"]::placeholder {
	color: #666666;
}

.atk-newsletter-form button {
	padding: 16px 32px;
	background: #C9A962;
	color: #0A0A0A;
	border: 1px solid #C9A962;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.2s;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.atk-newsletter-form button:hover {
	background: #B8963A;
	border-color: #B8963A;
}

.atk-newsletter-disclaimer {
	font-size: 11px;
	color: #666666;
	margin-top: 16px;
}

/* === Footer === */
.site-footer {
	border-top: none;
}

.site-footer h4 {
	font-family: "Manrope", sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #FAF8F5 !important;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 16px;
}

.site-footer p {
	font-family: "Manrope", sans-serif;
	color: #888888;
	font-size: 14px;
	line-height: 1.7;
}

.site-footer a {
	color: #666666 !important;
	text-decoration: none !important;
	font-size: 13px;
	display: block;
	padding: 4px 0;
	transition: color 0.2s;
}

.site-footer a:hover {
	color: #C9A962 !important;
}

.footer-brand-title {
	font-family: "Playfair Display", serif;
	font-size: 22px;
	font-weight: 400;
	color: #FAF8F5;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.footer-logo-icon {
	margin-bottom: 0 !important;
}

.footer-social-links {
	display: flex;
	gap: 16px;
}

.footer-social-links svg {
	width: 18px;
	height: 18px;
	stroke: #888888;
	transition: stroke 0.2s;
}

.footer-social-links a {
	display: flex !important;
	align-items: center;
	padding: 0 !important;
}

.footer-social-links a:hover svg {
	stroke: #C9A962;
}

.footer-separator {
	border: none;
	border-top: 1px solid #1F1F1F;
	margin: 32px 0;
}

.footer-bottom p {
	font-family: "Manrope", sans-serif;
	color: #666666;
	font-size: 12px;
	margin: 0;
}

/* === Archive page: style the query title === */
.archive .wp-block-query-title {
	font-family: "Playfair Display", serif !important;
	font-size: 48px !important;
	font-weight: 400 !important;
}

/* === Blog Listing === */
.blog-page-header {
	padding: 48px 0 32px;
	border-bottom: 1px solid #1F1F1F;
	margin-bottom: 48px;
}

.blog-page-header h1 {
	font-family: "Playfair Display", serif;
	color: #FAF8F5;
	margin: 0 0 8px 0;
}

.atk-breadcrumb {
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	color: #888888;
	margin-bottom: 8px;
}

.atk-breadcrumb a { color: #C9A962 !important; text-decoration: none !important; }
.atk-breadcrumb .sep { margin: 0 8px; color: #666666; }

/* Two-column layout */
.blog-two-col {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 48px;
	align-items: start;
}

/* Blog post cards */
.blog-post-card {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid #1F1F1F;
	align-items: start;
}

.blog-post-card:first-child { padding-top: 0; }

.blog-post-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }

/* Blog card category pill */
.blog-card-tag a {
	color: #C9A962 !important;
	text-decoration: none !important;
}

/* Blog card post title — gold, Playfair, 20px, normal */
.blog-post-card .wp-block-post-title {
	font-family: "Playfair Display", serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

.blog-post-card .wp-block-post-title a {
	color: #C9A962 !important;
	text-decoration: none !important;
}

.blog-post-card .wp-block-post-title a:hover {
	color: #FAF8F5 !important;
}

.blog-post-card-excerpt {
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	color: #888888;
	line-height: 1.7;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-post-card-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	color: #666666;
}

.blog-post-card-readmore {
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #C9A962;
	text-decoration: none;
}

/* Sidebar */
.blog-sidebar { position: sticky; top: 24px; }

.sidebar-widget {
	background: #1A1A1A;
	padding: 24px;
	margin-bottom: 24px;
}

.sidebar-widget-title {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FAF8F5;
	margin: 0 0 16px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #1F1F1F;
}

.sidebar-categories a {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #1F1F1F;
	color: #888888 !important;
	text-decoration: none !important;
	font-size: 14px;
}

.sidebar-categories a:last-child { border-bottom: none; }
.sidebar-categories a:hover { color: #C9A962 !important; }

.sidebar-popular-post {
	display: flex;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #1F1F1F;
}

.sidebar-popular-post:last-child { border-bottom: none; }
.sidebar-popular-post img { width: 60px; height: 60px; object-fit: cover; flex-shrink: 0; }

.sidebar-popular-post-title {
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #FAF8F5;
	line-height: 1.4;
	margin-bottom: 4px;
}

.sidebar-popular-post-title a { color: inherit; text-decoration: none; }
.sidebar-popular-post-title a:hover { color: #C9A962; }
.sidebar-popular-post-date { font-size: 11px; color: #666666; }

.sidebar-newsletter p { font-size: 13px; color: #888888; margin-bottom: 12px; }
.sidebar-newsletter input[type="email"] {
	width: 100%; padding: 10px 14px; background: #0F0F0F; border: 1px solid #1F1F1F; color: #FAF8F5;
	font-size: 13px; margin-bottom: 8px; box-sizing: border-box;
}
.sidebar-newsletter button {
	width: 100%; padding: 10px; background: #C9A962; color: #0A0A0A; border: none;
	font-weight: 600; font-size: 13px; cursor: pointer;
}

/* Pagination */
.wp-block-query-pagination { gap: 8px; justify-content: center; }
.wp-block-query-pagination-numbers .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding: 0 12px;
	font-size: 14px; background: #1A1A1A; color: #888888; transition: all 0.2s;
}
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers.current {
	background: #C9A962; color: #0A0A0A;
}

/* === Single Article === */

/* Cover block: fix gradient overlay for article hero */
.article-hero .wp-block-cover__background {
	background: linear-gradient(180deg, rgba(15,15,15,0.2) 0%, rgba(15,15,15,0.95) 100%) !important;
}

.article-hero .wp-block-cover__image-background,
.article-hero .wp-block-cover__video-background {
	object-fit: cover;
}

.article-hero .article-hero-cat a {
	color: #0A0A0A !important;
	text-decoration: none !important;
}

.article-hero .wp-block-post-title {
	font-family: "Playfair Display", serif !important;
	font-size: 38px !important;
	font-weight: 400 !important;
	color: #FAF8F5 !important;
	line-height: 1.25 !important;
	max-width: 720px;
}

.article-hero-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; color: #888888; }

.article-content-area {
	max-width: 1440px;
	margin: 0 auto;
	gap: 48px;
	align-items: start;
}

/* Dark theme content overrides */
.wp-block-post-content h2, .wp-block-post-content h3, .wp-block-post-content h4 { color: #FAF8F5; }
.wp-block-post-content p { color: #FAF8F5; line-height: 1.8; }
.wp-block-post-content a { color: #C9A962; }
.wp-block-post-content a:hover { color: #B8963A; }
.wp-block-post-content blockquote { background: #1A1A1A; border-left-color: #C9A962; color: #FAF8F5; }
.wp-block-post-content pre { background: #1A1A1A; border-color: #1F1F1F; color: #FAF8F5; }
.wp-block-post-content code { background: #1A1A1A; color: #FAF8F5; }
.wp-block-post-content table th { background: #1A1A1A; color: #FAF8F5; }
.wp-block-post-content table td { border-bottom-color: #1F1F1F; color: #FAF8F5; }
.wp-block-post-content li::marker { color: #C9A962; }
.wp-block-post-content hr { border-top-color: #1F1F1F; }
.wp-block-post-content strong { color: #FAF8F5; }

/* Share & tags */
.article-share { display: flex; align-items: center; gap: 12px; padding: 24px 0; border-top: 1px solid #1F1F1F; border-bottom: 1px solid #1F1F1F; margin: 32px 0; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.article-tags a { font-size: 12px; color: #888888; background: #1A1A1A; padding: 6px 14px; text-decoration: none; }
.article-tags a:hover { color: #C9A962; }

/* Related posts */
.atk-related { padding: 64px 56px; border-top: 1px solid #1F1F1F; }
.atk-related-inner { max-width: 1200px; margin: 0 auto; }
.atk-related h2 { font-family: "Playfair Display", serif !important; font-size: 24px !important; font-weight: 400 !important; color: #FAF8F5 !important; margin: 0 0 32px 0 !important; }
.atk-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* WP block overrides */
.wp-block-search__input { background: #1A1A1A !important; border: 1px solid #1F1F1F !important; color: #FAF8F5 !important; }
.wp-block-search__input::placeholder { color: #666666 !important; }
.wp-block-search__button { background: #C9A962 !important; color: #0A0A0A !important; border: none !important; }
.wp-block-post-title a { color: #FAF8F5 !important; text-decoration: none !important; }
.wp-block-post-title a:hover { color: #C9A962 !important; }
.wp-block-post-excerpt__excerpt { color: #888888; }
.wp-block-post-date { color: #888888; }
.wp-block-post-terms a { color: #C9A962 !important; text-decoration: none !important; font-size: 11px; font-weight: 600; }
.wp-block-separator { border-color: #1F1F1F !important; }

/* === Responsive === */
@media (max-width: 1024px) {
	.blog-two-col, .article-content-area { grid-template-columns: 1fr; }
	.atk-article-grid, .atk-related-grid { grid-template-columns: repeat(2, 1fr); }
	.atk-hero-content { padding-left: 56px; }
	.atk-section { padding: 60px 24px; }
	.atk-newsletter { padding: 60px 24px; }
	.atk-brands { padding: 40px 24px; }
}

@media (max-width: 768px) {
	.atk-watch-grid { grid-template-columns: 1fr; }
	.atk-article-grid { grid-template-columns: 1fr; }
	.blog-post-card { grid-template-columns: 1fr; }
	.atk-related-grid { grid-template-columns: 1fr; }
	.atk-hero { min-height: 500px; }
	.atk-hero h1 { font-size: 40px; }
	.atk-hero-content { padding-left: 24px; }
	.atk-brands-list { flex-wrap: wrap; justify-content: center; }
	.atk-newsletter-form { flex-direction: column; }
	.site-header { padding-left: 24px !important; padding-right: 24px !important; }
	.lang-switcher { display: none; }
	.header-search-icon { display: none; }
}
