.glasscape-page {
  --g-deep: #002f3e;
  --g-dark: #003c4d;
  --g-cyan: #00bfd5;
  --g-mist: #eef6f7;
  --g-line: #bfd1d5;
  background: #fff;
}

.glasscape-page .main-nav .is-current { color: #68e6f2; }
.glasscape-shell { width: min(80%, 1280px); margin-inline: auto; }
.glasscape-page h2 { font-size: clamp(2rem, 2.55vw, 3.2rem); line-height: 1.12; }
.glasscape-page .kicker { margin-bottom: 1rem; }

.glasscape-hero {
  position: relative;
  height: min(52rem, 100vh);
  min-height: 50rem;
  overflow: hidden;
  color: #fff;
  background: #001d2a;
}

.glasscape-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.glasscape-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,20,30,.95) 0%, rgba(0,28,40,.83) 35%, rgba(0,21,32,.14) 68%, rgba(0,14,23,.2) 100%); }
.glasscape-hero-content { position: relative; height: 100%; }
.breadcrumb { position: absolute; top: 9.5rem; left: 0; display: flex; gap: .55rem; color: rgba(255,255,255,.64); font-size: .74rem; }
.breadcrumb strong { color: #74e7f1; font-weight: 400; }
.glasscape-hero-copy { position: absolute; top: 13.2rem; left: 0; max-width: 34rem; }
.product-eyebrow { margin: 0 0 .9rem; color: #48dcea; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.glasscape-hero h1 { margin: 0; font-size: clamp(2.5rem, 3.25vw, 4rem); line-height: 1.04; letter-spacing: -.04em; }
.glasscape-hero-copy > p:last-of-type { margin: 1.35rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(.88rem, .94vw, 1.05rem); font-weight: 300; line-height: 1.5; }
.glasscape-actions { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; margin-top: 1.45rem; }
.glasscape-actions .button { min-width: 13.25rem; min-height: 2.55rem; padding: .65rem 1.1rem; font-size: .72rem; }
.button-outline { color: #fff; border-color: #19a7b9; background: rgba(0,45,58,.64); box-shadow: none; }
.button-outline:hover, .button-outline:focus-visible { background: rgba(0,191,213,.15); }

.benefit-section { position: relative; overflow: hidden; padding: 3rem 0 0; background: linear-gradient(#fff 0 30%, #eef7f8 58%, #00475a 100%); }
.benefit-section::after { content: ""; position: absolute; inset: 5.5rem 0 0; opacity: .78; background: url("../img/glasscape/glasscape-flow-mesh.svg") center top / max(100%, 100rem) auto no-repeat; pointer-events: none; }
.section-jump { position: relative; z-index: 2; display: inline-block; width: 11.5rem; color: #53666b; border: 1px solid #cfdcdf; background: rgba(255,255,255,.96); font-size: .72rem; }
.section-jump span { display: none; }
.section-jump::after { content: ""; position: absolute; top: 50%; right: .9rem; width: .42rem; height: .42rem; border-right: 1px solid #49636a; border-bottom: 1px solid #49636a; pointer-events: none; transform: translateY(-70%) rotate(45deg); }
.section-jump select { display: block; width: 100%; min-height: 2.65rem; padding: .65rem 2.25rem .65rem .85rem; border: 0; outline: 0; color: #53666b; background: transparent; font: 400 .72rem "Univers", sans-serif; cursor: pointer; appearance: none; }
.section-jump option { color: #34474c; background: #fff; }
.section-jump select:focus-visible { outline: 2px solid rgba(0,191,213,.65); outline-offset: 2px; }
.benefit-intro { position: relative; z-index: 1; display: grid; min-height: 25rem; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 4rem; padding: 4.1rem 0 2.4rem; }
.benefit-intro > div > p:last-child { max-width: 31rem; margin: 1.25rem 0 0; color: #556368; font-size: 1rem; font-weight: 300; line-height: 1.55; }
.benefit-intro img { width: min(100%, 47rem); justify-self: end; filter: drop-shadow(0 30px 38px rgba(0,48,60,.2)); transform: rotate(-2deg); }
.benefit-cards { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.2rem; padding-bottom: 3.1rem; }
.benefit-cards article { min-height: 10.5rem; padding: 1.5rem 1.65rem 1.35rem; color: #fff; border: 1px solid rgba(255,255,255,.2); background: rgba(0,58,74,.68); box-shadow: 0 18px 32px rgba(0,34,44,.18); backdrop-filter: blur(10px); }
.benefit-icon { color: #78e8f1; font-size: 1.3rem; }
.benefit-cards h3 { margin: .9rem 0 .55rem; font-size: 1rem; }
.benefit-cards p { margin: 0; color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 300; line-height: 1.5; }
.benefit-cards article::after { content: ""; display: block; width: 38%; height: 2px; margin-top: 1.15rem; background: #23d4e5; }

.proof-section { padding: 2.15rem 0; background: radial-gradient(circle, rgba(0,92,110,.08) 1.5px, transparent 2px) 0 0 / 36px 36px, #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.proof-grid article { min-height: 5.8rem; padding: 1.15rem 1.35rem; background: #e8f1f3; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: #004254; font-size: .82rem; letter-spacing: .055em; text-transform: uppercase; }
.proof-grid span { margin-top: .4rem; color: #56686d; font-size: .76rem; font-weight: 300; line-height: 1.4; }

.expert-chat-slot { display: flow-root; }
.expert-chat { display: grid; width: min(72%, 980px); min-height: 4.6rem; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin: 1.7rem auto 3.2rem; padding: .5rem 1rem .5rem 1.4rem; color: #fff; background: #003d4e; box-shadow: 0 16px 34px rgba(0,52,67,.15); }
.expert-chat-copy, .expert-chat-person { color: inherit; text-decoration: none; }
.expert-chat-mark { display: grid; width: 2rem; height: 2rem; place-items: center; color: #003d4e; border-radius: 50%; background: #fff; font-size: 1.25rem; transform: rotate(45deg); }
.expert-chat strong, .expert-chat small { display: block; }
.expert-chat strong { font-size: .86rem; }
.expert-chat small { margin-top: .2rem; color: rgba(255,255,255,.7); font-size: .7rem; }
.expert-chat img { width: 3.45rem; height: 3.45rem; border: 3px solid #fff; border-radius: 50%; object-fit: cover; image-rendering: auto; }
.expert-chat i { position: absolute; width: .65rem; height: .65rem; margin: 2.5rem 0 0 calc(min(72%, 980px) - 3.3rem); border: 2px solid #003d4e; border-radius: 50%; background: #37dfb0; }

.video-section { padding-bottom: clamp(4.5rem,7vw,7.5rem); }
.video-poster { position: relative; overflow: hidden; aspect-ratio: 16/7.2; background: #003a4b; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,53,68,.26), transparent 55%), rgba(0,121,141,.16); }
.video-poster > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) brightness(1.7) contrast(.68) hue-rotate(7deg); }
.video-title { position: absolute; z-index: 2; bottom: 13%; left: 7%; color: #fff; font-size: clamp(1.15rem,1.75vw,2rem); font-weight: 700; line-height: 1.08; text-transform: uppercase; }
.video-play { position: absolute; z-index: 3; inset: 50% auto auto 50%; display: grid; width: 4rem; height: 4rem; place-items: center; padding-left: .3rem; color: #fff; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(0,54,69,.82); transform: translate(-50%,-50%); cursor: pointer; }

.application-section { padding: clamp(4.5rem,7vw,7.5rem) 0; background: #f1f6f7; }
.application-heading { display: grid; grid-template-columns: 1fr .9fr; gap: 6rem; align-items: end; }
.application-heading > p { max-width: 35rem; margin: 0; color: #56676b; font-size: .96rem; font-weight: 300; line-height: 1.6; }
.medical-case { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(3rem,6vw,7rem); margin-top: 3.8rem; }
.medical-visual { position: relative; }
.medical-visual img { width: 100%; }
.medical-visual span { position: absolute; top: 8%; left: 0; display: flex; align-items: center; gap: .45rem; padding: .62rem 1.2rem; color: #fff; background: #004456; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.medical-visual span img { width: 1.4rem; height: 1.4rem; object-fit: contain; }
.hamilton-logo { display: block; width: min(100%, 15rem); height: auto; margin: 0 0 2.2rem; object-fit: contain; object-position: left center; }
.medical-copy > p:not(.hamilton-logo) { margin: 1.25rem 0 1.8rem; color: #56676b; font-size: .92rem; font-weight: 300; line-height: 1.55; }
.medical-copy ul { margin: 0; padding: 0; list-style: none; }
.medical-copy li { position: relative; padding: .7rem 0 .7rem 1.65rem; border-top: 1px solid #cad8db; font-size: .82rem; font-weight: 700; }
.medical-copy li::before { content: "✓"; position: absolute; left: 0; color: #00a9bd; }

.technical-section { overflow: hidden; padding: clamp(4.5rem,7vw,8rem) 0; background: #fff; }
.technical-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,7vw,8rem); align-items: start; }
.technical-copy > p:not(.kicker) { max-width: 34rem; margin: 1.35rem 0 2rem; color: #5a686c; font-size: .92rem; font-weight: 300; line-height: 1.6; }
.tech-accordion { border-top: 1px solid var(--g-line); }
.tech-accordion article { border-bottom: 1px solid var(--g-line); }
.tech-accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: .95rem 0; color: #364347; border: 0; background: transparent; text-align: left; cursor: pointer; }
.tech-accordion button span { display: grid; grid-template-columns: 5.5rem 1fr; gap: .65rem; font-size: .78rem; }
.tech-accordion button b { color: #004456; text-transform: uppercase; }
.tech-accordion button i { display: grid; width: 1rem; height: 1.5rem; place-items: center; color: #003d4e; border: 0; border-radius: 0; font-style: normal; font-weight: 700; }
.tech-panel { display: block; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .45s ease, opacity .35s ease, padding .35s ease, margin .35s ease; }
.tech-panel img { display: block; width: 100%; height: 5.75rem; margin-bottom: .9rem; object-fit: cover; object-position: center 58%; }
.tech-panel p { margin: 0 0 .72rem; color: #5d696d; font-size: .64rem; line-height: 1.55; }
.tech-panel p:last-child { margin-bottom: 0; }
.tech-panel strong { color: #003d4e; font-weight: 700; text-transform: uppercase; text-decoration: underline; text-underline-offset: .08rem; }
.tech-accordion .is-open .tech-panel { max-height: 26rem; margin: .15rem 0 1.15rem; padding: .78rem .78rem 1rem; border-radius: .35rem; background: #fff; box-shadow: 0 12px 28px rgba(0, 52, 67, .12); opacity: 1; }
.technical-visual { padding-top: 2rem; }
.technical-visual > img { width: 120%; max-width: none; filter: drop-shadow(0 30px 34px rgba(0,44,58,.2)); transform: translateX(-4%) rotate(-3deg); }
.technical-visual > div { display: flex; justify-content: flex-end; gap: .65rem; margin-top: 1.5rem; }
.technical-visual .button { min-width: 12.5rem; min-height: 2.65rem; font-size: .7rem; }
.button-outline-dark { color: #004456; border-color: #007f91; background: #fff; box-shadow: none; }

.testimonial-section { padding: 4rem 0; background: radial-gradient(circle, rgba(0,91,108,.09) 1.5px, transparent 2px) 0 0 / 38px 38px, #f3f8f9; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.3rem; }
.testimonial-grid blockquote { margin: 0; padding: 1.75rem 2rem; background: #fff; box-shadow: 0 18px 38px rgba(0,54,69,.09); }
.testimonial-grid blockquote > span { color: #008fa5; font-size: 2.1rem; font-weight: 900; line-height: .6; }
.testimonial-grid blockquote > p { min-height: 3.8rem; margin: .8rem 0 1.25rem; color: #3e4a4e; font-size: .88rem; line-height: 1.55; }
.testimonial-grid footer strong, .testimonial-grid footer small { display: block; }
.testimonial-grid footer strong { color: #003e50; font-size: .8rem; }
.testimonial-grid footer small { margin-top: .15rem; color: #768489; font-size: .68rem; }

.faq-section { padding: clamp(5rem,8vw,9rem) 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(4rem,8vw,9rem); }
.faq-grid > div:first-child > p:last-child { max-width: 22rem; color: #69767a; font-size: .9rem; line-height: 1.55; }
.faq-list { border-top: 1px solid var(--g-line); }
.faq-list article { border-bottom: 1px solid var(--g-line); }
.faq-list button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 1.25rem 0; color: #354246; border: 0; background: transparent; font: 700 .96rem "Univers", sans-serif; text-align: left; cursor: pointer; }
.faq-list button i { display: grid; flex: 0 0 1.65rem; height: 1.65rem; place-items: center; color: #006276; border: 1px solid #007a8d; border-radius: 50%; font-style: normal; font-weight: 400; }
.faq-list button:focus-visible, .tech-accordion button:focus-visible { outline: 2px solid rgba(0,191,213,.65); outline-offset: -2px; }
.faq-list article > div { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-list article > div p { margin: 0; padding: 0 3rem 1.3rem 0; color: #647276; font-size: .88rem; line-height: 1.55; }
.faq-list article.is-open > div { max-height: 10rem; }

.consulting-section { padding: clamp(4.5rem,7vw,7.5rem) 0; background: #eef5f6; }
.consulting-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem,8vw,9rem); align-items: center; }
.consulting-grid > div > p:last-child { max-width: 31rem; margin-top: 1.35rem; color: #637176; font-size: .92rem; line-height: 1.6; }
.contact-card { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1.8rem; padding: 2rem; color: #fff; background: #003e50; box-shadow: 0 24px 46px rgba(0,53,68,.2); }
.contact-card > img { width: 8.5rem; height: 8.5rem; border-radius: 50%; object-fit: cover; image-rendering: auto; }
.contact-card h3 { margin: 0; font-size: 1.35rem; }
.contact-card span { display: block; margin-top: .25rem; color: #8fe7ef; font-size: .72rem; }
.contact-card blockquote { margin: 1rem 0; color: rgba(255,255,255,.78); font-size: .84rem; line-height: 1.45; }
.contact-card a { display: block; margin-top: .3rem; font-size: .75rem; }
.contact-card .contact-link { display: inline-block; margin-top: 1rem; padding-bottom: .25rem; border-bottom: 1px solid #56d7e3; color: #75e4ee; font-weight: 700; }

.brochure-section { padding: clamp(5rem,8vw,9rem) 0; background: #f7f9f9; }
.brochure-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(4rem,9vw,10rem); align-items: center; }
.brochure-mockup { position: relative; width: min(100%,33rem); aspect-ratio: 1.45; margin-top: 2.5rem; overflow: hidden; background: #003e50; box-shadow: 0 25px 45px rgba(0,48,62,.18); transform: rotate(-2deg); }
.brochure-mockup img { width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.brochure-mockup span { position: absolute; top: 14%; left: 10%; color: #fff; font-size: 2rem; font-weight: 700; line-height: 1; }
.brochure-mockup small { color: #4de0eb; font-size: .45em; letter-spacing: .12em; text-transform: uppercase; }
.download-form > p { margin: 0 0 1.7rem; color: #5c696d; font-size: .9rem; line-height: 1.55; }
.download-form label { display: block; margin-top: .8rem; color: #59676b; font-size: .68rem; }
.download-form input:not([type="checkbox"]) { display: block; width: 100%; margin-top: .3rem; padding: .75rem .2rem; border: 0; border-bottom: 1px solid #aebfc3; outline: 0; background: transparent; font: 400 .9rem "Univers", sans-serif; }
.download-form .privacy { display: flex; align-items: center; gap: .6rem; margin: 1.2rem 0; }
.download-form .button { min-width: 14.5rem; min-height: 2.8rem; font-size: .72rem; }

.related-section { padding: clamp(5rem,8vw,9rem) 0; background: #fff; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3rem; }
.related-grid article { overflow: hidden; background: #f3f7f8; }
.related-grid img { width: 100%; height: 13rem; object-fit: cover; }
.related-grid h3 { margin: 1.3rem 1.4rem .4rem; color: #003f50; font-size: 1rem; }
.related-grid p { margin: 0 1.4rem 1.5rem; color: #667378; font-size: .8rem; }

.glasscape-page .motion-product { opacity: 0; transform: translateY(1.5rem); transition: opacity .65s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.glasscape-page .motion-product.is-visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  .glasscape-shell { width: min(88%,1280px); }
  .glasscape-hero { min-height: 46rem; height: 46rem; }
  .glasscape-hero-copy { top: 12rem; }
  .glasscape-hero h1 { font-size: 2.8rem; }
  .benefit-intro { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 980px) {
  .glasscape-page.menu-open .site-header { z-index: 70; }
  .glasscape-hero { height: 59rem; min-height: 59rem; padding-top: 5rem; }
  .glasscape-hero-image { height: 25rem; object-position: 58% center; }
  .glasscape-hero-shade { background: linear-gradient(0deg,#001d2a 0 53%,rgba(0,22,32,.1) 78%); }
  .breadcrumb { top: 1.3rem; }
  .glasscape-hero-copy { top: 27rem; max-width: 39rem; }
  .benefit-intro, .application-heading, .medical-case, .technical-grid, .faq-grid, .consulting-grid, .brochure-grid { grid-template-columns: 1fr; }
  .benefit-intro { gap: 1.5rem; }
  .benefit-section::after { top: 7rem; background-size: auto 62%; }
  .benefit-intro img { width: min(82%,42rem); justify-self: center; }
  .benefit-cards, .proof-grid, .related-grid { grid-template-columns: 1fr; }
  .application-heading, .medical-case, .technical-grid, .faq-grid, .consulting-grid, .brochure-grid { gap: 3rem; }
  .medical-visual { max-width: 44rem; }
  .technical-visual > img { width: 100%; transform: none; }
  .expert-chat { width: 88%; }
  .testimonial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 660px) {
  .glasscape-shell { width: calc(100% - 3rem); }
  .glasscape-page h2 { font-size: 2rem; }
  .glasscape-hero { height: 58.5rem; min-height: 58.5rem; }
  .glasscape-hero-image { top: 5rem; height: 17.5rem; object-position: 60% center; }
  .glasscape-hero-shade { background: linear-gradient(0deg,#001d2a 0 57%,rgba(0,22,32,.1) 78%); }
  .breadcrumb { top: .7rem; font-size: .64rem; }
  .glasscape-hero-copy { top: 20.5rem; }
  .glasscape-hero h1 { font-size: 2rem; }
  .glasscape-hero-copy > p:last-of-type { font-size: .84rem; }
  .glasscape-actions { display: grid; grid-template-columns: 1fr; }
  .glasscape-actions .button { width: 100%; }
  .benefit-section { padding-top: 2rem; }
  .benefit-section::after { inset: 8rem -28rem 0 -28rem; opacity: .62; background-position: center top; background-size: auto 54%; }
  .benefit-intro { padding-top: 3rem; }
  .benefit-intro img { width: 110%; max-width: none; margin-left: -5%; }
  .benefit-cards { gap: .75rem; }
  .expert-chat { width: calc(100% - 3rem); grid-template-columns: auto 1fr auto; }
  .expert-chat-mark { display: none; }
  .expert-chat i { display: none; }
  .video-poster { aspect-ratio: 4/3; }
  .video-title { left: 6%; }
  .video-play { width: 3.3rem; height: 3.3rem; }
  .medical-visual span { top: 3%; }
  .tech-accordion button span { grid-template-columns: 5.5rem 1fr; gap: .6rem; }
  .tech-panel { grid-template-columns: 1fr; }
  .tech-accordion .is-open .tech-panel { max-height: 18rem; }
  .technical-visual > div { display: grid; }
  .technical-visual .button { width: 100%; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card > img { width: 6.5rem; height: 6.5rem; }
  .related-grid img { height: 11rem; }
}

@media (prefers-reduced-motion: reduce) {
  .glasscape-page .motion-product { opacity: 1; transform: none; transition: none; }
}

/* Static Figma alignment for the GLASSCAPE pitch page. */
.glasscape-page {
  --g-text: #344247;
  --g-heading: #003f50;
  overflow-x: hidden;
  color: var(--g-text);
}

.glasscape-shell { width: min(76%, 91rem); }
.glasscape-page h2 { margin: 0; color: var(--g-heading); font-size: clamp(2rem, 2.25vw, 2.85rem); line-height: 1.12; letter-spacing: -.025em; }
.glasscape-page .kicker { margin: 0 0 .9rem; color: #009eb3; font-size: .74rem; font-weight: 500; }

.glasscape-page .site-header { height: 6.5rem; }
.glasscape-page .brand { top: 4.15rem; left: 4.5%; width: 6.6rem; }
.glasscape-page .utility-nav { top: .85rem; right: 4.5%; gap: 1.25rem; padding-bottom: .55rem; font-size: .72rem; }
.glasscape-page .main-nav { top: 4.15rem; right: 4.5%; gap: clamp(.9rem, 1.45vw, 1.75rem); font-size: clamp(.68rem, .72vw, .78rem); }
.glasscape-page .main-nav a { gap: .4rem; }
.glasscape-page .main-nav .is-current { color: #62e2ec; }
.glasscape-page .globe-icon { width: 1.1rem; height: 1.1rem; }

.glasscape-hero { height: min(43rem, 46vw); min-height: 36rem; background: #001e2a; }
.glasscape-hero-image { left: 4%; width: 92%; object-fit: contain; object-position: center bottom; }
.glasscape-hero-shade { background: linear-gradient(90deg, rgba(0,20,30,.88) 0%, rgba(0,27,38,.7) 29%, rgba(0,24,35,.08) 56%, rgba(0,14,23,0) 100%); }
.breadcrumb { top: 7.65rem; font-size: .68rem; }
.glasscape-hero-copy { top: 12rem; max-width: 31rem; }
.product-eyebrow { margin-bottom: .7rem; font-size: .66rem; }
.glasscape-hero h1 { font-size: clamp(2.15rem, 2.55vw, 3rem); line-height: 1.06; letter-spacing: -.035em; }
.hero-title-main,
.hero-title-sub { display: block; }
.hero-title-sub { margin-top: .08em; font-size: .78em; line-height: 1.12; letter-spacing: -.025em; }
.glasscape-hero-copy > p:last-of-type { margin-top: 1.15rem; font-size: clamp(.78rem, .78vw, .92rem); line-height: 1.48; }
.glasscape-actions { gap: .45rem; margin-top: 1.25rem; }
.glasscape-actions .button { min-width: 12.5rem; min-height: 2.35rem; font-size: .64rem; }

.benefit-section { isolation: isolate; padding: 2.65rem 0 0; background: linear-gradient(180deg, #fff 0%, #f5fafb 21%, #dcecef 47%, #4f7e88 76%, #00475a 100%); }
.benefit-section::before,
.benefit-section::after { content: ""; position: absolute; z-index: 0; inset: 1.25rem 0 0; background: url("../img/glasscape/glasscape-flow-mesh-source.png") 35% top / cover no-repeat; pointer-events: none; }
.benefit-section::after { background: url("../img/glasscape/figma-benefit-network-web.svg") center / cover no-repeat; opacity: .25; mix-blend-mode: normal; }
.benefit-section::before { display: none; }
.benefit-section > .glasscape-shell { position: relative; z-index: 1; }
.section-jump { width: 10.25rem; background: rgba(255,255,255,.86); }
.section-jump select { min-height: 2.3rem; padding-block: .5rem; font-size: .66rem; }
.benefit-intro { min-height: 27rem; grid-template-columns: .84fr 1.16fr; gap: 3rem; padding: 3.1rem 0 1.4rem; }
.benefit-intro h2 { font-size: clamp(2rem, 2.2vw, 2.75rem); }
.benefit-intro > div > p:last-child { max-width: 25rem; margin-top: 1rem; font-size: .82rem; line-height: 1.5; }
.benefit-intro img { width: min(100%, 41rem); filter: drop-shadow(0 24px 30px rgba(0,48,60,.16)); transform: none; }
.benefit-cards { gap: 1rem; padding-bottom: 3.65rem; }
.benefit-cards article { min-height: 9.7rem; padding: 1.3rem 1.45rem; border-color: rgba(255,255,255,.26); border-radius: .35rem; background: rgba(142,174,181,.28); box-shadow: 0 14px 30px rgba(0,44,55,.11); backdrop-filter: blur(5px); }
.benefit-icon { display: block; width: 1.65rem; height: 1.65rem; margin: 0 auto; object-fit: contain; transform: scale(1.8); }
.benefit-cards h3 { margin: .75rem 0 .45rem; color: #fff; font-size: .84rem; text-align: center; }
.benefit-cards p { color: rgba(255,255,255,.9); font-size: .7rem; line-height: 1.55; }
.benefit-cards article::after { width: 100%; height: 2px; margin-top: .85rem; background: linear-gradient(90deg, #00dff3 0 68%, rgba(255,255,255,.72) 68% 100%); }

.proof-section { position: relative; isolation: isolate; overflow: hidden; padding: 3.25rem 0 2.8rem; background: #fff; }
.proof-section::before { content: ""; position: absolute; z-index: -1; inset: -2.5rem 0 -5rem; background: url("../img/glasscape/figma-benefit-network-web.svg") center top / cover no-repeat; opacity: .17; pointer-events: none; }
.proof-grid { width: min(70%, 84rem); grid-template-columns: repeat(4, minmax(0, 1fr)); margin-inline: auto; gap: .9rem; }
.proof-grid article { display: grid; min-height: 5.35rem; grid-template-columns: 1.35rem 1fr; grid-template-rows: auto auto; column-gap: .45rem; align-content: center; padding: .9rem 1.15rem; border: 0; border-radius: .28rem; background: rgba(237,244,245,.94); }
.proof-grid article > img { width: 1.35rem; height: 1.35rem; align-self: center; object-fit: contain; }
.proof-grid strong { align-self: center; color: #003442; font-size: .72rem; line-height: 1.15; letter-spacing: .045em; }
.proof-grid span { grid-column: 1 / -1; margin-top: .42rem; color: #3f5c64; font-size: .68rem; line-height: 1.4; }
.expert-chat { position: relative; display: grid; width: min(70%, 84rem); min-height: 7.25rem; grid-template-columns: minmax(0, 1fr) 6.15rem 9rem; align-items: center; gap: 0; margin: 2.55rem auto 0; padding: .45rem 1.15rem .45rem 2.2rem; border-radius: .32rem; color: #fff; background: #003d4e; box-shadow: 0 16px 34px rgba(0,52,67,.15); }
.expert-chat-copy { text-align: center; transform: translateX(4.5rem); }
.expert-chat strong, .expert-chat small { display: block; }
.expert-chat strong { font-size: 1.15rem; line-height: 1.1; }
.expert-chat small { margin-top: .25rem; color: rgba(255,255,255,.84); font-size: 1.05rem; font-weight: 300; }
.expert-chat-person { position: relative; display: block; grid-column: 2; }
.expert-chat img { display: block; width: 6.15rem; height: 6.15rem; border: 4px solid #fff; border-radius: 50%; object-fit: cover; image-rendering: auto; }
.expert-chat i { position: absolute; top: .5rem; right: -.08rem; width: 1.05rem; height: 1.05rem; margin: 0; border: 2px solid #fff; border-radius: 50%; background: #22d6e5; }
.expert-chat-mark { display: none; width: 2rem; height: 2rem; place-items: center; align-self: start; margin-top: .25rem; color: #003d4e; border-radius: 50%; background: #fff; font-size: 1.45rem; font-weight: 300; line-height: 1; transform: none; }

.video-section { width: min(70%, 84rem); padding-bottom: clamp(4.5rem, 6vw, 6.5rem); }
.video-poster { aspect-ratio: 16/6.5; }
.video-poster > img { filter: saturate(.72) contrast(.94); }
.video-title { bottom: 14%; left: 3%; padding: 1rem 1.15rem; color: #003e50; background: rgba(214,247,250,.66); font-size: clamp(1rem, 1.35vw, 1.45rem); }
.video-play { width: clamp(5rem, 8vw, 6.75rem); height: clamp(5rem, 8vw, 6.75rem); padding: 0; color: transparent; border: 6px solid #003e50; appearance: none; background: rgba(216,243,246,.34); box-shadow: 0 8px 24px rgba(0,54,69,.12); font-size: 0; line-height: 0; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.video-play::before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 0; height: 0; margin: 0; border-top: 1.25rem solid transparent; border-bottom: 1.25rem solid transparent; border-left: 1.85rem solid #003e50; transform: translate(-50%, -50%); }
.video-play:hover { background: rgba(225,248,250,.58); box-shadow: 0 12px 30px rgba(0,54,69,.2); transform: translate(-50%,-50%) scale(1.04); }

.application-section { padding: clamp(4.5rem, 6vw, 6.5rem) 0 0; background: #fff; }
.application-heading { grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 8vw, 8rem); align-items: center; padding: 0 clamp(1.5rem, 3vw, 3rem) 2rem clamp(5rem, 10vw, 9rem); }
.application-heading > p { max-width: 30rem; font-size: .84rem; }
.medical-case { position: relative; grid-template-columns: 1.05fr .95fr; gap: 5rem; margin: 0; padding: 2.5rem 0 5rem; }
.medical-case::before { content: ""; position: absolute; z-index: -1; inset: 0 calc((100vw - 100%) / -2); background: #fff; }
.medical-visual span { top: 0; left: auto; right: 0; }
.hamilton-logo { margin-bottom: 1.65rem; }
.medical-copy > p:not(.hamilton-logo) { font-size: .82rem; }
.medical-copy li { font-size: .74rem; }
.medical-link { display: inline-flex; min-height: 2.3rem; margin-top: 1.5rem; font-size: .64rem; }

.technical-section { padding: clamp(5rem, 7vw, 7.5rem) 0; background: #fff; }
.technical-grid { grid-template-columns: .82fr 1.18fr; gap: 6rem; }
.technical-copy > p:not(.kicker) { max-width: 27rem; font-size: .82rem; }
.tech-accordion button span { font-size: .7rem; }
.technical-visual > img { display: block; width: 84%; height: auto; aspect-ratio: 1.55 / 1; margin-inline: auto; object-fit: cover; object-position: center 8%; transform: none; filter: brightness(1.07) contrast(1.03); }
.technical-visual > div { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .45rem; margin-top: 1.15rem; }
.technical-visual .button { min-width: 10.75rem; min-height: 2.35rem; font-size: .62rem; }

.testimonial-section { position: relative; isolation: isolate; overflow: hidden; padding: 4rem 0 5rem; background: #fff; }
.testimonial-section::before { content: ""; position: absolute; z-index: -1; inset: -14% -8%; background: url("../img/glasscape/glasscape-flow-mesh-source.png") center / cover no-repeat; opacity: .14; filter: invert(1) grayscale(1) contrast(1.4); mix-blend-mode: multiply; pointer-events: none; }
.testimonial-section .testimonial-slider { position: relative; z-index: 1; margin-top: 0; }
.testimonial-section .testimonials { height: 16.5rem; }
.testimonial-section .testimonial-card { width: min(43rem, 62vw); min-height: 11.75rem; padding: 1.55rem 1.7rem; border-radius: .35rem; background: rgba(234,243,245,.96); box-shadow: 0 16px 34px rgba(0,54,69,.12); }
.testimonial-section .quote-mark { display: none; }
.testimonial-section .testimonial-card > p { min-height: auto; margin: 0 0 .85rem; color: #003f50; font-size: .78rem; font-weight: 700; line-height: 1.45; }
.testimonial-section .testimonial-card footer { display: block; }
.testimonial-section .testimonial-card footer strong,
.testimonial-section .testimonial-card footer small { display: inline; color: #536b72; font-size: .64rem; font-weight: 300; }
.testimonial-section .testimonial-card footer strong::before { content: "- "; }
.testimonial-section .testimonial-card footer strong::after { content: ", "; }
.testimonial-section .testimonial-controls { margin-top: .5rem; }

.consulting-section { padding: clamp(5rem, 7vw, 7rem) 0; background: #fff; }
.consulting-grid { grid-template-columns: .82fr 1.18fr; gap: 3rem; }
.consulting-copy { max-width: 22rem; padding-left: clamp(5.5rem, 8vw, 7rem); }
.consulting-copy > p:last-child { max-width: 15.5rem; font-size: .82rem; }
.contact-card { width: min(100%, 20.5rem); min-height: 25.4rem; justify-self: start; grid-template-columns: 1fr; gap: .9rem; margin-left: clamp(3rem, 5vw, 4.5rem); padding: 2.3rem 2rem 2rem; border-radius: .65rem; text-align: center; }
.contact-card > img { width: 6.25rem; height: 6.25rem; justify-self: center; }
.contact-card-copy { min-width: 0; }
.contact-card h3 { font-size: 1.15rem; }
.contact-card-copy > span { display: block; margin-top: .25rem; color: #39d8e8; font-size: .76rem; font-weight: 700; }
.contact-card blockquote { margin: 1rem -.5rem 0; font-size: .75rem; line-height: 1.45; }
.contact-details { display: grid; gap: .78rem; margin-top: 1.55rem; padding: 0 .1rem; text-align: left; }
.contact-details a,
.contact-card .contact-link { display: grid; grid-template-columns: 1.55rem minmax(0, 1fr); align-items: center; gap: .72rem; justify-self: stretch; margin: 0; padding: 0; border: 0; color: #fff; font-size: .82rem; font-weight: 400; text-align: left; }
.contact-details img { width: 1.35rem; height: 1.35rem; }
.contact-details a span { min-width: 0; margin: 0; color: #fff; font-size: .82rem; font-weight: 400; }
.contact-details .contact-link span { width: max-content; padding-bottom: .12rem; border-bottom: 1px solid rgba(255,255,255,.72); }

.brochure-section { padding: 3.25rem 0 1rem; background: #f1f3f4; }
.brochure-grid { grid-template-columns: 1fr .82fr; gap: 6rem; align-items: start; }
.brochure-copy h2 { font-size: clamp(2.1rem, 2.5vw, 2.5rem); }
.brochure-mockup { width: min(100%, 22.5rem); aspect-ratio: 1.35; margin-top: -.5rem; margin-left: -3.6rem; overflow: visible; background: transparent; box-shadow: none; transform: none; }
.brochure-mockup img { width: 100%; height: 100%; object-fit: contain; opacity: 1; }
.brochure-mockup span { display: none; }
.download-form { width: min(100%, 26rem); justify-self: end; margin-top: 1rem; }
.download-form > p { max-width: 25rem; margin: 0 0 1.35rem; color: #59666a; font-size: .78rem; line-height: 1.55; }
.download-form > p strong { color: #344247; }
.download-form label { margin-top: .82rem; color: #003f50; font-size: .75rem; font-weight: 700; }
.download-form .form-required { color: #003f50; }
.download-form input:not([type="checkbox"]) { height: 2.45rem; margin-top: .25rem; padding: .55rem .75rem; border: 1px solid #aebfc3; border-radius: .45rem; background: #fff; color: #344247; font-size: .74rem; }
.download-form input::placeholder { color: #7a8588; opacity: 1; }
.download-form .privacy { align-items: flex-start; gap: .55rem; margin: 1rem 0 1.65rem; color: #5f6a6d; font-size: .62rem; font-weight: 400; line-height: 1.25; }
.download-form .privacy input { width: 1.1rem; height: 1.1rem; margin: 0; accent-color: #003f50; }
.download-form .button { min-width: 13.75rem; min-height: 2.65rem; font-size: .7rem; }

.related-section { padding: 5rem 0 6rem; background: #fff; }
.related-section > .glasscape-shell { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6rem; align-items: center; }
.related-copy { padding-left: clamp(5.5rem, 8vw, 7rem); }
.related-copy h2 { margin: .85rem 0 0; padding: 0; font-size: clamp(2.05rem, 2.45vw, 2.45rem); line-height: 1.08; }
.related-copy > p:not(.kicker) { max-width: 16.5rem; margin: 1.45rem 0 0; color: #637176; font-size: .78rem; line-height: 1.6; }
.related-link { display: inline-block; margin-top: 1.35rem; padding-bottom: .2rem; border-bottom: 1px solid #003f50; color: #003f50; font-size: .78rem; font-weight: 700; }
.product-slider { min-width: 0; }
.product-viewport { overflow: hidden; padding: 1.5rem 0 1.8rem; cursor: grab; touch-action: pan-y; user-select: none; }
.product-viewport.is-dragging { cursor: grabbing; }
.related-grid { display: flex; gap: 1rem; margin: 0; transition: transform .6s cubic-bezier(.22,1,.36,1); will-change: transform; }
.product-viewport.is-dragging .related-grid { transition: none; }
.related-grid .product-card { flex: 0 0 calc((100% - 1rem) / 2); min-width: 0; min-height: 18rem; overflow: hidden; border-radius: 1.2rem; background: #fff; box-shadow: 0 16px 34px rgba(0,51,66,.14); }
.related-grid .product-card img { display: block; width: 100%; height: 13.2rem; padding: 1.6rem 1.35rem .8rem; object-fit: contain; }
.related-grid .product-card h3 { width: max-content; max-width: calc(100% - 2.5rem); margin: .35rem auto 1.2rem; padding-bottom: .35rem; border-bottom: 1px solid #003f50; color: #003f50; font-size: .96rem; line-height: 1.2; text-align: center; }
.product-slider-nav { position: relative; display: grid; min-height: 2.85rem; grid-template-columns: 3.5rem 1fr 3.5rem; align-items: center; margin-top: .25rem; padding-inline: .55rem; border-radius: 999px; background: #fff; box-shadow: 0 9px 24px rgba(0,51,66,.16); }
.product-slider-dots { display: flex; align-items: center; justify-content: center; gap: .7rem; }
.product-slider-dot { width: .35rem; height: .35rem; padding: 0; border: 0; border-radius: 999px; background: #22b8c9; cursor: pointer; transition: width .25s ease, background .25s ease; }
.product-slider-dot.is-active { width: 1.6rem; background: #22aebf; }
.product-slider-dot.is-next { width: 1.35rem; background: #003f50; }
.product-slider-arrow { display: grid; width: 2.6rem; height: 2.1rem; place-items: center; padding: 0; border: 0; border-radius: 999px; color: #003f50; background: transparent; cursor: pointer; transition: color .2s ease, transform .2s ease, opacity .2s ease; }
.product-slider-arrow:last-child { justify-self: end; }
.product-slider-arrow svg { width: 1.65rem; height: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.product-slider-arrow:hover:not(:disabled) { color: #13afc0; transform: scale(1.08); }
.product-slider-arrow:disabled { opacity: .25; cursor: default; }

.faq-section { padding: 0; background: #fff; }
.faq-grid { width: 100%; max-width: none; grid-template-columns: 1fr 1fr; gap: 0; }
.faq-copy { padding: clamp(4rem, 7vw, 7rem) 10% clamp(4rem, 7vw, 7rem) 24%; }
.faq-copy > p:not(.kicker) { max-width: 27rem; color: #69767a; font-size: .78rem; line-height: 1.5; }
.faq-list { margin-top: 1.5rem; }
.faq-list button { padding: .8rem 0; font-size: .74rem; font-weight: 400; }
.faq-list button i { width: auto; flex-basis: auto; height: auto; border: 0; border-radius: 0; }
.faq-visual { min-height: 43rem; }
.faq-visual img { width: 100%; height: 100%; object-fit: cover; }
.faq-contact { min-width: 12rem; min-height: 2.5rem; margin-top: 1.6rem; font-size: .66rem; }

.summary-section { padding: clamp(5rem, 7vw, 7.5rem) 0 clamp(5.5rem, 8vw, 8.5rem); background: #fff; }
.summary-section .glasscape-shell { max-width: 70rem; }
.summary-section h2 { max-width: 38rem; font-size: clamp(2.05rem, 2.6vw, 2.65rem); line-height: 1.08; }
.summary-columns { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(4rem, 7vw, 7rem); margin-top: clamp(3.25rem, 5vw, 5rem); }
.summary-column { min-width: 0; }
.summary-column p,
.summary-column li { color: #5f6c70; font-size: .78rem; line-height: 1.68; }
.summary-column p { margin: 0 0 1.35rem; }
.summary-column h3 { margin: 1.65rem 0 .85rem; color: #003442; font-size: .82rem; line-height: 1.4; font-weight: 800; }
.summary-column h3:first-child { margin-top: 0; }
.summary-column ul { margin: 0; padding-left: 1.15rem; }
.summary-column li { margin: .24rem 0; }
.summary-column strong { color: #334044; font-weight: 800; }
.summary-column a { color: #003442; font-weight: 800; text-decoration: underline; text-underline-offset: .18em; }
.glasscape-page .motion-product { opacity: 1; transform: none; transition: none; }

.glasscape-page .site-footer { color: rgba(255,255,255,.76); }
.glasscape-page .site-footer a,
.glasscape-page .site-footer p,
.glasscape-page .site-footer small { color: inherit; }
.glasscape-page .site-footer h3,
.glasscape-page .footer-brand b { color: #00dff3; }
.glasscape-page .footer-brand strong { color: #fff; }
.glasscape-page .socials svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.glasscape-page .socials a { color: rgba(255,255,255,.72); }
.glasscape-page .legal { display: block; }
.glasscape-page .legal-row { display: flex; flex-wrap: wrap; gap: .38rem; }
.glasscape-page .legal-row + .legal-row { margin-top: .35rem; }
.glasscape-page .legal-row a + a::before { content: "|"; margin-right: .38rem; color: rgba(255,255,255,.35); text-decoration: none; }
.glasscape-page .legal small { display: block; margin-top: .65rem; }

@media (max-width: 1320px) {
  .glasscape-shell { width: min(82%, 72rem); }
  .glasscape-page .brand { left: 3.5%; width: 5.8rem; }
  .glasscape-page .utility-nav { right: 3.5%; gap: 1rem; font-size: .66rem; }
  .glasscape-page .main-nav { right: 3.5%; gap: .82rem; font-size: .64rem; }
  .glasscape-hero { min-height: 36rem; }
  .glasscape-hero-copy { top: 12rem; }
  .glasscape-hero h1 { font-size: 2.25rem; }
  .benefit-intro { min-height: 24rem; }
  .benefit-intro img { width: min(100%, 35rem); }
  .benefit-cards article { min-height: 9rem; }
}

@media (max-width: 980px) {
  .glasscape-shell { width: min(calc(100% - 3rem), 46rem); }
  .glasscape-page .site-header { height: 5rem; }
  .glasscape-page .brand { top: 2.5rem; left: 1.5rem; width: 6rem; }
  .glasscape-page .main-nav { font-size: 1rem; }
  .glasscape-hero { height: 52rem; min-height: 52rem; }
  .glasscape-hero-image { top: 5rem; height: 23rem; object-position: 62% center; }
  .glasscape-hero-shade { background: linear-gradient(0deg, #001d2a 0 52%, rgba(0,22,32,.08) 76%); }
  .breadcrumb { top: .9rem; }
  .glasscape-hero-copy { top: 29rem; max-width: 38rem; }
  .glasscape-hero h1 { font-size: 2.35rem; }
  .benefit-intro { min-height: 0; grid-template-columns: 1fr; gap: 2rem; padding: 3.5rem 0 2rem; }
  .benefit-intro img { width: min(90%, 35rem); justify-self: center; }
  .benefit-cards, .proof-grid, .related-grid { grid-template-columns: 1fr; }
  .proof-grid { width: min(calc(100% - 3rem), 38rem); margin-inline: auto; }
  .expert-chat { width: min(calc(100% - 3rem), 42rem); grid-template-columns: minmax(0, 1fr) 6.15rem 3rem; }
  .expert-chat-copy { transform: translateX(2rem); }
  .application-heading, .medical-case, .technical-grid, .consulting-grid, .brochure-grid, .faq-grid { grid-template-columns: 1fr; }
  .application-heading, .medical-case, .technical-grid, .consulting-grid, .brochure-grid { gap: 3rem; }
  .consulting-copy { max-width: none; padding-left: 0; }
  .contact-card { justify-self: center; margin-left: 0; }
  .brochure-mockup { margin-top: 1.5rem; margin-left: 0; }
  .download-form { width: 100%; justify-self: stretch; margin-top: 0; }
  .application-heading { padding-inline: 0; }
  .medical-case::before { inset-inline: calc((100vw - 100%) / -2); }
  .technical-visual > img { width: min(100%, 32rem); height: 24rem; }
  .related-section > .glasscape-shell { display: block; }
  .related-copy { padding-left: 0; }
  .related-section h2 { margin: .85rem 0 0; padding: 0; }
  .product-slider { margin-top: 3rem; }
  .related-grid { margin: 0; }
  .faq-grid { width: 100%; }
  .faq-copy { padding: 4rem 1.5rem; }
  .faq-visual { min-height: 30rem; }
}

@media (max-width: 660px) {
  .glasscape-hero { height: 53rem; min-height: 53rem; }
  .glasscape-hero-image { height: 17rem; object-position: 60% center; }
  .glasscape-hero-copy { top: 22.8rem; }
  .glasscape-hero h1 { font-size: 1.85rem; }
  .glasscape-hero-copy > p:last-of-type { font-size: .78rem; }
  .benefit-section::before, .benefit-section::after { inset: 4rem -22rem 0; background-size: auto 55%; }
  .benefit-cards article { min-height: 0; }
  .proof-section { padding: 2.5rem 0; }
  .proof-section::before { inset: -1rem -24rem -3rem; background-size: auto 100%; opacity: .13; }
  .proof-grid { gap: .65rem; }
  .proof-grid article { min-height: 4.75rem; }
  .expert-chat { width: 100%; min-height: 5.5rem; grid-template-columns: minmax(0, 1fr) auto 2rem; gap: .75rem; margin-top: 1.6rem; padding: .6rem 1rem .6rem 1.25rem; border-radius: 0; }
  .expert-chat-copy { text-align: left; transform: none; }
  .expert-chat strong { font-size: .86rem; }
  .expert-chat small { font-size: .76rem; }
  .expert-chat-person { grid-column: 2; }
  .expert-chat img { width: 4.25rem; height: 4.25rem; }
  .expert-chat i { width: .8rem; height: .8rem; }
  .expert-chat-mark { display: grid; grid-column: 3; justify-self: end; }
  .expert-chat-mark { padding: 0; border: 0; cursor: pointer; }
  .expert-chat.is-sticky {
    --expert-chat-push: 0px;
    --expert-chat-dismiss: 0px;
    position: fixed;
    z-index: 65;
    right: 0;
    bottom: max(.75rem, env(safe-area-inset-bottom));
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    opacity: 1;
    transform: translate3d(0, calc(var(--expert-chat-push) + var(--expert-chat-dismiss)), 0);
    transition: opacity .2s ease, transform .08s linear;
    will-change: transform, opacity;
  }
  .expert-chat.is-sticky.is-dismissed {
    --expert-chat-dismiss: 1rem;
    opacity: 0;
    pointer-events: none;
  }
  .video-section { width: calc(100% - 3rem); }
  .video-poster { aspect-ratio: 4/3; }
  .testimonial-section { padding: 1.25rem 0 4rem; }
  .testimonial-section .testimonials { height: 18rem; margin-inline: -1.5rem; }
  .testimonial-section .testimonial-card { width: 82vw; min-height: 13.5rem; padding: 1.35rem 1.4rem; }
  .testimonial-section .testimonial-card > p { font-size: .72rem; }
  .testimonial-section .testimonial-controls { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
  .testimonial-section .testimonial-button { display: inline-flex; width: auto; min-width: 7rem; height: 2.6rem; align-items: center; justify-content: center; gap: .45rem; padding-inline: .9rem; font-size: .75rem; white-space: nowrap; }
  .testimonial-section .testimonial-next { margin-left: auto; }
  .application-heading { gap: 2rem; }
  .related-section { padding: 4rem 0; }
  .related-grid .product-card { flex-basis: 82%; }
  .contact-card { grid-template-columns: 1fr; }
  .summary-columns { grid-template-columns: 1fr; gap: 1.25rem; }
}

@media (max-width: 660px) and (prefers-reduced-motion: reduce) {
  .expert-chat.is-sticky { transition: none; }
}

/* Mobile Figma alignment: isolated from the established desktop layout. */
@media (max-width: 660px) {
  .glasscape-page .site-header {
    height: 6.6rem;
    background: rgba(0, 29, 42, 0.96);
    backdrop-filter: none;
  }

  .glasscape-page .brand {
    top: 2.75rem;
    left: 2rem;
    width: 10.65rem;
  }

  .glasscape-page .menu-button {
    top: 2.05rem;
    right: 2rem;
    width: 2.2rem;
    gap: 0.42rem;
  }

  .glasscape-page .menu-button span {
    height: 3px;
  }

  .glasscape-hero {
    height: 56.5rem;
    min-height: 56.5rem;
    padding-top: 0;
    background: #001d2a;
  }

  .glasscape-hero-content {
    width: calc(100% - 3rem);
  }

  .glasscape-hero-image {
    top: 4.375rem;
    right: auto;
    bottom: auto;
    left: -37%;
    width: 140%;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .glasscape-hero-shade {
    background: linear-gradient(180deg, rgba(0, 29, 42, 0.02) 0 37%, rgba(0, 29, 42, 0.48) 43%, #001d2a 57% 100%);
  }

  .breadcrumb {
    top: 7rem;
    left: -0.5rem;
    gap: 0.45rem;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .glasscape-hero-copy {
    top: 25rem;
    left: 1rem;
    width: calc(100% - 1rem);
    max-width: none;
  }

  .product-eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
  }

  .glasscape-hero h1 {
    font-size: 2rem;
    line-height: 1.16;
  }

  .hero-title-sub {
    margin-top: 0.12em;
    font-size: 0.78em;
    line-height: 1.18;
  }

  .glasscape-hero-copy > p:last-of-type {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .glasscape-actions {
    width: min(100%, 23.25rem);
    gap: 1.8rem;
    margin-top: 2.5rem;
  }

  .glasscape-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 3.85rem;
    padding-inline: 1.15rem;
    font-size: 0.9rem;
  }

  .glasscape-actions .button-outline {
    color: #36cddd;
    border-color: #25c6d8;
    background: rgba(0, 50, 65, 0.38);
  }

  .benefit-cards {
    width: calc(100vw - 2rem);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(18rem, calc(100vw - 5.5rem));
    gap: 1.5rem;
    margin-left: calc((100vw - 100%) / -2 + 2rem);
    padding-right: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x pinch-zoom;
    -webkit-overflow-scrolling: touch;
  }

  .benefit-cards::-webkit-scrollbar {
    display: none;
  }

  .benefit-cards article {
    min-height: 11.25rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .medical-visual {
    width: calc(100% + 3rem);
    max-width: none;
    margin-inline: -1.5rem;
  }

  .medical-case {
    padding-bottom: 0;
  }

  .technical-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .technical-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
  }

  .technical-visual {
    display: contents;
  }

  .technical-visual > img {
    order: 1;
    width: calc(100% + 3rem);
    height: 18rem;
    aspect-ratio: auto;
    margin-inline: -1.5rem;
    object-fit: cover;
    object-position: center 8%;
  }

  .technical-copy {
    order: 2;
  }

  .technical-visual > div {
    order: 3;
    width: 100%;
    margin-top: 0;
  }
}
