/* =============================================================
   ECOCELIS — Main Stylesheet v1.0
   ============================================================= */

:root {
  --arena:       #E5D3B3;
  --piedra:      #F2EBE0;
  --jade:        #009688;
  --jade-light:  rgba(0,150,136,0.12);
  --azul:        #2196F3;
  --madera:      #4B3F31;
  --madera-light:#7A6652;
  --madera-xlight:#BCA992;
  --shadow:      rgba(75,63,49,0.12);
  --max-w:       1400px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--piedra);
  color: var(--madera);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ── CHUKUM TEXTURE ─────────────────────────────────────────────────────── */
.chukum-texture { position: relative; }
.chukum-texture::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1; opacity: 0.5;
}

/* ── NAVIGATION ─────────────────────────────────────────────────────────── */
.site-nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  background: rgba(242,235,224,0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(188,169,146,0.35);
  transition: padding 0.4s, box-shadow 0.4s;
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1.1rem 4rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo img { height: 44px; width: auto; }
.nav-menu {
  list-style: none; display: flex; gap: 2.5rem; margin: 0; padding: 0;
}
.nav-menu a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--madera-light); transition: color 0.3s;
}
.nav-menu a:hover { color: var(--jade); }
.nav-cta {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border: 1.5px solid var(--jade);
  color: var(--jade); background: transparent;
  cursor: pointer; transition: all 0.3s;
}
.nav-cta:hover { background: var(--jade); color: white; }
.nav-toggle { display: none; }

/* ── HERO ───────────────────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-left {
  background: linear-gradient(160deg, #E5D3B3 0%, #D4BFA0 60%, #C9B090 100%);
  display: flex; flex-direction: column; justify-content: center;
  padding: 8rem 4rem 5rem 6rem;
  position: relative; z-index: 2;
}
.hero-left::after {
  content: ''; position: absolute; right: -1px; top: 0; bottom: 0;
  width: 120px; background: linear-gradient(to right, transparent, var(--piedra)); z-index: 3;
}
.hero-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--jade); margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 0.8rem;
  opacity: 0; animation: fadeUp 0.8s 0.2s forwards;
}
.hero-eyebrow::before {
  content: ''; display: block; width: 32px; height: 1.5px; background: var(--jade);
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 300; line-height: 1.1;
  color: var(--madera); margin-bottom: 2rem;
  opacity: 0; animation: fadeUp 0.8s 0.4s forwards;
}
.hero-title em { font-style: italic; color: var(--jade); }
.hero-subtitle {
  font-size: 0.95rem; font-weight: 300; line-height: 1.8;
  color: var(--madera-light); max-width: 400px; margin-bottom: 3rem;
  opacity: 0; animation: fadeUp 0.8s 0.6s forwards;
}
.hero-buttons { display: flex; gap: 1rem; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
.hero-right {
  background: var(--piedra);
  display: flex; align-items: center; justify-content: center;
  padding: 8rem 5rem 5rem; position: relative;
}
.hero-logo-display {
  position: relative; display: flex; flex-direction: column;
  align-items: center; gap: 2.5rem;
  opacity: 0; animation: fadeIn 1.2s 0.5s forwards;
}
.hero-logo-display img {
  width: 280px; filter: drop-shadow(0 20px 60px rgba(0,150,136,0.2));
}
.hero-deco-circle {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  border: 1px solid rgba(0,150,136,0.12);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none; animation: rotateSlow 40s linear infinite;
}
.hero-deco-circle::after {
  content: ''; position: absolute; width: 420px; height: 420px;
  border-radius: 50%; border: 1px dashed rgba(0,150,136,0.15);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  animation: rotateSlow 28s linear infinite reverse;
}
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.1rem; width: 100%; max-width: 380px; }
.stat {
  text-align: center; padding: 1.5rem 1rem;
  background: white; border: 1px solid rgba(188,169,146,0.3); transition: transform 0.3s;
}
.stat:hover { transform: translateY(-4px); }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--jade); display: block; }
.stat-label { font-family: 'Josefin Sans', sans-serif; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--madera-light); margin-top: 0.3rem; display: block; }

/* ── BUTTONS ────────────────────────────────────────────────────────────── */
.btn-primary {
  padding: 0.9rem 2.2rem; background: var(--jade); color: white;
  font-family: 'Josefin Sans', sans-serif; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  border: none; cursor: pointer; transition: all 0.3s; display: inline-block;
}
.btn-primary:hover { background: #007a6e; transform: translateY(-2px); color: white; }
.btn-outline {
  padding: 0.9rem 2.2rem; border: 1.5px solid var(--madera-xlight); color: var(--madera-light); background: transparent;
  font-family: 'Josefin Sans', sans-serif; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s; display: inline-block;
}
.btn-outline:hover { border-color: var(--madera-light); color: var(--madera); }

/* ── SECTION SHARED ─────────────────────────────────────────────────────── */
section { padding: 7rem 6rem; }
.section-label {
  font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--jade); display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem;
}
.section-label::after { content: ''; display: block; width: 40px; height: 1px; background: var(--jade); }

/* ── MISSION ────────────────────────────────────────────────────────────── */
.mission {
  background: var(--arena);
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: center; overflow: hidden;
}
.mission-frame {
  width: 100%; aspect-ratio: 3/4;
  background: linear-gradient(145deg, #C9B090, #B89E78); position: relative; overflow: hidden;
}
.mission-frame-inner {
  position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
}
.botanical-svg { opacity: 0.35; }
.mission-tag {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--jade); color: white; padding: 1.5rem; width: 140px; text-align: center;
}
.tag-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; display: block; line-height: 1; }
.tag-txt { font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; display: block; margin-top: 0.4rem; opacity: 0.85; }
.mission-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 300; line-height: 1.2; margin-bottom: 2rem; color: var(--madera); }
.mission-content p { font-size: 1rem; line-height: 1.9; color: var(--madera-light); font-weight: 300; border-left: 2px solid var(--jade); padding-left: 1.5rem; }

/* ── VISION ─────────────────────────────────────────────────────────────── */
.vision { background: var(--piedra); position: relative; overflow: hidden; }
.vision-bg-text {
  position: absolute; font-family: 'Cormorant Garamond', serif; font-size: 18vw; font-weight: 300;
  color: rgba(0,150,136,0.04); top: 50%; left: 50%; transform: translate(-50%,-50%);
  white-space: nowrap; pointer-events: none; user-select: none;
}
.vision-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; text-align: center; }
.vision-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3.5vw,3rem); font-weight: 300; margin-bottom: 2.5rem; color: var(--madera); line-height: 1.2; }
.vision-quote { background: var(--jade-light); border: 1px solid rgba(0,150,136,0.2); padding: 3rem 4rem; position: relative; }
.vision-quote::before {
  content: '"'; font-family: 'Cormorant Garamond', serif; font-size: 8rem; color: var(--jade); opacity: 0.2;
  position: absolute; top: -1.5rem; left: 2rem; line-height: 1;
}
.vision-quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-style: italic; line-height: 1.8; color: var(--madera); font-weight: 400; position: relative; z-index: 1; }

/* ── VALORES ────────────────────────────────────────────────────────────── */
.valores { background: var(--madera); color: var(--arena); position: relative; overflow: hidden; }
.valores::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E"); opacity: 0.4; pointer-events: none; }
.valores .section-label { color: var(--arena); opacity: 0.5; }
.valores .section-label::after { background: var(--arena); opacity: 0.3; }
.valores-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 4rem; position: relative; z-index: 1; }
.valores-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 300; color: var(--arena); line-height: 1.2; }
.valores-header p { max-width: 320px; font-size: 0.9rem; color: var(--madera-xlight); line-height: 1.7; font-weight: 300; }
.cards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(188,169,146,0.15); position: relative; z-index: 1; }
.card {
  background: rgba(75,63,49,0.6); padding: 2.5rem 2rem;
  transition: all 0.4s; position: relative; overflow: hidden;
  border: 1px solid rgba(188,169,146,0.1);
}
.card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 60%, rgba(0,150,136,0.08)); opacity: 0; transition: opacity 0.4s; }
.card:hover { background: rgba(75,63,49,0.85); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.card:hover::before { opacity: 1; }
.card-num { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 300; color: rgba(188,169,146,0.15); line-height: 1; margin-bottom: 1.5rem; display: block; transition: color 0.4s; }
.card:hover .card-num { color: rgba(0,150,136,0.3); }
.card-icon { width: 40px; height: 40px; margin-bottom: 1.2rem; color: var(--azul); }
.card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--arena); margin-bottom: 0.9rem; }
.card p { font-size: 0.85rem; line-height: 1.75; color: var(--madera-xlight); font-weight: 300; }
.card-accent { position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--jade); transition: width 0.5s; }
.card:hover .card-accent { width: 100%; }

/* ── SERVICES ───────────────────────────────────────────────────────────── */
.services-strip { background: var(--arena); }
.services-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 300; margin-bottom: 2.5rem; text-align: center; color: var(--madera); }
.photo-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 3px; }
.pg-card { display: flex; flex-direction: column; overflow: hidden; background: white; cursor: pointer; transition: box-shadow 0.4s, transform 0.4s; }
.pg-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(75,63,49,0.18); z-index: 2; }
.pg-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.pg-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
.pg-card:hover .pg-img img { transform: scale(1.06); }
.pg-veil { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(75,63,49,0.22)); pointer-events: none; }
.pg-info { padding: 1.6rem 2rem 2rem; display: flex; flex-direction: column; gap: 0.45rem; }
.pg-n { font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem; letter-spacing: 0.3em; color: var(--jade); text-transform: uppercase; }
.pg-info h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--madera); line-height: 1.2; }
.pg-info p { font-size: 0.83rem; line-height: 1.75; color: var(--madera-light); font-weight: 300; }
.pg-arrow { font-family: 'Josefin Sans', sans-serif; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--jade); margin-top: 0.4rem; display: inline-block; transition: letter-spacing 0.3s; }
.pg-card:hover .pg-arrow { letter-spacing: 0.2em; }

/* ── CONTACT FORM ───────────────────────────────────────────────────────── */
.contact-section { background: var(--piedra); }
.contact-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.contact-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3.5vw,3rem); font-weight: 300; margin-bottom: 1rem; color: var(--madera); line-height: 1.2; }
.contact-sub { font-size: 0.95rem; color: var(--madera-light); line-height: 1.7; margin-bottom: 3rem; font-weight: 300; }
.eco-form { text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group--full { margin-bottom: 2rem; }
.form-group label { font-family: 'Josefin Sans', sans-serif; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--madera-light); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.9rem 1.2rem; border: 1px solid rgba(188,169,146,0.6); background: white;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--madera);
  outline: none; transition: border-color 0.3s; width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--jade); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; justify-content: center; font-size: 0.8rem; }

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.site-footer { background: #3A3028; color: var(--arena); padding: 5rem 6rem 2.5rem; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E"); opacity: 0.5; pointer-events: none; }
.footer-inner { position: relative; z-index: 1; max-width: var(--max-w); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 4rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(188,169,146,0.15); }
.footer-brand img { height: 52px; margin-bottom: 1.2rem; filter: brightness(0) invert(0.85); opacity: 0.75; }
.footer-brand p { font-size: 0.85rem; line-height: 1.8; color: var(--madera-xlight); font-weight: 300; max-width: 280px; margin-bottom: 1.5rem; }
.social-row { display: flex; gap: 0.7rem; }
.social-btn { width: 36px; height: 36px; border: 1px solid rgba(188,169,146,0.3); display: flex; align-items: center; justify-content: center; color: var(--madera-xlight); cursor: pointer; transition: all 0.3s; }
.social-btn:hover { border-color: var(--jade); color: var(--jade); background: rgba(0,150,136,0.1); }
.footer-col-title { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--jade); margin-bottom: 1.5rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; padding: 0; }
.footer-links li a { font-size: 0.85rem; color: var(--madera-xlight); transition: color 0.3s; font-weight: 300; }
.footer-links li a:hover { color: var(--arena); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.8rem; margin-bottom: 1rem; }
.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; color: var(--jade); }
.footer-contact-item span, .footer-contact-item a { font-size: 0.83rem; color: var(--madera-xlight); line-height: 1.5; font-weight: 300; }
.footer-contact-item a:hover { color: var(--arena); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2rem; }
.footer-bottom p { font-size: 0.75rem; color: rgba(188,169,146,0.45); font-family: 'Josefin Sans', sans-serif; letter-spacing: 0.08em; }
.footer-bottom-links { display: flex; gap: 2rem; }
.footer-bottom-links a { font-size: 0.72rem; color: rgba(188,169,146,0.4); font-family: 'Josefin Sans', sans-serif; letter-spacing: 0.08em; transition: color 0.3s; }
.footer-bottom-links a:hover { color: var(--jade); }

/* ── PAGE INTERIOR ──────────────────────────────────────────────────────── */
.page-hero { background: var(--arena); padding: 10rem 6rem 5rem; }
.page-hero-inner { max-width: var(--max-w); margin: 0 auto; }
.page-hero-inner h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,5vw,5rem); font-weight: 300; color: var(--madera); line-height: 1.1; margin-top: 1rem; }
.page-content { max-width: 800px; margin: 0 auto; padding: 5rem 6rem; line-height: 1.8; font-size: 1rem; color: var(--madera-light); }
.page-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--madera); margin: 2rem 0 1rem; }

/* ── SCROLL REVEAL ──────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── ANIMATIONS ─────────────────────────────────────────────────────────── */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes rotateSlow { from { transform:translate(-50%,-50%) rotate(0deg); } to { transform:translate(-50%,-50%) rotate(360deg); } }

/* ── SCROLLBAR ──────────────────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--piedra); }
::-webkit-scrollbar-thumb { background: var(--madera-xlight); }

/* =============================================================
   RESPONSIVE
   ============================================================= */

@media (max-width: 1100px) {
  section { padding: 5rem 3rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 8rem 3rem 3rem; }
  .hero-left::after { display: none; }
  .hero-right { padding: 3rem; min-height: 60vh; }
  .mission { grid-template-columns: 1fr; gap: 3rem; }
  .mission-visual { max-width: 400px; margin: 0 auto; }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .site-footer { padding: 4rem 3rem 2rem; }
  .nav-inner { padding: 1rem 2rem; }
}

@media (max-width: 768px) {
  section { padding: 4rem 1.5rem; }
  .nav-menu { display: none; }
  .nav-menu.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(242,235,224,0.98); padding: 1.5rem 2rem; gap: 1.5rem; }
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 5px; }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: var(--madera); transition: all 0.3s; }
  .nav-cta { display: none; }
  .hero { min-height: 100vh; }
  .hero-left { padding: 7rem 1.5rem 2rem; }
  .hero-right { padding: 2rem 1.5rem 3rem; }
  .hero-logo-display img { width: 200px; }
  .vision-quote { padding: 2rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; }
  .valores-header { flex-direction: column; gap: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .footer-bottom-links { flex-wrap: wrap; justify-content: center; }
  .nav-inner { padding: 0.8rem 1.5rem; }
  .site-footer { padding: 3rem 1.5rem 2rem; }
}

/* =============================================================
   SERVICE DETAIL PAGES
   ============================================================= */

/* ── Service Hero ────────────────────────────────────────────── */
.svc-hero {
  position: relative;
  height: 70vh; min-height: 500px;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.svc-hero-img {
  position: absolute; inset: 0;
}
.svc-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.svc-hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(75,63,49,0.85) 0%, rgba(75,63,49,0.2) 60%, transparent 100%);
}
.svc-hero-content {
  position: relative; z-index: 2;
  padding: 4rem 6rem;
  color: white;
  max-width: var(--max-w); width: 100%;
}
.svc-back {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); display: inline-block;
  margin-bottom: 1.5rem; transition: color 0.3s;
}
.svc-back:hover { color: var(--jade); }
.svc-hero-num {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--jade); display: block; margin-bottom: 0.8rem;
}
.svc-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 300;
  color: white; line-height: 1.1; margin-bottom: 1rem;
}
.svc-hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-style: italic;
  color: rgba(255,255,255,0.75); font-weight: 300;
}

/* ── Intro ───────────────────────────────────────────────────── */
.svc-intro { background: var(--piedra); padding: 5rem 6rem; }
.svc-intro-inner { max-width: 780px; }
.svc-intro-text {
  font-size: 1.15rem; line-height: 1.9;
  color: var(--madera-light); font-weight: 300;
  border-left: 2px solid var(--jade); padding-left: 1.5rem;
  margin-top: 1rem;
}

/* ── Feature Blocks ─────────────────────────────────────────── */
.svc-blocks { padding: 5rem 6rem; }
.svc-blocks-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
}
.svc-block {
  background: white; padding: 2.5rem;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.svc-block:hover {
  border-bottom-color: var(--jade);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(75,63,49,0.1);
}
.svc-block-icon {
  width: 48px; height: 48px; margin-bottom: 1.2rem;
  color: var(--jade);
}
.svc-block-icon .icon svg { width: 100%; height: 100%; }
.svc-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400; color: var(--madera);
  margin-bottom: 0.7rem;
}
.svc-block p {
  font-size: 0.88rem; line-height: 1.75;
  color: var(--madera-light); font-weight: 300;
}

/* ── Editor Content ─────────────────────────────────────────── */
.svc-editor-content { padding: 4rem 6rem; background: var(--piedra); }
.svc-editor-inner { max-width: 780px; margin: 0 auto; font-size: 1rem; line-height: 1.85; color: var(--madera-light); }

/* ── CTA ─────────────────────────────────────────────────────── */
.svc-cta { background: var(--madera); padding: 6rem; text-align: center; }
.svc-cta-inner { max-width: 680px; margin: 0 auto; }
.svc-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300;
  color: var(--arena); margin-bottom: 1rem; line-height: 1.2;
}
.svc-cta p { font-size: 0.95rem; color: var(--madera-xlight); line-height: 1.7; margin-bottom: 2.5rem; }
.svc-cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.svc-cta .btn-outline { border-color: var(--madera-xlight); color: var(--madera-xlight); }
.svc-cta .btn-outline:hover { border-color: var(--arena); color: var(--arena); }

@media (max-width: 768px) {
  .svc-hero-content { padding: 2.5rem 1.5rem; }
  .svc-intro, .svc-blocks, .svc-editor-content, .svc-cta { padding: 3rem 1.5rem; }
  .svc-blocks-grid { grid-template-columns: 1fr; }
  .svc-cta-buttons { flex-direction: column; align-items: center; }
}

/* ── Form Response Messages ────────────────────────────────────────────── */
.eco-form-response {
  padding: 1.1rem 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  border-left: 3px solid;
  animation: fadeUp 0.4s ease forwards;
}
.eco-form-response--success {
  background: rgba(0,150,136,0.08);
  border-color: var(--jade);
  color: var(--jade);
}
.eco-form-response--error {
  background: rgba(229,57,53,0.07);
  border-color: #e53935;
  color: #c62828;
}
.req { color: var(--jade); font-size: 0.8em; }
.btn-loading {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem; letter-spacing: 0.15em;
}
