/*
Theme Name: Unified Hair
Theme URI: https://thefreewebsiteguys.com/
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from a Lovable frontend for Unified Hair.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: unified-hair
*/

@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&family=Lora:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");

:root {
  /* Tokens alineados con unifiedhair-cursor-wp-theme (Lovable) — index.css HSL → hex */
  --background: #0a0a0a;
  --foreground: #ededed;
  --card: #121212;
  --card-foreground: #ededed;
  --popover: #121212;
  --popover-foreground: #ededed;
  --primary: #00e5ff;
  --primary-foreground: #050505;
  --secondary: #1c1c1c;
  --secondary-foreground: #d9d9d9;
  --muted: #1f1f1f;
  --muted-foreground: #b3b3b3;
  --accent: #fac320;
  --accent-foreground: #ffffff;
  --destructive: #ef4444;
  --destructive-foreground: #fafafa;
  --border: #242424;
  --input: #242424;
  --ring: #00e5ff;
  --neon-cyan: #00e5ff;
  --neon-magenta: #fac320;
  --neon-purple: #8a33e0;
  --surface-elevated: #0f0f0f;
  --glass-bg: #141414;
  --glass-border: #ffffff;
  --video-overlay-opacity: .7;
  --map-filter: invert(90%) hue-rotate(180deg) brightness(0.8) contrast(1.2);
  --light-background: #f8f6f2;
  --light-foreground: #1f1f1f;
  --light-card: #f3efe8;
  --light-card-foreground: #1f1f1f;
  --light-popover: #f3efe8;
  --light-popover-foreground: #1f1f1f;
  --light-primary: #128296;
  --light-primary-foreground: #fafafa;
  --light-secondary: #e7e1d8;
  --light-secondary-foreground: #404040;
  --light-muted: #e7e1d8;
  --light-muted-foreground: #666666;
  --light-accent: #c28a0d;
  --light-accent-foreground: #ffffff;
  --light-destructive: #dc2626;
  --light-destructive-foreground: #fafafa;
  --light-border: #d9d1c5;
  --light-input: #d9d1c5;
  --light-ring: #128296;
  --light-neon-cyan: #0f7a8a;
  --light-neon-magenta: #c28a0d;
  --light-neon-purple: #6639a8;
  --light-surface-elevated: #f0ebe2;
  --light-glass-bg: #f5f1eb;
  --light-glass-border: #000000;
  --light-video-overlay-opacity: .55;
  --light-map-filter: none;
  --font-display: "Urbanist", sans-serif;
  --font-heading: "Urbanist", sans-serif;
  --font-body: "Lora", serif;
  --font-ui: "Inter", sans-serif;
  --radius: 0.375rem;
  --container: 1200px;
}

html {
  scroll-behavior: smooth;
  /* Fixed .site-header: keep section headings visible when using #anchors */
  scroll-padding-top: 6rem;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  line-height: 1.5;
}

body.booking-modal-open {
  overflow: hidden;
}

html.light body {
  background: var(--light-background);
  color: var(--light-foreground);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: .05em;
}

p {
  margin: 0;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
  padding-inline: 0;
}

.text-neon-cyan {
  color: var(--neon-cyan);
}

html.light .text-neon-cyan {
  color: var(--light-neon-cyan);
}

.neon-gradient-text {
  background: linear-gradient(135deg, var(--neon-magenta), color-mix(in srgb, var(--neon-magenta) 80%, transparent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html.light .neon-gradient-text {
  background: linear-gradient(135deg, var(--light-neon-magenta), color-mix(in srgb, var(--light-neon-magenta) 80%, transparent));
  -webkit-background-clip: text;
  background-clip: text;
}

.divider-neon {
  height: 1px;
  margin-bottom: 4rem;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--neon-cyan) 40%, transparent), color-mix(in srgb, var(--neon-magenta) 40%, transparent), transparent);
}

html.light .divider-neon {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--light-neon-cyan) 40%, transparent), color-mix(in srgb, var(--light-neon-magenta) 40%, transparent), transparent);
}

.glass-card-neon {
  background: color-mix(in srgb, var(--glass-bg) 50%, transparent);
  backdrop-filter: blur(16px);
  border: 1px solid color-mix(in srgb, var(--neon-cyan) 15%, transparent);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.glass-card-neon:hover {
  border-color: color-mix(in srgb, var(--neon-cyan) 40%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--neon-cyan) 8%, transparent);
}

html.light .glass-card-neon {
  background: color-mix(in srgb, var(--light-glass-bg) 50%, transparent);
  border-color: color-mix(in srgb, var(--light-neon-cyan) 15%, transparent);
}

html.light .glass-card-neon:hover {
  border-color: color-mix(in srgb, var(--light-neon-cyan) 35%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--light-neon-cyan) 10%, transparent);
}

.neon-btn,
.neon-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.5rem;
  padding: .95rem 2.2rem;
  border-radius: 0.125rem;
  font-family: var(--font-heading);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  transition: all .3s ease;
}

.neon-btn {
  border: 0;
  background: linear-gradient(135deg, var(--neon-magenta), color-mix(in srgb, var(--neon-magenta) 85%, transparent));
  color: #fff;
}

.neon-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 15px color-mix(in srgb, var(--neon-magenta) 50%, transparent), 0 0 30px color-mix(in srgb, var(--neon-magenta) 30%, transparent);
}

.neon-btn-outline {
  border: 1px solid color-mix(in srgb, var(--neon-cyan) 50%, transparent);
  background: transparent;
  color: var(--neon-cyan);
}

.neon-btn-outline:hover {
  border-color: var(--neon-cyan);
  background: color-mix(in srgb, var(--neon-cyan) 5%, transparent);
  box-shadow: 0 0 15px color-mix(in srgb, var(--neon-cyan) 30%, transparent);
}

html.light .neon-btn {
  background: linear-gradient(135deg, var(--light-neon-magenta), color-mix(in srgb, var(--light-neon-magenta) 85%, transparent));
}

html.light .neon-btn:hover {
  box-shadow: 0 0 15px color-mix(in srgb, var(--light-neon-magenta) 45%, transparent), 0 0 30px color-mix(in srgb, var(--light-neon-magenta) 28%, transparent);
}

html.light .neon-btn-outline {
  border-color: color-mix(in srgb, var(--light-neon-cyan) 50%, transparent);
  color: var(--light-neon-cyan);
}

html.light .neon-btn-outline:hover {
  border-color: var(--light-neon-cyan);
  background: color-mix(in srgb, var(--light-neon-cyan) 6%, transparent);
}

.logo-themed {
  transition: filter .3s ease;
}

html.light .logo-themed {
  filter: brightness(0);
}

.icon svg,
.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
}

.site-nav {
  transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
}

.site-nav.is-scrolled {
  background: color-mix(in srgb, var(--background) 90%, transparent);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px color-mix(in srgb, var(--neon-cyan) 5%, transparent);
}

html.light .site-nav.is-scrolled {
  background: color-mix(in srgb, var(--light-background) 92%, transparent);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .04);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.site-logo-image {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
}

.site-nav__desktop {
  display: none;
  align-items: center;
  gap: 2rem;
}

.site-nav__link,
.mobile-nav__link {
  color: color-mix(in srgb, var(--foreground) 60%, transparent);
  font-family: var(--font-heading);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: color .3s ease;
}

.site-nav__link:hover,
.mobile-nav__link:hover {
  color: var(--neon-cyan);
}

html.light .site-nav__link,
html.light .mobile-nav__link {
  color: color-mix(in srgb, var(--light-foreground) 60%, transparent);
}

html.light .site-nav__link:hover,
html.light .mobile-nav__link:hover {
  color: var(--light-neon-cyan);
}

.site-nav__mobile-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.theme-toggle,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 0.125rem;
  background: transparent;
  color: color-mix(in srgb, var(--foreground) 60%, transparent);
  transition: color .3s ease, background .3s ease;
}

.theme-toggle__sun {
  display: inline-flex;
}

.theme-toggle__moon {
  display: none;
}

html.light .theme-toggle__sun {
  display: none;
}

html.light .theme-toggle__moon {
  display: inline-flex;
}

.theme-toggle:hover,
.menu-toggle:hover {
  color: var(--foreground);
  background: color-mix(in srgb, var(--foreground) 8%, transparent);
}

html.light .theme-toggle,
html.light .menu-toggle {
  color: color-mix(in srgb, var(--light-foreground) 60%, transparent);
}

html.light .theme-toggle:hover,
html.light .menu-toggle:hover {
  color: var(--light-foreground);
  background: rgba(0, 0, 0, .04);
}

.menu-toggle__close {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__open {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__close {
  display: inline-flex;
}

.mobile-nav {
  background: color-mix(in srgb, var(--background) 95%, transparent);
  backdrop-filter: blur(16px);
  border-top: 1px solid color-mix(in srgb, var(--neon-cyan) 10%, transparent);
  padding-bottom: 1.5rem;
}

html.light .mobile-nav {
  background: color-mix(in srgb, var(--light-background) 95%, transparent);
  border-top-color: color-mix(in srgb, var(--light-neon-cyan) 10%, transparent);
}

.mobile-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

.mobile-nav__link {
  padding: .5rem 0;
  font-size: .9rem;
}

.hero-section,
.cta-section {
  position: relative;
  overflow: hidden;
}

.hero-section {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video,
.cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--background);
  opacity: var(--video-overlay-opacity);
}

html.light .hero-overlay {
  background: var(--light-background);
  opacity: var(--light-video-overlay-opacity);
}

.hero-radial {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, color-mix(in srgb, var(--neon-cyan) 8%, transparent) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 60% 60%, hsl(320 100% 55% / 0.06) 0%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  text-align: center;
}

.hero-eyebrow,
.section-eyebrow {
  margin-bottom: .75rem;
  font-family: var(--font-heading);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .4em;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: color-mix(in srgb, var(--foreground) 70%, transparent);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
}

html.light .hero-eyebrow {
  color: color-mix(in srgb, var(--light-foreground) 70%, transparent);
}

.hero-title {
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: .98;
  letter-spacing: 0.06em;
}

.hero-title span {
  display: inline-block;
}

.hero-title .hero-title__main {
  color: var(--foreground);
}

html.light .hero-title .hero-title__main {
  color: var(--light-foreground);
}

.hero-description {
  max-width: 42rem;
  margin: 0 auto 3rem;
  color: color-mix(in srgb, var(--foreground) 100%, transparent);
  font-size: clamp(1.05rem, 2vw, 1.65rem);
  font-weight: 300;
  white-space: nowrap;
}

html.light .hero-description {
  color: var(--light-foreground);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero-bottom-fade {
  position: absolute;
  inset: auto 0 0;
  height: 8rem;
  background: linear-gradient(180deg, transparent, var(--background));
}

html.light .hero-bottom-fade {
  display: none;
}

.about-section {
  padding: 8rem 0 10rem;
}

.about-content,
.section-header {
  max-width: 64rem;
  margin-inline: auto;
  text-align: center;
}

.section-title {
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.6rem);
  letter-spacing: .05em;
}

.about-name {
  margin-bottom: 2.5rem;
  color: var(--neon-magenta);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: .08em;
}

html.light .about-name {
  color: var(--light-neon-magenta);
}

.about-portrait-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.about-portrait-frame {
  position: relative;
}

.about-portrait {
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid color-mix(in srgb, var(--neon-cyan) 30%, transparent);
}

@media (min-width: 768px) {
  .about-portrait {
    width: 16rem;
    height: 16rem;
  }
}

.about-portrait-glow {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 30px hsl(185 100% 50% / 0.2);
  pointer-events: none;
}

html.light .about-portrait-glow {
  box-shadow: 0 0 30px hsl(185 80% 35% / 0.22);
}

.about-copy {
  max-width: 54rem;
  margin: 0 auto 1.5rem;
  color: color-mix(in srgb, var(--foreground) 75%, transparent);
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.75;
  font-weight: 300;
}

.about-copy--lead {
  color: color-mix(in srgb, var(--foreground) 80%, transparent);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
}

html.light .about-copy,
html.light .about-copy--lead {
  color: color-mix(in srgb, var(--light-foreground) 78%, transparent);
}

.about-instagram,
.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--neon-magenta);
  transition: color .3s ease;
}

.about-instagram:hover,
.footer-instagram:hover {
  color: var(--accent);
}

html.light .about-instagram,
html.light .footer-instagram {
  color: var(--light-neon-magenta);
}

.services-section,
.testimonials-section,
.contact-section {
  padding: 6rem 0 8rem;
  background: var(--surface-elevated);
}

html.light .services-section,
html.light .testimonials-section,
html.light .contact-section {
  background: var(--light-surface-elevated);
}

.gallery-section,
.faq-section {
  padding: 6rem 0 8rem;
}

/* Gallery: cabecera con mb-16 y rejilla con gap-5 como Lovable (GallerySection.tsx) */
.gallery-section .section-header {
  margin-bottom: 4rem;
}

.section-description,
.contact-description {
  max-width: 38rem;
  margin-inline: auto;
  color: color-mix(in srgb, var(--foreground) 70%, transparent);
  font-weight: 300;
}

html.light .section-description,
html.light .contact-description {
  color: color-mix(in srgb, var(--light-foreground) 70%, transparent);
}

.section-header--services {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-logo {
  width: 7rem;
  margin-bottom: 1.5rem;
}

.services-grid,
.gallery-grid,
.testimonials-grid,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.services-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.service-card {
  border-radius: 0.125rem;
  padding: 1.5rem;
}

.service-card__title {
  margin-bottom: 1.25rem;
  color: var(--neon-cyan);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
}

html.light .service-card__title {
  color: var(--light-neon-cyan);
}

.service-card__items {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.service-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.service-card__name {
  color: color-mix(in srgb, var(--foreground) 75%, transparent);
  font-size: .95rem;
  font-weight: 300;
}

.service-card__price {
  color: var(--foreground);
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 600;
  white-space: nowrap;
}

html.light .service-card__name {
  color: color-mix(in srgb, var(--light-foreground) 75%, transparent);
}

html.light .service-card__price {
  color: var(--light-foreground);
}

.section-cta {
  margin-top: 4rem;
  text-align: center;
}

.gallery-grid {
  max-width: 72rem;
  margin-inline: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--neon-cyan) 10%, transparent);
  border-radius: 0.125rem;
}

.gallery-card img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  transition: transform .7s ease;
}

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

.gallery-card__overlay {
  position: absolute;
  inset: 0;
  border: 2px solid color-mix(in srgb, var(--neon-cyan) 30%, transparent);
  border-radius: 0.125rem;
  opacity: 0;
  transition: opacity .5s ease;
  box-shadow: inset 0 0 30px color-mix(in srgb, var(--neon-cyan) 10%, transparent);
  pointer-events: none;
}

.gallery-card:hover .gallery-card__overlay {
  opacity: 1;
}

html.light .gallery-card {
  border-color: color-mix(in srgb, var(--light-neon-cyan) 10%, transparent);
}

html.light .gallery-card__overlay {
  border-color: color-mix(in srgb, var(--light-neon-cyan) 28%, transparent);
  box-shadow: inset 0 0 30px color-mix(in srgb, var(--light-neon-cyan) 8%, transparent);
}

.testimonials-grid {
  max-width: 66rem;
  margin-inline: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.testimonial-card {
  border-radius: 0.125rem;
  padding: 1.5rem;
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
  color: var(--accent);
}

.testimonial-stars .icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.testimonial-stars .icon svg {
  width: 24px;
  height: 24px;
  fill: var(--accent);
  stroke: none;
}

.testimonial-text {
  margin-bottom: 1.5rem;
  color: color-mix(in srgb, var(--foreground) 80%, transparent);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
}

.testimonial-name {
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html.light .testimonial-text {
  color: color-mix(in srgb, var(--light-foreground) 80%, transparent);
}

.cta-section {
  padding: 11rem 0 13rem;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--background) 50%, transparent);
}

html.light .cta-overlay {
  background: color-mix(in srgb, var(--light-background) 55%, transparent);
}

.cta-radial {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--background) 0%, transparent 20%, transparent 80%, var(--background) 100%),
    radial-gradient(ellipse 70% 50% at 50% 50%, color-mix(in srgb, var(--neon-magenta) 10%, transparent) 0%, transparent 70%);
}

html.light .cta-radial {
  background:
    linear-gradient(180deg, var(--light-background) 0%, transparent 20%, transparent 80%, var(--light-background) 100%),
    radial-gradient(ellipse 70% 50% at 50% 50%, color-mix(in srgb, var(--light-neon-magenta) 10%, transparent) 0%, transparent 70%);
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-title {
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 1.02;
}

.cta-description {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  color: color-mix(in srgb, var(--foreground) 80%, transparent);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 300;
  line-height: 1.7;
}

html.light .cta-description {
  color: color-mix(in srgb, var(--light-foreground) 80%, transparent);
}

.faq-container {
  max-width: 48rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 0.125rem;
  overflow: hidden;
  transition: border-color .3s ease;
}

.faq-item:hover {
  border-color: color-mix(in srgb, var(--neon-cyan) 20%, transparent);
}

html.light .faq-item {
  border-color: var(--light-border);
}

html.light .faq-item:hover {
  border-color: color-mix(in srgb, var(--light-neon-cyan) 22%, transparent);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.faq-question span:first-child {
  font-family: var(--font-heading);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-question .icon {
  flex-shrink: 0;
  color: var(--neon-cyan);
  transition: transform .3s ease;
}

html.light .faq-question .icon {
  color: var(--light-neon-cyan);
}

.faq-item.is-open .faq-question .icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.faq-answer p {
  padding: 0 1.25rem 1.25rem;
  color: color-mix(in srgb, var(--foreground) 75%, transparent);
  font-size: .95rem;
  line-height: 1.7;
  font-weight: 300;
}

html.light .faq-answer p {
  color: color-mix(in srgb, var(--light-foreground) 75%, transparent);
}

.contact-grid {
  max-width: 72rem;
  margin-inline: auto;
  grid-template-columns: 1fr;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.125rem;
  flex-shrink: 0;
}

.contact-row:nth-child(1) .contact-icon {
  color: var(--neon-cyan);
}

.contact-row:nth-child(2) .contact-icon {
  color: var(--neon-magenta);
}

.contact-row:nth-child(3) .contact-icon {
  color: var(--neon-purple);
}

html.light .contact-row:nth-child(1) .contact-icon {
  color: var(--light-neon-cyan);
}

html.light .contact-row:nth-child(2) .contact-icon {
  color: var(--light-neon-magenta);
}

html.light .contact-row:nth-child(3) .contact-icon {
  color: var(--light-neon-purple);
}

.contact-label,
.footer-title {
  margin-bottom: .35rem;
  font-family: var(--font-heading);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-value,
.footer-copy,
.footer-contact__links a,
.footer-contact__links p {
  color: color-mix(in srgb, var(--foreground) 75%, transparent);
  font-weight: 300;
}

.contact-value:hover,
.footer-contact__links a:hover {
  color: var(--foreground);
}

html.light .contact-value,
html.light .footer-copy,
html.light .footer-contact__links a,
html.light .footer-contact__links p {
  color: color-mix(in srgb, var(--light-foreground) 75%, transparent);
}

html.light .contact-value:hover,
html.light .footer-contact__links a:hover {
  color: var(--light-foreground);
}

.contact-map {
  overflow: hidden;
  min-height: 20rem;
  border: 1px solid color-mix(in srgb, var(--neon-cyan) 10%, transparent);
  border-radius: 0.125rem;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: var(--map-filter);
}

html.light .contact-map {
  border-color: color-mix(in srgb, var(--light-neon-cyan) 10%, transparent);
}

html.light .contact-map iframe {
  filter: var(--light-map-filter);
}

.site-footer {
  padding: 4rem 0 3rem;
  border-top: 1px solid var(--border);
}

html.light .site-footer {
  border-top-color: var(--light-border);
}

.footer-grid {
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-logo {
  height: 3.5rem;
  width: auto;
  margin-bottom: 1rem;
}

.footer-copy {
  max-width: 18rem;
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 1.7;
}

.footer-title {
  color: var(--neon-cyan);
}

html.light .footer-title {
  color: var(--light-neon-cyan);
}

.footer-nav__links,
.footer-contact__links {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.footer-book-button {
  margin-top: 1rem;
}

.footer-meta {
  color: color-mix(in srgb, var(--foreground) 40%, transparent);
  font-size: .78rem;
  letter-spacing: .08em;
  text-align: center;
}

.footer-meta--builder {
  margin-top: .5rem;
}

.footer-meta--builder a {
  color: color-mix(in srgb, var(--foreground) 60%, transparent);
  text-decoration: underline;
}

html.light .footer-meta {
  color: color-mix(in srgb, var(--light-foreground) 40%, transparent);
}

html.light .footer-meta--builder a {
  color: color-mix(in srgb, var(--light-foreground) 60%, transparent);
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity .3s ease;
}

.booking-modal.is-open {
  opacity: 1;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--background) 80%, transparent);
  backdrop-filter: blur(4px);
}

html.light .booking-modal__backdrop {
  background: rgba(255, 255, 255, .72);
}

.booking-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border: 0;
  border-radius: 0.125rem;
  background: transparent;
  color: color-mix(in srgb, var(--foreground) 50%, transparent);
  cursor: pointer;
  transition: color 0.2s ease;
}

.booking-modal__close:hover {
  color: var(--foreground);
  background: transparent;
}

html.light .booking-modal__close {
  color: color-mix(in srgb, var(--light-foreground) 50%, transparent);
}

html.light .booking-modal__close:hover {
  color: var(--light-foreground);
}

.booking-modal__close .icon svg {
  width: 20px;
  height: 20px;
}

.booking-modal__dialog {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 32rem;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0.125rem;
  padding: 2rem;
}

.booking-modal__eyebrow {
  margin: 0 0 0.5rem;
  padding-right: 2.75rem;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.booking-modal__title {
  margin: 0 0 1.5rem;
  padding-right: 2.75rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .booking-modal__title {
    font-size: 1.875rem;
  }
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.booking-form__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--border);
  border-radius: 0.125rem;
  background: color-mix(in srgb, var(--muted) 50%, transparent);
  color: var(--foreground);
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.5;
  transition: border-color 0.2s ease;
}

.booking-form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--border);
  border-radius: 0.125rem;
  appearance: none;
  background-color: color-mix(in srgb, var(--muted) 50%, transparent);
  background-image: linear-gradient(45deg, transparent 50%, var(--muted-foreground) 50%), linear-gradient(135deg, var(--muted-foreground) 50%, transparent 50%);
  background-position: calc(100% - 1.1rem) 50%, calc(100% - 0.75rem) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: var(--foreground);
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.5;
  transition: border-color 0.2s ease;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: var(--muted-foreground);
}

html.light .booking-form input,
html.light .booking-form textarea {
  border-color: var(--light-border);
  background: color-mix(in srgb, var(--light-muted) 50%, transparent);
  color: var(--light-foreground);
}

html.light .booking-form select {
  border-color: var(--light-border);
  background-color: color-mix(in srgb, var(--light-muted) 50%, transparent);
  background-image: linear-gradient(45deg, transparent 50%, var(--light-muted-foreground) 50%), linear-gradient(135deg, var(--light-muted-foreground) 50%, transparent 50%);
  color: var(--light-foreground);
}

html.light .booking-form input::placeholder,
html.light .booking-form textarea::placeholder {
  color: var(--light-muted-foreground);
}

.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--neon-cyan) 50%, transparent);
}

html.light .booking-form input:focus,
html.light .booking-form textarea:focus,
html.light .booking-form select:focus {
  border-color: color-mix(in srgb, var(--light-neon-cyan) 50%, transparent);
}

.booking-form textarea {
  min-height: calc(3 * 1.5em + 1.5rem);
  resize: none;
}

.booking-form__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

.booking-form__actions .neon-btn,
.booking-form__actions .neon-btn-outline {
  box-sizing: border-box;
  min-height: unset;
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.2;
  white-space: nowrap;
}

.booking-form__actions .neon-btn .icon svg,
.booking-form__actions .neon-btn-outline .icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.booking-modal__form-state--success {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.booking-modal__form-state--success .booking-modal__title {
  margin-bottom: 0.75rem;
}

.booking-success__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--accent);
}

.booking-success__icon .icon svg {
  width: 24px;
  height: 24px;
}

.booking-success__message {
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: color-mix(in srgb, var(--foreground) 70%, transparent);
  text-align: center;
}

html.light .booking-success__message {
  color: color-mix(in srgb, var(--light-foreground) 70%, transparent);
}

.booking-success__close {
  margin-inline: auto;
  min-height: unset;
  padding: 0.75rem 2.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hero: escalonado como framer-motion en Lovable (delays 0.4s–1s) */
.hero-content > .hero-eyebrow.animate-on-scroll {
  transition-delay: 0.4s;
}

.hero-content > .hero-title.animate-on-scroll {
  transition-delay: 0.6s;
}

.hero-content > .hero-description.animate-on-scroll {
  transition-delay: 0.8s;
}

.hero-content > .hero-actions.animate-on-scroll {
  transition-delay: 1s;
}

@media (min-width: 640px) {
  .hero-actions,
  .booking-form__actions {
    flex-direction: row;
    align-items: stretch;
  }

  .booking-form__actions .neon-btn.booking-submit {
    flex: 1 1 auto;
  }

  .booking-form__actions .neon-btn-outline.booking-call {
    flex: 0 0 auto;
  }

  .booking-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 768px) {
  .about-section {
    padding: 8rem 0 11rem;
  }

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

  .gallery-card img {
    height: 28rem;
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .site-logo-image {
    height: 3rem;
  }

  .site-nav__desktop {
    display: flex;
  }

  .site-nav__mobile-actions,
  .mobile-nav {
    display: none !important;
  }

  .services-grid,
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .contact-map {
    min-height: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero-description {
    white-space: normal;
  }

  .cta-section {
    padding: 8rem 0 9rem;
  }
}
