*,
*::before,
*::after {
    box-sizing: border-box;
}

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

a:hover {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

button {
    color: inherit;
    background: transparent;
    border: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

img,
svg {
    vertical-align: middle;
}

img {
    display: block;
    max-width: 100%;
}

svg {
    display: block;
}

html {
    overflow-y: auto;
}

body {
    overflow-y: visible !important;
}

.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;
}

.hidden { display: none; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.pointer-events-none { pointer-events: none; }
.overflow-hidden { overflow: hidden; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-4 { top: 1rem; }
.top-5 { top: 1.25rem; }
.top-8 { top: 2rem; }
.top-10 { top: 2.5rem; }
.\-top-4 { top: -1rem; }
.\-top-20 { top: -5rem; }
.right-5 { right: 1.25rem; }
.right-6 { right: 1.5rem; }
.right-8 { right: 2rem; }
.right-16 { right: 4rem; }
.\-right-4 { right: -1rem; }
.\-right-20 { right: -5rem; }
.\-right-32 { right: -8rem; }
.bottom-0 { bottom: 0; }
.bottom-5 { bottom: 1.25rem; }
.bottom-6 { bottom: 1.5rem; }
.bottom-8 { bottom: 2rem; }
.bottom-10 { bottom: 2.5rem; }
.bottom-12 { bottom: 3rem; }
.bottom-14 { bottom: 3.5rem; }
.bottom-16 { bottom: 4rem; }
.\-bottom-24 { bottom: -6rem; }
.left-4 { left: 1rem; }
.left-5 { left: 1.25rem; }
.left-6 { left: 1.5rem; }
.left-12 { left: 3rem; }
.left-16 { left: 4rem; }
.left-28 { left: 7rem; }
.\-left-4 { left: -1rem; }
.\-left-24 { left: -6rem; }
.\-left-32 { left: -8rem; }
.left-\[23\%\] { left: 23%; }
.left-\[48\%\] { left: 48%; }
.left-\[73\%\] { left: 73%; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

.mx-auto { margin-left: auto; margin-right: auto; }
.my-auto { margin-top: auto; margin-bottom: auto; }
.mt-0\.5 { margin-top: .125rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.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-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }

.p-3 { padding: .75rem; }
.p-3\.5 { padding: .875rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-3\.5 { padding-left: .875rem; padding-right: .875rem; }
.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-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-3\.5 { padding-top: .875rem; padding-bottom: .875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-8 { padding-top: 2rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }

.w-1\.5 { width: .375rem; }
.w-3\.5 { width: .875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-64 { width: 16rem; }
.w-72 { width: 18rem; }
.w-96 { width: 24rem; }
.w-full { width: 100%; }
.w-fit { width: fit-content; }
.h-1\.5 { height: .375rem; }
.h-3\.5 { height: .875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-32 { height: 8rem; }
.h-44 { height: 11rem; }
.h-64 { height: 16rem; }
.h-72 { height: 18rem; }
.h-96 { height: 24rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.min-h-\[100svh\] { min-height: 100svh; }

.max-w-sm { max-width: 24rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-full { max-width: 100%; }
.aspect-\[4\/5\] { aspect-ratio: 4 / 5; }

.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-stretch { align-items: stretch; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-1 { gap: .25rem; }
.gap-1\.5 { gap: .375rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-x-4 { column-gap: 1rem; }
.gap-y-6 { row-gap: 1.5rem; }

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-left: .375rem; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: .5rem; }
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-left: .625rem; }
.space-x-3 > :not([hidden]) ~ :not([hidden]) { margin-left: .75rem; }
.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { margin-left: .875rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.space-x-6 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

.rounded-lg { border-radius: .5rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-\[1\.35rem\] { border-radius: 1.35rem; }
.rounded-\[50\%\] { border-radius: 50%; }

.border { border: 1px solid currentColor; }
.border-t { border-top: 1px solid currentColor; }
.border-l { border-left: 1px solid currentColor; }
.border-dashed { border-style: dashed; }
.border-\[\#0d1f14\] { border-color: #0d1f14; }
.border-\[\#E5DDCF\] { border-color: #E5DDCF; }
.border-\[\#E8E2D5\] { border-color: #E8E2D5; }
.border-\[\#EBE5D8\] { border-color: #EBE5D8; }
.border-\[\#EBE6D8\] { border-color: #EBE6D8; }
.border-white\/5 { border-color: rgb(255 255 255 / .05); }
.border-white\/10 { border-color: rgb(255 255 255 / .1); }
.border-white\/15 { border-color: rgb(255 255 255 / .15); }
.border-white\/20 { border-color: rgb(255 255 255 / .2); }
.border-white\/25 { border-color: rgb(255 255 255 / .25); }
.border-white\/30 { border-color: rgb(255 255 255 / .3); }
.border-amber-500\/70 { border-color: rgb(245 158 11 / .7); }

.bg-white { background-color: #fff; }
.bg-white\/5 { background-color: rgb(255 255 255 / .05); }
.bg-white\/10 { background-color: rgb(255 255 255 / .1); }
.bg-white\/20 { background-color: rgb(255 255 255 / .2); }
.bg-white\/\[0\.03\] { background-color: rgb(255 255 255 / .03); }
.bg-white\/\[0\.06\] { background-color: rgb(255 255 255 / .06); }
.bg-black\/10 { background-color: rgb(0 0 0 / .1); }
.bg-black\/25 { background-color: rgb(0 0 0 / .25); }
.bg-black\/40 { background-color: rgb(0 0 0 / .4); }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-amber-500 { background-color: #f59e0b; }
.bg-amber-500\/10 { background-color: rgb(245 158 11 / .1); }
.bg-emerald-500 { background-color: #10b981; }
.bg-\[\#03140A\] { background-color: #03140A; }
.bg-\[\#03140A\]\/95 { background-color: rgb(3 20 10 / .95); }
.bg-\[\#041A0E\] { background-color: #041A0E; }
.bg-\[\#052111\] { background-color: #052111; }
.bg-\[\#061f0f\]\/75 { background-color: rgb(6 31 15 / .75); }
.bg-\[\#0A2615\] { background-color: #0A2615; }
.bg-\[\#0B2516\] { background-color: #0B2516; }
.bg-\[\#153624\] { background-color: #153624; }
.bg-\[\#204938\] { background-color: #204938; }
.bg-\[\#25452B\] { background-color: #25452B; }
.bg-\[\#2D5A37\] { background-color: #2D5A37; }
.bg-\[\#6F7F3E\] { background-color: #6F7F3E; }
.bg-\[\#B78B53\] { background-color: #B78B53; }
.bg-\[\#B9935B\] { background-color: #B9935B; }
.bg-\[\#C9A56D\] { background-color: #C9A56D; }
.bg-\[\#D6E3D8\] { background-color: #D6E3D8; }
.bg-\[\#D7C097\] { background-color: #D7C097; }
.bg-\[\#D98E28\] { background-color: #D98E28; }
.bg-\[\#D98E28\]\/20 { background-color: rgb(217 142 40 / .2); }
.bg-\[\#E2EBE2\] { background-color: #E2EBE2; }
.bg-\[\#F0E3CF\] { background-color: #F0E3CF; }
.bg-\[\#F2EDE4\]\/60 { background-color: rgb(242 237 228 / .6); }
.bg-\[\#F4F1E8\] { background-color: #F4F1E8; }
.bg-\[\#F4F1E8\]\/70 { background-color: rgb(244 241 232 / .7); }
.bg-\[\#F4F1E8\]\/80 { background-color: rgb(244 241 232 / .8); }
.bg-\[\#F6F4EB\] { background-color: #F6F4EB; }
.bg-\[\#FBF9F1\] { background-color: #FBF9F1; }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.from-\[\#041A0E\]\/75 { --tw-gradient-from: rgb(4 26 14 / .75); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 26 14 / 0)); }
.from-\[\#041A0E\]\/80 { --tw-gradient-from: rgb(4 26 14 / .8); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 26 14 / 0)); }
.from-\[\#041A0E\]\/85 { --tw-gradient-from: rgb(4 26 14 / .85); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 26 14 / 0)); }
.via-\[\#041A0E\]\/10 { --tw-gradient-stops: var(--tw-gradient-from), rgb(4 26 14 / .1), var(--tw-gradient-to, rgb(4 26 14 / 0)); }
.via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(255 255 255 / 0)); }
.to-transparent { --tw-gradient-to: transparent; }

.text-white { color: #fff; }
.text-white\/85 { color: rgb(255 255 255 / .85); }
.text-gray-100 { color: #f3f4f6; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-900 { color: #111827; }
.text-amber-400 { color: #fbbf24; }
.text-amber-500 { color: #f59e0b; }
.text-lime-700 { color: #4d7c0f; }
.text-\[\#0d1f14\] { color: #0d1f14; }
.text-\[\#2C5234\] { color: #2C5234; }
.text-\[\#88A55E\] { color: #88A55E; }
.text-\[\#B9C7B9\] { color: #B9C7B9; }
.text-\[\#D98E28\] { color: #D98E28; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.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; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.tracking-tight { letter-spacing: -.025em; }
.tracking-wider { letter-spacing: .05em; }
.tracking-widest { letter-spacing: .1em; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }

.object-cover { object-fit: cover; }
.object-center { object-position: center; }
.fill-current { fill: currentColor; }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.shadow-sm { box-shadow: 0 1px 2px rgb(0 0 0 / .05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); }
.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); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25); }
.shadow-black\/10 { --tw-shadow-color: rgb(0 0 0 / .1); }
.transition { transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, filter .2s ease; }
.transition-all { transition: all .2s ease; }
.transition-transform { transition: transform .2s ease; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.rotate-90 { transform: rotate(90deg); }
.rotate-\[-12deg\] { transform: rotate(-12deg); }
.rotate-\[-5deg\] { transform: rotate(-5deg); }
.rotate-\[8deg\] { transform: rotate(8deg); }
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.placeholder-gray-500::placeholder { color: #6b7280; opacity: 1; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-amber-500:focus { border-color: #f59e0b; }
.hover\:underline:hover { text-decoration: underline; }
.hover\:bg-\[\#0d1f14\]:hover { background-color: #0d1f14; }
.hover\:bg-\[\#123921\]:hover { background-color: #123921; }
.hover\:bg-\[\#143923\]:hover { background-color: #143923; }
.hover\:bg-emerald-600:hover { background-color: #059669; }
.hover\:bg-white\/10:hover { background-color: rgb(255 255 255 / .1); }
.hover\:border-\[\#D98E28\]\/60:hover { border-color: rgb(217 142 40 / .6) !important; }
.hover\:border-white\/30:hover { border-color: rgb(255 255 255 / .3) !important; }
.hover\:brightness-110:hover { filter: brightness(1.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important; }
.hover\:text-gray-400:hover { color: #9ca3af; }
.hover\:text-white:hover { color: #fff; }
.hover\:-translate-y-1:hover { transform: translateY(-.25rem); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:text-\[\#D98E28\] { color: #D98E28; }

/* Bootstrap utility names use !important; keep Tailwind-equivalent values authoritative. */
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }
.mt-0\.5 { margin-top: .125rem !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: .75rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-8 { margin-top: 2rem !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: .75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
.mb-12 { margin-bottom: 3rem !important; }
.mb-14 { margin-bottom: 3.5rem !important; }
.mb-16 { margin-bottom: 4rem !important; }
.mb-20 { margin-bottom: 5rem !important; }
.p-3 { padding: .75rem !important; }
.p-3\.5 { padding: .875rem !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.25rem !important; }
.p-6 { padding: 1.5rem !important; }
.p-8 { padding: 2rem !important; }
.px-3 { padding-left: .75rem !important; padding-right: .75rem !important; }
.px-3\.5 { padding-left: .875rem !important; padding-right: .875rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; }
.px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
.py-1 { padding-top: .25rem !important; padding-bottom: .25rem !important; }
.py-1\.5 { padding-top: .375rem !important; padding-bottom: .375rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-2\.5 { padding-top: .625rem !important; padding-bottom: .625rem !important; }
.py-3 { padding-top: .75rem !important; padding-bottom: .75rem !important; }
.py-3\.5 { padding-top: .875rem !important; padding-bottom: .875rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-24 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.pt-8 { padding-top: 2rem !important; }
.pt-20 { padding-top: 5rem !important; }
.pt-24 { padding-top: 6rem !important; }
.pb-12 { padding-bottom: 3rem !important; }
.pb-16 { padding-bottom: 4rem !important; }
.border { border: 1px solid #e5e7eb !important; }
.border-t { border-top: 1px solid #e5e7eb !important; }
.border-l { border-left: 1px solid #e5e7eb !important; }
.border-\[\#0d1f14\] { border-color: #0d1f14 !important; }
.border-\[\#E5DDCF\] { border-color: #E5DDCF !important; }
.border-\[\#E8E2D5\] { border-color: #E8E2D5 !important; }
.border-\[\#EBE5D8\] { border-color: #EBE5D8 !important; }
.border-\[\#EBE6D8\] { border-color: #EBE6D8 !important; }
.border-white\/5 { border-color: rgb(255 255 255 / .05) !important; }
.border-white\/10 { border-color: rgb(255 255 255 / .1) !important; }
.border-white\/15 { border-color: rgb(255 255 255 / .15) !important; }
.border-white\/20 { border-color: rgb(255 255 255 / .2) !important; }
.border-white\/25 { border-color: rgb(255 255 255 / .25) !important; }
.border-white\/30 { border-color: rgb(255 255 255 / .3) !important; }
.border-amber-500\/70 { border-color: rgb(245 158 11 / .7) !important; }
.shadow-sm { box-shadow: 0 1px 2px rgb(0 0 0 / .05) !important; }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1) !important; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25) !important; }

@media (min-width: 380px) {
    .min-\[380px\]\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
}

@media (min-width: 640px) {
    .sm\:block { display: block; }
    .sm\:inline { display: inline; }
    .sm\:inline-flex { display: inline-flex; }
    .sm\:flex { display: flex; }
    .sm\:flex-row { flex-direction: row; }
    .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\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sm\:aspect-\[5\/4\] { aspect-ratio: 5 / 4; }
    .sm\:w-36 { width: 9rem; }
    .sm\:w-auto { width: auto; }
    .sm\:h-72 { height: 18rem; }
    .sm\:gap-2 { gap: .5rem; }
    .sm\:p-5 { padding: 1.25rem !important; }
    .sm\:p-7 { padding: 1.75rem !important; }
    .sm\:p-8 { padding: 2rem !important; }
    .sm\:p-10 { padding: 2.5rem !important; }
    .sm\:p-12 { padding: 3rem !important; }
    .sm\:px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .sm\:px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
    .sm\:px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .sm\:py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .sm\:py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .sm\:py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .sm\:pt-28 { padding-top: 7rem !important; }
    .sm\:rounded-\[1\.75rem\] { border-radius: 1.75rem !important; }
    .sm\:text-xs { font-size: .75rem; line-height: 1rem; }
    .sm\:text-sm { font-size: .875rem; line-height: 1.25rem; }
    .sm\:text-base { font-size: 1rem; line-height: 1.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; }
}

@media (min-width: 768px) {
    .md\:hidden { display: none; }
    .md\:flex { display: flex; }
    .md\:flex-row { flex-direction: row; }
    .md\:items-end { align-items: flex-end; }
    .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\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

@media (min-width: 1024px) {
    .lg\:block { display: block; }
    .lg\:flex-col { flex-direction: column; }
    .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-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .lg\:grid-cols-\[1fr_auto_1fr\] { grid-template-columns: 1fr auto 1fr; }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:col-span-4 { grid-column: span 4 / span 4; }
    .lg\:col-span-5 { grid-column: span 5 / span 5; }
    .lg\:col-span-7 { grid-column: span 7 / span 7; }
    .lg\:gap-8 { gap: 2rem; }
    .lg\:gap-10 { gap: 2.5rem; }
    .lg\:px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .lg\:aspect-\[4\/5\] { aspect-ratio: 4 / 5; }
    .lg\:rotate-0 { transform: rotate(0deg); }
}

/* Final Bootstrap tune: restore the more spacious Tailwind-era feel without changing markup. */
.hero-section {
    overflow: hidden;
}

.hero-section main {
    max-height: none;
}

.hero-section .glass-card {
    margin-bottom: .25rem;
}

.serif-title {
    letter-spacing: 0;
}

.rounded-2xl.p-5,
.rounded-2xl.p-6,
.rounded-2xl.p-8,
.rounded-3xl.p-4,
.rounded-3xl.p-5,
.rounded-3xl.p-8,
.rounded-3xl.p-10 {
    min-height: 0;
}

.rounded-2xl.p-5 {
    padding: 1.35rem !important;
}

.rounded-2xl.p-6 {
    padding: 1.65rem !important;
}

.rounded-2xl.p-8 {
    padding: 2.15rem !important;
}

.rounded-3xl.p-4 {
    padding: 1.15rem !important;
}

.rounded-3xl.p-5 {
    padding: 1.4rem !important;
}

.rounded-3xl.p-8 {
    padding: 2.15rem !important;
}

.rounded-3xl.p-10 {
    padding: 2.65rem !important;
}

.serif-title.text-lg {
    font-size: 1.2rem;
}

.serif-title.text-xl {
    font-size: 1.35rem;
}

.serif-title.text-2xl {
    font-size: 1.62rem;
}

.serif-title.text-3xl {
    font-size: 2rem;
}

.text-xs {
    font-size: .78rem;
}

.text-sm {
    font-size: .92rem;
}

@media (min-width: 640px) {
    .sm\:p-5.rounded-3xl,
    .sm\:p-5.rounded-2xl {
        padding: 1.4rem !important;
    }

    .sm\:p-7.rounded-2xl,
    .sm\:p-7.rounded-3xl {
        padding: 1.9rem !important;
    }

    .sm\:p-8.rounded-2xl,
    .sm\:p-8.rounded-3xl {
        padding: 2.15rem !important;
    }

    .sm\:p-10.rounded-2xl,
    .sm\:p-10.rounded-3xl {
        padding: 2.65rem !important;
    }

    .sm\:p-12.rounded-2xl,
    .sm\:p-12.rounded-3xl {
        padding: 3.15rem !important;
    }

    .sm\:text-base {
        font-size: 1.03rem;
    }

    .sm\:text-4xl {
        font-size: 2.35rem;
    }

    .sm\:text-5xl {
        font-size: 3.1rem;
    }
}

@media (min-width: 768px) {
    .md\:text-6xl {
        font-size: 3.9rem;
    }
}

/* Slightly larger section titles after Bootstrap migration. */
body > section:not(.hero-section) h2.serif-title {
    font-size: clamp(2.35rem, 3.6vw, 3.35rem);
    line-height: 1.08;
}

@media (max-width: 640px) {
    body > section:not(.hero-section) h2.serif-title {
        font-size: clamp(2rem, 8vw, 2.55rem);
        line-height: 1.12;
    }
}
