:root {
  --gold: #c9903f;
  --gold-dark: #a66f25;
  --blue: #8baeb7;
  --ink: #262626;
  --cream: #f8f4ed;
  --paper: #fffdf9;
  --line: rgba(190, 133, 55, .38);
  --shadow: 0 18px 50px rgba(54, 37, 22, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(250,247,241,.98) 0%, rgba(250,247,241,.91) 28%, rgba(250,247,241,.28) 54%, rgba(20,12,7,.05) 100%),
    url("assets/cozinha-hero.png") center/cover no-repeat;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(255,253,249,.88));
  z-index: -1;
}
.nav { height: 130px; display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-mark {
  width: 82px;
  height: 74px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 18px rgba(76,50,25,.08);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { color: #799da8; font-size: 1.02rem; line-height: 1.12; font-weight: 600; }
.brand-name strong { color: var(--gold-dark); }
.hero-content { display: flex; align-items: center; min-height: 530px; }
.hero-copy { width: min(560px, 100%); padding-bottom: 50px; }
.eyebrow { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .22em; font-size: .75rem; font-weight: 700; }
h1, .final-cta h2 {
  margin: 10px 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0;
}
h1 { font-size: clamp(3.1rem, 5.2vw, 5.5rem); }
h1 em { color: var(--gold-dark); font-style: normal; }
.lead { max-width: 510px; margin-bottom: 34px; font-size: 1rem; }
.positioning-line {
  max-width: 520px;
  margin: -12px 0 30px;
  color: var(--gold-dark);
  font-weight: 600;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), #dda955);
  box-shadow: 0 10px 24px rgba(174,117,37,.22);
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  border: 0;
  cursor: pointer;
  transition: .25s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 14px 28px rgba(174,117,37,.3); }
.button-small { min-height: 46px; padding-inline: 24px; font-size: .72rem; }
.wa-icon { font-size: 1.35em; }
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(166,111,37,.4);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
}

.trust-strip {
  position: relative;
  z-index: 2;
  padding: 27px 0;
  color: #fff;
  background: linear-gradient(120deg, #6f98a4, #98b8bf);
  box-shadow: 0 12px 35px rgba(50,82,89,.16);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article {
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 0 25px;
  text-align: center;
}
.trust-grid article:not(:last-child) { border-right: 1px solid rgba(255,255,255,.3); }
.trust-grid strong {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.2;
  letter-spacing: .02em;
}
.trust-grid span { font-size: .72rem; line-height: 1.45; }

.section { padding: 72px 0; }
.section-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin-bottom: 38px; }
.section-title span { height: 1px; background: linear-gradient(90deg, transparent, var(--line)); }
.section-title span:last-child { background: linear-gradient(90deg, var(--line), transparent); }
.section-title h2, .features h2 {
  margin: 0;
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: .12em;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.projects { padding-top: 45px; }
.carousel-shell { position: relative; }
.project-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; overflow: hidden; scroll-behavior: smooth; }
.project-card { position: relative; height: 330px; overflow: hidden; border-radius: 9px; box-shadow: var(--shadow); }
.project-gallery-trigger { width: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; }
.project-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(12,8,5,.8)); }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-card h3 {
  position: absolute;
  z-index: 1;
  inset: auto 0 17px;
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .95rem;
}
.project-count {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(20,14,10,.7);
  font-size: .64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.round-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-size: 2rem;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 8px 20px rgba(85,53,18,.2);
}
.round-button.prev { left: -22px; }
.round-button.next { right: -22px; }
.dots { display: flex; justify-content: center; gap: 7px; margin-top: 25px; }
.dots i, .dots b { width: 9px; height: 9px; border-radius: 50%; background: #bbb; }
.dots b { background: var(--gold); }

.process { padding-top: 42px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 28px; }
.steps article { position: relative; text-align: center; }
.steps article:not(:last-child)::after { content: "→"; position: absolute; top: 25px; right: -15px; color: var(--gold); }
.steps article:nth-child(3n)::after { display: none; }
.step-icon { height: 62px; color: var(--gold); font: 2.5rem/1 Georgia, serif; }
.steps strong { display: block; min-height: 35px; text-transform: uppercase; font-size: .69rem; }
.steps p { margin: 5px 0 0; font-size: .72rem; line-height: 1.5; color: #565656; }

.features { padding-top: 30px; }
.two-columns { display: grid; grid-template-columns: .9fr 1.2fr; gap: 22px; }
.payment-card, .difference-card { padding: 34px 38px; border-radius: 8px; }
.payment-card { color: #fff; background: linear-gradient(135deg, #789eaa, #9eb8be); }
.payment-card h2 { color: #fff; }
.payment-card ul { margin: 25px 0; padding: 0; list-style: none; }
.payment-card li { display: flex; align-items: center; gap: 16px; margin: 13px 0; }
.payment-card li span { width: 28px; font-size: 1.25rem; text-align: center; }
.notice { margin: 23px 0 0; padding: 13px 18px; border-radius: 8px; color: #3a3a3a; background: rgba(255,249,241,.9); font-size: .77rem; text-align: center; }
.difference-card { background: linear-gradient(135deg, #fbf8f2, #f5eee4); }
.difference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 34px; margin-top: 33px; }
.difference-grid > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; }
.difference-grid span { color: var(--gold); font: 2.5rem/1 Georgia, serif; }
.difference-grid p { margin: 0; font-size: .76rem; }
.difference-grid strong { display: block; margin-bottom: 8px; text-transform: uppercase; font-size: .73rem; }
.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.text-link:hover { text-decoration: underline; }
.text-link-light { color: #fff; }
.centered-link { display: flex; justify-content: center; width: fit-content; margin-inline: auto; }

.compact-section { padding-top: 24px; }
.teaser-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 34px 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fbf8f2, #f5eee4);
}
.teaser-panel h2,
.lead-form-copy h2,
.content-panel h2,
.page-cta h2 {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}
.teaser-panel p,
.lead-form-copy p,
.content-panel p { margin: 0; }

.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(54, 37, 22, .06);
}
.faq-list summary {
  padding: 18px 22px;
  color: var(--gold-dark);
  font-weight: 700;
  cursor: pointer;
}
.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: .9rem;
}

.lead-section { background: var(--cream); }
.lead-shell {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: start;
}
.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.lead-form label {
  display: grid;
  gap: 7px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font: 500 .9rem "Montserrat", Arial, sans-serif;
}
.lead-form textarea {
  min-height: 112px;
  padding-block: 13px;
  resize: vertical;
}
.lead-form .full-field { grid-column: 1 / -1; }
.lead-form button { grid-column: 1 / -1; justify-self: start; }
.hidden-field {
  display: none;
}
.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: #665f55;
  font-size: .76rem;
}
.confirmation-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 20px;
}

.testimonials { padding-top: 28px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
blockquote { margin: 0; padding: 28px; border-radius: 9px; background: linear-gradient(140deg, #fbf8f2, #f7f1e8); text-align: center; }
blockquote p { min-height: 77px; font-family: Georgia, serif; font-size: .93rem; }
blockquote cite { font-style: normal; font-size: .77rem; font-weight: 700; }
.stars { color: var(--gold); letter-spacing: .08em; }

.instagram { padding: 30px 0; color: #fff; background: linear-gradient(120deg, #779eaa, #a2bec3); }
.instagram-inner { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 25px; }
.instagram-copy { display: grid; grid-template-columns: 48px 1fr; align-items: center; }
.instagram-icon { grid-row: span 2; font-size: 3rem; line-height: 1; }
.instagram-copy p { margin: 0; font-size: .83rem; line-height: 1.4; }
.instagram-copy strong { font-size: .7rem; }
.instagram-copy .button { grid-column: 2; margin-top: 12px; justify-self: start; }
.instagram-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.gallery-item {
  position: relative;
  height: 135px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #6f939c;
  cursor: zoom-in;
  box-shadow: 0 8px 20px rgba(35,59,64,.16);
}
.gallery-item::after {
  content: "＋";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(15,24,27,.28);
  font-size: 2rem;
  opacity: 0;
  transition: opacity .25s ease;
}
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.045); }

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  padding: 32px;
  color: #fff;
  background: rgba(8,8,8,.92);
  backdrop-filter: blur(7px);
}
.lightbox.is-open { display: grid; }
.lightbox figure {
  width: min(900px, 100%);
  max-height: calc(100vh - 70px);
  margin: auto;
  display: grid;
  justify-items: center;
  gap: 12px;
}
.lightbox figure img {
  max-width: 100%;
  max-height: calc(100vh - 115px);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0,0,0,.5);
}
.lightbox figcaption { display: grid; gap: 2px; font-size: .78rem; text-align: center; }
.lightbox figcaption small { color: rgba(255,255,255,.66); }
.lightbox-close, .lightbox-arrow {
  border: 0;
  color: #fff;
  background: rgba(255,255,255,.12);
  cursor: pointer;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}
.lightbox-arrow { width: 50px; height: 50px; border-radius: 50%; font-size: 2.3rem; }
.lightbox-arrow:hover, .lightbox-close:hover { background: var(--gold); }
body.lightbox-open { overflow: hidden; }

.subpage-header {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(250,247,241,.98) 0%, rgba(250,247,241,.93) 42%, rgba(250,247,241,.42) 100%),
    url("assets/cozinha-hero.png") center/cover no-repeat;
}
.subpage-hero-content {
  width: min(860px, calc(100% - 48px));
  padding: 38px 0 78px;
  margin-inline: auto;
}
.subpage-hero-content h1 {
  max-width: 780px;
  font-size: clamp(2.9rem, 4.8vw, 5rem);
}
.subpage-hero-content .lead {
  max-width: 760px;
  margin-bottom: 0;
}
.subpage-main .section { padding: 64px 0; }
.content-panel {
  max-width: 920px;
  padding: 36px 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fbf8f2, #f5eee4);
}
.included-grid,
.price-grid,
.payment-options {
  display: grid;
  gap: 18px;
}
.included-grid { grid-template-columns: repeat(4, 1fr); }
.included-grid article,
.price-grid article,
.payment-options article {
  min-height: 118px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(54, 37, 22, .06);
}
.included-grid article {
  display: grid;
  align-items: center;
  color: var(--gold-dark);
  font-weight: 700;
  text-align: center;
}
.price-grid { grid-template-columns: repeat(3, 1fr); }
.price-grid span,
.payment-options strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .06em;
}
.price-grid strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}
.note {
  max-width: 860px;
  margin: 26px auto 0;
  padding: 16px 20px;
  border-radius: 8px;
  background: var(--cream);
  text-align: center;
  font-size: .86rem;
}
.payment-options { grid-template-columns: repeat(3, 1fr); }
.payment-options p { margin: 0; font-size: .88rem; }
.faq-full { max-width: 940px; }
.page-cta {
  padding: 58px 0;
  color: #fff;
  background: linear-gradient(120deg, #779eaa, #a2bec3);
  text-align: center;
}
.page-cta h2 { color: #fff; }

.final-cta {
  position: relative;
  padding: 63px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(18,12,8,.67), rgba(18,12,8,.72)), url("assets/area-gourmet.png") center 62%/cover;
}
.final-cta h2 { margin: 0 0 25px; font-size: clamp(2.5rem, 4vw, 4.1rem); }
footer { padding: 18px 0; background: #f7f1e9; }
.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) 1fr;
  align-items: center;
  gap: 18px 35px;
  font-size: .76rem;
}
.footer-identity { display: grid; gap: 2px; }
.footer-brand strong { color: var(--blue); font-size: 1.4rem; margin-right: 8px; }
.footer-phone { margin-left: 50px; color: var(--gold-dark); font-weight: 600; }
.footer-phone:hover { text-decoration: underline; }
.footer-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-top: 15px;
  border-top: 1px solid rgba(166,111,37,.18);
}
.footer-links a {
  padding: 6px 11px;
  border: 1px solid rgba(166,111,37,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  white-space: nowrap;
}
.footer-links a:hover { color: var(--gold-dark); border-color: var(--gold); }
.group-companies { display: flex; align-items: center; gap: 18px; }
.group-companies p { margin: 0; color: #786d60; font-weight: 600; }
.group-companies > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.group-companies span, .group-companies a {
  padding: 6px 11px;
  border: 1px solid rgba(166,111,37,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  white-space: nowrap;
}
.group-companies a:hover { color: var(--gold-dark); border-color: var(--gold); }

.floating-whatsapp {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 10px 25px rgba(0,0,0,.22);
  font-size: 1.7rem;
}

@media (max-width: 900px) {
  .hero { min-height: 680px; background-position: 61% center; }
  .hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(251,248,242,.12); }
  .hero-copy { width: min(500px, 80%); }
  h1 { font-size: 3.7rem; }
  .project-track { grid-template-columns: repeat(4, 48%); overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .project-card { scroll-snap-align: start; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .steps article::after { display: none; }
  .two-columns { grid-template-columns: 1fr; }
  .teaser-panel, .lead-shell { grid-template-columns: 1fr; }
  .included-grid, .price-grid, .payment-options { grid-template-columns: repeat(2, 1fr); }
  .instagram-inner { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-phone { margin-left: 0; }
  .group-companies { flex-direction: column; gap: 8px; }
  .group-companies > div { justify-content: center; padding-inline: 55px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1180px); }
  .nav { height: 100px; }
  .brand { gap: 3px; }
  .brand-mark { width: 62px; height: 58px; }
  .brand-name { font-size: .76rem; }
  .nav .button { width: 46px; padding: 0; font-size: 0; }
  .nav .button .wa-icon { font-size: 1.25rem; }
  .hero {
    min-height: 700px;
    background-position: 68% center;
    background-image:
      linear-gradient(180deg, rgba(250,247,241,.96) 0%, rgba(250,247,241,.89) 46%, rgba(250,247,241,.22) 78%),
      url("assets/cozinha-hero.png");
  }
  .hero-content { min-height: 530px; align-items: flex-start; padding-top: 30px; }
  .hero-copy { width: 100%; }
  h1 { font-size: 2.55rem; line-height: 1.05; }
  .lead { margin-bottom: 24px; font-size: .86rem; }
  .positioning-line { margin: -6px 0 24px; font-size: .86rem; }
  .hero-copy > .button { max-width: calc(100% - 76px); padding-inline: 18px; }
  .trust-strip { padding: 24px 0; }
  .trust-grid { grid-template-columns: 1fr; row-gap: 0; }
  .trust-grid article { min-height: 80px; padding: 15px 8px; }
  .trust-grid article:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .section { padding: 55px 0; }
  .section-title { gap: 10px; }
  .section-title h2, .features h2 { font-size: 1rem; }
  .project-track { grid-template-columns: repeat(4, 82%); }
  .project-card { height: 360px; }
  .round-button { display: none; }
  .steps { grid-template-columns: 1fr; }
  .difference-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .payment-card, .difference-card { padding: 28px 22px; }
  .teaser-panel { grid-template-columns: 1fr; padding: 28px 22px; }
  .teaser-panel .button { justify-self: start; }
  .lead-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .lead-form button,
  .page-cta .button { width: 100%; }
  .included-grid, .price-grid, .payment-options { grid-template-columns: 1fr; }
  .subpage-header { min-height: auto; }
  .subpage-hero-content { width: min(100% - 30px, 1180px); padding: 22px 0 58px; }
  .subpage-hero-content h1 { font-size: 2.75rem; }
  .content-panel { padding: 28px 22px; }
  .instagram-copy { margin-inline: auto; }
  .instagram-grid { grid-template-columns: repeat(5, 72%); overflow-x: auto; scrollbar-width: none; }
  .gallery-item { height: 170px; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-links { justify-content: center; }
  .group-companies { flex-direction: column; gap: 8px; margin-top: 10px; }
  .group-companies > div { justify-content: center; }
  .lightbox { grid-template-columns: 42px minmax(0, 1fr) 42px; padding: 16px 8px; }
  .lightbox-arrow { width: 38px; height: 38px; font-size: 1.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
