/* New LOOP content within the original visual identity. Base artwork and layouts stay in styles.css. */
.hybrid-site { --muted: #b4b7af; }
.content-width { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--paper); color: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.hybrid-site [id] { scroll-margin-top: 36px; }
.hybrid-site .hero h1 { font-size: clamp(50px, 6.8vw, 130px); }
.hybrid-site .hero .line-two { color: #d1c1ae; }
.hybrid-site .hero-summary > p { font-size: clamp(13px, .95vw, 17px); line-height: 1.65; }
.hybrid-site .solutions { padding-bottom: clamp(80px, 7vw, 140px); }
.section-kicker { color: #dbad7e; font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.6; margin: 0 0 24px; }
.process-section { padding-bottom: clamp(100px, 10vw, 180px); }
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(32px, 3.8vw, 60px); font-weight: 500; letter-spacing: -.045em; line-height: 1.12; }
.section-heading h2 span { color: #afb7a9; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0; max-width: 400px; }
.process-tabs { display: none; }
.process-tabs.is-enhanced { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 0 24px; border-bottom: 1px solid var(--line); }
.process-tabs button { text-align: left; border: 0; border-bottom: 2px solid transparent; background: transparent; min-height: 64px; padding: 16px 20px; color: var(--muted); font-size: 14px; }
.process-tabs button span { color: #d5a574; margin-right: 12px; font-size: 11px; }
.process-tabs button[aria-selected="true"] { border-bottom-color: #d5a574; color: var(--paper); background: #d5a5740c; }
.process-tabs button:hover { background: #ffffff08; }
.process-panel[hidden] { display: none; }
.process-panel figure { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: #101411; }
.process-panel figure img { width: 100%; height: auto; display: block; }
.process-panel figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 16px 24px; color: #b4b7af; font-size: 11px; border-top: 1px solid var(--line); }
.process-panel figcaption a { color: #dbad7e; white-space: nowrap; }
.process-explanation { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 28px 0; }
.process-explanation h3 { font-size: 23px; letter-spacing: -.03em; line-height: 1.3; font-weight: 500; margin: 0; }
.process-explanation p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.8; }
.process-boundary { display: flex; gap: 20px; padding: 22px 26px; border-left: 2px solid #d5a574; background: #d5a5740a; }
.process-boundary > span { color: #d5a574; font-size: 28px; }
.process-boundary p { margin: 0; color: #b4b7af; font-size: 13px; line-height: 1.8; }
.process-boundary strong { color: #eeede7; font-weight: 500; }

.process-tabs.is-enhanced { padding: 8px; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: #eeede706; }
.process-tabs button { text-align: center; border: 1px solid transparent; border-radius: 999px; }
.process-tabs button[aria-selected="true"] { border-color: #d5a57466; background: #d5a57420; }
.process-panel figure { border-radius: 32px; box-shadow: 0 24px 70px #0004; }
.process-boundary { border-radius: 0 20px 20px 0; }
.pilot-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid #d5a57480; font-size: clamp(12px, .9vw, 17px); color: #e5c6a6; }
.pilot-link span { font-size: 22px; }
.pilot-link:hover { color: #fff; }
.pilot-disclosure { position: relative; z-index: 3; width: min(900px, 90%); margin: 36px auto 0; text-align: center; font-size: 12px; line-height: 1.8; color: #c2c7bd; }
.effects-intro { max-width: 400px; font-size: 16px; line-height: 1.8; margin: 28px 0 0; color: #c0c3ba; }
.effects-note { max-width: 400px; font-size: 12px; line-height: 1.8; color: #b4b7af; margin: 28px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hybrid-site .smart-feature-card { height: auto; min-height: 360px; }
.hybrid-site .smart-feature-row { align-items: stretch; }
.hybrid-site .contact .section-title { margin-bottom: 25px; }
.contact-intro { position: relative; z-index: 3; max-width: 650px; text-align: center; font-size: 14px; line-height: 1.8; color: var(--muted); margin: 0 auto 65px; }
.hybrid-site .contact-form label > span { color: #b6b9b0; }
.contact-data-note { position: relative; z-index: 3; max-width: 650px; margin: 85px auto 0; padding-inline: 20px; text-align: center; font-size: 11px; color: var(--muted); line-height: 1.8; }
.contact-data-note a { text-decoration: underline; text-underline-offset: 3px; }
.hybrid-site .form-status { margin-top: 18px; max-width: 700px; padding-inline: 20px; }
.hybrid-site .send-button:disabled { opacity: .6; cursor: wait; }
@media (min-width: 1200px) {
  .hybrid-site .smart-feature-card-wide { min-height: 240px; }
}
@media (min-width: 901px) and (max-width: 1199px) {
  .hybrid-site .solution-grid { max-width: calc(100vw - 80px); grid-template-columns: 1fr 1.25fr 1fr; }
  .hybrid-site .mission-stage { grid-template-columns: 1fr 320px 1fr; }
}
@media (max-width: 900px) {
  .content-width { width: calc(100% - 48px); }
  .hybrid-site.menu-open .site-header { backdrop-filter: none; }
  .hybrid-site .mobile-menu { top: 0; bottom: auto; height: 100vh; height: 100dvh; padding: 112px 24px 36px; justify-content: flex-start; overflow-y: auto; font-size: clamp(27px,6vw,38px); }
  .hybrid-site .hero h1 { font-size: clamp(32px, 6.8vw, 62px); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 650px; }
  .effects-intro, .effects-note { max-width: 650px; }
}
@media (max-width: 620px) {
  .content-width { width: calc(100% - 40px); }
  .hybrid-site .hero h1 { font-size: clamp(26px, 7vw, 44px); height: 160px; }
  .hybrid-site .hero-summary > p { width: min(390px, 100%); font-size: 13px; }
  .hybrid-site .hero-meta { bottom: 65px; }
  .hybrid-site .socials { margin-bottom: 48px; }
  .section-kicker { font-size: 10px; }
  .process-tabs.is-enhanced { grid-template-columns: 1fr 1fr; border-radius: 25px; }
  .process-tabs button { min-height: 52px; padding: 12px 8px; font-size: 12px; }
  .process-tabs button span { margin-right: 6px; }
  .process-panel figure { border-radius: 18px; }
  .process-panel figcaption { padding: 14px; font-size: 10px; flex-wrap: wrap; gap: 8px; }
  .process-explanation { grid-template-columns: 1fr; gap: 16px; padding-block: 24px; }
  .process-explanation h3 { font-size: 23px; }
  .process-boundary { padding: 18px; gap: 12px; }
  .process-boundary p { font-size: 12px; }
  .hybrid-site .location-card h3 { font-size: 22px; }
  .hybrid-site .presence .section-title { padding-top: 16px; }
  .hybrid-site .presence-capture-drone { top: 6px; right: 3px; width: 96px; }
  .hybrid-site .presence-capture-helmet { top: 54%; left: -30px; width: 100px; }
  .pilot-link { margin-top: 14px; }
  .pilot-disclosure { width: 92%; font-size: 11px; }
  .effects-intro { font-size: 15px; }
  .hybrid-site .smart-feature-card { min-height: 330px; }
  .contact-intro { margin-bottom: 40px; font-size: 13px; }
  .contact-data-note { margin-top: 65px; }
}

/* Light product surfaces share the application's palette, within the original dark brand sections. */
.hybrid-site {
  --product-canvas: #f4f1ea;
  --product-surface: #fffefb;
  --product-text: #1b211d;
  --product-muted: #667068;
  --product-accent: #8c5735;
  --product-line: rgba(27, 33, 29, .12);
}
.product-overview { display: grid; grid-template-columns: .75fr 1.65fr; gap: 44px; align-items: center; margin: 58px 0 64px; }
.product-overview-copy .section-kicker { font-size: 10px; margin-bottom: 20px; }
.product-overview-copy h3 { margin: 0; font: 500 clamp(26px, 2.4vw, 35px)/1.16 var(--display); letter-spacing: -.04em; }
.product-overview-copy > p:not(.section-kicker) { margin: 22px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.product-overview-copy ul { margin: 0; padding: 0; list-style: none; color: #d6d8d0; font-size: 12px; line-height: 1.7; }
.product-overview-copy li { display: flex; align-items: center; gap: 12px; margin-top: 13px; }
.product-overview-copy li::before { content: ""; flex: 0 0 5px; height: 5px; border-radius: 50%; background: #bd8c5d; }
.product-overview-visual { margin: 0; overflow: hidden; border: 1px solid #f4f1ea33; border-radius: 22px; background: var(--product-canvas); box-shadow: 0 24px 60px #0003; }
.product-overview-visual img { display: block; width: 100%; height: auto; }
.product-overview-visual figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 15px 20px; color: #566159; font-size: 10px; line-height: 1.6; border-top: 1px solid var(--product-line); }
.product-overview-visual figcaption a { color: #7a5035; white-space: nowrap; }
.product-overview-mobile-link { display: none; }
.process-workbench { padding: 32px; border: 1px solid #fffefb40; border-radius: 36px; color: var(--product-text); background: var(--product-canvas); box-shadow: 0 24px 80px #0003; }
.process-workbench-label { display: flex; justify-content: space-between; gap: 20px; margin: 0 4px 24px; color: #667068; font-size: 10px; font-weight: 600; letter-spacing: .11em; line-height: 1.6; }
.process-workbench-label span { color: #8c5735; white-space: nowrap; }
.process-workbench .process-tabs.is-enhanced { position: sticky; top: 12px; z-index: 4; margin-bottom: 24px; padding: 6px; border-color: var(--product-line); background: #eae6dd; box-shadow: 0 6px 18px #262d2710; }
.process-workbench .process-tabs button { min-height: 56px; color: #566159; font-size: 14px; }
.process-workbench .process-tabs button span { color: #8c5735; }
.process-workbench .process-tabs button:hover { background: #fffefb80; }
.process-workbench .process-tabs button[aria-selected="true"] { color: #fffefb; border-color: #8c5735; background: #8c5735; box-shadow: 0 4px 12px #8c573526; }
.process-workbench .process-tabs button[aria-selected="true"] span { color: #f5e9dd; }
.process-workbench .process-panel figure { border: 1px solid var(--product-line); border-radius: 24px; background: var(--product-surface); box-shadow: 0 14px 38px #262d2710; }
.process-workbench .process-panel figcaption { padding: 16px 24px; color: #667068; border-color: var(--product-line); background: #fffefb; line-height: 1.6; }
.process-workbench .process-panel figcaption a { color: #7a5035; }
.process-workbench .process-explanation { padding: 32px 8px; }
.process-workbench .process-explanation h3 { color: var(--product-text); }
.process-workbench .process-explanation p { color: #566159; }
.process-workbench .process-boundary { margin: 0 8px; padding: 18px 22px; border-color: #bd8c5d; border-radius: 0 16px 16px 0; background: #eae3d8; }
.process-workbench .process-boundary > span { color: #8c5735; }
.process-workbench .process-boundary p { color: #566159; }
.process-workbench .process-boundary strong { color: var(--product-text); }
.hybrid-site .value-card, .hybrid-site .smart-feature-card { background: linear-gradient(155deg, #fffefb, #f4f1ea); box-shadow: 0 14px 38px #0003, inset 0 1px 0 #fff; }
.hybrid-site .value-card::after, .hybrid-site .smart-feature-card::after { border-color: var(--product-line); }
.hybrid-site .value-copy h3, .hybrid-site .smart-feature-copy h3 { color: var(--product-text); }
.hybrid-site .value-copy p, .hybrid-site .smart-feature-copy p { color: #566159; }
.hybrid-site .value-number { color: #8c5735; background: #f5e9dd; box-shadow: inset 0 0 0 1px #bd8c5d33; }
@media (max-width: 1100px) {
  .product-overview { grid-template-columns: 1fr; gap: 30px; }
  .product-overview-copy { max-width: 650px; }
  .product-overview-copy ul { display: flex; flex-wrap: wrap; gap: 0 24px; }
}
@media (max-width: 620px) {
  .product-overview { margin: 30px 0 40px; gap: 0; }
  .product-overview-visual { display: none; }
  .product-overview-copy h3 { font-size: 28px; }
  .product-overview-copy > p:not(.section-kicker) { margin-block: 18px; }
  .product-overview-copy ul { display: block; }
  .product-overview-mobile-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; margin-top: 22px; padding-block: 10px; border-bottom: 1px solid #bd8c5d80; color: #dfb487; font-size: 13px; }
  .process-workbench { padding: 16px; border-radius: 26px; }
  .process-workbench-label { font-size: 9px; gap: 12px; margin: 4px 2px 18px; }
  .process-workbench .process-tabs.is-enhanced { gap: 6px; padding: 5px; margin-bottom: 18px; border-radius: 23px; }
  .process-workbench .process-tabs button { min-height: 46px; padding: 9px 6px; font-size: 12px; }
  .process-workbench .process-panel figure { border-radius: 18px; }
  .process-workbench .process-panel figcaption { padding: 14px; font-size: 10px; }
  .process-workbench .process-explanation { padding: 24px 2px; }
  .process-workbench .process-explanation h3 { font-size: 22px; }
  .process-workbench .process-explanation p { font-size: 13px; }
  .process-workbench .process-boundary { margin: 0; padding: 16px; gap: 10px; }
  .process-workbench .process-boundary > span { display: none; }
}
