:root {
  --ink: #143a42;
  --ink-soft: #446068;
  --paper: #f7f5ef;
  --white: #fffefa;
  --mint: #b9ead9;
  --mint-dark: #47a98a;
  --sun: #ffcb65;
  --line: rgba(20, 58, 66, 0.14);
  --shadow: 0 24px 70px rgba(20, 58, 66, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.page-shell { overflow: hidden; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.brand { display: inline-flex; align-items: center; gap: 9px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 23px; letter-spacing: -.8px; }
.brand > span > span { color: var(--mint-dark); }
.brand-mark { width: 34px; fill: var(--mint-dark); }
nav { display: flex; gap: 34px; font-size: 15px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--mint-dark); transition: .25s ease; }
nav a:hover::after { right: 0; }

.header-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 12px 18px; font-size: 14px; font-weight: 700; transition: .25s ease; }
.header-cta:hover { background: var(--ink); color: white; transform: translateY(-2px); }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 68px;
  align-items: center;
  padding: 55px 0 90px;
}

.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: 2.2px; font-size: 12px; font-weight: 800; color: var(--mint-dark); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; }
h1 { line-height: 1; }
.hero-domain { display: block; font-size: clamp(58px, 5.8vw, 84px); line-height: 1; letter-spacing: -5px; }
.hero-domain > span { color: var(--mint-dark); }
.hero-promise { display: block; margin-top: 18px; color: var(--mint-dark); font-size: clamp(34px, 3.35vw, 50px); line-height: 1.12; letter-spacing: -2.8px; }
.hero-lead { max-width: 570px; font-size: 19px; line-height: 1.7; color: var(--ink-soft); margin: 30px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 16px 23px; font-weight: 700; cursor: pointer; transition: .25s ease; }
.button span { margin-left: 13px; font-size: 20px; }
.button-primary { color: white; background: var(--ink); box-shadow: 0 10px 30px rgba(20,58,66,.22); }
.button-primary:hover { transform: translateY(-3px); background: #0d2e35; box-shadow: 0 15px 35px rgba(20,58,66,.27); }
.text-link { font-weight: 700; font-size: 15px; }
.text-link span { color: var(--mint-dark); margin-left: 7px; }
.trust-list { display: flex; gap: 22px; margin: 45px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.trust-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--mint); color: var(--ink); margin-right: 5px; }

.hero-visual { position: relative; height: 510px; }
.visual-window { position: absolute; inset: 0; overflow: hidden; border-radius: 180px 180px 28px 28px; background: linear-gradient(145deg, #ddf0e9 0%, #ecddbd 100%); box-shadow: var(--shadow); }
.visual-window::before { content: ""; position: absolute; inset: 0; background: linear-gradient(113deg, transparent 0 52%, rgba(255,255,255,.32) 52% 58%, transparent 58%); }
.visual-window::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 32%; background: #d6ba91; clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%); }
.sun { position: absolute; width: 118px; height: 118px; border-radius: 50%; background: rgba(255,203,101,.86); top: 65px; right: 74px; box-shadow: 0 0 0 22px rgba(255,255,255,.13); }
.sofa { position: absolute; z-index: 2; width: 64%; height: 150px; left: 19%; bottom: 84px; border-radius: 35px 35px 16px 16px; background: #fffdf7; box-shadow: 0 18px 28px rgba(66,69,58,.13); }
.sofa::before, .sofa::after { content: ""; position: absolute; top: -56px; width: 46%; height: 94px; border-radius: 28px 28px 10px 10px; background: #fffefa; }
.sofa::before { left: 2%; transform: rotate(-2deg); }
.sofa::after { right: 2%; transform: rotate(2deg); }
.sofa span { position: absolute; width: 63px; height: 63px; top: -26px; z-index: 1; border-radius: 18px; transform: rotate(9deg); background: var(--mint); }
.sofa span:first-child { left: 16%; }
.sofa span:last-child { right: 13%; background: #efbd63; transform: rotate(-7deg); }
.sofa::marker { display:none; }
.table { position: absolute; z-index: 3; width: 145px; height: 20px; left: 42%; bottom: 58px; border-radius: 50%; background: #bb8057; }
.table::after { content: ""; position: absolute; width: 9px; height: 70px; left: 68px; top: 9px; background: #8a593b; }
.table span { position: absolute; left: 56px; bottom: 12px; width: 34px; height: 45px; background: rgba(255,255,255,.8); border-radius: 5px 5px 15px 15px; }
.plant { position: absolute; z-index: 2; bottom: 89px; }
.plant b { position: absolute; bottom: -56px; left: -19px; width: 58px; height: 61px; background: #a66745; clip-path: polygon(8% 0,92% 0,80% 100%,20% 100%); }
.plant i { position: absolute; bottom: 0; width: 31px; height: 85px; border-radius: 100% 0 100% 0; background: #4f8469; transform-origin: bottom center; }
.plant i:nth-child(1) { transform: rotate(-44deg); }
.plant i:nth-child(2) { transform: rotate(-17deg); height: 105px; background: #6c9f7e; }
.plant i:nth-child(3) { transform: rotate(18deg); height: 111px; }
.plant i:nth-child(4) { transform: rotate(49deg); height: 82px; background: #77a98a; }
.plant-a { left: 9%; }
.plant-b { right: 12%; transform: scale(.78); }
.shine { position: absolute; z-index: 4; color: white; filter: drop-shadow(0 2px 8px rgba(255,255,255,.7)); }
.shine-one { top: 43%; left: 37%; font-size: 36px; }
.shine-two { top: 25%; left: 17%; font-size: 22px; }
.floating-note { position: absolute; z-index: 5; right: -26px; bottom: 35px; padding: 15px 20px; display: flex; gap: 12px; align-items: center; background: white; border-radius: 18px; box-shadow: var(--shadow); }
.note-icon { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 13px; background: var(--mint); font-size: 20px; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: 14px; }
.floating-note small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; }

.services { background: var(--white); padding: 110px max(24px, calc((100vw - 1180px)/2)); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr .9fr; gap: 40px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .contact h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -2.6px; }
.section-heading > p:last-child { line-height: 1.7; color: var(--ink-soft); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.service-card { position: relative; min-height: 408px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .28s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 18px 48px rgba(20,58,66,.1); }
.service-card.featured { background: var(--ink); color: white; border-color: var(--ink); transform: rotate(-1deg); box-shadow: 0 18px 48px rgba(20,58,66,.18); }
.service-card.featured:hover { transform: rotate(-1deg) translateY(-7px); }
.service-number { position: absolute; right: 25px; top: 20px; font: 800 44px Manrope, sans-serif; color: rgba(20,58,66,.07); }
.featured .service-number { color: rgba(255,255,255,.09); }
.service-icon { position: relative; width: 65px; height: 65px; border-radius: 20px; background: #e9f6f1; margin-bottom: 28px; }
.featured .service-icon { background: var(--mint); }
.home-icon::before { content: ""; position: absolute; width: 25px; height: 23px; border: 3px solid var(--ink); border-top: 0; left: 18px; top: 27px; }
.home-icon::after { content: ""; position: absolute; width: 24px; height: 24px; border-left: 3px solid var(--ink); border-top: 3px solid var(--ink); transform: rotate(45deg); left: 19px; top: 15px; }
.key-icon::before { content: ""; position: absolute; width: 17px; height: 17px; border: 3px solid var(--ink); border-radius: 50%; left: 12px; top: 14px; }
.key-icon::after { content: ""; position: absolute; width: 27px; height: 3px; background: var(--ink); transform: rotate(-45deg); left: 26px; top: 37px; box-shadow: 8px 7px 0 -0.5px var(--ink); }
.office-icon::before { content: ""; position: absolute; width: 29px; height: 35px; border: 3px solid var(--ink); left: 16px; top: 14px; background: repeating-linear-gradient(0deg, transparent 0 8px, var(--ink) 8px 10px); }
.service-card h3 { font-size: 26px; letter-spacing: -1px; }
.service-card p { line-height: 1.65; color: var(--ink-soft); }
.featured p { color: rgba(255,255,255,.68); }
.service-card ul { list-style: none; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); }
.featured ul { border-color: rgba(255,255,255,.12); }
.service-card li { margin: 11px 0; font-size: 14px; }
.service-card li::before { content: "·"; color: var(--mint-dark); font-size: 25px; line-height: 10px; margin-right: 9px; vertical-align: -2px; }
.featured li::before { color: var(--mint); }
.card-label { position: absolute; right: 20px; top: 16px; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; background: var(--sun); color: var(--ink); border-radius: 999px; padding: 7px 10px; transform: rotate(2deg); }
.experience-panel { position: relative; display: grid; grid-template-columns: .7fr 1.65fr .48fr; gap: 48px; align-items: center; margin-top: 72px; padding: 50px 48px; overflow: hidden; border: 1px solid rgba(71,169,138,.2); border-radius: 32px; background: linear-gradient(118deg, #e4f5ef 0%, #f1f3e3 100%); }
.experience-panel::before { content: ""; position: absolute; width: 230px; height: 230px; right: -115px; top: -120px; border: 1px solid rgba(20,58,66,.09); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.15), 0 0 0 76px rgba(255,255,255,.1); }
.experience-panel > * { position: relative; z-index: 1; }
.experience-stat { display: flex; align-items: center; gap: 15px; padding-right: 40px; border-right: 1px solid rgba(20,58,66,.14); }
.experience-stat strong { font: 800 clamp(76px, 8vw, 116px)/.82 Manrope, sans-serif; letter-spacing: -8px; color: var(--mint-dark); }
.experience-stat span { font-size: 13px; line-height: 1.35; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.experience-copy .eyebrow { margin-bottom: 14px; }
.experience-copy h3 { max-width: 600px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.16; letter-spacing: -1.4px; }
.experience-copy > p:not(.eyebrow) { max-width: 680px; margin: 13px 0 0; color: var(--ink-soft); line-height: 1.62; }
.experience-copy > p:last-child { font-size: 14px; }
.experience-seal { width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(20,58,66,.19); border-radius: 50%; background: rgba(255,255,255,.55); transform: rotate(6deg); text-align: center; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 800; }
.experience-seal i { color: var(--mint-dark); font-size: 18px; font-style: normal; }
.gallery-showcase { margin-top: 100px; }
.gallery-intro { display: grid; grid-template-columns: .72fr 1.35fr .88fr; gap: 42px; align-items: end; margin-bottom: 38px; }
.gallery-intro .eyebrow { align-self: start; }
.gallery-intro h3 { max-width: 520px; font-size: clamp(32px, 3.5vw, 47px); line-height: 1.09; letter-spacing: -2.2px; }
.gallery-intro > p:last-child { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 225px; gap: 14px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #dce8e3; cursor: zoom-in; }
.gallery-item::after { content: "✦"; position: absolute; right: 14px; bottom: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.86); border-radius: 50%; opacity: 0; transform: translateY(6px); transition: .28s ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); filter: saturate(1.04); }
.gallery-feature { grid-column: span 2; grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 5vw; background: rgba(7,24,28,.9); backdrop-filter: blur(10px); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1280px, 92vw); max-height: 86vh; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.lightbox-close { position: fixed; top: 24px; right: 28px; width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: rgba(255,255,255,.1); font-size: 31px; line-height: 1; cursor: pointer; }
.lightbox-close:hover { background: rgba(255,255,255,.2); }
.process-strip { display: flex; justify-content: center; align-items: center; gap: 28px; padding-top: 55px; font-size: 14px; font-weight: 700; }
.process-strip span { display: flex; align-items: center; gap: 10px; }
.process-strip b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--mint); }
.process-strip i { display: block; width: 70px; height: 1px; background: var(--line); }

.contact { width: min(1180px, calc(100% - 48px)); margin: 100px auto; padding: 72px; border-radius: 38px; background: var(--ink); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; position: relative; overflow: hidden; }
.contact::before { content:""; position:absolute; width:380px; height:380px; border:1px solid rgba(185,234,217,.14); border-radius:50%; left:-150px; bottom:-210px; box-shadow: 0 0 0 50px rgba(185,234,217,.035), 0 0 0 100px rgba(185,234,217,.025); }
.contact > * { position: relative; z-index: 1; }
.eyebrow.light { color: var(--mint); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); line-height: 1.7; margin: 25px 0 0; }
.contact-details { display: grid; gap: 15px; margin-top: 36px; }
.contact-details a { width: max-content; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.contact-details strong { font-size: 16px; margin-top: 4px; }
.quote-card { background: var(--white); color: var(--ink); padding: 30px; border-radius: 25px; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.form-row { margin-bottom: 17px; }
.form-row.split { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label { display: block; margin: 0 0 7px 4px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid rgba(20,58,66,.16); color: var(--ink); background: white; border-radius: 13px; padding: 13px 14px; outline: none; transition: .2s ease; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(71,169,138,.12); }
.button-whatsapp { width: 100%; background: #25d366; color: #082d19; }
.button-whatsapp:hover { background: #20c55d; transform: translateY(-2px); }
.button-whatsapp svg { width: 20px; height: 20px; fill: currentColor; margin-right: 10px; }
.privacy-note { display: block; margin: 12px 6px 0; color: #718187; line-height: 1.4; text-align: center; }

footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; min-height: 110px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: 13px; }
.footer-brand { color: var(--ink); transform: scale(.88); transform-origin: left center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-two { transition-delay: .24s; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { width: min(560px, 100%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .service-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .service-card { min-height: 0; }
  .experience-panel { grid-template-columns: .72fr 1.45fr; }
  .experience-seal { display: none; }
  .gallery-intro { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .gallery-intro .eyebrow { justify-content: center; }
  .gallery-intro h3 { margin: 0 auto; }
  .gallery-intro > p:last-child { max-width: 620px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }
  .process-strip { flex-wrap: wrap; }
  .contact { grid-template-columns: 1fr; padding: 54px; }
}

@media (max-width: 600px) {
  .site-header, .hero, .contact, footer { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  .header-cta { padding: 10px 13px; font-size: 12px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 30px; }
  .hero { min-height: auto; padding: 58px 0 75px; }
  .hero-domain { letter-spacing: -3.4px; }
  .hero-promise { margin-top: 14px; letter-spacing: -2.1px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 19px; }
  .trust-list { gap: 10px; flex-wrap: wrap; }
  .hero-visual { height: 390px; }
  .visual-window { border-radius: 120px 120px 22px 22px; }
  .floating-note { right: 8px; bottom: 18px; }
  .services { padding-top: 80px; padding-bottom: 80px; }
  .service-card { padding: 28px; }
  .experience-panel { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; padding: 35px 26px; }
  .experience-stat { justify-content: flex-start; padding: 0 0 27px; border-right: 0; border-bottom: 1px solid rgba(20,58,66,.14); }
  .experience-stat strong { font-size: 90px; }
  .gallery-showcase { margin-top: 72px; }
  .gallery-grid { grid-auto-rows: 150px; gap: 8px; }
  .gallery-item { border-radius: 13px; }
  .gallery-feature { grid-row: span 2; }
  .lightbox { padding: 15px; }
  .lightbox-close { top: 14px; right: 14px; }
  .process-strip { display: grid; justify-content: start; margin-left: 12px; }
  .process-strip i { width: 1px; height: 18px; margin-left: 15px; }
  .contact { margin: 70px auto; padding: 40px 20px 20px; border-radius: 28px; gap: 38px; }
  .contact h2 { letter-spacing: -2px; }
  .quote-card { padding: 20px 16px; }
  .form-row.split { grid-template-columns: 1fr; }
  footer { flex-direction: column; justify-content: center; gap: 9px; padding: 30px 0; text-align: center; }
  footer p { margin: 0; }
}

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