:root {
  --ink: #102321;
  --green: #0b3d36;
  --green-2: #135a4e;
  --mint: #a7dbc5;
  --lime: #d8ee8b;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --white: #fff;
  --muted: #687571;
  --line: rgba(16, 35, 33, .13);
  --shadow: 0 24px 70px rgba(11, 61, 54, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
#i-whatsapp path { fill: currentColor; stroke: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: .3s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(251,250,247,.94); border-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,.06); backdrop-filter: blur(16px); }
.nav-wrap { height: 88px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; }
.brand-copy strong { font-size: 19px; letter-spacing: .14em; }
.brand-copy small { margin-top: 5px; font-size: 9px; font-weight: 700; letter-spacing: .2em; opacity: .72; }
.main-nav { margin-left: auto; display: flex; gap: 30px; align-items: center; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.main-nav a:after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--lime); transition: width .25s; }
.main-nav a:hover:after { width: 100%; }
.header-phone { display: flex; gap: 11px; align-items: center; padding-left: 28px; border-left: 1px solid currentColor; border-color: rgba(255,255,255,.2); }
.scrolled .header-phone { border-color: var(--line); }
.header-phone .icon-box { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; }
.header-phone span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.header-phone small { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.header-phone strong { font-size: 14px; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; color: white; background: var(--green); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,32,28,.94) 0%, rgba(4,32,28,.8) 42%, rgba(4,32,28,.28) 75%, rgba(4,32,28,.18) 100%), url('../images/hero-sofa.jpg') center 58% / cover no-repeat; transform: scale(1.01); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.5) .6px, transparent .6px); background-size: 5px 5px; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .55fr); align-items: end; gap: 90px; padding-top: 135px; padding-bottom: 95px; }
.hero-content { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green-2); }
.eyebrow.light { color: var(--lime); }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.035em; line-height: .99; }
h1 { max-width: 800px; font-size: clamp(54px, 6.3vw, 88px); }
h1 em, h2 em { color: var(--mint); font-weight: 600; }
.hero-content > p { max-width: 640px; margin: 28px 0 32px; color: rgba(255,255,255,.78); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 800; transition: transform .25s, background .25s, border-color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--green); background: var(--lime); }
.btn-primary:hover { background: #e3f5a5; }
.btn-ghost { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.btn-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.hero-trust { margin-top: 42px; display: flex; align-items: center; gap: 14px; }
.trust-avatars { display: flex; }
.trust-avatars span { width: 35px; height: 35px; display: grid; place-items: center; margin-left: -7px; color: var(--green); background: var(--cream); border: 2px solid var(--green); border-radius: 50%; font-size: 11px; font-weight: 800; }
.trust-avatars span:first-child { margin-left: 0; background: var(--lime); }
.trust-avatars span:nth-child(2) { background: var(--mint); }
.hero-trust > div:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.hero-trust strong { font-size: 12px; }
.hero-trust small { color: rgba(255,255,255,.58); font-size: 10px; }
.hero-card { padding: 28px; background: rgba(5,42,36,.68); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); backdrop-filter: blur(14px); box-shadow: 0 26px 60px rgba(0,0,0,.18); }
.hero-card-kicker { display: block; margin-bottom: 18px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.location-row { display: flex; gap: 14px; align-items: center; }
.location-row > svg { width: 31px; height: 31px; color: var(--lime); }
.location-row div { display: flex; flex-direction: column; }
.location-row strong { font-family: "Playfair Display", serif; font-size: 22px; }
.location-row small { color: rgba(255,255,255,.6); font-size: 11px; }
.hero-card-line { height: 1px; margin: 24px 0; background: rgba(255,255,255,.13); }
.hero-card ul { margin: 0 0 23px; padding: 0; list-style: none; }
.hero-card li { display: flex; gap: 10px; align-items: center; margin: 12px 0; color: rgba(255,255,255,.78); font-size: 12px; }
.hero-card li svg { color: var(--lime); }
.hero-card > a { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-scroll { position: absolute; z-index: 3; left: 24px; bottom: 35px; display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.hero-scroll span { width: 30px; height: 1px; background: currentColor; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
h2 { font-size: clamp(42px, 5vw, 66px); }
.section-heading h2 em, .section-top h2 em, .products h2 em { color: var(--green-2); }
.intro-copy > p { margin: 4px 0 40px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.mini-features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.mini-features div { display: flex; flex-direction: column; padding: 24px 20px 0 0; }
.mini-features strong { color: var(--green); font-size: 13px; }
.mini-features span { color: var(--muted); font-size: 11px; }

.services { background: var(--cream); }
.section-top { display: grid; grid-template-columns: 1fr .63fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-top > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 360px; gap: 18px; }
.service-card { position: relative; overflow: hidden; border-radius: 22px; isolation: isolate; }
.service-card.featured { grid-column: span 2; }
.service-card img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.service-card:hover img { transform: scale(1.055); }
.service-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(3,29,25,.04) 25%, rgba(3,29,25,.9) 100%); }
.service-index { position: absolute; z-index: 2; top: 20px; right: 22px; color: rgba(255,255,255,.7); font-family: "Playfair Display", serif; font-size: 14px; }
.service-content { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: white; }
.service-content h3 { margin: 0 0 8px; font-family: "Playfair Display", serif; font-size: 25px; }
.service-content p { max-width: 520px; margin: 0 0 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.6; transition: .3s; }
.service-content a { display: inline-flex; align-items: center; gap: 8px; max-height: 0; margin-top: 0; overflow: hidden; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transition: .3s; }
.service-card:hover .service-content a { max-height: 30px; margin-top: 13px; opacity: 1; }

.equipment { color: white; background: var(--green); overflow: hidden; }
.equipment-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.equipment-visual { position: relative; }
.equipment-visual:before { content: ""; position: absolute; width: 280px; height: 280px; left: -100px; bottom: -90px; border: 1px solid rgba(216,238,139,.22); border-radius: 50%; }
.equipment-visual img { position: relative; z-index: 1; height: 580px; object-fit: cover; border-radius: 190px 190px 26px 26px; filter: saturate(.78); }
.floating-note { position: absolute; z-index: 2; right: -38px; bottom: 48px; width: 148px; height: 148px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green); text-align: center; background: var(--lime); border-radius: 50%; transform: rotate(8deg); }
.floating-note:before { content: "✦"; margin-bottom: 5px; }
.floating-note span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.floating-note strong { max-width: 100px; font-family: "Playfair Display", serif; font-size: 19px; line-height: 1.1; }
.equipment-copy { padding-left: 30px; }
.equipment-copy h2 em, .process h2 em, .cta-card h2 em { color: var(--mint); }
.equipment-copy > p { max-width: 580px; margin: 28px 0 38px; color: rgba(255,255,255,.64); }
.equipment-list { border-top: 1px solid rgba(255,255,255,.14); }
.equipment-item { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.equipment-dot { width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid rgba(216,238,139,.4); border-radius: 50%; }
.equipment-dot:after { content: ""; display: block; width: 7px; height: 7px; margin: 12px; background: var(--lime); border-radius: 50%; }
.equipment-item div { display: flex; flex: 1; justify-content: space-between; align-items: center; gap: 20px; }
.equipment-item strong { font-size: 14px; }
.equipment-item small { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.products { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 24px; transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image { position: relative; height: 330px; display: grid; place-items: center; overflow: hidden; background: #f1f2ed; }
.product-image:after { content: ""; position: absolute; width: 210px; height: 210px; background: rgba(167,219,197,.27); border-radius: 50%; }
.product-image img { position: relative; z-index: 1; width: 88%; height: 88%; object-fit: contain; mix-blend-mode: multiply; }
.product-image > span { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 7px 11px; color: var(--green); background: var(--lime); border-radius: 100px; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-copy { padding: 25px 27px 28px; }
.product-copy h3 { min-height: 52px; margin: 0 0 10px; font-family: "Playfair Display", serif; font-size: 21px; line-height: 1.25; }
.product-copy p { margin: 0; color: var(--muted); font-size: 11px; }
.product-note { margin: 28px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.process { color: white; background: #092f2a; }
.process-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.btn-outline { color: white; border-color: rgba(255,255,255,.25); }
.btn-outline:hover { border-color: var(--lime); color: var(--lime); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.process-card { position: relative; padding: 34px; min-height: 260px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.process-card > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--lime); border: 1px solid rgba(216,238,139,.35); border-radius: 50%; font-family: "Playfair Display", serif; }
.process-card h3 { margin: 55px 0 10px; font-family: "Playfair Display", serif; font-size: 22px; }
.process-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }

.cta-section { padding: 90px 0; background: var(--cream); }
.cta-card { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; padding: 70px; color: white; background: var(--green); border-radius: 32px; overflow: hidden; }
.cta-card:after { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; top: -180px; border: 1px solid rgba(216,238,139,.3); border-radius: 50%; box-shadow: 0 0 0 55px rgba(216,238,139,.03), 0 0 0 110px rgba(216,238,139,.025); }
.cta-card h2 { font-size: clamp(37px, 4vw, 57px); }
.cta-card p { margin: 23px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.cta-contact { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.cta-phone { display: flex; flex-direction: column; }
.cta-phone small { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.cta-phone strong { font-family: "Playfair Display", serif; font-size: 26px; }
.btn-whatsapp { color: #063a29; background: var(--lime); }

.site-footer { padding: 75px 0 0; color: white; background: #061f1c; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { margin-bottom: 22px; }
.footer-grid > div:first-child p { max-width: 350px; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-grid h3 { margin: 0 0 20px; color: var(--lime); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { margin-bottom: 10px; color: rgba(255,255,255,.6); font-size: 12px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; }
.mobile-contact { position: fixed; z-index: 70; right: 24px; bottom: 24px; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.mobile-contact a { min-width: 142px; height: 50px; padding: 0 18px; display: flex; align-items: center; justify-content: flex-start; gap: 10px; color: white; background: var(--green); border: 1px solid rgba(255,255,255,.18); border-radius: 100px; box-shadow: 0 12px 30px rgba(5,34,29,.22); font-size: 11px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.mobile-contact a:last-child { color: #063a29; background: #67d695; border-color: #67d695; }
.mobile-contact a:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(5,34,29,.3); }
.mobile-contact svg { width: 20px; height: 20px; flex: 0 0 auto; }

@media (max-width: 980px) {
  .container { width: min(100% - 36px, 760px); }
  .section { padding: 90px 0; }
  .header-phone { display: none; }
  .menu-toggle { width: 42px; height: 42px; margin-left: auto; display: flex; flex-direction: column; justify-content: center; gap: 5px; align-items: flex-end; cursor: pointer; }
  .menu-toggle span { width: 25px; height: 1.5px; background: currentColor; transition: .3s; }
  .menu-toggle span:nth-child(2) { width: 18px; }
  .main-nav { position: fixed; inset: 88px 0 auto; height: calc(100vh - 88px); padding: 45px 24px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 28px; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: none; }
  .main-nav a { font-family: "Playfair Display", serif; font-size: 27px; }
  .hero { min-height: 850px; }
  .hero-bg { background-position: 61% center; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 150px; }
  .hero-content { max-width: 650px; }
  .hero-card { width: min(100%, 420px); }
  .hero-scroll { display: none; }
  .intro-grid, .equipment-grid { grid-template-columns: 1fr; gap: 60px; }
  .section-top { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.featured { grid-column: span 2; }
  .equipment-visual { max-width: 520px; }
  .equipment-copy { padding-left: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:last-child { grid-column: span 2; }
  .cta-card { grid-template-columns: 1fr; gap: 45px; padding: 55px; }
  .footer-grid { grid-template-columns: 1.4fr .7fr .8fr; gap: 35px; }
}

@media (max-width: 650px) {
  body { padding-bottom: 0; }
  .container { width: calc(100% - 30px); }
  .section { padding: 72px 0; }
  .nav-wrap { height: 76px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 7px; }
  .main-nav { top: 76px; height: calc(100vh - 76px); }
  .hero { min-height: auto; }
  .hero-bg { background: linear-gradient(180deg, rgba(4,32,28,.84), rgba(4,32,28,.95)), url('../images/hero-sofa.jpg') 64% center / cover no-repeat; }
  .hero-grid { display: block; padding-top: 140px; padding-bottom: 70px; }
  h1 { font-size: clamp(42px, 12vw, 56px); }
  h2 { font-size: 40px; }
  .hero-content > p { margin: 23px 0 27px; font-size: 14px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-trust { margin-top: 30px; }
  .hero-card { margin-top: 40px; padding: 23px; }
  .eyebrow { font-size: 9px; }
  .intro-grid { gap: 35px; }
  .intro-copy > p { font-size: 14px; }
  .mini-features { grid-template-columns: 1fr; }
  .mini-features div { padding: 17px 0; border-bottom: 1px solid var(--line); }
  .section-top { margin-bottom: 38px; }
  .section-top > p { font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .service-card.featured { grid-column: auto; }
  .service-content p { display: block; }
  .service-content a { max-height: 30px; margin-top: 10px; opacity: 1; }
  .equipment-grid { gap: 52px; }
  .equipment-visual img { height: 460px; border-radius: 140px 140px 22px 22px; }
  .floating-note { right: -5px; width: 122px; height: 122px; }
  .equipment-copy > p { font-size: 13px; }
  .equipment-item div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .equipment-item small { font-size: 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; }
  .product-image { height: 300px; }
  .process-head { align-items: flex-start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .process-card { min-height: 220px; }
  .process-card h3 { margin-top: 40px; }
  .cta-section { padding: 60px 0; }
  .cta-card { padding: 38px 27px; border-radius: 24px; }
  .cta-card h2 { font-size: 37px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mobile-contact { right: 14px; bottom: 14px; gap: 8px; }
  .mobile-contact a { min-width: 128px; height: 46px; padding: 0 15px; font-size: 10px; }
  .mobile-contact svg { width: 18px; height: 18px; }
}

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