/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
button,
input,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

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

pre, code {
  font-family: monospace;
}

html {
  font-size: clamp(16px, 1.1458333333vw, 22px);
}

body {
  font-family: "arek", Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.5;
  color: #f3dfce;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #30121a;
  background-image: url("../images/design/background-grain.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.05;
}

.display {
  font-family: "alkaline", "Brush Script MT", cursive;
  font-weight: 700;
  line-height: 0.98;
  font-size: clamp(34px, 3.125vw, 60px);
}

.eyebrow {
  display: block;
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  font-size: clamp(28px, 2.9166666667vw, 56px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: inherit;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

a {
  color: inherit;
  text-decoration: none;
}
.uc {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

/* Slider */
.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.wrapper,
.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.8181818182rem;
}

[class*=spacer__] {
  display: block;
  opacity: 0;
  visibility: visible;
  height: 1px;
  pointer-events: none;
}

.spacer__vertical-minimal {
  height: 2rem;
}

.spacer__vertical-shallow {
  height: 4rem;
}

.spacer__vertical-medium {
  height: 6rem;
}

.spacer__vertical-deep {
  height: 8rem;
}

.wrapper {
  width: calc(100% - 7.292% * 2);
  height: 100%;
  margin: 0 auto;
  max-width: 74.5454545455rem;
}
@media (max-width: 800px) {
  .wrapper {
    display: block;
  }
}
@media (max-width: 700px) {
  .wrapper {
    width: calc(100% - 2.1818181818rem);
  }
}

section {
  background-color: var(--section-background, transparent);
  color: var(--section-color, inherit);
}

.layout[style*="--content-align-vt: center;"] .column {
  place-self: center;
}
.layout[style*="--content-align-hz: center;"] .column {
  display: flex;
}
.layout[style*="--content-align-hz: center;"] .layout__content {
  width: var(--content-width, 100%);
  margin: 0 auto;
}
.layout .wrapper {
  height: var(--content-height, auto);
  min-height: var(--content-min-height, 1px);
  padding-top: var(--content-padding-top, 0);
  padding-bottom: var(--content-padding-bottom, 0);
}
.layout .column {
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  direction: var(--content-align-hz, ltr);
}
.layout .column[style*="--content-align-hz: center;"] {
  display: flex;
}
.layout .column[style*="--content-align-hz: center;"] .layout__content {
  width: var(--content-width, 100%);
  margin: 0 auto;
}
.layout .layout__content {
  display: flex;
  align-items: var(--content-align-vt, center);
  grid-column: var(--content-columns, 1/-1);
}
.layout .layout__content > div {
  display: flex;
  flex-direction: column;
  gap: 1em;
  direction: ltr;
}
.layout:first-child .wrapper {
  padding-top: 0;
}
.layout:last-child .wrapper {
  padding-bottom: 0;
}

:root {
  --none: 0;
  --minimal: 2.1818181818rem;
  --shallow: 3.6363636364rem;
  --medium: 5rem;
  --deep: 7.2727272727rem;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #fff;
  text-shadow: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

@media (max-width: 800px) {
  body .layout__hero .hero__tagline,
  body .layout__events .event__title,
  body .layout__events .event__copy,
  body .layout__music_room .music__copy,
  body .layout__menu .menu__body,
  body .layout__private_events .private__copy,
  body .layout__heritage .heritage__copy {
    max-width: none;
  }
}
header,
nav,
menu,
section,
article,
aside,
footer {
  position: relative;
  z-index: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body.loading,
.noscroll {
  overflow: hidden;
}

body.loading,
.nopointerevents {
  pointer-events: none;
}

.scroller {
  overflow: scroll;
}

.sr {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.resetsr {
  clip: unset;
  clip-path: unset;
  height: auto;
  width: auto;
  margin: unset;
  overflow: unset;
  padding: unset;
  position: unset;
}

[class*=mobile],
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}

.button {
  display: inline-block;
  font-family: "alkaline", "Brush Script MT", cursive;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(20px, 1.5625vw, 30px);
  line-height: 1;
  padding: 0.5454545455rem clamp(28px, 2.2916666667vw, 44px);
  border: 1px solid #c14f41;
  color: #f3dfce;
  background: #501428;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.button:hover,
.button:focus-visible {
  background: #c14f41;
  border-color: #c14f41;
  color: #f3dfce;
}
.button--solid {
  background: #c14f41;
  border-color: #c14f41;
  color: #f3dfce;
}
.button--solid:hover,
.button--solid:focus-visible {
  background: #501428;
  border-color: #c14f41;
  color: #f3dfce;
}

.link {
  display: inline-block;
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  font-size: 0.7272727273rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c14f41;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.link:hover, .link:focus-visible {
  color: #f3dfce;
}

.glass {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax, 0), 0);
}
.glass svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  animation: glass-float 8s ease-in-out infinite;
}
.glass path {
  stroke-width: 1.4;
}

@keyframes glass-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .glass {
    transform: none;
  }
  .glass svg {
    animation: none;
  }
}
.plaque {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/-1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: calc(clamp(80px, 20.7vw, 155px) / -2);
  margin-bottom: 1.8181818182rem;
  height: clamp(80px, 20.7vw, 155px);
  z-index: 2;
  overflow: hidden;
}
.plaque__linework {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
}
.plaque__linework path:not(.plaque__plate) {
  stroke: rgba(243, 223, 206, 0.28);
  stroke-width: 2;
}
.plaque__label {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 1.0909090909rem;
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(22px, 1.833333333vw, 40px);
  line-height: 1;
  color: #f3dfce;
  text-align: center;
}

.tr-reveal {
  opacity: 0;
  transform: translateY(1.3636363636rem);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.tr-reveal.is-inview {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .tr-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
[data-lightbox] img {
  cursor: zoom-in;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 80px);
  background: rgba(48, 18, 26, 0.985);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.lightbox__stage {
  margin: 0;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.lightbox__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lightbox__close {
  position: absolute;
  top: clamp(16px, 3vw, 40px);
  right: clamp(16px, 3vw, 40px);
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 40px;
  line-height: 1;
  color: #f3dfce;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.lightbox__close:hover {
  color: #c14f41;
  transform: scale(1.1);
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(44px, 5vw, 64px);
  height: clamp(44px, 5vw, 64px);
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__nav span {
  display: block;
  width: 38%;
  height: 38%;
  border-left: 2px solid #f3dfce;
  border-bottom: 2px solid #f3dfce;
  transition: border-color 0.2s ease;
}
.lightbox__nav:hover span {
  border-color: #c14f41;
}
.lightbox__nav--prev {
  left: clamp(8px, 2vw, 32px);
}
.lightbox__nav--prev span {
  transform: rotate(45deg);
}
.lightbox__nav--next {
  right: clamp(8px, 2vw, 32px);
}
.lightbox__nav--next span {
  transform: rotate(-135deg);
}
.lightbox__nav[hidden] {
  display: none;
}

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7272727273rem clamp(80px, 5.7291666667vw, 110px);
  background: #501428;
  color: #f3dfce;
  font-size: clamp(13px, 0.78125vw, 15px);
  line-height: 1.45;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.cookie.inactive {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.cookie.active {
  opacity: 1;
  transform: none;
}
.cookie__text {
  margin: 0;
  text-align: center;
}
.cookie__text a {
  color: #f3dfce;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie__text a:hover, .cookie__text a:focus-visible {
  color: #c14f41;
}
.cookie__ok {
  position: absolute;
  top: 50%;
  right: clamp(20px, 2.2916666667vw, 44px);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 2.9166666667vw, 56px);
  height: clamp(42px, 2.9166666667vw, 56px);
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cookie__ok:hover, .cookie__ok:focus-visible {
  transform: translateY(-50%) scale(1.07);
}
.cookie__badge {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: #c14f41;
}
.cookie__ok-label {
  position: relative;
  z-index: 1;
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(12px, 0.78125vw, 15px);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #f3dfce;
}
@media (max-width: 700px) {
  .cookie {
    padding: 0.6363636364rem clamp(60px, 3.75vw, 72px) 0.6363636364rem 0.9090909091rem;
    justify-content: flex-start;
  }
  .cookie__text {
    text-align: left;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4000;
  padding: 0 clamp(28px, 3.6458333333vw, 70px);
  color: #f3dfce;
  border-bottom: 1px solid rgba(243, 223, 206, 0.28);
  transition: background-color 0.3s ease;
}
.site-header.is-scrolled {
  background-color: #30121a;
  background-image: url("../images/design/background-grain.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
  background: transparent;
  border-bottom: 1px solid rgba(243, 223, 206, 0.28);
}
.site-header__inner {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 2.0833333333vw, 40px);
}
.site-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-block: 1.1818181818rem;
}
.site-header__logo img {
  display: block;
  width: clamp(200px, 15.625vw, 300px);
  height: auto;
}
.site-header__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.1818181818rem;
}
.site-header__nav .site-nav__menu {
  display: flex;
  align-items: center;
  gap: 1.5454545455rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav .site-nav__menu a {
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(11px, 0.78125vw, 15px);
  color: #f3dfce;
  transition: color 0.2s ease;
}
.site-header__nav .site-nav__menu a:hover, .site-header__nav .site-nav__menu a:focus-visible {
  color: #c14f41;
}
.site-header__nav .site-nav__menu .current-menu-item > a {
  color: #c14f41;
}
.site-header__aside {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 1.5625vw, 30px);
}
.site-header__ig {
  display: flex;
  align-items: center;
  padding-block: 1.1818181818rem;
  transition: opacity 0.2s ease;
}
.site-header__ig:hover {
  opacity: 0.7;
}
.site-header__ig img {
  display: block;
  width: clamp(28px, 1.875vw, 36px);
  height: auto;
}
.site-header__divider {
  align-self: stretch;
  width: 1px;
  background: rgba(243, 223, 206, 0.4);
}
.site-header__badge {
  display: flex;
  align-items: center;
}
.site-header__badge img {
  display: block;
  width: clamp(52px, 6.333333vw, 107px);
  height: auto;
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 1.0909090909rem;
  }
  .site-header__inner {
    justify-content: space-between;
  }
  .site-header__logo {
    padding-block: 0.7272727273rem;
  }
  .site-header__logo img {
    width: clamp(120px, 34vw, 190px);
  }
  .site-header__aside {
    gap: 0.6363636364rem;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__divider, .site-header__badge {
    display: none;
  }
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0.3636363636rem;
  color: inherit;
  cursor: pointer;
}
.nav-toggle__bars {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: currentColor;
  transition: background 0.2s ease;
}
.nav-toggle__bars::before, .nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: currentColor;
  transition: transform 0.3s ease;
}
.nav-toggle__bars::before {
  top: -9px;
}
.nav-toggle__bars::after {
  top: 9px;
}
.nav-toggle.is-active .nav-toggle__bars {
  background: transparent;
}
.nav-toggle.is-active .nav-toggle__bars::before {
  transform: translateY(9px) rotate(45deg);
}
.nav-toggle.is-active .nav-toggle__bars::after {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 1100px) {
  .nav-toggle {
    display: inline-flex;
  }
}

.site-nav {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #30121a;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2vh);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.site-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.site-nav__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2727272727rem;
  padding: 2.1818181818rem 1.0909090909rem;
}
.site-nav__badge img {
  width: 4.3636363636rem;
  height: auto;
  display: block;
}
.site-nav__wordmark img {
  width: 8.1818181818rem;
  height: auto;
  display: block;
}
.site-nav__ig img {
  width: 1.1818181818rem;
  height: auto;
  display: block;
}
.site-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav__menu li {
  margin: 0.2727272727rem 0;
}
.site-nav__menu a {
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.3636363636rem;
  color: #f3dfce;
  transition: color 0.2s ease;
}
.site-nav__menu a:hover, .site-nav__menu a:focus-visible {
  color: #c14f41;
}
.site-nav__menu .current-menu-item > a {
  color: #c14f41;
}

body.nav-open {
  overflow: hidden;
}

.site-footer {
  background: #30121a;
  color: #f3dfce;
}
.site-footer__newsletter {
  position: relative;
  border-top: 1px solid rgba(243, 223, 206, 0.28);
  padding: clamp(36px, 3.3333333333vw, 64px) 0;
}
.site-footer__newsletter::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 10px;
  border-top: 1px solid rgba(243, 223, 206, 0.28);
}
.site-footer__newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.0833333333vw, 40px);
}
@media (max-width: 600px) {
  .site-footer__newsletter-inner {
    flex-direction: column;
  }
}
.site-footer__heading {
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 1.6145833333vw, 31px);
  margin: 0;
}
.site-footer__subscribe {
  display: inline-block;
  font-family: "alkaline", "Brush Script MT", cursive;
  font-weight: 700;
  font-size: clamp(26px, 2.0833333333vw, 40px);
  line-height: 1;
  color: #f3dfce;
  background: #501428;
  padding: 0.6363636364rem clamp(28px, 2.2916666667vw, 44px);
  transition: background-color 0.25s ease, color 0.25s ease;
}
.site-footer__subscribe:hover, .site-footer__subscribe:focus-visible {
  background: #c14f41;
  color: #f3dfce;
}
.site-footer__columns {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: clamp(40px, 3.75vw, 72px) 0 clamp(72px, 6.25vw, 120px);
}
@media (max-width: 800px) {
  .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 2.1818181818rem;
  }
}
.site-footer__column {
  text-align: center;
  padding: 0 clamp(24px, 2.9166666667vw, 56px);
}
.site-footer__column + .site-footer__column {
  border-left: 1px solid rgba(243, 223, 206, 0.2);
}
@media (max-width: 800px) {
  .site-footer__column + .site-footer__column {
    border-left: 0;
    border-top: 1px solid rgba(243, 223, 206, 0.2);
    padding-top: 1.8181818182rem;
  }
}
.site-footer__column-title {
  font-family: "dogma-bold", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1.4583333333vw, 28px);
  color: #c14f41;
  margin-bottom: 1.0909090909rem;
}
.site-footer__column-body {
  font-size: clamp(15px, 1.09375vw, 21px);
  line-height: 1.6;
}
.site-footer__column-body p:first-child {
  font-weight: 700;
}
.site-footer__column-body a {
  border-bottom: 1px solid rgba(243, 223, 206, 0.4);
}
.site-footer__column-body a:hover {
  border-color: #c14f41;
  color: #c14f41;
}
.site-footer__ig {
  display: inline-flex;
  margin-top: 1rem;
}
.site-footer__ig img {
  width: clamp(24px, 1.5625vw, 30px);
  height: auto;
}
.site-footer__ig:hover {
  opacity: 0.7;
}
.site-footer__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4545454545rem clamp(18px, 1.6666666667vw, 32px);
  padding: clamp(28px, 2.2916666667vw, 44px) 0 clamp(40px, 3.3333333333vw, 64px);
  font-family: "arek", Georgia, "Times New Roman", serif;
  font-size: clamp(12px, 0.78125vw, 15px);
  letter-spacing: 0.03em;
  color: rgba(243, 223, 206, 0.6);
}
@media (max-width: 700px) {
  .site-footer__legal {
    text-align: center;
  }
}
.site-footer__legal-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4545454545rem clamp(18px, 1.6666666667vw, 32px);
  margin: 0;
  padding: 0;
}
.site-footer__legal-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer__legal-link:hover {
  color: #c14f41;
}
.site-footer__credit-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer__credit-link:hover {
  color: #c14f41;
}
.site-footer__langham {
  background: #fff;
  text-align: center;
  padding: clamp(22px, 1.7708333333vw, 34px) 0;
}
.site-footer__langham img {
  width: clamp(150px, 10.7291666667vw, 206px);
  height: auto;
  display: inline-block;
}

.alignnone, .wp-caption.alignnone, a img.alignnone {
  display: block;
  float: none;
}

.aligncenter, a img.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright, .wp-caption.alignright, a img.alignright {
  float: right;
  margin: 0;
}

.alignleft, .wp-caption.alignleft, a img.alignleft {
  float: left;
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}