:root{--background:#ffffff;--foreground:#171717;--coffee-light:#A67C52;--coffee:#7D5A3C;--coffee-dark:#583E2C;--cream:#F5F1E8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden;min-height:100vh}a{color:var(--coffee);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--coffee-light)}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.bg-coffee{background-color:var(--coffee)}.bg-coffee-light{background-color:var(--coffee-light)}.bg-coffee-dark{background-color:var(--coffee-dark)}.bg-cream{background-color:var(--cream)}.text-coffee{color:var(--coffee)}.text-coffee-light{color:var(--coffee-light)}.text-coffee-dark{color:var(--coffee-dark)}.text-cream{color:var(--cream)}.text-white{color:white}.text-gray-600{color:#4B5563}.border-coffee{border-color:var(--coffee)}.border-coffee-light{border-color:var(--coffee-light)}.border-coffee-dark{border-color:var(--coffee-dark)}.border-cream{border-color:var(--cream)}.hover-bg-coffee:hover{background-color:var(--coffee)}.hover-bg-coffee-light:hover{background-color:var(--coffee-light)}.hover-bg-coffee-dark:hover{background-color:var(--coffee-dark)}.hover-bg-cream:hover{background-color:var(--cream)}.hover-text-coffee:hover{color:var(--coffee)}.hover-text-coffee-light:hover{color:var(--coffee-light)}.hover-text-coffee-dark:hover{color:var(--coffee-dark)}.hover-text-cream:hover{color:var(--cream)}.hover-border-coffee:hover{border-color:var(--coffee)}.hover-border-coffee-light:hover{border-color:var(--coffee-light)}.hover-border-coffee-dark:hover{border-color:var(--coffee-dark)}.hover-border-coffee-cream:hover{border-color:var(--cream)}.hover-shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:.375rem;transition:all .2s ease-in-out;text-decoration:none;cursor:pointer;border:none}.btn-primary{background-color:var(--coffee);color:white}.btn-primary:hover{background-color:var(--coffee-dark)}.btn-secondary{background-color:var(--cream);color:var(--coffee);border:1px solid var(--coffee)}.btn-secondary:hover{background-color:var(--coffee);color:white}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-bottom:4rem}.pt-16,.py-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.grid{display:grid}.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))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.h-6{height:1.5rem}.h-16{height:4rem}.h-64{height:16rem}.h-full{height:100%}.h-\[90vh\]{height:90vh}.w-6{width:1.5rem}.w-full{width:100%}.min-h-screen{min-height:100vh}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.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-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.border{border-width:1px;border-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.transition{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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}.bg-transparent{background-color:transparent}.bg-white{background-color:white}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-white\/10{background-color:rgba(255,255,255,.1)}.bg-coffee-light\/20{background-color:rgba(166,124,82,.2)}.bg-coffee-light\/40{background-color:rgba(166,124,82,.4)}.overflow-hidden{overflow:hidden}.text-yellow-400{color:#FBBF24}.text-gray-300{color:#D1D5DB}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.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\:flex-row{flex-direction:row}.md\:text-2xl{font-size:1.5rem}.md\:text-6xl{font-size:3.75rem}}@media (min-width:1024px){.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\:px-8{padding-left:2rem;padding-right:2rem}}