/*
Theme Name: Vibe411
Theme URI: https://example.com/vibe411
Author: Codex
Description: Premium discovery theme for the Vibe411 creator platform.
Version: 0.1.0
Text Domain: vibe411
*/

:root {
	--vibe-bg: #f6f0e5;
	--vibe-bg-soft: #fffaf2;
	--vibe-surface: rgba(255, 250, 242, 0.84);
	--vibe-surface-strong: #fffaf2;
	--vibe-ink: #1f1d1a;
	--vibe-ink-soft: #5d5447;
	--vibe-line: rgba(31, 29, 26, 0.12);
	--vibe-line-strong: rgba(31, 29, 26, 0.2);
	--vibe-accent: #b34d1e;
	--vibe-accent-2: #0f7b6c;
	--vibe-accent-3: #d7a544;
	--vibe-shadow: 0 24px 60px rgba(35, 24, 5, 0.12);
	--vibe-radius-lg: 28px;
	--vibe-radius-md: 18px;
	--vibe-radius-sm: 12px;
	--vibe-max: 1220px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(179, 77, 30, 0.14), transparent 34%),
		radial-gradient(circle at 85% 18%, rgba(15, 123, 108, 0.12), transparent 28%),
		linear-gradient(180deg, #f4ecdf 0%, #f8f4eb 42%, #f3ece1 100%);
	color: var(--vibe-ink);
	font-family: "Space Grotesk", "Avenir Next", "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

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

a {
	color: inherit;
	text-decoration-color: rgba(179, 77, 30, 0.45);
	text-underline-offset: 0.18em;
}

a:hover {
	text-decoration-color: rgba(179, 77, 30, 1);
}

button,
input,
select,
textarea {
	font: inherit;
}

input,
select,
textarea {
	width: 100%;
	border: 1px solid var(--vibe-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.76);
	padding: 0.85rem 1rem;
	color: var(--vibe-ink);
}

textarea {
	resize: vertical;
}

button {
	cursor: pointer;
}

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

.site-shell {
	min-height: 100vh;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(16px);
	background: rgba(246, 240, 229, 0.78);
	border-bottom: 1px solid rgba(31, 29, 26, 0.06);
}

.site-header__inner,
.site-footer__inner,
.site-main > *,
.archive-shell,
.single-shell,
.page-shell {
	width: min(calc(100% - 2rem), var(--vibe-max));
	margin: 0 auto;
}

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

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	font-weight: 700;
	text-decoration: none;
}

.site-brand__mark {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--vibe-accent), #d7702d);
	color: #fff;
	box-shadow: 0 14px 30px rgba(179, 77, 30, 0.24);
}

.site-brand__text {
	display: grid;
	line-height: 1.05;
}

.site-brand__text strong {
	font-size: 1rem;
}

.site-brand__text span {
	font-size: 0.8rem;
	color: var(--vibe-ink-soft);
}

.site-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}

.site-nav a {
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	text-decoration: none;
	color: var(--vibe-ink-soft);
}

.site-nav a:hover,
.site-nav a:focus {
	background: rgba(31, 29, 26, 0.05);
	color: var(--vibe-ink);
}

.site-nav__cta {
	margin-left: 0.35rem;
	background: var(--vibe-accent);
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(179, 77, 30, 0.18);
}

.site-main {
	padding: 2rem 0 4rem;
}

.site-footer {
	padding: 2.5rem 0 3rem;
}

.site-footer__inner {
	display: grid;
	gap: 1rem;
	padding: 2rem 0 0;
	border-top: 1px solid var(--vibe-line);
	color: var(--vibe-ink-soft);
}

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

.site-footer__grid h3,
.site-footer__grid h4 {
	margin: 0 0 0.35rem;
}

.site-footer__grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__grid li + li {
	margin-top: 0.35rem;
}

.site-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 1.5rem;
	align-items: stretch;
	padding: 1rem 0 2rem;
}

.site-hero__content,
.site-hero__panel {
	position: relative;
	overflow: hidden;
	padding: clamp(1.5rem, 2vw, 2rem);
	border: 1px solid rgba(31, 29, 26, 0.08);
	border-radius: calc(var(--vibe-radius-lg) + 6px);
	background: linear-gradient(180deg, rgba(255, 250, 242, 0.88), rgba(255, 245, 232, 0.72));
	box-shadow: var(--vibe-shadow);
}

.site-hero__content::after,
.site-hero__panel::after,
.vibe411-panel::after,
.vibe411-card::after {
	content: "";
	position: absolute;
	inset: auto auto -18% -12%;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(215, 165, 68, 0.24), transparent 72%);
	pointer-events: none;
}

.site-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 470px;
}

.site-hero__eyebrow,
.vibe411-eyebrow,
.page-hero__eyebrow {
	margin: 0 0 0.8rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vibe-accent);
}

.site-hero h1,
.page-hero h1,
.archive-hero h1,
.creator-hero h1,
.product-hero h1 {
	margin: 0;
	font-family: "Instrument Serif", Georgia, serif;
	font-size: clamp(3.1rem, 7vw, 5.8rem);
	line-height: 0.92;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.site-hero p,
.page-hero p,
.archive-hero p,
.creator-hero p,
.product-hero p {
	max-width: 62ch;
	color: var(--vibe-ink-soft);
	font-size: 1.05rem;
}

.site-hero__actions,
.product-cta-row,
.page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.vibe411-button,
.site-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.8rem 1.1rem;
	border: 1px solid rgba(31, 29, 26, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: var(--vibe-ink);
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.vibe411-button:hover,
.site-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(31, 29, 26, 0.1);
}

.vibe411-button:disabled,
.site-button:disabled {
	cursor: not-allowed;
	opacity: 0.72;
	transform: none;
	box-shadow: none;
}

.vibe411-button-primary,
.site-button--primary {
	background: linear-gradient(135deg, var(--vibe-accent), #d26f33);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 16px 28px rgba(179, 77, 30, 0.24);
}

.vibe411-inline-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1rem;
	color: var(--vibe-ink-soft);
	font-size: 0.95rem;
}

.site-button--secondary {
	background: rgba(15, 123, 108, 0.12);
	border-color: rgba(15, 123, 108, 0.16);
	color: #0b5e52;
}

.site-hero__stats,
.vibe411-meta-row,
.product-facts,
.creator-meta-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1.2rem;
}

.site-stat,
.vibe411-stat-chip {
	padding: 0.55rem 0.8rem;
	border-radius: 999px;
	background: rgba(31, 29, 26, 0.06);
	color: var(--vibe-ink-soft);
	font-size: 0.92rem;
}

.site-hero__panel {
	display: grid;
	gap: 1rem;
	align-content: space-between;
}

.site-hero__quote {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.45;
}

.site-hero__list,
.vibe411-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-hero__list li,
.vibe411-list li {
	position: relative;
	padding-left: 1.1rem;
	color: var(--vibe-ink-soft);
}

.site-hero__list li + li,
.vibe411-list li + li {
	margin-top: 0.55rem;
}

.site-hero__list li::before,
.vibe411-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.68rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vibe-accent), var(--vibe-accent-3));
}

.section-stack,
.front-section,
.archive-stack,
.single-stack {
	margin-top: 1.6rem;
}

.section-head,
.vibe411-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.section-head h2,
.vibe411-section-head h3,
.page-hero h1 {
	margin: 0;
}

.vibe411-panel,
.page-hero,
.archive-hero,
.creator-hero,
.product-hero,
.doc-shell,
.single-section,
.info-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(1.25rem, 1.8vw, 1.8rem);
	border: 1px solid rgba(31, 29, 26, 0.08);
	border-radius: var(--vibe-radius-lg);
	background: linear-gradient(180deg, rgba(255, 250, 242, 0.84), rgba(255, 247, 237, 0.72));
	box-shadow: var(--vibe-shadow);
}

.vibe411-panel-tight {
	padding: 1.25rem;
}

.vibe411-hero-panel {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.front-grid,
.vibe411-card-grid,
.vibe411-dashboard-grid,
.product-layout,
.creator-layout,
.page-grid {
	display: grid;
	gap: 1rem;
}

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

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

.vibe411-dashboard-grid,
.page-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-layout {
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	align-items: start;
}

.creator-layout {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: start;
}

.vibe411-card,
.metric-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid rgba(31, 29, 26, 0.08);
	border-radius: 24px;
	background: rgba(255, 251, 245, 0.84);
	box-shadow: 0 20px 34px rgba(35, 24, 5, 0.08);
}

.vibe411-card-banner,
.product-hero__banner,
.creator-banner {
	min-height: 150px;
	background: linear-gradient(135deg, rgba(179, 77, 30, 0.18), rgba(15, 123, 108, 0.18));
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid rgba(31, 29, 26, 0.08);
}

.vibe411-card-body,
.metric-card__body {
	display: grid;
	gap: 0.75rem;
	padding: 1rem;
}

.vibe411-product-head,
.creator-head {
	display: flex;
	gap: 0.85rem;
	align-items: center;
}

.vibe411-product-icon,
.product-icon,
.creator-avatar,
.vibe411-avatar {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(179, 77, 30, 0.2), rgba(15, 123, 108, 0.22));
	border: 1px solid rgba(31, 29, 26, 0.08);
}

.creator-avatar,
.vibe411-avatar {
	width: 84px;
	height: 84px;
	border-radius: 24px;
}

.vibe411-avatar-fallback,
.creator-avatar--fallback {
	display: grid;
	place-items: center;
	color: var(--vibe-accent);
	font-weight: 700;
	font-size: 1.4rem;
}

.vibe411-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.vibe411-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	background: rgba(179, 77, 30, 0.11);
	color: var(--vibe-accent);
	font-size: 0.83rem;
	font-weight: 700;
}

.vibe411-muted,
.archive-subtitle,
.creator-handle,
.doc-meta {
	color: var(--vibe-ink-soft);
}

.vibe411-form,
.vibe411-review-form {
	display: grid;
	gap: 1rem;
}

.vibe411-dashboard,
.vibe411-directory,
.vibe411-discovery {
	display: grid;
	gap: 1rem;
}

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

.vibe411-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0.35rem 0 0.2rem;
}

.vibe411-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--vibe-line);
	text-decoration: none;
	color: var(--vibe-ink-soft);
}

.vibe411-tabs a.is-active {
	background: linear-gradient(135deg, var(--vibe-accent), #d26f33);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 14px 26px rgba(179, 77, 30, 0.2);
}

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

.vibe411-form-control {
	display: grid;
	gap: 0.4rem;
	border-radius: 18px;
	transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vibe411-form-control-full {
	grid-column: 1 / -1;
}

.vibe411-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.vibe411-form-step {
	display: grid;
	gap: 0.35rem;
	padding: 1rem 1.1rem;
	border-radius: 18px;
	border: 1px solid rgba(31, 29, 26, 0.08);
	background: rgba(255, 252, 247, 0.72);
}

.vibe411-product-form {
	gap: 1.2rem;
}

.vibe411-ai-panel {
	display: grid;
	gap: 1rem;
	padding: 1.15rem;
	border-radius: 22px;
	border: 1px solid rgba(179, 77, 30, 0.16);
	background: linear-gradient(180deg, rgba(255, 245, 232, 0.92), rgba(255, 250, 242, 0.84));
}

.vibe411-ai-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.vibe411-file-button {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.vibe411-file-button input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.vibe411-ai-review {
	display: grid;
	gap: 0.85rem;
	padding: 1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(31, 29, 26, 0.08);
}

.vibe411-ai-review-summary p,
.vibe411-ai-review-block p {
	margin: 0;
}

.vibe411-ai-review-block {
	display: grid;
	gap: 0.5rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(31, 29, 26, 0.08);
}

.vibe411-form-control.is-imported,
.vibe411-form-control.is-missing {
	padding: 0.85rem 0.95rem;
}

.vibe411-form-control.is-imported,
[data-vibe-taxonomy].is-imported {
	background: rgba(15, 123, 108, 0.08);
	box-shadow: inset 0 0 0 1px rgba(15, 123, 108, 0.24);
}

.vibe411-form-control.is-missing,
[data-vibe-taxonomy].is-missing {
	background: rgba(179, 77, 30, 0.08);
	box-shadow: inset 0 0 0 1px rgba(179, 77, 30, 0.24);
}

.vibe411-chip.is-imported {
	border-color: rgba(15, 123, 108, 0.28);
	background: rgba(15, 123, 108, 0.1);
}

.vibe411-field-label,
.vibe411-form-control label {
	font-size: 0.92rem;
	font-weight: 700;
}

.vibe411-form-control-media {
	padding: 1rem;
	border: 1px solid rgba(31, 29, 26, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.68);
}

.vibe411-form-control-media input[type="file"] {
	padding: 0.75rem;
	border: 1px dashed rgba(179, 77, 30, 0.28);
	border-radius: 14px;
	background: rgba(255, 248, 240, 0.8);
}

.vibe411-form-control-media textarea,
.vibe411-form-control-media input[type="url"] {
	margin-top: 0.2rem;
}

.vibe411-media-preview,
.vibe411-media-grid {
	display: grid;
	gap: 0.65rem;
}

.vibe411-media-preview img {
	width: 100%;
	max-height: 220px;
	object-fit: cover;
	border-radius: 18px;
	border: 1px solid rgba(31, 29, 26, 0.08);
	box-shadow: 0 14px 28px rgba(35, 24, 5, 0.08);
}

.vibe411-media-grid {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.vibe411-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.vibe411-chip {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.6rem 0.8rem;
	border: 1px solid var(--vibe-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
}

.vibe411-chip input {
	width: auto;
	margin: 0;
}

.vibe411-inline-checks,
.vibe411-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
}

.vibe411-inline-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: end;
}

.vibe411-inline-filter label {
	font-weight: 700;
}

.vibe411-table-wrap {
	overflow-x: auto;
}

.vibe411-table {
	width: 100%;
	border-collapse: collapse;
}

.vibe411-table th,
.vibe411-table td {
	padding: 0.8rem 0.55rem;
	border-bottom: 1px solid var(--vibe-line);
	text-align: left;
	vertical-align: top;
}

.vibe411-text-button,
.vibe411-inline-link {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vibe-accent);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.vibe411-inline-form {
	display: inline;
}

.vibe411-notice {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(15, 123, 108, 0.15);
	border-radius: 16px;
	background: rgba(15, 123, 108, 0.08);
	color: #0c5d52;
}

.vibe411-login-hint {
	padding: 0.85rem 1rem;
	border-radius: 16px;
	background: rgba(31, 29, 26, 0.05);
	color: var(--vibe-ink-soft);
}

.page-hero,
.archive-hero,
.creator-hero,
.product-hero,
.doc-shell {
	margin-bottom: 1rem;
}

.archive-hero,
.page-hero {
	display: grid;
	gap: 0.85rem;
}

.product-hero__banner,
.creator-banner {
	min-height: 250px;
	border-radius: 22px;
}

.product-hero__body,
.creator-hero__body {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-top: -2rem;
	padding-inline: 1rem;
}

.product-summary,
.creator-summary {
	flex: 1;
}

.product-summary h1,
.creator-summary h1 {
	font-size: clamp(2.4rem, 5vw, 4rem);
}

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

.product-gallery img {
	border-radius: 22px;
	min-height: 180px;
	object-fit: cover;
	border: 1px solid rgba(31, 29, 26, 0.08);
	box-shadow: 0 14px 28px rgba(35, 24, 5, 0.08);
}

.feature-list,
.doc-link-list,
.link-list {
	display: grid;
	gap: 0.7rem;
	padding: 0;
	list-style: none;
}

.feature-list li,
.doc-link-list li,
.link-list li {
	padding: 0.85rem 1rem;
	border: 1px solid var(--vibe-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.64);
}

.rating-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.rating-score {
	font-family: "Instrument Serif", Georgia, serif;
	font-size: 3rem;
	line-height: 1;
}

.review-list {
	display: grid;
	gap: 0.9rem;
}

.review-item {
	padding: 1rem;
	border: 1px solid var(--vibe-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.68);
}

.report-form {
	display: grid;
	gap: 0.8rem;
	margin-top: 1rem;
}

.vibe411-pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.vibe411-founder-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	border-color: rgba(179, 77, 30, 0.18);
	background: linear-gradient(180deg, rgba(255, 245, 232, 0.92), rgba(255, 250, 242, 0.84));
}

.vibe411-pricing-card.is-highlighted {
	border-color: rgba(179, 77, 30, 0.18);
	background: linear-gradient(180deg, rgba(255, 245, 232, 0.92), rgba(255, 250, 242, 0.84));
}

.vibe411-pricing-card form {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.vibe411-pricing-card .vibe411-muted {
	margin: 0;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.vibe411-billing-breakdown {
	display: grid;
	gap: 0.45rem;
	margin: 0.8rem 0 0;
	padding: 0;
	list-style: none;
}

.vibe411-billing-breakdown li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.6rem 0.8rem;
	border: 1px solid rgba(31, 29, 26, 0.08);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.56);
}

.vibe411-stat-value {
	margin: 0;
	font-family: "Instrument Serif", Georgia, serif;
	font-size: 3rem;
	line-height: 1;
}

.vibe411-doc-list {
	display: grid;
	gap: 0.8rem;
	margin-top: 1rem;
}

.vibe411-doc-item {
	padding: 1rem;
	border: 1px solid var(--vibe-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.68);
}

.pagination,
.vibe411-pagination {
	margin-top: 1rem;
}

.pagination .page-numbers,
.vibe411-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	padding: 0.55rem 0.8rem;
	margin-right: 0.35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid var(--vibe-line);
	text-decoration: none;
}

.pagination .page-numbers.current,
.vibe411-pagination .page-numbers.current {
	background: var(--vibe-accent);
	border-color: transparent;
	color: #fff;
}

.wp-block-image img,
.entry-content img {
	border-radius: 18px;
}

.entry-content > * + *,
.single-copy > * + * {
	margin-top: 1rem;
}

.entry-content {
	color: var(--vibe-ink-soft);
}

.empty-state {
	padding: 1.25rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px dashed var(--vibe-line-strong);
}

@media (max-width: 1080px) {
	.site-hero,
	.product-layout,
	.creator-layout,
	.vibe411-pricing-grid,
	.vibe411-auth-grid {
		grid-template-columns: 1fr;
	}

	.front-grid,
	.vibe411-card-grid,
	.vibe411-card-grid-creators,
	.vibe411-dashboard-grid,
	.page-grid,
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-header__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 720px) {
	.site-main {
		padding-top: 1rem;
	}

	.site-hero h1,
	.page-hero h1,
	.archive-hero h1,
	.creator-hero h1,
	.product-hero h1 {
		font-size: clamp(2.3rem, 14vw, 3.5rem);
	}

	.front-grid,
	.vibe411-card-grid,
	.vibe411-card-grid-creators,
	.vibe411-dashboard-grid,
	.page-grid,
	.site-footer__grid,
	.vibe411-pricing-grid,
	.vibe411-form-grid,
	.product-gallery {
		grid-template-columns: 1fr;
	}

	.product-hero__body,
	.creator-hero__body,
	.vibe411-hero-panel,
	.rating-summary {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-header__inner,
	.site-footer__inner,
	.site-main > *,
	.archive-shell,
	.single-shell,
	.page-shell {
		width: min(calc(100% - 1.2rem), var(--vibe-max));
	}

	.site-nav {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 0.2rem;
	}
}
