@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-gray-50: oklch(98.5% .002 247.839);--color-gray-100: oklch(96.7% .003 264.542);--color-gray-300: oklch(87.2% .01 258.338);--color-gray-700: oklch(37.3% .034 259.733);--color-black: #000;--color-white: #fff;--spacing: .25rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--font-weight-medium: 500;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--color-banda-black: #0b0b0d;--color-banda-white: #ffffff;--color-banda-red-500: #e11d48;--color-banda-red-700: #be123c;--color-banda-gold-400: #fbbf24;--color-banda-gold-600: #d97706;--shadow-soft: 0 14px 40px rgba(0, 0, 0, .35);--font-display: Georgia, "Times New Roman", serif;--dur-fast: .16s;--dur: .24s;--dur-slow: .4s;--ease-brand: cubic-bezier(.25, .46, .45, .94);--surface-1: rgba(255, 255, 255, .03);--surface-2: rgba(255, 255, 255, .06);--surface-3: rgba(30, 30, 36, .98);--color-ok: #4ade80;--color-info: #60a5fa;--color-warn: #fbbf24;--color-danger: #f87171}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.relative{position:relative}.static{position:static}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.mb-1{margin-bottom:var(--spacing)}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.w-full{width:100%}.grow{flex-grow:1}.items-center{align-items:center}.justify-center{justify-content:center}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-black{border-color:var(--color-black)}.border-gray-300{border-color:var(--color-gray-300)}.bg-black{background-color:var(--color-black)}.bg-transparent{background-color:transparent}.bg-white{background-color:var(--color-white)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-2{padding-block:calc(var(--spacing) * 2)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.text-black{color:var(--color-black)}.text-gray-700{color:var(--color-gray-700)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.outline-none{--tw-outline-style: none;outline-style:none}@media(hover:hover){.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}}@media(hover:hover){.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}}@media(hover:hover){.hover\:opacity-90:hover{opacity:90%}}.focus\:border-black:focus{border-color:var(--color-black)}.disabled\:opacity-50:disabled{opacity:50%}}:root{color-scheme:dark;--page-bg: #151318;--page-bg-soft: #1c181e;--shell-secondary-glow: rgba(255, 255, 255, .018);--text-strong: rgba(255, 255, 255, .96);--text-body: rgba(255, 255, 255, .72);--text-muted: rgba(255, 255, 255, .54);--text-faint: rgba(255, 255, 255, .38);--glass: rgba(30, 27, 33, .48);--glass-strong: rgba(24, 21, 27, .68);--glass-soft: rgba(255, 255, 255, .045);--glass-border: rgba(255, 255, 255, .13);--glass-highlight: rgba(255, 255, 255, .1);--field-bg: rgba(255, 255, 255, .055);--header-bg: rgba(17, 15, 20, .76);--header-text: rgba(255, 255, 255, .94);--nav-active-bg: linear-gradient(135deg, rgba(225, 29, 72, .42), rgba(190, 18, 60, .22));--nav-active-text: var(--header-text);--nav-active-shadow: 0 10px 30px rgba(0, 0, 0, .22);--shadow-color: rgba(0, 0, 0, .32);--watermark-opacity: .11;--watermark-blend: screen;--watermark-filter: none;--crest-watermark-opacity: .035;--crest-watermark-filter: grayscale(1) sepia(.25);--footer-bg-top: rgba(32, 32, 36, .97);--footer-bg-bottom: rgba(20, 20, 24, .98);--footer-text-strong: rgba(255, 255, 255, .92);--footer-text: rgba(255, 255, 255, .64);--footer-text-muted: rgba(255, 255, 255, .46);--hero-overlay: radial-gradient(120% 90% at 50% 38%, rgba(11, 11, 13, .55) 0%, rgba(11, 11, 13, .86) 62%, rgba(11, 11, 13, .97) 100%), linear-gradient(180deg, rgba(11, 11, 13, .55) 0%, rgba(11, 11, 13, .55) 40%, rgba(11, 11, 13, .94) 100%);--hero-title-start: #ffffff;--hero-title-end: rgba(255, 255, 255, .74);--hero-text: rgba(255, 255, 255, .74);--hero-control-text: rgba(255, 255, 255, .92);--hero-control-muted: rgba(255, 255, 255, .5);--hero-control-bg: rgba(255, 255, 255, .04);--hero-control-hover-bg: rgba(255, 255, 255, .08);--hero-control-border: rgba(255, 255, 255, .18);--hero-control-hover-border: rgba(255, 255, 255, .34)}:root[data-theme=light]{color-scheme:light;--page-bg: #f4efe7;--page-bg-soft: #eae1d5;--shell-secondary-glow: rgba(190, 18, 60, .055);--text-strong: #211b20;--text-body: rgba(33, 27, 32, .76);--text-muted: rgba(33, 27, 32, .58);--text-faint: rgba(33, 27, 32, .42);--glass: rgba(255, 255, 255, .48);--glass-strong: rgba(255, 255, 255, .7);--glass-soft: rgba(255, 255, 255, .32);--glass-border: rgba(86, 59, 41, .15);--glass-highlight: rgba(255, 255, 255, .82);--field-bg: rgba(255, 255, 255, .62);--header-bg: rgba(255, 250, 243, .78);--header-text: #2a2126;--nav-active-bg: linear-gradient(135deg, rgba(190, 18, 60, .94), rgba(125, 20, 50, .88));--nav-active-text: #ffffff;--nav-active-shadow: 0 10px 26px rgba(190, 18, 60, .24);--shadow-color: rgba(72, 47, 35, .14);--watermark-opacity: .28;--watermark-blend: multiply;--watermark-filter: invert(1) sepia(.22) saturate(.8);--crest-watermark-opacity: .07;--crest-watermark-filter: grayscale(1) sepia(.75) saturate(1.1) brightness(.45);--footer-bg-top: rgba(255, 250, 243, .96);--footer-bg-bottom: rgba(235, 224, 210, .98);--footer-text-strong: #2a2126;--footer-text: rgba(42, 33, 38, .7);--footer-text-muted: rgba(42, 33, 38, .5);--hero-overlay: radial-gradient(120% 90% at 50% 36%, rgba(255, 250, 243, .5) 0%, rgba(244, 239, 231, .7) 58%, rgba(234, 225, 213, .94) 100%), linear-gradient(180deg, rgba(255, 250, 243, .38) 0%, rgba(244, 239, 231, .58) 45%, rgba(234, 225, 213, .94) 100%);--hero-title-start: #211b20;--hero-title-end: rgba(33, 27, 32, .76);--hero-text: rgba(33, 27, 32, .76);--hero-control-text: #2a2126;--hero-control-muted: rgba(42, 33, 38, .58);--hero-control-bg: rgba(255, 255, 255, .46);--hero-control-hover-bg: rgba(255, 255, 255, .68);--hero-control-border: rgba(86, 59, 41, .2);--hero-control-hover-border: rgba(86, 59, 41, .34)}@media(prefers-color-scheme:light){:root:not([data-theme]),:root[data-theme=auto]{color-scheme:light;--page-bg: #f4efe7;--page-bg-soft: #eae1d5;--shell-secondary-glow: rgba(190, 18, 60, .055);--text-strong: #211b20;--text-body: rgba(33, 27, 32, .76);--text-muted: rgba(33, 27, 32, .58);--text-faint: rgba(33, 27, 32, .42);--glass: rgba(255, 255, 255, .48);--glass-strong: rgba(255, 255, 255, .7);--glass-soft: rgba(255, 255, 255, .32);--glass-border: rgba(86, 59, 41, .15);--glass-highlight: rgba(255, 255, 255, .82);--field-bg: rgba(255, 255, 255, .62);--header-bg: rgba(255, 250, 243, .78);--header-text: #2a2126;--nav-active-bg: linear-gradient(135deg, rgba(190, 18, 60, .94), rgba(125, 20, 50, .88));--nav-active-text: #ffffff;--nav-active-shadow: 0 10px 26px rgba(190, 18, 60, .24);--shadow-color: rgba(72, 47, 35, .14);--watermark-opacity: .28;--watermark-blend: multiply;--watermark-filter: invert(1) sepia(.22) saturate(.8);--crest-watermark-opacity: .07;--crest-watermark-filter: grayscale(1) sepia(.75) saturate(1.1) brightness(.45);--footer-bg-top: rgba(255, 250, 243, .96);--footer-bg-bottom: rgba(235, 224, 210, .98);--footer-text-strong: #2a2126;--footer-text: rgba(42, 33, 38, .7);--footer-text-muted: rgba(42, 33, 38, .5);--hero-overlay: radial-gradient(120% 90% at 50% 36%, rgba(255, 250, 243, .5) 0%, rgba(244, 239, 231, .7) 58%, rgba(234, 225, 213, .94) 100%), linear-gradient(180deg, rgba(255, 250, 243, .38) 0%, rgba(244, 239, 231, .58) 45%, rgba(234, 225, 213, .94) 100%);--hero-title-start: #211b20;--hero-title-end: rgba(33, 27, 32, .76);--hero-text: rgba(33, 27, 32, .76);--hero-control-text: #2a2126;--hero-control-muted: rgba(42, 33, 38, .58);--hero-control-bg: rgba(255, 255, 255, .46);--hero-control-hover-bg: rgba(255, 255, 255, .68);--hero-control-border: rgba(86, 59, 41, .2);--hero-control-hover-border: rgba(86, 59, 41, .34)}}html,body{height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{margin:0;background:var(--page-bg);color:var(--text-strong);transition:background-color var(--dur) var(--ease-brand),color var(--dur) var(--ease-brand)}*,*:before,*:after{font-family:inherit}button,input,select,textarea{font-family:inherit}h1,h2{font-family:var(--font-display);font-optical-sizing:auto;font-weight:600}::selection{background:#fbbf2447;color:var(--text-strong)}*{scrollbar-width:thin;scrollbar-color:rgba(251,191,36,.35) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:#fbbf2447;border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#fbbf2473;background-clip:padding-box}a:focus-visible,button:focus-visible{outline:2px solid rgba(251,191,36,.7);outline-offset:2px;border-radius:6px}img,svg,video,canvas,iframe{max-width:100%}@media(min-width:1800px){html{font-size:17.5px}}@media(min-width:2200px){html{font-size:19px}}@media(min-width:2800px){html{font-size:21px}}@media(min-width:3400px){html{font-size:23.5px}}.sectionTitle{font-size:1.5rem;font-weight:700;color:var(--text-strong);margin-bottom:20px}.sectionDesc{font-size:1rem;color:var(--text-muted);margin-bottom:24px;max-width:60ch}.photoPlaceholder{margin:20px 0;max-width:280px}.photoPlaceholder--wide,.photoPlaceholder--hero{max-width:100%}.photoPlaceholder--float{float:right;margin:4px 0 16px 20px;max-width:200px}@media(max-width:600px){.photoPlaceholder--float{float:none;margin:16px 0;max-width:100%}}.photoPlaceholder__img{aspect-ratio:4 / 3;display:grid;place-items:center;border-radius:16px;border:2px dashed var(--glass-border);background:var(--glass-soft);color:var(--text-faint);transition:border-color .16s ease,background .16s ease}.photoPlaceholder--wide .photoPlaceholder__img{aspect-ratio:16 / 9}.photoPlaceholder--hero .photoPlaceholder__img{aspect-ratio:21 / 9;border-radius:16px}.photoPlaceholder__img svg{width:48px;height:48px}.photoPlaceholder:hover .photoPlaceholder__img{border-color:#fbbf244d;background:#fbbf2408}.photoPlaceholder__photo{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:16px;border:1px solid var(--glass-border);box-shadow:0 14px 40px var(--shadow-color);transition:transform .24s ease,box-shadow .24s ease}.photoPlaceholder--wide .photoPlaceholder__photo{aspect-ratio:16 / 9}.photoPlaceholder--hero .photoPlaceholder__photo{aspect-ratio:21 / 9;border-radius:16px;max-height:60vh}.photoGrid .photoPlaceholder__photo,.photoGrid .photoPlaceholder__img{aspect-ratio:4 / 3}.photoPlaceholder:hover .photoPlaceholder__photo{transform:translateY(-2px);box-shadow:0 18px 48px #00000073}.photoPlaceholder__caption{margin-top:10px;font-size:13px;font-style:italic;color:var(--text-muted);line-height:1.5}.photoGrid{display:grid;grid-template-columns:1fr;gap:16px;margin:20px 0}@media(min-width:540px){.photoGrid{grid-template-columns:1fr 1fr}}.photoGrid .photoPlaceholder{margin:0;max-width:none}.ctaBtn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;transition:transform .16s ease,background .16s ease}.ctaBtn--primary{background:var(--text-strong);color:var(--page-bg);box-shadow:0 12px 32px var(--shadow-color)}.ctaBtn--primary:hover{transform:translateY(-2px);background:var(--text-strong)}.ctaBtn--ghost{border:1px solid var(--glass-border);background:var(--glass-soft);color:var(--text-body)}.ctaBtn--ghost:hover{background:#ffffff1a;transform:translateY(-2px)}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style: solid;--tw-font-weight: initial}}}
