/*
 * JOG Vlogger-inspired layout
 * Editorial audiovisual / ivory, graphite and muted brass.
 */
body.jog-layout-vlogger {
	--vlog-ivory: #f5f0e7;
	--vlog-paper: #fffdf8;
	--vlog-ink: #171714;
	--vlog-muted: #6d6a63;
	--vlog-line: rgba(23, 23, 20, .16);
	--vlog-brass: #a98753;
	margin: 0;
	background: var(--vlog-ivory);
	color: var(--vlog-ink);
	font-family: "Manrope", sans-serif;
	font-weight: 400;
}
body.jog-layout-vlogger * { box-sizing: border-box; }
body.jog-layout-vlogger .site-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
body.jog-layout-vlogger .site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(14, 14, 13, .96);
	border-bottom: 1px solid rgba(255,255,255,.13);
	backdrop-filter: blur(14px);
}
body.jog-layout-vlogger .header-inner { min-height: 84px; gap: 36px; }
body.jog-layout-vlogger .brand {
	min-width: 0;
	background: transparent !important;
}
body.jog-layout-vlogger .brand-horizontal-logo {
	display: block;
	width: clamp(170px, 15vw, 205px);
	height: auto !important;
	max-height: 76px;
	object-fit: contain;
	object-position: left center;
	background: transparent !important;
}
body.jog-layout-vlogger .brand-copy { display: none !important; }
body.jog-layout-vlogger .desktop-nav { gap: clamp(16px, 2vw, 30px); }
body.jog-layout-vlogger .desktop-nav a {
	color: #f7f1e8; font-size: 12px; font-weight: 500;
	text-transform: uppercase; letter-spacing: .105em;
}
body.jog-layout-vlogger .desktop-nav a:hover { color: #d4b98e; }
body.jog-layout-vlogger .desktop-nav .nav-cta {
	border: 1px solid rgba(255,255,255,.4); border-radius: 999px;
	padding: 10px 18px;
}
body.jog-layout-vlogger .menu-toggle { color: #fff; }
body.jog-layout-vlogger .mobile-nav { background: #11110f; border-top-color: rgba(255,255,255,.12); }
body.jog-layout-vlogger .mobile-nav a { color: #fff; }

.jog-vlogger-template { overflow: clip; background: var(--vlog-ivory); }
.jog-vlogger-template a { color: inherit; }
.vlog-hero {
	position: relative; min-height: min(760px, calc(100svh - 84px));
	height: min(760px, calc(100svh - 84px)); overflow: hidden;
	background: #111;
}
.vlog-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vlog-hero-shade {
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(7,7,6,.79) 0%, rgba(7,7,6,.54) 34%, rgba(7,7,6,.06) 64%, rgba(7,7,6,.08) 100%);
}
.vlog-hero-content {
	position: relative; z-index: 2; height: 100%; display: flex;
	flex-direction: column; justify-content: center; align-items: flex-start;
	padding-block: clamp(56px, 8vh, 96px);
}
.vlog-kicker {
	margin: 0 0 20px; color: #e6d7be; font-size: 12px; font-weight: 500;
	letter-spacing: .19em; text-transform: uppercase;
}
.vlog-kicker::before { content: ""; display: inline-block; width: 38px; height: 1px; margin: 0 14px 4px 0; background: currentColor; }
.vlog-kicker-dark { color: #7d6848; }
.vlog-hero h1 {
	max-width: 500px; margin: 0; color: #fffaf2;
	font-family: "Manrope", sans-serif; font-size: clamp(44px, 5vw, 72px);
	font-weight: 400; line-height: 1.03; letter-spacing: -.045em;
}
.vlog-hero-content > p:not(.vlog-kicker) {
	max-width: 450px; margin: 28px 0 0; color: rgba(255,250,242,.84);
	font-size: clamp(16px, 1.4vw, 20px); line-height: 1.7;
}
.vlog-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.vlog-button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
	padding: 0 24px; border: 1px solid transparent; text-decoration: none;
	font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}
.vlog-button:hover { transform: translateY(-2px); }
.vlog-button-light { background: #fffaf2; color: #171714 !important; }
.vlog-button-dark { background: #171714; color: #fffaf2 !important; }
.vlog-text-link {
	color: #fffaf2 !important; font-size: 14px; font-weight: 500;
	text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px;
}
.vlog-hero-index {
	position: absolute; z-index: 2; right: 24px; bottom: 26px; color: rgba(255,255,255,.6);
	font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl;
}
.vlog-section { padding: clamp(64px, 8vw, 106px) 0; scroll-margin-top: 84px; }
.vlog-section-heading {
	display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .6fr);
	align-items: end; gap: 72px; margin-bottom: 46px;
}
.vlog-section-heading h2,
.vlog-profile-copy h2,
.vlog-hm-copy h2,
.vlog-contact h2 {
	margin: 0; font-family: "Manrope", sans-serif; font-weight: 400;
	font-size: clamp(38px, 5vw, 70px); line-height: 1.04; letter-spacing: -.045em;
}
.vlog-section-heading > p {
	margin: 0 0 5px; color: var(--vlog-muted); font-size: 16px; line-height: 1.75;
}
.vlog-section-heading-compact { grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr); }
.vlog-work { background: var(--vlog-paper); }
.vlog-media-rail { position: relative; }
.vlog-media-track {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 35%);
	gap: 20px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory;
	padding-bottom: 10px;
}
.vlog-media-track::-webkit-scrollbar, .vlog-testimonial-track::-webkit-scrollbar { display: none; }
.vlog-media-card {
	position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden;
	background: #161614; color: #fff; scroll-snap-align: start; text-decoration: none;
}
.vlog-media-card-wide { grid-auto-columns: 48%; aspect-ratio: 16 / 10; }
.vlog-media-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.vlog-media-card:hover img { transform: scale(1.035); }
.vlog-media-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.82)); }
.vlog-media-meta { position: absolute; left: 24px; right: 70px; bottom: 22px; display: grid; gap: 5px; }
.vlog-media-meta small { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.vlog-media-meta strong { font-size: clamp(18px, 2vw, 26px); font-weight: 500; }
.vlog-media-card i {
	position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center;
	width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%;
	font-style: normal; font-size: 13px;
}
.vlog-rail-controls { display: flex; gap: 8px; justify-content: flex-end; margin-top: 18px; }
.vlog-rail-controls button {
	width: 45px; height: 45px; border: 1px solid var(--vlog-line);
	background: transparent; color: var(--vlog-ink); cursor: pointer; font-size: 18px;
}
.vlog-rail-controls button:hover { background: var(--vlog-ink); color: var(--vlog-paper); }
.vlog-audio-categories {
	display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px;
	border-top: 1px solid var(--vlog-line); border-bottom: 1px solid var(--vlog-line);
}
.vlog-audio-categories > div {
	display: grid; gap: 6px; padding: 22px 24px;
	border-right: 1px solid var(--vlog-line);
}
.vlog-audio-categories > div:last-child { border-right: 0; }
.vlog-audio-categories span { color: #9b8b72; font-size: 10px; }
.vlog-audio-categories strong { font-size: 16px; font-weight: 500; }
.vlog-audio-categories small { color: var(--vlog-muted); font-size: 12px; }
.vlog-services { background: var(--vlog-ivory); }
.vlog-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--vlog-line); }
.vlog-service-grid article { min-height: 0; padding: 28px 30px 30px; border-right: 1px solid var(--vlog-line); }
.vlog-service-grid article:last-child { border-right: 0; }
.vlog-service-grid article > span { color: #9b8b72; font-size: 11px; letter-spacing: .12em; }
.vlog-service-grid article h3 { margin: 0 0 16px; font-size: 24px; font-weight: 500; letter-spacing: -.025em; }
.vlog-service-card-link { color: inherit; text-decoration: none; }
.vlog-service-card-link:hover, .vlog-service-card-link:focus-visible { color: #9b8b72; text-decoration: underline; text-underline-offset: .2em; }
.vlog-service-grid p { margin: 0; color: var(--vlog-muted); font-size: 14px; line-height: 1.75; }
.vlog-profile { background: var(--vlog-paper); }
.vlog-profile-grid { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1fr); column-gap: clamp(48px, 8vw, 110px); row-gap: 28px; align-items: start; }
.vlog-profile-image { position: relative; margin: 0; }
.vlog-profile-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #171714; filter: none; }
.vlog-profile-image figcaption { margin-top: 12px; color: var(--vlog-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.vlog-profile-image > .vlog-photo-logo,
.vlog-archive-photo > .vlog-photo-logo {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 18px;
	display: block;
	width: clamp(98px, 25%, 132px);
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	background: transparent !important;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .6)) !important;
	opacity: .92;
	pointer-events: none;
}
.vlog-profile-copy h2 { font-size: clamp(36px, 4.2vw, 62px); }
.vlog-profile-copy > p:not(.vlog-kicker) { margin: 24px 0 0; color: var(--vlog-muted); font-size: 16px; line-height: 1.8; }
.vlog-profile-copy ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 0; padding: 0; list-style: none; }
.vlog-profile-copy li { padding: 8px 13px; border: 1px solid var(--vlog-line); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.vlog-archive-photo { position: relative; margin: 34px 0 0; }
.vlog-archive-photo img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.03); }
.vlog-archive-photo figcaption { display: grid; gap: 5px; margin-top: 12px; }
.vlog-archive-photo figcaption span { color: var(--vlog-muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.vlog-archive-photo figcaption strong { color: var(--vlog-ink); font-family: Lora, serif; font-size: 16px; font-weight: 500; }
.vlog-profile-grid > .vlog-profile-image { grid-column: 1; grid-row: 1; }
.vlog-profile-grid > .vlog-archive-photo-left { grid-column: 1; grid-row: 2; width: 100%; margin: 0; justify-self: stretch; }
.vlog-archive-photo-left img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.vlog-archive-photo-left figcaption span,
.vlog-archive-photo-left figcaption strong { display: block; }
.vlog-archive-photo-left figcaption strong { margin-top: 4px; }
.vlog-profile-grid > .vlog-profile-copy { grid-column: 2; grid-row: 1 / span 2; }
.vlog-profile-spacer,
.vlog-profile-copy > .vlog-archive-photo { display: none; }
.vlog-zitro { padding: 52px 0; background: #181816; color: #fffaf2; }
.vlog-zitro-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.vlog-zitro p { margin: 0 0 8px; color: rgba(255,255,255,.56); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.vlog-zitro h2 { margin: 0; color: #ffffff !important; font-size: clamp(28px, 3.3vw, 48px); font-weight: 400; letter-spacing: -.04em; }
.vlog-zitro .zitro-logo-svg { width: min(300px, 38vw); max-height: 120px; }
.vlog-hm { background: #ebe3d6; }
.vlog-hm-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.vlog-hm-copy h2 { font-size: clamp(42px, 5vw, 72px); }
.vlog-hm-slogan { margin: 12px 0 20px !important; color: #7d6848 !important; font-family: "Lora", serif; font-size: 20px !important; font-style: italic; }
.vlog-hm-copy > p:not(.vlog-kicker) { max-width: 520px; color: var(--vlog-muted); font-size: 16px; line-height: 1.75; }
.vlog-hm-copy .vlog-button { margin-top: 20px; }
.vlog-podcast { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--vlog-line); }
.vlog-podcast strong { font-size: 13px; font-weight: 600; }
.vlog-podcast div { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 13px; }
.vlog-podcast span { font-size: 12px; color: #59564f; }
.vlog-hm-image { position: relative; display: block; text-decoration: none; }
.vlog-hm-image img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.78); }
.vlog-hm-image > span { display: flex; justify-content: space-between; padding: 15px 0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.vlog-hm-image b { font-weight: 400; }
.vlog-testimonials { background: var(--vlog-paper); }
.vlog-testimonials .vlog-section-heading {
	align-items: end;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 40px;
}
.vlog-testimonials .vlog-section-heading > div:first-child { min-width: 0; }
.vlog-testimonials .vlog-section-heading h2 {
	font-size: clamp(34px, 4vw, 52px);
	white-space: nowrap;
}
.vlog-upwork-credential {
	position: static;
	clear: both;
	max-width: 100%;
	margin: 18px 0 0;
	font-size: 13px;
	line-height: 1.5;
}
.vlog-upwork-credential a { display: inline-block; }
.vlog-testimonials .vlog-rail-controls { position: relative; z-index: 2; display: flex; justify-content: center; gap: 12px; margin: 0 0 20px; }
.vlog-testimonials .vlog-rail-controls button {
	display: grid; place-items: center; width: 82px; height: 48px;
	border: 1px solid var(--vlog-ink); background: var(--vlog-ink); color: var(--vlog-paper);
	box-shadow: 0 8px 22px rgba(31,31,28,.14); font-size: 25px; font-weight: 700; line-height: 1;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.vlog-testimonials .vlog-rail-controls button:hover { background: #3c3d39; color: #fff; transform: translateY(-2px); }
.vlog-testimonials .vlog-rail-controls button:focus-visible { outline: 2px solid var(--vlog-ink); outline-offset: 4px; }
.vlog-testimonial-track {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(330px, 42%);
	gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
	padding-bottom: 10px;
}
.vlog-testimonial-card {
	display: flex; min-height: 340px; flex-direction: column; padding: 30px;
	background: var(--vlog-ivory); border: 1px solid rgba(23,23,20,.08);
	scroll-snap-align: start;
}
.vlog-testimonial-card > span { color: #9b8b72; font-size: 11px; }
.vlog-testimonial-card blockquote { flex: 1; margin: 34px 0 28px; }
.vlog-testimonial-card blockquote p { margin: 0; font-family: "Lora", serif; font-size: 18px; line-height: 1.62; font-weight: 400; }
.vlog-testimonial-card footer { display: grid; gap: 4px; }
.vlog-testimonial-card footer strong { font-size: 13px; font-weight: 600; }
.vlog-testimonial-card footer small { color: var(--vlog-muted); font-size: 11px; }
.vlog-contact {
	padding: clamp(72px, 8vw, 112px) 0 clamp(82px, 10vw, 140px);
	background: #f2f2f0; color: #3f403e; scroll-margin-top: 84px;
}
.vlog-contact-heading { max-width: 1020px; margin-bottom: clamp(58px, 8vw, 104px); }
.vlog-contact-heading h2 {
	max-width: 1000px; color: #484947; font-size: clamp(46px, 6.6vw, 88px);
	font-weight: 500; line-height: 1.03; letter-spacing: -.05em;
}
.vlog-contact-layout {
	display: grid; grid-template-columns: minmax(280px, .72fr) minmax(440px, 1.28fr);
	gap: clamp(54px, 9vw, 130px); align-items: start;
}
.vlog-contact-details { padding-top: 4px; }
.vlog-contact-rule { display: block; width: 98px; height: 7px; margin-bottom: 66px; background: #4b4c49; }
.vlog-contact-label {
	margin: 0; color: #4a4b49; font-size: 13px; font-weight: 700;
	letter-spacing: .24em; text-transform: uppercase;
}
.vlog-contact-location { display: grid; gap: 8px; margin: 46px 0 0; }
.vlog-contact-location strong { font-size: 21px; font-weight: 600; }
.vlog-contact-location span { max-width: 280px; color: #737470; font-size: 14px; line-height: 1.6; }
.vlog-email {
	display: inline-block; margin-top: 52px;
	border-bottom: 0; color: #1c1d1b !important;
	font-size: clamp(17px, 1.8vw, 24px); font-weight: 600; text-decoration: none !important;
	overflow-wrap: anywhere;
}
.vlog-social { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 36px; }
.vlog-social a {
	display: inline-flex; align-items: center; gap: 8px; color: #343532 !important;
	text-decoration: none; font-size: 12px; font-weight: 500;
}
.vlog-social svg { width: 19px; height: 19px; }
.vlog-message-box {
	padding: clamp(30px, 4vw, 54px); border: 1px solid rgba(63,64,62,.45);
	background: rgba(255,255,255,.22);
}
.vlog-form-intro { margin: 15px 0 34px; color: #777873; font-size: 13px; line-height: 1.6; }
.vlog-form-notice { margin-bottom: 24px; padding: 14px 16px; border-left: 3px solid; font-size: 13px; line-height: 1.55; }
.vlog-form-notice-success { border-color: #3e7350; background: rgba(62,115,80,.09); color: #285137; }
.vlog-form-notice-error { border-color: #9b4b44; background: rgba(155,75,68,.08); color: #783730; }
.vlog-contact-form { display: grid; gap: 20px; }
.vlog-contact-form label { display: block; }
.vlog-contact-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.vlog-contact-form input,
.vlog-contact-form textarea {
	display: block; width: 100%; border: 1px solid rgba(63,64,62,.32); border-radius: 12px;
	background: transparent; color: #272825; font-family: "Manrope", sans-serif;
	font-size: 16px; font-weight: 400; outline: none; transition: border-color .2s ease, background .2s ease;
}
.vlog-contact-form input { min-height: 66px; padding: 0 22px; }
.vlog-contact-form textarea { min-height: 150px; padding: 20px 22px; resize: vertical; }
.vlog-contact-form input::placeholder,
.vlog-contact-form textarea::placeholder { color: #969792; opacity: 1; }
.vlog-contact-form input:focus,
.vlog-contact-form textarea:focus { border-color: #373835; background: rgba(255,255,255,.48); }
.vlog-form-submit {
	display: inline-flex; align-items: center; justify-content: space-between; gap: 24px;
	width: 100%; min-height: 60px; margin-top: 4px; padding: 0 24px;
	border: 1px solid #252623; background: #252623; color: #fff;
	font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 600;
	letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s ease;
}
.vlog-form-submit:not(:disabled):hover { background: #4a4b48; }
.vlog-form-submit:disabled { opacity: .62; cursor: wait; }
.vlog-form-submit span { font-size: 19px; }
.vlog-form-submit .vlog-form-submit-label { font-size: inherit; }
.vlog-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
body.jog-layout-vlogger .site-footer { background: #0f0f0e; border-top: 1px solid rgba(255,255,255,.1); color: #fff; }

@media (max-width: 960px) {
	body.jog-layout-vlogger .desktop-nav { display: none; }
	body.jog-layout-vlogger .menu-toggle { display: inline-flex; }
	.vlog-section-heading, .vlog-section-heading-compact { grid-template-columns: 1fr; gap: 24px; }
	.vlog-profile-grid, .vlog-hm-grid, .vlog-contact-layout { grid-template-columns: 1fr; }
	.vlog-profile-image { max-width: 620px; }
	.vlog-profile-grid > .vlog-profile-image { grid-column: 1; grid-row: 1; }
	.vlog-profile-grid > .vlog-archive-photo-left { grid-column: 1; grid-row: 2; width: 100%; max-width: 620px; justify-self: start; }
	.vlog-profile-grid > .vlog-profile-copy { grid-column: 1; grid-row: 3; }
	.vlog-hm-image { max-width: 720px; }
	.vlog-audio-categories { grid-template-columns: repeat(2, 1fr); }
	.vlog-audio-categories > div:nth-child(2) { border-right: 0; }
	.vlog-audio-categories > div:nth-child(-n+2) { border-bottom: 1px solid var(--vlog-line); }
	.vlog-service-grid { grid-template-columns: 1fr; }
	.vlog-service-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--vlog-line); }
	.vlog-service-grid article:last-child { border-bottom: 0; }
	.vlog-service-grid h3 { margin-top: 0; }
	.vlog-contact-layout { gap: 56px; }
}
@media (max-width: 700px) {
	body.jog-layout-vlogger .site-shell { width: min(100% - 30px, 1180px); }
	body.jog-layout-vlogger .header-inner { min-height: 72px; }
	body.jog-layout-vlogger .brand { min-width: 0; }
	body.jog-layout-vlogger .brand-horizontal-logo { width: 230px; max-height: 54px; }
	.vlog-hero { min-height: 680px; height: calc(100svh - 72px); max-height: 780px; }
	.vlog-hero-image { object-position: 64% center; }
	.vlog-hero-shade { background: linear-gradient(90deg, rgba(7,7,6,.86), rgba(7,7,6,.52) 72%, rgba(7,7,6,.18)); }
	.vlog-hero-content { justify-content: flex-start; padding-top: clamp(34px, 6svh, 52px); padding-bottom: 48px; }
	.vlog-hero h1 { font-size: clamp(48px, 15vw, 72px); }
	.vlog-hero-content > p:not(.vlog-kicker) { font-size: 15px; line-height: 1.6; }
	.vlog-hero-index { display: none; }
	.vlog-section { padding: 64px 0; }
	.vlog-section-heading h2, .vlog-profile-copy h2, .vlog-hm-copy h2, .vlog-contact h2 { font-size: clamp(36px, 11vw, 52px); }
	.vlog-testimonials .vlog-section-heading h2 { font-size: clamp(17px, 5.2vw, 28px); letter-spacing: -.05em; }
	.vlog-testimonials .vlog-section-heading { gap: 22px; }
	.vlog-upwork-credential { margin-top: 14px; font-size: 12px; }
	.vlog-media-track { grid-auto-columns: 86%; }
	.vlog-audio-categories { grid-template-columns: 1fr; }
	.vlog-audio-categories > div { border-right: 0; border-bottom: 1px solid var(--vlog-line); }
	.vlog-audio-categories > div:nth-child(-n+2) { border-bottom: 1px solid var(--vlog-line); }
	.vlog-audio-categories > div:last-child { border-bottom: 0; }
	.vlog-testimonial-track { grid-auto-columns: 88%; }
	.vlog-testimonial-card { min-height: 360px; }
	.vlog-zitro-inner { align-items: flex-start; flex-direction: column; }
	.vlog-zitro .zitro-logo-svg { width: min(320px, 75vw); }
	.vlog-social { gap: 18px; }
	.vlog-contact-heading { margin-bottom: 58px; }
	.vlog-contact-rule { margin-bottom: 42px; }
	.vlog-email { margin-top: 36px; font-size: 17px; }
	.vlog-message-box { padding: 26px 20px; }
	.vlog-contact-form input { min-height: 60px; padding-inline: 17px; }
	.vlog-contact-form textarea { padding: 17px; }
}
/*
 * Legibilidad multilingüe.
 * Conserva palabras completas y evita la separación silábica automática.
 */
.jog-vlogger-template p,
.jog-vlogger-template li,
.jog-vlogger-template blockquote,
.jog-vlogger-template figcaption,
.jog-vlogger-template h1,
.jog-vlogger-template h2,
.jog-vlogger-template h3 {
	-webkit-hyphens: none;
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

.jog-vlogger-template h1,
.jog-vlogger-template h2,
.jog-vlogger-template h3 {
	text-wrap: balance;
}

.jog-vlogger-template p,
.jog-vlogger-template blockquote {
	text-wrap: pretty;
}

/*
 * Correcciones de contraste WCAG.
 * Mantiene la paleta marfil y latón con lectura suficiente en textos pequeños.
 */
.vlog-audio-categories span,
.vlog-service-grid article > span,
.vlog-testimonial-card > span {
	color: #6d6a63;
}

.vlog-form-intro,
.vlog-contact-location span {
	color: #5f605c;
}

@media (prefers-reduced-motion: reduce) {
	.jog-vlogger-template *, .jog-vlogger-template *::before, .jog-vlogger-template *::after { scroll-behavior: auto !important; transition: none !important; }
}
