/*
Theme Name: smtpchile
Theme URI: https://www.eilaestudio.cl
Author: SMTP Chile
Author URI: https://smtpchile.cl
Description: Tema personalizado para Eila Estudio — Nails & Lashes · Ñuñoa, Santiago de Chile.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: smtpchile
*/

/* ============================================================
   EILA ESTUDIO — Hoja de estilos principal
   Paleta oficial (CMYK del PDF de marca):
     dark #5B4C39 · mid #8C7357 · warm #C4B39A · cream #E7D6C8
     mauve #A38F86 · light #DAD0BF · gold #C9A84C · white #FAF7F4
   ============================================================ */

:root {
  --eila-dark:   #5B4C39;
  --eila-mid:    #8C7357;
  --eila-warm:   #C4B39A;
  --eila-cream:  #E7D6C8;
  --eila-mauve:  #A38F86;
  --eila-light:  #DAD0BF;
  --eila-gold:   #C9A84C;
  --eila-gold-2: #B8953A;
  --eila-white:  #FAF7F4;
  --eila-ink:    #2A2218;

  --serif: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --sans:  "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --shadow-soft:  0 30px 80px -40px rgba(91,76,57,.35), 0 8px 24px -12px rgba(91,76,57,.18);
  --shadow-hover: 0 40px 100px -40px rgba(91,76,57,.45);
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--eila-white);
  color: var(--eila-ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* Tipografía */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  margin: 0;
  color: var(--eila-dark);
  letter-spacing: .005em;
  text-wrap: balance;
}
.eyebrow {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--eila-mid);
}
.rule {
  display: inline-block;
  width: 44px; height: 1px;
  background: var(--eila-gold);
  vertical-align: middle;
  margin: 0 14px;
}
.section-title {
  font-style: italic;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin-top: 14px;
}
.section-lede {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--eila-mid);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
  text-wrap: pretty;
}

/* Utilidades */
.container { width: min(1240px, 92%); margin-inline: auto; }
.section    { padding: clamp(70px, 9vw, 130px) 0; }
.center     { text-align: center; }

/* ========== HEADER ========== */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding: 22px 0;
  transition: background .4s var(--ease), backdrop-filter .4s var(--ease),
              box-shadow .4s var(--ease), padding .4s var(--ease);
}
.header.scrolled {
  background: rgba(250,247,244,.82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  box-shadow: 0 1px 0 rgba(91,76,57,.08);
  padding: 14px 0;
}
.header-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}

/* Logo */
.logo { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-eila {
  font-family: var(--serif);
  font-style: italic; font-weight: 500;
  font-size: 38px; line-height: 1;
  background: linear-gradient(135deg,#E4C878 0%,#C9A84C 35%,#B8953A 55%,#E4C878 75%,#A8843A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  letter-spacing: -.01em;
  transition: font-size .4s var(--ease);
}
.logo-divider {
  width: 26px; height: 1px;
  background: var(--eila-warm); display: inline-block;
  transition: background .3s var(--ease);
}
.header:not(.scrolled) .logo-divider { background: rgba(250,247,244,.6); }
.logo-estudio {
  font-family: var(--sans); font-weight: 300;
  font-size: 11px; letter-spacing: .5em; text-transform: uppercase;
  color: var(--eila-mid);
  transition: color .3s var(--ease);
}
.header:not(.scrolled) .logo-estudio { color: rgba(250,247,244,.85); text-shadow: 0 1px 14px rgba(0,0,0,.25); }
.header.scrolled .logo-eila { font-size: 32px; }

/* Logo hero */
.logo-hero { flex-direction: column; gap: 0; }
.logo-hero-wrap { display: flex; flex-direction: column; align-items: center; gap: 0; }
.logo-eila-hero {
  font-size: clamp(84px, 11vw, 150px);
  background: linear-gradient(135deg,#F0D98A 0%,#D9B95E 30%,#B8953A 55%,#E4C878 75%,#A8843A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(201,168,76,.25));
}
.logo-hero-rule {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: 8px; width: min(340px, 60vw);
}
.logo-hero-rule::before, .logo-hero-rule::after {
  content: ""; flex: 1; height: 1px; background: rgba(231,214,200,.55);
}
.logo-hero-rule span {
  width: 5px; height: 5px; transform: rotate(45deg);
  background: var(--eila-gold);
}
.logo-estudio-hero {
  margin-top: 12px;
  font-size: 13px; letter-spacing: .8em;
  color: #E7D6C8;
}

/* Logo footer */
.logo-footer { flex-direction: column; align-items: flex-start; gap: 4px; }
.logo-eila-footer  { font-size: 58px; }
.footer-rule { width: 200px; margin: 4px 0; }
.footer-rule::before, .footer-rule::after { background: rgba(218,208,191,.3); }
.logo-estudio-footer { color: var(--eila-light); font-size: 11px; }

/* Nav */
.nav { display: flex; align-items: center; gap: 36px; }
.nav a {
  font-size: 12px; letter-spacing: .28em; text-transform: uppercase;
  font-weight: 400; color: var(--eila-dark);
  position: relative; padding: 6px 0;
  transition: color .25s var(--ease);
}
.header:not(.scrolled) .nav a { color: var(--eila-white); text-shadow: 0 1px 20px rgba(0,0,0,.25); }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--eila-gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.nav a:hover::after { transform: scaleX(1); }

/* Botones */
.btn {
  --bg: var(--eila-gold);
  --fg: var(--eila-white);
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  background: var(--bg); color: var(--fg);
  font-family: var(--sans); font-weight: 400;
  font-size: 12px; letter-spacing: .32em; text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(201,168,76,.55); background: var(--eila-gold-2); }
.btn.btn-ghost { background: transparent; color: var(--eila-white); border-color: rgba(250,247,244,.7); }
.btn.btn-ghost:hover { background: rgba(250,247,244,.08); border-color: var(--eila-white); }
.btn.btn-dark { --bg: var(--eila-dark); --fg: var(--eila-white); }
.btn.btn-dark:hover { background: #403423; box-shadow: 0 14px 30px -10px rgba(91,76,57,.45); }

/* Hamburger */
.hamburger { display: none; width: 36px; height: 36px; align-items: center; justify-content: center; }
.hamburger span { width: 22px; height: 1px; background: var(--eila-dark); position: relative; display: block; }
.hamburger span::before, .hamburger span::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: inherit; }
.hamburger span::before { top: -7px; }
.hamburger span::after  { top:  7px; }
.header:not(.scrolled) .hamburger span,
.header:not(.scrolled) .hamburger span::before,
.header:not(.scrolled) .hamburger span::after { background: var(--eila-white); }

/* Logo — contenedor */
.logo-wrap {
  display: inline-flex; align-items: center;
  text-decoration: none; flex-shrink: 0;
}
.logo-img {
  height: 70px; width: auto; display: block;
  transition: height .4s var(--ease);
}
.header.scrolled .logo-img {
  height: 54px;
  mix-blend-mode: multiply;
}
/* Logo texto: siempre oculto */
.logo-txt { display: none !important; }
/* En homepage sin scroll: ocultar logo del header (el grande del hero lo reemplaza) */
.home .header:not(.scrolled) .logo-wrap { visibility: hidden; pointer-events: none; }

/* Logo imagen en hero */
.logo-hero-img-wrap {
  display: flex; justify-content: center; align-items: center;
  margin-bottom: 16px;
}
.logo-hero-img {
  width: clamp(220px, 32vw, 420px);
  height: auto;
  filter: drop-shadow(0 2px 20px rgba(0,0,0,.35));
}

/* Dropdown Servicios */
.nav-drop-wrap { position: relative; display: inline-flex; align-items: center; }
/* Puente invisible que mantiene el hover al cruzar el gap */
.nav-drop-wrap::after {
  content: ''; position: absolute;
  top: 100%; left: -20px; right: -20px;
  height: 24px; /* cubre el gap entre el link y el panel */
}
.nav-drop {
  position: absolute; top: calc(100% + 20px); left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: #FAF7F4;
  box-shadow: 0 8px 32px rgba(91,76,57,.15), 0 1px 0 rgba(91,76,57,.06);
  min-width: 210px; padding: 8px 0;
  opacity: 0; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  border-top: 2px solid var(--eila-gold);
  z-index: 100;
}
.nav-drop-wrap:hover .nav-drop,
.nav-drop-wrap:focus-within .nav-drop {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-drop a {
  display: block; padding: 10px 20px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--eila-dark) !important; text-shadow: none !important;
  white-space: nowrap; transition: background .15s, color .15s;
}
.nav-drop a::after { display: none !important; }
.nav-drop a:hover { background: #F3EDE4; color: var(--eila-mid) !important; }

/* En páginas internas (no homepage) el header siempre muestra fondo sólido */
body:not(.home) .header {
  background: rgba(250,247,244,.95);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  box-shadow: 0 1px 0 rgba(91,76,57,.08);
  padding: 14px 0;
}
body:not(.home) .header .logo-eila { font-size: 32px; }
body:not(.home) .header .logo-estudio { color: var(--eila-mid); text-shadow: none; }
body:not(.home) .header .logo-divider { background: var(--eila-warm); }
body:not(.home) .header .nav a { color: var(--eila-dark); text-shadow: none; }
body:not(.home) .header .hamburger span,
body:not(.home) .header .hamburger span::before,
body:not(.home) .header .hamburger span::after { background: var(--eila-dark); }

/* ========== HERO ========== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; color: var(--eila-white); isolation: isolate;
}
.hero-slides { position: absolute; inset: 0; z-index: -2; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s var(--ease), transform 8s linear;
  transform: scale(1.05);
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg,rgba(91,76,57,.55) 0%,rgba(91,76,57,.35) 40%,rgba(42,34,24,.65) 100%);
}
.hero-inner { text-align: center; padding: 120px 24px 100px; max-width: 900px; }
.hero-eyebrow {
  color: rgba(250,247,244,.8);
  font-size: 11px; letter-spacing: .5em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 24px;
}
.hero-eyebrow::before, .hero-eyebrow::after { content: ""; width: 30px; height: 1px; background: var(--eila-gold); }
.hero-tagline {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(22px, 2.4vw, 30px);
  color: rgba(250,247,244,.92);
  margin: 28px auto 0; max-width: 620px; line-height: 1.45;
}
.hero-cta { margin-top: 44px; display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-dots {
  position: absolute; left: 0; right: 0; bottom: 38px; z-index: 2;
  display: flex; justify-content: center; gap: 10px;
}
.hero-dots button {
  width: 30px; height: 1px; background: rgba(250,247,244,.35);
  transition: background .3s var(--ease), height .3s var(--ease);
}
.hero-dots button.is-active { background: var(--eila-gold); height: 2px; }
.hero-arrows {
  position: absolute; inset: 50% 0 auto 0; z-index: 2;
  display: flex; justify-content: space-between; padding: 0 clamp(16px,3vw,48px);
  transform: translateY(-50%); pointer-events: none;
}
.hero-arrow {
  pointer-events: auto;
  width: 54px; height: 54px; border-radius: 50%;
  border: 1px solid rgba(250,247,244,.4); color: var(--eila-white);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
  backdrop-filter: blur(4px);
}
.hero-arrow:hover { background: var(--eila-gold); border-color: var(--eila-gold); transform: scale(1.05); }

/* ========== BANNER PROMO ========== */
.promo {
  background: linear-gradient(90deg, var(--eila-gold) 0%, #D7B962 50%, var(--eila-gold) 100%);
  color: var(--eila-dark); padding: 22px 0; position: relative; overflow: hidden;
}
.promo-inner { display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; flex-wrap: wrap; }
.promo-inner .tag {
  font-family: var(--sans); font-size: 10px; letter-spacing: .38em; text-transform: uppercase;
  padding: 6px 14px; border: 1px solid rgba(91,76,57,.35);
}
.promo-inner .msg { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2vw, 24px); color: var(--eila-dark); }
.promo-inner .msg strong { font-weight: 500; }

/* ========== SERVICIOS ========== */
.services-grid {
  margin-top: 64px;
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  background: var(--eila-cream); border: 1px solid var(--eila-cream);
}
.service {
  background: var(--eila-white); padding: 44px 32px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 18px;
  position: relative; transition: background .4s var(--ease);
}
.service:hover { background: #fffdfa; }
.service .cat { font-size: 10px; letter-spacing: .4em; text-transform: uppercase; color: var(--eila-gold-2); font-weight: 400; }
.service .icon { width: 44px; height: 44px; color: var(--eila-dark); }
.service h3 { font-size: 26px; line-height: 1.2; font-style: italic; font-weight: 400; }
.service .price { font-family: var(--sans); font-size: 13px; color: var(--eila-mid); letter-spacing: .05em; }
.service-cta {
  margin-top: auto;
  font-family: var(--sans); font-size: 11px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--eila-dark);
  display: inline-flex; align-items: center; gap: 10px;
  padding-top: 16px; border-top: 1px solid var(--eila-cream);
  width: 100%; transition: color .3s var(--ease), gap .3s var(--ease);
}
.service-cta::after { content: "→"; transition: transform .3s var(--ease); }
.service-cta:hover { color: var(--eila-gold-2); gap: 16px; }
.service-cta:hover::after { transform: translateX(4px); }

/* ========== NOSOTRAS ========== */
.about-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 90px); align-items: center;
}
.about-img {
  position: relative; aspect-ratio: 4/5;
  background-size: cover; background-position: center; box-shadow: var(--shadow-soft);
}
.about-img::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(250,247,244,.4); pointer-events: none; }
.about-img .badge {
  position: absolute; left: -28px; bottom: 40px;
  background: var(--eila-white); color: var(--eila-dark);
  padding: 22px 28px; box-shadow: var(--shadow-soft); max-width: 220px;
}
.about-img .badge .n { font-family: var(--serif); font-style: italic; font-size: 40px; line-height: 1; color: var(--eila-gold-2); }
.about-img .badge .l { font-size: 10px; letter-spacing: .36em; text-transform: uppercase; color: var(--eila-mid); margin-top: 6px; }
.about-copy p { font-size: 18px; line-height: 1.8; color: var(--eila-mid); font-weight: 300; max-width: 520px; }
.about-copy p + p { margin-top: 18px; }
.values { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { text-align: left; }
.value .ic { width: 32px; height: 32px; color: var(--eila-gold-2); margin-bottom: 14px; }
.value h4 { font-size: 18px; font-style: italic; font-weight: 400; }
.value p { font-size: 13px; color: var(--eila-mid); margin-top: 6px; line-height: 1.6; }

/* ========== GALERÍA ========== */
.gallery {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px; gap: 16px; margin-top: 56px;
}
.tile {
  background-size: cover; background-position: center;
  overflow: hidden; position: relative; transition: transform .5s var(--ease);
}
.tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(91,76,57,.45));
  opacity: 0; transition: opacity .4s var(--ease);
}
.tile:hover::after { opacity: 1; }
.tile:hover { transform: scale(1.02); }
.tile.tall { grid-row: span 2; }
.tile.wide { grid-column: span 2; }

/* ========== CONTACTO ========== */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px); margin-top: 56px; align-items: start;
}
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 22px 0; border-bottom: 1px solid var(--eila-cream);
}
.contact-list li:first-child { border-top: 1px solid var(--eila-cream); }
.contact-list .ic { width: 22px; height: 22px; color: var(--eila-gold-2); flex: none; margin-top: 3px; }
.contact-list .k { font-size: 10px; letter-spacing: .36em; text-transform: uppercase; color: var(--eila-mid); }
.contact-list .v { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--eila-dark); line-height: 1.3; margin-top: 4px; }
.contact-list a.v:hover { color: var(--eila-gold-2); }
.map { aspect-ratio: 4/5; background: var(--eila-cream); box-shadow: var(--shadow-soft); overflow: hidden; }
.map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.85) contrast(.95); }
.contact-cta { margin-top: 48px; text-align: center; }

/* ========== FOOTER ========== */
.footer { background: var(--eila-dark); color: var(--eila-cream); padding: 80px 0 36px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; align-items: start; }
.footer .logo-eila-footer { font-size: 52px; }
.footer p.about { margin-top: 24px; color: rgba(231,214,200,.7); font-weight: 300; font-size: 14px; line-height: 1.7; max-width: 360px; }
.footer h5 { font-family: var(--sans); font-weight: 400; font-size: 11px; letter-spacing: .4em; text-transform: uppercase; color: var(--eila-gold); margin: 0 0 22px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer a { color: rgba(231,214,200,.85); font-size: 14px; }
.footer a:hover { color: var(--eila-gold); }
.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a {
  width: 40px; height: 40px; border: 1px solid rgba(231,214,200,.25);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
.socials a:hover { background: var(--eila-gold); border-color: var(--eila-gold); color: var(--eila-dark); }
.copy { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(231,214,200,.15); text-align: center; font-size: 12px; color: rgba(231,214,200,.55); letter-spacing: .12em; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 24px; }
.copy-dev { opacity: .7; }
.copy-dev a { color: var(--eila-gold); text-decoration: none; opacity: .85; }
.copy-dev a:hover { opacity: 1; }

/* ========== WHATSAPP FLOTANTE ========== */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 18px 40px -12px rgba(37,211,102,.55), 0 6px 16px -6px rgba(0,0,0,.2);
  transition: transform .3s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float::before {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid #25D366; opacity: .6;
  animation: pulse 2.2s var(--ease) infinite;
}
@keyframes pulse {
  0%   { transform: scale(.9);   opacity: .7; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}
.wa-float svg { width: 28px; height: 28px; }

/* ========== REVEAL ON SCROLL ========== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner .col-brand { grid-column: span 2; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .hamburger { display: inline-flex; }
  .nav.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--eila-white); padding: 12px 0 18px;
    box-shadow: 0 20px 40px -20px rgba(91,76,57,.2);
  }
  .nav.open a { padding: 16px 24px; color: var(--eila-dark) !important; width: 100%; text-align: center; }
  .nav.open a::after { display: none; }
  .header .btn { display: none; }
  .nav.open .btn-mobile { display: inline-flex; margin: 12px auto 0; }

  /* Dropdown mobile: inline, no absolute */
  .nav.open .nav-drop-wrap { width: 100%; flex-direction: column; }
  .nav.open .nav-drop-wrap > a { display: block; }
  .nav.open .nav-drop {
    position: static;
    transform: none !important;
    opacity: 0; max-height: 0; overflow: hidden;
    box-shadow: none; border-top: none; padding: 0; min-width: 0;
    background: #F3EDE4; pointer-events: none;
    transition: max-height .3s ease, opacity .2s ease, padding .2s ease;
  }
  .nav.open .nav-drop-wrap.drop-open .nav-drop {
    opacity: 1; max-height: 420px; padding: 4px 0 8px;
    pointer-events: auto;
  }
  .nav.open .nav-drop a {
    font-size: 10px !important; letter-spacing: .2em !important;
    padding: 12px 24px !important; border-bottom: 1px solid rgba(201,168,76,.1);
  }
  .nav.open .nav-drop a:last-child { border-bottom: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img { max-width: 520px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .tile.wide { grid-column: span 2; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner .col-brand { grid-column: auto; }
}
@media (max-width: 560px) {
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .tile.wide, .tile.tall { grid-column: auto; grid-row: auto; }
  .values { grid-template-columns: 1fr; gap: 20px; }
  .hero-arrows { display: none; }
}
.btn-mobile { display: none; }
