:root {
  --color-ink: #2b2f33;
  --color-ink-soft: #5c6266;
  --color-gold: #835a20;
  --color-band-soft: #dde4e9;
  --color-line: #e4e2dd;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  color: #2b2f33;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

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

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

ul {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid #835a20;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 16px;
  background: #2b2f33;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #5c6266;
}

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

.image-lightbox-open {
  overflow: hidden;
}

.image-lightbox-trigger {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  padding: 48px;
  place-items: center;
  background: rgba(43, 47, 51, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 520px) {
  .image-lightbox {
    padding: 56px 16px 24px;
  }
}
.image-lightbox--open {
  opacity: 1;
  visibility: visible;
}
.image-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(43, 47, 51, 0.35);
  color: #ffffff;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.image-lightbox__close:hover, .image-lightbox__close:focus-visible {
  border-color: #c9a66b;
  background: #c9a66b;
  color: #2b2f33;
  transform: rotate(4deg);
}
.image-lightbox__close svg {
  width: 22px;
  height: 22px;
}
.image-lightbox__figure {
  display: grid;
  max-width: min(92vw, 1440px);
  max-height: 88vh;
  margin: 0;
  place-items: center;
}
.image-lightbox__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 24px 72px rgba(43, 47, 51, 0.5);
}
.image-lightbox__caption {
  margin-top: 12px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media (hover: hover) {
  .image-lightbox__image {
    cursor: zoom-in;
  }
  .image-lightbox--zoomed .image-lightbox__figure {
    display: block;
    width: min(100vw - 96px, 1440px);
    height: calc(100vh - 96px);
    max-width: none;
    max-height: none;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .image-lightbox--zoomed .image-lightbox__image {
    width: var(--image-lightbox-zoom-width);
    max-width: none;
    max-height: none;
    margin: 0 auto;
    cursor: zoom-out;
  }
  .image-lightbox--zoomed .image-lightbox__caption {
    display: none;
  }
}
@media (hover: none), (pointer: coarse) {
  .image-lightbox__figure, .image-lightbox__image {
    touch-action: pinch-zoom;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.btn {
  display: inline-block;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  border: 1px solid #2b2f33;
  background: transparent;
  color: #2b2f33;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn:hover {
  background: #2b2f33;
  color: #ffffff;
}
.btn--primary {
  background: #2b2f33;
  color: #ffffff;
  border-color: #2b2f33;
}
.btn--primary:hover {
  background: #835a20;
  border-color: #835a20;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 320px;
}
.search-form .search-field {
  flex: 1;
  border: none;
  border-bottom: 1px solid #2b2f33;
  background: transparent;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  padding: 8px 4px;
  outline: none;
}
.search-form .search-field:-webkit-autofill, .search-form .search-field:-webkit-autofill:hover, .search-form .search-field:-webkit-autofill:focus {
  -webkit-text-fill-color: #2b2f33;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  caret-color: #2b2f33;
}
.search-form .search-submit {
  border: none;
  background: none;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b2f33;
  transition: color 0.2s ease;
}
.search-form .search-submit:hover {
  color: #835a20;
}

.site-header-slot {
  position: relative;
  width: 100%;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--rylnx-header-height, 64px);
  padding: 12px 48px;
  border-bottom: 1px solid #e4e2dd;
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  transition: box-shadow 0.2s ease, padding 0.2s ease;
}
.site-header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 8px 28px rgba(43, 47, 51, 0.12);
  animation: rylnx-header-in 0.3s ease both;
}
.site-header__brand {
  min-width: 0;
  max-width: min(280px, 30vw);
  display: inline-flex;
  align-items: center;
  color: #2b2f33;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s ease;
}
.site-header--fixed .site-header__brand {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 80ms, 80ms, 0s;
}
.site-header__brand-text {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: block;
  max-width: 100%;
  font-family: "Alex Brush", "Segoe Script", "Brush Script MT", cursive;
  font-size: 36px;
  line-height: 1;
}
.site-header__brand-image {
  display: block;
  width: auto;
  max-width: 200px;
  height: 64px;
  object-fit: contain;
}
@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
    height: auto;
    min-height: var(--rylnx-header-height, 64px);
    padding: 16px 24px;
  }
}
.site-header__menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 18px;
  color: #2b2f33;
  width: 32px;
  height: 32px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-header__menu-toggle:hover {
  color: #835a20;
  transform: rotate(4deg);
}
@media (max-width: 900px) {
  .site-header__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
@media (max-width: 520px) {
  .site-header__actions {
    display: none;
  }
}
@media (min-width: 901px) and (max-width: 1350px) {
  .site-header__actions {
    display: none;
  }
}

.admin-bar .site-header--fixed {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header--fixed {
    top: 46px;
  }
}
@keyframes rylnx-header-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.nav-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .nav-menu {
    display: none;
    position: static;
    transform: none;
    width: 100%;
    border-top: 1px solid #e4e2dd;
    order: 3;
    flex-basis: 100%;
    padding: 16px 0 0;
    margin-top: 16px;
  }
  .nav-menu.nav-menu--open {
    display: block;
  }
}
.nav-menu__list {
  display: flex;
  gap: 32px;
}
@media (max-width: 900px) {
  .nav-menu__list {
    flex-direction: column;
    gap: 16px;
  }
}
.nav-menu__link {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b2f33;
  transition: color 0.3s ease;
}
.nav-menu__link:hover {
  color: #835a20;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 520px) {
  .social-list {
    gap: 8px;
  }
}
.social-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  color: #2b2f33;
  transition: color 0.3s ease;
}
.social-list__link i {
  width: 16px;
  font-size: 15px;
  text-align: center;
}
.social-list__link--facebook:hover {
  color: #1877f2;
}
.social-list__link--instagram:hover {
  color: #e1306c;
}
.social-list__link--pinterest:hover {
  color: #e60023;
}
.social-list__link--tiktok:hover {
  color: #010101;
}
.social-list__link--youtube:hover {
  color: #ff0000;
}
.social-list__link--x-twitter:hover {
  color: #000000;
}
.social-list__link--whatsapp:hover {
  color: #25d366;
}
.social-list__link--linkedin:hover {
  color: #0a66c2;
}
.social-list__link--threads:hover {
  color: #000000;
}

.site-branding {
  text-align: center;
  padding: 40px 0 32px;
}
.site-branding__title {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  font-family: "Alex Brush", "Segoe Script", "Brush Script MT", cursive;
  font-weight: 400;
  font-size: 56px;
  letter-spacing: 1px;
  color: #2b2f33;
}
@media (max-width: 520px) {
  .site-branding__title {
    font-size: 42px;
  }
}
.site-branding img {
  max-height: 64px;
  width: auto;
  margin: 0 auto;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #222c31 0%, #182126 52%, #142025 100%);
  color: #cfd3d6;
  padding: 76px 48px 40px;
  border-top: 5px solid #aebdc9;
}
.site-footer::before, .site-footer::after {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.site-footer::before {
  top: -236px;
  left: -176px;
}
.site-footer::after {
  right: -216px;
  bottom: -224px;
}
.site-footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(180px, 0.7fr) minmax(320px, 1.3fr);
  align-items: start;
  gap: 64px;
}
.site-footer__grid > * {
  min-width: 0;
}
.site-footer__divider {
  height: 1px;
  margin: 56px 0 44px;
  background: rgba(255, 255, 255, 0.12);
}
.site-footer__lower {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.2fr) minmax(220px, 1fr);
  align-items: end;
  gap: 40px;
}
.site-footer__lower > * {
  min-width: 0;
}
.site-footer__copyright, .site-footer__credit {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 0;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #cfd3d6;
}
.site-footer__signature {
  text-align: center;
}
.site-footer__quote {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 440px;
  margin: 0 auto 28px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.45vw, 40px);
  font-style: italic;
  line-height: 1.05;
  color: #ffffff;
}
.site-footer__site-name {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: inline-block;
  max-width: 100%;
  font-family: "Alex Brush", "Segoe Script", "Brush Script MT", cursive;
  font-size: 24px;
  line-height: 1;
  color: #cfd3d6;
  transition: color 0.2s ease;
}
.site-footer__site-name:hover {
  color: #c9a66b;
}
.site-footer__credit {
  justify-self: end;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(201, 166, 107, 0.55);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-footer__credit:hover {
  color: #c9a66b;
  border-color: currentColor;
}
.site-footer :where(a, button, input):focus-visible {
  outline: 2px solid #c9a66b;
  outline-offset: 4px;
}
@media (max-width: 1080px) {
  .site-footer__grid {
    grid-template-columns: minmax(260px, 1fr) minmax(160px, 0.65fr) minmax(280px, 1fr);
    gap: 48px;
  }
  .site-footer__lower {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__signature {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
@media (max-width: 900px) {
  .site-footer {
    padding: 72px 32px 40px;
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__divider {
    margin: 48px 0 40px;
  }
  .site-footer .footer-newsletter {
    grid-column: 1/-1;
    max-width: 640px;
  }
}
@media (max-width: 520px) {
  .site-footer {
    padding: 64px 24px 32px;
  }
  .site-footer__grid, .site-footer__lower {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .site-footer__lower {
    text-align: center;
  }
  .site-footer__signature {
    grid-column: auto;
    grid-row: auto;
  }
  .site-footer__copyright, .site-footer__credit {
    font-size: 10px;
  }
  .site-footer__credit {
    justify-self: center;
  }
  .site-footer .footer-newsletter {
    grid-column: auto;
  }
}

.footer-widget--brand {
  max-width: 400px;
}
.footer-widget__brand {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Alex Brush", "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(48px, 4.5vw, 64px);
  line-height: 0.9;
  color: #ffffff;
  transition: color 0.2s ease;
}
.footer-widget__brand:hover {
  color: #c9a66b;
}
.footer-widget__brand--logo {
  display: inline-flex;
  align-items: center;
}
.footer-widget__brand-image {
  display: block;
  width: auto;
  max-width: 240px;
  height: 82px;
  object-fit: contain;
}
.footer-widget__title {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201, 166, 107, 0.65);
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a66b;
}
.footer-widget__text {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 380px;
  margin: 0 0 28px;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #9aa0a5;
}
.footer-widget__list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget__list li {
  margin: 0;
  padding: 0;
}
.footer-widget__list a,
.footer-widget__list .nav-menu__link {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  display: inline-block;
  padding: 0;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #9aa0a5;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-widget__list a:hover,
.footer-widget__list .nav-menu__link:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.social-list--footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-list--footer .social-list__link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 15px;
  color: #cfd3d6;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.social-list--footer .social-list__link:hover {
  color: #ffffff;
  border-color: #c9a66b;
  background: rgba(201, 166, 107, 0.1);
  transform: translateY(-3px);
}

.footer-newsletter__eyebrow {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  display: inline-block;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201, 166, 107, 0.65);
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a66b;
}
.footer-newsletter__heading {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
}
.footer-newsletter__text {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 440px;
  margin: 0 0 28px;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #9aa0a5;
}
.footer-newsletter__notice {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 0 0 16px;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
}
.footer-newsletter__label {
  display: block;
  margin-bottom: 10px;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9aa0a5;
}
.footer-newsletter__field {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 520px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.footer-newsletter__input {
  min-width: 0;
  flex: 1;
  padding: 12px 0;
  border: 0;
  background: transparent;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
}
.footer-newsletter__input::placeholder {
  color: #9aa0a5;
}
.footer-newsletter__input:-webkit-autofill, .footer-newsletter__input:-webkit-autofill:hover, .footer-newsletter__input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #182126 inset;
  caret-color: #ffffff;
}
.footer-newsletter__input:focus {
  outline: none;
}
html[data-keyboard-navigation=true] .footer-newsletter__input:focus {
  outline: 2px solid #c9a66b;
  outline-offset: 4px;
}
.footer-newsletter__button {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
  max-width: 48%;
  padding: 12px 0;
  border: 0;
  background: transparent;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.2s ease;
}
.footer-newsletter__button:hover {
  color: #c9a66b;
}
.footer-newsletter__privacy {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 12px 0 0;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #9aa0a5;
}
.footer-newsletter__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 520px) {
  .footer-newsletter__field {
    display: grid;
    gap: 0;
  }
  .footer-newsletter__input, .footer-newsletter__button {
    width: 100%;
  }
  .footer-newsletter__button {
    justify-content: space-between;
    max-width: none;
  }
}
