@import url("https://fonts.googleapis.com/css2?family=Niconne&family=Trykker&display=swap");

:root {
  color-scheme: dark;
  --gold: #f1c66d;
  --gold-light: #ffe0a1;
  --wine: #51291f;
  --ink: #17130f;
  --paper: #f8f1df;
  --muted: #cbbeb0;
  font-family: "Trykker", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--paper);
  background: #244b3b url("../images/pg-bk_suede.jpg") repeat;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.skip-link {
  position: fixed; top: .5rem; left: .5rem; z-index: 100;
  padding: .6rem 1rem; background: var(--paper); color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.site-shell {
  width: min(100% - 2rem, 960px);
  margin: clamp(1.25rem, 5vw, 3rem) auto;
  overflow: hidden;
  border: 1px solid rgba(241, 198, 109, .2);
  border-radius: 14px;
  background: var(--wine);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .65);
}
.site-header {
  position: relative;
  min-height: 82px;
  background: url("../images/header-bk.jpg") center / cover;
}
.brand {
  position: absolute; z-index: 3; top: -24px; left: 50%;
  width: 138px; height: 138px; transform: translateX(-50%);
  background: url("../images/logo.png") center / contain no-repeat;
}
.brand span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-toggle {
  display: none;
  margin-left: auto; padding: .8rem 1rem;
  border: 0; color: var(--gold-light); background: transparent;
}
.site-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 0 1.25rem;
}
.nav-group { display: flex; align-items: center; gap: .25rem; }
.nav-group:last-child { justify-content: flex-end; }
.nav-spacer { width: 150px; }
.site-nav a {
  padding: .55rem .7rem;
  border-radius: 4px;
  color: var(--gold-light);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .83rem;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] {
  outline: none;
  color: #fff0c8;
  background: rgba(0, 0, 0, .32);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .8);
}
.hero {
  position: relative;
  min-height: clamp(420px, 58vw, 560px);
  background: url("../images/title-photo.jpg") center / cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 8, 5, .72));
}
.hero-copy {
  position: absolute; z-index: 1; right: clamp(1.5rem, 6vw, 4rem); bottom: 2.5rem;
  text-align: right; color: var(--gold-light); text-shadow: 0 2px 8px #000;
}
.hero h1 { margin: 0; font: clamp(3.2rem, 8vw, 5.8rem)/.9 "Niconne", cursive; }
.hero p { margin: .8rem 0 0; font-size: clamp(1.15rem, 3vw, 1.65rem); }
.content {
  min-height: 450px;
  padding: clamp(2rem, 6vw, 4.5rem) clamp(1.25rem, 7vw, 5rem);
  background: #2d2923 url("../images/inner_suede.jpg") repeat;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, .75);
}
.content h1 {
  margin: 0 0 2rem;
  color: var(--gold);
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.2;
  text-shadow: 0 2px 3px #000;
}
.prose { max-width: 760px; margin: auto; }
.prose p { margin: 0 0 1.15rem; }
.contact-card { max-width: 560px; margin: auto; text-align: center; }
.contact-card h2 { margin-bottom: 0; color: var(--gold-light); font-size: 1.65rem; }
.contact-card p { margin: .8rem 0 1.4rem; }
.contact-card a { color: var(--gold-light); text-underline-offset: .2em; }
.site-footer {
  padding: 1.5rem 1rem;
  background: url("../images/footer-bk.jpg") center / cover;
  color: #cbb1a7;
  text-align: center;
}
.site-footer p { margin: .25rem; }
.site-footer p:first-child { font-size: 1.05rem; color: #e5c3b5; }
.gallery { padding: clamp(1rem, 4vw, 2.25rem); }
.gallery-stage {
  position: relative; overflow: hidden; border-radius: 8px; background: #0d0c0a;
  aspect-ratio: 16 / 9;
}
.gallery-stage img { width: 100%; height: 100%; object-fit: contain; }
.gallery-control {
  position: absolute; top: 50%; width: 48px; height: 64px; transform: translateY(-50%);
  border: 0; border-radius: 5px; color: white; background: rgba(0, 0, 0, .52);
  font-size: 2rem; cursor: pointer;
}
.gallery-control:hover, .gallery-control:focus-visible { background: rgba(0, 0, 0, .8); }
.gallery-control.prev { left: .75rem; }
.gallery-control.next { right: .75rem; }
.gallery-counter {
  position: absolute; right: .75rem; bottom: .75rem;
  padding: .25rem .55rem; border-radius: 3px; background: rgba(0, 0, 0, .7);
}
.gallery-thumbs {
  display: flex; gap: .6rem; overflow-x: auto;
  margin: .8rem 0 2rem; padding: .25rem .1rem .65rem;
  list-style: none; scrollbar-color: var(--gold) #1b1713;
}
.gallery-thumbs button {
  width: 92px; height: 64px; padding: 3px; flex: 0 0 auto;
  border: 2px solid transparent; border-radius: 4px; background: #16120f; cursor: pointer;
}
.gallery-thumbs button[aria-current="true"] { border-color: var(--gold); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 760px) {
  .site-shell { width: min(100% - 1rem, 960px); margin: .5rem auto; border-radius: 9px; }
  .site-header { min-height: 76px; }
  .brand { width: 108px; height: 108px; top: -14px; }
  .menu-toggle { display: block; min-height: 76px; }
  .site-nav {
    display: none; position: relative; z-index: 4;
    grid-template-columns: 1fr; gap: .4rem; padding: .8rem;
    background: rgba(34, 17, 13, .98);
  }
  .site-nav.is-open { display: grid; }
  .nav-group { display: grid; text-align: center; }
  .nav-group:last-child { justify-content: stretch; }
  .nav-spacer { display: none; }
  .site-nav a { font-size: .9rem; }
  .hero { min-height: 470px; background-position: 40% center; }
  .hero-copy { right: 1.2rem; left: 1.2rem; bottom: 2rem; text-align: center; }
  .content { padding-top: 3rem; }
  .gallery { padding: .65rem; }
  .gallery-stage { aspect-ratio: 4 / 3; }
  .gallery-control { width: 42px; height: 58px; }
  .site-footer { font-size: .85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
