:root{--primary: #1F7A5A;--primary-foreground: #FFFFFF;--background: #F5F3F0;--background-alt: #EDEBE8;--foreground: #1F1E1C;--surface-card: #FAFAF8;--popover: #FAFAF8;--muted: #E8E6E3;--muted-foreground: #6B6966;--border: #E3E0DB;--graphite: #2D2B29;--black: #000000;--text-emphasis: var(--black);--nav-control-foreground: var(--foreground);--footer-background: #2D2C2A;--radius: 14px;--font-heading: "Sora", sans-serif;--font-body: "Manrope", sans-serif;--scrollbar-track: color-mix(in srgb, var(--background-alt) 88%, white);--scrollbar-thumb: var(--primary);--scrollbar-thumb-hover: color-mix(in srgb, var(--primary) 88%, #0b2e22);--overlay-control-surface: rgba(255, 255, 255, .92);--overlay-control-surface-hover: #FFFFFF;--overlay-control-foreground: var(--graphite);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--section-space-y: 132px;--section-space-y-mobile: 100px;--accent-label-font-size: 1rem;--accent-label-letter-spacing: .12em;--accent-label-line-height: 1.2;--page-hero-title-size: clamp(2.35rem, 4.8vw, 4.4rem);--page-hero-title-line-height: .99;--section-title-size: clamp(1.9rem, 3vw, 2.8rem);--section-title-line-height: 1.06;--section-lead-size: 1.05rem;--section-lead-line-height: 1.7;--card-title-size: 1.04rem;--card-title-line-height: 1.3;--card-copy-size: 1rem;--card-copy-line-height: 1.65;--meta-text-size: .96rem;--meta-text-line-height: 1.45;--button-font-size: .98rem;--button-min-height: 52px;--hero-accent-bar-size: 4px;--interactive-border-color: color-mix(in srgb, var(--primary) 34%, transparent);--card-surface-soft: color-mix(in srgb, var(--surface-card) 94%, transparent);--card-surface-soft-alt: color-mix(in srgb, var(--surface-card) 95%, transparent);--card-hover-surface: color-mix(in srgb, var(--surface-card) 98%, rgba(31, 122, 90, .08));--card-shadow-soft: 0 14px 28px rgba(0, 0, 0, .04);--card-shadow-medium: 0 18px 34px rgba(0, 0, 0, .06);--card-shadow-hover: 0 22px 42px rgba(45, 43, 41, .12);--card-shadow-hover-strong: 0 24px 44px rgba(45, 43, 41, .12);--card-shadow-hover-dark: 0 24px 44px rgba(0, 0, 0, .28);--icon-shadow: 0 10px 18px rgba(31, 122, 90, .18);--icon-shadow-hover: 0 14px 24px rgba(31, 122, 90, .26);--image-hero-panel-background: color-mix(in srgb, var(--surface-card) 88%, rgba(255, 255, 255, .16));--image-hero-card-background: color-mix(in srgb, var(--surface-card) 92%, rgba(255, 255, 255, .12));--about-story-card-background: color-mix(in srgb, var(--surface-card) 94%, transparent);--about-story-aside-background: color-mix(in srgb, var(--background-alt) 80%, transparent)}html.lang-pending #root{visibility:hidden}html.lang-ready #root{visibility:visible}.dark{--primary: #24936B;--primary-foreground: #FFFFFF;--background: #1A1715;--background-alt: #272320;--foreground: #E8E0D4;--surface-card: #211E1A;--popover: #211E1A;--muted: #2E2A26;--muted-foreground: #9A8E80;--border: #3A3530;--graphite: #E8E0D4;--text-emphasis: #FFFFFF;--nav-control-foreground: #FFFFFF;--footer-background: #1D1916;--scrollbar-track: color-mix(in srgb, var(--background-alt) 82%, #120f0d);--scrollbar-thumb: var(--primary);--scrollbar-thumb-hover: color-mix(in srgb, var(--primary) 90%, #04110c);--overlay-control-surface: rgba(255, 255, 255, .92);--overlay-control-surface-hover: #FFFFFF;--overlay-control-foreground: #000000;--card-hover-surface: color-mix(in srgb, var(--surface-card) 94%, rgba(36, 147, 107, .12));--image-hero-panel-background: #221F1B;--image-hero-card-background: #221F1B;--about-story-card-background: #1A1715;--about-story-aside-background: color-mix(in srgb, var(--surface-card) 92%, #2d2825)}html,body,#root{width:100%;max-width:100%;min-height:100%;margin:0;overflow-x:hidden}html{scroll-behavior:auto!important;scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);background-color:var(--footer-background)}*{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:14px;height:14px}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}*::-webkit-scrollbar-corner{background:var(--scrollbar-track)}.route-loader{min-height:calc(100vh - var(--header-height) - var(--navbar-height));min-height:calc(100svh - var(--header-height) - var(--navbar-height));min-height:calc(100dvh - var(--header-height) - var(--navbar-height));display:flex;align-items:center;justify-content:center;padding:2rem 1rem;box-sizing:border-box}.route-loader__spinner{width:3rem;height:3rem;border-width:.32rem;color:var(--primary)}body{min-height:100vh;min-height:100svh;min-height:100dvh;background-color:var(--footer-background);color:var(--foreground);font-family:var(--font-body);line-height:1.6;transition:background-color .3s ease,color .3s ease}button,input,textarea,select{font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--graphite);transition:color .3s ease}.card{background-color:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:background-color .3s ease,border-color .3s ease}.button{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);padding:.75rem 1.5rem;border:none;cursor:pointer;transition:opacity .2s ease,background-color .3s ease}.button:hover{opacity:.9}.muted-text{color:var(--muted-foreground);font-size:var(--meta-text-size);transition:color .3s ease}.home-page{width:100%;max-width:100%}
