/**
 * Theme Name: BRUMA
 * Theme URI: https://bruma-produccion-audiovisual.brunodul881574.chatgpt.site
 * Author: BRUMA
 * Description: Tema editorial para una productora audiovisual integral especializada en podcast, video podcast, spots y piezas institucionales.
 * Version: 1.0.0
 * Requires at least: 6.3
 * Tested up to: 6.8
 * Requires PHP: 7.4
 * Text Domain: bruma
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 */

:root {
	--ink: #171816;
	--paper: #f1eee6;
	--mist: #d8d6ce;
	--fog: #b9b8b0;
	--acid: #e9ff5b;
	--line: rgba(23, 24, 22, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 14px 18px; margin: 0; clip: auto; background: var(--acid); color: var(--ink); font-weight: 700; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 1000; display: flex; align-items: center; justify-content: space-between; height: 88px; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid rgba(241, 238, 230, 0.25); color: var(--paper); }
.brand { display: inline-flex; align-items: center; font-size: 1.45rem; font-weight: 900; letter-spacing: .18em; }
.brand-dot { color: var(--acid); }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { display: block; width: auto; max-width: 180px; max-height: 52px; }
.site-navigation .menu { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.site-navigation a { transition: opacity .2s ease; }
.site-navigation a:hover, .site-navigation a:focus-visible { opacity: .62; }
.site-navigation .nav-cta, .site-navigation .menu > li:last-child > a { display: inline-block; padding: 13px 20px; border: 1px solid rgba(241, 238, 230, .65); }
.menu-toggle { display: none; align-items: center; gap: 12px; border: 0; background: transparent; color: var(--paper); font: inherit; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.menu-toggle i, .menu-toggle i::before { display: block; width: 20px; height: 1px; background: currentColor; content: ''; transition: transform .2s ease; }
.menu-toggle i::before { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] i { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }

.hero { min-height: 760px; height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.12fr .88fr; background: var(--ink); color: var(--paper); }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.06) .5px, transparent .5px); background-size: 4px 4px; opacity: .28; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 130px 5vw 72px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: .71rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 33px; height: 1px; background: currentColor; }
.hero h1 { max-width: 800px; margin-bottom: 30px; font-size: clamp(4.2rem, 7.25vw, 8.4rem); line-height: .82; }
.hero h1 em, .statement h2 em { font-weight: 400; color: var(--acid); }
.hero-intro { max-width: 500px; margin-bottom: 36px; color: #c9c7bf; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 22px; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; transition: transform .2s ease, background .2s ease; }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { transform: translateY(-3px); }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(241, 238, 230, .5); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link span { margin-left: 9px; }

.hero-art { position: relative; overflow: hidden; min-width: 0; background: #242520; }
.hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(23,24,22,.04), rgba(23,24,22,.48)); }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; filter: saturate(.82) contrast(1.08); }
.frame-mark { position: absolute; width: 46px; height: 46px; z-index: 2; }
.top-left { top: 130px; left: 48px; border-top: 1px solid var(--paper); border-left: 1px solid var(--paper); }
.bottom-right { right: 48px; bottom: 74px; border-right: 1px solid var(--paper); border-bottom: 1px solid var(--paper); }
.art-caption { position: absolute; z-index: 2; right: 50px; bottom: 38px; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.art-caption span { color: var(--acid); margin-right: 12px; }
.vertical-note { position: absolute; z-index: 3; right: 15px; top: 50%; margin: 0; writing-mode: vertical-rl; transform: translateY(-50%); font-size: .58rem; letter-spacing: .22em; color: rgba(241, 238, 230, .55); }

.statement { padding: clamp(90px, 12vw, 180px) 5vw; text-align: center; }
.statement > p { margin-bottom: 30px; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.statement h2 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.8rem); line-height: .98; }
.statement h2 em { color: #777970; }
.brand-film { margin: 0 5vw clamp(100px, 12vw, 170px); }
.brand-film img { display: block; width: 100%; aspect-ratio: 1.917 / 1; object-fit: cover; }
.brand-film figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 13px; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.services { padding: 20px 5vw 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--ink); }
.section-heading .eyebrow { margin-bottom: 19px; }
.section-index { margin: 0 0 19px; font-size: .7rem; letter-spacing: .16em; }
.service { display: grid; grid-template-columns: 70px minmax(250px, 1.3fr) minmax(230px, 1fr) 46px; gap: 24px; align-items: center; min-height: 170px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service:hover { padding-inline: 18px; background: rgba(216, 214, 206, .5); }
.service-number, .service-detail { margin: 0; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.service h3 { margin: 0 0 11px; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2rem, 3vw, 3.65rem); letter-spacing: -.035em; }
.service div > p { max-width: 520px; margin: 0; color: #5d5f58; line-height: 1.55; }
.service-detail { max-width: 220px; color: #6d6e68; line-height: 1.7; }
.service-arrow { font-size: 1.55rem; text-align: right; }

.process { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; padding: clamp(80px, 10vw, 150px) 5vw; background: var(--ink); color: var(--paper); }
.eyebrow-light { color: var(--acid); }
.process-intro h2 { margin: 0 0 30px; font-size: clamp(3.6rem, 6vw, 7rem); line-height: .9; }
.process-intro > p:last-child { max-width: 370px; color: var(--fog); line-height: 1.6; }
.process-steps { border-top: 1px solid rgba(241, 238, 230, .35); }
.process-steps article { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(241, 238, 230, .18); }
.process-steps article > p { margin: 8px 0 0; color: var(--acid); font-size: .7rem; letter-spacing: .14em; }
.process-steps h3 { margin: 0 0 8px; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 2rem; }
.process-steps span { display: block; max-width: 520px; color: var(--fog); line-height: 1.5; }

.contact { padding: clamp(90px, 12vw, 170px) 5vw 100px; }
.contact h2 { max-width: 1000px; margin: 0 0 30px; font-size: clamp(4.5rem, 10.5vw, 11.5rem); line-height: .78; }
.contact-copy { margin-bottom: 44px; color: #5e6059; font-size: 1.15rem; }
.contact-link { display: flex; align-items: center; justify-content: space-between; max-width: 780px; padding: 20px 0; border-bottom: 2px solid var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.25rem, 2.4vw, 2.35rem); transition: color .2s ease; }
.contact-link:hover, .contact-link:focus-visible { color: #777a35; }
.social-link { display: inline-block; margin-top: 24px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 5vw; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: #6b6c66; font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }

.content-shell { min-height: calc(100vh - 105px); padding: 165px max(5vw, calc((100vw - 1100px) / 2)) 100px; }
.content-header, .single-entry { max-width: 900px; }
.content-header h1, .single-entry h1, .not-found h1 { margin-bottom: 50px; font-size: clamp(3.7rem, 8vw, 8rem); line-height: .9; }
.post-list { border-top: 1px solid var(--ink); }
.post-card { padding: 34px 0; border-bottom: 1px solid var(--line); }
.post-card h2 { margin-bottom: 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; }
.entry-summary, .entry-content { max-width: 780px; color: #4f514a; font-size: 1.08rem; line-height: 1.75; }
.entry-content > * { max-width: 780px; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); }
.entry-image { margin: 0 0 45px; }
.nav-links { display: flex; justify-content: space-between; margin-top: 45px; }

@media (max-width: 860px) {
	body.admin-bar .site-header { top: 46px; }
	.site-header { height: 74px; }
	.menu-toggle { display: flex; z-index: 2; }
	.site-navigation { visibility: hidden; position: absolute; inset: 74px 0 auto; padding: 28px 24px; background: var(--ink); opacity: 0; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
	.site-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
	.site-navigation .menu { align-items: stretch; flex-direction: column; gap: 0; }
	.site-navigation .menu li { border-bottom: 1px solid rgba(241, 238, 230, .18); }
	.site-navigation .menu a, .site-navigation .nav-cta, .site-navigation .menu > li:last-child > a { display: block; padding: 18px 0; border: 0; }
	.hero { height: auto; min-height: 100svh; grid-template-columns: 1fr; }
	.hero-copy { padding: 135px 24px 74px; }
	.hero h1 { font-size: clamp(3.5rem, 15vw, 6.5rem); }
	.hero-art { min-height: 360px; }
	.top-left { top: 38px; left: 28px; }
	.bottom-right { right: 28px; bottom: 58px; }
	.vertical-note { display: none; }
	.service { grid-template-columns: 46px 1fr 30px; padding: 28px 0; }
	.service-detail { display: none; }
	.process { grid-template-columns: 1fr; gap: 54px; }
	.site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
	body.admin-bar .site-header { top: 0; }
	.brand { font-size: 1.15rem; }
	.hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
	.service { grid-template-columns: 34px 1fr 24px; gap: 12px; }
	.service h3 { font-size: 2.15rem; }
	.process-steps article { grid-template-columns: 40px 1fr; }
	.contact h2 { font-size: 19vw; }
	.contact-link { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; }
}
