@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=Noto+Serif+SC:wght@500;700&display=swap";:root{--ink: #141921;--slate: #2c3344;--mist: #e8e6df;--cloud: #f5f4ef;--copper: #b07a42;--copper-light: #d4a76a;--copper-glow: rgba(176, 122, 66, .12);--stone: #8a8d94;--white: #ffffff;--nav-h: 64px;--font-display: "Noto Serif SC", "Georgia", serif;--font-body: "DM Sans", "Helvetica Neue", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 3rem;--space-xl: 5rem;--space-2xl: 7rem;--space-3xl: 9rem;--ease-out: cubic-bezier(.22, 1, .36, 1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--max-w: 1200px;--gutter: clamp(1.25rem, 4vw, 3rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1rem;line-height:1.75;color:var(--ink);background:var(--mist);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;border:none;background:none;cursor:pointer}.section-eyebrow{font-family:var(--font-body);font-size:.8rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:var(--space-md)}.section-eyebrow--light{color:var(--copper-light)}.section-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.2;letter-spacing:-.02em;color:var(--ink);margin-bottom:var(--space-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:500;font-size:.95rem;padding:.75rem 2rem;border-radius:var(--radius-sm);transition:all .3s var(--ease-out);position:relative;white-space:nowrap}.btn--primary{background:var(--copper);color:var(--white)}.btn--primary:hover{background:#9a6934;transform:translateY(-1px);box-shadow:0 6px 20px var(--copper-glow)}.btn--primary:focus-visible{outline:2px solid var(--copper);outline-offset:3px}.btn--ghost{color:var(--white);border:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--ghost:hover{border-color:#ffffffb3;background:#ffffff14}.btn--ghost:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:3px}.btn--lg{padding:1rem 2.5rem;font-size:1.05rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);transition:background .4s var(--ease-out),box-shadow .4s var(--ease-out)}.nav--scrolled{background:#141921eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #00000026}.nav__inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter);height:100%;display:flex;align-items:center;gap:2rem}.nav__logo{display:flex;align-items:baseline;gap:.3rem;margin-right:auto}.nav__logo-mark{font-family:var(--font-display);font-weight:700;font-size:1.35rem;color:var(--white);letter-spacing:.04em}.nav__logo-text{font-family:var(--font-body);font-weight:400;font-size:.85rem;color:var(--stone);letter-spacing:.06em}.nav__links{display:flex;gap:1.75rem}.nav__link{font-size:.88rem;font-weight:500;color:#ffffffb3;transition:color .25s;position:relative}.nav__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--copper);transition:width .3s var(--ease-out)}.nav__link:hover{color:var(--white)}.nav__link:hover:after{width:100%}.nav__link:focus-visible{outline:2px solid var(--copper);outline-offset:4px;border-radius:2px}.nav__cta{font-size:.85rem;font-weight:500;color:var(--copper-light);border:1px solid var(--copper);padding:.4rem 1.25rem;border-radius:var(--radius-sm);transition:all .3s var(--ease-out)}.nav__cta:hover{background:var(--copper);color:var(--white)}.nav__cta:focus-visible{outline:2px solid var(--copper-light);outline-offset:3px}.nav__hamburger{display:none;flex-direction:column;gap:5px;width:24px;padding:4px 0}.nav__hamburger span{display:block;width:100%;height:2px;background:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.nav__mobile{position:absolute;top:var(--nav-h);left:0;right:0;background:#141921f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;padding:1.5rem var(--gutter) 2rem;gap:1rem}.nav__mobile a{color:#fffc;font-size:1rem;font-weight:500;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.nav__mobile-cta{margin-top:.5rem;color:var(--copper-light)!important;border-bottom:none!important}@media(max-width:768px){.nav__links,.nav__cta{display:none}.nav__hamburger{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,#141921d1,#14192173,#14192133)}.hero__content{position:relative;z-index:1;max-width:var(--max-w);margin:0 auto;padding:calc(var(--nav-h) + 5rem) var(--gutter) 6rem;width:100%}.hero__eyebrow{font-family:var(--font-body);font-size:.82rem;font-weight:500;letter-spacing:.28em;color:var(--copper-light);margin-bottom:var(--space-md)}.hero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(2.8rem,7vw,6.5rem);line-height:1.05;letter-spacing:-.03em;color:var(--white);margin-bottom:var(--space-lg);max-width:14ch}.hero__lead{font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.85;color:#ffffffb8;max-width:34rem;margin-bottom:var(--space-lg)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);width:1px;height:48px;background:#ffffff26;overflow:hidden;z-index:1}.hero__scroll-line{width:100%;height:100%;background:var(--copper-light);transform-origin:top}@media(max-width:640px){.hero__content{padding:calc(var(--nav-h) + 3rem) var(--gutter) 5rem}.hero__title{max-width:100%}}.stats{background:var(--slate);padding:var(--space-xl) var(--gutter)}.stats__grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stats__item{text-align:center;display:flex;flex-direction:column;gap:.4rem}.stats__value{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,3.5vw,3.2rem);color:var(--copper-light);letter-spacing:-.02em}.stats__label{font-size:.88rem;color:#ffffff8c;font-weight:400}@media(max-width:640px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}}.about{background:var(--cloud);padding:var(--space-3xl) var(--gutter)}.about__container{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.about__text{max-width:520px}.about__body{color:var(--slate);max-width:38rem;margin-bottom:var(--space-md)}.about__image{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4 / 3}.about__image img{width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:768px){.about__container{grid-template-columns:1fr;gap:var(--space-lg)}}.tech{background:var(--mist);padding:var(--space-3xl) var(--gutter) var(--space-xl)}.tech__header{max-width:var(--max-w);margin:0 auto var(--space-lg)}.tech__showcase{max-width:var(--max-w);margin:0 auto var(--space-xl)}.tech__hero-image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16 / 9}.tech__hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.tech__grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.tech__card{background:var(--white);border:1px solid rgba(20,25,33,.06);border-radius:var(--radius-md);padding:var(--space-lg) var(--space-lg) var(--space-lg);transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out);position:relative}.tech__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #14192114}.tech__card:focus-within{outline:2px solid var(--copper);outline-offset:2px}.tech__card-index{font-family:var(--font-display);font-weight:700;font-size:2.5rem;color:#b07a421f;line-height:1;margin-bottom:var(--space-sm);display:block}.tech__card-title{font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--ink);margin-bottom:.75rem;line-height:1.35}.tech__card-desc{font-size:.92rem;color:var(--stone);line-height:1.75}@media(max-width:640px){.tech__grid{grid-template-columns:1fr}}.apps{background:var(--slate);padding:var(--space-3xl) var(--gutter)}.apps__container{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.apps__left .section-eyebrow{color:var(--copper-light)}.apps__left .section-title{color:var(--white)}.apps__image{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4 / 3;margin-top:var(--space-lg)}.apps__image img{width:100%;height:100%;object-fit:cover;object-position:center}.apps__right{display:flex;flex-direction:column;gap:var(--space-md)}.apps__card{border-left:2px solid var(--copper);padding:var(--space-md) var(--space-md) var(--space-md) var(--space-lg);transition:background .3s var(--ease-out);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.apps__card:hover{background:#ffffff0a}.apps__card-title{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--white);margin-bottom:.5rem}.apps__card-desc{font-size:.92rem;color:#ffffff8c;line-height:1.75}@media(max-width:768px){.apps__container{grid-template-columns:1fr;gap:var(--space-lg)}}.products{background:var(--cloud);padding:var(--space-3xl) var(--gutter)}.products__header{max-width:var(--max-w);margin:0 auto var(--space-xl)}.products__grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.products__card{background:var(--white);border:1px solid rgba(20,25,33,.06);border-radius:var(--radius-md);padding:var(--space-lg);display:flex;flex-direction:column;transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out)}.products__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #14192114}.products__card-head{margin-bottom:var(--space-sm)}.products__series{font-size:.78rem;font-weight:500;letter-spacing:.12em;color:var(--copper)}.products__name{font-family:var(--font-display);font-weight:700;font-size:1.3rem;color:var(--ink);margin-top:.25rem}.products__highlight{font-size:.95rem;color:var(--slate);margin-bottom:var(--space-md);line-height:1.65}.products__specs{margin-bottom:var(--space-md)}.products__spec{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(20,25,33,.06);font-size:.88rem}.products__spec-label{color:var(--stone)}.products__spec-value{color:var(--ink);font-weight:500}.products__features{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:var(--space-lg);flex:1}.products__features li{font-size:.88rem;color:var(--stone);padding-left:1.2em;position:relative}.products__features li:before{content:"";position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--copper)}.products__link{font-size:.88rem;font-weight:500;color:var(--copper);transition:color .25s;margin-top:auto}.products__link:hover{color:#8a5e2e}@media(max-width:900px){.products__grid{grid-template-columns:1fr;max-width:480px}}.insights{background:var(--mist);padding:var(--space-3xl) var(--gutter)}.insights__container{max-width:var(--max-w);margin:0 auto}.insights__header{margin-bottom:var(--space-xl)}.insights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.insights__card{background:var(--white);border:1px solid rgba(20,25,33,.06);border-radius:var(--radius-md);padding:var(--space-lg);display:flex;flex-direction:column;transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out);position:relative;overflow:hidden}.insights__card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--copper) 0%,var(--copper-light) 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--ease-out)}.insights__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #14192114}.insights__card:hover:before{transform:scaleX(1)}.insights__card:focus-within{outline:2px solid var(--copper);outline-offset:2px}.insights__card--expanded{transform:translateY(-4px);box-shadow:0 12px 40px #14192114}.insights__card--expanded:before{transform:scaleX(1)}.insights__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:var(--space-sm)}.insights__date{font-size:.8rem;font-weight:400;color:var(--stone);letter-spacing:.02em}.insights__category{font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--copper);background:var(--copper-glow);padding:.15rem .6rem;border-radius:2px}.insights__title{font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--ink);line-height:1.4;margin-bottom:.75rem}.insights__summary{font-size:.9rem;color:var(--stone);line-height:1.75;margin-bottom:var(--space-md);flex:1}.insights__toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--copper);transition:color .25s,gap .3s var(--ease-out);margin-top:auto;padding:0;align-self:flex-start}.insights__toggle:hover{color:#8a5e2e;gap:.65rem}.insights__toggle:focus-visible{outline:2px solid var(--copper);outline-offset:3px;border-radius:2px}.insights__toggle-label{white-space:nowrap}.insights__toggle-chevron{flex-shrink:0;transition:transform .35s var(--ease-out);transform:rotate(0)}.insights__toggle-chevron--open{transform:rotate(180deg)}.insights__detail{grid-column:1 / -1}.insights__detail-inner{padding-top:var(--space-md);border-top:1px solid rgba(20,25,33,.08);margin-top:var(--space-md)}.insights__detail-text{font-size:.9rem;color:var(--slate);line-height:1.85;max-width:58ch}@media(max-width:900px){.insights__grid{grid-template-columns:1fr;max-width:520px}}.contact{background:var(--ink);padding:var(--space-3xl) var(--gutter);text-align:center}.contact__inner{max-width:640px;margin:0 auto}.contact__title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.25;color:var(--white);margin-bottom:var(--space-lg)}.contact__body{font-size:1rem;color:#ffffff8c;line-height:1.85;margin-bottom:var(--space-xl)}.contact__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:#0e1218;padding:var(--space-xl) var(--gutter) var(--space-lg)}.footer__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid rgba(255,255,255,.06)}.footer__logo{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--white);letter-spacing:.04em}.footer__tagline{font-size:.88rem;color:#ffffff59;margin-top:.5rem}.footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__col h4{font-family:var(--font-body);font-weight:500;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem}.footer__col a{display:block;font-size:.88rem;color:#fff9;padding:.3rem 0;transition:color .25s}.footer__col a:hover{color:var(--copper-light)}.footer__bottom{max-width:var(--max-w);margin:0 auto;padding-top:var(--space-lg);font-size:.78rem;color:#ffffff40;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer__note{font-style:italic;color:#ffffff2e}@media(max-width:768px){.footer__inner{grid-template-columns:1fr;gap:var(--space-lg)}.footer__cols{grid-template-columns:repeat(2,1fr)}.footer__bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero__scroll-hint{display:none}}
