*, *::before, *::after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

html {
  line-height: 1.5;
  tab-size: 4;
  font-family: Inter, system-ui, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
h3,
p,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button {
  cursor: pointer;
  background: transparent;
  background-image: none;
}

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

strong {
  font-weight: bolder;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.-inset-2 { inset: -.5rem; }
.-inset-4 { inset: -1rem; }
.-bottom-3 { bottom: -.75rem; }
.-left-3 { left: -.75rem; }
.-left-\[9px\] { left: -9px; }
.top-0 { top: 0; }
.top-1\.5 { top: .375rem; }
.z-40 { z-index: 40; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.mx-auto { margin-left: auto; margin-right: auto; }
.-mr-2 { margin-right: -.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.ml-2 { margin-left: .5rem; }
.mt-0\.5 { margin-top: .125rem; }
.mt-1 { margin-top: .25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-auto { margin-top: auto; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-1\.5 { height: .375rem; }
.h-10 { height: 2.5rem; }
.h-3\.5 { height: .875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-60 { height: 15rem; }
.h-full { height: 100%; }
.w-1\.5 { width: .375rem; }
.w-10 { width: 2.5rem; }
.w-3\.5 { width: .875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-60 { width: 15rem; }
.w-full { width: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.-rotate-3 { transform: rotate(-3deg); }
.rotate-2 { transform: rotate(2deg); }
@keyframes pulse { 50% { opacity: .5; } }
.animate-pulse { animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: .25rem; }
.gap-1\.5 { gap: .375rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-8 { gap: 2rem; }
.gap-x-3 { column-gap: .75rem; }
.gap-x-8 { column-gap: 2rem; }
.gap-y-3 { row-gap: .75rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.overflow-hidden { overflow: hidden; }
.rounded-2xl { border-radius: 1rem; }
.rounded-\[1\.5rem\] { border-radius: 1.5rem; }
.rounded-\[1\.75rem\] { border-radius: 1.75rem; }
.rounded-\[2rem\] { border-radius: 2rem; }
.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: .75rem; }
.border { border-width: 1px; }
.border-4 { border-width: 4px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l-2 { border-left-width: 2px; }
.border-t { border-top-width: 1px; }
.border-emerald-200 { border-color: rgb(167 243 208); }
.border-ink\/15 { border-color: rgb(26 22 18 / .15); }
.border-line { border-color: rgb(232 223 210); }
.border-line\/60 { border-color: rgb(232 223 210 / .6); }
.border-paper { border-color: rgb(251 247 240); }
.bg-accent { background-color: rgb(184 85 42); }
.bg-accent\/10 { background-color: rgb(184 85 42 / .1); }
.bg-cream\/40 { background-color: rgb(247 241 232 / .4); }
.bg-cream\/50 { background-color: rgb(247 241 232 / .5); }
.bg-cream\/60 { background-color: rgb(247 241 232 / .6); }
.bg-emerald-50 { background-color: rgb(236 253 245); }
.bg-emerald-500 { background-color: rgb(16 185 129); }
.bg-ink { background-color: rgb(26 22 18); }
.bg-ink\/5 { background-color: rgb(26 22 18 / .05); }
.bg-ink\/70 { background-color: rgb(26 22 18 / .7); }
.bg-line { background-color: rgb(232 223 210); }
.bg-paper { background-color: rgb(251 247 240); }
.bg-paper\/85 { background-color: rgb(251 247 240 / .85); }
.object-cover { object-fit: cover; }
.p-2 { padding: .5rem; }
.p-6 { padding: 1.5rem; }
.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; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-3\.5 { padding-top: .875rem; padding-bottom: .875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-6 { padding-left: 1.5rem; }
.pt-12 { padding-top: 3rem; }
.pt-5 { padding-top: 1.25rem; }
.text-center { text-align: center; }
.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-\[11px\] { font-size: 11px; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.font-medium { font-weight: 500; }
.font-normal { font-weight: 400; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-\[1\.05\] { line-height: 1.05; }
.leading-relaxed { line-height: 1.625; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.tracking-tight { letter-spacing: 0; }
.tracking-wider { letter-spacing: .05em; }
.tracking-widest { letter-spacing: .1em; }
.text-accent { color: rgb(184 85 42); }
.text-cream { color: rgb(247 241 232); }
.text-emerald-700 { color: rgb(4 120 87); }
.text-emerald-800 { color: rgb(6 95 70); }
.text-ink { color: rgb(26 22 18); }
.text-ink\/70 { color: rgb(26 22 18 / .7); }
.text-ink\/80 { color: rgb(26 22 18 / .8); }
.text-ink\/85 { color: rgb(26 22 18 / .85); }
.text-line { color: rgb(232 223 210); }
.text-muted { color: rgb(107 93 79); }
.underline { text-decoration-line: underline; }
.decoration-accent { text-decoration-color: #b8552a; }
.decoration-\[3px\] { text-decoration-thickness: 3px; }
.underline-offset-4 { text-underline-offset: 4px; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.backdrop-blur { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.transition-colors { transition: color 150ms cubic-bezier(.4, 0, .2, 1), background-color 150ms cubic-bezier(.4, 0, .2, 1), border-color 150ms cubic-bezier(.4, 0, .2, 1), text-decoration-color 150ms cubic-bezier(.4, 0, .2, 1), fill 150ms cubic-bezier(.4, 0, .2, 1), stroke 150ms cubic-bezier(.4, 0, .2, 1); }
.transition-transform { transition: transform 150ms cubic-bezier(.4, 0, .2, 1); }
.hover\:border-accent:hover { border-color: rgb(184 85 42); }
.hover\:bg-accent:hover { background-color: rgb(184 85 42); }
.hover\:text-accent:hover { color: rgb(184 85 42); }
.group:hover .group-hover\:scale-125 { transform: scale(1.25); }

@media (min-width: 640px) {
  .sm\:-inset-3 { inset: -.75rem; }
  .sm\:-inset-6 { inset: -1.5rem; }
  .sm\:-bottom-4 { bottom: -1rem; }
  .sm\:-left-4 { left: -1rem; }
  .sm\:block { display: block; }
  .sm\:inline-block { display: inline-block; }
  .sm\:h-72 { height: 18rem; }
  .sm\:w-72 { width: 18rem; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:flex-row { flex-direction: row; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:gap-6 { gap: 1.5rem; }
  .sm\:gap-8 { gap: 2rem; }
  .sm\:p-7 { padding: 1.75rem; }
  .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .sm\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .sm\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .sm\:pb-24 { padding-bottom: 6rem; }
  .sm\:pt-20 { padding-top: 5rem; }
  .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
}

@media (min-width: 768px) {
  .md\:order-1 { order: 1; }
  .md\:order-2 { order: 2; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
  .md\:col-span-7 { grid-column: span 7 / span 7; }
  .md\:col-span-8 { grid-column: span 8 / span 8; }
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:h-80 { height: 20rem; }
  .md\:w-80 { width: 20rem; }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:justify-end { justify-content: flex-end; }
  .md\:gap-12 { gap: 3rem; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
