:root {
  --blue: #179fcb;
  --navy: #353c92;
  --ink: #17191d;
  --muted: #6c7178;
  --paper: #f6f5f1;
  --white: #fff;
  --shadow: 0 18px 50px rgba(16, 20, 30, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: .8rem 1rem;
  color: #fff;
  background: #111;
}
.skip-link:focus { top: 1rem; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: .45rem clamp(1.25rem, 6vw, 7rem);
  background: rgba(255, 255, 255, .96);
  border-top: 3px solid #222;
  box-shadow: 0 6px 25px rgba(0, 0, 0, .07);
  backdrop-filter: blur(10px);
}
.brand { width: 118px; }
.brand img { width: 112px; height: auto; }
.nav { display: flex; gap: clamp(1.2rem, 3vw, 3.5rem); font-weight: 750; font-size: 1.05rem; }
.nav a { text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: var(--blue); }
.phone-button {
  justify-self: end;
  min-width: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  padding: .68rem 1.5rem;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.phone-button img { width: 1.35em; height: 1.35em; filter: brightness(0) invert(1); flex: 0 0 auto; }

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 84px));
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  isolation: isolate;
}
.hero__video {
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.hero__media {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(15, 23, 54, .60), rgba(11, 14, 25, .84));
}
.hero__content {
  width: min(1260px, 92vw);
  padding: clamp(4rem, 9vh, 7rem) 0;
  text-align: center;
}
.hero__eyebrow {
  margin: 0 0 1.6rem;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .85;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2.5rem);
  font-style: italic;
  font-weight: 850;
}
.hero h2 {
  margin: 1rem 0;
  font-size: clamp(1.55rem, 3.2vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.hero__description {
  max-width: 1120px;
  margin: 0 auto 1.35rem;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 700;
  text-transform: uppercase;
}
.hero__notices { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; margin-bottom: 1.25rem; }
.hero__notices span { padding: .45rem .8rem; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .45); border-radius: .35rem; font-weight: 850; text-transform: uppercase; }
.hero__location {
  width: min(1120px, 100%);
  display: grid;
  gap: .45rem;
  margin: 1.5rem auto 1.8rem;
  padding: 1.15rem 1.6rem;
  color: #fff;
  background: rgba(5, 10, 28, .7);
  border: 2px solid rgba(80, 205, 244, .9);
  border-radius: 1rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .3);
  backdrop-filter: blur(7px);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 750;
  line-height: 1.2;
}
.hero__location strong {
  color: #6edcff;
  font-size: .82em;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero__action, .subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.45rem;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.auction-map { padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 6vw, 7rem); background: #fff; }
.auction-map__inner { width: min(1200px, 100%); margin: 0 auto; }
.auction-map__heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.25rem; }
.auction-map__heading p { margin: 0 0 .2rem; color: var(--blue); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.auction-map__heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.04em; }
.auction-map__heading address { margin-top: .65rem; color: var(--muted); font-style: normal; font-weight: 700; }
.auction-map__frame { display: block; width: 100%; height: clamp(320px, 42vw, 480px); border: 0; border-radius: 1rem; box-shadow: var(--shadow); }
.map-button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; padding: .85rem 1.35rem; color: #fff; background: var(--blue); border-radius: 999px; text-decoration: none; font-weight: 850; }
.map-button:hover, .map-button:focus-visible { background: #087fa7; }

.section { padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 6vw, 7rem); }
.section-heading { width: min(1200px, 100%); margin: 0 auto 2rem; }
.section-heading p { margin: 0 0 .25rem; color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.photo-count { color: var(--muted); font-weight: 700; white-space: nowrap; }

.flyer { background: var(--paper); }
.flyer__list {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
}
.flyer__item { margin: 0; }
.flyer__frame {
  width: 100%;
  display: block;
  overflow: visible;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 1rem;
  box-shadow: var(--shadow);
}
.flyer__frame img { width: 100%; height: auto; }
.flyer__item figcaption { margin-top: .75rem; color: var(--muted); text-align: center; font-weight: 700; }
.empty-state { width: min(1120px, 100%); margin: 0 auto; padding: 2rem; background: #fff; border-radius: .75rem; text-align: center; color: var(--muted); }

.gallery { background: #fff; }
.gallery-category + .gallery-category { margin-top: clamp(3rem, 7vw, 7rem); }
.gallery-category__title {
  width: min(1600px, 100%);
  margin: 0 auto 1.5rem;
  padding-bottom: .8rem;
  border-bottom: 4px solid var(--blue);
  font-size: clamp(1.75rem, 3.5vw, 3.25rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.03em;
}
.gallery-group { width: min(1600px, 100%); margin: 0 auto 1rem; }
.gallery-grid { display: grid; gap: .65rem; }
.gallery-grid--portrait { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-grid--landscape { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: .65rem; }
.photo-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: #ecebea;
  border: 0;
  border-radius: .45rem;
  cursor: zoom-in;
}
.photo-card--portrait { aspect-ratio: 9 / 14; }
.photo-card--landscape { aspect-ratio: 16 / 9; }
.photo-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.gallery-grid--landscape .photo-card img { object-fit: cover; }
.photo-card:hover img, .photo-card:focus-visible img { transform: scale(1.015); }
.photo-card:focus-visible { outline: 4px solid var(--blue); outline-offset: 2px; }
.photo-card__zoom {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, .65);
  border-radius: 50%;
  font-size: 1.2rem;
}

.footer { padding: 5rem clamp(1.25rem, 6vw, 7rem) 2rem; background: #f8f8f7; }
.footer__grid { display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; gap: clamp(2rem, 5vw, 6rem); max-width: 1500px; margin: auto; }
.footer__brand img { width: 190px; height: auto; }
.footer h2 { margin: 0 0 1rem; font-size: 1.15rem; }
.footer p, .footer address { color: var(--muted); font-style: normal; }
.footer__grid > div > a, .footer__grid > div > span { display: block; margin-top: .4rem; }
.footer .subscribe { display: inline-flex; margin-top: .5rem; }
.footer__lower { max-width: 1500px; margin: 4rem auto 0; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid #ddd; color: var(--muted); }
.footer__lower p { margin: 0; }
.social { display: flex; flex-wrap: wrap; gap: 1.25rem; }

.lightbox {
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  padding: 0;
  color: #fff;
  background: rgba(5, 7, 12, .96);
  border: 0;
}
.lightbox[open] { display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; }
.lightbox::backdrop { background: rgba(5, 7, 12, .88); }
.lightbox figure { min-width: 0; height: 100%; margin: 0; padding: 2.5rem 0 1.25rem; display: grid; grid-template-rows: 1fr auto; gap: .75rem; place-items: center; }
.lightbox img { max-width: 100%; max-height: calc(100dvh - 5.5rem); object-fit: contain; }
.lightbox figcaption { color: #cdd0d6; }
.lightbox button { color: #fff; background: transparent; border: 0; cursor: pointer; font-size: 4rem; }
.lightbox__close { position: fixed; z-index: 2; top: .5rem; right: 1rem; font-size: 2.5rem !important; }

@media (max-width: 900px) {
  .topbar { min-height: 88px; grid-template-columns: auto 1fr; gap: 1rem; padding: .65rem 1rem; }
  .brand { width: 105px; }
  .brand img { width: 105px; }
  .nav { justify-self: end; gap: .75rem; font-size: .9rem; }
  .phone-button { min-width: 0; grid-column: 1 / -1; justify-self: stretch; padding: .55rem 1rem; font-size: 1rem; }
  .hero { min-height: 720px; }
  .hero__video { transform: translate(-50%, -50%) scale(1.18); }
  .gallery-grid--portrait { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid--landscape { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .nav { gap: .55rem; font-size: .82rem; }
  .hero__eyebrow { font-size: 3.2rem; }
  .hero__content { padding: 3.5rem 0; }
  .section { padding-left: .75rem; padding-right: .75rem; }
  .section-heading { padding: 0 .35rem; }
  .flyer { padding-top: 1.35rem; padding-right: 0; padding-bottom: .75rem; padding-left: 0; }
  .flyer .section-heading { padding-left: 1rem; padding-right: 1rem; }
  .flyer__list { width: 100%; }
  .flyer__frame { border: 0; border-radius: 0; box-shadow: none; }
  .gallery { padding-top: 1.5rem; }
  .section-heading--row { align-items: start; flex-direction: column; gap: .65rem; }
  .gallery-grid { gap: .35rem; }
  .gallery-grid--landscape {
    width: calc(100% + 1.5rem);
    grid-template-columns: 1fr;
    margin-top: .35rem;
    margin-left: -.75rem;
  }
  .photo-card--landscape { border-radius: 0; }
  .auction-map { padding: 1.5rem 0 2rem; }
  .auction-map__heading { align-items: stretch; flex-direction: column; gap: 1rem; padding: 0 1rem; }
  .map-button { align-self: stretch; }
  .auction-map__frame { height: 360px; border-radius: 0; box-shadow: none; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
  .footer__lower { align-items: start; flex-direction: column; }
  .lightbox[open] { grid-template-columns: 44px 1fr 44px; }
  .lightbox button { font-size: 2.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo-card img { transition: none; }
}
