body.atom-site-active {
	background: #0f1223;
}

.atom-site-active .site-header,
.atom-site-active .site-footer,
.atom-site-active .site-info,
.atom-site-active .footer-widgets {
	display: none;
}

.atom-site-active.atom-site-page-case-detail .site-header,
.atom-site-active.atom-site-page-case-detail .site-footer,
.atom-site-active.atom-site-page-case-detail .site-info,
.atom-site-active.atom-site-page-case-detail .footer-widgets {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
}

.atom-site-active .site-header,
.atom-site-active .site-footer,
.atom-site-active .site-content,
.atom-site-active .inside-article .entry-header,
.atom-site-active .inside-article .entry-content,
.atom-site-active .inside-article .entry-footer,
.atom-site-active .content-area,
.atom-site-active .site-main {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

.atom-site-active .site.grid-container,
.atom-site-active .inside-site-info,
.atom-site-active .inside-header,
.atom-site-active .inside-navigation,
.atom-site-active .site-content .content-area {
	max-width: none;
}

body {
	/* Design tokens — aligned with DESIGN.md strip spec.
	   Defined on body so footer (rendered outside .atom-site) also sees them. */
	--atom-bg: #0f1223;
	--atom-bg-soft: #181c33;
	--atom-bg-card: #f7f8fc;
	--atom-surface: #ffffff;
	--atom-surface-soft: #f4f6fb;
	--atom-primary: #1b6fe8;
	--atom-primary-dark: #165bc0;
	--atom-primary-soft: rgba(27, 111, 232, 0.12);
	--atom-text: #1a2033;
	--atom-text-soft: #65708a;
	--atom-border: #e6e9f2;
	--atom-white: #ffffff;
	--atom-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
	--atom-shadow-lg: 0 4px 12px rgba(0,0,0,0.08);
	--atom-radius-lg: 16px;
	--atom-radius-md: 12px;
	--atom-radius-sm: 8px;
	--atom-radius-xl: 24px;
	--atom-radius-full: 9999px;
}

.atom-site {
	background:
		linear-gradient(180deg, #111427 0, #111427 420px, #ffffff 420px, #ffffff 100%);
	color: var(--atom-text);
	font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
	line-height: 1.7;
}

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

.atom-site img {
	display: block;
	max-width: 100%;
}

.atom-site a {
	color: inherit;
}

.atom-site__container {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}

.atom-site__header {
	position: sticky;
	top: 0;
	z-index: 40;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--atom-border);
	color: var(--atom-text);
}

.atom-site__header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 0.85rem 0;
}

.atom-site__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	text-decoration: none;
	color: var(--atom-text);
	white-space: nowrap;
}

.atom-site__brand img {
	width: 30px;
	height: 30px;
}

.atom-site__brand strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
}

.atom-site__brand small {
	display: none;
}

.atom-site__nav,
.atom-site__header-actions,
.atom-site__actions,
.atom-site__pagination,
.atom-site__pagination-pages,
.atom-site__library-summary,
.atom-site__library-filter,
.atom-site__case-card-meta,
.atom-site__company-points,
.atom-site__cta-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
}

.atom-site__nav {
	justify-content: center;
	flex: 1 1 auto;
	gap: 1rem;
	color: var(--atom-text);
}

.atom-site__nav a,
.atom-site__lang {
	display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: var(--atom-radius-sm);
	transition: color 0.2s ease, background-color 0.2s ease;
}

.atom-site__nav a:hover,
.atom-site__nav a.is-current,
.atom-site__lang:hover {
	color: var(--atom-primary);
	background: rgba(27, 111, 232, 0.08);
}

.atom-site__lang {
	padding-inline: 0.75rem;
	border: 1px solid var(--atom-border);
	color: var(--atom-text-soft);
}


.atom-site__hero,
.atom-site__page-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: var(--atom-white);
}

.atom-site__hero-background {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: #333;
}

.atom-site__hero-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.86;
}

.atom-site__hero-glow {
	position: absolute;
	border-radius: var(--atom-radius-full);
	filter: blur(80px);
	opacity: 0.32;
}

.atom-site__hero-glow--left {
	left: -6%;
	top: 0;
	width: min(34vw, 420px);
	height: min(34vw, 420px);
	background: radial-gradient(circle, rgba(43, 127, 255, 0.34), transparent 70%);
}

.atom-site__hero-glow--right {
	right: -6%;
	bottom: -4%;
	width: min(38vw, 520px);
	height: min(38vw, 520px);
	background: radial-gradient(circle, rgba(120, 154, 255, 0.22), transparent 72%);
}

.atom-home-hero {
	padding: 4rem 0 4.5rem;
	min-height: 100vh;
}

.atom-home-hero__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.95fr);
	gap: 3rem;
	align-items: center;
}

.atom-home-hero__copy h1,
.atom-site__page-hero h1 {
	margin: 0;
	max-width: 11ch;
	font-size: clamp(2.8rem, 5vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.atom-site__lead {
	max-width: 55ch;
	margin: 1.25rem 0;
	font-size: 0.98rem;
}

.atom-home-hero__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 1.8rem;
}

.atom-home-hero__metric strong {
	display: block;
	color: var(--atom-white);
	font-size: 0.98rem;
	font-weight: 800;
}

.atom-home-hero__metric span {
	display: block;
	margin-top: 0.18rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
}

.atom-home-hero__visual {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/* SVG Sphere animation fills the visual area as a decorative background */
.atom-home-hero__visual .sphere-animation {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 0;
}
.atom-home-hero__visual .sphere {
	width: 100%;
	height: 100%;
	max-width: 1040px;
	max-height: 1040px;
	opacity: 0.7;
}
.atom-home-hero__visual .sphere path {
	fill: url(#sphereGradient);
	stroke-width: 0.8px;
	backface-visibility: hidden;
}

.atom-home-hero__mosaic {
	position: relative;
	height: 100%;
}

.atom-home-hero__thumb {
	position: absolute;
	width: 180px;
	border-radius: var(--atom-radius-sm);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
}

.atom-home-hero__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 10;
}

.atom-home-hero__thumb--1 {
	top: 52px;
	left: 48px;
	width: 150px;
}

.atom-home-hero__thumb--2 {
	top: 0;
	left: 214px;
	width: 150px;
}

.atom-home-hero__thumb--3 {
	top: 40px;
	right: 30px;
	width: 178px;
}

.atom-home-hero__thumb--4 {
	top: 188px;
	left: 28px;
	width: 172px;
}

.atom-home-hero__thumb--5 {
	top: 208px;
	left: 235px;
	width: 180px;
}

.atom-home-hero__thumb--6 {
	top: 188px;
	right: 18px;
	width: 176px;
}

.atom-home-hero__play {
	position: absolute;
	top: 122px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 118px;
	margin-left: -59px;
	border-radius: var(--atom-radius-full);
	background: var(--atom-surface);
	color: #111427;
	font-size: 2.2rem;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.atom-home-section {
	padding: 5.6rem 0;
	background: var(--atom-surface);
}
.atom-home-section:nth-child(odd) {
	background-color: var(--atom-bg-card);
}

.atom-home-section__head {
	margin: 0 auto 2.5rem;
	max-width: 760px;
}

.atom-home-section__head--center {
	text-align: center;
}

.atom-home-section__head h2,
.atom-home-builder__copy h2,
.atom-home-showcase__copy h2,
.atom-library-plan__offer h2,
.atom-site__section-head h2,
.atom-site__page-hero h1,
.atom-site__rich-card h2,
.atom-site__contact-panel h2,
.atom-site__card h2 {
	color: var(--atom-text);
}

.atom-home-section__head h2,
.atom-home-builder__copy h2,
.atom-home-showcase__copy h2,
.atom-library-plan__offer h2,
.atom-site__section-head h2,
.atom-site__rich-card h2,
.atom-site__contact-panel h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.atom-home-section__head p,
.atom-home-builder__copy p,
.atom-home-showcase__copy p,
.atom-library-plan__offer p,
.atom-site__section p,
.atom-site__card p,
.atom-site__contact-panel p,
.atom-site__rich-card p {
	color: var(--atom-text-soft);
}

.atom-home-builder {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 2rem;
	align-items: start;
}

.atom-home-builder__list,
.atom-site__mini-list,
.atom-site__contact-list,
.atom-library-plan__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.atom-home-builder__list {
	display: grid;
	gap: 0.65rem;
	margin: 1.25rem 0 1.6rem;
}

.atom-home-builder__list li,
.atom-library-plan__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	color: var(--atom-text-soft);
	font-size: 0.92rem;
}

.atom-home-builder__list i,
.atom-library-plan__list i {
	margin-top: 0.28rem;
	color: var(--atom-primary);
}

.atom-home-builder__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.atom-home-builder__tile,
.atom-home-proof__item,
.atom-home-showcase__card,
.atom-home-testimonial,
.atom-library-plan__offer,
.atom-library-plan__details {
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-surface);
	box-shadow: var(--atom-shadow);
}

.atom-home-builder__tile {
	padding: 1.4rem;
}

.atom-home-builder__tile i,
.atom-home-proof__item i {
	color: var(--atom-primary);
	font-size: 2.5rem;
}

.atom-home-builder__tile h3,
.atom-home-proof__item h3,
.atom-home-showcase__card h3,
.atom-site__card h3,
.atom-site__case-card h2,
.atom-site__case-card h3,
.atom-site__process-card h3,
.atom-library-plan__details h3 {
	margin: 0.9rem 0 0.5rem;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.atom-home-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem .5rem;
}

.atom-home-proof__item {
	padding: 1rem;
	border: 0;
	box-shadow: none;
	background: var(--atom-bg-card);
}

.atom-home-showcase {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 2rem;
	align-items: start;
	min-height: 420px;
}

.atom-home-showcase__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.atom-home-showcase__card {
	overflow: hidden;
	padding: 0;
}

.atom-home-showcase__card img {
	width: 100%;
	aspect-ratio: 16 / 12;
	object-fit: cover;
	background: var(--atom-surface-soft);
}

.atom-home-showcase__card div {
	padding: 1rem;
}

.atom-home-showcase__card span {
	display: inline-block;
	margin-bottom: 0.5rem;
	padding: 0.28rem 0.55rem;
	border-radius: var(--atom-radius-full);
	background: var(--atom-primary-soft);
	color: var(--atom-primary-dark);
	font-size: 0.72rem;
	font-weight: 700;
}

.atom-home-section--testimonials {
	padding-top: 5rem;
}

.atom-home-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
}

.atom-home-testimonial {
	padding: 1.5rem;
	background: var(--atom-bg-card);
}

.atom-home-testimonial__stars {
	color: #f5a623;
	font-size: 0.82rem;
	letter-spacing: 0.22em;
}

.atom-home-testimonial__author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
}

.atom-home-testimonial__author span {
	width: 34px;
	height: 34px;
	border-radius: var(--atom-radius-full);
	background: linear-gradient(135deg, #dce5f8, #f6f8fd);
}

.atom-home-testimonial__author strong {
	display: block;
	font-size: 0.9rem;
}

.atom-home-testimonial__author small {
	display: block;
	color: var(--atom-text-soft);
	font-size: 0.74rem;
}

.atom-footer-strip {
	background: var(--atom-primary);
}

.atom-footer-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 0;
}

.atom-footer-strip__inner h2 {
	margin: 0;
	color: var(--atom-white);
	font-size: 1.6rem;
	letter-spacing: -0.02em;
}

.atom-site__footer {
	padding: 3.2rem 0 2rem;
	background: var(--atom-surface);
	border-top: 1px solid var(--atom-border);
	color: var(--atom-text);
}

.atom-site__footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.atom-site__footer-brand img {
	width: 40px;
	height: 40px;
	margin-bottom: 0.8rem;
}

.atom-site__footer h3,
.atom-site__footer h4 {
	margin: 0 0 0.8rem;
	color: var(--atom-text);
	font-size: 0.88rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.atom-site__footer ul {
	display: grid;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.atom-site__footer a {
	text-decoration: none;
	color: var(--atom-text-soft);
	transition: color 0.2s ease;
}
.atom-site__footer a:hover {
	color: var(--atom-primary);
}

.atom-site__footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.8rem;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--atom-border);
	font-size: 0.76rem;
	color: var(--atom-text-soft);
}

.atom-site__footer--stack {
	padding-top: 2.6rem;
}

.atom-site__footer-top {
	display: flex;
	justify-content: center;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid var(--atom-border);
}

.atom-site__footer-logo {
	width: 14rem;
	height: auto;
}

.atom-site__footer-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.atom-site__footer-col p {
	font-size: 0.78rem;
	color: var(--atom-text-soft);
	margin: 0 0 1rem;
}

.atom-site__footer-col a.is-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.atom-site__subscribe {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0;
	margin-bottom: 1rem;
}

.atom-site__subscribe input {
	flex: 1;
	background: transparent;
	border: none;
	color: var(--atom-text);
	font-size: 0.78rem;
}

.atom-site__subscribe button {
	border: none;
	background: #e54646;
	color: var(--atom-white);
	width: 34px;
	height: 34px;
	border-radius: var(--atom-radius-full);
	cursor: pointer;
}

.atom-site__footer-icons {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.atom-site__footer-icons a,
.atom-site__footer-icons span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: var(--atom-primary-soft);
	color: var(--atom-primary);
	transition: background 0.2s ease, color 0.2s ease;
	text-decoration: none;
}
.atom-site__footer-icons a:hover {
	background: var(--atom-primary);
	color: var(--atom-white);
}
.atom-site__toast {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(17, 17, 17, 0.95);
	color: var(--atom-white);
	padding: 0.8rem 1.4rem;
	border-radius: var(--atom-radius-full);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 9999;
	font-size: 0.85rem;
}

.atom-site__toast.is-visible {
	opacity: 1;
}

.atom-site__toast.is-error {
	background: rgba(204, 48, 48, 0.95);
}

.atom-idea {
	padding: 4.5rem 0;
	background: var(--atom-bg-card);
}

.atom-idea__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 2.5rem;
	align-items: start;
}

.atom-idea__copy h2 {
	margin: 0.6rem 0 1rem;
}

.atom-idea__form {
	display: grid;
	gap: 1rem;
	background: var(--atom-bg-card);
	padding: 1.6rem;
	border-radius: var(--atom-radius-md);
}

.atom-idea__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.atom-form-field {
	display: grid;
	gap: 0.4rem;
}

.atom-form-field span {
	font-size: 0.78rem;
	color: #4a4a55;
}

.atom-form-field input,
.atom-form-field textarea {
	width: 100%;
	border: 1px solid var(--atom-border);
	border-radius: 6px;
	padding: 0.7rem 0.8rem;
	font-size: 0.9rem;
	background: var(--atom-surface);
}

.atom-form-field textarea {
	resize: vertical;
}

.atom-site--page {
	background:
		linear-gradient(180deg, #111427 0, #111427 300px, #ffffff 300px, #ffffff 100%);
		width: 100%;
}

.atom-site--services .atom-site__page-hero .atom-site__container {
	text-align: center;
}

.atom-site--services .atom-site__page-hero .atom-site__lead {
	margin-left: auto;
	margin-right: auto;
}

.atom-site--services .atom-site__section > .atom-site__container {
	width: min(1080px, calc(100% - 2rem));
}

.atom-site__page-hero {
	padding: 4.2rem 0 3.2rem;
	background-color: var(--atom-bg-soft);
}

.atom-site__page-hero h1 {
	color: var(--atom-white);
	max-width: 14ch;
}

.atom-site__page-hero .atom-site__lead {
	max-width: 54ch;
}

.atom-site__section {
	padding: 4.5rem 0;
}

.atom-site__section-head {
	margin-bottom: 2rem;
}

.atom-site__section-head--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
}

.atom-site__section-head--compact {
	margin-top: 2.5rem;
}

.atom-site__section-head h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	letter-spacing: -0.03em;
}

.atom-site__library-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.4rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-bg-card);
}

.atom-site__library-summary strong,
.atom-site__library-filter strong {
	font-weight: 800;
}

.atom-site__library-summary span,
.atom-site__library-filter span {
	color: var(--atom-text-soft);
	font-size: 0.86rem;
}


.atom-site__card-grid,
.atom-site__case-grid,
.atom-site__reason-grid,
.atom-site__process-grid,
.atom-site__contact-grid,
.atom-site__company-grid {
	display: grid;
	gap: 1rem;
}

.atom-site__card-grid--services {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atom-site__card-grid--industries,
.atom-site__reason-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atom-site__case-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}




.atom-site__service-extra {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--atom-border);
}

.atom-site__service-extra h3 {
	margin: 0 0 0.45rem;
	font-size: 0.95rem;
}

.atom-site__case-card {
	overflow: hidden;
	padding: 0;
}

.atom-site__case-card img {
	width: 100%;
	aspect-ratio: 16 / 12;
	object-fit: cover;
	background: var(--atom-surface-soft);
}

.atom-site__case-thumb-link,
.atom-site__case-title-link {
	display: block;
	text-decoration: none;
}

.atom-site__case-title-link:hover {
	color: var(--atom-primary);
}

.atom-site__case-body {
	padding: 1rem;
}

.atom-site__case-note {
	margin-top: 0.75rem;
	font-size: 0.88rem;
}

.atom-site__case-result {
	margin-top: 1rem;
	padding-top: 0.9rem;
	border-top: 1px solid var(--atom-border);
}

.atom-site__case-result strong {
	display: block;
	color: var(--atom-primary-dark);
	font-size: 0.9rem;
}

.atom-library-browser__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding: 0.8rem 1rem;
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-surface);
}

.atom-library-browser__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.atom-library-browser__filter,
.atom-library-tags__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0.9rem;
	border: 1px solid var(--atom-border);
	border-radius: 4px;
	background: var(--atom-surface);
	font-size: 0.78rem;
	font-weight: 600;
	color: #4f5a73;
}

.atom-library-browser__filter.is-current {
	background: var(--atom-primary);
	border-color: var(--atom-primary);
	color: var(--atom-white);
}

.atom-library-browser__search {
	min-width: 260px;
	padding: 0.55rem 0.9rem;
	border: 1px solid var(--atom-border);
	border-radius: 4px;
	background: var(--atom-bg-card);
	color: #8a93aa;
	font-size: 0.8rem;
}

.atom-library-grid {
	margin-bottom: 1.5rem;
}

.atom-library-tags {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.atom-library-plan {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 1rem;
	margin-top: 4rem;
	padding: 2.4rem 0 0;
	border-top: 1px solid var(--atom-border);
}

.atom-library-plan__offer,
.atom-library-plan__details {
	padding: 1.6rem;
}

.atom-library-plan__offer {
	background: linear-gradient(180deg, #151a30 0, #1c2038 100%);
	border-color: rgba(255, 255, 255, 0.06);
	color: var(--atom-white);
}

.atom-library-plan__offer .atom-site__eyebrow,
.atom-library-plan__offer p,
.atom-library-plan__offer h2 {
	color: var(--atom-white);
}

.atom-library-plan__price {
	margin-top: 1.4rem;
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.atom-library-plan__details {
	background: var(--atom-surface);
}

.atom-library-plan__list {
	display: grid;
	gap: 0.7rem;
	margin-top: 1rem;
}

.atom-library-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 1.4rem auto 0;
	max-width: 860px;
	border: 1px solid var(--atom-border);
	background: var(--atom-surface);
}

.atom-library-stats article {
	padding: 1rem 1.2rem;
	text-align: center;
}

.atom-library-stats article + article {
	border-left: 1px solid var(--atom-border);
}

.atom-library-stats strong {
	display: block;
	font-size: 1rem;
	font-weight: 800;
}

.atom-library-stats span {
	display: block;
	margin-top: 0.2rem;
	color: var(--atom-text-soft);
	font-size: 0.78rem;
}

.atom-library-faq {
	padding-top: 3rem;
}

.atom-library-faq__list {
	max-width: 860px;
	margin: 0 auto;
}

.atom-library-faq__item {
	border-bottom: 1px solid var(--atom-border);
	padding: 0.2rem 0;
}

.atom-library-faq__item summary {
	position: relative;
	padding: 1rem 2rem 1rem 0;
	cursor: pointer;
	font-weight: 700;
	list-style: none;
}

.atom-library-faq__item summary::-webkit-details-marker {
	display: none;
}

.atom-library-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--atom-text-soft);
}

.atom-library-faq__item[open] summary::after {
	content: "–";
}

.atom-library-faq__item p {
	padding: 0 0 1rem;
	margin: 0;
}

.atom-pattern-intro {
	margin-bottom: 1.5rem;
}

.atom-pattern-intro__card {
	background: linear-gradient(180deg, #fbfcff 0, #f5f7fc 100%);
}

.atom-pattern-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.atom-pattern-card {
	overflow: hidden;
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-surface);
	box-shadow: var(--atom-shadow);
}

.atom-pattern-card__preview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 126px;
	padding: 1rem 1.1rem;
	background:
		radial-gradient(circle at top right, rgba(27, 111, 232, 0.14), transparent 35%),
		linear-gradient(180deg, #f4f7fd 0, #edf2fb 100%);
}

.atom-pattern-card__preview i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: var(--atom-radius-full);
	background: var(--atom-surface);
	color: var(--atom-primary);
	font-size: 1rem;
	box-shadow: 0 8px 22px rgba(27, 111, 232, 0.12);
}

.atom-pattern-card__body {
	padding: 1.2rem;
}

.atom-pattern-card__body h2 {
	margin: 0.35rem 0 0.6rem;
	font-size: 1.15rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.atom-site__process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atom-site__process-grid--light {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.2rem;
}

.atom-site__process-card {
	background: var(--atom-surface);
}

.atom-site__process-card span {
	display: inline-flex;
	margin-bottom: 0.8rem;
	padding: 0.32rem 0.6rem;
	border-radius: var(--atom-radius-full);
	background: var(--atom-primary-soft);
	color: var(--atom-primary);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.atom-site__about-panel,
.atom-site__company-grid {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
}

.atom-site__contact-grid {
	margin-top: 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atom-site__contact-list {
	display: grid;
	gap: 0.7rem;
}

.atom-site__contact-list li {
	color: var(--atom-text-soft);
}

.atom-site__contact-list span {
	display: block;
	margin-bottom: 0.12rem;
	font-size: 0.76rem;
	font-weight: 700;
	color: #828ca5;
	text-transform: uppercase;
}

.atom-site__contact-panel img {
	width: min(100%, 300px);
	margin: 1rem auto 0;
	border-radius: var(--atom-radius-md);
	border: 1px solid var(--atom-border);
}

.atom-site__cta-box {
	text-align: center;
}

.atom-site__cta-box p {
	max-width: 60ch;
	margin: 1rem auto 0;
}

.atom-site__cta-meta {
	justify-content: center;
	margin-top: 1rem;
}

.atom-site__cta-meta span,
.atom-site__company-points span {
	padding: 0.45rem 0.8rem;
	border-radius: var(--atom-radius-full);
	background: var(--atom-primary-soft);
	color: var(--atom-primary-dark);
	font-size: 0.78rem;
	font-weight: 700;
}


.atom-case-detail {
	display: grid;
	gap: 2rem;
}

.atom-site--page.atom-site--case-detail {
	background: var(--atom-surface);
}

.atom-site--case-detail .atom-site__section {
	padding: 0 0 2rem;
}

.atom-case-detail__intro {
	padding: 0 0 2.5rem;
	background: #171c2f;
	color: var(--atom-white);
}

.atom-case-detail__intro-nav,
.atom-case-detail__intro-menu,
.atom-case-detail__intro-actions,
.atom-case-detail__bottom-cta-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.atom-case-detail__intro-nav {
	justify-content: space-between;
	padding: 1rem 0;
	font-size: 0.72rem;
}

.atom-case-detail__intro-brand {
	color: var(--atom-white);
	font-weight: 700;
	text-decoration: none;
}

.atom-case-detail__intro-menu {
	justify-content: center;
	flex: 1 1 auto;
	color: rgba(255, 255, 255, 0.72);
}

.atom-case-detail__intro-body {
	padding: 2.4rem 0 0;
}

.atom-case-detail__intro-copy {
	max-width: 500px;
}

.atom-case-detail__intro-copy h1 {
	margin: 0;
	max-width: 10ch;
	color: var(--atom-white);
	font-size: clamp(2.4rem, 5vw, 3.5rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.atom-case-detail__intro-copy p {
	max-width: 48ch;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.74);
}

.atom-case-detail__intro-actions {
	margin-top: 1.5rem;
}

.atom-case-detail__intro-button,
.atom-case-detail__bottom-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 1rem;
	border-radius: 4px;
	font-size: 0.74rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.atom-case-detail__intro-button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: var(--atom-white);
	background: transparent;
}

.atom-case-detail__intro-button--primary {
	color: var(--atom-white);
	background: #1f80ff;
}

.atom-case-detail__site-shell {
	--atom-preview-width: 1920px;
	width: min(100%, var(--atom-preview-width));
	margin: -1.2rem auto 0;
	padding: 0.6rem 0 0;
	background: var(--atom-surface);
	transition: width 0.28s ease;
}

.atom-case-detail__site-shell.is-tablet {
	--atom-preview-width: 860px;
}

.atom-case-detail__site-shell.is-mobile {
	--atom-preview-width: 430px;
}

.atom-case-detail__toolbar {
	border-bottom: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-surface);
	box-shadow: var(--atom-shadow);
	position: sticky;
	top: 0;
	left: 0;
}

.atom-case-detail__toolbar-top,
.atom-case-detail__toolbar-main,
.atom-case-detail__toolbar-pills,
.atom-case-detail__toolbar-icons,
.atom-case-detail__subnav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.atom-case-detail__toolbar-top,
.atom-case-detail__toolbar-main {
	justify-content: space-between;
	padding: 1rem;
}

.atom-case-detail__toolbar-top {
	border-bottom: 1px solid var(--atom-border);
	background: var(--atom-bg-card);
}

.atom-case-detail__toolbar-pill,
.atom-case-detail__toolbar-cta,
.atom-case-detail__catalog-card span,
.atom-case-detail__featured-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}

.atom-case-detail__toolbar-pill {
	padding: 0.38rem 0.65rem;
	border: 1px solid var(--atom-border);
	background: var(--atom-surface);
	color: #59647f;
}

.atom-case-detail__toolbar-pill.is-active {
	background: #2a61ff;
	border-color: #2a61ff;
	color: var(--atom-white);
}

.atom-case-detail__toolbar-icons span {
	display: inline-flex;
	width: 28px;
	height: 28px;
	border: 1px solid var(--atom-border);
	border-radius: 4px;
	background: var(--atom-surface);
}

.atom-case-detail__device-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--atom-border);
	border-radius: 4px;
	background: var(--atom-surface);
	color: #60708d;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.atom-case-detail__device-button:hover,
.atom-case-detail__device-button.is-active {
	border-color: #2a61ff;
	background: #eef4ff;
	color: #2a61ff;
	transform: translateY(-1px);
}

.atom-case-detail__brand {
	color: #111427;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
}

.atom-case-detail__subnav {
	justify-content: center;
	flex: 1 1 auto;
	color: #49536d;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.atom-case-detail__toolbar-cta {
	padding: 0.7rem 0.95rem;
	background: #ffbc1e;
	color: #111427;
}

.atom-case-detail__hero {
	padding-top: 1.2rem;
	text-align: center;
}

.atom-case-detail__hero-eyebrow {
	margin: 0 0 0.85rem;
	color: #8d97ad;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.atom-case-detail__hero-title {
	margin: 0 auto;
	max-width: 12ch;
	color: var(--atom-text);
	font-size: clamp(2.6rem, 5vw, 4.4rem);
	line-height: 1.04;
	letter-spacing: -0.05em;
}

.atom-case-detail__hero-title span {
	color: #f3a91c;
}

.atom-case-detail__hero-lead {
	max-width: 58ch;
	margin: 1rem auto 0;
	color: var(--atom-text-soft);
}

.atom-case-detail__poster {
	position: relative;
	overflow: hidden;
	width: min(460px, 100%);
	margin: 2rem auto 0;
	border: 1px solid var(--atom-border);
	background: #111427;
	box-shadow: 0 24px 60px rgba(17, 20, 39, 0.14);
}

.atom-case-detail__poster img {
	width: 100%;
	aspect-ratio: 4 / 3.2;
	object-fit: cover;
}

.atom-case-detail__poster-play {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: -36px 0 0 -36px;
	border-radius: var(--atom-radius-full);
	background: rgba(255, 255, 255, 0.92);
	color: #111427;
	font-size: 1.2rem;
}

.atom-case-detail__featured-grid,
.atom-case-detail__catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.atom-case-detail__featured-grid {
	margin: 2rem auto 0;
	max-width: 900px;
	text-align: left;
}

.atom-case-detail__featured-card,
.atom-case-detail__catalog-card {
	overflow: hidden;
	border: 1px solid var(--atom-border);
	border-radius: 4px;
	background: var(--atom-surface);
}

.atom-case-detail__featured-card img,
.atom-case-detail__catalog-card.is-featured img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	background: var(--atom-surface-soft);
}

.atom-case-detail__featured-card div,
.atom-case-detail__catalog-card-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.85rem 0.9rem;
}

.atom-case-detail__featured-card strong,
.atom-case-detail__catalog-card strong {
	color: var(--atom-text);
	font-size: 0.92rem;
	font-weight: 700;
}

.atom-case-detail__featured-card span,
.atom-case-detail__catalog-card span {
	padding: 0.24rem 0.42rem;
	background: #111427;
	color: var(--atom-white);
}

.atom-case-detail__catalog-card.is-featured {
	box-shadow: 0 16px 36px rgba(17, 20, 39, 0.06);
}

.atom-case-detail__catalog-card:not(.is-featured) .atom-case-detail__catalog-card-inner {
	min-height: 58px;
}

.atom-case-detail__plan {
	margin-top: 2rem;
}

.atom-case-detail__bottom-cta {
	margin-top: 1rem;
	background: #1172e5;
}

.atom-case-detail__bottom-cta-inner {
	justify-content: space-between;
	padding: 1.2rem 0;
}

.atom-case-detail__bottom-cta-inner h2 {
	margin: 0;
	color: var(--atom-white);
	font-size: 1.35rem;
}

.atom-case-detail__bottom-cta-button {
	background: var(--atom-surface);
	color: #13203a;
}

.atom-case-detail__footer {
	padding: 3rem 0 2rem;
	background: #111427;
	color: rgba(255, 255, 255, 0.72);
}

.atom-case-detail__footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
}

.atom-case-detail__footer-brand h3,
.atom-case-detail__footer-column h4 {
	margin: 0 0 0.75rem;
	color: var(--atom-white);
}

.atom-case-detail__footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.45rem;
}

@media (max-width: 1279px) {
	.atom-home-hero__layout,
	.atom-home-builder,
	.atom-home-showcase,
	.atom-library-plan,
	.atom-case-detail__footer-grid {
		grid-template-columns: 1fr;
	}

	.atom-home-proof__grid,
	.atom-home-testimonials__grid,
	.atom-site__case-grid,
	.atom-site__card-grid--industries,
	.atom-site__reason-grid,
	.atom-library-tags,
	.atom-pattern-grid,
	.atom-case-detail__featured-grid,
	.atom-case-detail__catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.atom-site__header-inner {
		flex-wrap: wrap;
	}

	.atom-site__nav {
		justify-content: flex-start;
	}

	.atom-site__card-grid--services,
	.atom-site__process-grid,
	.atom-site__process-grid--light,
	.atom-site__contact-grid,
	.atom-site__company-grid,
	.atom-library-stats {
		grid-template-columns: 1fr;
	}

	.atom-case-detail__toolbar-top,
	.atom-case-detail__toolbar-main {
		align-items: flex-start;
		flex-direction: column;
	}

	.atom-case-detail__site-shell,
	.atom-case-detail__site-shell.is-tablet,
	.atom-case-detail__site-shell.is-mobile {
		width: 100%;
	}

	.atom-case-detail__bottom-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.atom-case-detail__subnav {
		justify-content: flex-start;
	}

	.atom-library-stats article + article {
		border-left: 0;
		border-top: 1px solid var(--atom-border);
	}
}

@media (max-width: 767px) {
	.atom-site__container {
		width: min(100% - 1.25rem, 100%);
	}

	.atom-site {
		background: linear-gradient(180deg, #111427 0, #111427 360px, #ffffff 360px, #ffffff 100%);
	}

	.atom-home-hero {
		padding: 3rem 0 4rem;
	}

	.atom-home-hero__copy h1,
	.atom-site__page-hero h1 {
		max-width: none;
		font-size: clamp(2.2rem, 12vw, 3.1rem);
	}

	.atom-home-hero__visual {
		min-height: 360px;
	}

	.atom-home-hero__thumb {
		width: 128px;
	}

	.atom-home-hero__thumb--1 {
		top: 40px;
		left: 0;
	}

	.atom-home-hero__thumb--2 {
		left: 118px;
	}

	.atom-home-hero__thumb--3 {
		right: 0;
		width: 140px;
	}

	.atom-home-hero__thumb--4 {
		top: 176px;
		left: 0;
	}

	.atom-home-hero__thumb--5 {
		top: 196px;
		left: 118px;
	}

	.atom-home-hero__thumb--6 {
		top: 176px;
		right: 0;
	}

	.atom-home-hero__play {
		top: 118px;
		width: 90px;
		height: 90px;
		margin-left: -45px;
		font-size: 1.5rem;
	}

	.atom-home-builder__grid,
	.atom-home-proof__grid,
	.atom-home-showcase__grid,
	.atom-home-testimonials__grid,
	.atom-site__case-grid,
	.atom-site__card-grid--industries,
	.atom-site__reason-grid,
	.atom-library-tags,
	.atom-pattern-grid,
	.atom-case-detail__featured-grid,
	.atom-case-detail__catalog-grid {
		grid-template-columns: 1fr;
	}

	.atom-footer-strip__inner,
	.atom-site__section-head--split,
	.atom-case-detail__intro-nav {
		align-items: start;
		flex-direction: column;
	}

	.atom-site__footer-grid {
		grid-template-columns: 1fr;
	}
}

/* ========== Industry News Section ========== */
.atom-home-section--news {

}

.atom-home-news__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-top: 40px;
}

.atom-home-news__card {
	border-radius: var(--atom-radius-md);
	overflow: hidden;
	transition: transform .2s,box-shadow .2s;
	border: 1px solid rgba(255,255,255,.06);
}

.atom-home-news__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0,0,0,.03);
	border-color: rgba(255,255,255,.12);
}

.atom-home-news__thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.atom-home-news__body {
	padding: 20px;
}

.atom-home-news__body h3 {
	margin: 8px 0 6px;
	font-size: 1.05rem;
	line-height: 1.4;
}

.atom-home-news__body h3 a {
	/*color: #e8e8f0;*/
	text-decoration: none;
}

.atom-home-news__body h3 a:hover {
	color: #7c8aff;
}

.atom-home-news__body time {
	display: block;
	font-size: .8rem;
	color: #6a6f8a;
	margin-bottom: 8px;
}

.atom-home-news__body p {
	font-size: .85rem;
	/*color: #9ca0b8;*/
	line-height: 1.55;
	margin: 0;
}

.atom-home-news__category {
	font-size: .72rem !important;
}

.atom-home-section__foot {
	text-align: center;
	margin-top: 36px;
}

/* ========== Partners Section ========== */
.atom-home-section--partners {

}

.atom-home-partners__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 32px;
	align-items: center;
	justify-items: center;
	margin-top: 40px;
	padding: 32px;
	background: rgba(255,255,255,.03);
	border-radius: var(--atom-radius-md);
	border: 1px solid rgba(255,255,255,.06);
}

.atom-home-partners__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	/*opacity: .65;*/
	transition: opacity .2s,transform .2s;
}

.atom-home-partners__item:hover {
	opacity: 1;
	transform: scale(1.05);
}

.atom-home-partners__item img {
	max-width: 100%;
	height: 5rem;
	/*filter: brightness(0) invert(1);*/
	opacity: .85;
	transition: opacity .2s;
}

.atom-home-partners__item:hover img {
	opacity: 1;
}

@media (max-width: 960px) {
	.atom-site__footer-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.atom-idea__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.atom-site__footer-columns {
		grid-template-columns: 1fr;
	}

	.atom-idea__row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.atom-home-section--news,
	.atom-home-section--partners {
		padding: 48px 0;
	}

	.atom-home-news__grid {
		grid-template-columns: 1fr;
	}

	.atom-home-partners__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
		padding: 16px;
	}

	.atom-home-partners__item img {
		max-width: 80px;
		max-height: 36px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}
}

/* ===== Mobile menu toggle ===== */
.atom-site__menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	padding: 6px;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 50;
}

.atom-site__menu-toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--atom-text);
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.atom-site__menu-toggle.is-active .atom-site__menu-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.atom-site__menu-toggle.is-active .atom-site__menu-toggle-bar:nth-child(2) {
	opacity: 0;
}
.atom-site__menu-toggle.is-active .atom-site__menu-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.atom-site__lang--mobile {
	display: none;
}

@media ( max-width: 768px ) {
	.atom-site__menu-toggle {
		display: flex;
	}

	.atom-site__header-actions {
		display: none;
	}

	/* ── Stripe-style mobile nav overlay (slide from right) ── */
	.atom-site__nav {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(360px, 85vw);
		justify-content: flex-start;
		align-items: stretch;
		flex: none;
		flex-wrap: nowrap;
		gap: 0;
		padding: 5rem 1.5rem calc(4rem + env(safe-area-inset-bottom));
		background: var(--atom-surface);
		color: var(--atom-text);
		box-shadow: -4px 0 24px rgba(0,0,0,0.10);
		transform: translateX(100%);
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		z-index: 45;
		overflow-y: auto;
	}
	.atom-site__nav.is-open {
		transform: translateX(0);
	}

	/* Overlay backdrop */
	.atom-site__nav::before {
		content: '';
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.30);
		z-index: -1;
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;
	}
	.atom-site__nav.is-open::before {
		opacity: 1;
		pointer-events: auto;
	}

	.atom-site__nav a {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 1rem 1rem;
		font-size: 1.05rem;
		font-weight: 500;
		color: var(--atom-text);
		text-decoration: none;
		border-radius: var(--atom-radius-sm);
		transition: background-color 0.2s ease;
	}
	.atom-site__nav a:hover,
	.atom-site__nav a.is-current {
		background: var(--atom-primary-soft);
		color: var(--atom-primary);
	}

	.mobile-btns {
		margin-top: auto;
		width: auto;
		display: flex;
		gap: 0.75rem;
	}
	.mobile-btns a {
		flex: 1;
		justify-content: center;
		text-align: center;
		padding: 0.85rem 1rem;
		border-radius: var(--atom-radius-sm);
		font-size: 0.95rem;
		font-weight: 600;
		text-decoration: none;
	}
	.mobile-btns a:first-child {
		background: var(--atom-primary);
		color: var(--atom-white);
	}
	.mobile-btns a:last-child {
		border: 1px solid var(--atom-border);
		color: var(--atom-text);
	}

	/* ── Mobile fixed bottom bar ── */
	.atom-site__mobile-bar {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 30;
		background: rgba(255,255,255,0.96);
		backdrop-filter: blur(12px);
		border-top: 1px solid var(--atom-border);
		padding: 0.5rem 1rem;
		padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
		gap: 0.75rem;
	}
	.atom-site__mobile-bar a {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.4rem;
		padding: 0.7rem 0.5rem;
		border-radius: var(--atom-radius-sm);
		font-size: 0.88rem;
		font-weight: 600;
		text-decoration: none;
	}
	.atom-site__mobile-bar a:first-child {
		background: var(--atom-primary);
		color: var(--atom-white);
	}
	.atom-site__mobile-bar a:last-child {
		border: 1px solid var(--atom-border);
		color: var(--atom-text);
	}
	/* Push page content up so it's not hidden behind the fixed bar */
	.atom-site__section {
		padding-bottom: 4rem;
	}
}

/* ── Mobile fixed bottom bar (hidden on desktop) ── */
@media ( min-width: 769px ) {
	.atom-site__mobile-bar {
		display: none;
	}
}
.atom-site--search .atom-site__page-hero h1 {
	max-width: 100%;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
}
.atom-site__search-form-inline {
	max-width: 480px;
	margin-top: 1.4rem;
}
.atom-site__search-form {
	display: flex;
	gap: 0;
	border-radius: var(--atom-radius-sm);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.06);
}
.atom-site__search-input {
	flex: 1;
	min-width: 0;
	padding: 0.7rem 1rem;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 0.95rem;
	outline: none;
}
.atom-site__search-input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.atom-site__search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	min-width: 48px;
	border: 0;
	background: var(--atom-primary);
	color: #ffffff;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.2s;
}
.atom-site__search-submit:hover {
	background: var(--atom-primary-dark);
}
.atom-site__search-results {
	display: grid;
	gap: 1rem;
}
.atom-site__search-result-item {
	display: flex;
	gap: 1.2rem;
	padding: 1.2rem;
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-surface);
	box-shadow: var(--atom-shadow);
	transition: box-shadow 0.2s;
}
.atom-site__search-result-item:hover {
	box-shadow: var(--atom-shadow-lg);
}
.atom-site__search-result-thumb {
	flex-shrink: 0;
	width: 140px;
	height: 90px;
	overflow: hidden;
	border-radius: var(--atom-radius-sm);
}
.atom-site__search-result-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.atom-site__search-result-body {
	flex: 1;
	min-width: 0;
}
.atom-site__search-result-body h3 {
	margin: 0.4rem 0 0.5rem;
	font-size: 1.05rem;
	line-height: 1.35;
}
.atom-site__search-result-body h3 a {
	text-decoration: none;
	color: inherit;
}
.atom-site__search-result-body h3 a:hover {
	color: var(--atom-primary);
}
.atom-site__search-result-excerpt {
	font-size: 0.88rem;
	color: var(--atom-text-soft);
	margin: 0 0 0.5rem;
}
.atom-site__search-result-meta {
	font-size: 0.78rem;
	color: var(--atom-text-soft);
}
.atom-site__no-results {
	max-width: 600px;
	margin: 0 auto;
}
.atom-site__no-results-text {
	margin: 1rem 0;
	font-size: 0.95rem;
	color: var(--atom-text-soft);
}
.atom-site__no-results-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: center;
	margin-top: 1.5rem;
}

@media ( max-width: 600px ) {
	.atom-site__search-result-item {
		flex-direction: column;
	}
	.atom-site__search-result-thumb {
		width: 100%;
		height: auto;
		max-height: 180px;
	}
}

/* ===== Footer mobile ===== */
@media ( max-width: 768px ) {
	.atom-site__footer-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}
	.atom-site__footer-bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
@media ( max-width: 480px ) {
	.atom-site__footer-columns {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* ==================================================================
 * Article Detail Page
 * ================================================================== */

/* ── Hero (light variant) ── */
.atom-site__page-hero--single {
	padding: 2.5rem 0 2rem;
	background: var(--atom-surface);
}
.atom-site__page-hero--single h1 {
	color: var(--atom-text);
	max-width: 18ch;
}
.atom-site__page-hero--single .atom-site__lead {
	color: var(--atom-text-soft);
	margin: 0.6rem 0 0;
	font-size: 0.88rem;
}
.atom-site__lead-dot {
	margin: 0 0.4rem;
}

/* ── Breadcrumb ── */
.atom-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
	font-size: 0.82rem;
	color: var(--atom-text-soft);
}
.atom-breadcrumb a {
	color: var(--atom-text-soft);
	text-decoration: none;
	transition: color 0.2s ease;
}
.atom-breadcrumb a:hover {
	color: var(--atom-primary);
}
.atom-breadcrumb__sep {
	color: var(--atom-border);
	font-size: 0.75rem;
	user-select: none;
}
.atom-breadcrumb__current {
	color: var(--atom-text);
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 24ch;
}

/* ── 3-column article layout ── */
.atom-article-layout {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 260px;
	gap: 2rem;
	align-items: start;
}

/* ── LEFT: Floating action bar ── */
.atom-article__left {
	position: sticky;
	top: calc(4rem + 20px);
	z-index: 5;
}
.atom-article__action-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-surface);
	padding: 0.6rem 0.3rem;
	box-shadow: var(--atom-shadow);
}
.atom-article__action-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	width: 46px;
	padding: 0.5rem 0;
	border: none;
	border-radius: var(--atom-radius-sm);
	background: transparent;
	color: var(--atom-text-soft);
	font-size: 0.62rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
}
.atom-article__action-btn:hover {
	color: var(--atom-primary);
	background: var(--atom-primary-soft);
}
.atom-article__action-btn i {
	font-size: 1.15rem;
	line-height: 1;
}
.atom-article__action-btn.is-liked {
	color: var(--atom-primary);
}
.atom-article__action-label {
	display: block;
	line-height: 1.2;
}

/* ── CENTER: Main article ── */
.atom-article__main {
	max-width: 100%;
	padding: 2rem;
}
.atom-article__featured {
	margin: -2rem -2rem 1.5rem;
	border-radius: var(--atom-radius-md) var(--atom-radius-md) 0 0;
	overflow: hidden;
	max-height: 460px;
}
.atom-article__featured-img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.atom-article__content {
	color: var(--atom-text);
	line-height: 1.8;
	font-size: 1rem;
}
.atom-article__content p {
	margin: 0 0 1.25rem;
}
.atom-article__content a {
	color: var(--atom-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.atom-article__content a:hover {
	color: var(--atom-primary-dark);
}
.atom-article__content h2,
.atom-article__content h3 {
	margin: 1.8rem 0 0.8rem;
	color: var(--atom-text);
}
.atom-article__content h2 {
	font-size: 1.5rem;
	font-weight: 700;
}
.atom-article__content h3 {
	font-size: 1.2rem;
	font-weight: 600;
}
.atom-article__content img,
.atom-article__content iframe,
.atom-article__content video {
	max-width: 100%;
	border-radius: var(--atom-radius-sm);
}
.atom-article__content ul,
.atom-article__content ol {
	padding-left: 1.25rem;
	margin: 0 0 1.25rem;
}
.atom-article__content blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	border-left: 3px solid var(--atom-primary);
	background: var(--atom-surface-soft);
	border-radius: 0 var(--atom-radius-sm) var(--atom-radius-sm) 0;
	color: var(--atom-text-soft);
	font-style: italic;
}
.atom-article__content .wp-block-code,
.atom-article__content pre {
	background: #f0f2f7;
	border-radius: var(--atom-radius-sm);
	padding: 1rem;
	overflow-x: auto;
	font-size: 0.88rem;
	line-height: 1.6;
}
.atom-article__page-links {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--atom-border);
}
.atom-article__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--atom-border);
}
.atom-article__tags-label {
	font-size: 0.82rem;
	color: var(--atom-text-soft);
	margin-right: 0.3rem;
}

/* ── Comments ── */
.atom-article__comments {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--atom-border);
}
.atom-article__comments .comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
}
.atom-article__comments .comment {
	padding: 1rem 0;
	border-bottom: 1px solid var(--atom-border);
}
.atom-article__comments .comment:last-child {
	border-bottom: none;
}
.atom-article__comments .comment-author {
	font-weight: 600;
	font-size: 0.9rem;
}
.atom-article__comments .comment-meta {
	font-size: 0.78rem;
	color: var(--atom-text-soft);
	margin-bottom: 0.5rem;
}
.atom-article__comments .comment-content {
	font-size: 0.92rem;
	line-height: 1.6;
}
.atom-article__comments .reply {
	font-size: 0.82rem;
}
.atom-article__comments .reply a {
	color: var(--atom-primary);
}
.atom-article__comments #respond {
	margin-top: 1.5rem;
}
.atom-article__comments #respond input,
.atom-article__comments #respond textarea {
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-sm);
	padding: 0.6rem 0.8rem;
	font-size: 0.9rem;
	width: 100%;
	background: var(--atom-surface);
	color: var(--atom-text);
}
.atom-article__comments #respond .form-submit input {
	width: auto;
	background: var(--atom-primary);
	color: var(--atom-white);
	border: none;
	padding: 0.6rem 1.5rem;
	border-radius: var(--atom-radius-sm);
	font-weight: 600;
	cursor: pointer;
}

/* ── RIGHT: Sidebar ── */
.atom-article__right {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.atom-article__side-widget {
	border: 1px solid var(--atom-border);
	border-radius: var(--atom-radius-md);
	background: var(--atom-surface);
	padding: 1.25rem;
	box-shadow: var(--atom-shadow);
}
.atom-article__side-title {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--atom-text);
	padding-bottom: 0.6rem;
	border-bottom: 2px solid var(--atom-primary);
}
.atom-article__side-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.atom-article__side-list li {
	font-size: 0.88rem;
	line-height: 1.4;
}
.atom-article__side-list a {
	color: var(--atom-text-soft);
	text-decoration: none;
	transition: color 0.2s ease;
	display: block;
	padding: 0.25rem 0;
}
.atom-article__side-list a:hover {
	color: var(--atom-primary);
}
.atom-article__side-list--numbered li {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
}
.atom-article__side-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	border-radius: var(--atom-radius-full);
	background: var(--atom-primary-soft);
	color: var(--atom-primary);
	font-size: 0.72rem;
	font-weight: 700;
	flex-shrink: 0;
}

/* ── Toast ── */
.atom-article__toast {
	position: fixed;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	background: var(--atom-text);
	color: var(--atom-white);
	padding: 0.6rem 1.25rem;
	border-radius: var(--atom-radius-sm);
	font-size: 0.84rem;
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 100;
	pointer-events: none;
}
.atom-article__toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* ── Style unification ── */
.atom-site a {
	color: var(--atom-primary);
	transition: color 0.2s ease;
}
.atom-site a:hover {
	color: var(--atom-primary-dark);
}
/* Utility links inside cards / footers that should use soft text */
.atom-site__case-title-link,
.atom-site__footer a,
.atom-article__side-list a {
	color: var(--atom-text-soft);
}
.atom-site__case-title-link:hover,
.atom-site__footer a:hover,
.atom-article__side-list a:hover {
	color: var(--atom-primary);
}

/* ── Article mobile ── */
@media ( max-width: 1024px ) {
	.atom-article-layout {
		grid-template-columns: 1fr;
	}
	/* LEFT: fixed to top on mobile */
	.atom-article__left {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 50;
	}
	.atom-article__action-bar {
		flex-direction: row;
		justify-content: center;
		border-radius: 0;
		border: none;
		border-top: 1px solid var(--atom-border);
		padding: 0.4rem 0.5rem;
		background: rgba(255,255,255,0.96);
		backdrop-filter: blur(12px);
		gap: 0.2rem;
	}
	.atom-article__action-btn {
		flex-direction: row;
		width: auto;
		gap: 0.35rem;
		padding: 0.4rem 0.7rem;
		font-size: 0.72rem;
	}
	.atom-article__action-btn i {
		font-size: 0.95rem;
	}
	/* RIGHT: moves to bottom */
	.atom-article__right {
		margin-top: 1rem;
	}
	.atom-article__side-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.atom-article__side-list li {
		flex: 1 1 calc(50% - 0.4rem);
		min-width: 0;
	}
	.atom-article__side-list--numbered li {
		flex: 1 1 calc(50% - 0.4rem);
	}
	/* breadcrumb truncate adjust */
	.atom-breadcrumb__current {
		max-width: 16ch;
	}
}
@media ( max-width: 480px ) {
	.atom-site__page-hero--single {
		padding: 1.5rem 0 1.25rem;
	}
	.atom-article__main {
		padding: 1.25rem;
	}
	.atom-article__featured {
		margin: -1.25rem -1.25rem 1rem;
	}
	.atom-breadcrumb__current {
		max-width: 12ch;
	}
}