:root {
  --ink: #17120d;
  --ink-soft: #35271c;
  --brown: #4a2c1c;
  --brown-deep: #24150e;
  --gold: #c99a3c;
  --gold-light: #e2c173;
  --gold-pale: #f2dfad;
  --ivory: #f8f1e5;
  --paper: #fffaf1;
  --sand: #e9dcc7;
  --muted: #75695e;
  --line: rgba(201, 154, 60, .35);
  --shadow: 0 24px 70px rgba(36, 21, 14, .14);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 250, 241, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.brand-logo-wrap {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(36, 21, 14, .08);
}

.brand-logo {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.07rem;
  letter-spacing: .02em;
}

.brand-copy small {
  margin-top: 6px;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-nav a {
  position: relative;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 720;
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--gold);
  transition: right .25s ease;
}

.main-nav a:not(.nav-cta):hover::after,
.main-nav a:not(.nav-cta):focus-visible::after {
  right: 0;
}

.nav-cta {
  padding: 11px 17px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--brown);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform .25s ease, opacity .25s ease;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255,255,255,.55), rgba(255,255,255,0)),
    radial-gradient(circle at 85% 15%, rgba(226,193,115,.33), transparent 30%),
    linear-gradient(180deg, var(--ivory), #f5ead8);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .33;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}

.hero-decoration {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(201, 154, 60, .32);
  border-radius: 50%;
}

.hero-decoration-one {
  width: 460px;
  height: 460px;
  top: -220px;
  right: -130px;
}

.hero-decoration-two {
  width: 210px;
  height: 210px;
  right: 16%;
  bottom: 80px;
}

.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 70px;
  padding-block: 90px 120px;
}

.eyebrow {
  margin: 0 0 16px;
  color: #8b6424;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.fiscal h2,
.statement h2,
.recognition h2,
.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(3.1rem, 6.8vw, 6.3rem);
  font-weight: 500;
}

.hero-quote {
  margin: 25px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-style: italic;
}

.hero-intro {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-primary {
  color: #181008;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 13px 28px rgba(151, 102, 17, .22);
}

.button-primary:hover {
  box-shadow: 0 17px 34px rgba(151, 102, 17, .28);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(23, 18, 13, .25);
  background: rgba(255,255,255,.45);
}

.button-full {
  width: 100%;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: .88rem;
  font-weight: 750;
}

.hero-points li::before {
  content: "◆";
  margin-right: 8px;
  color: var(--gold);
  font-size: .72em;
}

.hero-emblem {
  display: grid;
  place-items: center;
}

.emblem-frame {
  position: relative;
  width: min(100%, 430px);
  min-height: 475px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px;
  text-align: center;
  background: rgba(255, 250, 241, .74);
  border: 1px solid rgba(201, 154, 60, .42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.emblem-frame::before,
.emblem-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.emblem-frame::before {
  inset: 14px;
  border: 1px solid rgba(201, 154, 60, .45);
}

.emblem-frame::after {
  inset: 24px;
  border: 1px solid rgba(23, 18, 13, .13);
}

.emblem-frame img {
  position: relative;
  z-index: 1;
  width: min(230px, 76%);
  max-height: 190px;
  object-fit: contain;
  filter: none;
}

.emblem-frame p {
  position: relative;
  z-index: 1;
  margin: 26px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.emblem-frame > span:not(.corner) {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.corner {
  position: absolute;
  width: 44px;
  height: 44px;
  border-color: var(--gold);
  border-style: solid;
}

.corner-tl { top: 6px; left: 6px; border-width: 2px 0 0 2px; }
.corner-tr { top: 6px; right: 6px; border-width: 2px 2px 0 0; }
.corner-bl { bottom: 6px; left: 6px; border-width: 0 0 2px 2px; }
.corner-br { bottom: 6px; right: 6px; border-width: 0 2px 2px 0; }

.trust-strip {
  border-top: 1px solid var(--line);
  background: rgba(28, 18, 12, .96);
  color: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid div {
  min-height: 95px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 30px;
  border-right: 1px solid rgba(255,255,255,.1);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid span {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.trust-grid strong {
  font-size: .87rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section {
  padding-block: 110px;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 55px;
}

.section-heading-centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.fiscal h2,
.statement h2,
.recognition h2,
.contact h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.5rem);
  font-weight: 500;
}

.section-heading > p:last-child,
.fiscal-copy > p,
.recognition p,
.contact-lead {
  color: var(--muted);
  font-size: 1.02rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 310px;
  padding: 33px 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(201,154,60,.24);
  border-radius: var(--radius);
  background: #fffdf8;
  box-shadow: 0 13px 36px rgba(36, 21, 14, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201,154,60,.72);
  box-shadow: 0 22px 48px rgba(36, 21, 14, .12);
}

.service-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(74, 44, 28, .28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 44px;
  color: var(--ink);
  background: linear-gradient(145deg, var(--gold-pale), var(--gold));
  border-radius: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  box-shadow: 0 12px 24px rgba(151, 102, 17, .16);
}

.service-card h3 {
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.difference-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
  margin-top: 25px;
  padding: 38px 44px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(var(--brown-deep), var(--ink));
  background-size: 36px 36px, auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.difference-card .eyebrow {
  color: var(--gold-light);
}

.difference-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.15;
}

.difference-card blockquote {
  margin: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(226,193,115,.5);
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  font-style: italic;
  line-height: 1.25;
}

.fiscal {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 0%, rgba(226,193,115,.32), transparent 24%),
    var(--ivory);
}

.fiscal::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(201,154,60,.2);
  border-radius: 50%;
}

.fiscal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: start;
}

.fiscal-copy h2 {
  max-width: 780px;
}

.fiscal-copy > p {
  max-width: 760px;
  margin: 25px 0 0;
}

.fiscal-block {
  margin-top: 35px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.fiscal-block h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 31px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #89631d;
  font-weight: 900;
}

.date-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}

.date-grid div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.55);
}

.date-grid small,
.date-grid strong {
  display: block;
}

.date-grid small {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.date-grid strong {
  line-height: 1.35;
}

.fiscal-panel {
  position: sticky;
  top: 110px;
  padding: 36px;
  color: #fff;
  background: linear-gradient(155deg, var(--brown), var(--ink));
  border: 1px solid rgba(226,193,115,.35);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.panel-accent {
  display: inline-flex;
  margin-bottom: 25px;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--gold-light);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fiscal-panel h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
}

.panel-phone {
  margin: 10px 0 19px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.fiscal-panel ul {
  display: grid;
  gap: 7px;
  margin: 0 0 25px;
  padding-left: 20px;
}

.not-applicable {
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.not-applicable h4 {
  margin: 0 0 10px;
  color: var(--gold-light);
}

.not-applicable p {
  margin: 6px 0;
  color: rgba(255,255,255,.72);
  font-size: .84rem;
}

.statement {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(201,154,60,.22), transparent 28%),
    linear-gradient(115deg, transparent 0 60%, rgba(255,255,255,.025) 60% 61%, transparent 61% 64%, rgba(255,255,255,.025) 64% 65%, transparent 65%);
}

.statement-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 45px;
  align-items: center;
}

.statement-mark {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226,193,115,.45);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
}

.statement p {
  margin: 0 0 12px;
  color: rgba(255,255,255,.7);
  font-size: 1.06rem;
}

.statement h2 {
  color: var(--gold-pale);
}

.gallery-section {
  background: #fffdf8;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.gallery-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(201,154,60,.32);
  border-radius: 20px;
  background: var(--ivory);
  cursor: zoom-in;
  box-shadow: 0 14px 36px rgba(36,21,14,.09);
}

.gallery-item-tall {
  grid-column: span 4;
  aspect-ratio: 2 / 3;
}

.gallery-item-square,
.gallery-item-logo {
  grid-column: span 6;
  min-height: 390px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--ivory);
  transition: transform .4s ease;
}

.gallery-item-logo img {
  width: 55%;
  height: 55%;
  margin: auto;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.025);
}

.gallery-item span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 11px 14px;
  color: #fff;
  background: rgba(23,18,13,.86);
  border: 1px solid rgba(226,193,115,.35);
  border-radius: 12px;
  text-align: left;
  font-size: .8rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.recognition {
  background: linear-gradient(135deg, #f2e3ca, #fff8ea);
}

.recognition-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 55px;
  align-items: center;
}

.recognition-seal {
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(255,255,255,.46);
  box-shadow: inset 0 0 0 12px rgba(201,154,60,.08);
}

.recognition-seal span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.7rem;
  line-height: .9;
}

.recognition-seal small {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.recognition h2 {
  max-width: 870px;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.contact {
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(201,154,60,.22), transparent 25%),
    linear-gradient(145deg, var(--brown-deep), var(--ink));
}

.contact .eyebrow {
  color: var(--gold-light);
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.contact-copy h2 {
  color: var(--gold-pale);
}

.contact-lead {
  color: rgba(255,255,255,.65);
}

.contact-phone {
  display: inline-grid;
  margin-top: 24px;
  color: inherit;
  text-decoration: none;
}

.contact-phone span {
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-phone strong {
  margin-top: 4px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.contact-card {
  padding: 38px;
  border: 1px solid rgba(226,193,115,.3);
  border-radius: var(--radius);
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow);
  backdrop-filter: blur(7px);
}

.contact-row {
  display: grid;
  gap: 5px;
  padding-block: 20px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.contact-row:first-child {
  padding-top: 0;
}

.contact-row:last-of-type {
  margin-bottom: 26px;
}

.contact-label {
  color: var(--gold-light);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-row address {
  max-width: 680px;
  color: rgba(255,255,255,.82);
  font-style: normal;
}

.contact-row a {
  width: fit-content;
  color: #fff;
  text-decoration-color: rgba(226,193,115,.55);
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 50px 0 25px;
  color: rgba(255,255,255,.72);
  background: #0d0906;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr .75fr;
  gap: 50px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-brand img {
  width: 68px;
  height: 58px;
  object-fit: contain;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
}

.footer-brand div {
  display: grid;
}

.footer-brand strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.footer-brand span {
  font-size: .72rem;
}

.footer-grid p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.footer-grid nav {
  display: grid;
  gap: 7px;
  justify-content: end;
}

.footer-grid nav a {
  text-decoration: none;
}

.footer-grid nav a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .76rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px 11px 12px;
  color: #fff;
  background: #1f7a4d;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #17603d;
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.lightbox {
  width: min(96vw, 1180px);
  max-width: none;
  height: min(94vh, 940px);
  max-height: none;
  padding: 25px;
  overflow: visible;
  border: 1px solid rgba(226,193,115,.55);
  border-radius: 18px;
  color: #fff;
  background: rgba(14,9,6,.97);
  box-shadow: 0 28px 100px rgba(0,0,0,.55);
}

.lightbox::backdrop {
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(5px);
}

.lightbox figure {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  gap: 13px;
  margin: 0;
}

.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox figcaption {
  color: rgba(255,255,255,.78);
  font-size: .86rem;
  text-align: center;
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(23,18,13,.86);
  cursor: pointer;
}

.lightbox-close {
  top: -14px;
  right: -14px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 1.55rem;
}

.lightbox-arrow {
  top: 50%;
  width: 48px;
  height: 60px;
  border-radius: 12px;
  transform: translateY(-50%);
  font-size: 2.2rem;
}

.lightbox-prev { left: -18px; }
.lightbox-next { right: -18px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

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

@media (max-width: 1020px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 82px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,250,241,.98);
    box-shadow: var(--shadow);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    padding: 13px 10px;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 50px;
    padding-block: 85px 90px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-intro,
  .section-heading {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-emblem {
    max-width: 600px;
    margin-inline: auto;
  }

  .trust-grid div {
    padding-inline: 20px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fiscal-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .fiscal-panel {
    position: relative;
    top: 0;
  }

  .gallery-item-tall {
    grid-column: span 6;
  }

  .gallery-item-tall:nth-child(3) {
    grid-column: 4 / span 6;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-logo-wrap {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
  }

  .brand-copy strong {
    max-width: 195px;
    font-size: .91rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-copy small {
    font-size: .58rem;
  }

  .main-nav {
    top: 72px;
    left: 14px;
    right: 14px;
  }

  .hero-grid {
    padding-block: 65px 72px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 8px;
  }

  .emblem-frame {
    min-height: 390px;
    padding: 43px 32px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .section {
    padding-block: 78px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .fiscal h2,
  .statement h2,
  .recognition h2,
  .contact h2 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }

  .service-grid,
  .difference-card,
  .date-grid,
  .statement-inner,
  .recognition-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 260px;
  }

  .difference-card {
    gap: 28px;
    padding: 30px 26px;
  }

  .difference-card blockquote {
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(226,193,115,.5);
    border-left: 0;
  }

  .fiscal-panel,
  .contact-card {
    padding: 28px 23px;
  }

  .statement-mark {
    width: 110px;
    height: 110px;
  }

  .gallery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gallery-item-tall,
  .gallery-item-tall:nth-child(3),
  .gallery-item-square,
  .gallery-item-logo {
    grid-column: auto;
  }

  .gallery-item-tall {
    aspect-ratio: 2 / 3;
  }

  .gallery-item-square,
  .gallery-item-logo {
    min-height: 300px;
  }

  .recognition-grid {
    text-align: center;
  }

  .recognition-seal {
    width: 180px;
    height: 180px;
    margin-inline: auto;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-grid nav {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    justify-content: center;
    padding: 0;
  }

  .lightbox {
    width: 96vw;
    height: 91vh;
    padding: 15px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .lightbox-arrow {
    width: 42px;
    height: 52px;
  }

  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
}
