/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-duration:initial}}}@layer theme{:host,:root{--color-gray-600:oklch(44.6% .03 256.802);--color-gray-800:oklch(27.8% .033 256.848);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-semibold:600;--font-weight-bold:700;--tracking-wide:.025em;--tracking-wider:.05em;--leading-relaxed:1.625;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;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,pre,samp{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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}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}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}: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{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::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 components;@layer utilities{.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-20{margin-bottom:calc(var(--spacing)*20)}.block{display:block}.flex{display:flex}.hidden{display:none}.h-0\.5{height:calc(var(--spacing)*.5)}.h-8{height:calc(var(--spacing)*8)}.h-auto{height:auto}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-16{width:calc(var(--spacing)*16)}.w-24{width:calc(var(--spacing)*24)}.w-full{width:100%}.max-w-6xl{max-width:var(--container-6xl)}.flex-shrink-0{flex-shrink:0}.-translate-y-1{--tw-translate-y:calc(var(--spacing)*-1)}.-translate-y-1,.translate-y-1{translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-1{--tw-translate-y:calc(var(--spacing)*1)}.-rotate-45{rotate:-45deg}.rotate-45{rotate:45deg}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-16{gap:calc(var(--spacing)*16)}.bg-gray-600{background-color:var(--color-gray-600)}.bg-white{background-color:var(--color-white)}.object-cover{object-fit:cover}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-4{padding-block:calc(var(--spacing)*4)}.py-16{padding-block:calc(var(--spacing)*16)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-\[\#444\]{color:#444}.text-black{color:var(--color-black)}.text-gray-600{color:var(--color-gray-600)}.text-gray-800{color:var(--color-gray-800)}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.hover\:text-black:hover{color:var(--color-black)}}@media (min-width:48rem){.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-auto{width:auto}.md\:px-8{padding-inline:calc(var(--spacing)*8)}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}}:root{--background:#fff;--foreground:white}@media (prefers-color-scheme:dark){:root{--background:white;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}.footer-root{background:#4a4a4a;color:#fff;display:flex;justify-content:space-between;align-items:flex-start;padding:48px 5vw 32px;gap:32px;font-family:inherit;flex-wrap:wrap}.footer-col{flex:1 1 0;min-width:260px;max-width:420px;display:flex;flex-direction:column;gap:24px}.footer-col-left{max-width:400px;align-items:flex-start}.footer-main-logo{margin-bottom:16px;width:220px;height:auto}.footer-desc{font-size:1.18rem;color:#fff;margin-top:12px;line-height:1.6}.footer-season{font-weight:700;margin-bottom:8px;letter-spacing:.08em;font-size:1.1rem}.footer-col-center{align-items:flex-start;min-width:220px}.footer-links-title{font-size:1.3rem;font-weight:700;margin-bottom:12px;letter-spacing:.02em}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-links-list li a{color:#fff;text-decoration:none;font-size:1.08rem;transition:color .2s;display:inline-block;padding:4px 0}.footer-links-list li a:hover{color:#d6e100}.footer-col-right{align-items:flex-start;min-width:260px}.footer-other-title{font-size:1.1rem;font-weight:500;margin-bottom:10px}.footer-other-logos{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.footer-other-logo{max-width:180px;height:auto}.footer-contact{margin-bottom:18px}.footer-contact-title{font-weight:500;margin-bottom:4px}.footer-contact-email{font-size:1rem;color:#fff;line-height:1.5}.footer-contact-email a{color:#fff;text-decoration:underline;transition:color .2s}.footer-contact-email a:hover{color:#d6e100}.footer-social-title{font-weight:500;margin-bottom:8px}.footer-social-icons{display:flex;gap:12px}.footer-social-icons a{display:inline-block;transition:transform .2s}.footer-social-icons a:hover{transform:scale(1.1)}@media (max-width:1100px){.footer-root{flex-direction:column;align-items:stretch;gap:40px;padding:40px 4vw 24px}.footer-col{min-width:auto}.footer-col,.footer-col-left{max-width:100%}}@media (max-width:768px){.footer-root{padding:32px 4vw 20px;gap:32px}.footer-col{gap:20px}.footer-main-logo{width:180px}.footer-desc{line-height:1.5}.footer-desc,.footer-season{font-size:1rem}.footer-links-title{font-size:1.2rem}.footer-links-list li a{font-size:1rem;padding:6px 0}.footer-other-title{font-size:1rem}.footer-other-logo{max-width:150px}.footer-contact-email{font-size:.95rem}.footer-social-icons svg{width:32px;height:32px}}@media (max-width:480px){.footer-root{padding:24px 5vw 16px;gap:24px;align-items:center;text-align:center}.footer-col{gap:16px;align-items:center}.footer-main-logo{width:140px}.footer-desc{line-height:1.4;text-align:center}.footer-desc,.footer-season{font-size:.9rem}.footer-links-title{font-size:1.1rem;margin-bottom:8px}.footer-links-list{gap:8px;align-items:center}.footer-links-list li a{font-size:.9rem;padding:8px 0}.footer-other-title{font-size:.9rem}.footer-other-logos{gap:10px;margin-bottom:16px;align-items:center}.footer-other-logo{max-width:120px}.footer-contact{margin-bottom:16px;text-align:center}.footer-contact-title{font-size:.9rem}.footer-contact-email{font-size:.85rem}.footer-social-title{font-size:.9rem}.footer-social-icons{gap:10px;justify-content:center}.footer-social-icons svg{width:28px;height:28px}}@media (max-width:360px){.footer-root{padding:20px 4vw 12px;gap:20px}.footer-main-logo{width:120px}.footer-desc,.footer-links-list li a{font-size:.85rem}.footer-other-logo{max-width:100px}.footer-social-icons svg{width:24px;height:24px}}header{font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif;background-color:white;position:relative}header nav a{color:#444;text-decoration:none;font-weight:600;letter-spacing:.04em;font-size:1.18rem;transition:color .2s}header nav a:hover{color:#000}header .season-label{font-size:.85rem;font-weight:700;margin-top:.25rem;letter-spacing:.08em}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}.mobile-nav{display:flex;flex-direction:column;gap:2rem;text-align:center}.mobile-nav-link{color:white!important;font-size:1.5rem!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease;padding:1rem 2rem;border:2px solid transparent}.mobile-nav-link:hover{color:#ffd700!important;border-color:#ffd700;transform:scale(1.05)}@media (max-width:768px){header{min-height:80px!important;padding:.5rem 1rem!important}header nav a{font-size:1rem}.season-label{font-size:.7rem}}@media (max-width:480px){header{padding:.5rem!important}.right-logo{display:none!important}.mobile-nav-link{font-size:1.25rem!important;padding:.75rem 1.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.mobile-menu-open{overflow:hidden}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}