:root {
  --green-950: #102b1e;
  --green-900: #173f2a;
  --green-800: #21583a;
  --green-600: #3f8357;
  --green-300: #b9d9bf;
  --green-100: #eaf3eb;
  --purple: #695079;
  --purple-soft: #d9cde1;
  --wood: #a56d45;
  --cream: #f7f5ef;
  --ink: #172019;
  --muted: #637069;
  --white: #ffffff;
  --border: rgba(23, 63, 42, 0.14);
  --shadow: 0 22px 60px rgba(16, 43, 30, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--green-950);
  box-shadow: var(--shadow);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(247, 245, 239, .86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, .93);
  border-color: var(--border);
  box-shadow: 0 10px 30px rgba(16, 43, 30, .08);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-mark { position: relative; display: grid; grid-template-columns: repeat(3, 8px); align-items: end; gap: 4px; width: 32px; height: 38px; transform: rotate(-8deg); }
.brand-mark span { display: block; border-radius: 100% 0 100% 0; background: var(--green-800); }
.brand-mark span:nth-child(1) { height: 22px; }
.brand-mark span:nth-child(2) { height: 34px; background: var(--purple); }
.brand-mark span:nth-child(3) { height: 27px; background: var(--green-600); }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-text small { margin-top: 4px; color: var(--muted); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 650; }
.site-nav > a { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--purple); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 12px 19px; border-radius: 999px; background: var(--green-900); color: var(--white); box-shadow: 0 10px 24px rgba(23, 63, 42, .22); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--green-100); cursor: pointer; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--green-950); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; padding: 150px 0 92px; background: linear-gradient(135deg, #f7f5ef 0%, #eef4ed 55%, #eee7f0 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: auto -7% -38% 30%; height: 70%; border-radius: 50% 50% 0 0; border: 1px solid rgba(105, 80, 121, .12); transform: rotate(-9deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; pointer-events: none; }
.hero-orb-one { width: 320px; height: 320px; left: -170px; top: 180px; background: radial-gradient(circle at 70% 30%, rgba(105,80,121,.28), rgba(105,80,121,0)); }
.hero-orb-two { width: 430px; height: 430px; right: -240px; top: 40px; background: radial-gradient(circle at 30% 60%, rgba(63,131,87,.25), rgba(63,131,87,0)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr); align-items: center; gap: clamp(54px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 19px; color: var(--green-800); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.hero h1 { max-width: 670px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6vw, 6.35rem); font-weight: 500; line-height: .97; letter-spacing: -.055em; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--green-900); color: var(--white); box-shadow: 0 16px 32px rgba(23, 63, 42, .22); }
.button-ghost { border-color: rgba(23, 63, 42, .22); background: rgba(255,255,255,.36); color: var(--green-950); }
.hero-contact { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--purple); color: white; font-size: .9rem; }
.hero-contact div { display: grid; }
.hero-contact small { color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-contact a { margin-top: 2px; color: var(--green-950); font-weight: 800; font-size: 1.08rem; }

.hero-visual { position: relative; min-height: 570px; }
.hero-main-card { position: absolute; inset: 0 12% 0 17%; margin: 0; border: 9px solid rgba(255,255,255,.75); border-radius: 44% 44% 28px 28px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.hero-main-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-float-card { position: absolute; z-index: 2; left: -2%; bottom: 3%; width: 47%; margin: 0; border: 7px solid var(--white); border-radius: 22px; box-shadow: 0 22px 46px rgba(16,43,30,.2); overflow: hidden; transform: rotate(-4deg); }
.hero-float-card img { aspect-ratio: 1.45 / 1; width: 100%; object-fit: cover; }
.hero-badge { position: absolute; z-index: 3; right: 0; top: 17%; display: grid; place-items: center; width: 142px; height: 142px; padding: 18px; border-radius: 50%; background: var(--green-950); color: var(--white); box-shadow: 0 18px 42px rgba(16,43,30,.3); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.hero-badge i { width: 34px; height: 1px; background: rgba(255,255,255,.55); }

.section-heading { max-width: 700px; margin-bottom: 50px; }
.section-heading h2, .space-card h2, .contact-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 1.06rem; }
.products { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { position: relative; min-height: 220px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fcfcf9; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:nth-child(3n+2) { background: var(--green-100); }
.product-card:nth-child(5n) { background: #f2ebf4; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(23,63,42,.28); box-shadow: 0 18px 40px rgba(16,43,30,.1); }
.product-index { position: absolute; top: 20px; right: 20px; color: rgba(23,63,42,.45); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.product-card h3 { position: absolute; left: 24px; right: 24px; bottom: 21px; margin: 0; font-size: 1.03rem; line-height: 1.25; }
.product-symbol { position: relative; width: 86px; height: 86px; margin-top: 18px; }
.symbol-lines { background: repeating-linear-gradient(0deg, transparent 0 8px, var(--green-800) 8px 11px); border: 2px solid var(--green-800); border-radius: 7px; }
.symbol-curtain::before, .symbol-curtain::after { content: ""; position: absolute; top: 0; bottom: 0; width: 42%; background: repeating-linear-gradient(90deg, var(--purple) 0 5px, transparent 5px 10px); border-radius: 45% 10% 45% 10%; }
.symbol-curtain::before { left: 2px; }
.symbol-curtain::after { right: 2px; transform: scaleX(-1); }
.symbol-floor { background: repeating-linear-gradient(90deg, var(--wood) 0 13px, transparent 13px 16px); transform: skewY(-9deg); border-bottom: 3px solid var(--wood); }
.symbol-floor.alternate { background: repeating-linear-gradient(90deg, var(--green-600) 0 10px, transparent 10px 14px); border-color: var(--green-600); }
.symbol-floor.stagger { background: repeating-linear-gradient(0deg, rgba(165,109,69,.7) 0 11px, transparent 11px 15px); border: 2px solid var(--wood); }
.symbol-wood { border-radius: 50%; border: 8px double var(--wood); }
.symbol-wood::before, .symbol-wood::after { content: ""; position: absolute; border: 2px solid var(--wood); border-radius: 50%; }
.symbol-wood::before { inset: 18px; }
.symbol-wood::after { inset: 31px; }
.symbol-textile { background: radial-gradient(circle, var(--purple) 2px, transparent 3px) 0 0/12px 12px; border: 2px solid var(--purple); border-radius: 42% 58% 45% 55%; }
.symbol-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.symbol-panels::before, .symbol-panels::after { content: ""; }
.symbol-panels, .symbol-panels::before, .symbol-panels::after { border: 2px solid var(--green-800); box-shadow: inset 0 0 0 5px rgba(63,131,87,.1); }
.symbol-slats { background: repeating-linear-gradient(90deg, var(--green-900) 0 7px, transparent 7px 13px); }
.symbol-grass { background: repeating-linear-gradient(75deg, transparent 0 7px, var(--green-600) 8px 10px); border-bottom: 8px solid var(--green-900); }
.symbol-leaf::before, .symbol-leaf::after { content: ""; position: absolute; width: 52px; height: 70px; border-radius: 90% 0 90% 0; background: var(--green-600); }
.symbol-leaf::before { left: 6px; top: 8px; transform: rotate(-12deg); }
.symbol-leaf::after { right: 4px; top: 4px; background: var(--purple); transform: scale(.72) rotate(38deg); }

.space-section { padding: 0 0 118px; background: var(--white); }
.space-grid { display: grid; grid-template-columns: 1.32fr .68fr; gap: 18px; }
.space-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 28px; min-height: 390px; padding: clamp(34px, 5vw, 64px); border-radius: var(--radius-lg); overflow: hidden; }
.space-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -90px; bottom: -100px; border-radius: 50%; border: 45px solid rgba(255,255,255,.1); }
.space-card.interior { background: var(--green-950); color: var(--white); }
.space-card.exterior { background: var(--purple); color: var(--white); }
.space-number { font-size: .72rem; font-weight: 800; letter-spacing: .15em; opacity: .58; }
.space-label { margin: 0 0 8px; font-size: .74rem; font-weight: 800; letter-spacing: .18em; opacity: .7; text-transform: uppercase; }
.space-card h2 { font-size: clamp(3rem, 5vw, 4.7rem); }
.space-card ul { display: grid; gap: 9px; margin: 34px 0 0; padding: 0; list-style: none; }
.space-card li { position: relative; padding-left: 20px; color: rgba(255,255,255,.82); }
.space-card li::before { content: ""; position: absolute; left: 0; top: .75em; width: 8px; height: 1px; background: rgba(255,255,255,.7); }

.gallery-section { background: var(--cream); }
.gallery-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 40px; }
.gallery-heading > p { max-width: 430px; margin: 0 0 8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 245px; gap: 16px; }
.gallery-item { position: relative; grid-column: span 4; padding: 0; border: 0; border-radius: var(--radius-md); background: #dfe7df; box-shadow: 0 12px 30px rgba(16,43,30,.08); cursor: zoom-in; overflow: hidden; }
.gallery-item.gallery-tall { grid-column: span 5; grid-row: span 2; }
.gallery-item.gallery-wide { grid-column: span 7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item.gallery-tall img { object-fit: cover; object-position: center; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); }
.gallery-item > span { position: absolute; right: 14px; bottom: 14px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--green-950); box-shadow: 0 8px 22px rgba(16,43,30,.14); font-size: .76rem; font-weight: 800; backdrop-filter: blur(10px); }

.contact-section { position: relative; padding: 112px 0; background: var(--green-900); color: var(--white); overflow: hidden; }
.contact-pattern { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at 15% 30%, transparent 0 82px, rgba(255,255,255,.55) 84px 87px, transparent 89px), radial-gradient(circle at 92% 110%, transparent 0 210px, rgba(255,255,255,.45) 212px 215px, transparent 217px); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.eyebrow-light { color: var(--green-300); }
.contact-copy h2 { max-width: 720px; font-size: clamp(3rem, 5.2vw, 5.3rem); }
.contact-copy > p:not(.eyebrow) { margin: 26px 0 34px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.button-light { background: var(--white); color: var(--green-950); box-shadow: 0 18px 36px rgba(0,0,0,.15); }
.contact-card { padding: 10px 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.contact-row { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 30px 0; }
.contact-row + .contact-row { border-top: 1px solid rgba(255,255,255,.14); }
.contact-row > span { padding-top: 4px; color: var(--green-300); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.contact-row div { display: grid; }
.contact-row small { color: rgba(255,255,255,.58); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-row a, .contact-row p { margin: 5px 0 0; color: var(--white); font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 750; line-height: 1.2; }

.site-footer { padding: 62px 0 24px; background: #0d2318; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 48px; align-items: start; }
.footer-brand { color: var(--white); }
.footer-brand .brand-text small { color: rgba(255,255,255,.5); }
.footer-grid > div:first-child > p { margin: 18px 0 0; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: var(--white); }
.footer-contact { display: grid; }
.footer-contact small { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .12em; }
.footer-contact a { margin-top: 5px; color: var(--white); font-weight: 800; font-size: 1.15rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; box-shadow: 0 16px 36px rgba(0,0,0,.24); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); }
.whatsapp-float svg { width: 32px; height: 32px; fill: var(--white); }

.lightbox { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 70px 80px; background: rgba(5,16,10,.94); }
.lightbox[hidden] { display: none; }
.lightbox figure { display: grid; place-items: center; max-width: min(1100px, 100%); max-height: 100%; margin: 0; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 150px); object-fit: contain; border-radius: 16px; box-shadow: 0 25px 70px rgba(0,0,0,.4); }
.lightbox figcaption { margin-top: 14px; color: rgba(255,255,255,.72); font-size: .9rem; text-align: center; }
.lightbox-close, .lightbox-nav { position: absolute; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--white); cursor: pointer; }
.lightbox-close { top: 22px; right: 22px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-nav { top: 50%; width: 50px; height: 50px; font-size: 2.3rem; transform: translateY(-50%); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.product-card:nth-child(2), .gallery-item:nth-child(2) { transition-delay: .05s; }
.product-card:nth-child(3), .gallery-item:nth-child(3) { transition-delay: .1s; }
.product-card:nth-child(4), .gallery-item:nth-child(4) { transition-delay: .15s; }
.product-card:nth-child(5), .gallery-item:nth-child(5) { transition-delay: .2s; }

@media (max-width: 1020px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .hero h1 { font-size: clamp(3.2rem, 7vw, 5.3rem); }
  .hero-visual { min-height: 500px; }
  .hero-main-card { inset-inline: 7% 10%; }
  .hero-badge { width: 116px; height: 116px; font-size: .58rem; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .space-grid { grid-template-columns: 1fr; }
  .space-card { min-height: 330px; }
  .gallery-grid { grid-auto-rows: 215px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 88px 0; }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 15px; right: 15px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 13px 14px; border-radius: 11px; }
  .site-nav a:not(.nav-cta):hover { background: var(--green-100); }
  .site-nav > a::after { display: none; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { padding: 116px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(3.35rem, 13vw, 5rem); }
  .hero-visual { min-height: 570px; max-width: 580px; width: 100%; margin-inline: auto; }
  .hero-main-card { inset: 0 9% 0 16%; }
  .hero-float-card { left: 0; width: 50%; }
  .hero-badge { right: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .space-section { padding-bottom: 88px; }
  .space-card { grid-template-columns: 1fr; gap: 10px; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
  .gallery-item, .gallery-item.gallery-wide, .gallery-item.gallery-tall { grid-column: span 1; grid-row: span 1; }
  .gallery-item.gallery-tall { grid-row: span 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand-text strong { font-size: .9rem; }
  .brand-text small { font-size: .68rem; }
  .hero { padding-top: 108px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 480px; }
  .hero-main-card { inset: 0 5% 0 12%; border-width: 6px; border-radius: 38% 38% 22px 22px; }
  .hero-float-card { width: 56%; border-width: 5px; }
  .hero-badge { width: 98px; height: 98px; padding: 12px; font-size: .5rem; }
  .section-heading h2, .space-card h2, .contact-copy h2 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 195px; }
  .space-card { min-height: 0; padding: 34px 27px 38px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item, .gallery-item.gallery-wide, .gallery-item.gallery-tall { height: auto; aspect-ratio: 4 / 3; }
  .gallery-item.gallery-tall { aspect-ratio: 3 / 4; }
  .contact-section { padding: 88px 0; }
  .contact-card { padding-inline: 22px; }
  .contact-row { grid-template-columns: 32px 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { display: grid; gap: 10px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .lightbox { padding: 70px 14px 76px; }
  .lightbox-nav { top: auto; bottom: 14px; transform: none; }
  .lightbox-prev { left: calc(50% - 62px); }
  .lightbox-next { right: calc(50% - 62px); }
}

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