/* Insight@ — static stylesheet (generated; replaces the Tailwind Play CDN). */

/* ------------------------------------------------------------------
   SELF-HOSTED FONTS (GDPR: no requests to Google).
   Place the .woff2 files listed in fonts/README.txt in the /fonts folder.
   Until then the site falls back to Georgia / system fonts and still works.
------------------------------------------------------------------ */
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 300 600;
  font-display: swap; src: url('../fonts/fraunces-latin.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 300 600;
  font-display: swap; src: url('../fonts/fraunces-italic-latin.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400;
  font-display: swap; src: url('../fonts/instrument-sans-400.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 600;
  font-display: swap; src: url('../fonts/instrument-sans-600.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400;
  font-display: swap; src: url('../fonts/ibm-plex-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500;
  font-display: swap; src: url('../fonts/ibm-plex-mono-500.woff2') format('woff2'); }

/* ---------------- Preflight (minimal reset) ---------------- */
*, ::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; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
button, [role='button'] { cursor: pointer; }
:disabled { cursor: default; }
fieldset { margin: 0; padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
img, svg, video, canvas, iframe { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* ---------------- Site components ---------------- */
html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; }
body { font-family: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif; }

.hairline { border-top: 1px solid rgba(241,236,223,0.18); }
.engrave  { text-shadow: 0 1px 0 rgba(255,255,255,0.5); }

.lift { transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .35s ease; }
.lift:hover { transform: translateY(-4px); }

/* Honeypot: present in DOM, hidden from humans. Do not fill. */
.hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid #EFE9DA; outline-offset: 3px; border-radius: 2px;
}

dialog { border: none; padding: 0; }
dialog::backdrop { background: rgba(11,29,22,0.55); backdrop-filter: blur(2px); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.is-in { opacity: 1; transform: none; }

/* Upcoming visits: content blurred, "coming soon" label stays sharp. */
.blurred { filter: blur(6px); user-select: none; pointer-events: none; }

/* Placeholder blocks marking where copy still has to be written. */
.placeholder { border: 1px dashed currentColor; opacity: .45; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lift, .reveal { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------------- Utilities ---------------- */
.-mr-2 { margin-right: -0.5rem; }
.-right-16 { right: -4rem; }
.-top-10 { top: -2.5rem; }
.absolute { position: absolute; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.aspect-\[16\/10\] { aspect-ratio: 16/10; }
.aspect-\[4\/3\] { aspect-ratio: 4/3; }
.aspect-\[4\/5\] { aspect-ratio: 4/5; }
.backdrop-blur-md { -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.bg-cream { background-color: #F1ECDF; }
.bg-cream\/10 { background-color: rgba(241, 236, 223, 0.1); }
.bg-cream\/20 { background-color: rgba(241, 236, 223, 0.2); }
.bg-forest { background-color: #16352A; }
.bg-forest\/90 { background-color: rgba(22, 53, 42, 0.9); }
.bg-forest2 { background-color: #1E4738; }
.bg-ink { background-color: #0B1D16; }
.bg-ink\/10 { background-color: rgba(11, 29, 22, 0.1); }
.bg-ink\/45 { background-color: rgba(11, 29, 22, 0.45); }
.bg-parchment { background-color: #EFE9DA; }
.bg-parchment\/85 { background-color: rgba(239, 233, 218, 0.85); }
.bg-parchment2 { background-color: #F6F2E8; }
.bg-white { background-color: #FFFFFF; }
.block { display: block; }
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-cream\/10 { border-color: rgba(241, 236, 223, 0.1); }
.border-cream\/15 { border-color: rgba(241, 236, 223, 0.15); }
.border-cream\/30 { border-color: rgba(241, 236, 223, 0.3); }
.border-cream\/35 { border-color: rgba(241, 236, 223, 0.35); }
.border-ink\/10 { border-color: rgba(11, 29, 22, 0.1); }
.border-ink\/15 { border-color: rgba(11, 29, 22, 0.15); }
.border-t { border-top-width: 1px; }
.bottom-3 { bottom: 0.75rem; }
.drop-shadow-\[0_1px_3px_rgba\(0\,0\,0\,0\.6\)\] { filter: drop-shadow(0 1px 3px rgba(0,0,0,0.6)); }
.duration-300 { transition-duration: 300ms; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.font-display { font-family: Fraunces, Georgia, 'Times New Roman', serif; }
.font-mono { font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.font-normal { font-weight: 400; }
.font-sans { font-family: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-px { gap: 1px; }
.grid { display: grid; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-4 { height: 1rem; }
.h-full { height: 100%; }
.hidden { display: none; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.inset-0 { inset: 0px; }
.italic { font-style: italic; }
.items-baseline { align-items: baseline; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.leading-\[0\.98\] { line-height: 0.98; }
.leading-\[1\.05\] { line-height: 1.05; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.list-disc { list-style-type: disc; }
.max-h-full { max-height: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-\[60\%\] { max-width: 60%; }
.max-w-xl { max-width: 36rem; }
.max-w-xs { max-width: 20rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.min-h-\[1\.25rem\] { min-height: 1.25rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-20 { margin-top: 5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-8 { margin-top: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.object-center { object-position: center; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.opacity-0 { opacity: 0; }
.overflow-hidden { overflow: hidden; }
.p-10 { padding: 2.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-24 { padding-bottom: 6rem; }
.pl-5 { padding-left: 1.25rem; }
.pointer-events-none { pointer-events: none; }
.pt-16 { padding-top: 4rem; }
.pt-20 { padding-top: 5rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.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-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.relative { position: relative; }
.resize-y { resize: vertical; }
.right-4 { right: 1rem; }
.rounded-sm { border-radius: 0.125rem; }
.select-none { user-select: none; }
.space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 2.5rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.sticky { position: sticky; }
.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; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-\[11px\] { font-size: 11px; }
.text-\[16rem\] { font-size: 16rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-center { text-align: center; }
.text-cream { color: #F1ECDF; }
.text-cream\/35 { color: rgba(241, 236, 223, 0.35); }
.text-cream\/40 { color: rgba(241, 236, 223, 0.4); }
.text-cream\/45 { color: rgba(241, 236, 223, 0.45); }
.text-cream\/5 { color: rgba(241, 236, 223, 0.05); }
.text-cream\/55 { color: rgba(241, 236, 223, 0.55); }
.text-cream\/60 { color: rgba(241, 236, 223, 0.6); }
.text-cream\/70 { color: rgba(241, 236, 223, 0.7); }
.text-cream\/75 { color: rgba(241, 236, 223, 0.75); }
.text-cream\/85 { color: rgba(241, 236, 223, 0.85); }
.text-forest { color: #16352A; }
.text-ink { color: #0B1D16; }
.text-ink\/10 { color: rgba(11, 29, 22, 0.1); }
.text-ink\/25 { color: rgba(11, 29, 22, 0.25); }
.text-ink\/45 { color: rgba(11, 29, 22, 0.45); }
.text-ink\/70 { color: rgba(11, 29, 22, 0.7); }
.text-ink\/75 { color: rgba(11, 29, 22, 0.75); }
.text-left { text-align: left; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-parchment { color: #EFE9DA; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.top-0 { top: 0px; }
.tracking-label { letter-spacing: 0.22em; }
.tracking-tight { letter-spacing: -0.025em; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.underline { text-decoration-line: underline; }
.uppercase { text-transform: uppercase; }
.w-10 { width: 2.5rem; }
.w-full { width: 100%; }
.w-px { width: 1px; }
.z-50 { z-index: 50; }

/* ---- state & pseudo-element variants ---- */
.file\:bg-forest2::file-selector-button { background-color: #1E4738; }
.file\:border::file-selector-button { border-width: 1px; }
.file\:border-cream\/25::file-selector-button { border-color: rgba(241, 236, 223, 0.25); }
.file\:cursor-pointer::file-selector-button { cursor: pointer; }
.file\:font-mono::file-selector-button { font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.file\:mr-4::file-selector-button { margin-right: 1rem; }
.file\:px-4::file-selector-button { padding-left: 1rem; padding-right: 1rem; }
.file\:py-2::file-selector-button { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.file\:rounded-sm::file-selector-button { border-radius: 0.125rem; }
.file\:text-\[11px\]::file-selector-button { font-size: 11px; }
.file\:text-cream::file-selector-button { color: #F1ECDF; }
.file\:tracking-label::file-selector-button { letter-spacing: 0.22em; }
.file\:uppercase::file-selector-button { text-transform: uppercase; }
.focus\:bg-cream:focus { background-color: #F1ECDF; }
.focus\:border-cream\/60:focus { border-color: rgba(241, 236, 223, 0.6); }
.focus\:fixed:focus { position: fixed; }
.focus\:left-3:focus { left: 0.75rem; }
.focus\:not-sr-only:focus { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:px-4:focus { padding-left: 1rem; padding-right: 1rem; }
.focus\:py-2:focus { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.focus\:rounded:focus { border-radius: 0.25rem; }
.focus\:text-ink:focus { color: #0B1D16; }
.focus\:top-3:focus { top: 0.75rem; }
.focus\:z-\[60\]:focus { z-index: 60; }
.group\/li:focus-visible .group-focus-visible\/li\:opacity-100 { opacity: 1; }
.group\/li:hover .group-hover\/li\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:border-cream\/40 { border-color: rgba(241, 236, 223, 0.4); }
.hover\:bg-cream\/20:hover { background-color: rgba(241, 236, 223, 0.2); }
.hover\:bg-forest:hover { background-color: #16352A; }
.hover\:bg-parchment2:hover { background-color: #F6F2E8; }
.hover\:border-cream\/60:hover { border-color: rgba(241, 236, 223, 0.6); }
.hover\:border-cream\/70:hover { border-color: rgba(241, 236, 223, 0.7); }
.hover\:file\:border-cream\/50:hover::file-selector-button { border-color: rgba(241, 236, 223, 0.5); }
.hover\:text-cream:hover { color: #F1ECDF; }
.hover\:text-parchment:hover { color: #EFE9DA; }
.placeholder-cream\/35::placeholder { color: rgba(241, 236, 223, 0.35); }
.selection\:bg-cream\/25 *::selection, .selection\:bg-cream\/25::selection { background-color: rgba(241, 236, 223, 0.25); }
.selection\:text-cream *::selection, .selection\:text-cream::selection { color: #F1ECDF; }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:items-center { align-items: center; }
  .sm\:items-end { align-items: flex-end; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:mt-28 { margin-top: 7rem; }
  .sm\:p-10 { padding: 2.5rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:pb-14 { padding-bottom: 3.5rem; }
  .sm\:pb-20 { padding-bottom: 5rem; }
  .sm\:pb-32 { padding-bottom: 8rem; }
  .sm\:pt-20 { padding-top: 5rem; }
  .sm\:pt-28 { padding-top: 7rem; }
  .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .sm\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .sm\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .sm\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .sm\:right-0 { right: 0px; }
  .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .sm\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .sm\:text-\[24rem\] { font-size: 24rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-right { text-align: right; }
  .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .sm\:text-xs { font-size: 0.75rem; line-height: 1rem; }
  .sm\:top-0 { top: 0px; }
}

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

@media (min-width: 1024px) {
  .lg\:gap-12 { gap: 3rem; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:text-\[5\.5rem\] { font-size: 5.5rem; }
}
