/* =========================================================
   LA CASONA DE ANITA · Styles
   Soft Editorial warm · Fraunces + Manrope rounded · Quicksand + Nunito
   ========================================================= */

:root {
  /* Core palette */
  --cream:          #F5ECDC;
  --cream-deep:     #EBDFC8;
  --cream-soft:     #FAF4E8;
  --cream-white:    #FDFAF3;
  --paper:          #FBF6EC;

  --terracotta:     #C4652A;
  --terracotta-dk:  #9F4F1E;
  --terracotta-lt:  #E08A4B;

  --olive:          #3E4A2A;
  --olive-soft:     #5D6B43;
  --olive-deep:     #2D361F;

  --ink:            #2A2520;
  --ink-soft:       #5C534A;
  --ink-mute:       #8B7F72;

  --line:           #E3D6BE;
  --line-soft:      #EFE5D1;

  /* Typography */
  --font-display:   'Quicksand', sans-serif;
  --font-body:      'Nunito', sans-serif;

  /* Spacing scale */
  --s-1: .5rem;
  --s-2: 1rem;
  --s-3: 1.5rem;
  --s-4: 2rem;
  --s-5: 3rem;
  --s-6: 4.5rem;
  --s-7: 6rem;
  --s-8: 9rem;

  --radius: 14px;
  --radius-lg: 24px;

  --ease: cubic-bezier(.2,.8,.2,1);
}

/* RESET */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* Grain overlay */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.3 0 0 0 0 0.25 0 0 0 0 0.2 0 0 0 .4 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
h1 em, h2 em, h3 em {
  font-style: normal;
  font-weight: 300;
  color: var(--terracotta);
}
p { margin: 0 0 1em; }

.eyebrow {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--olive-soft);
  display: inline-block;
  margin-bottom: var(--s-3);
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 14px 26px;
  background: var(--ink);
  color: var(--cream-white);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .01em;
  transition: all .35s var(--ease);
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(196,101,42,.45);
}
.btn-sm { padding: 10px 20px; font-size: .85rem; }
.btn-full { width: 100%; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(42,37,32,.25);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream-white);
  border-color: var(--ink);
  box-shadow: none;
}
.btn-light {
  background: var(--cream-white);
  color: var(--terracotta-dk);
  border-color: var(--cream-white);
}
.btn-light:hover {
  background: var(--terracotta);
  color: var(--cream-white);
  border-color: var(--terracotta);
}
.btn-dot {
  width: 8px; height: 8px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(37,211,102,.2);
  animation: dotPulse 2s infinite;
}
@keyframes dotPulse {
  0%,100% { opacity: 1; }
  50%     { opacity: .4; }
}

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(1.25rem, 4vw, 3rem);
  z-index: 100;
  background: rgba(245,236,220,.72);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, padding .3s ease;
}
.navbar.scrolled {
  border-bottom-color: var(--line);
  padding: 12px clamp(1.25rem, 4vw, 3rem);
}
.nav-brand {
  display: block;
}
.logo {
  height: 58px;
  width: auto;
  display: block;
  transition: height .3s ease;
}
.navbar.scrolled .logo { height: 46px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--s-4);
}
.nav-links a:not(.btn) {
  position: relative;
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink);
  transition: color .25s;
}
.nav-links a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s var(--ease);
}
.nav-links a:not(.btn):hover { color: var(--terracotta); }
.nav-links a:not(.btn):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--ink);
  transition: .3s;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  padding: 110px clamp(1.25rem, 4vw, 3rem) var(--s-6);
  gap: var(--s-5);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(224,138,75,.12), transparent 50%),
    radial-gradient(ellipse at 10% 90%, rgba(62,74,42,.08), transparent 50%);
  z-index: 0;
  pointer-events: none;
}

.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-block;
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--olive-soft);
  margin-bottom: var(--s-3);
  font-weight: 500;
}
.hero-title {
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.15;
  margin-bottom: var(--s-3);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.hero-sub {
  font-size: 1.05rem;
  max-width: 440px;
  color: var(--ink-soft);
  margin-bottom: var(--s-4);
}
.hero-buttons {
  display: flex;
  gap: var(--s-2);
  flex-wrap: wrap;
  margin-bottom: var(--s-5);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  max-width: 460px;
  padding-top: var(--s-4);
  border-top: 1px solid var(--line);
}
.hero-meta > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-meta strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
}
.hero-meta span {
  font-size: .78rem;
  letter-spacing: .05em;
  color: var(--ink-mute);
  line-height: 1.35;
}

.hero-media {
  position: relative;
  height: 78vh;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.25);
  z-index: 1;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: slowZoom 14s ease-in-out infinite alternate;
}
@keyframes slowZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.15); }
}
.hero-media-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(62,74,42,.15) 0%,
    transparent 40%,
    rgba(196,101,42,.18) 100%);
}

.scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 22px;
  height: 36px;
  border: 1px solid var(--ink-mute);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
  background: rgba(245,236,220,.6);
  backdrop-filter: blur(4px);
}
.scroll-hint span {
  width: 2px;
  height: 8px;
  background: var(--ink-mute);
  border-radius: 2px;
  animation: scrollDot 1.8s infinite;
}
@keyframes scrollDot {
  0%   { transform: translateY(0);    opacity: 1; }
  80%  { transform: translateY(16px); opacity: 0; }
  100% { transform: translateY(0);    opacity: 0; }
}

/* =========================================================
   INTRO SECTION
   ========================================================= */
.intro-section {
  padding: var(--s-7) clamp(1.25rem, 4vw, 3rem);
  background: var(--cream);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.intro-lead {
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.4;
  color: var(--ink);
  font-weight: 400;
  letter-spacing: -.01em;
}
.intro-lead em {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 600;
}

/* =========================================================
   SERVICES
   ========================================================= */
section {
  padding: var(--s-8) clamp(1.25rem, 4vw, 3rem);
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.section-head {
  max-width: 900px;
  margin-bottom: var(--s-6);
}
.section-head.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-head h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.02;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-5) var(--s-4);
}
.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: var(--s-3);
}
.service-card:nth-child(even) {
  margin-top: var(--s-6);
}
.service-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--terracotta);
  letter-spacing: .1em;
}
.service-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
}
.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}
.service-card:hover .service-media img {
  transform: scale(1.06);
}
.service-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(42,37,32,.12));
}
.service-body h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  margin-bottom: var(--s-1);
  line-height: 1.15;
}
.service-body p {
  color: var(--ink-soft);
  max-width: 44ch;
  font-size: .98rem;
}

/* =========================================================
   WHY
   ========================================================= */
.why {
  background: var(--cream-deep);
  max-width: none;
  margin: 0;
  padding: var(--s-8) clamp(1.25rem, 4vw, 3rem);
  position: relative;
}
.why > .section-head,
.why > .why-grid { max-width: 1360px; margin-left: auto; margin-right: auto; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-3);
}
.why-item {
  padding: var(--s-4) var(--s-3);
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.why-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px rgba(62,74,42,.2);
}
.why-icon {
  width: 48px;
  height: 48px;
  color: var(--terracotta);
  margin-bottom: var(--s-3);
  transition: transform .4s var(--ease);
}
.why-item:hover .why-icon { transform: rotate(-4deg) scale(1.05); }
.why-icon svg { width: 100%; height: 100%; }
.why-item h3 {
  font-size: 1.35rem;
  margin-bottom: .5rem;
  line-height: 1.2;
}
.why-item p {
  color: var(--ink-soft);
  font-size: .93rem;
  margin: 0;
}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap: var(--s-3);
}
.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: zoom-in;
}
.gallery-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.gallery-grid figure:hover img { transform: scale(1.08); }

.gallery-grid figcaption {
  position: absolute;
  left: var(--s-3);
  bottom: var(--s-3);
  color: var(--cream-white);
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1rem;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
  opacity: 0;
  transform: translateY(10px);
  transition: all .45s var(--ease);
}
.gallery-grid figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* LIGHTBOX */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30,25,20,.92);
  z-index: 9000;
  justify-content: center;
  align-items: center;
  padding: var(--s-4);
  cursor: zoom-out;
}
.lightbox.active { display: flex; }
.lightbox-img {
  max-width: 94vw;
  max-height: 90vh;
  border-radius: 8px;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 22px;
  right: 26px;
  background: none;
  border: none;
  color: var(--cream-white);
  font-size: 36px;
  line-height: 1;
  padding: 0;
}

/* =========================================================
   ABOUT
   ========================================================= */
.about {
  padding: var(--s-8) clamp(1.25rem, 4vw, 3rem);
}
.about-head {
  max-width: 900px;
  margin-bottom: var(--s-6);
}
.about-head h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.02;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.about-block {
  padding: var(--s-5) var(--s-4) var(--s-5) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.about-block:nth-child(odd) {
  padding-right: var(--s-5);
  border-right: 1px solid var(--line);
}
.about-block:nth-child(even) {
  padding-left: var(--s-5);
}
.about-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .9rem;
  color: var(--terracotta);
  letter-spacing: .15em;
  margin-bottom: var(--s-2);
}
.about-block h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-bottom: var(--s-2);
}
.about-block p {
  color: var(--ink-soft);
  max-width: 48ch;
  font-size: 1rem;
  margin: 0;
}

/* =========================================================
   LOCATION
   ========================================================= */
.location {
  padding: var(--s-8) clamp(1.25rem, 4vw, 3rem);
}
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--s-6);
  align-items: center;
}
.location-info h2 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin-bottom: var(--s-3);
  line-height: 1.02;
}
.location-info p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 42ch;
}
.location-address {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 600;
  color: var(--olive) !important;
  font-size: 1.1rem !important;
  margin: var(--s-3) 0 var(--s-4) !important;
}
.location-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,.25);
  border: 8px solid var(--cream-white);
}
.location-map iframe {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
  filter: saturate(.85) contrast(.95);
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact {
  padding: var(--s-8) clamp(1.25rem, 4vw, 3rem);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: var(--cream-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  box-shadow: 0 40px 80px -40px rgba(0,0,0,.15);
}
.contact-form {
  padding: clamp(2rem, 5vw, 4rem);
}
.contact-form h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: var(--s-2);
}
.contact-intro {
  color: var(--ink-soft);
  max-width: 38ch;
  margin-bottom: var(--s-4);
}
.field {
  margin-bottom: var(--s-3);
}
.field label {
  display: block;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 8px;
  font-weight: 500;
}
.field input,
.field textarea {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color .3s;
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--terracotta);
}

.contact-info {
  background:
    radial-gradient(ellipse at top right, rgba(224,138,75,.2), transparent 60%),
    linear-gradient(145deg, var(--olive) 0%, var(--olive-deep) 100%);
  color: var(--cream-white);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(224,138,75,.15), transparent 70%);
  border-radius: 50%;
}
.contact-info-inner {
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
  z-index: 1;
  width: 100%;
}
.contact-info h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--cream-white);
  margin-bottom: var(--s-4);
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--s-4);
}
.contact-list li {
  padding: var(--s-2) 0;
  border-bottom: 1px solid rgba(253,250,243,.15);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-label {
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  opacity: .6;
}
.contact-list a,
.contact-list li > span:last-child {
  color: var(--cream-white);
  font-size: 1rem;
  transition: color .25s;
  word-break: break-all;
}
.contact-list a:hover {
  color: var(--terracotta-lt);
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--olive-deep);
  color: var(--cream-soft);
  padding: var(--s-7) clamp(1.25rem, 4vw, 3rem) var(--s-4);
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--s-5);
  max-width: 1360px;
  margin: 0 auto;
  padding-bottom: var(--s-5);
  border-bottom: 1px solid rgba(253,250,243,.1);
}
.footer-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: var(--s-3);
}
.fw-line1 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .08em;
  color: var(--cream-soft);
  text-transform: uppercase;
  opacity: .85;
}
.fw-line2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 3.8rem;
  color: var(--terracotta-lt);
  line-height: .95;
  margin: 4px 0 10px;
}
.fw-line3 {
  font-family: var(--font-body);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cream-soft);
  opacity: .55;
  padding-top: 10px;
  border-top: 1px solid rgba(253,250,243,.15);
  display: block;
  width: fit-content;
}
.footer-logo {
  height: 100px;
  margin-bottom: var(--s-3);
  opacity: .95;
}
.footer-brand p {
  opacity: .7;
  font-size: .95rem;
  max-width: 30ch;
}
.footer-col h4 {
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: var(--s-3);
  color: var(--terracotta-lt);
  font-family: var(--font-body);
  font-weight: 500;
}
.footer-col a {
  display: block;
  padding: 6px 0;
  opacity: .8;
  transition: opacity .25s, color .25s;
  font-size: .95rem;
}
.footer-col a:hover {
  opacity: 1;
  color: var(--terracotta-lt);
}
.footer-bottom {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: var(--s-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  opacity: .6;
}
.footer-tagline em {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 600;
  color: var(--terracotta-lt);
  opacity: 1;
  font-size: 1rem;
}

/* =========================================================
   FLOATING CTA
   ========================================================= */
.cta-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 14px 16px;
  background: #25D366;
  color: white;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem;
  box-shadow: 0 14px 40px -10px rgba(37,211,102,.5),
              0 0 0 6px rgba(37,211,102,.15);
  z-index: 50;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  animation: floatPulse 3s ease-in-out infinite;
}
.cta-float:hover {
  transform: translateY(-3px) scale(1.03);
}
@keyframes floatPulse {
  0%, 100% {
    box-shadow: 0 14px 40px -10px rgba(37,211,102,.5),
                0 0 0 6px rgba(37,211,102,.15);
  }
  50% {
    box-shadow: 0 14px 40px -10px rgba(37,211,102,.6),
                0 0 0 14px rgba(37,211,102,.0);
  }
}

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-media img {
    animation: none;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  :root {
    --s-7: 4.5rem;
    --s-8: 5.5rem;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: var(--s-6);
  }
  .hero-media {
    height: 55vh;
    order: -1;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card:nth-child(even) { margin-top: 0; }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .g-tall { grid-row: span 1; }
  .g-wide { grid-column: span 1; }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-block:nth-child(odd),
  .about-block:nth-child(even) {
    padding: var(--s-4) 0;
    border-right: none;
  }
  .location-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  :root { --s-8: 4.5rem; }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: clamp(1.25rem, 4vw, 3rem);
    background: var(--cream-white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    flex-direction: column;
    align-items: flex-start;
    padding: var(--s-3) var(--s-4);
    gap: var(--s-2);
    min-width: 220px;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,.15);
  }
  .nav-links.active { display: flex; }
  .menu-toggle { display: flex; }

  .hero-title {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }
  .hero-meta {
    grid-template-columns: 1fr;
    gap: var(--s-2);
  }
  .hero-media { height: 50vh; }
  .hero-buttons { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-buttons .btn { width: 100%; }

  .why-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--s-4);
  }
  .footer-bottom {
    flex-direction: column;
    gap: var(--s-2);
    text-align: center;
  }
  .cta-float span { display: none; }
  .cta-float { padding: 14px; }
  .scroll-hint { display: none; }
}
