  :root {
    --moss: #1F2A22;
    --moss-deep: #141C17;
    --moss-light: #2B3A2E;
    --bone: #EDE6D6;
    --bone-dim: #C9C0AC;
    --stone: #8B8578;
    --copper: #B9814A;
    --corn: #E8C468;
    --max-w: 1180px;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--moss);
    color: var(--bone);
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
  }

  /* textura de grano sutil sobre todo el fondo */
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

  a { color: inherit; text-decoration: none; }
  a:focus-visible, button:focus-visible {
    outline: 2px solid var(--corn);
    outline-offset: 3px;
  }

  .wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }

  /* ---------- NAV ---------- */
  header.nav {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--moss);
    border-bottom: 1px solid rgba(237,230,214,0.12);
  }
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 40px;
    max-width: var(--max-w);
    margin: 0 auto;
  }
  .logo {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1.15rem, 2.4vw, 1.5rem);
    letter-spacing: 0.02em;
    color: var(--bone);
    white-space: nowrap;
  }
  .nav-links {
    display: flex;
    gap: 36px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--stone);
  }
  .nav-links a { transition: color 0.25s ease; }
  .nav-links a:hover { color: var(--corn); }
  .nav-links .active { color: var(--corn); position: relative; }
  .nav-links .active::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -6px;
    height: 1px;
    background: var(--corn);
  }

  .nav-toggle {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    z-index: 3;
  }
  .nav-toggle span {
    display: block;
    width: 24px;
    height: 1.5px;
    background: var(--bone);
    margin: 5px 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  @media (max-width: 720px) {
    .nav-toggle { display: block; }
    .nav-links {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      flex-direction: column;
      gap: 0;
      background: var(--moss-deep);
      border-top: 1px solid rgba(237,230,214,0.12);
      border-bottom: 1px solid rgba(237,230,214,0.12);
    }
    .nav-links.open { display: flex; }
    .nav-links a {
      width: 100%;
      padding: 18px 22px;
      border-bottom: 1px solid rgba(237,230,214,0.08);
    }
    .nav-links .active::after { display: none; }
  }

  /* ---------- SECCIÓN NOSOTROS ---------- */
  section.nosotros {
    position: relative;
    z-index: 1;
    padding: 110px 40px 130px;
  }
  .nosotros-grid {
    max-width: var(--max-w);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 90px;
    align-items: center;
  }

  .eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--copper);
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
  }
  .eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--copper);
  }

  h1.headline {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: clamp(2.3rem, 4.1vw, 3.6rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: var(--bone);
    max-width: 15ch;
    margin-bottom: 40px;
  }
  h1.headline em {
    font-style: italic;
    font-weight: 400;
    color: var(--corn);
  }

  .copy p {
    font-size: 1.04rem;
    color: var(--bone-dim);
    max-width: 52ch;
    margin-bottom: 20px;
  }
  .copy p:last-of-type { margin-bottom: 0; }
  .copy strong {
    color: var(--bone);
    font-weight: 500;
  }

  /* ---------- fila de estadísticas ---------- */
  .stats {
    display: flex;
    gap: 48px;
    margin-top: 52px;
    padding-top: 36px;
    border-top: 1px solid rgba(237,230,214,0.14);
  }
  .stat-num {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 2.1rem;
    color: var(--bone);
    line-height: 1;
  }
  .stat-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--stone);
    margin-top: 8px;
    max-width: 12ch;
  }

  .team-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 46px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--corn);
    transition: gap 0.25s ease;
  }
  .team-link svg { width: 15px; height: 15px; }
  .team-link:hover { gap: 15px; }

  /* ---------- PANEL VISUAL: "plato" ---------- */
  .plate-wrap {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .plate {
    position: relative;
    isolation: isolate;
    width: min(100%, 440px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
      radial-gradient(circle at 32% 28%, #F4EEDD 0%, #E7DFC9 34%, #C9BE9E 68%, #A79A76 100%);
    box-shadow:
      inset 0 0 0 1px rgba(20,28,23,0.15),
      inset 0 -18px 40px rgba(20,28,23,0.18),
      inset 0 14px 30px rgba(255,255,255,0.35),
      0 30px 60px rgba(0,0,0,0.35);
  }
  .plate::before {
    content: "";
    position: absolute;
    inset: 9%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(20,28,23,0.14);
    z-index: 2;
    pointer-events: none;
  }
  .plate-photo {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
  }
  .plate-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 54% 30%;
    display: block;
    filter: saturate(0.88) contrast(1.05);
  }
  .plate-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(31,42,34,0.32), rgba(184,129,74,0.14) 55%, rgba(20,28,23,0.42));
    mix-blend-mode: multiply;
  }

  /* sello / stamp */
  .stamp {
    position: absolute;
    left: -8%;
    bottom: -6%;
    width: 34%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--moss-deep);
    border: 1px solid rgba(232,196,104,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(0,0,0,0.4);
    z-index: 3;
  }
  .stamp svg { width: 100%; height: 100%; }
  .stamp-center {
    position: absolute;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.05rem;
    color: var(--corn);
  }

  @media (prefers-reduced-motion: no-preference) {
    .stamp-ring { animation: spin 26s linear infinite; transform-origin: 50% 50%; }
  }
  @keyframes spin { to { transform: rotate(360deg); } }

  /* ---------- responsive ---------- */
  @media (max-width: 980px) {
    .nosotros-grid {
      grid-template-columns: 1fr;
      gap: 64px;
    }
    .plate-wrap { order: -1; }
    .plate { width: min(100%, 320px); }
    h1.headline { max-width: none; }
    .stats { flex-wrap: wrap; row-gap: 28px; }
  }
  @media (max-width: 520px) {
    .wrap, .nav-inner, section.nosotros { padding-left: 22px; padding-right: 22px; }
    section.nosotros { padding-top: 70px; padding-bottom: 80px; }
  }

  /* ---------- SECCIÓN SERVICIOS ---------- */
  section.servicio-section {
    position: relative;
    z-index: 1;
    background: var(--moss-deep);
    border-top: 1px solid rgba(237,230,214,0.1);
    padding: 120px 40px 130px;
  }

  .servicio-head {
    max-width: 640px;
    margin: 0 auto 74px;
    text-align: center;
  }
  .servicio-head .eyebrow { justify-content: center; }
  .servicio-head .eyebrow::after {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--copper);
  }
  h2.headline {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.15;
    color: var(--bone);
    margin-bottom: 22px;
  }
  h2.headline em {
    font-style: italic;
    font-weight: 400;
    color: var(--corn);
  }
  .servicio-intro {
    font-size: 1.02rem;
    color: var(--bone-dim);
    max-width: 52ch;
    margin: 0 auto;
  }

  /* marco tipo carta, contiene la grilla de servicios */
  .servicio-frame {
    max-width: var(--max-w);
    margin: 0 auto;
    border: 1px solid rgba(237,230,214,0.18);
    box-shadow: inset 0 0 0 5px rgba(20,28,23,0.5);
    padding: 68px 60px;
  }

  .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 56px;
    row-gap: 56px;
  }
  .service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--moss);
    border: 1px solid rgba(232,196,104,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }
  .service-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: var(--corn);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .service-name {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.22rem;
    color: var(--bone);
    margin-bottom: 10px;
  }
  .service-desc {
    font-size: 0.92rem;
    color: var(--bone-dim);
    max-width: 36ch;
  }
  .servicio-cierre {
    text-align: center;
    max-width: var(--max-w);
    margin: 48px auto 0;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.1rem;
    color: var(--bone-dim);
  }

  @media (max-width: 980px) {
    .servicio-frame { padding: 48px 30px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; column-gap: 36px; }
  }
  @media (max-width: 620px) {
    .service-grid { grid-template-columns: 1fr; row-gap: 38px; }
  }
  @media (max-width: 520px) {
    section.servicio-section { padding: 80px 22px 90px; }
  }

  /* ---------- BOTÓN FLOTANTE WHATSAPP ---------- */
  .whatsapp-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 20;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--copper);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 26px rgba(0,0,0,0.4);
    transition: background 0.25s ease, transform 0.25s ease;
  }
  .whatsapp-float:hover {
    background: var(--corn);
    transform: translateY(-3px);
  }
  .whatsapp-float svg {
    width: 26px;
    height: 26px;
    fill: var(--moss-deep);
  }
  @media (max-width: 520px) {
    .whatsapp-float { bottom: 16px; right: 16px; width: 50px; height: 50px; }
    .whatsapp-float svg { width: 23px; height: 23px; }
  }

  /* ---------- SECCIÓN GALERÍA ---------- */
  section.galeria-section {
    position: relative;
    z-index: 1;
    background: var(--moss);
    border-top: 1px solid rgba(237,230,214,0.1);
    padding: 110px 0 120px;
    overflow: hidden;
  }
  .galeria-head {
    max-width: 640px;
    margin: 0 auto 54px;
    text-align: center;
    padding: 0 40px;
  }
  .galeria-head .eyebrow { justify-content: center; }
  .galeria-head .eyebrow::after {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--copper);
  }
  .galeria-intro {
    font-size: 1.02rem;
    color: var(--bone-dim);
    max-width: 48ch;
    margin: 0 auto;
  }

  .gallery-scroll {
    position: relative;
  }
  .gallery-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 26px;
    width: 70px;
    background: linear-gradient(to right, rgba(31,42,34,0), var(--moss) 78%);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .gallery-scroll.at-end::after {
    opacity: 0;
  }
  .gallery-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding: 4px 40px 26px;
    cursor: grab;
  }
  .gallery-track.dragging { cursor: grabbing; scroll-snap-type: none; }
  .gallery-track::-webkit-scrollbar { height: 5px; }
  .gallery-track::-webkit-scrollbar-track { background: rgba(237,230,214,0.08); }
  .gallery-track::-webkit-scrollbar-thumb { background: var(--copper); }

  .gallery-item {
    flex: 0 0 auto;
    width: 250px;
    aspect-ratio: 3 / 4;
    scroll-snap-align: start;
    border: 1px solid rgba(237,230,214,0.16);
    overflow: hidden;
    position: relative;
    background: var(--moss-deep);
  }
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
  }

  @media (min-width: 720px) {
    .gallery-item { width: 320px; }
  }

  /* ---------- SECCIÓN CONTACTO ---------- */
  section.contacto-section {
    position: relative;
    z-index: 1;
    background: var(--moss);
    border-top: 1px solid rgba(237,230,214,0.1);
    padding: 120px 40px;
    text-align: center;
  }
  .contacto-section .eyebrow { justify-content: center; }
  .contacto-section .eyebrow::before { display: none; }
  .contacto-section .eyebrow::after {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--copper);
  }
  .contacto-section h2.headline {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
  }
  .contacto-intro {
    font-size: 1.02rem;
    color: var(--bone-dim);
    max-width: 46ch;
    margin: 0 auto 46px;
  }

  .phone-block {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .phone-number {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: var(--bone);
    letter-spacing: 0.01em;
    transition: color 0.25s ease;
  }
  .phone-number:hover { color: var(--corn); }
  .phone-number svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: var(--copper);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--copper);
    color: var(--moss-deep);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 16px 30px;
    transition: background 0.25s ease, transform 0.25s ease;
  }
  .whatsapp-btn:hover { background: var(--corn); transform: translateY(-2px); }
  .whatsapp-btn svg {
    width: 17px;
    height: 17px;
    fill: var(--moss-deep);
    stroke: none;
  }

  .contacto-note {
    margin-top: 26px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    color: var(--stone);
  }

  @media (max-width: 520px) {
    section.contacto-section { padding: 80px 22px; }
  }

  /* ---------- FOOTER ---------- */
  footer.site-footer {
    position: relative;
    z-index: 1;
    background: var(--moss-deep);
    border-top: 1px solid rgba(237,230,214,0.1);
    padding: 34px 40px;
    text-align: center;
  }
  .footer-brand {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.05rem;
    color: var(--bone-dim);
    margin-bottom: 6px;
  }
  .footer-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    color: var(--stone);
  }