/*
Theme Name: TakeOnePy Rental Audiovisual
Theme URI: https://takeonepy.holdingcreativo.chatgpt.site
Author: TakeOnePy
Description: Tema editable de una página para rental de cámaras, lentes, audio e iluminación.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: takeonepy
*/

:root {
	--ink: #10100f;
	--paper: #f2f0e9;
	--muted: #aaa79e;
	--acid: #dfef43;
	--line: rgba(16, 16, 15, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { height: auto; max-width: 100%; }
main { overflow: hidden; }

.site-header {
	align-items: center;
	background: rgba(242, 240, 233, 0.92);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--line);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	height: 82px;
	padding: 0 clamp(22px, 4vw, 68px);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}
.brand {
	align-items: center;
	display: inline-flex;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 22px;
	letter-spacing: -0.04em;
	line-height: 1;
	width: max-content;
}
.brand-one {
	color: transparent;
	-webkit-text-stroke: 1px var(--ink);
	margin-left: 2px;
}
.brand-dot {
	background: var(--acid);
	border-radius: 50%;
	display: inline-block;
	height: 7px;
	margin: 0 0 13px 3px;
	width: 7px;
}
.brand-image { display: block; max-height: 48px; width: auto; }
.nav-links .menu {
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 34px;
	letter-spacing: 0.08em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.nav-links a, .text-link, .header-cta { transition: opacity 180ms ease; }
.nav-links a:hover, .text-link:hover, .header-cta:hover { opacity: 0.58; }
.header-cta {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	justify-self: end;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hero {
	background: var(--paper);
	display: grid;
	grid-template-columns: 53% 47%;
	min-height: 100svh;
	padding-top: 82px;
	position: relative;
}
.hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(56px, 7vw, 105px) clamp(30px, 5.3vw, 88px);
	position: relative;
	z-index: 2;
}
.eyebrow {
	align-items: center;
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 9px;
	letter-spacing: 0.15em;
	margin-bottom: 34px;
	text-transform: uppercase;
}
.status-dot {
	background: var(--acid);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(223, 239, 67, 0.25);
	height: 7px;
	width: 7px;
}
h1, h2 {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 400;
	margin: 0;
}
h1 {
	display: flex;
	flex-direction: column;
	font-size: clamp(62px, 6.8vw, 112px);
	letter-spacing: -0.035em;
	line-height: 0.82;
	max-width: 820px;
}
h1 > span { display: block; }
h1 .highlight-line { align-items: baseline; display: flex; gap: 0.16em; }
h1 em {
	color: var(--acid);
	font-style: normal;
	-webkit-text-stroke: 1px var(--ink);
	paint-order: stroke fill;
}
.hero-lead {
	border-left: 1px solid var(--ink);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.65;
	margin: 42px 0 0;
	max-width: 600px;
	padding-left: 20px;
}
.hero-actions { align-items: center; display: flex; gap: 32px; margin-top: 34px; }
.button-primary {
	align-items: center;
	background: var(--ink);
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 26px;
	letter-spacing: 0.07em;
	padding: 17px 20px;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
}
.button-primary:hover { background: var(--acid); color: var(--ink); }
.text-link {
	border-bottom: 1px solid var(--ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.trust-row {
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	font-weight: 700;
	gap: 22px;
	letter-spacing: 0.05em;
	margin-top: 48px;
	text-transform: uppercase;
}
.trust-row span { align-items: center; display: flex; gap: 6px; }
.trust-row svg { background: var(--acid); border-radius: 50%; padding: 2px; }

.hero-visual {
	background-color: #0d1113;
	background-position: 61% center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: calc(100svh - 82px);
	overflow: hidden;
	position: relative;
}
.visual-grid {
	background-image:
		linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
	background-size: 64px 64px;
	inset: 0;
	mask-image: linear-gradient(135deg, #000, transparent 74%);
	position: absolute;
}
.visual-kicker {
	font-size: 10px;
	font-weight: 700;
	left: 10%;
	letter-spacing: 0.24em;
	position: absolute;
	top: 11%;
}
.visual-mark { left: 10%; position: absolute; top: 33%; }
.visual-mark span {
	color: var(--acid);
	display: block;
	font-size: clamp(46px, 6vw, 94px);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.75;
	transform: rotate(-90deg) translateX(-72%);
	transform-origin: left top;
}
.visual-mark strong {
	color: rgba(255,255,255,0.92);
	display: block;
	font-family: Impact, sans-serif;
	font-size: clamp(190px, 26vw, 410px);
	font-weight: 400;
	letter-spacing: -0.09em;
	line-height: 0.75;
	opacity: 0.08;
}
.focus-corners {
	height: 35%;
	left: 32%;
	position: absolute;
	top: 31%;
	width: 40%;
}
.focus-corners i { height: 35px; position: absolute; width: 35px; }
.focus-corners i:nth-child(1) { border-left: 2px solid var(--acid); border-top: 2px solid var(--acid); left: 0; top: 0; }
.focus-corners i:nth-child(2) { border-right: 2px solid var(--acid); border-top: 2px solid var(--acid); right: 0; top: 0; }
.focus-corners i:nth-child(3) { border-bottom: 2px solid var(--acid); border-left: 2px solid var(--acid); bottom: 0; left: 0; }
.focus-corners i:nth-child(4) { border-bottom: 2px solid var(--acid); border-right: 2px solid var(--acid); bottom: 0; right: 0; }
.visual-note {
	align-items: center;
	bottom: 9%;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	gap: 10px;
	left: 10%;
	letter-spacing: 0.14em;
	position: absolute;
}
.visual-index {
	bottom: 9%;
	color: rgba(255,255,255,0.48);
	font-family: monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
	position: absolute;
	right: 8%;
}
.hero-scroll {
	align-items: center;
	background: var(--acid);
	bottom: 0;
	display: flex;
	font-size: 9px;
	font-weight: 800;
	gap: 7px;
	letter-spacing: 0.15em;
	padding: 13px 17px;
	position: absolute;
	right: calc(47% - 46px);
	z-index: 3;
}

.equipment-section, .process-section, .contact-section {
	padding: clamp(85px, 10vw, 150px) clamp(24px, 5.5vw, 88px);
}
.section-heading {
	align-items: end;
	display: grid;
	gap: 50px;
	grid-template-columns: 1.7fr 1fr;
}
.section-number {
	display: block;
	font-family: monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 24px;
}
.section-heading h2, .process-intro h2, .contact-main h2 {
	font-size: clamp(50px, 6vw, 92px);
	letter-spacing: -0.03em;
	line-height: 0.86;
}
.section-heading > p {
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 7px;
	max-width: 440px;
}
.equipment-grid {
	border-left: 1px solid var(--line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 62px;
}
.equipment-card {
	border-bottom: 1px solid var(--line);
	border-right: 1px solid var(--line);
	border-top: 1px solid var(--line);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 330px;
	padding: 24px;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}
.equipment-card:hover { background: var(--ink); color: #fff; transform: translateY(-8px); }
.equipment-card:hover .card-footer { border-color: rgba(255,255,255,0.25); }
.card-top, .card-footer { align-items: center; display: flex; justify-content: space-between; }
.card-top span { color: #77766f; font-family: monospace; font-size: 11px; }
.equipment-card h3 {
	font-family: Impact, sans-serif;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: -0.02em;
	margin: 0 0 14px;
	text-transform: uppercase;
}
.equipment-card p { color: #6d6b65; font-size: 13px; line-height: 1.55; margin: 0; max-width: 220px; }
.equipment-card:hover p { color: #c2c1bb; }
.card-footer {
	border-top: 1px solid var(--line);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding-top: 17px;
	text-transform: uppercase;
}

.manifesto-section {
	align-items: center;
	background: var(--acid);
	display: grid;
	gap: 70px;
	grid-template-columns: 220px 1fr;
	padding: clamp(70px, 9vw, 130px) clamp(24px, 8vw, 120px);
}
.manifesto-stamp {
	align-items: center;
	border: 1px solid var(--ink);
	border-radius: 50%;
	display: flex;
	font-family: monospace;
	font-size: 9px;
	font-weight: 700;
	gap: 10px;
	height: 150px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	transform: rotate(-8deg);
	width: 150px;
}
.manifesto-section > p {
	font-family: Impact, sans-serif;
	font-size: clamp(38px, 5vw, 74px);
	letter-spacing: -0.025em;
	line-height: 1.04;
	margin: 0;
	max-width: 1120px;
	text-transform: uppercase;
}
.manifesto-section em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--ink); }

.process-section {
	background: var(--ink);
	color: #fff;
	display: grid;
	gap: 9vw;
	grid-template-columns: 0.8fr 1.2fr;
}
.section-number.light { color: #85857e; }
.process-intro h2 span { color: var(--acid); }
.steps { border-top: 1px solid rgba(255,255,255,0.2); }
.step {
	align-items: start;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: grid;
	gap: 24px;
	grid-template-columns: 52px 1fr auto;
	padding: 31px 0;
}
.step-number { color: var(--acid); font-family: monospace; font-size: 11px; }
.step h3 { font-size: 19px; margin: 0 0 10px; text-transform: uppercase; }
.step p { color: #aaa9a3; font-size: 13px; line-height: 1.65; margin: 0; max-width: 470px; }

.contact-section { background: #e7e5dd; }
.contact-meta { align-items: start; display: flex; justify-content: space-between; }
.contact-meta div {
	align-items: center;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.contact-main {
	align-items: end;
	display: grid;
	gap: 8vw;
	grid-template-columns: 1.2fr 0.8fr;
}
.contact-action p { font-size: 15px; line-height: 1.65; margin: 0 0 28px; max-width: 420px; }
.contact-action a {
	align-items: center;
	border-bottom: 2px solid var(--ink);
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0.07em;
	padding-bottom: 13px;
	text-transform: uppercase;
}

.site-footer {
	align-items: center;
	background: var(--paper);
	display: grid;
	font-size: 9px;
	font-weight: 700;
	grid-template-columns: 1fr auto 1fr;
	letter-spacing: 0.08em;
	padding: 32px clamp(24px, 5.5vw, 88px);
	text-transform: uppercase;
}
.site-footer > span { justify-self: end; }
.footer-brand { font-size: 18px; }

.content-shell {
	margin: 0 auto;
	max-width: 920px;
	min-height: calc(100vh - 82px);
	padding: 150px 24px 90px;
}
.content-shell h1 { font-size: clamp(48px, 7vw, 86px); margin-bottom: 35px; }
.content-shell article { border-bottom: 1px solid var(--line); padding: 30px 0; }
.content-shell article h2 { font-size: 34px; }
.content-shell .entry-content { font-size: 17px; line-height: 1.75; }
.content-shell .navigation { margin-top: 35px; }

@media (max-width: 1050px) {
	.nav-links { display: none; }
	.site-header { grid-template-columns: 1fr 1fr; }
	.hero { grid-template-columns: 1fr; }
	.hero-copy { min-height: 760px; }
	.hero-visual { min-height: 600px; }
	.hero-scroll { display: none; }
	h1 { font-size: clamp(66px, 12vw, 108px); }
	.equipment-grid { grid-template-columns: repeat(2, 1fr); }
	.process-section { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 700px) {
	.site-header { height: 70px; padding: 0 20px; }
	.header-cta { font-size: 0; }
	.header-cta svg { height: 22px; width: 22px; }
	.hero { padding-top: 70px; }
	.hero-copy { min-height: auto; padding: 74px 22px 66px; }
	.eyebrow { margin-bottom: 27px; }
	h1 { font-size: clamp(54px, 18vw, 79px); }
	.hero-lead { margin-top: 34px; }
	.hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
	.trust-row { gap: 13px; margin-top: 38px; }
	.hero-visual { min-height: 470px; }
	.visual-mark strong { font-size: 260px; }
	.section-heading, .contact-main { grid-template-columns: 1fr; }
	.section-heading > p { margin-top: 4px; }
	.equipment-grid { grid-template-columns: 1fr; margin-top: 42px; }
	.equipment-card { min-height: 280px; }
	.manifesto-section { gap: 32px; grid-template-columns: 1fr; }
	.manifesto-stamp { height: 120px; width: 120px; }
	.step { grid-template-columns: 38px 1fr auto; }
	.contact-main { gap: 48px; }
	.site-footer { gap: 22px; grid-template-columns: 1fr; text-align: left; }
	.site-footer > span { justify-self: start; }
}

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