/* Landing composition; Bootstrap and lobo-gris.css own the shared components. */
html { scroll-padding-top: 2rem; }
.landing-page { --landing-ink: #06212f; --landing-muted: #585858; --landing-line: #dce5e9; color: var(--landing-ink); font-family: "Roboto", sans-serif; font-weight: 350; line-height: 1.6; }
.landing-page h1, .landing-page h2, .landing-page h3 { font-family: "Blinker", sans-serif; line-height: 1.05; }
.landing-page h1 { font-weight: 600; font-size: clamp(3rem, 4.8vw, 5.5rem); letter-spacing: -.035em; }
.landing-page h1 span { color: #523ead; }
.landing-page h2 { font-weight: 600; font-size: clamp(2.4rem, 3.6vw, 4rem); color: #099db9; }
.landing-page h3 { font-weight: 400; font-size: 1.8rem; }
.landing-page a:focus-visible, .landing-page summary:focus-visible { outline: 3px solid #523ead; outline-offset: 5px; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; background: white; padding: 12px; }
.skip-link:focus { top: 12px; }
.landing-hero { padding-block: 4rem 3rem; }
.eyebrow { font-family: "Work Sans", sans-serif; font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: #523ead; margin-bottom: 1.25rem; }
.landing-hero .lead { max-width: 34rem; font-family: "Blinker", sans-serif; font-weight: 300; font-size: 1.65rem; line-height: 1.25; color: #099db9; margin-block: 1.5rem; }
.landing-page .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 48px; }
.cta-note { font-size: .85rem; color: var(--landing-muted); margin: 1rem 0; max-width: 25rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; font-family: "Work Sans", sans-serif; font-size: .85rem; font-weight: 500; color: #523ead; text-underline-offset: 5px; }
.text-link:hover { color: #099db9; }
.hero-art { position: relative; overflow: hidden; border-radius: 2.5rem; box-shadow: 2px 6px 20px 1px #00000020; }
.hero-art > img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.1; object-fit: cover; object-position: 67% center; }
.art-caption { position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem; padding: .85rem 1rem; background: #fffffff0; border-radius: 25px; font-family: "Work Sans", sans-serif; font-size: .7rem; display: flex; align-items: center; gap: .6rem; }
.status-dot { background: #ff692c; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.capabilities { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; border-block: 1px solid var(--landing-line); font-family: "Work Sans", sans-serif; color: var(--landing-muted); font-size: .85rem; }
.capabilities span::before { content: "+"; margin-right: .65rem; color: #ff692c; font-weight: 600; }
.section { padding-block: 6rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 22rem; color: var(--landing-muted); font-size: 1.1rem; }
.project-image { display: flex; align-items: center; justify-content: center; aspect-ratio: 1; }
.project-image img { width: 100%; height: auto; }
.project-image.uniform img { max-width: 483px; filter: drop-shadow(0 1rem 1rem #06212f18); }
.project-image.project-screen img { border: 1px solid #ccc; border-radius: 2.5rem; box-shadow: 2px 6px 20px 1px #00000040; }
.project-copy { padding-top: 2rem; }
.project-copy .eyebrow { margin-bottom: .75rem; }
.project-copy h3 { color: #099db9; font-size: 2.5rem; margin-bottom: 1rem; }
.project-copy p, .project-copy dd { color: var(--landing-muted); font-size: 1.1rem; }
.project-copy dl { margin-block: 1.25rem; }
.project-copy dt { font-family: "Work Sans", sans-serif; font-size: .8rem; font-weight: 600; margin-bottom: .4rem; }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.tags span { font-family: "Work Sans", sans-serif; font-size: .7rem; color: #523ead; background: #f2effc; border-radius: 25px; padding: .35rem .85rem; }
.needs { background: #06212f; color: white; }
.needs h2, .needs .eyebrow { color: #40c2db; }
.needs .text-link { color: #aeeffb; }
.needs .text-link:hover { color: #ff692c; }
.needs a:focus-visible { outline-color: #40c2db; }
.three-columns { margin-top: 2rem; margin-bottom: 1.5rem; }
.number { display: block; border-top: 1px solid #35505e; padding-top: 1rem; color: #ff692c; font-family: "Blinker", sans-serif; font-weight: 300; font-size: 3.5rem; margin-bottom: 1rem; }
.three-columns p { color: #c2d0d7; margin-top: 1rem; }
.services-grid article > span { display: block; border-top: 1px solid var(--landing-line); padding-top: 1.5rem; font-family: "Blinker", sans-serif; font-size: 2rem; font-weight: 300; color: #ff692c; }
.services-grid h3 { color: #099db9; margin: 1rem 0 .75rem; }
.services-grid p { color: var(--landing-muted); }
.process { background: #f2effc; }
.process-list { counter-reset: steps; list-style: none; padding-left: 0; margin-top: 2rem; margin-bottom: 2rem; }
.process-list li::before { counter-increment: steps; content: "0" counter(steps); display: block; color: #ff692c; border-top: 1px solid #d3ccea; padding-top: 1rem; margin-bottom: 1rem; font-family: "Blinker", sans-serif; font-weight: 300; font-size: 3.5rem; }
.process-list p { color: var(--landing-muted); margin-top: 1rem; }
.faq-list details { border-bottom: 1px solid var(--landing-line); }
.faq-list details:first-child { border-top: 1px solid var(--landing-line); }
.faq-list summary { cursor: pointer; font-family: "Work Sans", sans-serif; font-weight: 500; padding: 1.4rem .5rem; font-size: .95rem; }
.faq-list summary:hover, .faq-list details[open] summary { color: #099db9; }
.faq-list details p { color: var(--landing-muted); padding: 0 .5rem 1.4rem; margin: 0; }
.contact-panel { background: #dbf5f6; border-radius: 2.5rem; padding: 2.5rem 1.5rem; }
.contact p:not(.eyebrow) { margin-top: 1.25rem; max-width: 31rem; color: var(--landing-muted); }
.contact-action p:not(.eyebrow) { font-size: .85rem; margin-top: 1rem; }
.landing-footer { padding-top: 4rem; }
.landing-page .mobile-contact { display: none; }
@media (max-width: 991.98px) {
  .landing-hero { padding-top: 2.5rem; }
  .hero-art > img { aspect-ratio: 16 / 10; }
  .section { padding-block: 4rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.5rem; max-width: 34rem; }
}
@media (max-width: 575.98px) {
  .capabilities { font-size: .72rem; }
  .capabilities span { flex-basis: calc(50% - .5rem); }
  .hero-art, .project-image.project-screen img, .contact-panel { border-radius: 1.5rem; }
  .art-caption { font-size: .65rem; left: .75rem; right: .75rem; bottom: .75rem; padding: .65rem; }
  .contact-panel { padding: 1.5rem .5rem; }
  .landing-footer { padding-bottom: 7rem; }
  .landing-page .mobile-contact { display: flex; position: fixed; bottom: calc(.75rem + env(safe-area-inset-bottom)); left: 1rem; right: 1rem; z-index: 5; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .landing-page *, .landing-page *::before, .landing-page *::after { transition: none !important; }
}

/* English 3D landing: same visual language, project-led hero. */
.landing-page h1 { font-size: clamp(2.8rem, 4.4vw, 4.8rem); }
.landing-header .header-note { font-family: "Work Sans", sans-serif; font-size: .75rem; color: #523ead; }
.hero-promises { list-style: none; padding: 0; margin: 0 0 1.5rem; font-size: .9rem; color: var(--landing-muted); }
.hero-promises li { position: relative; padding-left: 1.4rem; margin-bottom: .65rem; }
.hero-promises li::before { content: "✓"; position: absolute; left: 0; color: #523ead; font-weight: 600; }
.hero-art { margin: 0; }
.hero-art > img { aspect-ratio: 1; object-fit: contain; object-position: center; }
.art-caption { border-radius: 1rem; }
.secondary-contact { display: flex; flex-wrap: wrap; gap: 0 1.25rem; margin-top: .5rem; }
.secondary-contact a { overflow-wrap: anywhere; }
.cta-note { max-width: 34rem; }
.proof-note { margin: 3rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--landing-line); color: var(--landing-muted); }
.configurator-proof { margin: 2rem 0 .5rem; }
.team-intro { color: var(--landing-muted); margin-top: 1.5rem; }
.technical-list { list-style: none; padding: 0; margin: 0; }
.technical-list li { border-top: 1px solid var(--landing-line); padding: 1.25rem 0; color: var(--landing-muted); }
.technical-list strong { color: var(--landing-ink); font-weight: 600; }
.landing-footer p { margin-top: 1rem; }
@media (max-width: 575.98px) {
  .landing-header .header-note { display: none; }
  .landing-page .btn-primary { font-size: 1rem !important; gap: .65rem; max-width: 100%; }
  .landing-hero { padding-top: 1.5rem; }
}
.project-image video { display: block; width: 100%; height: auto; border-radius: 2.5rem; box-shadow: 2px 6px 20px 1px #00000040; }
@media (max-width: 575.98px) {
  .project-image video { border-radius: 1.5rem; }
}
.nearshore-art > img { object-fit: cover; object-position: 67% center; aspect-ratio: 1 / 1.1; }
@media (max-width: 991.98px) {
  .nearshore-art > img { aspect-ratio: 16 / 10; }
}
