/* ==========================================================================
   Alderpath — tailwind.css
   The Tailwind utility subset this template uses, pre-built into a static
   stylesheet. Shipped this way on purpose: the Tailwind Play CDN compiles in
   the browser on every page load, which causes a flash of unstyled content
   and breaks the page entirely if the CDN is unreachable. Tailwind's own docs
   mark it development-only.

   Design tokens live in js/tailwind.config.js. If you add utilities, rebuild
   with the Tailwind CLI against that config, or hand-add them below.
   ========================================================================== */

/* --------------------------------------------------------------------------
   PREFLIGHT
   Tailwind's own base reset, reduced to what this template relies on. Without
   this, border-box is lost and padded inputs overflow their grid track.
   -------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #E8ECEC; }

html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }

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

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }

p, figure, blockquote, dl, dd, address { margin: 0; }

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

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

b, strong { font-weight: bolder; }

img, svg, video, canvas, iframe, object, embed {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="submit"] { -webkit-appearance: button; background-color: transparent; background-image: none; cursor: pointer; }

:disabled { cursor: default; }

textarea { resize: vertical; }

::placeholder { opacity: 1; color: #9CA3AF; }

summary { display: list-item; }

[hidden] { display: none !important; }


.-left-10{left:-2.5rem}
.-left-40{left:-10.0rem}
.-right-24{right:-6.0rem}
.-right-52{right:-13.0rem}
.-top-24{top:-6.0rem}
.-top-28{top:-7.0rem}
.-top-8{top:-2.0rem}
.absolute{position:absolute}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bg-amber\/15{background-color:rgba(245,166,35,0.15)}
.bg-cream{background-color:#FFF8EF}
.bg-sand{background-color:#FFFDF9}
.bg-teal\/10{background-color:rgba(13,107,104,0.1)}
.bg-white{background-color:#FFFFFF}
.border{border-width:1px;border-style:solid}
.border-line{border-color:#E8ECEC}
.fixed{position:fixed}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.font-500{font-weight:500}
.font-600{font-weight:600}
.font-700{font-weight:700}
.font-display{font-family:'Fraunces',Georgia,serif}
.font-sans{font-family:'Plus Jakarta Sans',system-ui,sans-serif}
.gap-1{gap:0.25rem}
.gap-12{gap:3.0rem}
.gap-14{gap:3.5rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1.0rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-7{gap:1.75rem}
.gap-8{gap:2.0rem}
.gap-9{gap:2.25rem}
.gap-x-12{column-gap:3.0rem}
.gap-y-6{row-gap:1.5rem}
.grid{display:grid}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-20{height:5.0rem}
.h-3\.5{height:0.875rem}
.h-4{height:1.0rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-\[1\.05rem\]{height:1.05rem}
.h-full{height:100%}
.hidden{display:none}
.inset-x-0{left:0;right:0}
.italic{font-style:italic}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-stretch{align-items:stretch}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.leading-\[0\.98\]{line-height:0.98}
.leading-\[1\.06\]{line-height:1.06}
.leading-\[1\.08\]{line-height:1.08}
.leading-none{line-height:1}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.max-w-\[1440px\]{max-width:1440px}
.max-w-\[38ch\]{max-width:38ch}
.max-w-\[46ch\]{max-width:46ch}
.max-w-\[52ch\]{max-width:52ch}
.mt-1{margin-top:0.25rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3.0rem}
.mt-14{margin-top:3.5rem}
.mt-2{margin-top:0.5rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1.0rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}
.mt-8{margin-top:2.0rem}
.mt-9{margin-top:2.25rem}
.mx-auto{margin-left:auto;margin-right:auto}
.not-italic{font-style:normal}
.object-cover{object-fit:cover}
.opacity-70{opacity:0.7}
.opacity-90{opacity:0.9}
.overflow-hidden{overflow:hidden}
.pb-24{padding-bottom:6.0rem}
.pb-28{padding-bottom:7.0rem}
.pb-40{padding-bottom:10.0rem}
.pb-6{padding-bottom:1.5rem}
.place-items-center{place-items:center}
.pointer-events-none{pointer-events:none}
.pt-2{padding-top:0.5rem}
.pt-3{padding-top:0.75rem}
.pt-32{padding-top:8.0rem}
.pt-4{padding-top:1.0rem}
.pt-40{padding-top:10.0rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-20{padding-top:5.0rem;padding-bottom:5.0rem}
.py-28{padding-top:7.0rem;padding-bottom:7.0rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.relative{position:relative}
.rounded-full{border-radius:9999px}
.rounded-xl{border-radius:.75rem}
.shrink-0{flex-shrink:0}
.text-\[0\.72rem\]{font-size:0.72rem}
.text-\[0\.78rem\]{font-size:0.78rem}
.text-\[0\.7rem\]{font-size:0.7rem}
.text-\[0\.94rem\]{font-size:0.94rem}
.text-\[0\.95rem\]{font-size:0.95rem}
.text-\[0\.96rem\]{font-size:0.96rem}
.text-\[0\.98rem\]{font-size:0.98rem}
.text-\[0\.9rem\]{font-size:0.9rem}
.text-\[1\.02rem\]{font-size:1.02rem}
.text-\[1\.05rem\]{font-size:1.05rem}
.text-\[1\.075rem\]{font-size:1.075rem}
.text-\[1\.35rem\]{font-size:1.35rem}
.text-\[1\.5rem\]{font-size:1.5rem}
.text-\[1\.6rem\]{font-size:1.6rem}
.text-\[2rem\]{font-size:2rem}
.text-\[clamp\(1\.7rem\,3\.2vw\,2\.6rem\)\]{font-size:clamp(1.7rem,3.2vw,2.6rem)}
.text-\[clamp\(1\.7rem\,3vw\,2\.5rem\)\]{font-size:clamp(1.7rem,3vw,2.5rem)}
.text-\[clamp\(2\.9rem\,6\.4vw\,5\.4rem\)\]{font-size:clamp(2.9rem,6.4vw,5.4rem)}
.text-amber{color:#F5A623}
.text-center{text-align:center}
.text-cream{color:#FFF8EF}
.text-cream\/65{color:rgba(255,248,239,0.65)}
.text-cream\/70{color:rgba(255,248,239,0.7)}
.text-cream\/75{color:rgba(255,248,239,0.75)}
.text-cream\/85{color:rgba(255,248,239,0.85)}
.text-ink{color:#24343B}
.text-ink\/45{color:rgba(36,52,59,0.45)}
.text-ink\/50{color:rgba(36,52,59,0.5)}
.text-ink\/55{color:rgba(36,52,59,0.55)}
.text-ink\/60{color:rgba(36,52,59,0.6)}
.text-ink\/70{color:rgba(36,52,59,0.7)}
.text-teal{color:#0D6B68}
.top-0{top:0.0rem}
.top-40{top:10.0rem}
.tracking-\[-0\.025em\]{letter-spacing:-0.025em}
.tracking-\[-0\.03em\]{letter-spacing:-0.03em}
.tracking-\[0\.14em\]{letter-spacing:0.14em}
.tracking-\[0\.16em\]{letter-spacing:0.16em}
.tracking-\[0\.22em\]{letter-spacing:0.22em}
.tracking-tight{letter-spacing:-.025em}
.uppercase{text-transform:uppercase}
.w-10{width:2.5rem}
.w-11{width:2.75rem}
.w-3\.5{width:0.875rem}
.w-4{width:1.0rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-64{width:16.0rem}
.w-96{width:24.0rem}
.w-\[1\.05rem\]{width:1.05rem}
.w-\[34rem\]{width:34rem}
.w-\[38rem\]{width:38rem}
.w-full{width:100%}
.z-10{z-index:10}
.z-50{z-index:50}

@media (min-width: 640px) {
  .sm\:col-span-2{grid-column:span 2/span 2}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:w-auto{width:auto}
}

@media (min-width: 768px) {
  .md\:block{display:block}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (min-width: 1024px) {
  .lg\:-left-20{left:-5.0rem}
  .lg\:flex{display:flex}
  .lg\:gap-16{gap:4.0rem}
  .lg\:gap-20{gap:5.0rem}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:grid-cols-\[0\.85fr_1\.15fr\]{grid-template-columns:0.85fr 1.15fr}
  .lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:0.9fr 1.1fr}
  .lg\:grid-cols-\[1\.05fr_1fr\]{grid-template-columns:1.05fr 1fr}
  .lg\:grid-cols-\[1\.15fr_1fr\]{grid-template-columns:1.15fr 1fr}
  .lg\:grid-cols-\[1\.4fr_1fr_1fr_1\.3fr\]{grid-template-columns:1.4fr 1fr 1fr 1.3fr}
  .lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
  .lg\:hidden{display:none}
  .lg\:pb-56{padding-bottom:14.0rem}
  .lg\:pt-40{padding-top:10.0rem}
  .lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}
  .lg\:w-80{width:20.0rem}
}
