:root {
      --ink: #171812;
      --ink-soft: #3f4139;
      --green: #315641;
      --green-dark: #203c2c;
      --green-pale: #edf2ed;
      --gold: #b49359;
      --gold-dark: #806a43;
      --gold-pale: #f6f1e8;
      --paper: #ffffff;
      --off: #f7f7f3;
      --line: #dfdfd7;
      --muted: #76786f;
      --shadow: 0 18px 50px rgba(25, 29, 21, .09);
      --container: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      overflow-x: hidden;
      background: var(--paper);
      color: var(--ink);
      font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
    }
    body.menu-open, body.lightbox-open { overflow: hidden; }
    button, input { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    svg { display: block; }
    .container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
    .serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

    .site-header {
      position: fixed;
      z-index: 50;
      inset: 0 0 auto;
      height: 72px;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, .16);
      transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
    }
    .site-header.is-scrolled, .site-header.is-open {
      background: rgba(24, 42, 30, .96);
      border-color: rgba(255, 255, 255, .1);
      box-shadow: 0 12px 32px rgba(8, 14, 10, .14);
      backdrop-filter: blur(16px);
    }
    .header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
    .brand-mark { width: 34px; height: 34px; flex: 0 0 34px; color: #d7bd8e; }
    .brand-copy { display: grid; gap: 2px; min-width: 0; }
    .brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: .93rem; font-weight: 400; white-space: nowrap; }
    .brand-copy span { color: rgba(255, 255, 255, .66); font-size: .52rem; font-weight: 750; text-transform: uppercase; white-space: nowrap; }
    .desktop-nav { display: none; }
    .header-actions { display: flex; align-items: center; gap: 8px; }
    .header-cta.button { display: none; }
    .icon-button {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, .32);
      border-radius: 10px;
      background: transparent;
      color: #fff;
      cursor: pointer;
      transition: background .2s ease, color .2s ease, transform .2s ease;
    }
    .icon-button svg { width: 19px; height: 19px; }
    .icon-button:active { transform: scale(.96); }
    .menu-close { display: none; }
    .site-header.is-open .menu-open { display: none; }
    .site-header.is-open .menu-close { display: block; }
    .mobile-panel {
      position: fixed;
      z-index: 45;
      inset: 72px 0 auto;
      display: grid;
      gap: 0;
      padding: 16px;
      background: var(--green-dark);
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, .14);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-12px);
      transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    }
    .mobile-panel.is-open { opacity: 1; visibility: visible; transform: none; }
    .mobile-panel a:not(.button) { min-height: 52px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: .86rem; }
    .mobile-panel .button { margin-top: 16px; }

    .hero {
      position: relative;
      min-height: 100svh;
      height: 100svh;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: var(--green-dark);
      color: #fff;
    }
    .hero-media {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(180deg, rgba(11, 19, 13, .18) 0%, rgba(11, 19, 13, .2) 31%, rgba(11, 19, 13, .9) 100%),
        url("../hero-paisagismo.webp");
      background-position: center center;
      background-size: cover;
      transform: scale(1.015);
      animation: hero-settle 1.4s cubic-bezier(.22, 1, .36, 1) both;
    }
    .hero-content { position: relative; z-index: 1; padding: 104px 0 76px; }
    .eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: #e5cfaa; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
    .eyebrow::before, .section-kicker::before { content: ""; width: 26px; height: 1px; flex: 0 0 auto; background: var(--gold); }
    .hero h1 { max-width: 700px; margin: 17px 0 0; font-size: clamp(2.55rem, 9.4vw, 4.35rem); line-height: .98; text-wrap: balance; }
    .hero-lead { max-width: 590px; margin: 17px 0 0; color: rgba(255, 255, 255, .8); font-size: .98rem; line-height: 1.54; }
    .hero-actions { display: grid; gap: 10px; margin-top: 23px; }
    .button {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 13px 18px;
      border: 1px solid transparent;
      border-radius: 10px;
      background: var(--green);
      color: #fff;
      font-size: .83rem;
      font-weight: 760;
      line-height: 1.25;
      text-align: center;
      cursor: pointer;
      transition: transform .25s cubic-bezier(.22, 1, .36, 1), background .25s ease, color .25s ease, border-color .25s ease;
    }
    .button svg { width: 18px; height: 18px; flex: 0 0 auto; }
    .button-light { background: #fff; color: var(--green-dark); }
    .button-ghost { border-color: rgba(255, 255, 255, .36); background: rgba(255, 255, 255, .04); color: #fff; }
    .button-dark { background: var(--ink); color: #fff; }
    .button:active { transform: scale(.98); }
    .hero-scroll {
      position: absolute;
      z-index: 3;
      left: 50%;
      bottom: 18px;
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.32);
      border-radius: 50%;
      color: #fff;
      box-shadow: 0 12px 32px rgba(13,22,16,.24);
      transform: translateX(-50%);
      transition: transform .25s ease, background .25s ease, border-color .25s ease;
    }
    .hero-scroll svg { width: 18px; height: 18px; animation: scroll-cue 1.8s ease-in-out infinite; }
    #visao { scroll-margin-top: 82px; }

    .section { padding: 64px 0; }
    .section-off { background: var(--off); }
    .section-dark { background: var(--green-dark); color: #fff; }
    .section-kicker { margin-bottom: 14px; color: var(--gold-dark); }
    .section-dark .section-kicker { color: #d7c49f; }
    .section-title { max-width: 850px; margin: 0; font-size: clamp(2rem, 9vw, 3.55rem); line-height: 1.01; text-wrap: balance; }
    .section-copy { max-width: 720px; margin: 17px 0 0; color: var(--muted); font-size: .98rem; line-height: 1.66; }
    .section-dark .section-copy { color: rgba(255, 255, 255, .66); }

    .manifesto-grid { display: grid; gap: 34px; }
    .manifesto-aside { border-top: 1px solid var(--line); }
    .manifesto-note { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
    .manifesto-note span { font-family: Georgia, "Times New Roman", serif; color: var(--gold); }
    .manifesto-note strong { display: block; margin-bottom: 4px; font-size: .85rem; }
    .manifesto-note p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }

    .services { display: grid; gap: 10px; margin-top: 30px; }
    .service {
      position: relative;
      display: grid;
      grid-template-columns: 40px 36px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      padding: 21px 16px;
      overflow: hidden;
      border: 1px solid rgba(180, 147, 89, .3);
      background: linear-gradient(135deg, #fff 0%, #f4f6f1 100%);
      box-shadow: inset 3px 0 0 rgba(180, 147, 89, .5), 0 9px 28px rgba(30, 47, 35, .05);
      transition: border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
    }
    .service-index { padding-top: 3px; font-family: Georgia, "Times New Roman", serif; color: var(--gold); font-size: 1.2rem; }
    .service h3 { margin: 0; font-size: 1rem; }
    .service p { margin: 7px 0 0; color: #55584f; font-size: .8rem; line-height: 1.58; }
    .service-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--green); }
    .service-icon svg { width: 22px; height: 22px; }

    .portfolio-header { display: grid; gap: 22px; }
    .carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
    .carousel-count { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
    .carousel-buttons { display: flex; gap: 8px; }
    .carousel-button { border-color: var(--line); color: var(--green-dark); }
    .carousel-button:disabled { opacity: .35; cursor: default; }
    .portfolio-viewport { width: 100%; margin-top: 24px; overflow: hidden; }
    .portfolio-track {
      --slide-size: min(78vw, 320px);
      --track-start: 16px;
      display: flex;
      gap: 12px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scroll-padding-left: var(--track-start);
      padding-left: var(--track-start);
      padding-right: max(16px, calc(100vw - var(--slide-size) - var(--track-start)));
      scrollbar-width: none;
    }
    .portfolio-track::-webkit-scrollbar { display: none; }
    .portfolio-slide {
      min-width: 0;
      flex: 0 0 var(--slide-size);
      scroll-snap-align: start;
      background: var(--paper);
      border: 1px solid var(--line);
    }
    .portfolio-visual { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; padding: 0; border: 0; background: var(--green-pale); cursor: zoom-in; }
    .portfolio-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
    .portfolio-visual::after { content: "+"; position: absolute; right: 12px; bottom: 12px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); background: rgba(20,31,23,.68); color: #fff; font-size: 1.15rem; font-weight: 300; opacity: .82; transition: opacity .25s ease, transform .25s ease, background .25s ease; }
    .portfolio-slide.is-rotated .portfolio-visual img { transform: rotate(90deg) scale(1.5); }
    .portfolio-caption { min-height: 114px; display: grid; align-content: center; gap: 6px; padding: 18px; border-top: 1px solid var(--line); }
    .portfolio-caption small { color: var(--gold-dark); font-size: .58rem; font-weight: 800; text-transform: uppercase; }
    .portfolio-caption h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 400; line-height: 1.25; }
    .portfolio-caption p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }

    .process-list { margin-top: 30px; border-top: 1px solid rgba(255, 255, 255, .18); }
    .process-step { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
    .process-step > span { font-family: Georgia, "Times New Roman", serif; color: #d7bd8e; font-size: 1.25rem; }
    .process-step h3 { margin: 1px 0 7px; font-size: .95rem; }
    .process-step p { grid-column: 2; margin: 0; color: rgba(255, 255, 255, .72); font-size: .8rem; line-height: 1.55; }

    .portfolio-lightbox {
      position: fixed;
      z-index: 100;
      inset: 0;
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto;
      padding: 14px;
      background: rgba(9, 13, 10, .96);
      color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: opacity .28s ease, visibility .28s ease;
    }
    .portfolio-lightbox.is-open { opacity: 1; visibility: visible; }
    .lightbox-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; }
    .lightbox-count { color: rgba(255,255,255,.6); font-family: Georgia, "Times New Roman", serif; font-size: .85rem; }
    .lightbox-close { border-color: rgba(255,255,255,.24); }
    .lightbox-stage { min-height: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; align-items: center; gap: 8px; }
    .lightbox-nav { border-color: rgba(255,255,255,.24); }
    .lightbox-figure { min-width: 0; height: 100%; display: grid; place-items: center; overflow: hidden; margin: 0; }
    .lightbox-figure img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
    .lightbox-figure.is-rotated img { transform: rotate(90deg); max-width: min(74vh, 100%); max-height: min(74vw, 100%); }
    .lightbox-caption { width: min(100%, 820px); margin-inline: auto; padding: 14px 0 4px; border-top: 1px solid rgba(255,255,255,.15); }
    .lightbox-caption small { color: #d7bd8e; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
    .lightbox-caption h3 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 400; line-height: 1.28; }
    .lightbox-caption p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.45; }

    .qualify-grid { display: grid; gap: 34px; }
    .qualify-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
    .qualify-list li { position: relative; padding: 15px 0 15px 24px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }
    .qualify-list li::before { content: ""; position: absolute; left: 0; top: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

    .contact { position: relative; overflow: hidden; padding: 66px 0; background: var(--gold-pale); border-top: 1px solid #e6dccb; }
    .contact-grid { position: relative; z-index: 1; display: grid; gap: 32px; }
    .contact h2 { max-width: 800px; margin: 0; font-size: clamp(2.15rem, 9vw, 3.7rem); line-height: 1.01; text-wrap: balance; }
    .contact p { max-width: 660px; margin: 17px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.62; }
    .contact-actions { display: grid; gap: 10px; }
    .contact-meta { display: grid; margin-top: 20px; border-top: 1px solid #d9cbb5; }
    .contact-meta a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #d9cbb5; color: var(--ink-soft); font-size: .75rem; }
    .contact-meta span { color: var(--gold-dark); font-size: .57rem; font-weight: 800; text-transform: uppercase; }

    .footer { padding: 30px 0 96px; background: var(--ink); color: #fff; }
    .footer-inner { display: grid; gap: 22px; }
    .footer-brand { display: grid; gap: 5px; }
    .footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
    .footer-brand span, .footer small { color: rgba(255, 255, 255, .53); font-size: .62rem; line-height: 1.5; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 15px 22px; }
    .footer-links a { color: rgba(255, 255, 255, .72); font-size: .7rem; }

    .whatsapp-float {
      position: fixed;
      z-index: 40;
      right: 14px;
      bottom: 14px;
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, .45);
      border-radius: 16px;
      background: #315641;
      color: #fff;
      box-shadow: 0 14px 34px rgba(18, 35, 24, .24);
      transition: transform .25s ease, background .25s ease;
    }
    .whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; stroke: none; }
    .whatsapp-float span { display: none; }

    .reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1); }
    .reveal.is-visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: .08s; }
    .reveal-delay-2 { transition-delay: .16s; }

    @keyframes hero-settle { from { opacity: .5; transform: scale(1.055); } to { opacity: 1; transform: scale(1.015); } }
    @keyframes scroll-cue { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(3px); } }

    @media (min-width: 720px) {
      .container { width: min(calc(100% - 64px), var(--container)); }
      .site-header { height: 82px; }
      .mobile-panel { top: 82px; }
      .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
      .brand-copy strong { font-size: 1.02rem; }
      .brand-copy span { font-size: .56rem; }
      .header-cta.button { min-height: 42px; display: inline-flex; padding: 10px 15px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 12px; background: transparent; color: #fff; }
      .hero { min-height: 100svh; height: 100svh; }
      .hero-content { padding-bottom: 76px; }
      .hero-actions { display: flex; align-items: center; }
      .hero-actions .button { min-width: 244px; }
      .section { padding: 82px 0; }
      .manifesto-grid { grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
      .services { margin-top: 42px; }
      .service { grid-template-columns: 70px 54px minmax(0, 1fr); padding: 27px 0; }
      .service-index { font-size: 1.7rem; }
      .service h3 { font-size: 1.08rem; }
      .service p { max-width: 770px; font-size: .85rem; }
      .service { padding-inline: 24px; }
      .portfolio-header { grid-template-columns: 1fr auto; align-items: end; }
      .carousel-controls { min-width: 180px; }
      .portfolio-track { --slide-size: min(56vw, 480px); --track-start: 32px; gap: 18px; }
      .portfolio-caption { min-height: 126px; padding: 22px; }
      .portfolio-caption h3 { font-size: 1.35rem; }
      .process-list { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255, 255, 255, .18); }
      .process-step { min-height: 178px; display: block; padding: 24px; border-right: 1px solid rgba(255, 255, 255, .18); }
      .process-step > span { display: block; margin-bottom: 32px; }
      .qualify-grid { grid-template-columns: 1.1fr .9fr; align-items: start; gap: 70px; }
      .contact { padding: 82px 0; }
      .contact-grid { grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
      .footer { padding-bottom: 36px; }
      .footer-inner { grid-template-columns: 1fr auto; align-items: end; }
      .footer-links { justify-content: flex-end; }
      .whatsapp-float { width: auto; min-width: 152px; height: 50px; display: flex; gap: 9px; padding: 0 18px; border-radius: 14px; }
      .whatsapp-float svg { width: 20px; height: 20px; }
      .whatsapp-float span { display: inline; font-size: .74rem; font-weight: 760; }
    }

    @media (min-width: 1000px) {
      .menu-button { display: none; }
      .desktop-nav { display: flex; align-items: center; gap: 30px; }
      .desktop-nav a { position: relative; color: rgba(255, 255, 255, .88); font-size: .78rem; font-weight: 700; text-shadow: 0 1px 12px rgba(0,0,0,.28); }
      .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #d7bd8e; transition: right .25s ease; }
      .desktop-nav a:hover { color: #fff; }
      .desktop-nav a:hover::after { right: 0; }
      .hero-media {
        background-image:
          linear-gradient(35deg, rgba(11, 19, 13, .76) 0%, rgba(11, 19, 13, .25) 51%, rgba(11, 19, 13, .08) 100%),
          linear-gradient(180deg, rgba(11, 19, 13, .08) 0%, rgba(11, 19, 13, .56) 100%),
          url("../hero-paisagismo.webp");
        background-position: center 100%;
      }
      .hero h1 { max-width: 760px; font-size: clamp(3.4rem, 5.2vw, 4.8rem); }
      .hero-lead { max-width: 590px; font-size: 1.04rem; }
      .hero-content { padding-bottom: 76px; }
      .hero-scroll { bottom: 22px; width: 52px; height: 52px; }
      .hero-scroll svg { width: 19px; height: 19px; }
      .hero-scroll:hover { background: #c3a36a; border-color: #e5cfaa; transform: translateX(-50%) translateY(3px); }
      .section { padding: 96px 0; }
      .services { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); }
      .service { min-height: 230px; display: grid; grid-template-columns: 56px 1fr; align-content: start; padding: 28px; border-right: 1px solid var(--line); }
      .service-icon { grid-column: 2; grid-row: 1; justify-self: end; }
      .service > div { grid-column: 2; }
      .service-index { grid-row: 1 / span 2; }
      .portfolio-track { --slide-size: min(36vw, 520px); --track-start: max(32px, calc((100vw - var(--container)) / 2)); }
      .portfolio-slide:not(.is-rotated):hover .portfolio-visual img { transform: scale(1.025); }
      .portfolio-slide.is-rotated:hover .portfolio-visual img { transform: rotate(90deg) scale(1.535); }
      .portfolio-visual:hover::after { opacity: 1; transform: scale(1.06); background: rgba(32,60,44,.9); }
      .service:hover { transform: translateY(-2px); border-color: rgba(180,147,89,.52); box-shadow: inset 3px 0 0 var(--gold), 0 15px 35px rgba(30,47,35,.08); }
      .process-list { grid-template-columns: repeat(4, 1fr); }
      .process-step { min-height: 236px; }
      .process-step > span { margin-bottom: 52px; }
      .button:hover { transform: translateY(-2px); }
      .button-light:hover { background: var(--gold-pale); }
      .header-cta.button:hover { background: var(--off); border-color: var(--off); color: var(--green-dark); border-radius: 16px; }
      .button-ghost:hover { border-color: #fff; background: #fff; color: var(--green-dark); }
      .button-dark:hover { background: var(--green-dark); }
      .icon-button:hover { background: #fff; color: var(--green-dark); transform: translateY(-2px); }
      .whatsapp-float:hover { background: var(--green-dark); transform: translateY(-2px); }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }
