/* ============================================
   ASSIEL GIRALDO — Actor & Director
   Based on Jervon Monroe's editorial aesthetic
   ============================================ */

/* --- Fonts --- */
@font-face {
  font-family: 'General Sans Bold';
  src: url('https://static.showit.co/file/wvAbVjudR8uv-oJDTBT_jw/252742/generalsans-bold-webfont.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'General Sans Light';
  src: url('https://static.showit.co/file/kprJQemYRCycyPIMGcPtDA/252742/generalsans-light-webfont.woff') format('woff');
  font-display: swap;
}

/* --- Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-primary: #260101;
  --bg-secondary: #1A0101;
  --bg-card: #400106;
  --accent-crimson: #BF1304;
  --accent-wine: #590202;
  --accent-red: #BF1304;
  --text-primary: #FBEEE0;
  --text-secondary: #C4B5A3;
  --text-muted: #7A6B5E;
  --font-bold: 'General Sans Bold', sans-serif;
  --font-light: 'General Sans Light', sans-serif;
  --font-body: 'General Sans Light', Arial, sans-serif;
}

html {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* --- Utility --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* --- Navigation --- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: var(--bg-primary);
  z-index: 100;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(155, 28, 28, 0.15);
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.nav-logo {
  font-family: var(--font-bold);
  font-size: 25px;
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: #FBEEE0;
}
.nav-logo { text-transform: uppercase; }

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  transition: opacity 0.3s;
}
.nav-links a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.nav-social {
  display: flex;
  gap: 12px;
}
.nav-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: var(--accent-crimson);
  transition: opacity 0.3s;
}
.nav-social a:hover { opacity: 0.7; }
.nav-social svg { width: 20px; height: 20px; fill: currentColor; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle svg {
  width: 28px;
  height: 28px;
  fill: var(--text-primary);
}

/* Mobile overlay */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--bg-primary);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.nav-overlay.active { display: flex; }
.nav-overlay a {
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-primary);
}
.nav-overlay .nav-social { margin-top: 20px; }
.nav-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-close svg {
  width: 28px;
  height: 28px;
  fill: var(--text-primary);
}

/* Nav sticky variant (used on home with splash) */
.nav-sticky {
  position: sticky;
  top: 0;
  height: 10vh;
  background: #1a0101;
}

/* --- Spacer for fixed nav --- */
.nav-spacer { height: 66px; }

/* --- Splash (Home) --- */
.splash {
  position: relative;
  width: 100%;
  height: 90vh;
  background: #260101;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.splash-text {
  position: absolute;
  top: 26%;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.splash-first,
.splash-last {
  display: block;
  font-family: var(--font-bold);
  line-height: 0.85;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.splash-first {
  font-size: clamp(80px, 14vw, 220px);
  color: #FBEEE0;
  margin-bottom: 12vh;
  position: relative;
  z-index: 3;
}

.splash-last {
  font-size: clamp(80px, 14vw, 220px);
  color: #FBEEE0;
}

/* Photos scattered over the text */
.splash-photo {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.splash-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: relative;
  z-index: -1;
}

/* Top-right photo */
.sp-1 {
  width: 14%;
  height: 30.5%;
  top: 0;
  left: 64.4%;
}

/* Left-center photo */
.sp-2 {
  width: 20%;
  height: 44.4%;
  top: 5.5%;
  left: 9.5%;
  z-index: 3;
}

/* Right-middle photo */
.sp-3 {
  width: 18%;
  height: 28.3%;
  top: 41.2%;
  left: 83.5%;
}

/* Bottom-left photo */
.sp-4 {
  width: 19.2%;
  height: 27.4%;
  top: 72.5%;
  left: 2.5%;
}

/* Labels */
.splash-label {
  position: absolute;
  top: 50.9%;
  left: 46.7%;
  z-index: 4;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FBEEE0;
}

.splash-location {
  position: absolute;
  bottom: 12%;
  right: 10%;
  z-index: 4;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FBEEE0;
  opacity: 0.7;
}
.splash-location::before {
  content: "\25CF";
  margin-right: 6px;
  color: #BF1304;
  font-size: 10px;
}

/* --- Hero Split (Home) --- */
.hero-split {
  position: relative;
  min-height: 84vh;
  background: var(--bg-secondary);
  overflow: hidden;
}

.hero-split-grid {
  position: relative;
  min-height: 84vh;
}

.hero-split-image {
  position: absolute;
  overflow: hidden;
  background: #d8ccbb;
}

.hero-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-split-image:last-child img {
  object-position: 35% center;
}

.hero-split-image:first-child {
  left: 0;
  bottom: 0;
  width: min(42vw, 580px);
  height: 58vh;
  z-index: 1;
}

.hero-split-image:last-child {
  top: 0;
  right: 0;
  width: min(50vw, 700px);
  height: 84vh;
  z-index: 2;
}

.hero-split-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  pointer-events: none;
  z-index: 4;
}

.hero-split-card {
  width: min(100%, 27rem);
  background: var(--text-primary);
  color: var(--bg-secondary);
  padding: 52px 44px 48px;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
  pointer-events: auto;
}

.hero-split-kicker {
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-split-title {
  margin-bottom: 24px;
  font-family: var(--font-bold);
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #1A0101;
}

.hero-split-copy {
  margin-bottom: 32px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(38, 1, 1, 0.72);
}

.placeholder {
  background: var(--bg-secondary);
  border: 1px solid rgba(155, 28, 28, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* --- CTA Button --- */
.btn {
  display: inline-block;
  padding: 14px 36px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--accent-crimson);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}
.btn:hover { background: var(--accent-red); }

.btn-primary {
  background: var(--accent-crimson);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-wine);
}

.btn-wine { background: var(--accent-wine); }
.btn-wine:hover { background: var(--accent-crimson); }

.btn-outline {
  background: transparent;
  border: 1px solid var(--accent-crimson);
  color: var(--accent-crimson);
}
.btn-outline:hover {
  background: var(--accent-crimson);
  color: #fff;
}

.btn-outline-light {
  background: transparent;
  border: 1px solid rgba(251, 238, 224, 0.92);
  color: var(--text-primary);
}

.btn-outline-light:hover {
  background: var(--text-primary);
  color: var(--bg-secondary);
}

/* --- Explore Section (Home) --- */
.explore {
  background: #000;
  padding: 80px 0 100px;
}
.explore .container { padding: 0 40px; }

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.explore-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-card);
  display: block;
}

.explore-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.explore-card:hover img {
  transform: scale(1.05);
}

.explore-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 1, 1, 0.92), rgba(26, 1, 1, 0.2) 45%, rgba(26, 1, 1, 0));
}

.explore-card-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
}

.explore-card-label span {
  display: inline-block;
  background: rgba(26, 1, 1, 0.8);
  padding: 12px 20px;
  font-family: var(--font-bold);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-primary);
  backdrop-filter: blur(10px);
}

/* --- Currently Editorial (Home) --- */
.currently-editorial {
  position: relative;
  overflow: hidden;
  background: #260101;
}

.currently-editorial-image {
  height: 633px;
  overflow: hidden;
}

.currently-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.currently-editorial-body {
  position: relative;
  padding: 0 0 96px;
}

.currently-editorial-body .container {
  padding: 0 40px;
}

.currently-editorial-title {
  margin-top: -72px;
  margin-bottom: 28px;
  font-family: var(--font-bold);
  font-size: clamp(72px, 11vw, 160px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.currently-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  max-width: 920px;
  padding-bottom: 18px;
}

.currently-editorial-kicker p {
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.currently-editorial-kicker h3 {
  font-family: var(--font-light);
  font-size: 18px;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--text-primary);
}

.currently-editorial-copy p {
  font-family: var(--font-light);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(251, 238, 224, 0.9);
}

/* --- Footer Editorial --- */
.footer-editorial {
  background: var(--text-primary);
  padding: 44px 0;
  border-top: 1px solid rgba(26, 1, 1, 0.08);
}

.footer-editorial-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 40px;
}

.footer-editorial-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.footer-editorial-links a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bg-secondary);
}

.footer-editorial-logo {
  font-family: var(--font-bold);
  font-size: 40px;
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--accent-wine);
  text-align: center;
}

.footer-editorial-social {
  display: flex;
  gap: 10px;
}

.footer-editorial-social a {
  color: var(--accent-crimson);
}

.footer-editorial-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sub-footer-editorial {
  background: var(--bg-primary);
  border-top: none;
}

.sub-footer-editorial p {
  color: var(--text-secondary);
}

/* --- About Intro --- */
.about-intro {
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.about-intro .container {
  display: flex;
  min-height: 850px;
  padding: 0;
}

.about-intro-photo-left {
  width: 46%;
  flex-shrink: 0;
  position: relative;
}
.about-intro-photo-left .placeholder,
.about-intro-photo-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  inset: 0;
}

.about-intro-center {
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 500px;
  background: rgba(10, 10, 10, 0.92);
  padding: 60px 50px;
  text-align: center;
  z-index: 3;
}

.about-intro-label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.about-intro-name {
  font-family: var(--font-bold);
  font-size: 80px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--text-primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-intro-name em {
  font-style: normal;
  text-transform: uppercase;
  color: var(--accent-crimson);
}

.about-intro-desc {
  font-family: var(--font-light);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.about-intro-photo-right {
  position: absolute;
  right: -8vw;
  top: 240px;
  width: 45%;
  height: 690px;
  z-index: 1;
}
.about-intro-photo-right .placeholder,
.about-intro-photo-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

/* --- About Bio --- */
.about-bio {
  background: var(--bg-primary);
  padding: 100px 0;
  position: relative;
}

.about-bio .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 0 60px;
  align-items: start;
}

.about-bio-photos {
  position: relative;
}

.about-bio-photo-1 {
  width: 260px;
  height: 260px;
  overflow: hidden;
  margin-bottom: 30px;
}
.about-bio-photo-1 .placeholder,
.about-bio-photo-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.8);
  transition: transform 0.6s;
}
.about-bio-photo-1:hover img,
.about-bio-photo-1:hover .placeholder { transform: scale(2.0); }

.about-bio-photo-2 {
  width: 100%;
  height: 264px;
  overflow: hidden;
  margin-bottom: 30px;
}
.about-bio-photo-2 .placeholder,
.about-bio-photo-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-bio-photo-3 {
  width: 72%;
  height: 220px;
  overflow: hidden;
  margin-left: auto;
}
.about-bio-photo-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-bio-social {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}
.about-bio-social a {
  color: var(--text-secondary);
  transition: color 0.3s;
}
.about-bio-social a:hover { color: var(--accent-crimson); }
.about-bio-social svg { width: 23px; height: 23px; fill: currentColor; }

.about-bio-text {}

.about-bio-headline {
  font-family: var(--font-bold);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.about-bio-sub {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 40px;
}

.about-bio-body {
  font-family: var(--font-light);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-primary);
}
.about-bio-body p { margin-bottom: 20px; }

/* --- Flyers Section --- */
.flyers {
  background: var(--bg-secondary);
  padding: 100px 0;
  position: relative;
}

.flyers .container { padding: 0 60px; }

.flyers-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 50px;
}

.flyers-title {
  font-family: var(--font-bold);
  font-size: 120px;
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: var(--accent-crimson);
  text-transform: lowercase;
}

.flyers-sub {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
}

.flyers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.flyer-item {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  background: var(--bg-card);
  border: 1px solid rgba(155, 28, 28, 0.1);
  transition: border-color 0.4s, transform 0.4s;
}
.flyer-item:hover {
  border-color: var(--accent-crimson);
  transform: translateY(-4px);
}
.flyer-item .placeholder,
.flyer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Quote / CTA Section --- */
.about-quote {
  position: relative;
  overflow: hidden;
}

.about-quote-img {
  width: 100%;
  height: 844px;
  overflow: hidden;
}
.about-quote-img .placeholder,
.about-quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-quote-bottom {
  position: relative;
  background: var(--bg-primary);
  padding: 8px 40px 72px;
  text-align: center;
}

.about-quote-text {
  z-index: 2;
  font-family: var(--font-bold);
  font-size: 100px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--text-primary);
  text-transform: lowercase;
  margin-bottom: 28px;
  position: relative;
  top: -54px;
}

.about-quote-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- Contact Page --- */
.contact-hero {
  background: var(--bg-secondary);
  padding: 120px 0 60px;
  text-align: center;
}
.contact-hero .container { padding: 0 40px; }

.contact-name {
  font-family: var(--font-bold);
  font-size: 120px;
  line-height: 0.8;
  letter-spacing: -0.05em;
  margin-bottom: 30px;
}
.contact-name .first {
  display: block;
  text-transform: uppercase;
  color: var(--text-primary);
}
.contact-name .last {
  display: block;
  text-transform: uppercase;
  color: var(--accent-crimson);
}

.contact-desc {
  font-family: var(--font-light);
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 50px;
}

.contact-cta-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* --- Contact Form --- */
.contact-form-section {
  background: #590202;
  padding: 80px 0;
}
.contact-form-section .container {
  max-width: 640px;
  padding: 0 40px;
}

.contact-form-section form {
  background: var(--text-primary);
  padding: 40px 36px;
  border: 1px solid rgba(38, 1, 1, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.form-group {
  margin-bottom: 28px;
}

.form-group label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-wine);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-light);
  font-size: 15px;
  color: var(--bg-secondary);
  background: #fffaf5;
  border: 1px solid rgba(89, 2, 2, 0.14);
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent-wine);
  box-shadow: 0 0 0 3px rgba(89, 2, 2, 0.08);
}

.form-group textarea { min-height: 160px; resize: vertical; }
.form-group select { cursor: pointer; }
.form-group select option { background: var(--text-primary); color: var(--bg-secondary); }

.form-submit { text-align: center; margin-top: 40px; }
.form-submit .btn { width: 100%; max-width: 300px; }

.contact-alt {
  text-align: center;
  padding: 50px 40px;
  background: var(--bg-primary);
  border-top: 1px solid rgba(251, 238, 224, 0.08);
}
.contact-alt p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.contact-alt-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.contact-alt-links a {
  color: var(--text-primary);
  font-family: var(--font-light);
  font-size: 15px;
  transition: opacity 0.3s;
}
.contact-alt-links a:hover { opacity: 0.7; }
.contact-alt-links svg { width: 22px; height: 22px; fill: currentColor; }

/* --- Footer --- */
.footer {
  background: var(--bg-secondary);
  padding: 60px 0;
  border-top: 1px solid rgba(155, 28, 28, 0.1);
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.footer-logo {
  font-family: var(--font-bold);
  font-size: 35px;
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: var(--accent-crimson);
  text-align: center;
}
.footer-logo { text-transform: uppercase; }

.footer-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.footer-links a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  transition: color 0.3s;
}
.footer-links a:hover { color: var(--text-primary); }

.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  color: var(--accent-crimson);
  transition: opacity 0.3s;
}
.footer-social a:hover { opacity: 0.7; }
.footer-social svg { width: 22px; height: 22px; fill: currentColor; }

.sub-footer {
  background: var(--bg-primary);
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid rgba(155, 28, 28, 0.08);
}
.sub-footer p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: var(--text-muted);
}

/* --- Fade In Animations --- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .nav { height: 53px; }
  .nav-spacer { height: 53px; }
  .nav-links, .nav-social { display: none; }
  .nav-toggle { display: block; }

  /* Splash */
  .splash { height: 70vh; }
  .splash-first,
  .splash-last { font-size: 66px; margin-top: 10%; }
  .splash-first { margin-bottom: 10%; }
  .splash-last { margin-top: 30%; }
  .sp-1 { width: 22%; height: 25%; top: 0; left: 64%; }
  .sp-2 { width: 28%; height: 35%; top: 5%; left: 5%; }
  .sp-3 { width: 20%; height: 18%; top: 42%; left: 72%; }
  .sp-4 { width: 26%; height: 22%; top: 72%; left: 5%; }
  .splash-label { font-size: 10px; top: 50%; left: 38%; }
  .splash-location { font-size: 10px; bottom: 6%; right: 5%; }

  /* Hero Split */
  .hero-split {
    min-height: auto;
  }
  .hero-split-grid {
    min-height: auto;
  }
  .hero-split-image {
    position: relative;
    width: 100%;
    min-height: 40vh;
  }
  .hero-split-image:first-child,
  .hero-split-image:last-child {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 40vh;
  }
  .hero-split-overlay {
    position: static;
    padding: 0;
    margin-top: -48px;
    pointer-events: auto;
  }
  .hero-split-card {
    width: calc(100% - 32px);
    margin: 0 auto 32px;
    padding: 32px 24px;
  }
  .hero-split-kicker {
    font-size: 10px;
  }
  .hero-split-copy {
    font-size: 14px;
    margin-bottom: 24px;
  }

  /* Explore */
  .explore { padding: 60px 0; }
  .explore .container { padding: 0 20px; }
  .explore-grid { grid-template-columns: 1fr; gap: 16px; }
  .explore-card-label { padding: 20px; }
  .explore-card-label span {
    font-size: 12px;
    padding: 11px 16px;
  }

  /* Currently Editorial */
  .currently-editorial-image {
    height: 300px;
  }
  .currently-editorial-body {
    padding-bottom: 64px;
  }
  .currently-editorial-body .container {
    padding: 0 20px;
  }
  .currently-editorial-title {
    margin-top: -42px;
    margin-bottom: 24px;
  }
  .currently-editorial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .currently-editorial-kicker h3,
  .currently-editorial-copy p {
    font-size: 15px;
  }

  /* Footer Editorial */
  .footer-editorial-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 20px;
    padding: 0 20px;
  }
  .footer-editorial-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  /* About Intro */
  .about-intro .container {
    flex-direction: column;
    min-height: auto;
  }
  .about-intro-photo-left {
    width: 100%;
    height: 400px;
    position: relative;
  }
  .about-intro-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 40px 20px;
  }
  .about-intro-name { font-size: 45px; }
  .about-intro-photo-right {
    position: relative;
    top: 0;
    width: 100%;
    height: 360px;
  }

  /* About Bio */
  .about-bio { padding: 60px 0; }
  .about-bio .container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }
  .about-bio-headline { font-size: 29px; }
  .about-bio-body { font-size: 14px; }
  .about-bio-photo-1 { width: 200px; height: 200px; }
  .about-bio-photo-2 { height: 200px; }
  .about-bio-photo-3 {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  /* Flyers */
  .flyers { padding: 60px 0; }
  .flyers .container { padding: 0 20px; }
  .flyers-title { font-size: 60px; }
  .flyers-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* Quote */
  .about-quote-img { height: 200px; }
  .about-quote-text { font-size: 45px; top: -30px; }
  .about-quote-bottom { padding: 40px 20px 60px; }
  .about-quote-buttons { flex-direction: column; align-items: center; }

  /* Contact */
  .contact-name { font-size: 60px; }
  .contact-desc { font-size: 15px; }
  .contact-cta-row {
    flex-direction: column;
    align-items: center;
  }
  .contact-cta-row .btn {
    width: 100%;
    max-width: 320px;
  }
  .contact-form-section .container { padding: 0 20px; }

  /* Footer */
  .footer .container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .footer-links { flex-direction: column; gap: 12px; }
  .footer-social { justify-content: center; }

  /* Imágenes 8% más grandes en móvil */
  img { transform: scale(1.08); }
}
