:root {
  --gp-ink: #171713;
  --gp-ink-soft: #605c52;
  --gp-paper: #f7f3e9;
  --gp-stone: #e8e1d3;
  --gp-dark: #10110f;
  --gp-dark-soft: #191a17;
  --gp-gold: #c7a55e;
  --gp-gold-deep: #916e27;
  --gp-gold-pale: #ead9ae;
  --gp-line: rgba(38, 32, 22, .16);
}

html { scroll-behavior: smooth; }
body.gp-lightbox-open { overflow: hidden; }
.gp-page { overflow: clip; background: var(--gp-paper); color: var(--gp-ink); }
.gp-page a { text-decoration: none; }
.gp-page h1, .gp-page h2, .gp-page h3, .gp-page p { margin-top: 0; }

.gp-hero {
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  display: flex;
  color: #fff;
  background-image: var(--gp-hero-image), url("../images/gallery/gallery1.2bed97e82bf9.JPG");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
.gp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, .94) 0%, rgba(6, 7, 6, .76) 39%, rgba(6, 7, 6, .16) 76%),
    linear-gradient(180deg, rgba(5, 6, 5, .22), transparent 45%, rgba(5, 6, 5, .91));
}
.gp-hero-inner {
  min-height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(8rem, 15vh, 10rem);
  padding-bottom: clamp(10rem, 21vh, 14rem);
}
.gp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, .64);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gp-breadcrumb a { color: rgba(255, 255, 255, .88); }
.gp-breadcrumb a:hover, .gp-breadcrumb a:focus-visible { color: var(--gp-gold-pale); }
.gp-breadcrumb i { color: var(--gp-gold); font-size: .58rem; }
.gp-hero-copy { width: min(830px, 80%); }
.gp-eyebrow, .gp-kicker { color: var(--gp-gold); font-size: .69rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.gp-eyebrow { margin-bottom: .9rem; }
.gp-hero h1 {
  max-width: 920px;
  margin-bottom: 1.15rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4.2rem, 8.4vw, 8.6rem);
  font-weight: 600;
  line-height: .83;
  letter-spacing: -.055em;
}
.gp-hero h1 em { color: var(--gp-gold-pale); font-weight: 500; }
.gp-hero-copy > p:not(.gp-eyebrow) { max-width: 720px; margin-bottom: 1.6rem; color: rgba(255, 255, 255, .78); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.75; }
.gp-primary {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .75rem 1.35rem;
  border: 1px solid var(--gp-gold);
  border-radius: 999px;
  background: var(--gp-gold);
  color: #17140e;
  font-weight: 900;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.gp-primary:hover, .gp-primary:focus-visible { transform: translateY(-2px); border-color: var(--gp-gold-pale); background: var(--gp-gold-pale); color: #111; }
.gp-hero-ledger {
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  bottom: clamp(2rem, 4.6vh, 3.75rem);
  left: calc(var(--bs-gutter-x) * .5);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .26);
}
.gp-hero-ledger > div { min-width: 0; padding: 1rem 1.2rem 0 0; }
.gp-hero-ledger > div + div { padding-left: 1.2rem; border-left: 1px solid rgba(255, 255, 255, .18); }
.gp-hero-ledger span, .gp-hero-ledger strong, .gp-hero-ledger small { display: block; }
.gp-hero-ledger span { margin-bottom: .35rem; color: var(--gp-gold-pale); font-size: .59rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.gp-hero-ledger strong { overflow: hidden; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 600; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.gp-hero-ledger small { margin-top: .25rem; color: rgba(255, 255, 255, .55); font-size: .7rem; }
.gp-hero-caption { position: absolute; top: 50%; right: 0; margin: 0; color: rgba(255, 255, 255, .72); font-size: .68rem; letter-spacing: .08em; transform: rotate(90deg) translateX(50%); transform-origin: right center; text-transform: uppercase; }
.gp-hero-caption span { margin-right: .7rem; color: var(--gp-gold-pale); }
.gp-scroll-cue { position: absolute; right: 2rem; bottom: 2rem; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; }
.gp-scroll-cue span { width: 1px; height: 12px; position: relative; background: var(--gp-gold-pale); }
.gp-scroll-cue span::after { content: ""; position: absolute; right: -3px; bottom: 0; width: 7px; height: 7px; border-right: 1px solid var(--gp-gold-pale); border-bottom: 1px solid var(--gp-gold-pale); transform: rotate(45deg); }

.gp-intro { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--gp-paper); }
.gp-intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: clamp(3rem, 9vw, 9rem); }
.gp-intro h2, .gp-collection-heading h2, .gp-final h2 { margin: .65rem 0 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.9rem, 5.8vw, 5.7rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.gp-page h2 em { color: var(--gp-gold-deep); font-weight: 500; }
.gp-intro-grid > div:last-child p { margin-bottom: 1.25rem; color: var(--gp-ink-soft); line-height: 1.82; }
.gp-intro-grid > div:last-child a { display: inline-flex; align-items: center; gap: .55rem; padding-bottom: .25rem; border-bottom: 1px solid var(--gp-gold-deep); color: var(--gp-ink); font-weight: 850; }

.gp-collection { scroll-margin-top: 4rem; padding-bottom: clamp(5rem, 9vw, 8rem); background: var(--gp-dark); color: #fff; }
.gp-filter-shell { position: sticky; top: 0; z-index: 1020; border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(15, 16, 14, .96); backdrop-filter: blur(12px); }
.gp-filter-bar { min-height: 68px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 2rem; }
.gp-filter-bar > div { min-width: 130px; }
.gp-filter-bar > div span, .gp-filter-bar > div strong { display: block; }
.gp-filter-bar > div span { color: var(--gp-gold); font-size: .57rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.gp-filter-bar > div strong { overflow: hidden; margin-top: .15rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: .95rem; text-overflow: ellipsis; white-space: nowrap; }
.gp-filters { display: flex; align-items: stretch; gap: .35rem; overflow-x: auto; scrollbar-width: none; }
.gp-filters::-webkit-scrollbar { display: none; }
.gp-filters a { min-width: max-content; display: flex; align-items: center; gap: .45rem; padding: 1.35rem .7rem 1.2rem; border-bottom: 2px solid transparent; color: rgba(255, 255, 255, .58); font-size: .71rem; font-weight: 850; }
.gp-filters a small { color: rgba(255, 255, 255, .33); font-size: .58rem; }
.gp-filters a:hover, .gp-filters a:focus-visible, .gp-filters a[aria-current="page"] { border-color: var(--gp-gold); color: #fff; }
.gp-filters a[aria-current="page"] small { color: var(--gp-gold-pale); }
.gp-collection-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: end; gap: 3rem; padding-top: clamp(4.5rem, 8vw, 7rem); padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.gp-collection-heading h2 { color: #fff; }
.gp-collection-heading > p { margin-bottom: .25rem; color: rgba(255, 255, 255, .58); line-height: 1.7; }

.gp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 185px; gap: 1rem; }
.gp-item { min-width: 0; grid-row: span 2; }
.gp-item-featured { grid-column: span 2; grid-row: span 4; }
.gp-item:nth-child(8n + 5) { grid-row: span 3; }
.gp-photo { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; padding: 0; border: 0; border-radius: 16px; background: #262720; color: #fff; text-align: left; cursor: zoom-in; }
.gp-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.02); transition: transform 500ms cubic-bezier(.2, .7, .2, 1), filter 300ms ease; }
.gp-photo.has-image-error::before { content: "Image unavailable"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255, 255, 255, .55); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gp-photo:hover img, .gp-photo:focus-visible img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.gp-photo:focus-visible { outline: 3px solid var(--gp-gold-pale); outline-offset: 3px; }
.gp-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 5, 4, .06) 40%, rgba(4, 5, 4, .86)); }
.gp-photo-category, .gp-photo-number { position: absolute; top: .9rem; z-index: 1; color: #fff; font-size: .59rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gp-photo-category { left: .95rem; padding: .4rem .6rem; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; background: rgba(10, 11, 9, .48); backdrop-filter: blur(8px); }
.gp-photo-number { right: .95rem; color: var(--gp-gold-pale); }
.gp-photo-caption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.gp-photo-caption strong { max-width: 72%; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.05rem, 1.55vw, 1.4rem); font-weight: 600; line-height: 1.2; }
.gp-item-featured .gp-photo-caption strong { font-size: clamp(1.65rem, 3vw, 3rem); }
.gp-photo-caption small { display: inline-flex; align-items: center; gap: .35rem; color: rgba(255, 255, 255, .7); font-size: .65rem; font-weight: 800; white-space: nowrap; }
.gp-empty { grid-column: 1 / -1; min-height: 380px; display: grid; place-items: center; align-content: center; padding: 2rem; border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; text-align: center; }
.gp-empty > i { color: var(--gp-gold); font-size: 2.3rem; }
.gp-empty h3 { margin: 1rem 0 .5rem; font-family: "Playfair Display", Georgia, serif; }
.gp-empty p { color: rgba(255, 255, 255, .6); }

.gp-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .14); }
.gp-page-direction a, .gp-page-direction > span { display: inline-flex; align-items: center; gap: .7rem; color: #fff; }
.gp-page-direction span span, .gp-page-direction a span { display: grid; }
.gp-page-direction small { color: rgba(255, 255, 255, .42); font-size: .58rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.gp-page-direction .is-disabled { opacity: .3; }
.gp-page-next { justify-self: end; text-align: right; }
.gp-pagination ol { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.gp-pagination ol a, .gp-pagination ol span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; color: rgba(255, 255, 255, .65); font-size: .75rem; font-weight: 850; }
.gp-pagination ol span[aria-current="page"], .gp-pagination ol a:hover { border-color: var(--gp-gold); background: var(--gp-gold); color: #17140e; }

.gp-final { padding: clamp(5rem, 9vw, 8rem) 0; background: #24261f; color: #fff; }
.gp-final .container { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: end; gap: clamp(3rem, 7vw, 7rem); }
.gp-final h2 { margin-bottom: 0; color: #fff; }
.gp-final h2 em { color: var(--gp-gold-pale); }
.gp-final .container > div:last-child p { margin-bottom: 1.25rem; color: rgba(255, 255, 255, .63); line-height: 1.75; }

.gp-lightbox { position: fixed; inset: 0; z-index: 3000; display: none; padding: clamp(1rem, 3vw, 2.5rem); background: rgba(5, 6, 5, .96); color: #fff; opacity: 0; transition: opacity 180ms ease; }
.gp-lightbox.is-open { display: grid; place-items: center; opacity: 1; }
.gp-lightbox-stage { width: min(1460px, 100%); height: min(900px, 92svh); position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; align-items: center; gap: 1rem; }
.gp-lightbox figure { min-width: 0; min-height: 0; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; overflow: hidden; }
.gp-lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gp-lightbox figcaption { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .8rem; padding-top: .9rem; }
.gp-lightbox figcaption span { color: var(--gp-gold); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gp-lightbox figcaption strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.05rem; }
.gp-lightbox figcaption small { color: rgba(255, 255, 255, .52); }
.gp-lightbox button { display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: transparent; color: #fff; }
.gp-lightbox button:hover, .gp-lightbox button:focus-visible { border-color: var(--gp-gold-pale); color: var(--gp-gold-pale); }
.gp-lightbox-nav { width: 48px; height: 48px; }
.gp-lightbox-close { width: 44px; height: 44px; position: absolute; top: 0; right: 0; z-index: 2; }

@media (max-width: 1199.98px) {
  .gp-grid { grid-auto-rows: 160px; }
  .gp-hero-caption { display: none; }
}

@media (max-width: 991.98px) {
  .gp-hero::before { background: linear-gradient(90deg, rgba(6, 7, 6, .91), rgba(6, 7, 6, .36)), linear-gradient(180deg, rgba(5, 6, 5, .18), transparent 42%, rgba(5, 6, 5, .9)); }
  .gp-hero-copy { width: 100%; }
  .gp-hero-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-hero-ledger > div:nth-child(3) { padding-left: 0; border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .gp-hero-ledger > div:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .18); }
  .gp-intro-grid, .gp-collection-heading, .gp-final .container { grid-template-columns: 1fr; gap: 1.5rem; }
  .gp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 175px; }
  .gp-item-featured { grid-column: span 2; }
  .gp-pagination { grid-template-columns: 1fr 1fr; }
  .gp-pagination ol { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 767.98px) {
  .gp-hero-inner { justify-content: flex-start; padding-top: 8.25rem; padding-bottom: 14.5rem; }
  .gp-breadcrumb { margin-bottom: 1rem; }
  .gp-hero h1 { font-size: clamp(3.65rem, 18vw, 5.5rem); }
  .gp-hero-copy > p:not(.gp-eyebrow) { font-size: .95rem; line-height: 1.62; }
  .gp-hero-ledger { bottom: 1.7rem; }
  .gp-hero-ledger > div { padding-top: .7rem; }
  .gp-hero-ledger strong { font-size: .98rem; }
  .gp-hero-ledger small { font-size: .6rem; }
  .gp-scroll-cue { display: none; }
  .gp-filter-bar { min-height: 62px; grid-template-columns: 1fr; gap: 0; padding-top: .55rem; }
  .gp-filter-bar > div { display: flex; align-items: baseline; gap: .5rem; }
  .gp-filter-bar > div strong { font-size: .85rem; }
  .gp-filters { width: calc(100vw - var(--bs-gutter-x)); margin-inline: calc(var(--bs-gutter-x) * -.5); padding-inline: calc(var(--bs-gutter-x) * .5); }
  .gp-filters a { padding-top: .8rem; padding-bottom: .9rem; }
  .gp-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: .8rem; }
  .gp-item, .gp-item-featured, .gp-item:nth-child(8n + 5) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .gp-item-featured { aspect-ratio: 4 / 5; }
  .gp-photo-caption small { display: none; }
  .gp-photo-caption strong, .gp-item-featured .gp-photo-caption strong { max-width: 100%; font-size: 1.3rem; }
  .gp-pagination { gap: 1rem; }
  .gp-pagination ol { max-width: 100%; gap: .25rem; }
  .gp-pagination ol li:not(:first-child):not(:last-child) a,
  .gp-pagination ol li:not(:first-child):not(:last-child) span:not([aria-current="page"]) { display: none; }
  .gp-page-direction a, .gp-page-direction > span { font-size: .76rem; }
  .gp-lightbox { padding: .75rem; }
  .gp-lightbox-stage { height: 94svh; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: .35rem; }
  .gp-lightbox-nav { width: 40px; height: 40px; }
  .gp-lightbox figcaption { grid-template-columns: auto minmax(0, 1fr); }
  .gp-lightbox figcaption small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gp-primary, .gp-photo img { transition: none; }
  .gp-primary:hover, .gp-photo:hover img { transform: none; }
}
