:root {
  color-scheme: dark;
  --bg: #050c08;
  --bg-deep: #020603;
  --panel: rgba(6, 20, 13, 0.72);
  --panel-strong: rgba(4, 14, 9, 0.92);
  --text: #f4ecd7;
  --muted: #d3c09a;
  --gold: #cfa536;
  --gold-soft: #e5c56a;
  --gold-faint: rgba(207, 165, 54, 0.26);
  --line: rgba(207, 165, 54, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --header-h: clamp(92px, 10vw, 120px);
  --header-logo-h: clamp(88px, 9.4vw, 114px);
  --header-nav-size: clamp(34px, 3.8vw, 54px);
  --header-social-size: clamp(22px, 3vw, 48px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

.gallery-page,
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Georgia, "Times New Roman", Times, serif;
  --contact-bg-image: url("assets/pics/contacthome.jpeg");
  background:
    radial-gradient(circle at top, rgba(79, 119, 24, 0.22), transparent 28%),
    linear-gradient(180deg, #07140d 0%, var(--bg) 40%, var(--bg-deep) 100%);
}

.gallery-page {
  --contact-bg-image: url("assets/pics/contactgallery.jpg");
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

[id] {
  scroll-margin-top: var(--header-h);
}

#gallery-collection {
  scroll-margin-top: max(0px, calc(var(--header-h) - 2.5rem));
}

.gallery-section {
  scroll-margin-top: max(0px, calc(var(--header-h) - 2.5rem));
  padding-top: 0.75rem;
}

.gallery-section-block {
  scroll-margin-top: 0;
}

.gallery-section-intro {
  margin-bottom: 1.5rem;
}

.gallery-section-intro h2 {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  text-transform: uppercase;
  color: #e1bd46;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: 0.02em;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.section-menu-toggle {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(229, 197, 106, 0.55);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow:
    0 0 0 1px rgba(229, 197, 106, 0.12),
    0 0 14px rgba(229, 197, 106, 0.12);
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.section-menu-toggle.is-open {
  transform: translateY(1px);
}

.section-menu-toggle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
  transform: rotate(0deg);
  transition: transform 220ms ease, filter 180ms ease;
}

.section-menu-toggle:hover img,
.section-menu-toggle:focus-visible img,
.section-menu-toggle.is-open img {
  transform: translateY(1px);
  filter:
    drop-shadow(0 0 6px rgba(229, 197, 106, 0.55))
    drop-shadow(0 0 14px rgba(229, 197, 106, 0.28));
}

.section-menu-toggle:hover,
.section-menu-toggle:focus-visible,
.section-menu-toggle.is-open {
  border-color: rgba(229, 197, 106, 0.9);
  box-shadow:
    0 0 0 1px rgba(229, 197, 106, 0.2),
    0 0 18px rgba(229, 197, 106, 0.2);
}

.section-menu-toggle.is-open img {
  transform: rotate(180deg);
}

.section-menu-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5rem);
  z-index: 66;
  display: grid;
  gap: 0.6rem;
  width: min(320px, calc(100vw - 2rem));
  padding: 0.9rem;
  border: 1px solid rgba(207, 165, 54, 0.18);
  background: rgba(3, 8, 5, 0.92);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    max-height 220ms ease;
}

.section-menu-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  max-height: 420px;
  pointer-events: auto;
}

.section-menu-panel[hidden] {
  display: none !important;
}

.section-menu-panel .section-pill {
  width: 100%;
}

.gallery-page .topbar-left {
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}

.desktop-subheader {
  display: none;
}

.gallery-page .desktop-subheader--gallery {
  display: flex;
  position: fixed;
  left: 1rem;
  top: calc(var(--header-h) + 0.5rem);
  justify-content: flex-start;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 60;
}

.desktop-section-menu {
  position: relative;
  pointer-events: auto;
}

.desktop-section-menu .section-menu-panel {
  left: 0;
  right: auto;
  width: min(340px, calc(100vw - 2rem));
}

.mobile-section-menu {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.mobile-section-menu .section-menu-panel {
  left: 0;
  right: auto;
  width: min(320px, calc(100vw - 1rem));
}

.section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(207, 165, 54, 0.32);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.section-pill:hover,
.section-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(229, 197, 106, 0.9);
  box-shadow: 0 0 0 1px rgba(229, 197, 106, 0.16), 0 0 18px rgba(229, 197, 106, 0.18);
}

.gallery-sections {
  display: grid;
  gap: 1.4rem;
}

.gallery-section-block {
  padding: 1.25rem;
  border: 1px solid rgba(207, 165, 54, 0.12);
  background: rgba(0, 0, 0, 0.14);
}

.gallery-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}

.gallery-section-header-copy {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
}

.gallery-section-header h3 {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  text-transform: uppercase;
  color: #e1bd46;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  letter-spacing: 0.03em;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.gallery-section-count {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.76rem;
}

main {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: visible;
  background: linear-gradient(180deg, rgba(6, 8, 7, 0.36), rgba(3, 4, 4, 0.26));
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid rgba(229, 197, 106, 0.12);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.header-logo-link {
  position: relative;
  display: block;
  width: min(100%, 660px);
  height: var(--header-logo-h);
  margin: 0 auto;
}

.header-logo-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 0.45rem);
  width: clamp(44px, 4.4vw, 64px);
  height: clamp(44px, 4.4vw, 64px);
  background: url("assets/downchevron.png") center center / contain no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
  filter:
    drop-shadow(0 0 6px rgba(229, 197, 106, 0.65))
    drop-shadow(0 0 12px rgba(229, 197, 106, 0.25));
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

.header-banner {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
  transition: transform 160ms ease, filter 160ms ease;
}

.header-logo-link:hover .header-banner,
.header-logo-link:focus-visible .header-banner {
  transform: scale(1.03);
  filter:
    drop-shadow(0 0 8px rgba(229, 197, 106, 0.45))
    drop-shadow(0 0 20px rgba(229, 197, 106, 0.22))
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.header-logo-link:hover::after,
.header-logo-link:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(180deg) scale(1.08);
  filter:
    blur(0.5px)
    drop-shadow(0 0 8px rgba(229, 197, 106, 0.7))
    drop-shadow(0 0 16px rgba(229, 197, 106, 0.28));
}

.header-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1720px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.5rem 0;
  pointer-events: none;
}

.header-overlay a {
  pointer-events: auto;
}

.mobile-subheader {
  display: none;
}

.mobile-header-links {
  display: none;
  align-items: center;
  gap: clamp(0.6rem, 1.6vw, 1.1rem);
}

.mobile-header-links--left {
  justify-content: flex-start;
}

.mobile-header-links--right {
  justify-content: flex-end;
}

.mobile-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: transform 160ms ease, filter 160ms ease;
}

.mobile-header-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
  transition: filter 160ms ease, transform 160ms ease;
}

.mobile-header-link:hover,
.mobile-header-link:focus-visible {
  transform: translateY(-1px);
  filter:
    drop-shadow(0 0 6px rgba(229, 197, 106, 0.6))
    drop-shadow(0 0 14px rgba(229, 197, 106, 0.28));
}

.mobile-header-link:hover img,
.mobile-header-link:focus-visible img {
  transform: scale(1.06);
  filter:
    drop-shadow(0 0 6px rgba(229, 197, 106, 0.65))
    drop-shadow(0 0 16px rgba(229, 197, 106, 0.35))
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}

  .mobile-subheader-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(16px, 3.3vw, 22px);
    height: clamp(16px, 3.3vw, 22px);
  }

.mobile-subheader-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-subheader--left {
  display: none;
}

.topbar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 2.2rem);
}

.topbar-icons {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2.4vw, 2rem);
}

.desktop-socials {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.7vw, 1.5rem);
}

.desktop-socials--right {
  margin-left: 0;
}

.desktop-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(1rem, 2.2vw, 2rem);
  margin-left: auto;
}

.desktop-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--header-social-size);
  height: var(--header-social-size);
  transition: transform 160ms ease, filter 160ms ease;
}

.desktop-social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}

.desktop-social-link:hover,
.desktop-social-link:focus-visible {
  transform: translateY(-1px);
  filter:
    drop-shadow(0 0 6px rgba(229, 197, 106, 0.6))
    drop-shadow(0 0 14px rgba(229, 197, 106, 0.28));
}

.top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--header-nav-size);
  height: var(--header-nav-size);
  transition: transform 160ms ease, filter 160ms ease, opacity 160ms ease;
}

.nav-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
  transition: filter 160ms ease, transform 160ms ease;
}

.top-link:hover .nav-image,
.top-link:focus-visible .nav-image {
  transform: scale(1.06);
  filter:
    drop-shadow(0 0 6px rgba(229, 197, 106, 0.65))
    drop-shadow(0 0 16px rgba(229, 197, 106, 0.35))
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}

.top-link:hover,
.top-link:focus-visible {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #061109;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero::before {
  background:
    linear-gradient(180deg, rgba(1, 4, 2, 0.48), rgba(1, 4, 2, 0.68)),
    url("assets/pics/featring.png") center center / cover no-repeat;
  transform: scale(1.08);
  filter: blur(4px) brightness(0.52) saturate(0.95);
}

.hero::after {
  background:
    radial-gradient(circle at center, rgba(14, 26, 10, 0.2), transparent 45%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
}

.gallery-hero::before {
  background:
    linear-gradient(180deg, rgba(1, 4, 2, 0.48), rgba(1, 4, 2, 0.68)),
    url("assets/pics/gallery.jpg") center center / cover no-repeat;
  transform: scale(1.08);
  filter: blur(4px) brightness(0.5) saturate(0.95);
}

.gallery-hero::after {
  background:
    radial-gradient(circle at center, rgba(14, 26, 10, 0.2), transparent 45%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
}

.gallery-hero .hero-content {
  padding: 1.2rem 0 1.9rem;
}

.gallery-hero .hero-subtitle {
  margin-top: 1.2rem;
}

.gallery-hero .hero-button {
  margin-top: 2.2rem;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2rem));
  text-align: center;
  padding: 1.4rem 0 2rem;
}

.hero:not(.gallery-hero) .hero-content {
  padding: 0.25rem 0 1.5rem;
}

.hero:not(.gallery-hero) {
  place-items: start center;
}

.hero-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 0;
}

.hero-title-image {
  display: block;
  width: min(100%, 1120px);
  height: auto;
}

.hero:not(.gallery-hero) .hero-title-image {
  width: min(100%, 940px);
}

.hero:not(.gallery-hero) .hero-subtitle {
  margin: 1.8rem auto 0;
  max-width: 52rem;
  color: rgba(234, 227, 214, 0.9);
  font-size: clamp(0.82rem, 1.25vw, 1rem);
  line-height: 1.45;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gallery-hero .hero-title-image {
  width: min(100%, 840px);
}

.gallery-hero .hero-subtitle {
  margin: 1.8rem auto 0;
  max-width: 52rem;
  color: rgba(234, 227, 214, 0.9);
  font-size: clamp(0.82rem, 1.25vw, 1rem);
  line-height: 1.45;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  margin-top: 2.2rem;
  padding: 1rem 2rem;
  min-width: min(100%, 500px);
  border: 1px solid rgba(207, 165, 54, 0.8);
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.14);
  box-shadow:
    0 0 0 1px rgba(229, 197, 106, 0.18),
    0 0 20px rgba(229, 197, 106, 0.18),
    0 8px 30px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(229, 197, 106, 0.95);
  box-shadow:
    0 0 0 1px rgba(229, 197, 106, 0.28),
    0 0 26px rgba(229, 197, 106, 0.38),
    0 0 52px rgba(229, 197, 106, 0.18),
    0 10px 34px rgba(0, 0, 0, 0.24);
}

.section-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.contact-section {
  display: flex;
  min-height: clamp(320px, 52vh, 460px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 1rem;
  padding-top: 0.5rem;
  background: linear-gradient(180deg, rgba(2, 6, 4, 0.58), rgba(2, 6, 4, 0.88));
  border-top: 1px solid rgba(229, 197, 106, 0.28);
  border-bottom: 1px solid rgba(229, 197, 106, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(229, 197, 106, 0.1),
    inset 0 -1px 0 rgba(229, 197, 106, 0.1);
}

body:not(.gallery-page) .contact-section {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid rgba(229, 197, 106, 0.45);
  border-bottom: 1px solid rgba(229, 197, 106, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(229, 197, 106, 0.12),
    inset 0 -1px 0 rgba(229, 197, 106, 0.12);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--contact-bg-image) center center / cover no-repeat;
  filter: blur(6px) brightness(0.62) saturate(0.9);
  transform: scale(1);
  opacity: 0.68;
  z-index: 0;
}

.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 4, 0.5), rgba(2, 6, 4, 0.84)),
    radial-gradient(circle at center, rgba(229, 197, 106, 0.08), transparent 55%);
  z-index: 0;
}

.contact-section .eyebrow {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  letter-spacing: 0.32em;
  line-height: 1;
}

.eyebrow {
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.38em;
  font-size: 0.84rem;
  color: var(--gold-soft);
}

.section-shell h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.22em 0.55em;
  font-family: inherit;
  font-style: normal;
  text-transform: uppercase;
  color: #e1bd46;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: 0.02em;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.section-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.22em 0.55em;
  font-family: inherit;
  font-style: normal;
  text-transform: uppercase;
  color: #e1bd46;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: 0.02em;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.section-copy {
  max-width: 46rem;
  margin: 1rem auto 0;
  color: var(--muted);
  line-height: 1.9;
  font-size: 1.05rem;
}

.contact-actions {
  display: grid;
  justify-items: center;
  gap: 2.1rem;
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem;
  width: min(100%, 760px);
}

.contact-item {
  display: grid;
  justify-items: center;
  gap: 2.25rem;
  width: 100%;
  padding: 0.35rem 0.6rem;
  border: none;
  background: transparent;
}

.contact-item-title {
  margin: 0;
  margin-bottom: 0.25rem;
  padding: 0;
  background: transparent;
  color: rgba(234, 227, 214, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.82rem, 1.25vw, 1rem);
  line-height: 1.45;
  text-align: center;
  min-height: 3.1em;
}

.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(207, 165, 54, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.cta-icon.large {
  width: min(100%, 320px);
  min-height: 120px;
  padding: 1rem;
}

.contact-actions .cta-icon.large {
  border: none;
  background: transparent;
}

.contact-email-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  min-height: 108px;
  width: 100%;
  padding: 1rem 1.45rem;
  border: 1px solid rgba(229, 197, 106, 0.8);
  background: rgba(0, 0, 0, 0.14);
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: 1rem;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(229, 197, 106, 0.18),
    0 0 20px rgba(229, 197, 106, 0.18),
    0 8px 30px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  position: relative;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

.contact-email-button:hover,
.contact-email-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(229, 197, 106, 0.95);
  box-shadow:
    0 0 0 1px rgba(229, 197, 106, 0.28),
    0 0 26px rgba(229, 197, 106, 0.38),
    0 0 52px rgba(229, 197, 106, 0.18),
    0 10px 34px rgba(0, 0, 0, 0.24);
}

.cta-icon.small {
  width: 150px;
  min-height: 86px;
  padding: 0.9rem;
}

.cta-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.cta-icon.large img {
  width: 60px;
  height: 60px;
}

.section-frame {
  width: min(1120px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 2rem;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.gallery-section.section-frame {
  width: min(1900px, calc(100% - 1.5rem));
}

.gallery-section {
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.gallery-section-block--three-up .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-card {
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(207, 165, 54, 0.12);
  background: rgba(0, 0, 0, 0.18);
  cursor: zoom-in;
  aspect-ratio: 1 / 1;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 720px) {
  .gallery-section-block {
    padding: 1rem;
  }

  .gallery-section-header {
    align-items: center;
  }

  .gallery-section-header h3,
  .gallery-section-count {
    width: 100%;
  }

  .section-pill {
    letter-spacing: 0.14em;
  }
}

@media (max-width: 980px) {
  .hero-content {
    padding: 2rem 0 3rem;
  }

  .hero-button {
    min-height: 76px;
    min-width: min(100%, 420px);
  }

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

  .gallery-section-block--three-up .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-pair {
    gap: 2rem;
    width: min(100%, 700px);
  }

  .contact-item {
    padding-inline: 0.35rem;
  }

}

@media (max-width: 680px) {
  :root {
    --header-h: clamp(116px, 26vw, 160px);
    --header-logo-h: clamp(94px, 22vw, 132px);
    --header-nav-size: clamp(34px, 6vw, 48px);
    --header-social-size: clamp(20px, 4.2vw, 30px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    align-items: center;
    background: linear-gradient(180deg, rgba(6, 8, 7, 0.54), rgba(3, 4, 4, 0.4));
  }

  .header-logo-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    height: var(--header-logo-h);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-overlay {
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
    inset: auto;
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0 0.22rem;
  }

  .mobile-header-links {
    display: flex;
  }

  .mobile-header-links--left,
  .mobile-header-links--right {
    display: flex;
  }

  .gallery-page .desktop-subheader--gallery {
    display: flex;
    position: fixed;
    left: 0.5rem;
    top: calc(var(--header-h) + 0.35rem);
    justify-content: flex-start;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    z-index: 60;
  }

  .desktop-socials--right {
    display: none;
    gap: clamp(1.1rem, 2.9vw, 1.75rem);
  }

  .desktop-socials--right .desktop-social-link:nth-child(-n + 2) {
    display: none;
  }

  .header-right {
    gap: clamp(1.05rem, 2.7vw, 1.8rem);
  }

  .topbar-left {
    gap: clamp(0.6rem, 1.5vw, 1rem);
  }

  .topbar-icons {
    gap: clamp(0.3rem, 0.9vw, 0.55rem);
  }

  .top-link {
    width: clamp(50px, 8.4vw, 70px);
    height: clamp(50px, 8.4vw, 70px);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .desktop-social-link {
    width: clamp(32px, 6.3vw, 46px);
    height: clamp(32px, 6.3vw, 46px);
  }

  .desktop-contact-link {
    display: none;
  }

  .shop-link {
    display: none;
  }

  .header-logo-link {
    height: var(--header-logo-h);
  }

  .header-banner {
    width: 94%;
    height: 94%;
    margin: 0 auto;
  }

  .mobile-header-link {
    width: clamp(20px, 3.8vw, 28px);
    height: clamp(20px, 3.8vw, 28px);
  }

  .mobile-header-link--contact {
    width: clamp(28px, 5.5vw, 38px);
    height: clamp(28px, 5.5vw, 38px);
  }

  .mobile-header-link:hover,
  .mobile-header-link:focus-visible,
  .top-link:hover,
  .top-link:focus-visible,
  .desktop-social-link:hover,
  .desktop-social-link:focus-visible {
    transform: translateY(-1px);
    filter:
      drop-shadow(0 0 6px rgba(229, 197, 106, 0.6))
      drop-shadow(0 0 14px rgba(229, 197, 106, 0.28));
  }

  .mobile-header-link:hover img,
  .mobile-header-link:focus-visible img,
  .top-link:hover .nav-image,
  .top-link:focus-visible .nav-image,
  .desktop-social-link:hover img,
  .desktop-social-link:focus-visible img {
    transform: scale(1.05);
    filter:
      drop-shadow(0 0 6px rgba(229, 197, 106, 0.6))
      drop-shadow(0 0 14px rgba(229, 197, 106, 0.28))
      drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
  }

  .top-link {
    width: clamp(32px, 5.2vw, 42px);
    height: clamp(32px, 5.2vw, 42px);
  }

  .contact-actions {
    gap: 1.35rem;
    margin-top: 1rem;
  }

  .contact-pair {
    grid-template-columns: 1fr;
    gap: 1.05rem;
    width: min(100%, 320px);
  }

  .contact-item {
    width: 100%;
    gap: 0.9rem;
    padding-inline: 0;
  }

  .contact-item-title {
    min-height: 0;
    font-size: clamp(0.8rem, 2.8vw, 0.92rem);
    letter-spacing: 0.16em;
  }

  .contact-email-button {
    min-height: 96px;
    height: 96px;
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: clamp(0.78rem, 2.7vw, 0.9rem);
    letter-spacing: 0.22em;
    white-space: normal;
  }

  .shop-link {
    justify-self: end;
  }

  .hero {
    min-height: calc(100vh - var(--header-h));
  }

  .top-link:hover,
  .top-link:focus-visible {
    transform: translateY(-1px) scale(1.04);
  }

  .hero-content {
    width: calc(100% - 1rem);
  }

  .hero-content {
    padding: 0.75rem 0 1.1rem;
  }

  .hero:not(.gallery-hero) .hero-content {
    padding: 0.75rem 0 1.1rem;
  }

  .gallery-hero .hero-content {
    padding: 0.75rem 0 1.1rem;
  }

  .hero-title-image {
    width: min(100%, 980px);
  }

  .hero:not(.gallery-hero) .hero-title-image {
    width: min(100%, 860px);
  }

  .gallery-hero .hero-title-image {
    width: min(100%, 720px);
  }

  .hero:not(.gallery-hero) .hero-subtitle {
    font-size: clamp(0.76rem, 3vw, 0.95rem);
    letter-spacing: 0.12em;
    line-height: 1.35;
  }

  .gallery-hero .hero-subtitle {
    font-size: clamp(0.76rem, 3vw, 0.95rem);
    letter-spacing: 0.12em;
    line-height: 1.35;
  }

  .hero-button {
    min-height: 76px;
    letter-spacing: 0.2em;
  }

  .hero::before,
  .gallery-hero::before {
    background-size: cover;
  }

  .cta-icon.large {
    min-height: 104px;
  }

  .cta-icon.small {
    width: 120px;
    min-height: 78px;
  }
}
