:root {
  --bg: #dfdacc;
  --paper: #f9f6ef;
  --white: #ffffff;
  --text: #2c2c2c;
  --brown: #45382d;
  --green: #143c2f;
  --accent: #998a5c;
  --border: rgba(69, 56, 45, 0.16);
  --shadow: 0 20px 50px rgba(42, 31, 18, 0.12);
  --max: 1280px;
  --box-max: 75rem;
  --page-gutter: 4rem;
  --section-space: 4rem;
  --gutter: var(--page-gutter);
  --section-gap: clamp(4rem, 9vw, 7.5rem);
  --grid-gap: 2rem;
  --splide-gap: var(--grid-gap);
  --hero-height: 78vmin;
  --text-size-1: 0.9375rem;
  --text-size-2: 1.0625rem;
  --text-size-3: clamp(1.625rem, 1.45rem + 0.8vw, 2rem);
  --text-size-4: clamp(2rem, 1.7rem + 1vw, 2.5rem);
  --text-size-5: clamp(2.125rem, 1.85rem + 1vw, 2.5rem);
  --space-3: 0.75rem;
  --space-4: 1rem;
  --decor-line-width: 5.75rem;
  --decor-line-offset: 1.125rem;
  --decor-frame-pad: 1.875rem;
  --decor-line-thickness: 0.125rem;
  --line-tight: 1.2;
  --line-copy: 1.4;
}

* {
  box-sizing: border-box;
}

html {
  font-size: clamp(0.875rem, 0.84rem + 0.18vw, 1rem);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

.menu-nav ul,
.footer-links ul,
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-nav li,
.footer-links li,
.site-footer .menu li {
  margin: 0;
}

p {
  margin: 0 0 var(--space-4);
  font-size: var(--text-size-2);
}

h1,
h2,
h3 {
  margin: 0 0 var(--space-3);
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

h1 {
  font-size: var(--text-size-5);
  text-align: center;
}

h2 {
  font-size: var(--text-size-4);
  text-align: center;
}

h3 {
  font-size: var(--text-size-3);
}

.site-main h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
}

.site-main h3 a {
  font-size: inherit;
  line-height: inherit;
}

.container {
  width: min(calc(100% - 2 * var(--gutter)), var(--max));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  pointer-events: none;
  width: 100%;
}

.header-bar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 0 1.875rem;
  margin: 0;
  pointer-events: none;
}

.site-logo,
.mobile-logo-link,
.menu-toggle {
  pointer-events: auto;
}

.mobile-logo-bar {
  display: none;
}

.site-logo {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 39;
  width: 26.25rem;
  max-width: 80%;
  transform: translateX(-50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.site-logo img {
  object-fit: contain;
  object-position: top;
}

.site-logo:hover {
  transform: translateX(-50%) translateY(-2px);
}

body.logo-hidden .site-logo {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.menu-toggle {
  border: 0;
  background: var(--white);
  color: var(--accent);
  width: 4.5rem;
  height: 4.5rem;
  padding: 0.625rem 0.9375rem;
  position: fixed;
  top: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
  margin-top: 0;
  box-shadow: none;
  z-index: 2147483646;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.sh-language-switcher {
  --header-control-size: 4.5rem;
  --header-icon-height: 20px;
  position: absolute;
  top: 1.875rem;
  right: calc(1.875rem + var(--header-control-size) + 0.75rem);
  z-index: 2147483643;
  min-height: var(--header-control-size);
  width: var(--header-control-size);
  padding: calc((var(--header-control-size) - var(--header-icon-height)) / 2) 0.9375rem;
  box-sizing: border-box;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
}

body.menu-toggle-hidden .menu-toggle {
  transform: translateY(calc(-100% - 1.875rem));
  opacity: 0;
  pointer-events: none;
}

body.menu-open.menu-toggle-hidden .menu-toggle {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sh-language-switcher::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
  display: none;
}

.sh-language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.sh-language-switcher .sh-language-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.sh-language-switcher img,
.sh-language-switcher .sh-flag-image,
.sh-language-switcher .trp-flag-image {
  width: calc(var(--header-icon-height) * 1.3333) !important;
  height: var(--header-icon-height) !important;
  aspect-ratio: 4 / 3 !important;
  display: block;
}

.sh-language-switcher-list {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background: var(--white);
  display: none;
  align-items: center;
  flex-direction: column;
  gap: 19px;
  padding: 19px 0;
}

.sh-language-switcher:hover .sh-language-switcher-list,
.sh-language-switcher:focus-within .sh-language-switcher-list {
  display: inline-flex;
}

.sh-language-switcher:hover::after,
.sh-language-switcher:focus-within::after {
  display: block;
}

/* Place the TranslatePress floating switcher as a header control next to the hamburger. */
.trp-language-switcher.trp-floating-switcher {
  --header-control-size: 4.5rem;
  --header-icon-height: 20px;
  position: absolute !important;
  top: 1.875rem !important;
  right: calc(1.875rem + var(--header-control-size) + 0.75rem) !important;
  z-index: 2147483643 !important;
  width: var(--header-control-size) !important;
  min-height: var(--header-control-size) !important;
  padding: calc((var(--header-control-size) - var(--header-icon-height)) / 2) 0.9375rem !important;
  box-sizing: border-box;
  margin: 0 !important;
  background: var(--white) !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  pointer-events: auto;
}

.trp-language-switcher.trp-floating-switcher::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.5rem;
  display: none;
}

.trp-language-switcher.trp-floating-switcher:hover::after,
.trp-language-switcher.trp-floating-switcher:focus-within::after,
.trp-language-switcher.trp-floating-switcher.is-open::after {
  display: block;
}

.trp-language-switcher.trp-floating-switcher .trp-language-switcher-inner {
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  position: relative;
}

.trp-language-switcher.trp-floating-switcher .trp-language-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.trp-language-switcher.trp-floating-switcher .trp-language-item__current {
  padding: 0 !important;
  width: 100%;
  min-height: var(--header-icon-height);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.trp-language-switcher.trp-floating-switcher .trp-flag-image {
  display: block;
  margin: 0 auto;
  width: calc(var(--header-icon-height) * 1.3333) !important;
  height: var(--header-icon-height) !important;
}

.trp-language-switcher.trp-floating-switcher .trp-switcher-dropdown-list {
  top: calc(100% - 1px);
  margin-top: 0;
  padding-top: 0;
}

.trp-language-switcher.trp-floating-switcher .trp-switcher-dropdown-list:not([hidden]) {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

body.admin-bar .trp-language-switcher.trp-floating-switcher {
  top: calc(1.875rem + 32px) !important;
}

body.admin-bar .sh-language-switcher {
  top: calc(1.875rem + 32px);
}

#wpadminbar {
  z-index: 2147483647 !important;
}

body.admin-bar .menu-toggle,
body.admin-bar .sh-language-switcher,
body.admin-bar .trp-language-switcher.trp-floating-switcher {
  z-index: 2147483646 !important;
}

body.menu-open .menu-toggle {
  background: transparent;
  box-shadow: none;
}

body.menu-open .trp-language-switcher.trp-floating-switcher {
  z-index: 2147483643 !important;
}

body.menu-open .sh-language-switcher {
  z-index: 2147483643 !important;
}

.menu-toggle-lines {
  --menu-line-thickness: 2px;
  --menu-line-gap: 7px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.menu-toggle-lines span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: calc(var(--menu-line-thickness) / -2);
  height: var(--menu-line-thickness);
  background: currentColor;
  transform-origin: center;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease,
    background-color 0.28s ease;
}

.menu-toggle-lines span:nth-child(1) {
  transform: translateY(calc(-1 * (var(--menu-line-thickness) + var(--menu-line-gap))));
}

.menu-toggle-lines span:nth-child(2) {
  transform: translateY(0);
}

.menu-toggle-lines span:nth-child(3) {
  transform: translateY(calc(var(--menu-line-thickness) + var(--menu-line-gap)));
}

body.menu-open .menu-toggle-lines span:nth-child(1) {
  transform: rotate(45deg);
  background: var(--white);
}

body.menu-open .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle-lines span:nth-child(3) {
  transform: rotate(-45deg);
  background: var(--white);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483644;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

body.menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}

.menu-panel {
  width: min(100%, 27.8125rem);
  height: 100%;
  background: var(--accent);
  color: var(--white);
  box-shadow: -10px 0 28px rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

body.menu-open .menu-panel {
  transform: translateX(0);
}

.menu-main {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--space-3);
  padding: var(--decor-frame-pad);
  position: relative;
}

.menu-main::before,
.menu-main::after {
  content: "";
  width: var(--decor-line-width);
  height: var(--decor-line-thickness);
  background: rgba(69, 56, 45, 0.82);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.menu-main::before {
  top: var(--decor-line-offset);
}

.menu-main::after {
  bottom: var(--decor-line-offset);
}

.menu-nav {
  width: 100%;
}

.menu-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.875rem;
  text-align: center;
  width: 100%;
}

.menu-nav a {
  font-size: min(max(1.25rem, 3vh), 1.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.menu-nav a.active,
.menu-nav a {
  color: var(--white);
}

.menu-meta {
  width: 100%;
  color: var(--white);
  display: grid;
  gap: 1rem;
  align-content: start;
  background: var(--green);
  border-bottom: 0.9375rem solid var(--accent);
  box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
  padding: 2.375rem 1.75rem 2.75rem;
}

.menu-meta p,
.menu-meta a {
  font-size: var(--text-size-1);
}

.menu-meta a,
.footer-block a,
.story-card a,
.feature-copy a {
  color: var(--accent);
}

.menu-social {
  width: 3.75rem;
  height: 3.75rem;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  justify-self: end;
  padding-bottom: 1rem;
}

.menu-meta-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 1.5rem;
  align-items: end;
}

.menu-address {
  grid-column: 1;
  margin: 0;
  margin-bottom: 0.45rem;
  color: var(--white);
  font-size: var(--text-size-1);
  line-height: 1.6;
  white-space: normal;
}

.menu-contact {
  grid-column: 1;
  margin-bottom: 0.45rem;
  font-size: var(--text-size-1);
  line-height: 1.6;
}

.menu-contact-brand {
  color: var(--accent);
  font-weight: 600;
}

.menu-meta a:hover,
.footer-links a:hover,
.footer-social a:hover,
.footer-block a:hover,
.story-card a:hover,
.feature-copy a:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  min-height: var(--hero-height);
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
  overflow: hidden;
  background: var(--bg);
}

.slider {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.9s ease;
  background-size: cover;
  background-position: center;
}

.hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(34, 23, 14, 0.28), rgba(34, 23, 14, 0.12) 35%, rgba(34, 23, 14, 0.22)),
    linear-gradient(120deg, rgba(153, 138, 92, 0.18), transparent 45%);
}

.slide.is-active {
  opacity: 1;
}

.hero-spacer {
  position: relative;
  min-height: var(--hero-height);
}

.site-main > .hero + * {
  position: relative;
  margin-top: -12.5rem;
  z-index: 2;
}

.site-main > .hero + .hero,
.site-main > .hero + .hero-like {
  margin-top: calc(var(--section-space) * 3);
  z-index: 1;
}

.site-main > :not(.hero) + :not(.hero) {
  margin-top: var(--section-space);
}

.site-main > :not(.hero) + .hero {
  margin-top: var(--section-space);
}

.site-main > :last-child {
  margin-bottom: var(--section-space);
}

.intro-cards-wrap {
  position: relative;
  margin-top: 0;
  z-index: 1;
}

.intro-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
  max-width: var(--box-max);
  margin: 0 auto;
}

.u-grid-1 {
  grid-template-columns: 1fr;
}

.u-card-shell {
  width: min(100%, var(--box-max));
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.92);
}

.u-lead {
  font-size: clamp(1.125rem, 1rem + 0.32vw, 1.35rem);
  line-height: 1.35;
  font-weight: 600;
}

.content {
  position: relative;
  padding: var(--decor-frame-pad);
  padding-bottom: calc((2 * var(--decor-line-offset)) + 2 * var(--decor-line-thickness));
}

.content-light,
.bg-wit {
  background: rgba(255, 255, 255, 0.92);
}

.content-dark {
  background: rgba(44, 44, 44, 0.9);
}

.content-green,
.bg-green {
  background: rgba(20, 60, 47, 0.9);
}

.h-accent h1,
.h-accent h2,
.h-accent h3,
.h-accent .intro-card-title {
  color: var(--accent);
}

.p-grey p,
.p-grey li,
.p-grey h3 {
  color: var(--text);
}

.p-white p,
.p-white li,
.p-white h3 {
  color: var(--white);
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.intro-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 14.75rem;
  padding: var(--decor-frame-pad);
  padding-bottom: calc((2 * var(--decor-line-offset)) + 2 * var(--decor-line-thickness));
  transition: transform 300ms ease;
}

.intro-card:hover {
  transform: scale(1.07);
}

.intro-card.location {
  background: rgba(153, 138, 92, 0.9);
  color: var(--brown);
}

.intro-card.alpacas {
  background: rgba(20, 60, 47, 0.9);
  color: var(--white);
}

.intro-card.wool {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}

.intro-card p {
  font-size: var(--text-size-2);
  line-height: var(--line-copy);
  margin-bottom: 0;
}

.intro-card p:last-child {
  margin-bottom: 0;
}

.intro-card.location p,
.intro-card.alpacas p {
  color: var(--white);
}

.intro-card.wool p {
  color: var(--text);
}

.intro-card h2,
.intro-card .intro-card-title {
  text-align: left;
  margin-bottom: 0.95rem;
  font-size: var(--text-size-3);
}

.intro-card.alpacas::before,
.intro-card.alpacas::after,
.intro-card.wool::before,
.intro-card.wool::after {
  background: var(--accent);
}

.intro-card::before,
.intro-card::after,
.story-card::before,
.story-card::after,
.content-panel::before,
.content-panel::after,
.feature-copy::before,
.feature-copy::after {
  content: "";
  width: var(--decor-line-width);
  height: var(--decor-line-thickness);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.intro-card::before,
.story-card::before,
.content-panel::before,
.feature-copy::before {
  top: var(--decor-line-offset);
}

.intro-card::after,
.story-card::after,
.content-panel::after,
.feature-copy::after {
  bottom: var(--decor-line-offset);
}

.intro-card::before,
.intro-card::after {
  background: currentColor;
  opacity: 0.7;
}

.story-image {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: var(--hero-height);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card-wrap {
  margin-top: -8.125rem;
  position: relative;
  z-index: 2;
}

.story-card {
  position: relative;
  width: min(100%, var(--box-max));
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: var(--decor-frame-pad);
  padding-bottom: calc((2 * var(--decor-line-offset)) + 2 * var(--decor-line-thickness));
}

.story-card::before,
.story-card::after,
.content-panel::before,
.content-panel::after,
.feature-copy::before,
.feature-copy::after {
  background: rgba(153, 138, 92, 0.8);
}

.story-card h2,
.feature-copy h3 {
  text-align: center;
  color: var(--accent);
}

.story-card h2 {
  margin-bottom: var(--space-4);
}

.story-card p + p {
  margin-top: 0.95rem;
}

.story-card p {
  font-size: var(--text-size-2);
  line-height: var(--line-copy);
  color: var(--text);
}

.story-card p:last-child {
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  max-width: var(--box-max);
  margin: 0 auto;
}

.feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: clip;
}

.feature-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

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

.feature-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 12.875rem;
  padding: var(--decor-frame-pad);
  padding-bottom: calc((2 * var(--decor-line-offset)) + 2 * var(--decor-line-thickness));
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  box-sizing: border-box;
}

.site-main .feature-copy h3 {
  margin-bottom: 0.9rem;
  font-size: var(--text-size-3);
  line-height: 1.2;
}

.feature-copy p {
  color: var(--text);
  font-size: var(--text-size-2);
  line-height: var(--line-copy);
  margin: 0;
  position: relative;
  z-index: 1;
}

.feature-copy p:last-child {
  margin-bottom: 0;
}

.site-footer {
  border-bottom: 0.9375rem solid var(--accent);
  background: var(--green);
  padding: 0.625rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 75rem;
  padding: 1.875rem 0;
  align-items: start;
}

.footer-brand {
  color: var(--accent);
  font-weight: 600;
}

.footer-block p,
.footer-block a {
  font-size: var(--text-size-1);
  line-height: 1.6;
}

.footer-block p {
  color: var(--white);
}

.footer-links,
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-content: start;
}

.footer-links {
  justify-content: space-between;
  min-height: 100%;
}

.footer-block p {
  margin-bottom: 0.45rem;
}

.footer-links a,
.footer-social a {
  display: inline-block;
  width: fit-content;
}

.footer-social-icon {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.eyebrow {
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  font-size: var(--text-size-1);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    padding 0.2s ease;
}

.page-button:hover,
.page-button:focus-visible {
  text-decoration: none;
}

.page-button.sand {
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
  position: relative;
}

.page-button.sand::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: currentColor;
  opacity: 0;
  transform: translate(-0.35rem, -50%);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m9 6 6 6-6 6-1.4-1.4 4.6-4.6-4.6-4.6z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m9 6 6 6-6 6-1.4-1.4 4.6-4.6-4.6-4.6z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.page-button.sand:hover,
.page-button.sand:focus-visible {
  background: var(--accent);
  text-decoration: none;
  padding-right: 2.125rem;
  padding-left: 1.25rem;
}

.page-button.sand:hover::after,
.page-button.sand:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.lightbox-trigger {
  cursor: pointer;
}

.lightbox-trigger[hidden] {
  display: none !important;
}

.room-image-badge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  transform: translate(0%, 0%);
  pointer-events: none;
}

.room-image-badge-icon {
  width: 1.75rem;
  height: 1.75rem;
  stroke: var(--white);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lightbox-trigger:hover .room-image-badge-icon,
.lightbox-trigger:focus-visible .room-image-badge-icon {
  stroke: var(--accent);
}

@media (max-width: 61.25rem) {
  .site-logo {
    width: min(38vw, 20rem);
  }

  .intro-cards,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-card {
    width: 100%;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 0.75rem;
  }
}

@media (max-width: 45rem) {
  .site-main > .hero + * {
    margin-top: -9.375rem;
  }

  :root {
    --hero-height: 92vmin;
  }

  p {
    font-size: 1rem;
  }

  .site-header {
    position: relative;
    inset: auto;
    height: 8.25rem;
    background: var(--white);
    width: 100%;
    z-index: auto;
  }

  .header-bar {
    padding: 0;
    justify-content: flex-end;
    height: 100%;
  }

  .site-logo {
    display: none;
  }

  .mobile-logo-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: min(calc(100% - 8.25rem), var(--box-max));
    margin: 0 auto;
    z-index: 1;
    height: 8.25rem;
    display: flex;
    align-items: center;
    padding: 0 0 0 calc(1.875rem + 0.9375rem);
  }

  .mobile-logo-link {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .mobile-logo-link img {
    height: calc(100% - 2 * 1.875rem);
    width: auto;
  }

  .menu-toggle {
    position: fixed;
    top: 1.875rem;
    right: 1.875rem;
    margin-top: 0;
    z-index: 2147483648;
  }

  .sh-language-switcher {
    right: calc(1.875rem + 4.5rem);
  }

  .trp-language-switcher.trp-floating-switcher {
    position: absolute !important;
    top: 1.875rem !important;
    right: calc(1.875rem + 4.5rem) !important;
  }

  body.admin-bar .trp-language-switcher.trp-floating-switcher {
    top: calc(1.875rem + 46px) !important;
  }

  .menu-panel {
    width: min(100%, 24.375rem);
  }

  .menu-main {
    padding: var(--decor-frame-pad);
    gap: 0.625rem;
  }

  .menu-meta {
    padding: 2.375rem 1.75rem 2.75rem;
  }
}
