*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  position: relative;
  min-height: 100dvh;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #2a2521;
  background-color: #f4eee1;
  background-image: radial-gradient(120% 90% at 50% -10%, #f9f6f0 0%, #f4eee1 42%, #ede3d1 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
}
body strong {
  font-weight: 600;
  color: #585148;
}
@keyframes splash-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(154, 122, 79, 0.55);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(154, 122, 79, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(154, 122, 79, 0);
  }
}
.splash {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding: 2.5rem 1.5rem;
}
.splash__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  min-width: 0;
  text-align: center;
  animation: splash-rise 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.splash__figure {
  position: relative;
  margin-bottom: 2.75rem;
  isolation: isolate;
}
.splash__figure::before,
.splash__figure::after {
  content: "";
  position: absolute;
  border-radius: 1px;
  pointer-events: none;
}
.splash__figure::before {
  inset: -5px 10px 10px -8px;
  background: rgba(154, 122, 79, 0.18);
  transform: rotate(2.5deg);
  z-index: 0;
}
.splash__figure::after {
  inset: 8px -6px -6px 6px;
  background: #ede3ce;
  border: 1px solid rgba(42, 37, 33, 0.09);
  transform: rotate(-2deg);
  z-index: 0;
}
.splash__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 18rem;
  height: auto;
  padding: 0.7rem;
  background: #fbf9f4;
  border: 1px solid rgba(42, 37, 33, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(42, 37, 33, 0.06), 0 10px 30px -8px rgba(42, 37, 33, 0.22);
  filter: sepia(8%) contrast(1.03) saturate(1.06);
  transform: rotate(-1.5deg);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, filter 0.5s ease;
}
.splash__figure:hover .splash__image,
.splash__figure:focus-within .splash__image {
  transform: rotate(0deg) scale(1.012);
  filter: sepia(2%) contrast(1.02) saturate(1.04);
  box-shadow: 0 2px 2px rgba(42, 37, 33, 0.06), 0 18px 40px -10px rgba(42, 37, 33, 0.26);
}
.splash__header {
  margin-bottom: 1.75rem;
}
.splash__eyebrow {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f665a;
  margin-bottom: 0.625rem;
}
.splash__title {
  font-family: "Fraunces", ui-serif, Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-size: clamp(2.75rem, 9vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #2a2521;
  margin-left: 0.16em;
}
.splash__rule {
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 1.1rem auto 0;
  border-radius: 3px;
  background: linear-gradient(to right, #d6604d 0%, #e0a458 20%, #cabb52 40%, #6f9b7a 60%, #5a82a6 80%, #8c6fa6 100%);
  opacity: 0.9;
}
.splash__notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  max-width: 24rem;
  color: #6f665a;
  margin-bottom: 2.25rem;
}
.splash__notice-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #866a45;
  background: rgba(154, 122, 79, 0.12);
  border: 1px solid rgba(154, 122, 79, 0.22);
  border-radius: 100px;
}
.splash__notice-badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #9a7a4f;
  box-shadow: 0 0 0 0 rgba(154, 122, 79, 0.55);
  animation: pulse 2.4s ease-out infinite;
}
.splash__accordions {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-self: stretch;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.splash__accordion {
  width: 100%;
  min-width: 0;
  border-top: 1px solid rgba(42, 37, 33, 0.1);
}
.splash__accordion:last-child {
  border-bottom: 1px solid rgba(42, 37, 33, 0.1);
}
.splash__accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f665a;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
          user-select: none;
  transition: color 0.25s ease;
}
.splash__accordion-summary::-webkit-details-marker {
  display: none;
}
.splash__accordion-summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: linear-gradient(currentColor, currentColor) center / 100% 1.25px no-repeat, linear-gradient(currentColor, currentColor) center / 1.25px 100% no-repeat;
  color: rgba(111, 102, 90, 0.7);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s ease;
}
.splash__accordion-summary:hover,
.splash__accordion[open] > .splash__accordion-summary {
  color: #2a2521;
}
.splash__accordion[open] > .splash__accordion-summary::after {
  transform: rotate(135deg);
  color: #2a2521;
}
.splash__accordion-content {
  padding-bottom: 1.4rem;
  color: #6f665a;
  text-align: left;
  min-width: 0;
  overflow-wrap: break-word;
}
.splash__accordion[open] .splash__accordion-content {
  animation: splash-rise 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.splash__about {
  text-align: left;
}
.splash__about p + p {
  margin-top: 1.25rem;
}
.splash__contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  font-style: normal;
}
.splash__contact-details a {
  color: #9a7a4f;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.splash__contact-details a:hover,
.splash__contact-details a:focus-visible {
  color: #2a2521;
  border-bottom-color: rgba(42, 37, 33, 0.3);
  outline: none;
}
.splash__address {
  color: #6f665a;
  line-height: 1.7;
}
.splash__address-name {
  font-weight: 600;
  color: #6f665a;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
@media (min-width: 640px) {
  body {
    font-size: 1.0625rem;
  }
  .splash {
    padding: 3rem 2rem;
  }
  .splash__inner {
    max-width: 40rem;
  }
  .splash__image {
    max-width: 20rem;
  }
  .splash__eyebrow {
    font-size: 0.75rem;
  }
  .splash__title {
    font-size: clamp(3.25rem, 6vw, 4rem);
  }
  .splash__notice {
    max-width: 28rem;
    font-size: 1.0625rem;
  }
  .splash__accordions {
    font-size: 0.9375rem;
  }
  .splash__accordion-summary {
    font-size: 0.75rem;
    padding: 1.125rem 0;
  }
  .splash__about {
    font-size: 1.0625rem;
  }
  .splash__address {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
  .splash {
    padding: 4rem 2.5rem;
  }
  .splash__inner {
    max-width: 44rem;
  }
  .splash__image {
    max-width: 22rem;
  }
  .splash__eyebrow {
    font-size: 0.8125rem;
  }
  .splash__title {
    font-size: 4.25rem;
  }
  .splash__notice {
    max-width: 30rem;
    font-size: 1.125rem;
  }
  .splash__accordions {
    font-size: 1rem;
  }
  .splash__accordion-summary {
    font-size: 0.8125rem;
    padding: 1.25rem 0;
  }
  .splash__about {
    font-size: 1.125rem;
  }
  .splash__address {
    font-size: 1rem;
  }
}
