/* ============================================================
   LARIE | Velas Artesanais — style.css
   ============================================================ */

:root {
  --larie-terracotta: #C96F3D;
  --larie-terracotta-dark: #A9542F;
  --larie-olive: #6E7440;
  --larie-olive-dark: #4F552E;
  --larie-cream: #F7F1E8;
  --larie-soft-cream: #FBF7F1;
  --larie-kraft: #B98B5B;
  --larie-brown: #6B4A32;
  --larie-text: #3F3A34;
  --larie-muted: #7A746B;
  --larie-white: #FFFFFF;
  --larie-border: #E8DCCB;

  --shadow-sm: 0 4px 16px rgba(107, 74, 50, 0.08);
  --shadow-md: 0 10px 30px rgba(107, 74, 50, 0.12);
  --radius: 18px;
  --radius-lg: 32px;
  --container: 1200px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--larie-text);
  background: var(--larie-soft-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.15; color: var(--larie-brown); font-weight: 600; }
.script { font-family: 'Great Vibes', cursive; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

/* ---------- Section helpers ---------- */
.section { padding-block: 88px; position: relative; }
.section--cream { background: var(--larie-cream); }
.section__head { text-align: center; margin-bottom: 48px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--larie-terracotta); font-weight: 700; margin-bottom: 14px;
}
.flourish { height: 13px; width: auto; flex: none; opacity: .9; }
.section__head .eyebrow { color: var(--larie-olive); }

.section__title { font-size: clamp(1.7rem, 2.8vw, 2.3rem); font-weight: 500; line-height: 1.16; }
.section__title--center { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.section__title em { font-style: italic; color: var(--larie-terracotta); }

.lead { color: var(--larie-muted); font-size: 1.05rem; max-width: 46ch; margin-top: 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: .92rem; letter-spacing: .01em;
  padding: 13px 26px; border-radius: 999px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn--primary { background: var(--larie-terracotta); color: var(--larie-white); box-shadow: 0 8px 20px rgba(201,111,61,.28); }
.btn--primary:hover { background: var(--larie-terracotta-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(201,111,61,.36); }
.btn--outline { background: transparent; color: var(--larie-brown); border: 1.5px solid var(--larie-border); }
.btn--outline:hover { background: var(--larie-white); border-color: var(--larie-kraft); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn--mini { padding: 8px 22px; font-size: .8rem; background: var(--larie-olive); color: var(--larie-white); border: 1.5px solid var(--larie-olive); }
.btn--mini:hover { background: var(--larie-olive-dark); color: var(--larie-white); border-color: var(--larie-olive-dark); }
.btn--block { width: 100%; justify-content: center; }

.icon-wa {
  width: 18px; height: 18px; display: inline-block; flex: none;
  background: currentColor;
  -webkit-mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2Zm5.8 14.13c-.24.68-1.42 1.31-1.95 1.36-.5.05-1.13.07-1.83-.11-.42-.13-.96-.31-1.66-.61-2.92-1.26-4.83-4.2-4.97-4.39-.15-.19-1.19-1.58-1.19-3.02s.76-2.14 1.03-2.44c.27-.3.58-.37.78-.37.19 0 .39 0 .56.01.18.01.42-.07.66.5.24.59.83 2.03.9 2.18.07.15.12.32.02.51-.09.19-.14.3-.27.46-.14.15-.29.34-.41.46-.14.14-.28.29-.12.57.15.27.69 1.13 1.48 1.83 1.02.9 1.87 1.18 2.14 1.31.27.14.42.12.58-.07.16-.18.67-.78.85-1.05.18-.27.36-.22.6-.13.24.09 1.53.72 1.79.85.27.13.44.2.51.31.07.12.07.68-.17 1.36Z'/%3E%3C/svg%3E");
          mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2Zm5.8 14.13c-.24.68-1.42 1.31-1.95 1.36-.5.05-1.13.07-1.83-.11-.42-.13-.96-.31-1.66-.61-2.92-1.26-4.83-4.2-4.97-4.39-.15-.19-1.19-1.58-1.19-3.02s.76-2.14 1.03-2.44c.27-.3.58-.37.78-.37.19 0 .39 0 .56.01.18.01.42-.07.66.5.24.59.83 2.03.9 2.18.07.15.12.32.02.51-.09.19-.14.3-.27.46-.14.15-.29.34-.41.46-.14.14-.28.29-.12.57.15.27.69 1.13 1.48 1.83 1.02.9 1.87 1.18 2.14 1.31.27.14.42.12.58-.07.16-.18.67-.78.85-1.05.18-.27.36-.22.6-.13.24.09 1.53.72 1.79.85.27.13.44.2.51.31.07.12.07.68-.17 1.36Z'/%3E%3C/svg%3E");
}

/* ============ HEADER ============ */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(247, 241, 232, .72);
  backdrop-filter: blur(10px);
  transition: background .3s, box-shadow .3s, padding .3s;
  padding-block: 6px;
}
.header.is-scrolled { background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header__logo img { height: 74px; width: auto; }

.nav__list { display: flex; align-items: center; gap: 30px; }
.nav__link {
  position: relative; font-size: .92rem; color: var(--larie-text); font-weight: 400;
  padding-block: 6px; transition: color .25s;
}
.nav__link::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--larie-terracotta); transition: width .3s var(--ease);
}
.nav__link:hover, .nav__link.is-active { color: var(--larie-terracotta); }
.nav__link.is-active::after, .nav__link:hover::after { width: 100%; }
.nav__cta-mobile { display: none; }

/* Mobile-only WhatsApp icon in header (hidden on desktop/tablet) */
.header__wa {
  display: none; width: 42px; height: 42px; flex: none;
  align-items: center; justify-content: center; color: var(--larie-terracotta);
  border: 1.5px solid var(--larie-border); border-radius: 50%; background: var(--larie-white);
}
.header__wa .icon-wa { width: 20px; height: 20px; }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { width: 26px; height: 2px; background: var(--larie-brown); border-radius: 2px; transition: .3s; }
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============ HERO ============ */
.hero {
  position: relative; display: flex; align-items: center;
  min-height: clamp(460px, 50vw, 640px);
  padding-top: 92px; overflow: hidden;
  background: var(--larie-cream);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
/* Degradê creme à esquerda — funde com a área branca do banner e garante leitura do texto */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg,
    rgba(247,241,232,.94) 0%, rgba(247,241,232,.82) 26%, rgba(247,241,232,.30) 46%, rgba(247,241,232,0) 60%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__content { max-width: 580px; }
.hero__title { font-size: clamp(2.4rem, 4.8vw, 3.8rem); font-weight: 600; color: var(--larie-olive); line-height: 1.08; }
.hero__bar { color: var(--larie-olive-dark); font-weight: 400; }
.hero__script { font-size: clamp(1.5rem, 2.8vw, 2.05rem); color: var(--larie-terracotta); margin: 12px 0 18px; }
.hero__desc { color: var(--larie-muted); font-size: 1.08rem; max-width: 40ch; margin-bottom: 32px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Ornamentos do hero */
.hero__sparkle { position: absolute; z-index: 3; color: var(--larie-terracotta); animation: twinkle 3.5s ease-in-out infinite; }
.hero__sparkle--1 { top: 12%; right: 58%; width: 40px; height: 40px; opacity: .95; }
.hero__sparkle--2 { top: 19.5%; right: 54%; width: 18px; height: 18px; opacity: .6; animation-delay: 1.2s; }
/* linha divisória sutil no fim do hero */
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(180, 160, 130, .45); z-index: 2; }
.btn__sprig { height: 14px; width: auto; flex: none; filter: brightness(0) invert(1); opacity: .92; }
@keyframes twinkle { 0%, 100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.22); opacity: 1; } }

/* ============ SOBRE ============ */
.sobre {
  position: relative; overflow: hidden; padding-block: 40px;
  background: var(--larie-cream) url("../assets/images/segundo_banner.png") right center / cover no-repeat;
}
/* Degradê creme à esquerda — funde com a área clara do banner e garante leitura */
.sobre::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(90deg,
    var(--larie-cream) 0%, rgba(247,241,232,.94) 30%, rgba(247,241,232,.55) 52%, rgba(247,241,232,0) 74%);
}
.sobre .container { position: relative; z-index: 1; }
/* padding-right reserva o espaço das flores do banner à direita */
/* conteúdo ocupa ~62% à esquerda; flores do banner ficam livres à direita */
.sobre__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: start; width: 66%; }
.sobre .section__title { font-size: clamp(1.8rem, 2.7vw, 2.45rem); font-weight: 500; line-height: 1.14; }
.sobre .lead { font-size: 1rem; max-width: 52ch; }
.sobre__features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-self: start; margin-top: 46px; }
.feature {
  text-align: center; background: transparent; border: none;
  border-radius: var(--radius); padding: 4px 4px; transition: transform .3s var(--ease);
}
.feature:hover { transform: translateY(-5px); }
.feature__icon { display: flex; justify-content: center; margin-bottom: 12px; }
.feature__icon img { height: 50px; width: auto; }
.feature__title { font-size: .98rem; font-weight: 600; color: var(--larie-brown); line-height: 1.25; }

/* Floreio divisor abaixo do Sobre */
.sobre__divider { display: flex; justify-content: center; margin-top: 20px; color: var(--larie-olive); width: 100%; }
.sobre__divider img { height: 20px; width: auto; opacity: .85; }

/* ============ PRODUTOS ============ */
.produtos__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.card {
  background: var(--larie-white); border: 1px solid var(--larie-border);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.card__media { aspect-ratio: 1/1; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card__media img { transform: scale(1.07); }
.card__body { padding: 16px 14px 20px; text-align: center; display: flex; flex-direction: column; gap: 12px; align-items: center; flex: 1; justify-content: space-between; }
.card__title { font-size: 1.18rem; font-weight: 600; color: var(--larie-brown); }

/* "Ver todas as categorias" — only mobile/tablet */
.produtos__more { display: none; text-align: center; margin-top: 34px; }

/* ============ GALERIA (masonry) ============ */
.galeria__filtros { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.filtro {
  font-size: .85rem; font-weight: 700; color: var(--larie-muted);
  padding: 8px 20px; border-radius: 999px; border: 1.5px solid var(--larie-border);
  background: var(--larie-white); transition: .25s;
}
.filtro:hover { color: var(--larie-terracotta); border-color: var(--larie-kraft); }
.filtro.is-active { background: var(--larie-olive); color: var(--larie-white); border-color: var(--larie-olive); }

.masonry {
  display: grid; grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 46px; gap: 14px; grid-auto-flow: dense;
}
.masonry__item {
  grid-column: span 1; grid-row: span 4; margin: 0;
  border-radius: var(--radius); overflow: hidden;
  cursor: pointer; position: relative; box-shadow: var(--shadow-sm);
  transition: opacity .4s, transform .4s var(--ease);
}
.masonry__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.masonry__item:hover img { transform: scale(1.06); }
.masonry__item::after {
  content: '🔍'; position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(107,74,50,.28); color: #fff; font-size: 1.5rem; opacity: 0; transition: opacity .3s;
}
.masonry__item:hover::after { opacity: 1; }
.masonry__item.is-hidden { display: none; }
.galeria__more { text-align: center; margin-top: 36px; }

/* ============ ENCOMENDAS ============ */
.encomendas {
  position: relative; overflow: hidden;
  background: var(--larie-cream) url("../assets/images/bg_correto.png") right center / contain no-repeat;
}
.encomendas .container { position: relative; z-index: 1; }
.encomendas__inner { display: grid; grid-template-columns: 1.1fr 0.85fr; gap: 36px; align-items: center; width: 60%; }
.encomendas__text { align-self: center; }
.encomendas__text .btn { margin-top: 26px; }
.passos { display: grid; gap: 16px; align-content: center; }
.passo {
  display: flex; align-items: center; gap: 14px;
  background: transparent; border: none; border-radius: 0; padding: 2px 0;
  transition: transform .3s var(--ease);
}
.passo:hover { transform: translateX(6px); }
.passo__num {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 700;
  background: var(--larie-olive); color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
}
.passo p { font-weight: 400; color: var(--larie-text); }

/* Encomendas CTA below steps — only mobile/tablet */
.encomendas__cta-mobile { display: none; text-align: center; margin-top: 36px; }

/* ============ INSTAGRAM ============ */
.instagram { padding-top: 0; }
.instagram__inner {
  position: relative; z-index: 5; margin-top: -72px;
  display: grid; grid-template-columns: auto 1.15fr auto; gap: 36px; align-items: center;
  background: var(--larie-cream); border: 1px solid var(--larie-border);
  border-radius: var(--radius-lg); padding: 26px 38px 26px 60px; box-shadow: var(--shadow-md);
}
.instagram__deco {
  position: absolute; left: -18px; top: 50%; transform: translateY(-50%);
  width: 64px; height: 140px; color: var(--larie-olive); opacity: .35; pointer-events: none;
}
.instagram__info { display: flex; align-items: center; gap: 16px; }
.instagram__icon { width: 50px; height: 50px; flex: none; display: grid; place-items: center; }
.instagram__glyph { width: 46px; height: 46px; color: var(--larie-olive); }
.instagram__title { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; line-height: 1.12; color: var(--larie-brown); }
.instagram__handle { color: var(--larie-terracotta); font-weight: 700; margin-top: 4px; }
.instagram__sub { color: var(--larie-muted); font-size: .9rem; }
.instagram__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.instagram__note { color: var(--larie-muted); font-size: .92rem; max-width: 24ch; line-height: 1.5; }
.instagram__feed { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.instagram__thumb { aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.instagram__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.instagram__thumb:hover img { transform: scale(1.08); }

/* ============ CONTATO ============ */
.contato {
  position: relative; overflow: hidden;
  background: var(--larie-cream) url("../assets/images/banner_principal.png") right center / 45% no-repeat;
}
.contato .container { position: relative; z-index: 1; }
.contato__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: center; max-width: 1760px; padding-right: 27%; }
.contato__info { align-self: center; }
.contato__list { margin-top: 24px; display: grid; gap: 14px; }
.contato__list li { display: flex; align-items: center; gap: 12px; color: var(--larie-text); white-space: nowrap; }
.contato__ic { width: 19px; height: 19px; flex: none; color: var(--larie-olive); }
.contato__list a { color: var(--larie-terracotta); font-weight: 700; }
.contato__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.contato__form .field--full, .contato__form .btn { grid-column: 1 / -1; }
.field { display: grid; gap: 6px; }
.field label { font-size: .82rem; font-weight: 700; color: var(--larie-brown); letter-spacing: .02em; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: .95rem; color: var(--larie-text);
  padding: 12px 14px; border: 1.5px solid var(--larie-border); border-radius: 12px;
  background: var(--larie-soft-cream); transition: border .25s, box-shadow .25s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--larie-terracotta); box-shadow: 0 0 0 3px rgba(201,111,61,.12); background: var(--larie-soft-cream);
}
.field textarea { resize: vertical; }
/* Submit do contato em verde-oliva (igual ao layout aprovado) */
.contato__form .btn--primary { background: var(--larie-olive); box-shadow: 0 8px 20px rgba(110,116,64,.26); }
.contato__form .btn--primary:hover { background: var(--larie-olive-dark); box-shadow: 0 12px 26px rgba(110,116,64,.34); }

/* ============ FOOTER ============ */
.footer {
  position: relative; color: var(--larie-text);
  background: #F6F0EA url("../assets/images/bg_footer.png") center top / cover no-repeat;
  padding-top: 104px;
}
.footer__inner {
  display: grid; grid-template-columns: auto 1.5fr 1.4fr 1fr; gap: 40px;
  align-items: start; padding-bottom: 44px;
}
.footer__logo { height: 92px; width: auto; }
.footer__brand-title { font-size: 1.5rem; font-weight: 600; color: var(--larie-brown); margin-bottom: 12px; }
.footer__brand p { color: var(--larie-muted); font-size: .95rem; line-height: 1.7; }

.footer h4 { font-size: 1.05rem; color: var(--larie-brown); margin-bottom: 16px; }
.footer__links-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
.footer__links-grid ul { display: grid; gap: 10px; align-content: start; }
.footer__links-grid a { color: var(--larie-muted); font-size: .92rem; transition: color .25s; }
.footer__links-grid a:hover { color: var(--larie-terracotta); }

.footer__social { display: flex; gap: 12px; }
.social-ic {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--larie-olive); border: 1.5px solid var(--larie-border);
  background: rgba(255,255,255,.5); transition: .25s;
}
.social-ic:hover { color: #fff; background: var(--larie-terracotta); border-color: var(--larie-terracotta); transform: translateY(-2px); }
.social-ic svg { width: 20px; height: 20px; }
.social-ic .icon-wa { width: 21px; height: 21px; }

.footer__bottom { position: relative; border-top: 1px solid rgba(180,160,130,.35); padding-block: 20px; }
.footer__bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer__bottom p { font-size: .82rem; color: var(--larie-muted); }
.footer__spark {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 20px; color: var(--larie-terracotta); background: #F6F0EA; padding: 0 6px;
}

/* ============ VOLTAR AO TOPO ============ */
.to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 70;
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--larie-olive); color: #fff;
  box-shadow: 0 8px 22px rgba(110,116,64,.34);
  cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), background .25s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--larie-olive-dark); transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) { .to-top { transition: opacity .3s; } .to-top:hover { transform: none; } }

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center;
  background: rgba(63, 58, 52, .92); padding: 24px;
}
.lightbox.is-open { display: flex; animation: fade .3s ease; }
.lightbox__img { max-width: 88vw; max-height: 86vh; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox__close { position: absolute; top: 20px; right: 28px; font-size: 2.6rem; color: #fff; line-height: 1; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); font-size: 2rem; color: #fff; padding: 16px; opacity: .8; transition: opacity .25s; }
.lightbox__nav:hover { opacity: 1; }
.lightbox__prev { left: 12px; }
.lightbox__next { right: 12px; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* ============ Reveal animation ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .deco--star { animation: none; }
}
