/* ==========================================================================
   YeniTelefon Tema — Ana Stiller
   Premium yeşil sahne · Outfit tipografi · sinematik hero
   ========================================================================== */

:root {
	--yt-green-50: #f2faf4;
	--yt-green-100: #e1f3e5;
	--yt-green-200: #c5e6cc;
	--yt-green-300: #98d4a4;
	--yt-green-400: #62b873;
	--yt-green-500: #3aa852;
	--yt-green-600: #2c8b41;
	--yt-green-700: #226f34;
	--yt-green-800: #1a5629;
	--yt-green-900: #123f1e;

	--yt-bg:
		radial-gradient(900px 520px at 8% -8%, rgba(63, 168, 84, 0.16), transparent 55%),
		radial-gradient(760px 480px at 100% 4%, rgba(22, 69, 35, 0.1), transparent 52%),
		linear-gradient(168deg, #f4fbf5 0%, #eaf6ed 46%, #e3f1e6 100%);
	--yt-surface: rgba(255, 255, 255, 0.74);
	--yt-surface-solid: #ffffff;
	--yt-header: rgba(232, 245, 235, 0.78);
	--yt-footer: linear-gradient(180deg, #14361c 0%, #0e2815 100%);

	--yt-text: #122018;
	--yt-text-muted: #4a6354;
	--yt-border: rgba(36, 111, 54, 0.13);
	--yt-shadow: 0 22px 48px rgba(14, 40, 21, 0.12);
	--yt-shadow-soft: 0 10px 28px rgba(14, 40, 21, 0.08);

	--yt-radius: 22px;
	--yt-radius-sm: 14px;
	--yt-radius-pill: 999px;

	--yt-container: 1160px;
	--yt-header-h: 76px;

	--yt-font: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	--yt-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--yt-duration: 0.55s;
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	font-family: var(--yt-font);
	font-size: 16px;
	line-height: 1.65;
	color: var(--yt-text);
	background: var(--yt-bg);
	background-attachment: fixed;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-content {
	flex: 1 0 auto;
	width: 100%;
}

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

a {
	color: var(--yt-green-700);
	text-decoration: none;
	transition: color 0.25s var(--yt-ease);
}

a:hover,
a:focus-visible {
	color: var(--yt-green-800);
}

:focus-visible {
	outline: 2px solid var(--yt-green-500);
	outline-offset: 3px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	width: auto;
	left: 16px;
	top: 16px;
	z-index: 100000;
	padding: 10px 16px;
	background: var(--yt-green-700);
	color: #fff;
	border-radius: 8px;
}

.container {
	width: min(100% - 2rem, var(--yt-container));
	margin-inline: auto;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--yt-header);
	border-bottom: 1px solid rgba(36, 111, 54, 0.1);
	backdrop-filter: blur(18px) saturate(1.2);
	-webkit-backdrop-filter: blur(18px) saturate(1.2);
	transition: box-shadow 0.4s var(--yt-ease), background 0.4s var(--yt-ease),
		border-color 0.4s var(--yt-ease);
}

.site-header.is-scrolled {
	background: rgba(244, 251, 245, 0.88);
	border-bottom-color: rgba(36, 111, 54, 0.14);
	box-shadow: 0 12px 36px rgba(14, 40, 21, 0.1);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: var(--yt-header-h);
}

.site-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.site-title {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	color: var(--yt-green-900);
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: -0.02em;
}

.site-title:hover {
	color: var(--yt-green-800);
}

.brand-mark {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: linear-gradient(145deg, var(--yt-green-600), var(--yt-green-800));
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 8px 18px rgba(36, 111, 54, 0.28);
}

.brand-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-logos {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
	max-width: 100%;
}

.site-logo-divider {
	width: 1px;
	height: 28px;
	background: rgba(36, 111, 54, 0.22);
	flex-shrink: 0;
}

.site-logo,
.site-logo--primary,
.site-logo--secondary {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.site-logo--secondary {
	flex-shrink: 0;
}

.custom-logo-link img,
.site-logo img {
	max-height: 48px;
	width: auto;
	height: auto;
	display: block;
}
.custom-logo-secondary {
	max-height: 72px;
	width: auto;
	height: auto;
	display: block;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 50%;
}

.primary-navigation {
	display: flex;
	align-items: center;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu > li {
	position: relative;
}

.nav-menu a {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 0.95rem;
	border-radius: var(--yt-radius-pill);
	color: var(--yt-green-900);
	font-weight: 600;
	font-size: 0.95rem;
	position: relative;
	transition: background 0.25s var(--yt-ease), color 0.25s var(--yt-ease),
		transform 0.25s var(--yt-ease);
}

.nav-menu a::after {
	content: "";
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: 6px;
	height: 2px;
	border-radius: 2px;
	background: var(--yt-green-700);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s var(--yt-ease);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
	background: rgba(255, 255, 255, 0.45);
	color: var(--yt-green-800);
	transform: translateY(-1px);
}

.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after,
.nav-menu .current_page_item > a::after {
	transform: scaleX(1);
}

.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a {
	background: rgba(255, 255, 255, 0.55);
	color: var(--yt-green-800);
}

.nav-menu .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 200px;
	margin: 0;
	padding: 0.45rem;
	list-style: none;
	background: var(--yt-surface-solid);
	border: 1px solid var(--yt-border);
	border-radius: var(--yt-radius-sm);
	box-shadow: var(--yt-shadow-soft);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.25s var(--yt-ease), transform 0.25s var(--yt-ease),
		visibility 0.25s;
	z-index: 20;
}

.nav-menu > li:hover > .sub-menu,
.nav-menu > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-menu .sub-menu a {
	display: block;
	width: 100%;
	border-radius: 8px;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	transition: background 0.25s var(--yt-ease), transform 0.25s var(--yt-ease);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.nav-toggle:hover {
	background: #fff;
	transform: translateY(-1px);
}

.nav-toggle-bar {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: var(--yt-green-800);
	transition: transform 0.3s var(--yt-ease), opacity 0.3s var(--yt-ease);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
	opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 48px;
	padding: 0.75rem 1.45rem;
	border-radius: var(--yt-radius-pill);
	border: 1px solid transparent;
	font-family: inherit;
	font-weight: 650;
	font-size: 0.98rem;
	letter-spacing: -0.01em;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.28s var(--yt-ease), box-shadow 0.28s var(--yt-ease),
		background 0.28s var(--yt-ease), border-color 0.28s var(--yt-ease),
		color 0.28s var(--yt-ease);
	will-change: transform;
}

.btn-primary {
	background: linear-gradient(160deg, var(--yt-green-600) 0%, var(--yt-green-800) 100%);
	color: #fff;
	box-shadow: 0 12px 28px rgba(36, 111, 54, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(36, 111, 54, 0.36);
}

.btn-primary:active {
	transform: translateY(-1px);
}

.btn-secondary {
	background: rgba(255, 255, 255, 0.7);
	color: var(--yt-green-800);
	border-color: rgba(36, 111, 54, 0.22);
	box-shadow: 0 6px 16px rgba(22, 69, 35, 0.06);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
	background: #fff;
	color: var(--yt-green-900);
	transform: translateY(-2px);
	border-color: rgba(36, 111, 54, 0.35);
}

.btn-sm {
	min-height: 40px;
	padding: 0.5rem 1.1rem;
	font-size: 0.9rem;
}

.btn-icon {
	transition: transform 0.28s var(--yt-ease);
}

.btn-hero:hover .btn-icon {
	transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Hero — sinematik sahne
   -------------------------------------------------------------------------- */

.hero-section {
	position: relative;
	isolation: isolate;
	padding: clamp(2.75rem, 7vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4.25rem);
	overflow: clip;
	min-height: min(86vh, 820px);
	display: grid;
	align-items: center;
}

.hero-atmosphere {
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
}

.hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(8px);
	opacity: 0.7;
	animation: yt-orb-drift 14s ease-in-out infinite;
}

.hero-orb--a {
	width: min(48vw, 420px);
	height: min(48vw, 420px);
	left: -8%;
	top: 6%;
	background: radial-gradient(circle, rgba(63, 168, 84, 0.35) 0%, transparent 70%);
}

.hero-orb--b {
	width: min(42vw, 380px);
	height: min(42vw, 380px);
	right: -6%;
	top: 18%;
	background: radial-gradient(circle, rgba(26, 86, 41, 0.22) 0%, transparent 68%);
	animation-delay: -4s;
}

.hero-orb--c {
	width: min(36vw, 300px);
	height: min(36vw, 300px);
	left: 38%;
	bottom: -8%;
	background: radial-gradient(circle, rgba(200, 230, 204, 0.7) 0%, transparent 70%);
	animation-delay: -7s;
}

.hero-grid {
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(22, 69, 35, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(22, 69, 35, 0.06) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 72%);
	-webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 72%);
}

.hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(1.75rem, 5vw, 3.5rem);
	width: min(100% - 2rem, var(--yt-container));
	margin-inline: auto;
}

.hero-media-wrap {
	position: relative;
	width: auto;
	max-width: min(100%, var(--yt-hero-max, 420px));
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	justify-self: end;
}

.hero-glow {
	position: absolute;
	inset: 8% 4% 4%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(63, 168, 84, 0.42) 0%, rgba(63, 168, 84, 0.08) 42%, transparent 70%);
	filter: blur(18px);
	z-index: 0;
	animation: yt-glow-pulse 5s ease-in-out infinite;
}

.hero-figure {
	position: relative;
	z-index: 1;
	margin: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 0;
	overflow: visible;
	background: transparent;
	border: 0;
	box-shadow: none;
	animation: yt-hero-enter 1.1s var(--yt-ease) both;
}

.hero-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: var(--yt-hero-max, 420px);
	object-fit: contain;
	background: transparent;
	filter: drop-shadow(0 28px 40px rgba(14, 40, 21, 0.22));
	animation: yt-hero-float 5.8s ease-in-out 1.1s infinite;
}

.hero-copy {
	max-width: 34rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 0.85rem;
	animation: yt-fade-up 0.95s var(--yt-ease) 0.12s both;
}

.hero-brand {
	margin: 0;
	font-size: clamp(2.6rem, 7vw, 4.4rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.92;
	color: var(--yt-green-900);
	text-wrap: balance;
}

.hero-title {
	margin: 0;
	font-size: clamp(1.15rem, 2.4vw, 1.45rem);
	line-height: 1.25;
	letter-spacing: -0.03em;
	color: var(--yt-green-800);
	font-weight: 650;
}

.hero-subtitle {
	margin: 0;
	color: var(--yt-text-muted);
	font-size: clamp(1.02rem, 2.1vw, 1.18rem);
	max-width: 30rem;
	line-height: 1.55;
}

.hero-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.45rem;
}

.btn-hero {
	animation: yt-fade-up 0.95s var(--yt-ease) 0.32s both;
}

@keyframes yt-orb-drift {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(18px, -22px, 0) scale(1.06);
	}
}

@keyframes yt-hero-enter {
	0% {
		opacity: 0;
		transform: translateY(40px) scale(0.9);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: blur(0);
	}
}

@keyframes yt-hero-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes yt-glow-pulse {
	0%,
	100% {
		opacity: 0.55;
		transform: scale(1);
	}
	50% {
		opacity: 0.95;
		transform: scale(1.08);
	}
}

@keyframes yt-fade-up {
	0% {
		opacity: 0;
		transform: translateY(24px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* --------------------------------------------------------------------------
   Home sections
   -------------------------------------------------------------------------- */

.home-sections {
	position: relative;
	padding: clamp(1.75rem, 4.5vw, 3.25rem) 0 clamp(4rem, 8vw, 6rem);
}

.section-header {
	text-align: left;
	max-width: 40rem;
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.section-kicker {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--yt-green-700);
}

.section-title {
	margin: 0 0 0.55rem;
	font-size: clamp(1.75rem, 4vw, 2.45rem);
	letter-spacing: -0.04em;
	color: var(--yt-green-900);
	font-weight: 800;
	line-height: 1.1;
}

.section-lead {
	margin: 0;
	max-width: 34rem;
	color: var(--yt-text-muted);
	font-size: 1.05rem;
	line-height: 1.55;
}

.sections-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 1.45rem);
}

.section-card {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(36, 111, 54, 0.12);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(14, 40, 21, 0.07);
	transition: transform 0.45s var(--yt-ease), box-shadow 0.45s var(--yt-ease),
		border-color 0.35s ease;
	transform-style: preserve-3d;
	will-change: transform;
}

.section-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 56px rgba(14, 40, 21, 0.14);
	border-color: rgba(36, 111, 54, 0.26);
}

.section-card-link {
	display: flex;
	flex-direction: column;
	flex: 1;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.section-card-link:hover,
.section-card-link:focus-visible {
	color: inherit;
	outline: none;
}

.section-card-media {
	position: relative;
	aspect-ratio: 5 / 4;
	overflow: hidden;
	background: linear-gradient(145deg, #dff2e3, #c0dfc8);
}

.section-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s var(--yt-ease);
}

.section-card:hover .section-card-image {
	transform: scale(1.07);
}

.section-card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(10, 28, 16, 0.28) 100%);
	pointer-events: none;
	opacity: 0.85;
}

.section-card-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	font-size: 3rem;
	font-weight: 700;
	color: var(--yt-green-700);
	opacity: 0.55;
}

.section-card-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 1.2rem 1.25rem 1.35rem;
	flex: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff);
}

.section-card-title {
	margin: 0;
	font-size: 1.28rem;
	letter-spacing: -0.03em;
	color: var(--yt-green-900);
	font-weight: 760;
}

.section-card-text {
	color: var(--yt-text-muted);
	font-size: 0.95rem;
	line-height: 1.5;
	flex: 1;
}

.section-card-text p {
	margin: 0 0 0.5rem;
}

.section-card-text p:last-child {
	margin-bottom: 0;
}

.section-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.35rem;
	font-size: 0.92rem;
	font-weight: 720;
	color: var(--yt-green-800);
	letter-spacing: -0.01em;
	transition: gap 0.3s var(--yt-ease), color 0.3s ease;
}

.section-card:hover .section-card-cta {
	gap: 0.65rem;
	color: var(--yt-green-900);
}

.section-card-body .btn {
	margin-top: auto;
}

/* --------------------------------------------------------------------------
   Pages / posts
   -------------------------------------------------------------------------- */

.page-shell {
	padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.page-header {
	text-align: center;
	margin-bottom: 2rem;
}

.page-title {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.4rem);
	letter-spacing: -0.03em;
	color: var(--yt-green-900);
}

.entry,
.post-card {
	background: var(--yt-surface);
	border: 1px solid var(--yt-border);
	border-radius: var(--yt-radius);
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--yt-shadow-soft);
}

.entry-content {
	max-width: 72ch;
	margin-inline: auto;
}

.entry-content > *:first-child {
	margin-top: 0;
}

/* --------------------------------------------------------------------------
   İletişim sayfası — profesyonel sahne
   -------------------------------------------------------------------------- */

.contact-page {
	position: relative;
	isolation: isolate;
	overflow: clip;
	padding: clamp(2.25rem, 5.5vw, 4rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}

.contact-page-bg {
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(70% 55% at 12% 8%, rgba(63, 168, 84, 0.18), transparent 58%),
		radial-gradient(55% 45% at 92% 18%, rgba(29, 88, 44, 0.12), transparent 55%),
		radial-gradient(40% 35% at 70% 88%, rgba(200, 230, 204, 0.55), transparent 60%);
}

.contact-shell {
	position: relative;
	max-width: 1080px;
}

.contact-masthead {
	max-width: 34rem;
	margin: 0 0 clamp(2rem, 4.5vw, 3rem);
}

.contact-brand {
	margin: 0 0 0.65rem;
	font-size: clamp(2.4rem, 6vw, 3.6rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.95;
	color: var(--yt-green-900);
	text-wrap: balance;
}

.contact-title {
	margin: 0 0 0.7rem;
	font-size: clamp(1rem, 2vw, 1.15rem);
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--yt-green-700);
}

.contact-lead {
	margin: 0;
	max-width: 36ch;
	font-size: clamp(1.05rem, 2.2vw, 1.2rem);
	line-height: 1.55;
	color: var(--yt-text-muted);
}

.contact-stage {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(1.1rem, 2.5vw, 1.6rem);
	align-items: stretch;
	margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
}

.contact-channels {
	display: grid;
	gap: 0.85rem;
	align-content: start;
}

.contact-channel {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: center;
	padding: 1.15rem 1.2rem;
	border-radius: 20px;
	text-decoration: none;
	color: inherit;
	border: 1px solid rgba(36, 111, 54, 0.12);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 10px 28px rgba(22, 69, 35, 0.06);
	overflow: hidden;
	transition:
		transform 0.35s var(--yt-ease),
		box-shadow 0.35s var(--yt-ease),
		border-color 0.3s ease,
		background 0.3s ease;
}

.contact-channel::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--yt-green-700);
	opacity: 0.85;
}

.contact-channel:hover,
.contact-channel:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(36, 111, 54, 0.28);
	box-shadow: 0 18px 40px rgba(22, 69, 35, 0.12);
	outline: none;
	color: inherit;
}

.contact-channel-icon {
	display: grid;
	place-items: center;
	width: 3.15rem;
	height: 3.15rem;
	border-radius: 14px;
	background: var(--yt-green-100);
	color: var(--yt-green-800);
	flex-shrink: 0;
}

.contact-channel--wa .contact-channel-icon {
	background: rgba(18, 140, 126, 0.14);
	color: #0e7a6e;
}

.contact-channel--wa::before {
	background: #128c7e;
}

.contact-channel--mail .contact-channel-icon {
	background: rgba(20, 36, 26, 0.08);
	color: var(--yt-text);
}

.contact-channel-meta {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.contact-channel-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--yt-text-muted);
}

.contact-channel-value {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 750;
	letter-spacing: -0.03em;
	color: var(--yt-green-900);
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.contact-channel-hint {
	font-size: 0.86rem;
	color: var(--yt-green-700);
	font-weight: 600;
	opacity: 0.85;
}

.contact-locale {
	min-height: 100%;
}

.contact-map {
	position: relative;
	height: 100%;
	min-height: 360px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(36, 111, 54, 0.14);
	box-shadow: 0 22px 50px rgba(22, 69, 35, 0.12);
	background: #d7e8db;
}

.contact-map-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	filter: saturate(0.92) contrast(1.02);
}

.contact-map-overlay {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	display: grid;
	gap: 0.85rem;
	padding: 1.05rem 1.1rem 1.1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 14px 34px rgba(10, 28, 16, 0.16);
}

.contact-map-pin {
	position: absolute;
	top: -0.35rem;
	right: 1.1rem;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--yt-green-600);
	box-shadow: 0 0 0 6px rgba(63, 168, 84, 0.22);
	animation: contact-pulse 2.4s var(--yt-ease) infinite;
}

@keyframes contact-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 6px rgba(63, 168, 84, 0.18);
	}
	50% {
		box-shadow: 0 0 0 12px rgba(63, 168, 84, 0.05);
	}
}

.contact-map-kicker {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--yt-green-700);
}

.contact-map-address {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	line-height: 1.4;
	color: var(--yt-text);
}

.contact-map-brand {
	margin: 0.2rem 0 0;
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--yt-text-muted);
}

.contact-map-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 46px;
	padding: 0.7rem 1rem;
	border-radius: 14px;
	background: linear-gradient(160deg, var(--yt-green-600) 0%, var(--yt-green-800) 100%);
	color: #fff;
	font-weight: 750;
	letter-spacing: -0.01em;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(36, 111, 54, 0.28);
	transition: transform 0.3s var(--yt-ease), box-shadow 0.3s var(--yt-ease);
}

.contact-map-btn:hover,
.contact-map-btn:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(36, 111, 54, 0.34);
	outline: none;
}

.contact-presence {
	margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
}

.contact-presence-head {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 0.6rem 1.25rem;
	margin-bottom: 1rem;
}

.contact-section-title {
	margin: 0;
	font-size: clamp(1.2rem, 2.4vw, 1.45rem);
	font-weight: 780;
	letter-spacing: -0.03em;
	color: var(--yt-green-900);
}

.contact-section-lead {
	margin: 0;
	color: var(--yt-text-muted);
	font-size: 0.95rem;
}

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

.contact-social {
	position: relative;
	display: grid;
	gap: 0.55rem;
	justify-items: start;
	min-height: 148px;
	padding: 1.25rem 1.2rem 1.15rem;
	border-radius: 22px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
	border: 1px solid transparent;
	transition: transform 0.35s var(--yt-ease), box-shadow 0.35s var(--yt-ease);
}

.contact-social:hover,
.contact-social:focus-visible {
	transform: translateY(-5px) scale(1.01);
	outline: none;
	color: #fff;
}

.contact-social-glow {
	position: absolute;
	inset: auto -20% -35% auto;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	filter: blur(18px);
	opacity: 0.45;
	z-index: -1;
	pointer-events: none;
}

.contact-social--ig {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 42%),
		linear-gradient(155deg, #2a2a2a 0%, #111 58%, #1d582c 140%);
	box-shadow: 0 16px 36px rgba(20, 36, 26, 0.18);
}

.contact-social--ig .contact-social-glow {
	background: #c13584;
}

.contact-social--tt {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 40%),
		linear-gradient(160deg, #141414 0%, #0a0a0a 55%, #164523 130%);
	box-shadow: 0 16px 36px rgba(10, 10, 10, 0.2);
}

.contact-social--tt .contact-social-glow {
	background: #25f4ee;
}

.contact-social--yt {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 40%),
		linear-gradient(160deg, #1a1a1a 0%, #121212 50%, #7a1c1c 135%);
	box-shadow: 0 16px 36px rgba(40, 10, 10, 0.18);
}

.contact-social--yt .contact-social-glow {
	background: #ff0033;
}

.contact-social-icon {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(4px);
}

.contact-social-name {
	margin-top: auto;
	font-size: 1.05rem;
	font-weight: 760;
	letter-spacing: -0.02em;
}

.contact-social-handle {
	font-size: 0.84rem;
	font-weight: 550;
	letter-spacing: 0.01em;
	opacity: 0.72;
}

.contact-social:hover .contact-social-handle,
.contact-social:focus-visible .contact-social-handle {
	opacity: 1;
}

.contact-biz {
	border-radius: 24px;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.35), transparent 40%),
		linear-gradient(165deg, #1d582c 0%, #164523 48%, #0f2d18 100%);
	color: #fff;
	box-shadow: 0 22px 48px rgba(22, 69, 35, 0.22);
	overflow: hidden;
}

.contact-biz-inner {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 1.25rem;
	align-items: center;
	padding: clamp(1.35rem, 3vw, 1.85rem);
}

.contact-biz-kicker {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.72;
}

.contact-biz-title {
	margin: 0 0 0.45rem;
	font-size: clamp(1.35rem, 2.8vw, 1.7rem);
	font-weight: 780;
	letter-spacing: -0.035em;
}

.contact-biz-text {
	margin: 0;
	max-width: 38ch;
	font-size: 0.98rem;
	line-height: 1.5;
	opacity: 0.86;
}

.contact-biz-cta {
	display: grid;
	gap: 0.25rem;
	padding: 1.05rem 1.15rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.3s var(--yt-ease);
}

.contact-biz-cta:hover,
.contact-biz-cta:focus-visible {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	transform: translateY(-2px);
	outline: none;
}

.contact-biz-cta-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	opacity: 0.75;
}

.contact-biz-cta-mail {
	font-size: 1.05rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	overflow-wrap: anywhere;
}

@media (max-width: 960px) {
	.hero-inner {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
		gap: 2rem;
	}

	.hero-copy {
		align-items: center;
		text-align: center;
	}

	.hero-media-wrap {
		justify-self: center;
		order: -1;
	}

	.hero-section {
		min-height: auto;
	}

	.section-header {
		text-align: center;
		margin-inline: auto;
	}

	.section-lead {
		margin-inline: auto;
	}
}

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

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

	.hero-brand {
		font-size: clamp(2.2rem, 12vw, 3rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-orb,
	.hero-glow,
	.hero-image {
		animation: none !important;
	}
}

@media (max-width: 900px) {
	.contact-stage {
		grid-template-columns: 1fr;
	}

	.contact-map {
		min-height: 320px;
	}

	.contact-biz-inner {
		grid-template-columns: 1fr;
	}
}

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

	.contact-social {
		min-height: 120px;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
		column-gap: 0.9rem;
		align-items: center;
	}

	.contact-social-icon {
		grid-row: 1 / span 2;
	}

	.contact-social-name {
		margin-top: 0;
	}

	.contact-channel {
		padding: 1rem;
	}

	.contact-map-overlay {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.contact-map-pin {
		animation: none;
	}

	.contact-channel:hover,
	.contact-channel:focus-visible,
	.contact-social:hover,
	.contact-social:focus-visible,
	.contact-map-btn:hover,
	.contact-map-btn:focus-visible,
	.contact-biz-cta:hover,
	.contact-biz-cta:focus-visible {
		transform: none;
	}
}

.entry-meta {
	margin: 0.5rem 0 0;
	color: var(--yt-text-muted);
	font-size: 0.92rem;
}

.entry-featured {
	margin: 0 0 1.5rem;
	border-radius: var(--yt-radius-sm);
	overflow: hidden;
}

.posts-list {
	display: grid;
	gap: 1.25rem;
}

.post-card {
	display: grid;
	gap: 1rem;
}

.post-card-title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
}

.post-card-title a {
	color: var(--yt-green-900);
}

.post-card-excerpt {
	color: var(--yt-text-muted);
	margin-bottom: 0.85rem;
}

.empty-note {
	text-align: center;
	color: var(--yt-text-muted);
	padding: 2rem;
}

.error-404 {
	display: grid;
	place-items: center;
	min-height: 55vh;
}

.error-panel {
	text-align: center;
	max-width: 28rem;
}

.error-code {
	margin: 0;
	font-size: 4rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--yt-green-500);
	line-height: 1;
}

.pagination-wrap {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer {
	position: relative;
	background: var(--yt-footer);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin-top: auto;
	color: rgba(232, 245, 235, 0.88);
	overflow: hidden;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(111, 191, 125, 0.45), transparent);
	pointer-events: none;
}

.footer-top {
	padding: clamp(2.25rem, 5vw, 3.25rem) 0 1.75rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: clamp(1.5rem, 3vw, 2.25rem);
	align-items: start;
}

.footer-brand {
	margin: 0 0 0.65rem;
	font-size: 1.45rem;
	letter-spacing: -0.035em;
	color: #fff;
	font-weight: 780;
}

.footer-about-text {
	margin: 0;
	color: rgba(220, 236, 224, 0.78);
	max-width: 28rem;
	line-height: 1.6;
}

.footer-heading {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.footer-menu a {
	display: inline-flex;
	color: rgba(232, 245, 235, 0.9);
	font-weight: 600;
	padding: 0.15rem 0;
	transition: color 0.25s var(--yt-ease), transform 0.25s var(--yt-ease);
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

.footer-page-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.55rem;
}

.footer-page-links.is-layout-vertical {
	flex-direction: column;
}

.footer-page-links.is-layout-horizontal {
	flex-direction: row;
	flex-wrap: wrap;
}

.footer-page-links.is-layout-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 0.85rem;
}

.footer-page-links.is-align-left {
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.footer-page-links.is-align-center {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.footer-page-links.is-align-right {
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
}

.footer-page-links a {
	display: inline-flex;
	align-items: center;
	color: rgba(232, 245, 235, 0.9);
	font-weight: 650;
	transition: color 0.25s var(--yt-ease), transform 0.25s var(--yt-ease),
		background 0.25s var(--yt-ease), box-shadow 0.25s var(--yt-ease),
		border-color 0.25s var(--yt-ease);
}

.footer-page-links.is-style-text a {
	padding: 0.2rem 0;
}

.footer-page-links.is-style-text a:hover,
.footer-page-links.is-style-text a:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

.footer-page-links.is-style-pill a {
	padding: 0.5rem 0.95rem;
	border-radius: var(--yt-radius-pill);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-page-links.is-style-pill a:hover,
.footer-page-links.is-style-pill a:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.footer-page-links.is-style-underline a {
	padding: 0.2rem 0;
	position: relative;
}

.footer-page-links.is-style-underline a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 2px;
	background: rgba(159, 212, 168, 0.9);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s var(--yt-ease);
}

.footer-page-links.is-style-underline a:hover::after,
.footer-page-links.is-style-underline a:focus-visible::after {
	transform: scaleX(1);
}

.footer-links-col.is-align-center .footer-heading,
.footer-page-links.is-align-center {
	text-align: center;
}

.footer-page-links.is-align-center.is-style-text a:hover,
.footer-page-links.is-align-center.is-style-text a:focus-visible {
	transform: none;
}

.footer-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.footer-contact-list li {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	color: var(--yt-text-muted);
}

.footer-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0.2rem;
}

.footer-contact-list a {
	color: #fff;
	font-weight: 600;
}

.footer-contact-list span {
	color: rgba(232, 245, 235, 0.88);
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.1rem;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 650;
	font-size: 0.9rem;
	transition: background 0.25s var(--yt-ease), transform 0.25s var(--yt-ease);
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	transform: translateY(-2px);
}

.footer-social-icon {
	display: inline-flex;
}

.footer-widget {
	margin: 0 0 1rem;
}

.footer-widget:last-child {
	margin-bottom: 0;
}

.footer-widget p {
	margin: 0;
	color: rgba(220, 236, 224, 0.78);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.18);
}

.footer-bottom-inner {
	padding: 1.15rem 0;
	text-align: center;
}

.footer-copy {
	margin: 0;
	color: rgba(220, 236, 224, 0.62);
	font-size: 0.92rem;
	font-weight: 550;
	letter-spacing: -0.01em;
}

@media (max-width: 640px) {
	.footer-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer-about-text {
		margin-inline: auto;
	}

	.footer-menu {
		align-items: center;
	}

	.footer-menu a:hover,
	.footer-menu a:focus-visible {
		transform: none;
	}

	.footer-page-links {
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
	}

	.footer-page-links.is-layout-vertical {
		align-items: center;
	}

	.footer-page-links.is-style-text a:hover,
	.footer-page-links.is-style-text a:focus-visible {
		transform: none;
	}

	.footer-contact-list li {
		align-items: center;
	}

	.footer-social {
		justify-content: center;
	}
}

/* --------------------------------------------------------------------------
   Reveal on scroll
   -------------------------------------------------------------------------- */

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity var(--yt-duration) var(--yt-ease),
		transform var(--yt-duration) var(--yt-ease);
	transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

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

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

	.reveal {
		opacity: 1;
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

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

@media (max-width: 768px) {
	:root {
		--yt-header-h: 64px;
	}

	.site-logos {
		gap: 0.5rem;
	}

	.site-logo-divider {
		height: 22px;
	}

	.custom-logo-link img,
	.site-logo img,
	.custom-logo-secondary {
		max-height: 40px;
	}

	.header-inner {
		flex-wrap: wrap;
	}

	.header-actions {
		order: 2;
		margin-left: auto;
	}

	.nav-toggle {
		display: inline-flex;
		order: 3;
	}

	.primary-navigation {
		order: 4;
		flex: 1 1 100%;
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		background: linear-gradient(180deg, #dff0e3 0%, #d2ead8 100%);
		border-bottom: 1px solid var(--yt-border);
		padding: 0.75rem 1rem 1rem;
		transform-origin: top center;
		transform: translateY(-8px) scaleY(0.98);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.28s var(--yt-ease), transform 0.28s var(--yt-ease),
			visibility 0.28s;
		box-shadow: 0 16px 28px rgba(22, 69, 35, 0.12);
	}

	.primary-navigation.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0) scaleY(1);
	}

	.nav-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0.25rem;
	}

	.nav-menu a {
		justify-content: center;
		padding: 0.85rem 1rem;
		background: rgba(255, 255, 255, 0.4);
	}

	.nav-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: 0;
		background: transparent;
		padding: 0.25rem 0 0.25rem 0.75rem;
	}

	.menu-item-yt-auth > .sub-menu {
		display: none;
		padding-left: 0.5rem;
	}

	.menu-item-yt-auth.is-submenu-open > .sub-menu {
		display: flex;
		flex-direction: column;
	}

	.menu-item-yt-auth > a::after {
		content: "";
		display: inline-block;
		width: 0.4rem;
		height: 0.4rem;
		margin-left: 0.45rem;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		opacity: 0.7;
	}

	.menu-item-yt-auth.is-submenu-open > a::after {
		transform: rotate(-135deg) translateY(-1px);
	}

	.hero-media-wrap {
		max-width: min(100%, var(--yt-hero-max-mobile, 240px));
	}

	.hero-image {
		max-height: var(--yt-hero-max-mobile, 240px);
	}

	.sections-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin-inline: auto;
	}

	.section-card-body {
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 420px) {
	.container {
		width: min(100% - 1.25rem, var(--yt-container));
	}

	.hero-title {
		font-size: 1.75rem;
	}

	.btn {
		width: 100%;
		max-width: 280px;
	}
}
