:root {
  color-scheme: light;
  --navy: #081326;
  --navy-soft: #10213a;
  --ink: #17243a;
  --muted: #617086;
  --paper: #f7f6f2;
  --line: #e3e6e8;
  --amber: #f2ad5e;
  --amber-bright: #ffc782;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

*,
*::before,
*::after { box-sizing: border-box; }

body { margin: 0; background: var(--paper); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: var(--amber); color: var(--navy); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.container { width: min(100% - 80px, 1240px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 12px 16px; background: #fff; color: var(--navy); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: #fff; }
.header-inner { display: flex; align-items: center; min-height: 112px; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-symbol { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(242,173,94,.68); border-radius: 12px; color: #fff; font-size: 26px; font-weight: 800; letter-spacing: -.14em; padding-right: 6px; line-height: 1; background: rgba(242,173,94,.08); }
.brand-symbol span, .brand-word span, .footer-brand span { color: var(--amber); }
.brand-name { display: flex; flex-direction: column; font-size: 23px; line-height: .95; letter-spacing: -.055em; font-weight: 800; }
.brand-name > span { display: inline; }
.brand-name small { display: block; margin-top: 8px; font-size: 9px; letter-spacing: .23em; line-height: 1; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.65); }
.main-nav { display: flex; gap: 34px; align-items: center; margin-left: auto; }
.main-nav a { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.header-cta { display: inline-flex; gap: 20px; align-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; padding: 13px 18px 13px 21px; font-size: 13px; font-weight: 700; white-space: nowrap; transition: border-color .2s ease, background .2s ease; }
.header-cta:hover { border-color: var(--amber); background: rgba(242,173,94,.1); }
.header-cta span { color: var(--amber); font-size: 18px; line-height: 0; }

.hero { position: relative; isolation: isolate; min-height: max(800px, 100svh); overflow: hidden; background: var(--navy); color: #fff; }
.hero-images, .hero-shade { position: absolute; inset: 0; z-index: -1; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 0; transform: scale(1.035); transition: opacity .75s ease, transform 7.5s ease; }
.hero-image.is-active { opacity: 1; transform: scale(1); }
.hero-shade { background: linear-gradient(90deg, rgba(8,19,38,1) 0%, rgba(8,19,38,.97) 22%, rgba(8,19,38,.76) 42%, rgba(8,19,38,.27) 76%, rgba(8,19,38,.17) 100%), linear-gradient(0deg, rgba(8,19,38,.8), transparent 24%); }
.hero-content { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: max(800px, 100svh); padding-top: 168px; padding-bottom: 38px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #9b6a37; font-size: 11px; line-height: 1.4; letter-spacing: .2em; font-weight: 800; text-transform: uppercase; }
.eyebrow.light { color: var(--amber-bright); }
.eyebrow-line { display: inline-block; width: 22px; height: 1px; flex: 0 0 auto; background: currentColor; }
.hero h1 { margin: 0; font-size: clamp(3.8rem, 6vw, 6.6rem); line-height: .97; letter-spacing: -.075em; font-weight: 700; }
.hero h1 span { color: #d7e0eb; }
.hero-lead { max-width: 510px; margin: 24px 0 0; color: #b7c5d7; font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.65; }
.featured-product { margin-top: 40px; padding-left: 20px; border-left: 2px solid var(--amber); max-width: 495px; }
.featured-overline { display: flex; align-items: center; gap: 15px; color: #aebdd1; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.featured-overline b { color: var(--amber); font-weight: 800; }
.featured-product h2 { margin: 9px 0 6px; font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1; letter-spacing: -.06em; }
.featured-product p { margin: 0; color: #c8d4e1; font-size: 15px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 51px; padding: 0 19px 0 22px; border-radius: 100px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { margin-top: 31px; background: var(--amber); color: var(--navy); }
.button-primary:hover { background: var(--amber-bright); }
.button span { font-size: 19px; font-weight: 500; }
.carousel-controls { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 54px; }
.carousel-tabs { display: flex; gap: 8px; width: min(720px, 100%); }
.carousel-tab { position: relative; display: flex; align-items: baseline; gap: 10px; width: 33.333%; padding: 17px 8px 2px 0; border: 0; border-top: 1px solid rgba(255,255,255,.35); background: transparent; color: rgba(255,255,255,.56); text-align: left; cursor: pointer; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.carousel-tab::before { position: absolute; top: -2px; left: 0; width: 0; height: 3px; background: var(--amber); content: ""; transition: width .4s ease; }
.carousel-tab.is-active { color: #fff; }
.carousel-tab.is-active::before { width: 100%; }
.carousel-tab span { color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.carousel-arrows { display: flex; gap: 8px; }
.arrow-button { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; font-size: 18px; transition: border-color .2s ease, background .2s ease; }
.arrow-button:hover { border-color: var(--amber); background: rgba(242,173,94,.15); }

.section { padding-block: 122px; }
.solutions { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 90px; margin-bottom: 48px; }
.section-heading h2, .experience h2, .contact h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.15rem); line-height: 1.04; letter-spacing: -.065em; font-weight: 700; }
.section-heading h2 em, .experience h2 em, .contact h2 em { color: #60768d; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.section-heading > p { max-width: 335px; margin: 0 0 5px; color: var(--muted); line-height: 1.7; font-size: 15px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-card { display: flex; flex-direction: column; min-height: 396px; padding: 28px 29px; border: 1px solid #e4e7e9; border-radius: 15px; background: #fff; box-shadow: 0 11px 35px rgba(19,34,58,.025); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #cdd6de; box-shadow: 0 18px 46px rgba(19,34,58,.08); }
.card-top { display: flex; justify-content: space-between; align-items: center; color: #8996a5; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.card-arrow { color: #aeb9c4; font-size: 20px; font-weight: 400; letter-spacing: 0; }
.product-glyph { position: relative; display: block; width: 70px; height: 70px; margin: 48px 0 26px; }
.product-glyph span { position: absolute; display: block; border: 2px solid #2e587f; border-radius: 4px; background: rgba(90,141,185,.12); box-shadow: 4px 5px 0 rgba(242,173,94,.2); }
.glyph-sirius span:nth-child(1) { inset: 5px 16px 25px 0; }
.glyph-sirius span:nth-child(2) { inset: 19px 3px 11px 14px; }
.glyph-sirius span:nth-child(3) { inset: 32px 0 0 29px; background: var(--amber); border-color: var(--amber); }
.glyph-nexo span { width: 27px; height: 27px; transform: rotate(45deg); }
.glyph-nexo span:nth-child(1) { left: 20px; top: 0; }
.glyph-nexo span:nth-child(2) { left: 0; top: 24px; }
.glyph-nexo span:nth-child(3) { left: 40px; top: 24px; }
.glyph-nexo span:nth-child(4) { left: 20px; top: 47px; background: var(--amber); border-color: var(--amber); }
.glyph-alquimia span { width: 55px; height: 15px; left: 3px; transform: skewY(-18deg); }
.glyph-alquimia span:nth-child(1) { top: 9px; }
.glyph-alquimia span:nth-child(2) { top: 28px; left: 10px; }
.glyph-alquimia span:nth-child(3) { top: 47px; left: 17px; background: var(--amber); border-color: var(--amber); }
.product-card h3 { margin: auto 0 8px; font-size: 34px; line-height: 1; letter-spacing: -.055em; }
.product-card p { max-width: 275px; min-height: 53px; margin: 0 0 26px; color: var(--muted); line-height: 1.58; font-size: 14px; }
.product-card a { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: #275579; font-size: 12px; font-weight: 800; }
.product-card a:hover { color: #0c2c4e; }
.product-card a span { font-size: 16px; }

.experience { position: relative; overflow: hidden; background: #0c1e34; color: #fff; }
.experience::before { position: absolute; width: 600px; height: 600px; right: -170px; top: -280px; border-radius: 50%; background: radial-gradient(circle, rgba(39,87,137,.4), transparent 68%); content: ""; pointer-events: none; }
.experience-inner { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 65px; }
.experience-number { display: flex; align-items: baseline; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 12px; color: var(--amber); }
.experience-number strong { font-size: clamp(9rem, 21vw, 20rem); line-height: .8; font-weight: 700; letter-spacing: -.11em; }
.experience-number span { font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.7rem); font-style: italic; }
.experience h2 { font-size: clamp(2.5rem, 4.2vw, 4.5rem); }
.experience h2 em { color: #b6c8da; }
.experience-copy > p:last-child { max-width: 470px; margin: 25px 0 0; color: #bdcad9; line-height: 1.7; }

.contact { background: #f1f1ec; }
.contact-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: start; }
.contact h2 em { color: #668096; }
.contact-options { display: flex; flex-direction: column; border-top: 1px solid #cfd6da; margin-top: 4px; }
.contact-option { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 23px 0; border-bottom: 1px solid #cfd6da; transition: padding .2s ease; }
.contact-option:hover { padding-left: 8px; }
.contact-option span:first-child { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.contact-option small { color: #79889a; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.contact-option strong { overflow-wrap: anywhere; font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 700; letter-spacing: -.035em; }
.contact-arrow { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; border: 1px solid #b7c3cc; border-radius: 50%; font-size: 19px; }
.site-footer { background: var(--navy); color: #dce5ef; }
.footer-inner { display: flex; align-items: center; gap: 27px; min-height: 108px; }
.footer-brand { font-size: 23px; letter-spacing: -.06em; font-weight: 800; }
.site-footer p { margin: 0; color: #8495ab; font-size: 12px; }
.site-footer small { margin-left: auto; color: #8495ab; font-size: 11px; }

@media (max-width: 1050px) {
  .container { width: min(100% - 56px, 1240px); }
  .header-inner { gap: 24px; }
  .main-nav { gap: 18px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 5.5rem); }
  .hero-shade { background: linear-gradient(90deg, rgba(8,19,38,1) 0%, rgba(8,19,38,.95) 32%, rgba(8,19,38,.47) 100%), linear-gradient(0deg, rgba(8,19,38,.8), transparent 25%); }
  .experience-inner { gap: 36px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 1240px); }
  .header-inner { min-height: 83px; }
  .brand-symbol { width: 38px; height: 38px; font-size: 23px; }
  .brand-name { font-size: 21px; }
  .main-nav { display: none; }
  .header-cta { margin-left: auto; padding: 11px 13px 11px 16px; font-size: 11px; gap: 8px; }
  .hero, .hero-content { min-height: 825px; }
  .hero-content { padding-top: 128px; padding-bottom: 26px; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,19,38,.96), rgba(8,19,38,.8)), linear-gradient(0deg, rgba(8,19,38,.95), transparent 40%); }
  .hero-image { object-position: 62% center; }
  .hero h1 { font-size: clamp(3.15rem, 12vw, 5.4rem); }
  .hero-lead { max-width: 460px; font-size: 15px; }
  .featured-product { margin-top: 32px; }
  .carousel-controls { gap: 16px; margin-top: 46px; }
  .carousel-tabs { gap: 6px; }
  .carousel-tab { display: block; padding-top: 12px; font-size: 12px; }
  .carousel-tab span { display: block; margin-bottom: 5px; }
  .carousel-arrows { gap: 5px; }
  .arrow-button { width: 36px; height: 36px; font-size: 16px; }
  .section { padding-block: 80px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 310px; }
  .product-glyph { margin: 28px 0 20px; }
  .experience-inner, .contact-inner { grid-template-columns: 1fr; gap: 42px; }
  .experience-number strong { font-size: clamp(9rem, 32vw, 15rem); }
  .contact-options { margin-top: 0; }
  .footer-inner { flex-wrap: wrap; gap: 9px 20px; padding-block: 24px; }
  .site-footer small { width: 100%; margin-left: 0; }
}

@media (max-width: 430px) {
  .brand-symbol { display: none; }
  .header-cta { font-size: 10px; }
  .hero, .hero-content { min-height: 800px; }
  .hero h1 { font-size: 3.25rem; }
  .eyebrow { font-size: 10px; letter-spacing: .14em; }
  .featured-product p { font-size: 14px; }
  .button-primary { margin-top: 25px; }
  .carousel-arrows { display: none; }
  .section-heading h2, .contact h2 { font-size: 2.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
