:root { --ink:#123f39; --ink-deep:#082d29; --cream:#eef8f5; --paper:#fbfefd; --terracotta:#62cbb7; --rust:#43ae99; --muted:#60736f; --line:#d6e4e0; --white:#fff; --max:1180px; --radius:6px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height:1.6; }
body, button, a { -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; }
.container { width:min(calc(100% - 40px), var(--max)); margin-inline:auto; }
.skip-link { position:fixed; z-index:99; top:8px; left:8px; padding:10px 14px; background:var(--white); transform:translateY(-150%); }
.skip-link:focus { transform:none; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.site-header { position:absolute; z-index:20; inset:0 0 auto; color:var(--white); border-bottom:1px solid rgba(255,255,255,.24); }
.nav-wrap { min-height:86px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:12px; font-weight:700; letter-spacing:-.02em; }
.brand-mark { display:grid; place-items:center; width:38px; height:38px; color:var(--ink-deep); background:var(--terracotta); border-radius:10px 10px 10px 3px; font-family:Georgia,serif; font-size:22px; }
.brand-copy { display:flex; flex-direction:column; line-height:1.05; }
.brand-copy strong { font-size:18px; letter-spacing:.01em; }
.brand-copy small { margin-top:4px; color:rgba(255,255,255,.64); font-size:10px; font-weight:600; letter-spacing:.11em; text-transform:uppercase; }
.main-nav { display:flex; align-items:center; gap:30px; font-size:14px; }
.main-nav > a:not(.button) { padding:30px 0 26px; border-bottom:2px solid transparent; }
.main-nav > a:not(.button):hover, .main-nav > a:not(.button):focus-visible { border-color:var(--terracotta); }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:52px; padding:0 24px; color:var(--white); background:var(--terracotta); border:1px solid var(--terracotta); border-radius:var(--radius); font-size:14px; font-weight:750; letter-spacing:.01em; transition:transform .2s, background .2s; }
.button:hover { background:var(--rust); border-color:var(--rust); transform:translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline:3px solid #f6c55f; outline-offset:3px; }
.button-small { min-height:42px; padding-inline:18px; }
.menu-toggle { display:none; width:44px; height:44px; border:0; background:transparent; }
.menu-toggle span:not(.sr-only) { display:block; width:24px; height:2px; margin:5px auto; background:currentColor; }
.hero { position:relative; min-height:700px; height:100svh; max-height:840px; display:flex; align-items:center; color:var(--white); overflow:hidden; }
.hero-image, .hero-overlay { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-image { object-position:center; }
.hero-overlay { background:linear-gradient(90deg, rgba(5,38,33,.96) 0%, rgba(5,38,33,.79) 43%, rgba(5,38,33,.18) 78%, rgba(5,38,33,.08)); }
.hero-content { position:relative; z-index:2; padding-top:76px; }
.eyebrow { margin:0 0 18px; color:var(--terracotta); font-size:12px; line-height:1; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.eyebrow.light { color:#8fe4d3; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:Georgia, "Times New Roman", serif; font-weight:400; line-height:1.06; letter-spacing:-.035em; }
h1 { max-width:760px; margin-bottom:24px; font-size:clamp(48px, 5.7vw, 78px); }
.hero-copy { max-width:585px; margin-bottom:34px; color:rgba(255,255,255,.87); font-size:18px; }
.hero-actions { display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
.button-whatsapp { color:var(--ink-deep); background:#7ee0c9; border-color:#7ee0c9; }
.button-whatsapp:hover { color:var(--ink-deep); background:#a1ebda; border-color:#a1ebda; }
.free-note { font-size:13px; color:rgba(255,255,255,.74); }
.hero-proof { display:grid; grid-template-columns:repeat(3,max-content); gap:0; margin-top:46px; color:rgba(255,255,255,.7); font-size:13px; }
.hero-proof span { max-width:180px; padding:0 26px; border-left:1px solid rgba(255,255,255,.24); }
.hero-proof span:first-child { padding-left:0; border-left:0; }
.hero-proof strong { display:block; margin-bottom:2px; color:var(--white); font-size:14px; }
.scroll-cue { position:absolute; z-index:2; left:50%; bottom:30px; display:flex; gap:14px; align-items:center; color:rgba(255,255,255,.8); font-size:12px; letter-spacing:.08em; transform:translateX(-50%); }
.section { padding:88px 0; }
.section-heading { display:grid; grid-template-columns:1.3fr .7fr; gap:80px; align-items:end; margin-bottom:58px; }
.section-heading h2 { max-width:700px; margin:0; font-size:clamp(40px,5vw,62px); }
.section-heading > p { margin:0 0 5px; color:var(--muted); }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.service-card { min-height:310px; padding:30px 26px; border-right:1px solid var(--line); transition:background .25s, transform .25s; }
.service-card:last-child { border-right:0; }
.service-card:hover { background:var(--cream); transform:translateY(-5px); }
.service-top { display:flex; justify-content:space-between; align-items:flex-start; color:#87928e; font-size:12px; }
.service-icon { display:grid; place-items:center; width:58px; height:58px; color:var(--terracotta); background:#f4e5db; border-radius:50%; }
.service-icon svg { width:31px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.service-card h3 { margin:58px 0 12px; font-family:Georgia,serif; font-size:25px; font-weight:400; }
.service-card p { color:var(--muted); font-size:14px; }
.work { background:var(--cream); }
.section-heading.compact { margin-bottom:42px; }
.gallery { display:grid; grid-template-columns:1.3fr .7fr; grid-template-rows:330px 330px; gap:18px; }
.gallery-item { position:relative; margin:0; overflow:hidden; background:#d8d4ca; }
.gallery-item-1 { grid-row:span 2; }
.gallery-item img { height:100%; object-fit:cover; transition:transform .6s ease; }
.gallery-item img.position-left { object-position:left center; }
.gallery-item img.position-right { object-position:right center; }
.gallery-item img.position-center { object-position:center center; }
.gallery-item:hover img { transform:scale(1.035); }
.gallery-item::after { content:""; position:absolute; inset:30% 0 0; background:linear-gradient(transparent,rgba(9,29,26,.74)); }
.gallery-item figcaption { position:absolute; z-index:2; left:28px; right:28px; bottom:24px; color:var(--white); }
.gallery-item figcaption span { display:block; margin-bottom:5px; font-size:11px; letter-spacing:.13em; text-transform:uppercase; }
.gallery-item figcaption strong { font-family:Georgia,serif; font-size:25px; font-weight:400; }
.trust { padding:72px 0; color:var(--white); background:var(--ink); }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.trust article { padding:6px 42px; border-right:1px solid rgba(255,255,255,.18); }
.trust article:first-child { padding-left:0; }
.trust article:last-child { border:0; }
.trust-number { color:#7ee0c9; font-size:11px; letter-spacing:.15em; }
.trust h3 { margin:22px 0 8px; font-family:Georgia,serif; font-size:25px; font-weight:400; }
.trust p { margin:0; color:rgba(255,255,255,.68); font-size:14px; }
.final-cta { padding:76px 0; background:var(--paper); }
.cta-card { display:flex; align-items:center; justify-content:space-between; gap:50px; padding:60px 68px; color:var(--white); background:var(--ink); }
.cta-card .eyebrow { color:#8fe4d3; }
.cta-card h2 { margin-bottom:12px; font-size:clamp(42px,5vw,62px); }
.cta-card p:last-child { margin:0; color:rgba(255,255,255,.82); }
.cta-card .button { flex:none; color:var(--ink); background:var(--white); border-color:var(--white); }
.button-large { min-height:58px; padding-inline:28px; }
.footer { padding:72px 0 28px; color:rgba(255,255,255,.72); background:var(--ink-deep); }
.footer-grid { display:grid; grid-template-columns:1.35fr .8fr .8fr; gap:80px; padding-bottom:58px; }
.brand-footer { color:var(--white); margin-bottom:20px; }
.footer-grid p { max-width:390px; font-size:14px; }
.footer-grid h2 { margin-bottom:18px; color:#7ee0c9; font-family:inherit; font-size:11px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.footer-grid div:not(:first-child) { display:flex; flex-direction:column; gap:10px; font-size:14px; }
.footer-grid a:hover { color:var(--white); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:24px; border-top:1px solid rgba(255,255,255,.14); font-size:12px; }
.whatsapp-float { position:fixed; z-index:30; right:22px; bottom:22px; display:flex; align-items:center; gap:10px; min-height:52px; padding:0 18px; color:var(--ink-deep); background:#7ee0c9; border-radius:30px; box-shadow:0 12px 35px rgba(0,0,0,.22); font-size:13px; font-weight:750; }
@media (max-width:900px) {
  .site-header { position:absolute; }
  .menu-toggle { display:block; color:var(--white); }
  .main-nav { position:absolute; top:76px; left:20px; right:20px; display:none; align-items:stretch; flex-direction:column; gap:0; padding:12px; color:var(--ink); background:var(--white); box-shadow:0 18px 50px rgba(0,0,0,.2); }
  .main-nav.is-open { display:flex; }
  .main-nav > a:not(.button) { padding:12px; border:0; }
  .hero { min-height:700px; height:88vh; }
  .hero-image { object-position:64% center; }
  .hero-overlay { background:linear-gradient(90deg,rgba(9,35,30,.92),rgba(9,35,30,.64) 72%,rgba(9,35,30,.3)); }
  .hero-proof { grid-template-columns:repeat(3,1fr); }
  .hero-proof span { max-width:none; }
  .section-heading { grid-template-columns:1fr; gap:22px; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .service-card { min-height:auto; border-bottom:1px solid var(--line); }
  .service-card:nth-child(2n) { border-right:0; }
  .service-card:nth-last-child(-n+2) { border-bottom:0; }
  .service-card h3 { margin-top:48px; }
  .gallery { grid-template-columns:1fr 1fr; grid-template-rows:480px 290px; }
  .gallery-item-1 { grid-column:span 2; grid-row:auto; }
  .trust-grid { grid-template-columns:1fr; }
  .trust article, .trust article:first-child { padding:26px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .cta-card { align-items:flex-start; flex-direction:column; padding:54px 44px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child { grid-column:span 2; }
}
@media (max-width:600px) {
  .container { width:min(calc(100% - 32px), var(--max)); }
  .nav-wrap { min-height:74px; }
  .brand-copy small { max-width:140px; line-height:1.25; letter-spacing:.08em; }
  .hero { min-height:820px; height:auto; max-height:none; align-items:flex-end; padding-bottom:60px; }
  .hero-content { padding-top:24px; }
  h1 { font-size:45px; }
  .hero-copy { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:14px; }
  .hero-proof { grid-template-columns:1fr; gap:10px; margin-top:28px; }
  .hero-proof span, .hero-proof span:first-child { padding:0 0 0 14px; border-left:1px solid rgba(255,255,255,.24); }
  .scroll-cue { display:none; }
  .section { padding:78px 0; }
  .section-heading h2 { font-size:42px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { border-right:0; border-bottom:1px solid var(--line); }
  .service-card:nth-last-child(-n+2) { border-bottom:1px solid var(--line); }
  .service-card:last-child { border-bottom:0; }
  .gallery { display:flex; flex-direction:column; }
  .gallery-item { height:340px; }
  .cta-card { padding:46px 28px; }
  .cta-card .button { width:100%; }
  .footer-grid { grid-template-columns:1fr; gap:38px; }
  .footer-grid > div:first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .float-label { display:none; }
  .whatsapp-float { width:54px; padding:0; justify-content:center; border-radius:50%; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; } }
