﻿:root {
      --ink: #10233f;
      --muted: #526176;
      --line: #dedede;
      --soft: #f3f6fa;
      --white: #ffffff;
      --red: #0b2d5c;
      --red-dark: #071f41;
      --green: #1c6b50;
      --gold: #f97316;
      --orange: #f97316;
      --orange-dark: #d9530b;
      --shadow: 0 18px 45px rgba(10, 10, 10, .12);
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
      background: var(--white);
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; }
    .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;
    }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 10;
      background: rgba(255, 255, 255, .96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(12px);
    }
    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }
    .brand {
      display: flex;
      align-items: center;
      min-width: max-content;
      border-radius: 10px;
      transition: transform .2s ease, filter .2s ease;
    }
    .brand:hover { transform: translateY(-1px); filter: drop-shadow(0 7px 10px rgba(11, 45, 92, .18)); }
    .brand-logo { width: 250px; height: 68px; object-fit: contain; object-position: left center; }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 24px;
      color: #2f3338;
      font-weight: 700;
      font-size: 14px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .menu-toggle { display: none; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 20px;
      border-radius: 4px;
      border: 2px solid transparent;
      background: var(--orange);
      color: var(--white);
      font-weight: 900;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 0;
      cursor: pointer;
      transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
      white-space: nowrap;
      position: relative;
      overflow: hidden;
    }
    .btn::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .30) 48%, transparent 70%);
      transform: translateX(-125%);
      transition: transform .55s ease;
    }
    .btn:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 12px 24px rgba(249, 115, 22, .28); }
    .btn:hover::after { transform: translateX(125%); }
    .btn.secondary {
      background: transparent;
      color: var(--ink);
      border-color: var(--ink);
    }
    .btn.secondary:hover { background: var(--ink); color: var(--white); }
    .btn.secondary.light {
      color: var(--white);
      border-color: var(--white);
    }
    .btn.secondary.light:hover {
      background: var(--white);
      color: var(--ink);
    }

    .hero {
      min-height: calc(100vh - 124px);
      position: relative;
      display: grid;
      align-items: center;
      overflow: hidden;
      background: #10233f url("assets/zulypainting-hero-v2.png") center/cover;
      color: var(--white);
      isolation: isolate;
    }
    .hero::before,
    .hero::after { content: ""; position: absolute; pointer-events: none; }
    .hero::before {
      z-index: 1; width: 52vw; height: 52vw; min-width: 540px; min-height: 540px; right: -20vw; bottom: -34vw;
      border-radius: 50%; background: radial-gradient(circle, rgba(249, 115, 22, .20) 0%, rgba(11, 45, 92, .14) 36%, transparent 68%);
      filter: blur(10px); animation: hero-glow 9s ease-in-out infinite alternate;
    }
    .hero::after {
      z-index: 1; inset: 0; opacity: .18;
      background-image: linear-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px);
      background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 0%, transparent 40%, black 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 40%, black 100%);
    }
    @keyframes hero-glow { to { transform: translate(-6%, -9%) scale(1.12); opacity: .75; } }
    .hero-video,
    .hero-overlay {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .hero-video {
      object-fit: cover;
      z-index: 0;
    }
    .hero-overlay {
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(10, 28, 57, .92), rgba(16, 35, 63, .68) 46%, rgba(13, 31, 58, .15)),
        linear-gradient(0deg, rgba(20, 47, 85, .28), rgba(0, 0, 0, .04));
    }
    .hero .container {
      padding: 72px 0 96px;
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero-content::before {
      content: "EST. 15+ YEARS";
      display: inline-block;
      margin-bottom: 18px;
      padding: 7px 12px;
      border: 1px solid rgba(255,255,255,.45);
      border-radius: 999px;
      color: #dbeafe;
      background: rgba(15, 41, 78, .35);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .14em;
      backdrop-filter: blur(10px);
    }
    .eyebrow {
      color: #f1c35d;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0;
      margin: 0 0 12px;
    }
    h1, h2, h3 { line-height: 1.1; margin: 0; letter-spacing: 0; }
    h1 {
      max-width: 760px;
      font-size: clamp(42px, 7vw, 86px);
      text-transform: uppercase;
    }
    .hero p {
      max-width: 640px;
      margin: 22px 0 30px;
      color: #f0f0f0;
      font-size: 19px;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }
    .quick-services {
      position: relative;
      z-index: 2;
      margin-top: -54px;
    }
    .quick-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: var(--white);
      box-shadow: var(--shadow);
      border-radius: 6px;
      overflow: hidden;
    }
    .quick-item {
      min-height: 150px;
      padding: 30px;
      border-right: 1px solid var(--line);
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 16px;
      align-items: start;
      transition: background .25s ease, transform .25s ease;
    }
    .quick-item:hover { background: #f4f9ff; transform: translateY(-5px); }
    .quick-item:last-child { border-right: 0; }
    .icon {
      width: 52px;
      height: 52px;
      border-radius: 4px;
      display: grid;
      place-items: center;
      background: #f1f1f1;
      color: var(--red);
      font-size: 26px;
      font-weight: 900;
    }
    .quick-item h3 { font-size: 20px; margin-bottom: 8px; }
    .quick-item p { margin: 0; color: var(--muted); font-size: 15px; }

    section { padding: 86px 0; }
    .section-head {
      max-width: 760px;
      margin-bottom: 36px;
    }
    h2 {
      font-size: clamp(32px, 4vw, 52px);
      text-transform: uppercase;
    }
    .section-head p {
      color: var(--muted);
      font-size: 18px;
      margin: 18px 0 0;
    }
    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }
    .photo {
      border-radius: 6px;
      overflow: hidden;
      min-height: 420px;
      box-shadow: var(--shadow);
    }
    .photo img {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
    }
    .copy p { color: var(--muted); font-size: 17px; margin: 18px 0; }
    .ticks {
      list-style: none;
      padding: 0;
      margin: 26px 0 0;
      display: grid;
      gap: 12px;
    }
    .ticks li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      font-weight: 800;
    }
    .ticks li::before {
      content: "";
      width: 10px;
      height: 10px;
      margin-top: 9px;
      background: var(--red);
      border-radius: 50%;
      flex: 0 0 auto;
    }

    .band {
      background: var(--soft);
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .service-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 6px;
      overflow: hidden;
      min-height: 100%;
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
      position: relative;
      isolation: isolate;
    }
    .service-card::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 28%, rgba(255,255,255,.55) 49%, transparent 70%); transform: translateX(-130%); transition: transform .7s ease; }
    .service-card:hover { transform: translateY(-9px); box-shadow: 0 22px 40px rgba(21, 56, 101, .16); border-color: rgba(37, 99, 235, .34); }
    .service-card:hover::after { transform: translateX(130%); }
    .service-card img { transition: transform .7s ease, filter .35s ease; }
    .service-card:hover img { transform: scale(1.06); filter: saturate(1.12); }
    .service-card img {
      height: 210px;
      width: 100%;
      object-fit: cover;
    }
    .service-card div {
      padding: 24px;
    }
    .service-card h3 {
      font-size: 22px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    .service-card p {
      color: var(--muted);
      margin: 0 0 16px;
    }
    .service-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 8px;
      color: #2e3339;
      font-weight: 700;
      font-size: 15px;
    }

    .trust {
      background:
        linear-gradient(105deg, rgba(11, 45, 92, .86), rgba(23, 75, 130, .72)),
        url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1800&q=80") center/cover;
      color: var(--white);
      border-top: 5px solid var(--orange);
    }
    .trust .section-head h2 { background: none; color: var(--white); }
    .trust .section-head > p:last-child { color: #e2eaf3; }

    .gallery-section {
      background: linear-gradient(150deg, #fff7ed 0%, #f6fbff 46%, #eef6ff 100%);
      overflow: hidden;
    }

    .section-head h2, .gallery-intro h2 {
      background: linear-gradient(100deg, var(--ink), #173f70 58%, var(--orange));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .cta { position: relative; overflow: hidden; background: linear-gradient(115deg, #071f41, #0b2d5c 62%, #174b82); border-top: 5px solid var(--orange); }
    .cta::after { content: ""; position: absolute; width: 380px; height: 380px; border: 52px solid rgba(255,255,255,.11); border-radius: 50%; right: -90px; top: -220px; }
    .cta .container { position: relative; z-index: 1; }
    .gallery-intro {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 42px;
      align-items: end;
      margin-bottom: 38px;
    }
    .gallery-intro > p { color: var(--muted); font-size: 18px; margin: 0 0 6px; }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: 220px;
      gap: 16px;
    }
    .gallery-item {
      position: relative;
      margin: 0;
      overflow: hidden;
      border-radius: 14px;
      box-shadow: 0 14px 30px rgba(27, 55, 91, .13);
      background: var(--ink);
      isolation: isolate;
    }
    .gallery-item.large { grid-column: span 2; grid-row: span 2; }
    .gallery-item.wide { grid-column: span 2; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
    .gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9, 25, 49, .88), transparent 58%); z-index: 1; }
    .gallery-item figcaption { position: absolute; left: 22px; right: 18px; bottom: 18px; z-index: 2; color: white; transform: translateY(8px); transition: transform .35s ease; }
    .gallery-item span { display: block; color: #fbbf24; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: 11px; margin-bottom: 4px; }
    .gallery-item strong { font-size: 18px; line-height: 1.15; }
    .gallery-item:hover img { transform: scale(1.08); }
    .gallery-item:hover figcaption { transform: translateY(0); }

    .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 32px;
    }
    .trust-item {
      border: 1px solid rgba(255, 255, 255, .35);
      border-top: 4px solid var(--orange);
      border-radius: 6px;
      padding: 28px;
      background: rgba(255, 255, 255, .88);
      min-height: 150px;
      backdrop-filter: blur(12px);
      box-shadow: 0 14px 34px rgba(11, 45, 92, .10);
      transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    }
    .trust-item:hover { transform: translateY(-5px); background: rgba(255, 255, 255, .97); box-shadow: 0 20px 40px rgba(4, 20, 42, .24); }
    .trust-item strong {
      display: block;
      font-size: 36px;
      color: var(--orange);
      line-height: 1;
      margin-bottom: 14px;
    }
    .trust-item h3 {
      font-size: 19px;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: var(--ink);
    }
    .trust-item p { margin: 0; color: var(--muted); }

    .cta {
      background: var(--red);
      color: var(--white);
      padding: 54px 0;
    }
    .cta .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }
    .cta h2 { font-size: clamp(28px, 4vw, 46px); }
    .cta p { margin: 10px 0 0; max-width: 620px; color: #ffe8eb; }
    .cta .btn { background: var(--white); color: var(--red); }
    .cta .btn:hover { background: var(--ink); color: var(--white); }

    .faq {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 42px;
    }
    details {
      border-bottom: 1px solid var(--line);
      padding: 20px 0;
    }
    summary {
      cursor: pointer;
      font-weight: 900;
      font-size: 18px;
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 16px;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after {
      content: "+";
      color: var(--red);
      font-size: 24px;
      line-height: 1;
    }
    details[open] summary::after { content: "-"; }
    details p {
      color: var(--muted);
      margin: 12px 0 0;
    }

    .contact-wrap {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 36px;
      align-items: start;
    }
    .contact-info {
      background: var(--ink);
      color: var(--white);
      border-radius: 6px;
      padding: 34px;
    }
    .contact-info h3 {
      font-size: 26px;
      text-transform: uppercase;
      margin-bottom: 18px;
    }
    .contact-row {
      border-top: 1px solid rgba(255, 255, 255, .18);
      padding: 18px 0;
    }
    .contact-row span {
      display: block;
      color: #bfc3c9;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    .social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 9px; }
    .social-links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 800; transition: transform .2s ease, background .2s ease; }
    .social-links a:hover { transform: translateY(-2px); background: var(--red); }
    .social-links b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: white; color: var(--red); font-size: 14px; }
    .social-links b svg { width: 15px; height: 15px; display: block; }
    form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    input, textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 4px;
      min-height: 52px;
      padding: 13px 14px;
      background: var(--white);
      color: var(--ink);
    }
    textarea {
      grid-column: 1 / -1;
      min-height: 150px;
      resize: vertical;
    }
    form .btn { width: max-content; }
    .full { grid-column: 1 / -1; }
    .form-honeypot { display: none; }
    .form-status {
      grid-column: 1 / -1;
      margin: 2px 0 0;
      padding: 12px 14px;
      border-radius: 4px;
      font-weight: 700;
    }
    .form-status.success { color: #12612e; background: #e3f6e9; }
    .form-status.error { color: #8b1e1e; background: #fde8e8; }

    .whatsapp-float {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 1000;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 8px 16px 8px 8px;
      border-radius: 999px;
      background: #25d366;
      color: var(--white);
      font-weight: 900;
      box-shadow: 0 12px 28px rgba(14, 74, 38, .3);
      transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .whatsapp-float:hover {
      color: var(--white);
      background: #1fbd5a;
      transform: translateY(-3px);
      box-shadow: 0 16px 34px rgba(14, 74, 38, .38);
    }
    .whatsapp-float:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
    .whatsapp-icon {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .14);
    }
    .whatsapp-icon svg { width: 30px; height: 30px; }
    .whatsapp-label { line-height: 1; }

    footer {
      background: #0b0b0c;
      color: var(--white);
      padding: 58px 0 26px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr .8fr;
      gap: 28px;
      margin-bottom: 38px;
    }
    footer h3 {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    footer p, footer a, footer li {
      color: #c8cbd0;
      font-size: 15px;
    }
    footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 8px;
    }
    .copyright {
      border-top: 1px solid rgba(255, 255, 255, .14);
      padding-top: 22px;
      color: #aeb2b8;
      font-size: 14px;
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    @media (max-width: 940px) {
      .cta .container {
        align-items: flex-start;
        flex-direction: column;
      }
      .nav { min-height: 72px; position: relative; }
      .brand-logo { width: 210px; height: 58px; }
      .menu-toggle {
        display: grid;
        place-content: center;
        gap: 5px;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 0;
        border-radius: 6px;
        background: var(--ink);
        cursor: pointer;
      }
      .menu-toggle span { width: 23px; height: 3px; border-radius: 3px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
      .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
      .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
      .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
      .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 12px 20px 20px;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: 0 16px 30px rgba(10, 28, 57, .16);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
      }
      .nav-links.is-open { display: flex; }
      .nav-links a:not(.btn) { display: block; padding: 12px 4px; border-bottom: 1px solid var(--line); }
      .nav-links .btn { margin-top: 14px; }
      .hero { min-height: auto; }
      .quick-grid, .split, .services-grid, .trust-grid, .faq, .contact-wrap, .footer-grid {
        grid-template-columns: 1fr;
      }
      .gallery-intro { grid-template-columns: 1fr; gap: 16px; }
      .quick-services { margin-top: 0; }
      .quick-grid { border-radius: 0; box-shadow: none; border-bottom: 1px solid var(--line); }
      .quick-item { border-right: 0; border-bottom: 1px solid var(--line); }
      .quick-item:last-child { border-bottom: 0; }
      .photo, .photo img { min-height: 320px; }
      section { padding: 64px 0; }
    }

    @media (max-width: 600px) {
      .container { width: min(100% - 28px, var(--max)); }
      .nav { min-height: 68px; }
      .brand-logo { width: 178px; height: 52px; }
      .hero {
        min-height: 670px;
        align-items: end;
        background-position: 67% center;
      }
      .hero-overlay {
        background: linear-gradient(0deg, rgba(7, 31, 65, .97) 0%, rgba(7, 31, 65, .88) 38%, rgba(7, 31, 65, .18) 70%, rgba(7, 31, 65, .08) 100%);
      }
      .hero .container { padding: 280px 0 54px; }
      .hero-content::before { margin-bottom: 10px; }
      h1 { font-size: clamp(34px, 10.5vw, 44px); }
      .hero p { font-size: 17px; }
      .quick-item { grid-template-columns: 1fr; padding: 24px; }
      .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
      .gallery-item.large { grid-column: span 2; }
      .gallery-item.wide { grid-column: span 2; }
      form { grid-template-columns: 1fr; }
      .full, textarea { grid-column: auto; }
      .btn { width: 100%; }
      .whatsapp-float { right: 16px; bottom: 16px; padding: 7px; }
      .whatsapp-label { display: none; }
    }

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

