.header{z-index:1000;background:0 0;justify-content:center;height:96px;transition:background .45s,-webkit-backdrop-filter .45s,backdrop-filter .45s,border-color .45s,box-shadow .45s,height .45s;display:flex;position:fixed;inset:0 0 auto}.header--scrolled{-webkit-backdrop-filter:blur(22px)saturate(180%);background:#ffffffeb;border-bottom:1px solid #00000014;height:78px;box-shadow:0 10px 36px #00000014}.header__left{flex:1;align-items:center;gap:5rem;min-width:0;display:flex}.header__inner{width:100%;max-width:var(--container-width);justify-content:flex-start;align-items:center;gap:5rem;height:100%;padding-inline:2rem;display:flex}.header__brand{cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.header__logo{width:auto;height:80px;transition:height .45s,transform .35s,opacity .35s;display:block}.header--scrolled .header__logo{height:64px}.header__brand:hover .header__logo{transform:scale(1.03)}.header__nav{flex:1;justify-content:flex-start;align-items:center;gap:2.5rem;display:flex}.header__link{cursor:pointer;font:inherit;letter-spacing:.14em;text-transform:uppercase;color:#fff;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem 0;font-size:.9rem;font-weight:500;transition:color .3s,opacity .3s,transform .3s;display:flex;position:relative}.header--scrolled .header__link{color:var(--text-primary)}.header__link:hover{opacity:.92;transform:translateY(-1px)}.header__link:after{content:"";background:var(--color-accent);transform-origin:50%;border-radius:999px;width:100%;height:2px;transition:transform .35s;position:absolute;bottom:-8px;left:0;transform:scaleX(0)}.header__link:hover:after,.header__link--active:after{transform:scaleX(1)}.header__link--active{opacity:1}.header__nav:after{content:"";flex:1}.header__toggle{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;transition:color .3s,transform .3s;display:none}.header--scrolled .header__toggle{color:var(--text-primary)}.header__toggle:hover{transform:scale(1.05)}.header__mobile{-webkit-backdrop-filter:blur(24px)saturate(180%);max-height:0;box-shadow:none;background:#fffffff5;border-bottom:1px solid #00000014;transition:max-height .45s,box-shadow .45s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.header__mobile--open{max-height:650px;box-shadow:0 18px 40px #00000014}.header__mobile-link{text-align:left;cursor:pointer;width:100%;font:inherit;letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary);background:0 0;border:none;border-bottom:1px solid #0000000f;padding:1.2rem 2rem;font-size:.9rem;font-weight:500;transition:background .25s,color .25s,padding-left .25s}.header__mobile-link:hover{color:var(--color-accent);background:#00000008;padding-left:2.5rem}.header__mobile-link--active{color:var(--color-accent);font-weight:600}@media (width<=1100px){.header__inner{gap:3.5rem;padding-inline:1.75rem}.header__nav{gap:2rem}}@media (width<=980px){.header__nav{display:none}.header__toggle{display:flex}.header__logo{height:72px}.header--scrolled .header__logo{height:58px}}@media (width<=768px){.header{height:84px}.header--scrolled{height:72px}.header__inner{gap:0;padding-inline:1.25rem}.header__logo{height:60px}.header--scrolled .header__logo{height:50px}.header__mobile-link{padding:1rem 1.5rem;font-size:.85rem}}@media (width<=480px){.header{height:76px}.header--scrolled{height:66px}.header__inner{padding-inline:1rem}.header__logo{height:50px}.header--scrolled .header__logo{height:44px}.header__mobile-link{letter-spacing:.06em;padding:.95rem 1.25rem;font-size:.8rem}}.header__brand:focus-visible,.header__link:focus-visible,.header__toggle:focus-visible,.header__mobile-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;border-radius:6px}@media (prefers-reduced-motion:reduce){.header,.header__logo,.header__link,.header__toggle,.header__mobile,.header__mobile-link{scroll-behavior:auto;transition:none!important;animation:none!important}}@media (width>=1600px){.header{height:104px}.header--scrolled{height:82px}.header__inner{gap:6rem;max-width:1520px;padding-inline:3rem}.header__logo{height:88px}.header--scrolled .header__logo{height:70px}.header__nav{gap:3rem}.header__link{letter-spacing:.16em;font-size:.92rem}}@media print{.header{display:none!important}}.hero{isolation:isolate;background:#000;align-items:flex-end;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__background{z-index:-2;position:absolute;inset:0}.hero__image{object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.hero__overlay{background:linear-gradient(90deg,#090f1694 0%,#090f166b 28%,#090f162e 55%,#090f1605 100%),linear-gradient(#0000001a 0%,#0000002e 100%);position:absolute;inset:0}.hero__container{width:100%;max-width:1500px;margin:0 auto;padding:0 268px 120px;display:flex}.hero__content{flex-direction:column;width:min(700px,100%);display:flex}.hero__eyebrow{color:#ffffffd1;letter-spacing:.22em;text-transform:uppercase;margin:0 0 24px;font-size:.82rem;font-weight:600}.hero__title{color:#fff;letter-spacing:-.03em;flex-direction:column;gap:2px;margin:0;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:300;line-height:1.05;display:flex}.hero__title span{display:block}.hero__description{color:#ffffffe6;max-width:560px;margin:36px 0 0;font-size:1.15rem;font-weight:400;line-height:1.9}.hero__actions{align-items:center;gap:20px;margin-top:48px;display:flex}.hero__button{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:16px 30px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .35s,color .35s,border-color .35s,transform .35s,box-shadow .35s;display:inline-flex}.hero__button svg{transition:transform .35s}.hero__button:hover svg{transform:translate(4px)}.hero__button--primary{color:#fff;-webkit-backdrop-filter:blur(12px);background:#ffffff29;border:1px solid #ffffff52}.hero__button--primary:hover{background:#ffffff3d;transform:translateY(-2px);box-shadow:0 18px 40px #0000002e}.hero__button--secondary{color:#fff;background:0 0;border:1px solid #ffffff38}.hero__button--secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media (width<=1200px){.hero__container{padding:0 56px 96px}.hero__title{font-size:clamp(3rem,6vw,4.8rem)}.hero__description{max-width:520px;font-size:1.05rem}}@media (width<=900px){.hero{align-items:flex-end;min-height:92vh}.hero__container{padding:0 40px 72px}.hero__content{max-width:100%}.hero__title{font-size:clamp(2.8rem,9vw,4rem);line-height:1}.hero__description{margin-top:28px;font-size:1rem;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:16px;margin-top:36px}}@media (width<=640px){.hero{min-height:auto;padding-top:120px;padding-bottom:64px}.hero__overlay{background:linear-gradient(#070a0f8c 0%,#070a0fa6 55%,#070a0fc7 100%)}.hero__container{padding:0 24px}.hero__eyebrow{letter-spacing:.18em;margin-bottom:18px;font-size:.72rem}.hero__title{font-size:clamp(2.4rem,11vw,3.2rem)}.hero__description{margin-top:22px;font-size:.98rem;line-height:1.7}.hero__actions{flex-direction:column;align-items:stretch;margin-top:32px}.hero__button{width:100%}}.about{width:100%;position:relative}.about__image-wrapper{width:100%;height:100vh;position:relative;overflow:hidden}.about__image{object-fit:cover;width:100%;height:100%}.about__overlay{-webkit-backdrop-filter:blur(18px);color:#fff;background:#12121259;border:1px solid #ffffff14;max-width:640px;padding:3.5rem;position:absolute;bottom:8%;left:8%}.about__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#ffffffbf;margin:0 0 1rem;font-size:.8rem;font-weight:500}.about__title{color:#fff;margin:0;font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:1.05}.about__description{color:#ffffffe6;max-width:38rem;margin-top:2rem;font-size:1.125rem;line-height:1.8}@media (width<=768px){.about__image-wrapper{height:auto}.about__image{height:60vh}.about__overlay{-webkit-backdrop-filter:none;color:#fff;background:0 0;border:none;max-width:none;padding:2rem;position:static}.about__title{font-size:clamp(2.2rem,8vw,3.25rem)}.about__description{color:#ffffffe6;font-size:1rem;line-height:1.75}}.philosophy{background:var(--color-background);padding:8rem 0}.philosophy__container{grid-template-columns:1.2fr .8fr;align-items:center;gap:6rem;width:min(1500px,92%);margin:0 auto;display:grid}.philosophy__content{max-width:760px}.philosophy__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin:0 0 1rem;font-size:.8rem;font-weight:600}.philosophy__title{color:var(--color-text-primary);margin:0 0 2rem;font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:1.08}.philosophy__text{color:var(--color-text-secondary);margin-bottom:1.75rem;font-size:1.125rem;line-height:1.9}.philosophy__image{justify-content:center;align-items:center;display:flex}.philosophy__image img{object-fit:contain;width:100%;max-width:620px;height:auto;display:block}@media (width<=1200px){.philosophy__container{gap:4rem}.philosophy__image img{max-width:520px}}@media (width<=1024px){.philosophy__container{grid-template-columns:1fr;gap:4rem}.philosophy__content{max-width:100%}.philosophy__image{justify-content:center}.philosophy__image img{width:min(100%,650px)}}@media (width<=768px){.philosophy{padding:5rem 0}.philosophy__container{width:min(92%,700px)}.philosophy__title{font-size:clamp(2.3rem,8vw,3.5rem)}.philosophy__text{font-size:1rem;line-height:1.8}}.focus{padding:10rem 0}.focus__intro{text-align:center;width:min(900px,90%);margin:0 auto 8rem}.focus__divider{background:var(--color-border);width:120px;height:1px;margin:0 auto 3rem}.focus__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);margin:0 0 1rem;font-size:.8rem;font-weight:600}.focus__heading{color:var(--color-text-primary);margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:300;line-height:1.1}.focus__list{flex-direction:column;gap:10rem;width:min(1500px,92%);margin:0 auto;display:flex}.focus__row{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.focus__row--reverse .focus__content{order:2}.focus__row--reverse .focus__image{order:1}.focus__content{max-width:620px}.focus__content h3{color:var(--color-text-primary);margin:0 0 1.5rem;font-size:clamp(2rem,3vw,3rem);font-weight:300;line-height:1.15}.focus__content p{color:var(--color-text-secondary);margin:0;font-size:1.125rem;line-height:1.9}.focus__image{justify-content:center;align-items:center;display:flex}.focus__image img{object-fit:contain;width:100%;max-width:640px;height:auto;transition:transform .6s,filter .6s;display:block}.focus__row:hover .focus__image img{transform:scale(1.02)}@media (width<=1100px){.focus{padding:8rem 0}.focus__list{gap:7rem}.focus__row,.focus__row--reverse{grid-template-columns:1fr;gap:3rem}.focus__row--reverse .focus__content,.focus__row--reverse .focus__image{order:initial}.focus__content,.focus__image img{max-width:100%}}@media (width<=768px){.focus{padding:6rem 0}.focus__intro{margin-bottom:5rem}.focus__divider{margin-bottom:2rem}.focus__heading{font-size:clamp(2.2rem,8vw,3.4rem)}.focus__list{gap:5rem}.focus__content h3{font-size:2rem}.focus__content p{font-size:1rem;line-height:1.8}}.approach{background:var(--color-background);padding:10rem 0;position:relative;overflow:hidden}.approach__blueprint{color:var(--color-accent);opacity:.07;pointer-events:none;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201600%201200'%20fill='none'%3e%3cdefs%3e%3cpattern%20id='grid'%20width='80'%20height='80'%20patternUnits='userSpaceOnUse'%3e%3cpath%20d='M80%200H0V80'%20stroke='currentColor'%20stroke-width='1'/%3e%3c/pattern%3e%3c/defs%3e%3c!--%20Grid%20--%3e%3crect%20width='1600'%20height='1200'%20fill='url(%23grid)'%20opacity='.18'/%3e%3c!--%20Major%20axes%20--%3e%3cline%20x1='300'%20y1='0'%20x2='300'%20y2='1200'%20stroke='currentColor'%20stroke-width='2'%20stroke-dasharray='12%2012'%20opacity='.35'/%3e%3cline%20x1='1100'%20y1='0'%20x2='1100'%20y2='1200'%20stroke='currentColor'%20stroke-width='2'%20stroke-dasharray='12%2012'%20opacity='.35'/%3e%3cline%20x1='0'%20y1='420'%20x2='1600'%20y2='420'%20stroke='currentColor'%20stroke-width='2'%20stroke-dasharray='12%2012'%20opacity='.35'/%3e%3c!--%20Masterplan%20geometry%20--%3e%3ccircle%20cx='1180'%20cy='320'%20r='160'%20stroke='currentColor'%20stroke-width='2'%20opacity='.35'/%3e%3ccircle%20cx='1180'%20cy='320'%20r='90'%20stroke='currentColor'%20stroke-width='1'%20opacity='.25'/%3e%3cpath%20d='M180%20960%20C420%20720%20760%20720%201320%20320'%20stroke='currentColor'%20stroke-width='2'%20opacity='.35'/%3e%3c!--%20Topographic%20lines%20--%3e%3cpath%20d='M120%20820%20C300%20760%20520%20760%20720%20860%20C960%20980%201200%20960%201500%20780'%20stroke='currentColor'%20stroke-width='1'%20opacity='.18'/%3e%3cpath%20d='M140%20860%20C320%20800%20540%20800%20740%20900%20C980%201020%201220%201000%201520%20820'%20stroke='currentColor'%20stroke-width='1'%20opacity='.18'/%3e%3cpath%20d='M160%20900%20C340%20840%20560%20840%20760%20940%20C1000%201060%201240%201040%201540%20860'%20stroke='currentColor'%20stroke-width='1'%20opacity='.18'/%3e%3c!--%20Dimension%20box%20--%3e%3crect%20x='980'%20y='120'%20width='360'%20height='360'%20stroke='currentColor'%20stroke-width='1.5'%20opacity='.22'/%3e%3cline%20x1='980'%20y1='300'%20x2='1340'%20y2='300'%20stroke='currentColor'%20stroke-width='1'%20opacity='.20'/%3e%3cline%20x1='1160'%20y1='120'%20x2='1160'%20y2='480'%20stroke='currentColor'%20stroke-width='1'%20opacity='.20'/%3e%3c!--%20Construction%20circles%20--%3e%3ccircle%20cx='460'%20cy='780'%20r='110'%20stroke='currentColor'%20stroke-width='1'%20opacity='.20'/%3e%3ccircle%20cx='460'%20cy='780'%20r='55'%20stroke='currentColor'%20stroke-width='1'%20opacity='.15'/%3e%3c!--%20Alignment%20ticks%20--%3e%3cline%20x1='292'%20y1='220'%20x2='308'%20y2='220'%20stroke='currentColor'%20opacity='.4'/%3e%3cline%20x1='1092'%20y1='520'%20x2='1108'%20y2='520'%20stroke='currentColor'%20opacity='.4'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.approach__container{z-index:1;width:min(1200px,92%);margin:0 auto;position:relative}.approach__header{text-align:center;max-width:760px;margin:0 auto 8rem}.approach__divider{background:var(--color-border);width:120px;height:1px;margin:0 auto 3rem}.approach__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);margin:0 0 1rem;font-size:.8rem;font-weight:600}.approach__heading{color:var(--color-text-primary);margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:300;line-height:1.1}.approach__intro{max-width:700px;color:var(--color-text-secondary);margin:2rem auto 0;font-size:1.15rem;line-height:1.9}.approach__timeline{max-width:900px;margin:0 auto}.approach__item{grid-template-columns:90px 1fr;column-gap:3rem;padding-bottom:5rem;display:grid}.approach__marker{position:relative}.approach__line{background:var(--color-border);width:1px;position:absolute;top:0;bottom:-5rem;left:24px}.approach__item:last-child .approach__line{display:none}.approach__dot{border:2px solid var(--color-accent);background:var(--color-background);z-index:2;border-radius:50%;width:48px;height:48px;transition:all .35s;position:relative}.approach__item:hover .approach__dot{background:var(--color-accent);transform:scale(1.15)}.approach__number{letter-spacing:.18em;color:var(--color-accent);margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.approach__content h3{color:var(--color-text-primary);margin:0 0 1rem;font-size:clamp(2rem,3vw,2.8rem);font-weight:300}.approach__content p{max-width:620px;color:var(--color-text-secondary);margin:0;font-size:1.1rem;line-height:1.9}@media (width<=1100px){.approach{padding:8rem 0}.approach__header{margin-bottom:6rem}}@media (width<=768px){.approach{padding:6rem 0}.approach__item{grid-template-columns:60px 1fr;column-gap:1.5rem;padding-bottom:4rem}.approach__dot{width:32px;height:32px}.approach__line{left:16px}.approach__content h3{font-size:2rem}.approach__content p{font-size:1rem}}.contact{background:#1f2326;position:relative;overflow:hidden}.contact__hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:760px;display:flex;position:relative}.contact__content{z-index:2;width:min(1120px,100% - 3rem);margin:0 auto;padding-bottom:10rem;position:relative}.contact__eyebrow{letter-spacing:.24em;text-transform:uppercase;color:#ffffffb8;margin-bottom:1.5rem;font-size:.82rem;font-weight:500;display:inline-block}.contact__title{letter-spacing:-.05em;color:#fff;max-width:780px;margin:0;font-size:clamp(3rem,6vw,5.8rem);font-weight:300;line-height:.94}.contact__title span{color:var(--color-accent)}.contact__intro{color:#ffffffc7;max-width:640px;margin-top:2rem;font-size:1.15rem;line-height:1.9}.contact__button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#ffffff0d;border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;margin-top:3rem;padding:1rem 2.2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .35s,border-color .35s,transform .35s;display:inline-flex}.contact__button:hover{border-color:var(--color-accent);background:#ffffff1a;transform:translateY(-2px)}@media (width<=900px){.contact__hero{align-items:flex-end;min-height:640px}.contact__content{width:min(100% - 2rem,640px);padding-bottom:8rem}.contact__title{font-size:clamp(2.8rem,10vw,4.5rem)}.contact__intro{font-size:1rem;line-height:1.8}.contact__button{width:100%}}.contact__card{z-index:10;background:#252a2e;border:1px solid #ffffff14;border-radius:24px;width:min(1120px,100% - 3rem);margin:-110px auto 0;position:relative;overflow:hidden}.contact__details{grid-template-columns:repeat(3,1fr);display:grid}.contact__item{align-items:flex-start;gap:1.25rem;padding:3rem;display:flex}.contact__item:not(:last-child){border-right:1px solid #ffffff14}.contact__icon{color:var(--color-accent);flex-shrink:0;margin-top:.2rem}.contact__item h3{letter-spacing:.16em;text-transform:uppercase;color:#fffffff2;margin:0 0 .75rem;font-size:.8rem;font-weight:600}.contact__item p,.contact__item a{color:#ffffffb8;margin:0;font-size:1rem;line-height:1.8;text-decoration:none;transition:color .3s}.contact__item a:hover{color:var(--color-accent)}.contact__legal{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;width:min(1120px,100% - 3rem);margin:4rem auto 0;padding:2rem 0;display:flex}.contact__legal p{color:#ffffff80;margin:0;font-size:.82rem;line-height:1.6}.contact__legalLinks{align-items:center;gap:.9rem;display:flex}.contact__legalLinks span{color:#ffffff47}.contact__legalLinks a{color:#ffffff80;font-size:.82rem;text-decoration:none;transition:color .3s}.contact__legalLinks a:hover{color:var(--color-accent)}@media (width<=900px){.contact__card{border-radius:20px;width:min(100% - 2rem,640px);margin-top:-80px}.contact__details{grid-template-columns:1fr}.contact__item{padding:2rem}.contact__item:not(:last-child){border-bottom:1px solid #ffffff14;border-right:none}.contact__legal{text-align:center;flex-direction:column;gap:1rem;width:min(100% - 2rem,640px);margin-top:3rem}.contact__legalLinks{flex-wrap:wrap;justify-content:center}}@media (width<=600px){.contact__hero{min-height:560px}.contact__content{padding-bottom:7rem}.contact__title{line-height:1}.contact__intro{margin-top:1.5rem}.contact__item{padding:1.75rem}}@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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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-sky-600:oklch(58.8% .158 241.966);--color-sky-700:oklch(50% .134 242.749);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-900:oklch(20.8% .042 265.755);--color-white:#fff;--spacing:.25rem;--container-3xl:48rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--radius-md:.375rem;--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)}}@layer base{*,:after,:before,::backdrop{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}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;-webkit-text-decoration:inherit;-webkit-text-decoration: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{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:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-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]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.mt-6{margin-top:calc(var(--spacing) * 6)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.min-h-\[60vh\]{min-height:60vh}.min-h-screen{min-height:100vh}.max-w-3xl{max-width:var(--container-3xl)}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-col{flex-direction:column}.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-slate-300{border-color:var(--color-slate-300)}.bg-sky-600{background-color:var(--color-sky-600)}.bg-white{background-color:var(--color-white)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-3{padding-block:calc(var(--spacing) * 3)}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-sky-600{color:var(--color-sky-600)}.text-slate-600{color:var(--color-slate-600)}.text-slate-900{color:var(--color-slate-900)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.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))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}@media (hover:hover){.hover\:bg-sky-700:hover{background-color:var(--color-sky-700)}.hover\:bg-slate-100:hover{background-color:var(--color-slate-100)}}@media (width>=64rem){.lg\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}}}:root{--color-primary:#0f172a;--color-secondary:#1e293b;--color-accent:#c7a15b;--surface:#fff;--surface-alt:#f8fafc;--surface-dark:#020617;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border:#e2e8f0;--border-dark:#334155;--container-width:1320px;--radius-sm:6px;--radius-md:10px;--radius-lg:18px;--radius-xl:28px;--shadow-sm:0 2px 8px #0f172a0d;--shadow-md:0 10px 30px #0f172a14;--shadow-lg:0 18px 60px #0f172a1f;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4rem;--space-7:6rem;--space-8:8rem;--transition-fast:.18s ease;--transition-base:.3s ease;--transition-slow:.6s ease;--font-display:"Playfair Display", serif;--font-body:"Inter", sans-serif}body{font-family:var(--font-body);color:var(--text-primary);font-size:16px;font-weight:400;line-height:1.7}.display{font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(3.5rem,7vw,6rem);font-weight:600;line-height:1}h1,.h1{letter-spacing:-.03em;font-size:clamp(3rem,6vw,4.75rem);font-weight:700;line-height:1.05}h2,.h2{font-size:clamp(2.4rem,5vw,3.4rem);font-weight:700;line-height:1.1}h3,.h3{font-size:clamp(1.75rem,3vw,2.2rem);font-weight:600;line-height:1.2}.lead{color:var(--text-secondary);max-width:760px;font-size:1.25rem;line-height:1.8}.small{font-size:.95rem}.caption{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);font-size:.8rem;font-weight:600}*{transition:color .2s,background-color .2s,border-color .2s}:root{--color-primary:#0ea5e9;--color-primary-dark:#0284c7;--background:#fff;--foreground:#0f172a;--border:#e2e8f0;--container:1280px}html,body,#root{min-height:100%}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,system-ui,sans-serif}*,:before,:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{background:var(--surface);color:var(--text-primary);overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}
