*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  color: #2A1F12;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65em;
  background-color: #F5EFE4;
  background-attachment: fixed;
  background-image: radial-gradient(52rem 34rem at 82% -8%, #F4D7BC80 0%, transparent 68%),radial-gradient(40rem 28rem at 6% 104%, #E2A93B29 0%, transparent 72%),linear-gradient(180deg, #F5EFE4 0%, #F2E9DA 55%, #EBE2D2 100%);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.035;
  pointer-events: none;
  background-image: url(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.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"));
  background-size: 180px 180px;
}
body > main, body > footer {
  position: relative;
  z-index: 1;
}
h1, h2, h3 {
  margin: 0;
  color: #2A1F12;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.12em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.3rem, 1.45rem + 3.1vw, 3.7rem);
  letter-spacing: -1.2px;
}
h2 {
  font-size: clamp(1.6rem, 1.28rem + 1.35vw, 2.15rem);
  letter-spacing: -0.5px;
}
h3 {
  font-size: 1.22rem;
  letter-spacing: -0.2px;
}
p {
  margin: 0;
  text-wrap: pretty;
}
a {
  color: #A8480F;
  text-decoration: none;
}
a:hover {
  color: #2A1F12;
}
img {
  height: auto;
  max-width: 100%;
}
a:focus-visible, button:focus-visible, input:focus-visible {
  border-radius: 10px;
  outline-color: #A8480F;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
}
.container {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.prose {
  max-width: 68ch;
}
.prose p + p {
  margin-top: 14px;
}
.prose h3 {
  margin-top: 28px;
  margin-bottom: 8px;
}
.prose ul {
  padding-left: 1.2em;
  margin-top: 14px;
}
.prose li {
  margin-bottom: 8px;
}
.prose li::marker {
  color: #D9651E;
}
.lead {
  color: #6B5B43;
  font-size: clamp(1.05rem, 1rem + 0.4vw, 1.25rem);
  line-height: 1.6em;
}
.eyebrow {
  margin-bottom: 14px;
  color: #A8480F;
  font-family: 'ui-monospace', monospace;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.4em;
}
.card, .panel {
  padding: clamp(22px, 1rem + 2vw, 38px);
  border: solid #2A1F121A 1px;
  border-radius: 20px;
  box-shadow: inset 0 1px #FFFFFF99, 0 8px 24px -8px #502A0C2E;
  background-image: linear-gradient(160deg, #FFFBF2 0%, #FFF8E8 60%, #F6ECDA 100%);
}
.panel {
  border-radius: 28px;
}
.skip-link {
  position: absolute;
  top: 0px;
  left: -9999px;
  z-index: 100;
  padding: 8px 16px;
  border-radius: 16px;
  color: #FFFFFF;
  background-color: #D9651E;
}
.skip-link:focus {
  position: absolute;
  top: 12px;
  left: 12px;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.cta {
  display: flex;
  position: relative;
  padding: clamp(32px, 2rem + 3vw, 60px);
  border: solid #2A1F1229 1px;
  box-shadow: inset 0 1px #FFFFFF99, 0 8px 24px -8px #502A0C2E, 0 0 80px -16px #D9651E3D;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  background-image: radial-gradient(28rem 18rem at 50% -20%, #F4D7BCB3 0%, transparent 70%),linear-gradient(155deg, #FFFDF6 0%, #FFF8E8 70%, #F7EBD2 100%);
}
.cta .lead {
  max-width: 56ch;
}
.guide-card {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
  flex-direction: column;
  row-gap: 8px;
  color: #6B5B43;
}
.guide-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}
.guide-card .eyebrow {
  margin: 0;
}
.guide-card h3 {
  color: #2A1F12;
}
.guide-card:hover {
  box-shadow: inset 0 1px #FFFFFF99, 0 18px 44px -14px #502A0C3D;
  transform: translateY(-3px);
}
.guide-card:hover h3 {
  color: #A8480F;
}
.guide-card.tint-0::before {
  background-color: #D9651E;
}
.guide-card.tint-1::before {
  background-color: #3F6B47;
}
.guide-card.tint-2::before {
  background-color: #B8423E;
}
.guide-card.tint-3::before {
  background-color: #7A5BA0;
}
.guide-card.tint-4::before {
  background-color: #E2A93B;
}
.guide-card.tint-5::before {
  background-color: #6B5B43;
}
.guide-card.tint-6::before {
  background-color: #A8957A;
}
.guide-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1.0fr));
  gap: 20px;
}
.store-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.store-links a {
  display: inline-flex;
  border-radius: 16px;
  transition: transform 200ms ease, filter 200ms ease;
}
.store-links a:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 18px rgba(80, 42, 12, 0.28));
}
footer {
  padding-top: 48px;
  padding-bottom: 28px;
  border-top-style: solid;
  border-top-color: #2A1F121A;
  border-top-width: 1px;
  color: #6B5B43;
  font-size: 0.9rem;
  background-image: linear-gradient(180deg, transparent 0%, #E3D7C233 100%);
}
footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 28px;
}
footer .footer-brand {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
footer .footer-name {
  color: #2A1F12;
  font-family: 'Fraunces', serif;
  font-size: 1.05rem;
  font-weight: 600;
}
footer .footer-tagline {
  max-width: 34em;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 8px;
  text-align: right;
}
footer ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  column-gap: 20px;
  list-style-type: none;
}
footer .copyright {
  padding-top: 14px;
  margin-top: 28px;
  border-top-style: solid;
  border-top-color: #2A1F121A;
  border-top-width: 1px;
  color: #A8957A;
  font-size: 0.82rem;
}
@media screen and (max-width: 850px) {
  footer .footer-inner, .footer-brand, .footer-links {
    align-items: center;
    text-align: center;
  }
  footer .footer-inner {
    flex-direction: column;
  }
  footer ul {
    justify-content: center;
  }
  footer .copyright {
    text-align: center;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 14px;
  padding-bottom: 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(180deg, #F5EFE4F2 0%, #F5EFE4CC 100%);
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent, #2A1F1226 20%, #2A1F1226 80%, transparent) 1;
}
header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
header .brand {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #2A1F12;
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.3px;
}
header .brand .brand-mark {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid #2A1F121A 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: transform 240ms ease;
  flex: none;
  background-color: #D9651E;
}
header .brand .brand-mark::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 8px;
  height: 8px;
  background-color: #F5EFE4;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
header .brand:hover .brand-mark {
  transform: rotate(-6deg);
}
header .nav-links {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4px;
  list-style-type: none;
}
header nav a {
  display: block;
  position: relative;
  padding: 7px 12px;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease;
  color: #6B5B43;
  font-size: 0.95rem;
}
header nav a:hover {
  color: #2A1F12;
  background-color: #F0E7D4;
}
header nav a.active {
  color: #2A1F12;
  background-color: #F4D7BC;
}
header nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
  background-color: #D9651E;
}
header nav a.lang {
  border: solid #2A1F121A 1px;
  color: #6B5B43;
  background-color: #FFFBF2;
}
header nav a.lang:hover {
  color: #2A1F12;
  background-color: #FFF8E8;
}
main {
  display: block;
  padding-bottom: 48px;
}
section.band {
  padding: clamp(48px, 5vw, 88px) 0;
}
section.band.page-head {
  padding-top: clamp(36px, 4vw, 64px);
}
section.band.page-head + section.band {
  padding-top: clamp(28px, 3vw, 44px);
}
section.band.page-head .lead {
  margin-top: 14px;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1.0fr));
  gap: 20px;
}
.faq-card {
  color: #6B5B43;
}
.faq-card h2 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  letter-spacing: 0;
}
section.band.feature {
  padding: clamp(36px, 3.5vw, 60px) 0;
}
.feature-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
section.band.feature.reversed .feature-inner {
  flex-direction: row-reverse;
}
.feature-art {
  width: 300px;
  max-width: 100%;
  flex: none;
}
.feature-shot {
  width: 100%;
  border: solid #2A1F121A 1px;
  border-radius: 24px;
  box-shadow: inset 0 1px #FFFFFF99, 0 8px 24px -8px #502A0C2E;
}
.feature-copy {
  max-width: 540px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 360px;
  color: #6B5B43;
}
.feature-index {
  margin-bottom: 8px;
  color: #F4D7BC;
  font-family: 'Fraunces', serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1em;
}
.feature-body {
  margin-top: 14px;
}
@media screen and (max-width: 850px) {
  .feature-inner, section.band.feature.reversed .feature-inner {
    flex-direction: column;
    gap: 28px;
  }
}
.breadcrumb {
  margin-bottom: 20px;
  font-size: 0.85rem;
}
.breadcrumb ol {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  column-gap: 8px;
  list-style-type: none;
  color: #A8957A;
}
.breadcrumb li + li::before {
  content: "›";
  margin-right: 8px;
  color: #A8957A;
}
.guide-sheet {
  max-width: 780px;
  color: #6B5B43;
}
.guide-sheet h2 {
  margin-top: 28px;
  margin-bottom: 14px;
}
.guide-sheet h2:first-child {
  margin-top: 0;
}
.guide-sheet .prose {
  max-width: 100%;
}
.guide-sheet .prose p {
  margin-top: 14px;
}
.guide-sheet .guide-updated {
  padding-top: 14px;
  margin-top: 28px;
  border-top-style: solid;
  border-top-color: #2A1F121A;
  border-top-width: 1px;
  color: #A8957A;
  font-size: 0.85rem;
}
.read-next {
  margin-top: 20px;
}
.hero-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.hero-copy {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  row-gap: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 420px;
}
.hero-copy .tagline {
  max-width: 52ch;
}
.hero-art {
  display: flex;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex: none;
}
.hero-image {
  width: 100%;
  border: solid #2A1F121A 1px;
  border-radius: 28px;
  box-shadow: inset 0 1px #FFFFFF99, 0 18px 44px -14px #502A0C3D;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1.0fr));
  gap: 20px;
}
.highlight-card {
  color: #6B5B43;
}
.highlight-card h2 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  letter-spacing: 0;
}
.story-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1.0fr));
  gap: 20px;
}
.story-card .prose {
  margin-top: 14px;
}
.home-guides {
  margin-top: 28px;
}
@media screen and (max-width: 850px) {
  .hero-inner {
    flex-direction: column;
    align-items: start;
  }
  .hero-art {
    max-width: 78%;
  }
}
.legal-sheet {
  max-width: 780px;
  color: #6B5B43;
}
.legal-sheet h2 {
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: 1.3rem;
}
.legal-sheet h2:first-child {
  margin-top: 0;
}
.legal-sheet .prose {
  max-width: 100%;
}
.legal-sheet .prose p {
  margin-top: 14px;
}