@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-ext-400-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-400-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/lora-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/lora-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lora-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lora-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  /* Cream + warm ink */
  --bg: #f1f1f1;
  --paper: #faf6ef;
  --ink: #2c261f;
  --accent: #8a7149;
  --accent-soft: #e6d9c4;
  --accent-hard: #6f5a3a;
  --muted: #756959;
  --line: #ddd2c0;
  --ok: #6d7a4a;
  --ko: #9a4545;
  --white: #faf6ef;
  --scrim: color-mix(in srgb, var(--ink) 85%, transparent);
  --scrim-soft: color-mix(in srgb, var(--ink) 68%, transparent);
  --scrim-strong: color-mix(in srgb, var(--ink) 92%, transparent);
  --font-serif: "Lora", Georgia, "Times New Roman", serif;
  --font-ui: "Lora", Georgia, "Times New Roman", serif;
  --font-mono: Consolas, ui-monospace, monospace;
  --shell-width: 70rem;
  --measure: 40rem;
  --radius: 0;
  --nav-height: 4.25rem;
  --z-base: 0;
  --z-nav: 20;
  --z-skip: 40;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 18px 40px color-mix(in srgb, var(--ink) 10%, transparent);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #2a241c;
    --paper: #332c23;
    --ink: #f2ebe0;
    --accent: #c9ad82;
    --accent-soft: #3f362b;
    --muted: #a89780;
    --line: #4d4438;
    --ok: #a3b070;
    --ko: #d98989;
    --white: #2a241c;
    --scrim: color-mix(in srgb, var(--ink) 12%, #120f0b 88%);
    --scrim-soft: color-mix(in srgb, var(--ink) 8%, #120f0b 72%);
    --scrim-strong: color-mix(in srgb, var(--ink) 6%, #120f0b 94%);
    --shadow: 0 18px 40px rgb(0 0 0 / 0.38);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light dark;
  overflow-x: clip;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  min-height: 100dvh;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accent);
}

h1 {
  margin: 0 0 0.2rem;
  font-size: clamp(1.89rem, 3.78vw, 3.02rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.12;
}

h2 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 1.5rem 0 0.5rem;
}

h3 {
  font-size: 0.97rem;
  font-weight: 500;
  margin: 1.25rem 0 0.4rem;
}

p {
  color: var(--ink);
  line-height: 1.8;
}

code {
  font-family: var(--font-mono);
  font-size: 0.85em;
}

button {
  margin-top: 1rem;
  background: var(--accent);
  color: var(--bg);
  border: 0;
  border-radius: var(--radius);
  padding: 0.65rem 1.1rem;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
button:hover, button:focus-visible {
  filter: brightness(1.06);
}
button:active {
  transform: scale(0.98);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
table th,
table td {
  text-align: left;
  padding: 0.55rem 0.4rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
}
table th {
  color: var(--muted);
  font-weight: 600;
}

.lede {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.35;
  margin: 0 0 1.75rem;
  max-width: 38rem;
}

.muted {
  color: var(--muted);
}

.panel {
  padding: 0;
}

.ok {
  color: var(--ok);
  font-weight: 700;
}

.ko {
  color: var(--ko);
  font-weight: 700;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: var(--z-skip);
  background: var(--ink);
  color: var(--bg);
  padding: 0.5rem 0.85rem;
  text-decoration: none;
  font-weight: 500;
}
.skip-link:focus {
  top: 0.75rem;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
#page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

main {
  max-width: var(--shell-width);
  margin-inline: auto;
  width: 100%;
  flex: 1;
  padding: 1.4rem 1.25rem 3rem;
  width: 100%;
}

.frame:has(.hero) main {
  max-width: none;
  padding: 0 0 3rem;
}

.site-foot {
  max-width: var(--shell-width);
  margin-inline: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1.25rem 2.5rem;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.site-foot__copy {
  margin: 0;
}

.site-foot__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
.site-foot__instagram:hover, .site-foot__instagram:focus-visible {
  color: var(--accent);
}

.back {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
  text-decoration-color: color-mix(in srgb, var(--accent) 42%, transparent);
}
.back:hover, .back:focus-visible {
  text-decoration-color: var(--accent);
}
.back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.gallery-page__title {
  margin: 0 0 1.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
}

.hero {
  position: relative;
  isolation: isolate;
  background: var(--paper);
  width: 100vw;
  height: 100vh;
  min-height: 400px;
  margin-inline: calc(50% - 50vw);
}

.hero-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.8rem;
  color: var(--white);
  pointer-events: none;
  background: linear-gradient(180deg, var(--scrim-soft) 0%, transparent 100%);
}

.hero-nav__brand,
.hero-nav__links a {
  pointer-events: auto;
  text-shadow: 0 1px 12px var(--scrim-soft);
}

.hero-nav__brand {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.hero-nav__brand:hover, .hero-nav__brand:focus-visible {
  opacity: 0.88;
}

.hero-nav__links {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hero-nav__links a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
}
.hero-nav__links a:hover, .hero-nav__links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

.hero__carousel {
  width: 100%;
  height: 100%;
}

.hero__frame {
  width: 100%;
  height: 100%;
}

.hero .gallery-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--paper);
}

.hero .gallery-track {
  height: 100%;
}

.hero .gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.hero .gallery-item {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.hero .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-galleries {
  max-width: var(--shell-width);
  margin-inline: auto;
  width: 100%;
  margin-top: 2.5rem;
  padding-inline: 1.25rem;
  scroll-margin-top: 1rem;
}

.home-section__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
}

.home-merch + .home-galleries,
.home-galleries + .home-merch {
  margin-top: 3rem;
}

.gallery-thumb--static {
  margin: 0;
}

.gallery-grid {
  list-style: none;
  display: grid;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.gallery-grid--home {
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
}

.gallery-grid__item {
  min-width: 0;
}

.gallery-thumb {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s var(--ease);
}
.gallery-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  background: var(--paper);
}
.gallery-thumb:hover, .gallery-thumb:focus-visible {
  transform: translateY(-2px);
}
.gallery-thumb:active {
  transform: scale(0.98);
}

.gallery-thumb__label {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.gallery-frame {
  position: relative;
}

.gallery-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  background: var(--paper);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-viewport::-webkit-scrollbar {
  display: none;
}
.gallery-viewport:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.gallery-track {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gallery-item {
  display: block;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--scrim-soft);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: inherit;
  line-height: 1;
  white-space: normal;
  transform: translateY(-50%);
}
.gallery-arrow svg {
  display: block;
}
.gallery-arrow:hover, .gallery-arrow:focus-visible {
  background: var(--scrim);
  filter: none;
}
.gallery-arrow:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}
.gallery-arrow:active {
  transform: translateY(-50%) scale(0.98);
}
.gallery-arrow--prev {
  left: 0.7rem;
}
.gallery-arrow--next {
  right: 0.7rem;
}

.gallery-grid--photos {
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1.25rem;
}

.gallery-photo {
  margin: 0;
  background: var(--paper);
}
.gallery-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-photo--lightbox img {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .gallery-viewport {
    scroll-behavior: auto;
  }
}
.hero__carousel .gallery-viewport {
  overflow: hidden;
}

body.has-lightbox {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  pointer-events: none;
}
.lightbox.is-open {
  display: flex;
  pointer-events: auto;
}
.lightbox[hidden] {
  display: none !important;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: var(--scrim);
  cursor: pointer;
}

.lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 72rem);
  max-height: calc(100dvh - 2.5rem);
  pointer-events: none;
}

.lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 2.5rem);
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--scrim-soft);
  color: var(--white);
  cursor: pointer;
  pointer-events: auto;
  font: inherit;
  font-weight: inherit;
  line-height: 1;
  white-space: normal;
}
.lightbox__close:hover, .lightbox__close:focus-visible,
.lightbox__nav:hover,
.lightbox__nav:focus-visible {
  background: var(--scrim);
  filter: none;
}
.lightbox__close:focus-visible,
.lightbox__nav:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}
.lightbox__close[hidden],
.lightbox__nav[hidden] {
  display: none;
}

.lightbox__close {
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
}
.lightbox__close:active {
  transform: scale(0.98);
}

.lightbox__nav {
  top: 50%;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(-50%);
}
.lightbox__nav:active {
  transform: translateY(-50%) scale(0.98);
}

.lightbox__nav--prev {
  left: 0.75rem;
}

.lightbox__nav--next {
  right: 0.75rem;
}

.gallery-thumb--lightbox {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.gallery-photo--lightbox {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
  display: block;
}
/*# sourceMappingURL=main.css.map */
