*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; scroll-behavior: smooth; background: #F9F6F0; color: #3A302B; }
body { margin: 0; line-height: inherit; background: #F9F6F0; color: #3A302B; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: inherit; }
button, input, textarea, select { font: inherit; color: inherit; margin: 0; padding: 0; background: transparent; }
button { cursor: pointer; }
img, svg { display: block; }
img { max-width: 100%; height: auto; }

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.selection\:bg-cafe-500::selection { background: #C07D5A; }
.selection\:text-white::selection { color: #fff; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.top-4 { top: 1rem; }
.top-6 { top: 1.5rem; }
.top-28 { top: 7rem; }
.left-1\/2 { left: 50%; }
.right-0 { right: 0; }
.right-4 { right: 1rem; }
.z-10 { z-index: 10; }
.z-30 { z-index: 30; }
.z-50 { z-index: 50; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-auto { margin-top: auto; }
.mr-1 { margin-right: .25rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-7 { margin-bottom: 1.75rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-\[1px\] { height: 1px; }
.h-\[420px\] { height: 420px; }
.h-\[460px\] { height: 460px; }
.h-\[46vh\] { height: 46vh; }
.h-\[480px\] { height: 480px; }
.h-\[500px\] { height: 500px; }
.h-\[600px\] { height: 600px; }
.h-1 { height: .25rem; }
.h-4 { height: 1rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-52 { height: 13rem; }
.h-64 { height: 16rem; }
.h-72 { height: 18rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.min-h-\[88vh\] { min-height: 88vh; }
.min-h-24 { min-height: 6rem; }
.min-w-10 { min-width: 2.5rem; }
.w-\[90\%\] { width: 90%; }
.w-\[600px\] { width: 600px; }
.w-1 { width: .25rem; }
.w-4 { width: 1rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-16 { width: 4rem; }
.w-full { width: 100%; }
.max-w-\[1200px\] { max-width: 1200px; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-full { max-width: 100%; }
.flex-none { flex: none; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.translate-x-1\/4 { transform: translateX(25%); }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: .25rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-x-6 { column-gap: 1.5rem; }
.gap-y-3 { row-gap: .75rem; }
.space-x-7 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.75rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 2.5rem; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overscroll-x-contain { overscroll-behavior-x: contain; }
.whitespace-nowrap { white-space: nowrap; }
.scroll-mt-40 { scroll-margin-top: 10rem; }
.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-\[1\.5rem\] { border-radius: 1.5rem; }
.rounded-\[2rem\] { border-radius: 2rem; }
.border { border-width: 1px; }
.border-4 { border-width: 4px; }
.border-t { border-top-width: 1px; }
.border-white { border-color: #fff; }
.border-white\/50 { border-color: rgba(255,255,255,.5); }
.border-white\/55 { border-color: rgba(255,255,255,.55); }
.border-white\/60 { border-color: rgba(255,255,255,.6); }
.border-white\/70 { border-color: rgba(255,255,255,.7); }
.border-cafe-100 { border-color: #EBE4D8; }
.border-cafe-100\/20 { border-color: rgba(235,228,216,.2); }
.\!bg-cafe-900 { background-color: #3A302B !important; }
.bg-\[\#F9F6F0\], .bg-cafe-50 { background-color: #F9F6F0; }
.bg-\[\#F9F6F0\]\/80 { background-color: rgba(249,246,240,.8); }
.bg-white { background-color: #fff; }
.bg-white\/15 { background-color: rgba(255,255,255,.15); }
.bg-white\/20 { background-color: rgba(255,255,255,.2); }
.bg-white\/24 { background-color: rgba(255,255,255,.24); }
.bg-white\/25 { background-color: rgba(255,255,255,.25); }
.bg-white\/30 { background-color: rgba(255,255,255,.3); }
.bg-white\/35 { background-color: rgba(255,255,255,.35); }
.bg-white\/40 { background-color: rgba(255,255,255,.4); }
.bg-white\/45 { background-color: rgba(255,255,255,.45); }
.bg-white\/55 { background-color: rgba(255,255,255,.55); }
.bg-white\/90 { background-color: rgba(255,255,255,.9); }
.bg-cafe-100 { background-color: #EBE4D8; }
.bg-cafe-500 { background-color: #C07D5A; }
.bg-cafe-900 { background-color: #3A302B; }
.bg-cafe-900\/40 { background-color: rgba(58,48,43,.4); }
.bg-gradient-to-tr { background-image: linear-gradient(to top right, var(--tw-gradient-stops)); }
.from-\[\#5C4A42\]\/20 { --tw-gradient-from: rgba(92,74,66,.2); --tw-gradient-to: rgba(92,74,66,0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-transparent { --tw-gradient-to: transparent; }
.object-cover { object-fit: cover; }
.p-1 { padding: .25rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-1\.5 { padding-top: .375rem; padding-bottom: .375rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-2\.5 { padding-top: .625rem; padding-bottom: .625rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-8 { padding-top: 2rem; }
.pt-16 { padding-top: 4rem; }
.pt-24 { padding-top: 6rem; }
.pt-32 { padding-top: 8rem; }
.pt-36 { padding-top: 9rem; }
.pb-2 { padding-bottom: .5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-14 { padding-bottom: 3.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-24 { padding-bottom: 6rem; }
.pr-8 { padding-right: 2rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.font-serif { font-family: "Playfair Display", Georgia, serif; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.tracking-tight { letter-spacing: -.025em; }
.tracking-wide { letter-spacing: .025em; }
.tracking-wider { letter-spacing: .05em; }
.tracking-widest { letter-spacing: .1em; }
.text-\[\#3A302B\], .text-cafe-900 { color: #3A302B; }
.text-cafe-800 { color: #5C4A42; }
.text-cafe-500 { color: #C07D5A; }
.text-cafe-100 { color: #EBE4D8; }
.text-cafe-100\/50 { color: rgba(235,228,216,.5); }
.text-cafe-100\/70 { color: rgba(235,228,216,.7); }
.text-white { color: #fff; }
.text-amber-500 { color: #f59e0b; }
.underline { text-decoration-line: underline; }
.underline-offset-4 { text-underline-offset: 4px; }
.placeholder\:text-cafe-800\/50::placeholder { color: rgba(92,74,66,.5); }
.fill-current { fill: currentColor; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,.05); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.shadow-\[0_18px_45px_-22px_rgba\(58\2c 48\2c 43\2c 0\.55\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.65\)\] { box-shadow: 0 18px 45px -22px rgba(58,48,43,.55), inset 0 1px 0 rgba(255,255,255,.65); }
.shadow-\[0_20px_55px_-30px_rgba\(58\2c 48\2c 43\2c 0\.5\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.65\)\] { box-shadow: 0 20px 55px -30px rgba(58,48,43,.5), inset 0 1px 0 rgba(255,255,255,.65); }
.blur-3xl { filter: blur(64px); }
.backdrop-blur { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.backdrop-blur-2xl { backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-duration: 150ms; }
.transition-all { transition-property: all; transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.pointer-events-none { pointer-events: none; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(192,125,90,.4); }
.focus\:ring-cafe-500\/40:focus { box-shadow: 0 0 0 2px rgba(192,125,90,.4); }
.hover\:bg-cafe-500:hover { background-color: #C07D5A; }
.hover\:bg-cafe-900:hover { background-color: #3A302B; }
.hover\:bg-cafe-900\/50:hover { background-color: rgba(58,48,43,.5); }
.hover\:bg-white\/25:hover { background-color: rgba(255,255,255,.25); }
.hover\:bg-white\/35:hover { background-color: rgba(255,255,255,.35); }
.hover\:bg-white\/45:hover { background-color: rgba(255,255,255,.45); }
.hover\:border-cafe-900:hover { border-color: #3A302B; }
.hover\:text-cafe-500:hover { color: #C07D5A; }
.hover\:text-cafe-600:hover { color: #A66646; }
.hover\:text-white:hover { color: #fff; }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:mt-12 { margin-top: 3rem; }
}

@media (min-width: 768px) {
  .md\:hidden { display: none; }
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:w-1\/2 { width: 50%; }
  .md\:p-10 { padding: 2.5rem; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:rounded-full { border-radius: 9999px; }
  .md\:text-left { text-align: left; }
}

@media (min-width: 1024px) {
  .lg\:sticky { position: sticky; }
  .lg\:top-44 { top: 11rem; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:items-center { align-items: center; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-\[0\.9fr_1\.1fr\] { grid-template-columns: .9fr 1.1fr; }
  .lg\:grid-cols-\[0\.95fr_1\.05fr\] { grid-template-columns: .95fr 1.05fr; }
  .lg\:grid-cols-\[1\.05fr_0\.95fr\] { grid-template-columns: 1.05fr .95fr; }
  .lg\:grid-cols-\[1\.1fr_0\.9fr\] { grid-template-columns: 1.1fr .9fr; }
  .lg\:grid-cols-\[1fr_360px\] { grid-template-columns: 1fr 360px; }
  .lg\:w-1\/2 { width: 50%; }
  .lg\:h-\[calc\(100vh-8rem\)\] { height: calc(100vh - 8rem); }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:rounded-\[3rem\] { border-radius: 3rem; }
  .lg\:p-8 { padding: 2rem; }
  .lg\:pl-0 { padding-left: 0; }
  .lg\:pt-28 { padding-top: 7rem; }
  .lg\:px-20 { padding-left: 5rem; padding-right: 5rem; }
  .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

#mobile-btn {
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
}

@media (max-width: 767px) {
  nav #mobile-btn {
    display: flex !important;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #3A302B;
    z-index: 2;
  }
  nav #mobile-btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  nav #mobile-btn::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background: #3A302B;
    border-radius: 9999px;
    box-shadow: 0 -6px 0 #3A302B, 0 6px 0 #3A302B;
  }
  nav #mobile-btn svg { display: none; }
  #home .hero-copy { overflow: hidden; }
  html body #home h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 12.5vw, 3.45rem) !important;
    line-height: 1.04 !important;
  }
  html body #home h1 span {
    display: block;
    max-width: 100%;
    font-size: clamp(2.65rem, 12vw, 3.3rem) !important;
  }
}
