:root {
  --bg: #0b0a08;
  --panel: #15120e;
  --panel-2: #201a13;
  --gold: #c99a32;
  --gold-soft: #f0c96c;
  --cream: #f5efe2;
  --muted: #b8ad9c;
  --line: rgba(240, 201, 108, 0.18);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: radial-gradient(circle at top left, rgba(201, 154, 50, 0.12), transparent 34%), var(--bg);
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.ld-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 40px;
  padding: 6px max(24px, calc((100% - var(--max)) / 2));
  color: #d4c8b5;
  background: linear-gradient(90deg, #080706, #15110c 52%, #080706);
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
}

.topbar-info {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.topbar-info a,
.topbar-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.topbar-tag {
  color: var(--gold-soft);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-icon {
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #111;
  background: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
}

.topbar-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.topbar-whatsapp {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(240, 201, 108, 0.45);
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 900;
}

.topbar-divider {
  width: 1px;
  height: 20px;
  background: var(--line);
}

.ld-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 10, 8, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.ld-nav-wrap {
  width: min(var(--max), calc(100% - 36px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ld-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 180px;
}

.ld-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(240, 201, 108, 0.55);
  border-radius: 50%;
  color: #111;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}

.ld-brand strong,
.ld-brand small {
  display: block;
  line-height: 1.05;
}

.ld-brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  color: var(--gold-soft);
}

.ld-brand small {
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ld-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-social {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.header-social a {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 201, 108, 0.3);
  border-radius: 50%;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.03);
}

.header-social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.header-social a:hover {
  color: #111;
  background: var(--gold-soft);
}

.ld-nav a {
  padding: 26px 0;
  border-bottom: 2px solid transparent;
}

.ld-nav a:hover,
.ld-nav a.active {
  color: var(--gold-soft);
  border-color: var(--gold);
}

.ld-nav-cta,
.ld-btn,
.slider-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  font-weight: 800;
  cursor: pointer;
}

.ld-nav-cta,
.ld-btn.primary {
  color: #111;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.ld-btn.secondary,
.slider-controls button {
  color: var(--cream);
  background: transparent;
}

.ld-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
}

.ld-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--gold-soft);
}

.ld-hero {
  width: min(var(--max), calc(100% - 36px));
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  padding: 42px 0 38px;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; overflow-wrap: anywhere; }
h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 18px;
  color: var(--cream);
  font-size: clamp(36px, 4.4vw, 58px);
}

h2 {
  margin-bottom: 12px;
  color: var(--cream);
  font-size: clamp(25px, 2.7vw, 38px);
}

h3 {
  margin-bottom: 8px;
  color: var(--cream);
  font-size: 18px;
  line-height: 1.25;
}

.hero-copy p {
  max-width: 580px;
  color: var(--muted);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 610px;
}

.hero-stats span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  border: 1px solid rgba(230, 204, 138, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(230, 204, 138, 0.11), rgba(255, 255, 255, 0.025));
  color: var(--muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-stats span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 154, 50, 0.12);
}

.hero-stats strong {
  display: inline-flex;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-showcase {
  position: relative;
  min-height: 455px;
}

.showcase-main {
  width: 72%;
  height: 420px;
  margin-left: auto;
  object-fit: cover;
  border: 10px solid rgba(201, 154, 50, 0.8);
  box-shadow: var(--shadow);
}

.showcase-card {
  position: absolute;
  width: 220px;
  padding: 8px;
  background: var(--cream);
  color: #111;
  box-shadow: var(--shadow);
}

.showcase-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.showcase-card span {
  display: block;
  padding: 8px 4px 2px;
  font-weight: 900;
}

.showcase-card.top { left: 5%; top: 52px; }
.showcase-card.bottom { left: 18%; bottom: 12px; }

.ld-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.section-head p,
.section-row p {
  color: var(--muted);
}

.section-head.narrow {
  display: block;
  max-width: 720px;
}

.section-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.offer-grid article,
.process-grid div,
.testimonial-grid article,
.contact-info-card,
.compact-form,
.portfolio-cases article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  box-shadow: var(--shadow);
}

.offer-grid article {
  min-height: 230px;
  padding: 22px;
}

.offer-icon {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold-soft);
  font-weight: 900;
}

.offer-grid p,
.process-grid p,
.testimonial-grid p,
.portfolio-cases p,
.contact-info-card p,
.about-grid p,
.page-title p {
  color: var(--muted);
}

.portfolio-slider-section {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--max)) / 2));
  padding-right: 0;
  border-bottom: 1px solid rgba(230, 204, 138, 0.16);
}

.portfolio-slider-section .section-row {
  padding-right: max(18px, calc((100% - var(--max)) / 2));
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.portfolio-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 380px);
  gap: 18px;
  overflow-x: auto;
  padding: 4px max(18px, calc((100% - var(--max)) / 2)) 16px 0;
  scroll-snap-type: x mandatory;
}

.portfolio-track::-webkit-scrollbar { height: 7px; }
.portfolio-track::-webkit-scrollbar-thumb { background: var(--gold); }

.portfolio-slide {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--panel);
}

.portfolio-slide img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.4s ease;
}

.portfolio-slide:hover img { transform: scale(1.05); }
.portfolio-slide div {
  position: absolute;
  inset: auto 16px 16px;
  padding: 16px;
  background: rgba(11, 10, 8, 0.82);
  border: 1px solid var(--line);
}
.portfolio-slide span,
.portfolio-cases span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-gallery-board span,
.gallery-tab-panel span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 28px);
  padding: 8px 11px;
  border: 1px solid rgba(230, 204, 138, 0.42);
  color: var(--gold-soft);
  background: rgba(7, 7, 6, 0.84);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.downloads-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.downloads-copy p {
  color: var(--muted);
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.brochure-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.brochure-preview img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  background: #000;
  border: 1px solid var(--line);
}

.process-grid div { padding: 24px; }
.process-grid span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-grid article { padding: 24px; }
.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}
.testimonial-grid strong { color: var(--gold-soft); }
.testimonial-grid span { color: var(--muted); font-size: 13px; }

.gallery-masonry,
.full-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.home-gallery-board,
.gallery-tab-panel {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 12px;
}

.gallery-tab-panel {
  display: none;
}

.gallery-tab-panel.active {
  display: grid;
}

.gallery-tabs {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.gallery-tab-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.gallery-tab-controls button {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(230, 204, 138, 0.25);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.gallery-tab-controls button.active {
  color: #111;
  background: var(--gold);
  border-color: var(--gold);
}

.home-gallery-board a,
.gallery-tab-panel a {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.home-gallery-board a::after,
.gallery-tab-panel a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(7, 7, 6, 0), rgba(7, 7, 6, 0.78));
  pointer-events: none;
}

.home-gallery-board a.wide,
.gallery-tab-panel a.wide {
  grid-column: span 3;
  grid-row: span 2;
}

.home-gallery-board a.tall,
.gallery-tab-panel a.tall {
  grid-column: span 2;
  grid-row: span 2;
}

.home-gallery-board a:not(.wide):not(.tall),
.gallery-tab-panel a:not(.wide):not(.tall) {
  grid-column: span 1;
}

.home-gallery-board img,
.gallery-tab-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.home-gallery-board a:hover img,
.gallery-tab-panel a:hover img {
  opacity: 0.76;
  transform: scale(1.06);
}

.gallery-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.gallery-points span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
  font-weight: 900;
}

.event-type-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.event-type-strip article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.event-type-strip img {
  width: 120px;
  height: 92px;
  object-fit: cover;
}

.event-type-strip span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-weight: 900;
}

.event-type-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.gallery-masonry img,
.full-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.gallery-masonry img:nth-child(1),
.gallery-masonry img:nth-child(4) {
  grid-column: span 2;
}

.text-link {
  color: var(--gold-soft);
  font-weight: 900;
}

.contact-cta-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: start;
}

.compact-form {
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.compact-form input,
.compact-form select,
.compact-form textarea {
  width: 100%;
  min-height: 46px;
  margin-bottom: 12px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--cream);
  background: #0d0b09;
}

.compact-form input[type="date"] {
  position: relative;
  padding-right: 48px;
  color-scheme: dark;
  cursor: pointer;
}

.compact-form input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  cursor: pointer;
  opacity: 0;
}

.date-field {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.date-field input {
  margin-bottom: 0;
}

.date-field-placeholder {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 14px;
}

.date-field input:focus + .date-field-placeholder,
.date-field input:valid + .date-field-placeholder {
  display: none;
}

.date-field input:required:invalid::-webkit-datetime-edit {
  color: transparent;
}

.date-field-icon {
  pointer-events: none;
  position: absolute;
  top: 7px;
  right: 8px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(230, 204, 138, 0.46);
  border-radius: 50%;
  color: #0b0a08;
  background: var(--gold);
}

.date-field-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compact-form textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; }
.form-response { margin: 12px 0 0; font-weight: 800; }
.form-response.success { color: #7ee49b; }
.form-response.error { color: #ff9c9c; }

.btn-loader {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 2px solid rgba(0, 0, 0, 0.26);
  border-top-color: #111;
  border-radius: 50%;
  animation: ld-spin 0.7s linear infinite;
}

@keyframes ld-spin {
  to { transform: rotate(360deg); }
}

.form-call-link {
  display: inline-flex;
  margin: 12px 0 0 12px;
  color: var(--gold-soft);
  font-weight: 900;
}

.page-title {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: 62px 0 30px;
}

.page-title h1 {
  font-size: clamp(32px, 4vw, 50px);
}

.contact-page-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 22px;
  padding-bottom: 64px;
}

.contact-page-grid .contact-cta-section {
  width: 100%;
  padding: 0;
  display: block;
}

.contact-page-grid .cta-copy { display: none; }
.contact-info-card { padding: 26px; }
.contact-info-card a {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-weight: 900;
}

.portfolio-cases {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
  padding-bottom: 64px;
}

.portfolio-cases article {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 24px;
  align-items: center;
  padding: 14px;
}

.portfolio-cases img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.portfolio-cases div { padding: 12px; }

.full-gallery {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  padding-bottom: 64px;
}

.gallery-feature {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(201,154,50,0.14), rgba(255,255,255,0.035));
}

.gallery-feature img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.gallery-item {
  position: relative;
  grid-column: span 3;
  min-height: 230px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:nth-child(7n + 1) {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery-item:nth-child(7n + 3) {
  grid-column: span 4;
}

.gallery-item:nth-child(7n + 5) {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.gallery-item span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 11px;
  color: #111;
  background: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.25s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
  opacity: 0.78;
}

.gallery-item:hover span {
  opacity: 1;
  transform: translateY(0);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 72px 42px;
  background: rgba(0, 0, 0, 0.9);
}

.gallery-lightbox.open {
  display: flex;
}

body.lightbox-active {
  overflow: hidden;
}

.gallery-lightbox figure {
  width: min(980px, 100%);
  margin: 0;
  text-align: center;
}

.gallery-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #000;
  border: 1px solid var(--line);
}

.gallery-lightbox figcaption {
  margin-top: 10px;
  color: var(--gold-soft);
  font-weight: 900;
}

.lightbox-close,
.lightbox-arrow {
  position: fixed;
  z-index: 101;
  border: 1px solid var(--gold);
  color: #111;
  background: var(--gold-soft);
  font-weight: 900;
  cursor: pointer;
}

.lightbox-close {
  top: 18px;
  right: 18px;
  min-height: 40px;
  padding: 0 14px;
}

.lightbox-arrow {
  top: 50%;
  min-width: 58px;
  min-height: 46px;
  transform: translateY(-50%);
}

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

.about-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 32px;
  align-items: center;
  padding-bottom: 64px;
}

.about-grid img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #000;
  border: 1px solid var(--line);
}

.about-grid li {
  margin-bottom: 10px;
  color: var(--muted);
}

.ld-footer {
  border-top: 1px solid var(--line);
  background: #080706;
}

.ld-footer-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr 1.1fr;
  gap: 28px;
  padding: 44px 0;
}

.ld-footer h3 {
  color: var(--gold-soft);
  font-size: 15px;
}

.ld-footer a,
.ld-footer p {
  display: flex;
  margin: 0 0 9px;
  color: var(--muted);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.footer-social a {
  margin: 0;
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
}

.footer-brand { margin-bottom: 14px; }

.ld-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.lumina-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.lumina-credit a {
  display: inline-flex;
  margin: 0;
}

.lumina-credit img {
  width: 110px;
  height: auto;
}

.thank-you-section,
.legal-page {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0;
}

.thank-you-section p,
.legal-page p {
  color: var(--muted);
}

.legal-page h2 {
  margin-top: 28px;
  font-size: 24px;
}

.legal-page a {
  color: var(--gold-soft);
  font-weight: 900;
}

@media (max-width: 980px) {
  .ld-topbar { display: none; }
  .ld-menu-toggle { display: block; }
  .ld-nav-wrap { min-height: 68px; }
  .ld-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 68px;
    display: none;
    padding: 14px;
    background: #0d0b09;
    border: 1px solid var(--line);
  }
  .ld-nav.open { display: grid; }
  .ld-nav a { padding: 10px; }
  .ld-nav-cta { display: none; }

  .ld-hero,
  .section-head,
  .contact-cta-section,
  .downloads-section,
  .contact-page-grid,
  .about-grid,
  .portfolio-cases article {
    grid-template-columns: 1fr;
  }

  .ld-hero {
    min-height: auto;
    padding-top: 40px;
  }

  .showcase-main {
    width: 82%;
    height: 340px;
  }

  .offer-grid,
  .process-grid,
  .testimonial-grid,
  .ld-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-masonry,
  .full-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

  .home-gallery-board,
  .gallery-tab-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-gallery-board a,
  .home-gallery-board a.wide,
  .home-gallery-board a.tall,
  .home-gallery-board a:not(.wide):not(.tall),
  .gallery-tab-panel a,
  .gallery-tab-panel a.wide,
  .gallery-tab-panel a.tall,
  .gallery-tab-panel a:not(.wide):not(.tall) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-item,
  .gallery-item:nth-child(7n + 1),
  .gallery-item:nth-child(7n + 3),
  .gallery-item:nth-child(7n + 5) {
    grid-column: span 3;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  body { font-size: 14px; }
  .ld-brand { min-width: 0; }
  .ld-brand strong { font-size: 17px; }
  .ld-brand small { font-size: 10px; }
  .ld-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  h1 { font-size: 33px; }
  h2 { font-size: 25px; }

  .offer-grid,
  .process-grid,
  .testimonial-grid,
  .form-grid,
  .ld-footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    min-height: 32px;
    padding: 7px 9px;
  }

  .hero-stats strong {
    font-size: 11px;
  }

  .hero-showcase { min-height: 335px; }
  .showcase-main {
    width: 90%;
    height: 270px;
    border-width: 6px;
  }
  .showcase-card {
    width: 150px;
    padding: 5px;
  }
  .showcase-card img { height: 100px; }
  .showcase-card.top { left: 0; top: 36px; }
  .showcase-card.bottom { left: 6%; bottom: 0; }

  .ld-section { padding: 40px 0; }
  .portfolio-track { grid-auto-columns: minmax(260px, 82vw); }
  .portfolio-slide,
  .portfolio-slide img { min-height: 360px; height: 360px; }
  .section-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .gallery-masonry img,
  .full-gallery img {
    height: 220px;
  }

  .gallery-feature img {
    height: 240px;
  }

  .gallery-item,
  .gallery-item:nth-child(7n + 1),
  .gallery-item:nth-child(7n + 3),
  .gallery-item:nth-child(7n + 5) {
    grid-column: span 6;
  }

  .gallery-lightbox {
    padding: 72px 14px 28px;
  }

  .lightbox-arrow {
    top: auto;
    bottom: 16px;
    transform: none;
  }

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

  .event-type-strip {
    grid-template-columns: 1fr;
  }
  .gallery-masonry img:nth-child(1),
  .gallery-masonry img:nth-child(4) {
    grid-column: auto;
  }
  .ld-footer-bottom {
    flex-direction: column;
  }
}
