/* ---- minimal preflight (subset of Tailwind base reset) ---- */
*, *::before, *::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: rgba(173,138,87,0.2); }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, h4 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
img, svg, video, canvas { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
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'] { -webkit-appearance: button; background-color: transparent; background-image: none; cursor: pointer; }
ul, ol { list-style: none; margin: 0; padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9a978f; }
:focus-visible { outline: 2px solid #B7CFDC; outline-offset: 2px; }
/* ---- design system / custom components ---- */
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background:#FAF6EE; color:#231F1B; }
h1,h2,h3,.font-display { font-family: 'Playfair Display', serif; }

.page { display: none; }
.page.active { display: block; animation: fadeIn .5s ease; }
@keyframes fadeIn { from { opacity:0; transform: translateY(8px);} to {opacity:1; transform:translateY(0);} }

.window-frame { position: relative; overflow: hidden; }
.window-frame::before, .window-frame::after {
  content: ""; position: absolute; background: rgba(250,246,238,0.55); z-index: 10; pointer-events:none;
}
.window-frame::before { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-1px); }
.window-frame::after { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-1px); }
.window-frame.thin::before, .window-frame.thin::after { background: rgba(255,255,255,0.35); }

.corner-mark { position:relative; }
.corner-mark::before, .corner-mark::after {
  content:""; position:absolute; width:18px; height:18px; border-color:#AD8A57; opacity:.8;
}
.corner-mark::before { top:-1px; left:-1px; border-top:2px solid; border-left:2px solid; }
.corner-mark::after { bottom:-1px; right:-1px; border-bottom:2px solid; border-right:2px solid; }

.marquee-track { display:flex; width:max-content; animation: marquee 42s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(-50%);} to { transform: translateX(0);} }

.nav-link { position:relative; }
.nav-link::after {
  content:""; position:absolute; left:0; bottom:-4px; width:0; height:1px; background:#AD8A57; transition:width .3s ease;
}
.nav-link.is-active::after, .nav-link:hover::after { width:100%; }
.nav-link.is-active { color:#8C6E3F; }

.faq-panel { max-height:0; overflow:hidden; transition:max-height .4s ease; }
.faq-item.open .faq-panel { max-height: 320px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-icon { transition: transform .3s ease; }

.fade-slide { transition: opacity .6s ease; }

::selection { background:#B7CFDC; color:#152A37; }
.divider-brass { height:1px; background:linear-gradient(90deg, transparent, #AD8A57, transparent); }

input:focus, textarea:focus, select:focus { outline: none; box-shadow: 0 0 0 2px #B7CFDC; }

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .page.active { animation: none; }
}
.active {  }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.bg-brass { background-color: #AD8A57; }
.bg-brass\/30 { background-color: rgba(173, 138, 87, 0.3); }
.bg-cream { background-color: #FAF6EE; }
.bg-cream\/40 { background-color: rgba(250, 246, 238, 0.4); }
.bg-cream\/5 { background-color: rgba(250, 246, 238, 0.05); }
.bg-cream\/90 { background-color: rgba(250, 246, 238, 0.9); }
.bg-navy { background-color: #1E3A4C; }
.bg-navydeep { background-color: #152A37; }
.bg-paper { background-color: #FFFFFF; }
.bg-paper\/60 { background-color: rgba(255, 255, 255, 0.6); }
.bg-sky\/40 { background-color: rgba(183, 207, 220, 0.4); }
.block { display: block; }
.border { border-width: 1px; border-style: solid; border-color: rgba(173,138,87,0.2); }
.border-0 { border-width: 0; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-brass { border-color: #AD8A57; }
.border-brass\/15 { border-color: rgba(173, 138, 87, 0.15); }
.border-brass\/20 { border-color: rgba(173, 138, 87, 0.2); }
.border-brass\/30 { border-color: rgba(173, 138, 87, 0.3); }
.border-cream\/10 { border-color: rgba(250, 246, 238, 0.1); }
.border-cream\/20 { border-color: rgba(250, 246, 238, 0.2); }
.border-navy\/30 { border-color: rgba(30, 58, 76, 0.3); }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.font-display { font-family: 'Playfair Display', serif; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-14 { gap: 3.5rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-x-12 { column-gap: 3rem; }
.gap-y-4 { row-gap: 1rem; }
.grid { display: grid; }
.group {  }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-2\.5 { height: 0.625rem; }
.h-20 { height: 5rem; }
.h-40 { height: 10rem; }
.h-56 { height: 14rem; }
.h-64 { height: 16rem; }
.h-9 { height: 2.25rem; }
.h-\[380px\] { height: 380px; }
.h-\[420px\] { height: 420px; }
.hidden { display: none; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.leading-\[1\.05\] { line-height: 1.05; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.left-0 { left: 0; }
.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-7xl { max-width: 80rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-9 { margin-bottom: 2.25rem; }
.min-h-\[220px\] { min-height: 220px; }
.mt-1 { margin-top: 0.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.object-cover { object-fit: cover; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.overflow-hidden { overflow: hidden; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-14 { padding-bottom: 3.5rem; }
.pb-20 { padding-bottom: 5rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pr-4 { padding-right: 1rem; }
.pt-20 { padding-top: 5rem; }
.pt-4 { padding-top: 1rem; }
.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; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.relative { position: relative; }
.right-0 { right: 0; }
.rounded-full { border-radius: 9999px; }
.rounded-md { border-radius: 0.375rem; }
.scroll-smooth { scroll-behavior: smooth; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.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-\[11px\] { font-size: 11px; }
.text-\[15px\] { font-size: 15px; }
.text-brass { color: #AD8A57; }
.text-brassdk { color: #8C6E3F; }
.text-center { text-align: center; }
.text-cream { color: #FAF6EE; }
.text-cream\/40 { color: rgba(250, 246, 238, 0.4); }
.text-cream\/55 { color: rgba(250, 246, 238, 0.55); }
.text-cream\/60 { color: rgba(250, 246, 238, 0.6); }
.text-cream\/70 { color: rgba(250, 246, 238, 0.7); }
.text-ink { color: #231F1B; }
.text-ink\/40 { color: rgba(35, 31, 27, 0.4); }
.text-ink\/60 { color: rgba(35, 31, 27, 0.6); }
.text-ink\/65 { color: rgba(35, 31, 27, 0.65); }
.text-ink\/70 { color: rgba(35, 31, 27, 0.7); }
.text-ink\/75 { color: rgba(35, 31, 27, 0.75); }
.text-ink\/80 { color: rgba(35, 31, 27, 0.8); }
.text-left { text-align: left; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-navy { color: #1E3A4C; }
.text-navy\/50 { color: rgba(30, 58, 76, 0.5); }
.text-navydeep { color: #152A37; }
.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: 0; }
.tracking-\[0\.25em\] { letter-spacing: 0.25em; }
.tracking-\[0\.3em\] { letter-spacing: 0.3em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-widest { letter-spacing: 0.1em; }
.transition-colors { transition-property: color, background-color, border-color; transition-duration: .2s; transition-timing-function: ease; }
.transition-transform { transition-property: transform; transition-duration: .2s; transition-timing-function: ease; }
.uppercase { text-transform: uppercase; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-2\.5 { width: 0.625rem; }
.w-9 { width: 2.25rem; }
.w-\[300px\] { width: 300px; }
.w-full { width: 100%; }
.z-50 { z-index: 50; }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:bg-brass\/10:hover { background-color: rgba(173, 138, 87, 0.1); }
.hover\:bg-brassdk:hover { background-color: #8C6E3F; }
.hover\:bg-cream\/10:hover { background-color: rgba(250, 246, 238, 0.1); }
.hover\:bg-navydeep:hover { background-color: #152A37; }
.hover\:border-brass:hover { border-color: #AD8A57; }
.hover\:text-brass:hover { color: #AD8A57; }
.hover\:text-brassdk:hover { color: #8C6E3F; }
@media (min-width: 640px) { .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 640px) { .sm\:inline-flex { display: inline-flex; } }
@media (min-width: 768px) { .md\:block { display: block; } }
@media (min-width: 768px) { .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 768px) { .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 768px) { .md\:h-\[520px\] { height: 520px; } }
@media (min-width: 768px) { .md\:mx-0 { margin-left: 0; margin-right: 0; } }
@media (min-width: 768px) { .md\:p-10 { padding: 2.5rem; } }
@media (min-width: 768px) { .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; } }
@media (min-width: 768px) { .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; } }
@media (min-width: 768px) { .md\:text-5xl { font-size: 3rem; line-height: 1; } }
@media (min-width: 768px) { .md\:text-6xl { font-size: 3.75rem; line-height: 1; } }
@media (min-width: 768px) { .md\:text-left { text-align: left; } }
@media (min-width: 768px) { .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; } }
@media (min-width: 768px) { .md\:w-\[340px\] { width: 340px; } }
@media (min-width: 1024px) { .lg\:col-span-2 { grid-column: span 2 / span 2; } }
@media (min-width: 1024px) { .lg\:col-span-3 { grid-column: span 3 / span 3; } }
@media (min-width: 1024px) { .lg\:flex { display: flex; } }
@media (min-width: 1024px) { .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:hidden { display: none; } }
@media (min-width: 1024px) { .lg\:order-1 { order: 1; } }
@media (min-width: 1024px) { .lg\:order-2 { order: 2; } }
@media (min-width: 1024px) { .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } }
@media (min-width: 1024px) { .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; } }