/*
Theme Name: Yein Gonzalez Official
Theme URI: https://yeingonzalez.com
Author: Yein Gonzalez
Author URI: https://yeingonzalez.com
Description: Tema oficial de Yein González — Ingeniero de sonido venezolano. Estudio, mezcla y sonido en vivo. Tema autónomo con todos los assets (imágenes y fuentes) locales.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yein-gonzalez
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================================
   Fuentes locales (DM Sans + Manrope, sin dependencias externas)
   ========================================================================== */

@font-face {
	font-family: "DM Sans";
	src: url(assets/fonts/dm-sans-latin.woff2) format("woff2");
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
	font-family: "DM Sans";
	src: url(assets/fonts/dm-sans-latin-ext.woff2) format("woff2");
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Manrope";
	src: url(assets/fonts/manrope-latin.woff2) format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
	font-family: "Manrope";
	src: url(assets/fonts/manrope-latin-ext.woff2) format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ==========================================================================
   Base
   ========================================================================== */

:root {
	--ink: #111;
	--paper: #eee9df;
	--copper: #b87648;
	--muted: #9b978f;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #f5f1e9;
	background: #0a0a0a;
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

em {
	color: var(--copper);
	font-style: normal;
}

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

.eyebrow {
	text-transform: uppercase;
	letter-spacing: .2em;
	color: var(--copper);
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 12px;
}

.cta {
	border-bottom: 1px solid var(--copper);
	color: #fff;
	width: max-content;
	margin-top: 24px;
	padding: 12px 0;
	display: inline-block;
}

/* ==========================================================================
   Navegación
   ========================================================================== */

.nav {
	z-index: 10;
	background: #090909;
	border-bottom: 1px solid #242424;
	justify-content: space-between;
	align-items: center;
	height: 84px;
	padding: 0 5vw;
	display: flex;
	position: sticky;
	top: 0;
}

.brand {
	letter-spacing: .08em;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	display: inline-block;
}

.brand img {
	object-fit: contain;
	width: 125px;
	height: 58px;
}

.brand span {
	display: none;
}

.nav nav {
	text-transform: uppercase;
	letter-spacing: .12em;
	gap: 20px;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.nav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 13px;
}

.nav nav a {
	transition: color .2s;
}

.nav nav a:hover,
.nav nav a:focus {
	color: var(--copper);
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
	background: #080808;
	grid-template-columns: 54% 46%;
	min-height: calc(100vh - 84px);
	display: grid;
}

.heroImage {
	background: linear-gradient(90deg, #0000 65%, #080808), linear-gradient(#0000, #00000040), url(assets/images/yein-gonzalez-studio.JPG) 50% / cover;
}

.heroCopy {
	flex-direction: column;
	justify-content: center;
	padding: 8vw 7vw 8vw 4vw;
	display: flex;
}

.hero h1,
.section h2,
.statement h2,
footer h2,
.studio h2 {
	letter-spacing: -.045em;
	margin: .4em 0;
	font: 600 clamp(2.4rem, 5.2vw, 5.6rem)/1.02 "Manrope", sans-serif;
}

.hero h1 {
	font-size: clamp(3rem, 5.4vw, 6rem);
}

.heroCopy > p:not(.eyebrow) {
	color: #cac7c0;
	max-width: 470px;
	font-size: clamp(1.1rem, 1.45vw, 1.45rem);
}

/* ==========================================================================
   Statement (banda clara)
   ========================================================================== */

.statement {
	background: var(--paper);
	color: var(--ink);
	grid-template-columns: 1fr 2fr;
	gap: 3vw;
	padding: 10vw;
	display: grid;
}

.statement h2 {
	margin: 0;
	font-size: clamp(2.4rem, 4.5vw, 5rem);
}

.statement > p:last-child {
	color: #494742;
	grid-column: 2;
	max-width: 760px;
	font-size: 1.2rem;
}

/* ==========================================================================
   Secciones
   ========================================================================== */

.section {
	padding: 9vw 7vw;
}

.sectionIntro {
	max-width: 930px;
}

.sectionIntro > p:last-child {
	color: #aaa;
	max-width: 680px;
	font-size: 1.12rem;
}

.dark {
	background: #0c0c0c;
}

.dark .studio {
	margin: 7vw -7vw 2vw;
	scroll-margin-top: 84px;
}

.stats {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	grid-template-columns: repeat(3, 1fr);
	margin: 5vw 0 8vw;
	display: grid;
}

.stats div {
	border-right: 1px solid #333;
	padding: 28px 24px;
}

.stats div:last-child {
	border: 0;
}

.stats strong,
.stats span {
	display: block;
}

.stats strong {
	color: var(--copper);
	font: 600 1.35rem "Manrope", sans-serif;
}

.stats span {
	color: #aaa;
	font-size: .9rem;
}

.subsection h3 {
	margin: .2em 0;
	font: 600 clamp(2rem, 3.4vw, 3.7rem) "Manrope", sans-serif;
}

.subsection > p:not(.eyebrow) {
	color: #aaa;
}

.nameGrid {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3vw;
	display: grid;
}

.nameGrid div {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 20px;
	font: 500 1.05rem "Manrope", sans-serif;
}

.nameGrid span {
	color: #777;
	margin-bottom: 7px;
	font: 400 10px "DM Sans", sans-serif;
	display: block;
}

.experienceGrid {
	border-top: 1px solid #333;
	grid-template-columns: 1fr 1fr 1.5fr;
	margin-top: 5vw;
	display: grid;
}

.experienceGrid > div {
	padding: 28px 4vw 28px 0;
}

.place {
	border-bottom: 1px solid #292929;
	padding-bottom: 16px;
	font: 500 clamp(1.2rem, 1.7vw, 1.65rem) "Manrope", sans-serif;
}

/* ==========================================================================
   El Hangar (studio)
   ========================================================================== */

.studio {
	background: linear-gradient(90deg, #000000e0, #00000026), url(assets/images/portfolio/hangar-studio-mix.jpg) 50% / cover;
	align-items: flex-end;
	min-height: 65vh;
	padding: 7vw;
	display: flex;
	scroll-margin-top: 84px;
}

.studio > div {
	max-width: 670px;
}

.studio p:last-child {
	font-size: 1.15rem;
}

.hangarLogo {
	object-fit: cover;
	width: 160px;
	height: 95px;
	margin-bottom: 20px;
}

/* ==========================================================================
   Premios y reconocimientos
   ========================================================================== */

.awards {
	background: var(--paper);
	color: var(--ink);
}

.awards .sectionIntro > p:last-child {
	color: #5a5751;
}

.albumGrid {
	border-bottom: 1px solid #c9c2b7;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 22px;
	margin-top: 5vw;
	padding-bottom: 5vw;
	display: grid;
}

.albumGrid article {
	min-width: 0;
}

.albumGrid img {
	aspect-ratio: 1;
	object-fit: cover;
	background: #d4cec4;
	width: 100%;
	margin-bottom: 18px;
	display: block;
}

.albumGrid span {
	color: var(--copper);
	letter-spacing: .14em;
	text-transform: uppercase;
	font-size: .7rem;
	display: block;
}

.albumGrid h3 {
	margin: 7px 0 2px;
	font: 600 1.25rem "Manrope", sans-serif;
}

.albumGrid p {
	color: #625e57;
	margin: 0;
	font-size: .9rem;
}

.awardList {
	margin-top: 5vw;
}

.awardList article {
	border-top: 1px solid #c9c2b7;
	grid-template-columns: 90px minmax(220px, 1fr) 2fr;
	align-items: baseline;
	gap: 25px;
	padding: 19px 0;
	display: grid;
}

.awardList article > span {
	color: var(--copper);
	font-weight: 600;
}

.awardList h3 {
	margin: 0;
	font: 600 1.05rem "Manrope", sans-serif;
}

.awardList p {
	color: #55514b;
	margin: 0;
}

/* ==========================================================================
   Galería
   ========================================================================== */

.gallery {
	background: #080808;
}

.photoGrid {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 380px;
	gap: 12px;
	margin-top: 5vw;
	display: grid;
}

.photoGrid figure {
	background: #171717;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.photoGrid figure.wide {
	grid-column: span 2;
}

.photoGrid img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	transition: transform .6s;
}

.photoGrid figure:hover img {
	transform: scale(1.025);
}

.photoGrid figcaption {
	letter-spacing: .08em;
	text-transform: uppercase;
	background: linear-gradient(#0000, #000000bf);
	padding: 38px 20px 18px;
	font-size: .82rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ==========================================================================
   Alianzas y marcas
   ========================================================================== */

.alliances {
	background: #111;
}

.brandGrid {
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 5vw;
	display: grid;
}

.brandGrid article {
	border: 1px solid #333;
	min-height: 250px;
	padding: 34px;
}

.brandGrid article > img {
	object-fit: contain;
	object-position: left;
	width: 100%;
	height: 78px;
	margin-bottom: 20px;
}

.brandGrid article:nth-child(2) > img {
	max-width: 190px;
}

.brandGrid article:nth-child(3) > img {
	width: 86px;
}

.brandGrid h3 {
	font: 600 1.5rem "Manrope", sans-serif;
}

.brandGrid p {
	color: #aaa;
}

.brandGrid a {
	color: var(--copper);
	font-size: .9rem;
}

/* ==========================================================================
   Tienda
   ========================================================================== */

.shop {
	color: #111;
	background: #e9e4da;
}

.shop .sectionIntro > p:last-child {
	color: #57534d;
}

.shopGrid {
	border-top: 1px solid #c7bfb2;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5vw;
	display: grid;
}

.shopGrid article {
	border-right: 1px solid #c7bfb2;
	flex-direction: column;
	min-height: 330px;
	margin-right: 32px;
	padding: 36px 32px 40px 0;
	display: flex;
}

.shopGrid article:last-child {
	border-right: 0;
	margin-right: 0;
}

.shopGrid span {
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #a36239;
	font-size: .72rem;
}

.shopGrid h3 {
	margin: 28px 0 12px;
	font: 600 clamp(1.7rem, 2.4vw, 2.5rem)/1.1 "Manrope", sans-serif;
}

.shopGrid p {
	color: #57534d;
}

.shopGrid a {
	color: #a36239;
	margin-top: auto;
	font-weight: 600;
}

.merchHeader {
	border-top: 1px solid #c7bfb2;
	justify-content: space-between;
	align-items: end;
	margin-top: 6vw;
	padding-top: 34px;
	display: flex;
}

.merchHeader span {
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #a36239;
	font-size: .72rem;
}

.merchHeader h3 {
	margin: 10px 0 0;
	font: 600 clamp(2rem, 3.2vw, 3.5rem)/1.08 "Manrope", sans-serif;
}

.merchHeader strong {
	color: #a36239;
	font: 600 clamp(2rem, 3vw, 3.2rem) "Manrope", sans-serif;
}

.merchHeader small {
	color: #57534d;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-align: right;
	font: 500 .75rem "DM Sans", sans-serif;
	display: block;
}

.merchGrid {
	grid-template-columns: repeat(2, 1fr);
	gap: 28px 20px;
	margin-top: 32px;
	display: grid;
}

.merchGrid article {
	color: #f4f0e8;
	background: #111;
	padding-bottom: 25px;
}

.merchGrid img {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
	max-width: none;
	display: block;
}

.merchGrid h4,
.merchGrid p,
.merchGrid a {
	margin-left: 24px;
	margin-right: 24px;
}

.merchGrid h4 {
	margin-top: 21px;
	margin-bottom: 3px;
	font: 600 1.35rem "Manrope", sans-serif;
}

.merchGrid p {
	color: #d58c58;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

.merchGrid a {
	color: #d58c58;
	font-size: .86rem;
	font-weight: 600;
}

.merchPhoto {
	color: #fff;
	cursor: zoom-in;
	background: #080808;
	border: 0;
	width: 100%;
	padding: 0;
	display: block;
	position: relative;
}

.merchPhoto span {
	letter-spacing: .1em;
	text-transform: uppercase;
	background: #000000c2;
	padding: 7px 10px;
	font-size: .7rem;
	position: absolute;
	bottom: 14px;
	right: 16px;
}

.buyLinks {
	flex-wrap: wrap;
	gap: 18px;
	margin: 0 24px;
	display: flex;
}

.buyLinks a {
	margin: 0 !important;
}

.buyLinks a:last-child {
	color: #aaa;
}

/* ==========================================================================
   Lightbox (merch)
   ========================================================================== */

.lightbox {
	z-index: 100;
	background: #000000f0;
	grid-template-columns: 70px minmax(0, 1fr) 70px;
	align-items: center;
	padding: 24px;
	display: grid;
	position: fixed;
	inset: 0;
}

.lightbox figure {
	flex-direction: column;
	align-items: center;
	max-height: 94vh;
	margin: 0;
	display: flex;
}

.lightbox figure img {
	object-fit: contain;
	max-width: 100%;
	max-height: 86vh;
	display: block;
}

.lightbox figcaption {
	color: #eee;
	letter-spacing: .08em;
	margin-top: 10px;
	font-size: .85rem;
}

.lightbox button {
	color: #fff;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.lightboxClose {
	z-index: 2;
	font-size: 2.5rem;
	position: absolute;
	top: 15px;
	right: 25px;
}

.lightboxPrev,
.lightboxNext {
	font-size: 4rem;
}

/* ==========================================================================
   Footer / Contacto
   ========================================================================== */

footer {
	background: #070707;
	padding: 9vw 7vw;
}

footer h2 {
	font-size: clamp(2.8rem, 5.2vw, 5.8rem);
}

.contactLead {
	color: #999;
	max-width: 620px;
	font-size: 1.05rem;
}

.contactLinks {
	flex-wrap: wrap;
	gap: 30px;
	display: flex;
}

.contactEmail {
	width: max-content;
	color: var(--copper);
	margin-top: 25px;
	font-size: 1.05rem;
	display: block;
}

footer small {
	color: #777;
	border-top: 1px solid #292929;
	margin-top: 8vw;
	padding-top: 20px;
	display: block;
}

/* ==========================================================================
   Blog / Páginas internas (misma línea gráfica)
   ========================================================================== */

.page-hero {
	background: #080808;
	padding: 9vw 7vw 5vw;
}

.page-hero h1,
.post-header h1 {
	letter-spacing: -.045em;
	margin: .4em 0;
	font: 600 clamp(2.4rem, 5vw, 4.6rem)/1.05 "Manrope", sans-serif;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 5vw;
}

.post-card {
	display: flex;
	flex-direction: column;
	background: #151515;
	border: 1px solid #ffffff1a;
	transition: transform .25s ease, border-color .25s ease;
}

.post-card:hover {
	transform: translateY(-4px);
	border-color: var(--copper);
}

.post-card-media {
	position: relative;
	display: block;
	aspect-ratio: 3/2;
	overflow: hidden;
}

.post-card-media img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform .7s;
}

.post-card:hover .post-card-media img {
	transform: scale(1.04);
}

.post-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 28px;
}

.post-meta {
	margin: 0 0 14px;
	color: var(--muted);
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.post-cat {
	color: var(--copper);
}

.post-title {
	margin: 0 0 12px;
	font: 600 24px/1.22 "Manrope", sans-serif;
	letter-spacing: -.01em;
}

.post-title a {
	transition: color .2s;
}

.post-title a:hover,
.post-title a:focus-visible {
	color: var(--copper);
}

.post-excerpt {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.7;
}

.post-card-body .read-link {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 24px;
}

.read-link {
	color: var(--copper);
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: .06em;
}

.post-hero {
	position: relative;
	background: #0a0a0a;
}

.post-hero-media {
	position: relative;
	height: 62vh;
	min-height: 360px;
	overflow: hidden;
}

.post-hero-media img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.post-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(#0000 45%, #0a0a0a);
}

.post-header {
	max-width: 900px;
	padding: clamp(40px, 5vw, 64px) 7vw clamp(56px, 7vw, 96px);
}

.post-header .post-meta {
	margin-bottom: 24px;
}

.post-lead {
	max-width: 640px;
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	line-height: 1.45;
	color: #f5f1e9;
}

.post-body {
	background: var(--paper);
	color: #26241f;
	padding: clamp(70px, 8vw, 120px) 7vw;
}

.post-body > * {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.post-body p {
	margin: 0 0 1.5em;
	font-size: 1.06rem;
	line-height: 1.75;
}

.post-body h2 {
	margin: 2em auto .6em;
	font: 600 clamp(1.7rem, 3vw, 2.4rem)/1.15 "Manrope", sans-serif;
	letter-spacing: -.02em;
	color: #111;
}

.post-body h2 em {
	color: var(--copper);
}

.post-quote {
	margin: 48px auto;
	padding: 6px 0 6px 32px;
	border-left: 2px solid var(--copper);
	font: 600 clamp(1.6rem, 3vw, 2.2rem)/1.25 "Manrope", sans-serif;
	letter-spacing: -.02em;
	color: var(--copper);
}

.post-figure {
	margin: 52px auto;
	max-width: 900px;
}

.post-figure img {
	width: 100%;
	height: auto;
}

.post-figure figcaption {
	margin-top: 10px;
	color: #55514b;
	font-size: .85rem;
	letter-spacing: .04em;
}

.post-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 26px 40px;
	padding: clamp(50px, 6vw, 84px) 7vw;
	background: #0a0a0a;
	border-top: 1px solid #242424;
}

.back-link {
	display: inline-flex;
	gap: 12px;
	padding: 16px 0;
	color: #d3d0ca;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	transition: color .2s;
}

.back-link:hover,
.back-link:focus-visible {
	color: var(--copper);
}

/* Contenido genérico de páginas */

.page-body {
	padding: 7vw;
	max-width: 900px;
}

.page-body p {
	color: #cac7c0;
	font-size: 1.06rem;
	line-height: 1.75;
}

.page-body h2 {
	font: 600 clamp(1.8rem, 3vw, 2.6rem)/1.15 "Manrope", sans-serif;
}

/* ==========================================================================
   Utilidades WordPress
   ========================================================================== */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	color: #55514b;
	font-size: .85rem;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.alignleft {
	float: left;
	margin: 0 24px 16px 0;
}

.alignright {
	float: right;
	margin: 0 0 16px 24px;
}

.pagination {
	display: flex;
	gap: 18px;
	justify-content: center;
	padding: 5vw 7vw;
}

.pagination .page-numbers {
	border: 1px solid #333;
	padding: 10px 16px;
	font-size: .9rem;
}

.pagination .page-numbers.current {
	border-color: var(--copper);
	color: var(--copper);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 850px) {
	body {
		font-size: 16px;
	}

	.nav nav {
		display: none;
	}

	.hero {
		grid-template-columns: 1fr;
	}

	.heroImage {
		background-position: 50%;
		min-height: 55vh;
	}

	.heroCopy {
		padding: 12vw 7vw;
	}

	.statement {
		grid-template-columns: 1fr;
		padding: 16vw 7vw;
	}

	.statement > p:last-child {
		grid-column: 1;
	}

	.stats,
	.experienceGrid,
	.brandGrid {
		grid-template-columns: 1fr;
	}

	.stats div {
		border-bottom: 1px solid #333;
		border-right: 0;
	}

	.nameGrid {
		grid-template-columns: repeat(2, 1fr);
	}

	.awardList article {
		grid-template-columns: 60px 1fr;
	}

	.awardList p {
		grid-column: 2;
	}

	.section {
		padding: 16vw 7vw;
	}

	.studio {
		min-height: 58vh;
	}

	.photoGrid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 300px;
	}

	.photoGrid figure.wide {
		grid-column: span 2;
	}

	.shopGrid {
		grid-template-columns: 1fr;
	}

	.shopGrid article {
		border-bottom: 1px solid #c7bfb2;
		border-right: 0;
		min-height: 270px;
		margin-right: 0;
	}

	.brand img {
		width: 110px;
	}

	.post-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 750px) {
	.albumGrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 14px;
	}
}

@media (max-width: 700px) {
	.merchHeader {
		align-items: start;
	}

	.merchGrid {
		grid-template-columns: 1fr;
	}

	.merchHeader strong {
		font-size: 1.8rem;
	}
}

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

	.lightbox {
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		padding: 12px;
	}

	.lightboxPrev,
	.lightboxNext {
		font-size: 2.6rem;
	}
}

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

	.nav {
		height: 70px;
	}

	.hero {
		min-height: auto;
	}

	.awardList article {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.awardList p {
		grid-column: 1;
	}

	.awardList article > span {
		font-size: .8rem;
	}

	.photoGrid {
		grid-template-columns: 1fr;
		grid-auto-rows: 330px;
	}

	.photoGrid figure.wide {
		grid-column: span 1;
	}
}

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

.albumGrid,
.photoGrid,
.brandGrid,
.merchGrid {
	content-visibility: auto;
	contain-intrinsic-size: 800px;
}
