  :root {
    --green-deep: #1a3a2a;
    --green-mid: #2d6a4f;
    --green-light: #52b788;
    --green-pale: #b7e4c7;
    --cream: #f5f0e8;
    --gold: #c9a84c;
    --text-dark: #0f2318;
    --text-muted: #5a7a65;
    --footer-bg: #0a1f13;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--text-dark);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: calc(1.2rem + env(safe-area-inset-top, 0px)) 4rem 1.2rem;
    background: var(--footer-bg);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(82,183,136,0.15);
  }
  .nav-logo {
    display: inline-flex;
    align-items: center;
  }
  .brand-image {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .brand-image--nav { width: 220px; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    color: rgba(183,228,199,0.8); text-decoration: none;
    font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em;
    text-transform: uppercase; transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--green-pale); }
  .nav-cta {
    background: var(--gold); color: var(--green-deep);
    padding: 0.6rem 1.4rem; border-radius: 2px;
    font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em;
    text-transform: uppercase; text-decoration: none;
    transition: background 0.3s;
  }
  .nav-cta:hover { background: #e0bc6a; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    background: var(--green-deep);
    display: grid; grid-template-columns: 1fr 1fr;
    position: relative; overflow: hidden;
  }
  .hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background-image: url('../images/home/capa.webp');
    background-size: cover; background-position: center 40%;
  }
  .hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(
      to right,
      rgba(10, 28, 18, 0.88) 0%,
      rgba(10, 28, 18, 0.72) 45%,
      rgba(10, 28, 18, 0.30) 75%,
      rgba(10, 28, 18, 0.15) 100%
    );
  }
  .hero-left {
    display: flex; flex-direction: column; justify-content: center;
    padding: 10rem 4rem 6rem 6rem;
    position: relative; z-index: 2;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(82,183,136,0.15); border: 1px solid rgba(82,183,136,0.3);
    padding: 0.4rem 1rem; border-radius: 2px; width: fit-content;
    font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--green-light); margin-bottom: 2rem;
    animation: fadeUp 0.8s ease both;
  }
  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 5vw, 5.5rem);
    font-weight: 900; line-height: 1.05;
    color: var(--cream); margin-bottom: 1.5rem;
    animation: fadeUp 0.8s 0.15s ease both;
  }
  .hero-title em {
    font-style: italic; color: var(--green-light);
  }
  .hero-subtitle {
    font-size: 1.05rem; font-weight: 300;
    color: rgba(183,228,199,0.75); line-height: 1.7;
    max-width: 420px; margin-bottom: 3rem;
    animation: fadeUp 0.8s 0.3s ease both;
  }
  .hero-actions {
    display: flex; gap: 1rem; flex-wrap: wrap;
    animation: fadeUp 0.8s 0.45s ease both;
  }
  .btn-primary {
    background: var(--gold); color: var(--green-deep);
    padding: 1rem 2.2rem; border-radius: 2px;
    font-weight: 500; font-size: 0.9rem; letter-spacing: 0.04em;
    text-decoration: none; transition: all 0.3s;
    border: 2px solid var(--gold);
  }
  .btn-primary:hover { background: transparent; color: var(--gold); }
  .btn-outline {
    border: 2px solid rgba(183,228,199,0.4); color: var(--green-pale);
    padding: 1rem 2.2rem; border-radius: 2px;
    font-weight: 500; font-size: 0.9rem; letter-spacing: 0.04em;
    text-decoration: none; transition: all 0.3s;
  }
  .btn-outline:hover { border-color: var(--green-pale); background: rgba(183,228,199,0.08); }

  .contact-kit-shell {
    background: linear-gradient(180deg, rgba(18, 39, 28, 0.98) 0%, rgba(26, 58, 42, 0.96) 100%);
    border: 1px solid rgba(82, 183, 136, 0.16);
    border-radius: 20px;
    padding: 1.4rem;
    color: var(--cream);
    box-shadow: 0 24px 60px rgba(8, 18, 12, 0.22);
  }
  .contact-kit-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--cream);
    margin-bottom: 0.3rem;
  }
  .contact-kit-sub {
    color: rgba(183, 228, 199, 0.78);
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
  .contact-kit-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
  }
  .fg { margin-bottom: 0; }
  .fg-full { grid-column: 1 / -1; }
  .fl {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(183, 228, 199, 0.68);
  }
  .fi,
  .fta {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(183, 228, 199, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: var(--cream);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.96rem;
    padding: 0.9rem 1rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
  .fi::placeholder,
  .fta::placeholder { color: rgba(183, 228, 199, 0.45); }
  .fi:focus,
  .fta:focus {
    border-color: var(--green-light);
    box-shadow: 0 0 0 4px rgba(82, 183, 136, 0.14);
    background: rgba(255, 255, 255, 0.06);
  }
  .fi.input-error,
  .fta.input-error {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.14);
  }
  .fta {
    min-height: 132px;
    resize: vertical;
  }
  .captcha-prompt {
    color: rgba(183, 228, 199, 0.82);
    margin-bottom: 0.7rem;
    font-size: 0.92rem;
  }
  .form-consent {
    margin: 0;
    color: rgba(183, 228, 199, 0.7);
    font-size: 0.84rem;
    line-height: 1.6;
  }
  .form-consent a {
    color: var(--green-pale);
  }
  .form-consent a:hover { color: var(--gold); }
  .form-status {
    min-height: 1.6em;
    margin: 0;
    font-size: 0.92rem;
    color: rgba(183, 228, 199, 0.76);
  }
  .form-status[data-state="success"] { color: var(--green-light); }
  .form-status[data-state="error"] { color: #fca5a5; }
  .fsub {
    width: 100%;
    border: 1px solid var(--gold);
    background: var(--gold);
    color: var(--green-deep);
    border-radius: 16px;
    padding: 0.95rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }
  .fsub:hover {
    background: transparent;
    color: var(--gold);
    transform: translateY(-1px);
  }
  .fsub:disabled {
    opacity: 0.7;
    cursor: wait;
  }

  .hero-right {
    position: relative; overflow: hidden;
  }
  .hero-img-placeholder {
    width: 100%; height: 100%;
    background: transparent;
    display: flex; align-items: center; justify-content: center;
  }
  .hero-nature {
    display: none;
  }
  .hero-stat-bar {
    position: absolute; bottom: 3rem; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 3rem; z-index: 3;
    animation: fadeUp 0.8s 0.6s ease both;
  }
  .hero-stat { text-align: center; }
  .hero-stat .num {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem; font-weight: 700;
    color: var(--green-light); display: block;
  }
  .hero-stat .label {
    font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em;
    color: rgba(183,228,199,0.85);
  }
  .hero-divider {
    width: 1px; background: rgba(82,183,136,0.2); height: 60px; align-self: center;
  }

  /* ── SERVICES ── */
  .section { padding: 6rem 6rem; }
  .section-tag {
    font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--green-mid); font-weight: 500; margin-bottom: 0.8rem;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 700;
    line-height: 1.15; margin-bottom: 1rem;
  }
  .section-title em { font-style: italic; color: var(--green-mid); }
  .section-desc {
    font-size: 1rem; color: var(--text-muted); max-width: 520px; line-height: 1.75;
    margin-bottom: 2.6rem;
  }

  .services-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  }
  .service-card {
    background: var(--green-deep); color: var(--cream);
    padding: 3rem 2.5rem;
    border: 1px solid rgba(82,183,136,0.1);
    transition: transform 0.3s, background 0.3s;
    position: relative; overflow: hidden;
  }
  .service-card--photo {
    padding: 0;
    background: white !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .service-card-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
  }
  .service-card--photo .service-card-content {
    padding: 1.05rem 1.2rem;
  }
  .service-card-content {
    position: relative; z-index: 1;
  }
  .service-card::before {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--gold); transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s ease;
  }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card:hover { transform: translateY(-4px); background: #213d2e; }
  .service-icon { font-size: 2.5rem; margin-bottom: 1.5rem; display: block; }
  .service-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem; font-weight: 700; margin-bottom: 0.8rem;
    color: var(--green-pale);
  }
  .service-card p { font-size: 0.9rem; line-height: 1.7; color: rgba(183,228,199,0.7); }
  .service-card--photo h3 { color: var(--text-dark); }
  .service-card--photo p { color: var(--text-muted); }

  /* ── TREES ── */
  .trees-section {
    background: var(--green-deep); padding: 5.5rem 6rem;
    position: relative; overflow: hidden;
  }
  .trees-section::before {
    content: ''; position: absolute; right: -2rem; top: 50%;
    transform: translateY(-50%); font-size: 30rem; opacity: 0.04;
    pointer-events: none;
  }
  .trees-inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
  }
  .trees-content .section-title,
  .trees-content .section-tag { color: var(--green-pale); }
  .trees-content .section-title em { color: var(--green-light); }
  .trees-content .section-desc { color: rgba(183,228,199,0.65); }
  .trees-title br { display: block; }
  .trees-desc-mobile { display: none; }
  .checklist { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .checklist li {
    display: flex; align-items: flex-start; gap: 1rem;
    font-size: 0.92rem; color: rgba(183,228,199,0.8); line-height: 1.5;
  }
  .check-icon {
    width: 7px; height: 7px; background: var(--text-dark);
    border-radius: 50%; flex-shrink: 0; margin-top: 7px;
  }
  .trees-visual {
    background: linear-gradient(135deg, #081c15, #2d6a4f);
    border-radius: 4px; padding: 3rem;
    border: 1px solid rgba(82,183,136,0.15);
    text-align: center;
  }
  .trees-visual--video {
    padding: 0; overflow: hidden; background: none;
  }
  .trees-visual--gallery {
    padding: 0;
    overflow: hidden;
    background: none;
  }
  .trees-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    padding: 0.45rem;
    background: rgba(8,28,18,0.18);
  }
  .trees-gallery-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 3px;
  }
  .works-cta--mobile { display: none; }
  .trees-visual--video video {
    width: 100%; height: 100%; min-height: 240px;
    object-fit: cover; border-radius: 4px; display: block;
  }
  .trees-visual--video .safety-tags {
    padding: 0.85rem 1rem; background: rgba(8,28,18,0.6);
    border-top: 1px solid rgba(82,183,136,0.15);
  }
  .trees-visual .big-tree { font-size: 8rem; display: block; margin-bottom: 1.5rem;
    animation: float 5s ease-in-out infinite;
  }
  .safety-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: center; }
  .safety-tag {
    background: rgba(82,183,136,0.15); border: 1px solid rgba(82,183,136,0.25);
    color: var(--green-light); padding: 0.32rem 0.8rem; border-radius: 2px;
    font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  }

  /* ── LOJA ── */
  .shop-section {
    padding: 3.2rem 6rem;
    background: #f0ebe0;
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: center;
  }
  .shop-visual {
    background: linear-gradient(160deg, var(--green-mid), var(--green-deep));
    border-radius: 4px; padding: 2rem; text-align: center;
    position: relative; overflow: hidden;
  }
  .shop-visual .flowers { font-size: 3rem; display: block; margin-bottom: 1rem; }
  .shop-address {
    background: rgba(255,255,255,0.1); border-radius: 4px; padding: 1rem 1.2rem;
    color: var(--green-pale); font-size: 0.85rem; line-height: 1.6;
    border: 1px solid rgba(183,228,199,0.2);
  }
  .shop-address strong { display: block; font-size: 0.9rem; margin-bottom: 0.3rem; color: var(--gold); }
  .shop-products {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.6rem; margin-top: 0.95rem;
  }
  .shop-product {
    background: transparent; border-radius: 0; padding: 0.2rem 0;
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.78rem; font-weight: 500; color: var(--text-dark);
    box-shadow: none;
    border: none;
  }
  .shop-product span:first-child { font-size: 0.9rem; color: var(--gold); }

  .shop-photo-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,28,18,0.75) 0%, rgba(10,28,18,0.1) 60%);
  }
  .shop-address-float {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 1.4rem 1.6rem;
    color: var(--green-pale); font-size: 0.85rem; line-height: 1.6;
    position: absolute; z-index: 2;
  }
  .shop-address-float strong {
    display: block; font-size: 0.9rem; margin-bottom: 0.3rem; color: var(--gold);
  }

  .eco-note-section {
    padding: 2.6rem 6rem 3rem;
    background: var(--cream);
    border-top: 1px solid rgba(82,183,136,0.12);
    border-bottom: 1px solid rgba(82,183,136,0.12);
  }
  .eco-note-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .eco-note-section .section-title {
    font-size: clamp(1.6rem, 2.6vw, 2.35rem);
    margin-bottom: 0.7rem;
  }
  .eco-note-section .section-desc {
    margin: 0 auto;
    max-width: 680px;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  /* ── CONTACT ── */
  .contact-section {
    background: var(--green-deep); padding: 8rem 6rem;
    text-align: center; position: relative; overflow: hidden;
  }
  .contact-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(82,183,136,0.08) 0%, transparent 70%);
  }
  .contact-section .section-title { color: var(--cream); }
  .contact-section .section-title em { color: var(--green-light); }
  .contact-section .section-desc { color: rgba(183,228,199,0.65); margin: 0 auto 3rem; }
  .contact-card {
    display: inline-flex; flex-direction: column; align-items: center;
    gap: 0.4rem;
    background: rgba(82,183,136,0.08); border: 1px solid rgba(82,183,136,0.2);
    padding: 2.5rem 4rem; border-radius: 4px; position: relative; z-index: 1;
  }
  .contact-card .phone-icon { font-size: 2rem; margin-bottom: 0.5rem; }
  .contact-card .phone-label {
    font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--green-light); font-weight: 500;
  }
  .contact-card .phone-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem; font-weight: 700; color: var(--cream);
    letter-spacing: 0.02em; text-decoration: none;
    transition: color 0.3s;
  }
  .contact-card .phone-num:hover { color: var(--gold); }
  .contact-card .phone-sub {
    font-size: 0.8rem; color: rgba(183,228,199,0.5);
  }
  .contact-location {
    margin-top: 2rem; color: rgba(183,228,199,0.55); font-size: 0.85rem;
    display: flex; align-items: center; justify-content: center; gap: 0.5rem;
    position: relative; z-index: 1;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--footer-bg); padding: 3rem 6rem;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 1rem;
    border-top: 1px solid rgba(82,183,136,0.1);
  }
  .footer-logo {
    display: inline-flex;
    align-items: center;
  }
  .footer-copy { font-size: 0.75rem; color: rgba(183,228,199,0.3); }
  .footer-tagline { font-size: 0.75rem; color: rgba(183,228,199,0.4); font-style: italic; }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-14px); }
  }

  /* ── BUTTON VARIANTS ── */
  .btn-mobile { display: none; }
  .btn-desktop { display: inline-flex; align-items: center; gap: 0.4rem; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .trees-desc-desktop { display: none; }
    .trees-desc-mobile { display: block; }
    .trees-title br { display: none; }
    .trees-section .checklist { display: none; }
    html,
    body {
      width: 100%;
      max-width: 100%;
      overflow-x: clip !important;
      overscroll-behavior: none;
      touch-action: pan-y;
      position: relative;
    }
    html { background: var(--footer-bg); }
    body { background: var(--cream); }
    body > * {
      max-width: 100%;
    }
    img,
    video,
    iframe {
      max-width: 100%;
    }
    nav,
    .hero,
    .section,
    .trees-section,
    .shop-section,
    .eco-note-section,
    .contact-section,
    .inner-hero,
    .inner-section,
    .footer-rich,
    footer,
    .mobile-menu {
      overflow-x: clip;
    }
    .trees-inner > *,
    .shop-section > *,
    .contact-inner > *,
    .footer-grid > *,
    .contact-page-layout > *,
    .about-layout > *,
    .store-info-row > * {
      min-width: 0;
    }
    .homepage .section-desc,
    .homepage .shop-content,
    .homepage .trees-content,
    .homepage .contact-inner,
    .homepage .contact-card {
      max-width: 100%;
      min-width: 0;
    }
    .btn-desktop { display: none; }
    .btn-mobile { display: inline-block; }
    nav { padding: calc(1rem + env(safe-area-inset-top, 0px)) 2rem 1rem; }
    .nav-links { display: none; }
    .hero { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    .hero-left { padding: 9rem 1.15rem 4rem; }
    .hero-title { font-size: clamp(2.35rem, 8vw, 3.4rem); }
    .section, .trees-section, .contact-section { padding: 5rem 1.15rem; }
    .shop-section { grid-template-columns: 1fr; padding: 2.6rem 1.15rem; }
    .eco-note-section { padding: 2.25rem 1.15rem 2.5rem; }
    .shop-products { grid-template-columns: 1fr 1fr; }
    .trees-inner { grid-template-columns: 1fr; gap: 0.45rem; }
    .trees-gallery-grid { gap: 0.35rem; padding: 0.35rem; }
    .works-cta--desktop { display: none; }
    .works-cta--mobile {
      display: block;
      margin-top: 1.45rem;
    }
    .services-grid { grid-template-columns: 1fr; }
    footer {
      flex-direction: column;
      text-align: center;
      padding: 2rem 2rem calc(2rem + env(safe-area-inset-bottom, 0px));
    }
    .hero-stat-bar { position: static; transform: none; justify-content: center;
      flex-wrap: wrap; padding: 2rem; gap: 2rem; }
  }
  /* ── CONTACT FORM ── */
  .contact-inner {
    display: flex; align-items: center; justify-content: center;
    gap: 3rem; flex-wrap: wrap; position: relative; z-index: 1;
    margin-bottom: 2.5rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-divider {
    display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
    color: rgba(183,228,199,0.3); font-size: 0.75rem; letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .contact-divider::before,
  .contact-divider::after {
    content: ''; display: block; width: 1px; height: 60px;
    background: rgba(82,183,136,0.2);
  }
  .orcamento-form {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(82,183,136,0.18);
    border-radius: 6px; padding: 1.6rem 1.8rem;
    width: 100%; max-width: 400px;
    text-align: left;
  }
  .form-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem; font-weight: 700;
    color: var(--cream); margin-bottom: 0.2rem;
  }
  .form-sub {
    font-size: 0.7rem; color: var(--green-light);
    letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 1.2rem;
  }
  .form-row {
    display: grid; grid-template-columns: 1fr; gap: 0;
  }
  .form-group {
    display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 0.7rem;
  }
  .form-group label {
    font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.09em;
    color: rgba(183,228,199,0.5); font-weight: 500;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(82,183,136,0.22);
    border-radius: 3px; padding: 0.5rem 0.8rem;
    color: var(--cream); font-family: 'DM Sans', sans-serif;
    font-size: 0.84rem; outline: none;
    transition: border-color 0.3s;
  }
  .form-group input::placeholder,
  .form-group textarea::placeholder { color: rgba(183,228,199,0.3); }
  .form-group select option { background: var(--green-deep); color: var(--cream); }
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus { border-color: var(--green-light); }
  .form-group textarea { resize: none; height: 60px; }
  .form-submit {
    width: 100%; padding: 0.7rem;
    background: var(--gold); color: var(--green-deep);
    border: none; border-radius: 3px; cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em;
    transition: background 0.3s, transform 0.2s;
    margin-top: 0.3rem;
  }
  .form-submit:hover { background: #e0bc6a; transform: translateY(-1px); }
  .form-note {
    font-size: 0.65rem; color: rgba(183,228,199,0.3);
    text-align: center; margin-top: 0.6rem;
  }
  .desktop-only { display: block; }

  @media (max-width: 900px) {
    .desktop-only { display: none !important; }
    .contact-divider { display: none; }
    .contact-inner { gap: 0; }
  }

  /* ===========================
     HAMBURGER MENU
  =========================== */
  .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 110;
  }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--green-pale);
    border-radius: 2px;
    transition: all 0.3s;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hamburger.open {
    opacity: 0;
    pointer-events: none;
  }
  body.mobile-menu-open .hamburger {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 105;
  }
  .mobile-overlay.active { display: block; }

  .mobile-menu {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 108;
    background: var(--green-deep);
    border-bottom: 2px solid var(--green-light);
    padding: 5rem 2rem 2.5rem;
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  }
  .mobile-menu.active { transform: translateY(0); }

  .mobile-menu-close {
    position: absolute;
    top: 1.2rem; right: 1.5rem;
    background: none; border: none;
    color: var(--green-pale);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.4rem;
    line-height: 1;
  }

  .mobile-menu-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
  }
  .mobile-menu-links a {
    display: block;
    color: var(--green-pale);
    text-decoration: none;
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(82,183,136,0.15);
    transition: color 0.2s;
  }
  .mobile-menu-links a:hover { color: var(--gold); }

  .mobile-menu-cta {
    display: block;
    background: var(--gold);
    color: var(--green-deep);
    text-align: center;
    text-decoration: none;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.05em;
    border-radius: 2px;
    text-transform: uppercase;
    transition: background 0.3s;
  }
  .mobile-menu-cta:hover { background: #e0bc6a; }

  @media (max-width: 900px) {
    body.mobile-menu-open nav {
      z-index: 110;
    }
    body.mobile-menu-open .mobile-overlay {
      top: 78px;
    }
    body.mobile-menu-open .mobile-menu {
      top: 78px;
    }
    .hamburger { display: flex; }
    .nav-cta { display: none; }
  }

  /* ===========================
     SECTION CTA
  =========================== */
  .section-cta {
    text-align: center;
    margin-top: 2rem;
  }

  /* ===========================
     INNER PAGES â€” SHARED
  =========================== */
  .inner-hero {
    background: var(--green-deep);
    padding: 8rem 4rem 4rem;
    text-align: center;
  }
  .inner-hero-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 0.3rem 1rem;
    margin-bottom: 1.5rem;
  }
  .inner-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--green-pale);
    line-height: 1.15;
  }
  .inner-hero h1 em { font-style: italic; color: var(--gold); }
  .inner-hero p {
    margin-top: 1rem;
    color: rgba(183,228,199,0.75);
    font-size: 1.05rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5rem 4rem;
  }

  /* ===========================
     SERVICOS PAGE
  =========================== */
  .service-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 4rem 0;
    border-bottom: 1px solid rgba(82,183,136,0.15);
  }
  .service-detail:last-child { border-bottom: none; }
  .service-detail.reverse { direction: rtl; }
  .service-detail.reverse > * { direction: ltr; }
  .service-detail-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 4px;
  }
  .service-detail-img-ph {
    width: 100%;
    aspect-ratio: 4/3;
    background: var(--green-mid);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
  }
  .service-detail-content .service-tag {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
    display: block;
  }
  .service-detail-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    color: var(--green-deep);
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .service-detail-content h2 em { color: var(--green-mid); font-style: italic; }
  .service-detail-content p {
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }
  .service-detail-content .btn-cta {
    display: inline-block;
    background: var(--green-deep);
    color: var(--green-pale);
    padding: 0.75rem 1.75rem;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background 0.3s;
  }
  .service-detail-content .btn-cta:hover { background: var(--green-mid); }

  /* ===========================
     GALERIA PAGE
  =========================== */
  .gallery-filter {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .filter-btn {
    background: none;
    border: 1px solid var(--green-mid);
    color: var(--green-mid);
    padding: 0.5rem 1.2rem;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.25s;
  }
  .filter-btn.active, .filter-btn:hover {
    background: var(--green-mid);
    color: white;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .gallery-item {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
  }
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
  }
  .gallery-item:hover img { transform: scale(1.06); }
  .gallery-item-overlay {
    position: absolute; inset: 0;
    background: rgba(26,58,42,0.6);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s;
  }
  .gallery-item:hover .gallery-item-overlay { opacity: 1; }
  .gallery-item-overlay span {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  /* ===========================
     LOJA PAGE
  =========================== */
  .store-layout {
    display: block;
    margin-bottom: 4rem;
  }
  .store-info {
    width: 100%;
    background: var(--green-mid);
    border: 1px solid #ffffff;
    border-radius: 18px;
    box-shadow: 0 0 0 4px var(--green-deep);
    padding: 2rem 2.25rem;
  }
  .store-info-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
  }
  .store-info-block {
    min-width: 0;
  }
  .store-photo img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 4px;
  }
  .store-photo-ph {
    width: 100%;
    height: 380px;
    background: var(--green-mid);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem;
  }
  .store-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--cream);
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .store-info h3:first-child { margin-top: 0; }
  .store-info p, .store-info address {
    color: rgba(245,240,232,0.9);
    font-style: normal;
    line-height: 1.7;
  }
  .store-info a {
    color: var(--cream);
    text-decoration: none;
  }
  .store-info a:hover {
    color: #ffffff;
  }
  .store-hours { margin-top: 0.5rem; width: 100%; }
  .store-hours tr td { padding: 0.3rem 0; font-size: 0.9rem; color: rgba(245,240,232,0.9); }
  .store-hours tr td:first-child { font-weight: 500; color: var(--cream); min-width: 130px; }
  .product-cats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-bottom: 3rem;
  }
  .product-cat {
    background: white;
    border-radius: 4px;
    padding: 1.5rem 1rem;
    text-align: center;
    border: 1px solid rgba(82,183,136,0.2);
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .product-cat:hover { box-shadow: 0 6px 24px rgba(26,58,42,0.1); transform: translateY(-2px); }
  .product-cat .cat-icon { font-size: 2rem; margin-bottom: 0.75rem; }
  .product-cat h4 { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--green-deep); margin-bottom: 0.3rem; }
  .product-cat p { font-size: 0.8rem; color: var(--text-muted); }
  .ecommerce-notice {
    text-align: center;
    background: var(--green-deep);
    color: var(--green-pale);
    padding: 2.5rem;
    border-radius: 4px;
  }
  .ecommerce-notice h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--gold); margin-bottom: 0.5rem; }
  .ecommerce-notice p { color: rgba(183,228,199,0.75); }

  /* ===========================
     SOBRE PAGE
  =========================== */
  .about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
  }
  .about-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--green-deep);
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .about-content h2 em { font-style: italic; color: var(--green-mid); }
  .about-content p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }
  .about-copy-mobile { display: none; }
  .about-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 4px;
    border: 4px solid #ffffff;
  }
  .about-img-ph {
    width: 100%;
    aspect-ratio: 4/3;
    background: var(--green-mid);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem;
  }
  .about-editorial {
    background: var(--green-deep);
    padding: 4.5rem 6rem;
    margin-top: 4rem;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }
  .values-section {
    margin-bottom: 4rem;
  }
  .values-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    color: var(--cream);
    margin-bottom: 2.5rem;
  }
  .values-section h2 em {
    color: var(--gold);
    font-style: italic;
  }
  .values-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0 1.5rem;
  }
  .value-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.7rem;
    padding: 1.4rem 0;
    border-top: 1px solid rgba(82,183,136,0.15);
  }
  .value-item:last-child {
    border-bottom: 1px solid rgba(82,183,136,0.15);
  }
  .value-item-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
  .value-number {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--gold);
  }
  .value-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 1.8vw, 1.75rem);
    line-height: 1.1;
    color: var(--cream);
  }
  .value-item p {
    color: rgba(183,228,199,0.75);
    line-height: 1.65;
    font-size: 0.9rem;
  }
  .area-section {
    padding: 2rem 2.2rem;
    background: rgba(82,183,136,0.12);
    border: 1px solid #ffffff;
    border-radius: 18px;
    box-shadow: 0 0 0 4px var(--green-deep);
  }
  .area-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: var(--cream);
    margin-bottom: 1rem;
  }
  .area-section p {
    color: #ffffff;
    line-height: 1.8;
  }
  .area-copy {
    font-size: 1.08rem;
    max-width: 760px;
  }

  /* ===========================
     CONTACTO PAGE
  =========================== */
  .contact-page-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .contact-page-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--green-deep);
    margin-bottom: 0.75rem;
    margin-top: 2.5rem;
  }
  .contact-page-info h3:first-child { margin-top: 0; }
  .contact-page-info p, .contact-page-info address {
    color: var(--text-muted);
    font-style: normal;
    line-height: 1.7;
  }
  .contact-channels { display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem; }
  .channel-btn {
    display: flex; align-items: center; gap: 1rem;
    padding: 1rem 1.5rem; border-radius: 4px;
    text-decoration: none; font-weight: 500;
    transition: opacity 0.3s;
  }
  .channel-btn:hover { opacity: 0.85; }
  .channel-btn.phone { background: var(--green-deep); color: var(--green-pale); }
  .channel-btn.whatsapp { background: #25d366; color: white; }
  .channel-btn .ch-icon { font-size: 1.3rem; }
  .channel-btn .ch-text { flex: 1; }
  .channel-btn .ch-label { font-size: 0.75rem; opacity: 0.8; display: block; }
  .channel-btn .ch-num { font-size: 1.1rem; font-weight: 700; }
  .channel-btn .ch-note { font-size: 0.74rem; opacity: 0.75; display: block; margin-top: 0.15rem; }
  .map-embed {
    margin-top: 1.5rem;
    border-radius: 4px;
    overflow: hidden;
    height: 280px;
  }
  .map-embed iframe { width: 100%; height: 100%; border: none; }
  .contact-page-form .orcamento-form {
    background: white;
    padding: 2.5rem;
    border-radius: 4px;
    border: 1px solid rgba(82,183,136,0.2);
  }

  /* ===========================
     RESPONSIVE â€” INNER PAGES
  =========================== */
  @media (max-width: 900px) {
    .inner-hero { padding: 7rem 2rem 3rem; }
    .inner-section { padding: 3rem 2rem; }
    .service-detail { grid-template-columns: 1fr; gap: 2rem; }
    .service-detail.reverse { direction: ltr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .store-info-row { grid-template-columns: 1fr; gap: 1.5rem; }
    .product-cats { grid-template-columns: 1fr 1fr; }
    .about-layout { grid-template-columns: 1fr; gap: 2rem; }
    .about-editorial {
      padding: 3rem 2rem;
      margin-left: 0;
      margin-right: 0;
      width: auto;
    }
    .about-copy-desktop { display: none; }
    .about-copy-mobile { display: block; }
    .values-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 1rem; }
    .value-item {
      gap: 0.25rem;
      padding: 0.7rem 0;
    }
    .value-item p { display: none; }
    .value-item-head { gap: 0.18rem; }
    .value-number {
      font-size: 0.66rem;
      letter-spacing: 0.1em;
    }
    .value-item h3 {
      font-size: 1.02rem;
      line-height: 1.05;
    }
    .contact-page-layout { grid-template-columns: 1fr; gap: 2rem; }
    .contact-page-form { display: none; }
  }
  @media (max-width: 600px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .product-cats { grid-template-columns: 1fr 1fr; }
    .values-list { grid-template-columns: 1fr; gap: 0; }
  }

  /* nav-logo as link */
  a.nav-logo {
    text-decoration: none;
    cursor: pointer;
  }

  /* shop-visual video */
  .shop-visual--video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/8;
  }
  .shop-visual--video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .shop-visual--video video::-webkit-media-controls,
  .shop-visual--video video::-webkit-media-controls-start-playback-button,
  .shop-visual--video video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
    opacity: 0;
  }
  .shop-section { align-items: stretch; }
  .shop-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 1.25rem;
  }
  .shop-content .section-title {
    margin-bottom: 0.55rem !important;
    font-size: clamp(1.7rem, 2.9vw, 2.5rem) !important;
  }
  .shop-content .section-desc {
    margin-bottom: 1.05rem !important;
    max-width: 460px;
    font-size: 1rem !important;
  }
  .shop-content .section-tag,
  .shop-content .section-title,
  .shop-content .section-desc {
    text-align: center;
  }
  .shop-products {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.95rem;
  }

  /* video sound toggle */
  .video-sound-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
    background: rgba(26,58,42,0.75);
    border: 1px solid rgba(82,183,136,0.4);
    color: var(--green-pale);
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    transition: background 0.2s, transform 0.15s;
  }
  .video-sound-btn:hover {
    background: rgba(26,58,42,0.95);
    transform: scale(1.08);
  }

  /* shop ver tudo */
  .shop-product--cta {
    text-decoration: none;
    background: var(--gold) !important;
    color: var(--green-deep) !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    justify-content: center;
    border-color: transparent;
    transition: background 0.25s;
    display: inline-flex;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
    align-self: center;
    margin-top: 1.1rem;
    padding: 0.8rem 1.5rem;
    border-radius: 2px;
  }
  .shop-product--cta:hover {
    background: #e0bc6a !important;
  }
  .shop-product--cta span { display: none; }
  .shop-product--cta-mobile { display: none; }

  /* plantas de exterior grid */
  .plantas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 4rem;
  }
  .planta-item {
    aspect-ratio: 2/3;
    overflow: hidden;
    border-radius: 4px;
  }
  .planta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
  }
  .planta-item:hover img { transform: scale(1.06); }
  @media (max-width: 900px) {
    .plantas-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 500px) {
    .plantas-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  }

  /* ===========================
     CAROUSEL
  =========================== */
  .carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .carousel-track-outer {
    flex: 1;
    overflow: hidden;
    border-radius: 4px;
  }
  .carousel-track {
    display: flex;
    gap: 0.8rem;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  }
  .carousel-slide {
    flex-shrink: 0;
    aspect-ratio: 2/3;
    cursor: zoom-in;
    /* width set by JS based on outer container */
  }
  .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
  }
  .carousel-btn {
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: 1px solid var(--green-mid);
    background: white;
    color: var(--green-deep);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
  }
  .carousel-btn:hover {
    background: var(--green-deep);
    color: var(--green-pale);
  }
  .carousel-counter {
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
  }
  @media (max-width: 900px) {
    .carousel-wrapper {
      gap: 0;
      align-items: stretch;
    }
    .carousel-btn {
      display: none;
    }
    .carousel-track-outer {
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 0.45rem;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x pan-y;
    }
    .carousel-track-outer::-webkit-scrollbar {
      display: none;
    }
    .carousel-track {
      width: max-content;
      transition: none;
      gap: 0.32rem;
      padding-right: 0.45rem;
    }
    .carousel-slide {
      aspect-ratio: 3 / 5.85;
    }
    .carousel-slide img {
      border-radius: 14px;
    }
    .carousel-counter {
      margin-bottom: 2rem;
      font-size: 0.74rem;
    }
    .store-layout + .section-tag,
    .carousel-counter + .section-tag {
      font-size: 0.64rem !important;
      margin-bottom: 0.55rem !important;
      margin-top: 3rem !important;
    }
    .store-layout + .section-tag + h2,
    .carousel-counter + .section-tag + h2 {
      font-size: 1.45rem !important;
      margin-bottom: 1.25rem !important;
      line-height: 1.12;
    }
    .carousel-wrapper.carousel-bleed,
    .carousel-counter.carousel-bleed {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
      padding-left: 0;
      padding-right: 0;
    }
  }

  /* ===========================
     LIGHTBOX
  =========================== */
  .lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    align-items: center;
    justify-content: center;
  }
  .lightbox.active { display: flex; }
  .lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,25,15,0.92);
  }
  .lightbox-img-wrap {
    position: relative;
    z-index: 2;
    max-width: min(90vw, 800px);
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lightbox-img-wrap img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
    display: block;
  }
  .lightbox-close {
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    z-index: 3;
    background: none;
    border: none;
    color: white;
    font-size: 1.6rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
  }
  .lightbox-close:hover { opacity: 1; }
  .lightbox-nav {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    transition: background 0.2s;
    flex-shrink: 0;
  }
  .lightbox-nav:hover { background: rgba(255,255,255,0.2); }
  .lightbox-counter {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: rgba(255,255,255,0.6);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
  }

  /* carousel full-bleed — full viewport width */
  .carousel-bleed {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    padding-left: 5rem;
    padding-right: 5rem;
    box-sizing: border-box;
  }

  /* ===========================
     FOOTER RICH
  =========================== */
  .footer-rich {
    background: var(--footer-bg);
    border-top: 1px solid rgba(82,183,136,0.1);
    padding: 4rem 6rem 0;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.4fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(82,183,136,0.1);
  }
  .footer-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 0.75rem;
  }
  .brand-image--footer { width: 240px; }
  .footer-tagline {
    color: rgba(183,228,199,0.6);
    font-style: italic;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }
  .footer-desc {
    color: rgba(183,228,199,0.45);
    font-size: 0.82rem;
    line-height: 1.7;
  }
  .footer-col h4 {
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    color: var(--gold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer-col ul a {
    color: rgba(183,228,199,0.6);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
  }
  .footer-col ul a:hover { color: var(--green-pale); }
  .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: rgba(183,228,199,0.6);
    font-size: 0.85rem;
  }
  .footer-contact-list span { color: var(--gold); flex-shrink: 0; }
  .footer-contact-list address {
    font-style: normal;
    line-height: 1.5;
    color: rgba(183,228,199,0.6);
  }
  .footer-hours {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .footer-hours li {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    color: rgba(183,228,199,0.5);
  }
  .footer-hours li span:first-child { color: rgba(183,228,199,0.7); }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    font-size: 0.78rem;
    color: rgba(183,228,199,0.3);
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  @media (max-width: 900px) {
    .brand-image--nav { width: 180px; }
    .brand-image--footer { width: 200px; }
    .footer-rich { padding: 3rem 2rem calc(env(safe-area-inset-bottom, 0px)); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-col--brand { grid-column: 1 / -1; }
    .footer-grid .footer-col:nth-child(2),
    .footer-grid .footer-col:nth-child(3) { display: none; }
    .footer-rich,
    .footer-grid,
    .footer-col,
    .footer-logo-link,
    .footer-contact-list,
    .footer-hours,
    .footer-contact-list li,
    .footer-hours li {
      text-align: center;
      justify-content: center;
      align-items: center;
    }
    .footer-col ul {
      align-items: center;
    }
    .footer-bottom {
      flex-direction: column;
      text-align: center;
      padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
    }
    .shop-section {
      gap: 1.25rem;
      display: flex;
      flex-direction: column;
    }
    .shop-visual,
    .shop-visual--video {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      margin: 0 auto;
      border-radius: 4px;
    }
    .shop-visual {
      padding: 0;
    }
    .shop-visual--video {
      aspect-ratio: 16 / 10;
    }
    .shop-content {
      order: -1;
      padding-top: 0;
    }
    .shop-content .section-desc {
      margin-bottom: 0 !important;
    }
    .shop-products {
      display: none;
    }
    .shop-product--cta {
      margin-top: 1rem;
    }
    .shop-product--cta-desktop {
      display: none;
    }
    .shop-product--cta-mobile {
      display: inline-flex;
      align-self: center;
      margin-top: -0.1rem;
    }
    .shop-product {
      min-width: 0;
    }
    .contact-card {
      width: 100%;
      max-width: 100%;
      padding: 1.5rem 1.25rem;
    }
    .contact-card .phone-num {
      font-size: clamp(1.6rem, 8vw, 2.2rem);
      text-align: center;
      word-break: break-word;
    }
    .contact-location,
    .mobile-menu-links a,
    .footer-bottom,
    .footer-col ul a,
    .footer-contact-list address {
      overflow-wrap: anywhere;
      word-break: break-word;
    }
    .carousel-bleed {
      margin-left: 0;
      margin-right: 0;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 500px) {
    .footer-grid { grid-template-columns: 1fr; }
  }

  /* homepage services accordion */
  #servicos .section-desc {
    max-width: none;
    white-space: nowrap;
  }
  #servicos .services-grid {
    display: flex;
    gap: 0.3rem;
    min-height: 540px;
    margin-top: 2.5rem;
    background: transparent;
    overflow: visible;
  }
  #servicos .service-card {
    position: relative;
    display: flex;
    align-items: stretch;
    flex: 1 1 0;
    min-width: 0;
    min-height: 540px;
    background-color: var(--green-deep);
    background-size: cover;
    background-position: center;
    color: var(--cream);
    border-left: 1px solid rgba(82,183,136,0.15);
    border-radius: 3px;
    overflow: hidden;
    transition: flex 0.5s ease;
  }
  #servicos .service-card--photo {
    padding: 0;
    background: var(--green-deep) !important;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #servicos .service-card-media-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    z-index: 0;
  }
  #servicos .service-card-media-wrap::before {
    content: '';
    position: absolute;
    inset: 14px 10px 10px;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(18px);
    z-index: 0;
    pointer-events: none;
  }
  #servicos .service-card-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    transform: none;
    object-fit: contain;
    object-position: center center;
    display: block;
    position: relative;
    z-index: 1;
  }
  #servicos .service-card--criacao { background-image: url('../images/home/patio.webp') !important; }
  #servicos .service-card--manutencao {
    background-image: none !important;
  }
  #servicos .service-card--limpezas {
    background-image: none !important;
  }
  #servicos .service-card--paisagismo { background-image: url('../images/home/paisagismo.webp') !important; }
  #servicos .service-card--rega {
    background-image: url('../images/home/rega-card.webp') !important;
    background-position: 36% center;
    background-repeat: no-repeat;
    background-size: 90% auto;
  }
  #servicos .service-card-media-wrap--rega {
    display: none;
  }
  #servicos .service-card-media--manutencao { object-position: center center; }
  #servicos .service-card-media--limpezas { object-position: 30% center; }
  #servicos .service-card-media--rega { object-position: center center; }
  #servicos .service-card:first-child { border-left: 0; }
  #servicos .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    height: auto;
    background: rgba(10,28,18,0.58);
    transform: none;
    transition: background 0.5s ease;
    z-index: 1;
  }
  #servicos .service-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 1.4rem 1rem 2rem;
    text-align: center;
  }
  #servicos .service-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--cream);
    margin: 0;
    transition: margin 0.5s ease, font-size 0.5s ease;
  }
  #servicos .service-card-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
  }
  #servicos .service-card p,
  #servicos .service-card-link {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-18px);
    transition: opacity 0.35s ease, transform 0.45s ease, max-height 0.5s ease;
  }
  #servicos .service-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #ffffff;
    max-width: 24ch;
    margin: 0 0 1rem;
  }
  #servicos .service-card-link {
    color: var(--gold);
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  #servicos .service-card-link::after { content: ' ->'; }
  #servicos .services-grid:hover .service-card { flex: 0.8 1 0; }
  #servicos .service-card:hover { flex: 2.2 1 0; }
  #servicos .service-card:hover::before { background: rgba(10,28,18,0.42); }
  #servicos .service-card:hover .service-card-content {
    padding: 1.4rem 1.4rem 2rem;
  }
  #servicos .service-card:hover h3 {
    font-size: 1.7rem;
  }
  #servicos .service-card:hover .service-card-copy {
    text-align: left;
  }
  #servicos .service-card:hover p,
  #servicos .service-card:hover .service-card-link {
    opacity: 1;
    max-height: 220px;
    transform: translateY(0);
  }
  #servicos .section-cta .btn-outline {
    border-color: rgba(45, 106, 79, 0.7);
    background: rgba(45, 106, 79, 0.08);
    color: var(--green-deep);
  }
  #servicos .section-cta .btn-outline:hover {
    border-color: var(--green-mid);
    background: rgba(45, 106, 79, 0.14);
    color: var(--green-deep);
  }
  @media (max-width: 900px) {
    #servicos .section-desc {
      white-space: normal;
      max-width: 100%;
    }
    #servicos {
      background: #f1ebdf;
    }
    #servicos .services-grid {
      flex-direction: row;
      align-items: stretch;
      min-height: 0;
      gap: 0.9rem;
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 0.35rem;
      margin-right: -1.15rem;
      padding-right: 1.15rem;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      scrollbar-width: none;
      touch-action: pan-x;
      pointer-events: auto;
    }
    #servicos .services-grid::-webkit-scrollbar { display: none; }
    #servicos .service-card {
      flex: 0 0 auto;
      width: min(84vw, 320px);
      min-width: min(84vw, 320px);
      max-width: min(84vw, 320px);
      min-height: 320px;
      border: 1px solid rgba(82,183,136,0.14);
      border-top: 1px solid rgba(82,183,136,0.14);
      border-radius: 24px;
      background: linear-gradient(180deg, #173426 0%, #10261b 100%) !important;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      box-shadow: 0 18px 34px rgba(15, 35, 24, 0.12);
      scroll-snap-align: start;
      scroll-snap-stop: always;
      pointer-events: none;
    }
    #servicos .service-card * { pointer-events: none; }
    #servicos .section-cta,
    #servicos .section-cta * {
      pointer-events: auto;
    }
    #servicos .service-card--criacao {
      background-image: url('../images/home/patio.webp') !important;
    }
    #servicos .service-card--paisagismo {
      background-image: url('../images/home/paisagismo.webp') !important;
    }
    #servicos .service-card--rega {
      background-image: url('../images/home/rega-card.webp') !important;
      background-position: 24% center !important;
    }
    #servicos .service-card:first-child {
      border-top: 1px solid rgba(82,183,136,0.14);
    }
    #servicos .service-card::before {
      background: linear-gradient(180deg, rgba(10,28,18,0.18) 0%, rgba(10,28,18,0.72) 100%);
    }
    #servicos .service-card-content {
      align-items: flex-start;
      justify-content: flex-end;
      padding: 1.4rem 1.25rem 1.35rem;
      min-height: 100%;
      text-align: left;
    }
    #servicos .service-card-media {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    #servicos .service-card-media-wrap {
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      transform: none;
      overflow: hidden;
      border-radius: 24px;
    }
    #servicos .service-card-media-wrap::before {
      content: '';
      position: absolute;
      inset: 0;
      height: auto;
      background: linear-gradient(180deg, rgba(16,38,27,0.12) 0%, rgba(16,38,27,0.22) 42%, rgba(16,38,27,0.72) 100%);
      z-index: 1;
      pointer-events: none;
    }
    #servicos .service-card h3 {
      margin-bottom: 0;
      font-size: 1.45rem;
      line-height: 1.12;
      color: var(--cream);
    }
    #servicos .service-card--paisagismo h3,
    #servicos .service-card--rega h3 {
      font-size: 1.28rem;
      line-height: 1.16;
      transform: translateY(0.55rem);
      transform-origin: left top;
    }
    #servicos .service-card--paisagismo .service-card-copy,
    #servicos .service-card--rega .service-card-copy {
      margin-top: 1.45rem;
    }
    #servicos .service-card-copy {
      margin-top: 1rem;
      gap: 0.95rem;
      padding-bottom: 1.9rem;
    }
    #servicos .service-card p,
    #servicos .service-card-link {
      opacity: 1;
      max-height: none;
      transform: translateY(0);
    }
    #servicos .service-card p {
      max-width: none;
      margin: 0;
      color: rgba(183,228,199,0.8);
      font-size: 0.96rem;
      line-height: 1.68;
    }
    #servicos .service-card-link {
      display: none;
      align-items: center;
      padding: 0;
      color: var(--green-pale);
      font-size: 0.82rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    #servicos .service-card-link::after {
      content: ' ->';
      color: var(--gold);
    }
  }
  @media (max-width: 700px) {
    #servicos .section-desc {
      white-space: normal;
    }
    #servicos .services-grid {
      flex-direction: row;
      min-height: 0;
      gap: 0.9rem;
    }
    #servicos .service-card {
      min-height: 0;
      border-left: 1px solid rgba(82,183,136,0.14);
      border-top: 1px solid rgba(82,183,136,0.14);
    }
    #servicos .service-card:first-child {
      border-top: 1px solid rgba(82,183,136,0.14);
    }
    #servicos .service-card::before {
      background: linear-gradient(180deg, rgba(10,28,18,0.18) 0%, rgba(10,28,18,0.72) 100%);
    }
    #servicos .service-card-content {
      align-items: flex-start;
      justify-content: flex-end;
      padding: 1.5rem 1.25rem;
      min-height: 320px;
      text-align: left;
    }
    #servicos .service-card h3 {
      margin-bottom: 0.8rem;
      font-size: 1.6rem;
    }
    #servicos .service-card-media {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: none;
      object-fit: cover;
    }
    #servicos .service-card-media-wrap {
      left: 0;
      width: 100%;
      transform: none;
    }
    #servicos .service-card-media-wrap::before {
      inset: 0;
      filter: none;
      background: transparent;
    }
    #servicos .service-card p,
    #servicos .service-card-link {
      opacity: 1;
      max-height: 220px;
      transform: translateY(0);
    }
    #servicos .service-card-link {
      display: none;
    }
    .contact-kit-form { grid-template-columns: 1fr; }
  }

  /* ===========================
     SERVICES PAGE OVERRIDES
  =========================== */
  .services-page {
    background: var(--green-deep);
  }
  .services-page .inner-hero {
    background: linear-gradient(180deg, rgba(10, 28, 18, 0.78), rgba(10, 28, 18, 0.9)), var(--green-deep);
  }
  .services-page .inner-section--services {
    max-width: none;
    padding: 0 0 6rem;
  }
  .services-page {
    --services-text-align-offset: 10.25rem;
    --services-pair-gutter: 3.5rem;
    --services-pair-leading-padding: calc(6rem + var(--services-text-align-offset));
    --services-pair-trailing-padding: 6rem;
  }
  .services-page .service-detail {
    position: relative;
    width: 100%;
    border-bottom: none;
    gap: 0;
    padding: 0;
  }
  .services-page .service-detail-img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }
  .services-page .service-number {
    display: block;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 400;
    line-height: 0.95;
    color: var(--gold);
    opacity: 0.95;
  }
  .services-page .service-detail-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: var(--cream);
    margin-bottom: 1.2rem;
    line-height: 1.08;
  }
  .services-page .service-detail-content h2 em {
    color: var(--gold);
    font-style: italic;
  }
  .services-page .service-detail-content p {
    color: rgba(183,228,199,0.82);
    line-height: 1.85;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    max-width: 56ch;
  }
  .services-page .service-detail-content p:last-child {
    margin-bottom: 0;
  }

  .services-page .service-detail--hero {
    min-height: 78vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
  }
  .services-page .service-detail--hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,28,18,0.86) 0%, rgba(10,28,18,0.68) 52%, rgba(10,28,18,0.38) 100%);
    z-index: 1;
  }
  .services-page .service-detail--hero .service-detail-img {
    position: absolute;
    inset: 0;
  }
  .services-page .service-detail--hero .service-detail-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    padding: 8rem 6rem 7rem calc(6rem + var(--services-text-align-offset));
  }
  .services-page .service-detail--hero-alt {
    min-height: 74vh;
    margin-top: 1.5rem;
  }
  .services-page .service-detail--hero-alt::before {
    background:
      linear-gradient(90deg, rgba(10,28,18,0.84) 0%, rgba(10,28,18,0.62) 44%, rgba(10,28,18,0.22) 100%),
      linear-gradient(180deg, rgba(10,28,18,0.18) 0%, rgba(10,28,18,0.42) 100%);
  }
  .services-page .service-detail--hero-alt .service-detail-content {
    max-width: 780px;
    padding: 8rem 6rem 7rem calc(6rem + var(--services-text-align-offset));
  }

  .services-page .service-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--services-pair-gutter);
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 0 var(--services-pair-trailing-padding) 0 var(--services-pair-leading-padding);
    align-items: stretch;
  }
  .services-page .service-detail--text {
    max-width: 980px;
    margin: 1.5rem auto 0;
    padding: 0 4rem;
  }
  .services-page .service-pair .service-detail--text {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .services-page .service-detail--text .service-detail-content {
    padding: 4.5rem 0;
    border-top: 1px solid rgba(82,183,136,0.15);
    border-bottom: 1px solid rgba(82,183,136,0.15);
  }
  .services-page .service-pair .service-detail--text .service-detail-content {
    height: 100%;
    padding: 3rem 0;
    border: 0;
  }
  .services-page .service-pair .service-detail--text .service-detail-content p {
    max-width: none;
    width: 100%;
    font-size: 1.06rem;
    line-height: 1.95;
  }
  .services-page .service-pair .service-detail--text + .service-detail--text .service-detail-content {
    padding-left: 0;
    border-left: 0;
  }
  .services-page .service-pair--secondary {
    margin-top: 1.5rem;
  }
  .services-page > .service-detail--text .service-detail-content p {
    max-width: 62ch;
  }

  .services-page .service-detail--split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    min-height: 640px;
    margin-top: 1.5rem;
  }
  .services-page .service-detail--split .service-detail-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5.5rem 5rem;
    background: var(--green-deep);
  }
  .services-page .service-detail--bleed-left .service-detail-img {
    grid-column: 1;
  }
  .services-page .service-detail--bleed-left .service-detail-content {
    grid-column: 2;
  }
  .services-page .service-detail--bleed-right .service-detail-content {
    grid-column: 1;
  }
  .services-page .service-detail--bleed-right .service-detail-img {
    grid-column: 2;
  }

  .services-page .services-cta-panel {
    padding: 5rem 4rem 0;
  }
  .services-page .services-cta-panel-inner {
    max-width: 920px;
    margin: 0 auto;
    background: var(--green-mid);
    text-align: center;
    padding: 3.5rem 2rem;
  }
  .services-page .services-cta-panel h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.1;
    color: var(--cream);
    margin-bottom: 1rem;
  }
  .services-page .services-cta-panel h2 em {
    color: var(--gold);
    font-style: italic;
  }
  .services-page .services-cta-panel p {
    max-width: 620px;
    margin: 0 auto 2rem;
    color: rgba(245, 247, 240, 0.84);
    line-height: 1.8;
  }
  .services-page .services-cta-panel .btn-cta {
    display: inline-block;
    background: var(--gold);
    color: var(--green-deep);
    padding: 1rem 2.2rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 2px solid var(--gold);
    transition: background 0.3s, color 0.3s;
  }
  .services-page .services-cta-panel .btn-cta:hover {
    background: transparent;
    color: var(--gold);
  }

  @media (max-width: 900px) {
    .services-page .inner-section--services {
      padding: 0 0 4rem;
    }
    .services-page .inner-hero {
      padding: 5.8rem 0.9rem 2rem;
    }
    .services-page .inner-hero-tag {
      font-size: 0.64rem;
      letter-spacing: 0.12em;
      margin-bottom: 0.8rem;
    }
    .services-page .inner-hero h1 {
      font-size: clamp(1.6rem, 6.6vw, 2.2rem);
    }
    .services-page .inner-hero p {
      font-size: 0.86rem;
      line-height: 1.62;
      margin-top: 0.6rem;
    }
    .services-page .service-detail--hero {
      min-height: 0;
    }
    .services-page .service-detail--hero::before {
      background: linear-gradient(180deg, rgba(10,28,18,0.46) 0%, rgba(10,28,18,0.84) 68%, rgba(10,28,18,0.92) 100%);
    }
    .services-page .service-detail--hero .service-detail-content {
      max-width: none;
      padding: 5.9rem 0.9rem 7.6rem;
      text-align: left;
      margin: 0;
    }
    .services-page .service-detail--hero-alt {
      min-height: 0;
    }
    .services-page .service-detail--split {
      grid-template-columns: 1fr;
      min-height: 0;
      margin-top: 1rem;
    }
    .services-page .service-detail--split .service-detail-img,
    .services-page .service-detail--bleed-left .service-detail-img,
    .services-page .service-detail--bleed-right .service-detail-img,
    .services-page .service-detail--bleed-left .service-detail-content,
    .services-page .service-detail--bleed-right .service-detail-content {
      grid-column: auto;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
    .services-page .service-detail--split .service-detail-content {
      padding: 1.15rem 0.9rem;
    }
    .services-page .service-detail--text {
      max-width: none;
      margin-top: 1rem;
      padding: 0 0.9rem;
    }
    .services-page .service-detail--text .service-detail-content {
      padding: 1.15rem 0;
    }
    .services-page .service-pair {
      padding: 0 0.9rem;
      gap: 0.8rem;
    }
    .services-page .service-pair .service-detail--text {
      margin: 0;
      padding: 0;
    }
    .services-page .service-pair .service-detail--text .service-detail-content {
      padding: 1.15rem 0;
    }
    .services-page .service-pair .service-detail--text + .service-detail--text .service-detail-content {
      padding-left: 0;
      border-left: 0;
    }
    .services-page .service-number {
      font-size: clamp(1.35rem, 7vw, 2rem);
      margin-bottom: 0.45rem;
    }
    .services-page .service-detail-content h2 {
      font-size: clamp(1.3rem, 5.5vw, 1.85rem);
      margin-bottom: 0.7rem;
    }
    .services-page .service-detail-content p,
    .services-page .service-pair .service-detail--text .service-detail-content p {
      font-size: 0.84rem;
      line-height: 1.62;
    }
    .services-page .services-cta-panel {
      padding: 2rem 0.9rem 0;
    }
    .services-page .services-cta-panel-inner {
      padding: 1.5rem 0.9rem;
    }
    .services-page .services-cta-panel h2 {
      font-size: clamp(1.35rem, 5.8vw, 1.95rem);
    }
    .services-page .services-cta-panel p {
      font-size: 0.84rem;
      line-height: 1.62;
    }
  }
  @media (max-width: 700px) {
    .services-page .service-pair {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  }

  /* ===========================
     MAINTENANCE PAGE
  =========================== */
  .maintenance-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at top left, rgba(82, 183, 136, 0.14), transparent 34%),
      radial-gradient(circle at bottom right, rgba(201, 168, 76, 0.12), transparent 30%),
      linear-gradient(180deg, rgba(8, 19, 12, 0.94) 0%, rgba(10, 28, 18, 0.98) 100%),
      url('../images/about/about-raizes-bg.webp') center/cover no-repeat;
    color: var(--cream);
  }
  .maintenance-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(2rem + env(safe-area-inset-top, 0px)) calc(2rem + env(safe-area-inset-right, 0px)) calc(2rem + env(safe-area-inset-bottom, 0px)) calc(2rem + env(safe-area-inset-left, 0px));
    position: relative;
    overflow: hidden;
  }
  .maintenance-backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.01) 24%, transparent 55%);
    pointer-events: none;
  }
  .maintenance-card {
    position: relative;
    z-index: 1;
    width: min(100%, 780px);
    background: linear-gradient(180deg, rgba(11, 27, 18, 0.97) 0%, rgba(15, 35, 24, 0.95) 100%);
    border: 1px solid rgba(183, 228, 199, 0.12);
    border-radius: 30px;
    box-shadow: 0 34px 90px rgba(3, 10, 6, 0.38);
    backdrop-filter: blur(16px);
    overflow: hidden;
    text-align: left;
  }
  .maintenance-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.4rem;
    border-bottom: 1px solid rgba(183, 228, 199, 0.1);
    background: rgba(8, 20, 13, 0.66);
  }
  .maintenance-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(201, 168, 76, 0.28);
    background: rgba(201, 168, 76, 0.08);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .maintenance-body {
    padding: 2.4rem;
  }
  .maintenance-mark {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.4rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(82, 183, 136, 0.22);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(82, 183, 136, 0.08);
  }
  .maintenance-logo {
    display: inline-flex;
    align-items: center;
  }
  .maintenance-card h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    color: var(--cream);
    max-width: 12ch;
  }
  .maintenance-card h1 em {
    font-style: italic;
    color: var(--green-light);
  }
  .maintenance-copy {
    max-width: 38ch;
    margin: 0 0 2rem;
    color: rgba(183, 228, 199, 0.84);
    font-size: 1.02rem;
    line-height: 1.8;
  }
  .maintenance-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.4rem;
  }
  .maintenance-meta-item {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(183, 228, 199, 0.12);
  }
  .maintenance-meta-label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(183, 228, 199, 0.62);
  }
  .maintenance-meta-item a {
    color: var(--cream);
    text-decoration: none;
    font-weight: 500;
  }
  .maintenance-meta-item span:last-child {
    color: rgba(183, 228, 199, 0.9);
    font-weight: 500;
  }
  .maintenance-meta-item a:hover {
    color: var(--gold);
  }
  .maintenance-note {
    color: rgba(183, 228, 199, 0.66);
    font-size: 0.92rem;
    line-height: 1.7;
  }
  @media (max-width: 700px) {
    .maintenance-shell {
      padding: calc(1.15rem + env(safe-area-inset-top, 0px)) calc(1.15rem + env(safe-area-inset-right, 0px)) calc(1.15rem + env(safe-area-inset-bottom, 0px)) calc(1.15rem + env(safe-area-inset-left, 0px));
    }
    .maintenance-card {
      border-radius: 22px;
    }
    .maintenance-topbar {
      padding: 1rem;
      flex-wrap: wrap;
    }
    .maintenance-body {
      padding: 1.55rem 1.25rem 1.4rem;
    }
    .maintenance-copy {
      font-size: 0.96rem;
    }
    .maintenance-meta {
      grid-template-columns: 1fr;
    }
  }

  /* ===========================
     WORKS PAGE
  =========================== */
  .works-page {
    background: #efe9de;
  }
  .works-hero {
    background:
      linear-gradient(180deg, rgba(10, 28, 18, 0.78), rgba(10, 28, 18, 0.88)),
      url('../images/home/patio.webp') center/cover no-repeat;
  }
  .works-section {
    max-width: none;
    padding: 4rem 4rem 5rem;
  }
  .works-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .works-tile {
    margin: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(26, 58, 42, 0.08);
    border: 1px solid rgba(82, 183, 136, 0.12);
  }
  .works-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
  }
  @media (max-width: 900px) {
    .works-section {
      padding: 2.6rem 1.15rem 3rem;
    }
    .works-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.45rem;
    }
    .works-grid .works-tile:nth-child(n + 47) {
      display: none;
    }
  }
