/* Life at 20 Microns — premium editorial careers experience */
.lm-page {
    --lm-ink: #082833;
    --lm-ink-2: #0b3b43;
    --lm-sage: #7fa69b;
    --lm-sage-bright: #9fc7bb;
    --lm-mist: #f2f7f5;
    --lm-line: #dbe7e3;
    --lm-gold: #d7aa55;
    --lm-white: #fff;
    color: #27464d;
    background: #fff;
    font-family: "Exo 2", sans-serif;
    overflow-x: hidden;
}
.lm-page * { box-sizing: border-box; }
.lm-page main { overflow: clip; }
.lm-section { position: relative; padding: 110px 0; }
.lm-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #5e897e; font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.lm-section-head { max-width: 920px; margin: 0 auto 54px; text-align: center; }
.lm-section-head-left { margin-left: 0; text-align: left; }
.lm-section-head h2, .lm-intro-heading h2, .lm-feature-copy h2, .lm-closing h2 { margin: 14px 0 0; color: var(--lm-ink); font-size: clamp(2.2rem, 4vw, 3.55rem); font-weight: 720; line-height: 1.03; letter-spacing: -.048em; text-wrap: balance; }
.lm-section-head h2 span, .lm-intro-heading h2 span, .lm-feature-copy h2 span { color: var(--lm-sage); }
.lm-prose p { margin: 0 0 18px; color: #60777c; font-size: .98rem; line-height: 1.82; }
.lm-prose p:last-child { margin-bottom: 0; }
.lm-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 13px; font: 800 .82rem/1 "Exo 2", sans-serif; letter-spacing: .025em; text-decoration: none; transition: .28s ease; }
.lm-btn-primary { color: #062731; background: var(--lm-sage-bright); box-shadow: 0 16px 38px rgba(127, 166, 155, .22); }
.lm-btn-primary:hover { color: #062731; background: #b3d5cc; transform: translateY(-3px); }
.lm-btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .065); backdrop-filter: blur(12px); }
.lm-btn-ghost:hover { color: #fff; border-color: rgba(255, 255, 255, .46); background: rgba(255, 255, 255, .11); transform: translateY(-3px); }

/* Hero */
.lm-hero { position: relative; height: 85vh; min-height: 670px; display: flex; align-items: center; isolation: isolate; color: #fff; background: #061f29; overflow: hidden; }
.lm-hero-media, .lm-hero-grid { position: absolute; inset: 0; z-index: -3; }
.lm-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.lm-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 25, 34, .98) 0%, rgba(5, 31, 40, .94) 38%, rgba(6, 35, 44, .50) 67%, rgba(6, 29, 38, .34) 100%); }
.lm-hero-grid { z-index: -2; opacity: .65; background-image: linear-gradient(rgba(159, 199, 187, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(159, 199, 187, .08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.lm-hero-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .75fr); gap: 76px; align-items: center; padding-top: 80px; }
.lm-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: rgba(255, 255, 255, .52); font-size: .76rem; }
.lm-breadcrumb a { color: rgba(255, 255, 255, .72); text-decoration: none; }
.lm-breadcrumb i { font-size: .55rem; }
.lm-hero .lm-eyebrow { color: #abd2c7; }
.lm-hero h1 { max-width: 720px; margin: 16px 0 17px; font-size: clamp(3.6rem, 6.2vw, 6.25rem); font-weight: 710; line-height: .92; letter-spacing: -.065em; }
.lm-hero h1 span { display: block; color: #9fc7bb; }
.lm-hero-lead { max-width: 660px; margin: 0; color: rgba(255, 255, 255, .76); font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.55; }
.lm-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.lm-hero-indicators { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.lm-hero-indicators article { min-height: 126px; display: flex; align-items: flex-start; gap: 15px; padding: 22px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .035)); box-shadow: 0 20px 50px rgba(0, 0, 0, .16); backdrop-filter: blur(18px); transition: .28s ease; }
.lm-hero-indicators article:hover { border-color: rgba(159, 199, 187, .42); transform: translateY(-5px); }
.lm-hero-indicators i { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; color: #b8dacf; background: rgba(127, 166, 155, .18); }
.lm-hero-indicators strong, .lm-hero-indicators span { display: block; }
.lm-hero-indicators strong { margin: 2px 0 7px; color: #fff; font-size: .92rem; }
.lm-hero-indicators span { color: rgba(255, 255, 255, .58); font-size: .72rem; line-height: 1.45; }
.lm-scroll { position: absolute; left: 50%; bottom: 20px; display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .5); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.lm-scroll span { position: relative; width: 34px; height: 1px; background: rgba(255, 255, 255, .28); }
.lm-scroll span::after { content: ""; position: absolute; top: -2px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #a9d1c6; animation: lmScroll 1.8s infinite; }
@keyframes lmScroll { to { left: 29px; opacity: 0; } }

/* Section navigation */
.lm-section-nav { position: sticky; top: 55px; z-index: 40; border-bottom: 1px solid rgba(219, 231, 227, .88); background: rgba(255, 255, 255, .92); box-shadow: 0 12px 34px rgba(8, 40, 51, .055); backdrop-filter: blur(18px); }
.lm-section-nav-track { display: flex; gap: 8px; overflow-x: auto; padding: 11px 0; scrollbar-width: none; }
.lm-section-nav-track::-webkit-scrollbar { display: none; }
.lm-section-nav a { flex: 0 0 auto; padding: 10px 14px; border-radius: 9px; color: #657b7f; font-size: .71rem; font-weight: 750; text-decoration: none; white-space: nowrap; transition: .25s; }
.lm-section-nav a:hover, .lm-section-nav a.is-active { color: #123d44; background: #e5f0ed; }

/* Intro */
.lm-intro { background: #fff; }
.lm-intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.lm-intro-heading { position: sticky; top: 150px; }
.lm-intro-heading h2 { max-width: 540px; }
.lm-intro-index { display: flex; align-items: center; gap: 17px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--lm-line); }
.lm-intro-index strong { color: var(--lm-sage); font-size: 3.5rem; line-height: 1; letter-spacing: -.08em; }
.lm-intro-index span { color: #72878b; font-size: .74rem; font-weight: 750; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.lm-intro-copy { padding: 42px; border: 1px solid var(--lm-line); border-radius: 26px; background: linear-gradient(145deg, #f8fbfa, #eff6f4); box-shadow: 0 25px 70px rgba(8, 40, 51, .08); }
.lm-intro-copy p:first-child { color: #284e55; font-size: 1.14rem; font-weight: 580; line-height: 1.75; }

/* Culture */
.lm-culture { color: #fff; background: linear-gradient(145deg, #062832, #0b4148); isolation: isolate; }
.lm-culture::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .6; background-image: radial-gradient(circle at 85% 10%, rgba(127, 166, 155, .24), transparent 28%), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: auto, 62px 62px, 62px 62px; }
.lm-culture .lm-section-head h2 { color: #fff; }
.lm-culture .lm-eyebrow { color: #a7cfc4; }
.lm-culture-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; margin-bottom: 54px; }
.lm-culture-copy { columns: 2; column-gap: 32px; }
.lm-culture-copy p { break-inside: avoid; color: rgba(255, 255, 255, .67); font-size: .9rem; }
.lm-culture-manifesto { position: relative; padding: 44px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 28px; background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035)); box-shadow: 0 28px 70px rgba(0, 0, 0, .18); overflow: hidden; }
.lm-culture-manifesto::after { content: "20"; position: absolute; right: -8px; bottom: -35px; color: rgba(255, 255, 255, .035); font-size: 11rem; font-weight: 900; line-height: 1; }
.lm-culture-manifesto span, .lm-culture-manifesto small, .lm-culture-manifesto strong { display: block; position: relative; z-index: 1; }
.lm-culture-manifesto span { color: #a9d1c6; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lm-culture-manifesto strong { margin: 17px 0 23px; color: #fff; font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.35; }
.lm-culture-manifesto small { color: rgba(255, 255, 255, .52); font-size: .76rem; }
.lm-pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lm-pillar-card { position: relative; min-height: 360px; padding: 28px; border: 1px solid rgba(255, 255, 255, .105); border-radius: 22px; background: rgba(255, 255, 255, .055); overflow: hidden; transition: .3s ease; }
.lm-pillar-card::before { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--lm-sage-bright); transform: scaleX(0); transform-origin: left; transition: .3s ease; }
.lm-pillar-card:hover { border-color: rgba(159, 199, 187, .42); background: rgba(255, 255, 255, .085); transform: translateY(-7px); }
.lm-pillar-card:hover::before { transform: scaleX(1); }
.lm-pillar-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 45px; }
.lm-pillar-top span { color: rgba(255, 255, 255, .32); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.lm-pillar-top i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #b8d9d0; background: rgba(127, 166, 155, .17); }
.lm-pillar-card h3 { margin: 0; color: #fff; font-size: 1.25rem; }
.lm-pillar-card > strong { display: block; margin: 7px 0 14px; color: #9fc7bb; font-size: .78rem; }
.lm-pillar-card p { margin: 0; color: rgba(255, 255, 255, .61); font-size: .78rem; line-height: 1.68; }

/* Moments */
.lm-moments { background: var(--lm-mist); }
.lm-moments-lead { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; margin-bottom: 52px; }
.lm-moments-lead .lm-section-head { margin-bottom: 0; }
.lm-moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.lm-moment-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--lm-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 45px rgba(9, 48, 57, .055); overflow: hidden; transition: .3s ease; }
.lm-moment-card:hover { border-color: #adc8c1; box-shadow: 0 24px 60px rgba(9, 48, 57, .11); transform: translateY(-6px); }
.lm-moment-icon { width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 15px; color: #547f75; background: #dfece8; }
.lm-card-no { position: absolute; top: 27px; right: 27px; color: #c2d1cd; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.lm-moment-card h3 { margin: 0 0 13px; color: var(--lm-ink); font-size: 1.2rem; }
.lm-moment-card p { display: -webkit-box; margin: 0; color: #657b80; font-size: .82rem; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.lm-moment-card.is-expanded p { display: block; }
.lm-card-toggle { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 0; border: 0; color: #628d82; background: none; font: 800 .72rem "Exo 2", sans-serif; cursor: pointer; }
.lm-card-toggle i { font-size: .65rem; transition: .25s; }
.lm-moment-card.is-expanded .lm-card-toggle i { transform: rotate(180deg); }

/* Gallery */
.lm-gallery-section { color: #fff; background: #071f29; isolation: isolate; }
.lm-gallery-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 15% 10%, rgba(127, 166, 155, .20), transparent 25%), linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px); background-size: auto, 60px 60px, 60px 60px; }
.lm-section-head-light h2 { color: #fff; }
.lm-section-head-light .lm-eyebrow { color: #a9d1c6; }
.lm-gallery-intro { max-width: 940px; margin: -22px auto 42px; text-align: center; }
.lm-gallery-intro p { color: rgba(255, 255, 255, .62); }
.lm-gallery-category-strip { display: grid; grid-template-columns: repeat(7, minmax(180px, 1fr)); gap: 10px; margin-bottom: 30px; padding-bottom: 8px; overflow-x: auto; scrollbar-color: #6f988e transparent; }
.lm-gallery-category-strip div { min-width: 180px; padding: 16px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 13px; background: rgba(255, 255, 255, .045); }
.lm-gallery-category-strip strong, .lm-gallery-category-strip span { display: block; }
.lm-gallery-category-strip strong { margin-bottom: 6px; color: #fff; font-size: .75rem; }
.lm-gallery-category-strip span { color: rgba(255, 255, 255, .46); font-size: .65rem; line-height: 1.42; }
.lm-album-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lm-album-card { position: relative; min-height: 340px; padding: 0; border: 1px solid rgba(255, 255, 255, .11); border-radius: 22px; background: #0b3039; color: #fff; text-align: left; cursor: pointer; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, .18); }
.lm-album-card:nth-child(1), .lm-album-card:nth-child(6) { grid-column: span 2; }
.lm-album-card img, .lm-album-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.lm-album-card img { object-fit: cover; transition: transform .65s ease; }
.lm-album-shade { background: linear-gradient(0deg, rgba(3, 24, 31, .96), rgba(4, 28, 36, .05) 70%); }
.lm-album-card:hover img { transform: scale(1.055); }
.lm-album-icon { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 13px; color: #c2dfd7; background: rgba(6, 35, 43, .52); backdrop-filter: blur(12px); }
.lm-album-content { position: absolute; left: 25px; right: 25px; bottom: 24px; z-index: 2; }
.lm-album-content small, .lm-album-content strong, .lm-album-content em { display: block; }
.lm-album-content small { margin-bottom: 6px; color: #a6cec3; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lm-album-content strong { color: #fff; font-size: 1.3rem; }
.lm-album-content em { margin-top: 12px; color: rgba(255, 255, 255, .55); font-size: .69rem; font-style: normal; font-weight: 700; }
.lm-album-content em i { margin-left: 5px; transition: .25s; }
.lm-album-card:hover em i { transform: translateX(5px); }
.lm-empty { padding: 60px; border: 1px dashed rgba(255, 255, 255, .2); border-radius: 20px; text-align: center; }

/* Employee experience */
.lm-experience { background: #fff; }
.lm-experience-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.lm-experience-card { position: relative; min-height: 350px; padding: 30px; border: 1px solid var(--lm-line); border-radius: 22px; background: linear-gradient(145deg, #fff, #f7faf9); overflow: hidden; transition: .3s ease; }
.lm-experience-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(127, 166, 155, .17), transparent 67%); }
.lm-experience-card:hover { border-color: #a9c5bd; box-shadow: 0 24px 65px rgba(8, 40, 51, .1); transform: translateY(-6px); }
.lm-experience-card > span { color: #b5c7c2; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.lm-experience-card > i { width: 51px; height: 51px; display: grid; place-items: center; margin: 33px 0 24px; border-radius: 15px; color: #587f76; background: #dfebe8; }
.lm-experience-card h3 { margin: 0 0 14px; color: var(--lm-ink); font-size: 1.17rem; }
.lm-experience-card p { position: relative; z-index: 1; margin: 0; color: #667c80; font-size: .8rem; line-height: 1.68; }

/* Feature stories */
.lm-feature { background: var(--lm-mist); }
.lm-feature-learning { background: #fff; }
.lm-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.lm-feature-image { position: relative; min-height: 590px; margin: 0; border-radius: 30px; overflow: hidden; box-shadow: 0 32px 80px rgba(8, 40, 51, .16); }
.lm-feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 34, 42, .72), transparent 45%); }
.lm-feature-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lm-feature-image figcaption { position: absolute; left: 28px; right: 28px; bottom: 26px; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; color: #fff; background: rgba(4, 33, 41, .55); backdrop-filter: blur(14px); }
.lm-feature-image figcaption i { color: #a9d1c6; }
.lm-feature-image figcaption span { font-size: .75rem; font-weight: 750; }
.lm-feature-copy h2 { margin-bottom: 27px; }
.lm-feature-points { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 30px; }
.lm-feature-points span { display: flex; align-items: center; gap: 9px; padding: 13px 14px; border: 1px solid var(--lm-line); border-radius: 11px; color: #47646a; background: #fff; font-size: .73rem; font-weight: 750; }
.lm-feature-points i { color: #719a90; }
.lm-learning-path { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.lm-learning-path span { padding: 10px 14px; border-radius: 10px; color: #375a61; background: #e4efec; font-size: .73rem; font-weight: 800; }
.lm-learning-path i { color: #9aafa9; font-size: .65rem; }

/* Stories and closing */
.lm-stories { background: var(--lm-mist); }
.lm-stories-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; margin-bottom: 45px; }
.lm-stories-head .lm-section-head { margin-bottom: 0; }
.lm-story-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.lm-story-card { min-height: 390px; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--lm-line); border-radius: 22px; background: #fff; box-shadow: 0 15px 45px rgba(8, 40, 51, .055); }
.lm-story-card > i { color: #7fa69b; font-size: 1.45rem; }
.lm-story-card blockquote { flex: 1; margin: 22px 0 27px; color: #526b70; font-size: .88rem; line-height: 1.8; }
.lm-story-card footer { display: flex; align-items: center; gap: 13px; padding-top: 19px; border-top: 1px solid var(--lm-line); }
.lm-story-card footer img, .lm-story-card footer > span { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; object-fit: cover; }
.lm-story-card footer > span { display: grid; place-items: center; color: #4f776e; background: #dfebe8; font-weight: 850; }
.lm-story-card footer strong, .lm-story-card footer small { display: block; }
.lm-story-card footer strong { color: var(--lm-ink); font-size: .82rem; }
.lm-story-card footer small { margin-top: 4px; color: #7c8d90; font-size: .68rem; }
.lm-closing { position: relative; padding: 96px 0; color: #fff; background: linear-gradient(135deg, #062832, #0d4b50); isolation: isolate; overflow: hidden; }
.lm-closing-grid { position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 80% 20%, rgba(159, 199, 187, .22), transparent 28%), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; }
.lm-closing-inner { max-width: 940px; text-align: center; }
.lm-closing .lm-eyebrow { color: #a9d1c6; }
.lm-closing h2 { color: #fff; }
.lm-closing p { max-width: 800px; margin: 22px auto 29px; color: rgba(255, 255, 255, .67); font-size: .96rem; line-height: 1.75; }
.lm-closing-inner > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; }

/* Gallery modal */
.lm-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: .28s ease; }
.lm-modal.is-open { opacity: 1; visibility: visible; }
.lm-modal-backdrop { position: absolute; inset: 0; background: rgba(2, 17, 23, .88); backdrop-filter: blur(12px); }
.lm-modal-dialog { position: relative; width: min(1120px, 100%); max-height: calc(100vh - 44px); border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px; color: #fff; background: #071f29; box-shadow: 0 40px 100px rgba(0, 0, 0, .45); overflow: hidden; }
.lm-modal-dialog > header { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.lm-modal-dialog > header span { color: #9fc7bb; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lm-modal-dialog > header h2 { margin: 4px 0 0; color: #fff; font-size: 1.15rem; }
.lm-modal-dialog > header button { width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 11px; color: #fff; background: rgba(255, 255, 255, .06); cursor: pointer; }
.lm-modal-stage { position: relative; min-height: 520px; display: grid; grid-template-columns: 58px 1fr 58px; align-items: center; padding: 18px; }
.lm-modal-stage figure { height: min(62vh, 650px); margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.lm-modal-stage figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; border-radius: 15px; background: #03151c; }
.lm-modal-stage figcaption { min-height: 36px; padding-top: 11px; color: rgba(255, 255, 255, .61); font-size: .74rem; text-align: center; }
.lm-modal-nav { width: 42px; height: 42px; justify-self: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .07); cursor: pointer; }
.lm-modal-dialog > footer { display: flex; align-items: center; gap: 16px; padding: 13px 20px 18px; border-top: 1px solid rgba(255, 255, 255, .08); }
.lm-modal-dialog > footer > span { flex: 0 0 auto; color: #9fc7bb; font-size: .7rem; font-weight: 800; }
#lmModalThumbs { display: flex; gap: 7px; overflow-x: auto; }
#lmModalThumbs button { width: 55px; height: 42px; flex: 0 0 55px; padding: 0; border: 2px solid transparent; border-radius: 7px; background: #0d343d; overflow: hidden; cursor: pointer; }
#lmModalThumbs button.is-active { border-color: #9fc7bb; }
#lmModalThumbs img { width: 100%; height: 100%; object-fit: cover; }
body.lm-modal-open { overflow: hidden; }

/* Reveal */
[data-lm-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .72s ease var(--delay, 0ms), transform .72s ease var(--delay, 0ms); }
[data-lm-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-lm-reveal] { opacity: 1; transform: none; transition: none; } .lm-scroll span::after { animation: none; } }

@media (max-width: 1180px) {
    .lm-hero { height: auto; min-height: 85vh; padding: 120px 0 75px; }
    .lm-hero-inner { grid-template-columns: 1fr; gap: 40px; padding-top: 0; }
    .lm-hero-copy { max-width: 820px; }
    .lm-hero-indicators { grid-template-columns: repeat(4, 1fr); }
    .lm-hero-indicators article { min-height: 120px; display: block; }
    .lm-hero-indicators i { margin-bottom: 13px; }
    .lm-pillar-grid { grid-template-columns: 1fr 1fr; }
    .lm-pillar-card { min-height: 300px; }
    .lm-section-nav { top: 70px; }
}
@media (max-width: 900px) {
    .lm-section { padding: 82px 0; }
    .lm-intro-grid, .lm-culture-story, .lm-moments-lead, .lm-feature-grid, .lm-stories-head { grid-template-columns: 1fr; gap: 38px; }
    .lm-intro-heading { position: static; }
    .lm-culture-copy { columns: 1; }
    .lm-moment-grid, .lm-experience-track, .lm-story-track { grid-template-columns: 1fr 1fr; }
    .lm-album-grid { grid-template-columns: 1fr 1fr; }
    .lm-album-card:nth-child(1), .lm-album-card:nth-child(6) { grid-column: auto; }
    .lm-feature-image { min-height: 500px; }
    .lm-feature-learning .lm-feature-copy { order: 2; }
    .lm-feature-learning .lm-feature-image { order: 1; }
}
@media (max-width: 680px) {
    .lm-hero { min-height: 85vh; padding-top: 108px; }
    .lm-hero-media::after { background: rgba(4, 28, 37, .86); }
    .lm-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
    .lm-hero-indicators { grid-template-columns: 1fr 1fr; }
    .lm-hero-indicators article { min-height: 122px; padding: 17px; }
    .lm-scroll { display: none; }
    .lm-section-nav { top: 62px; }
    .lm-section-head { margin-bottom: 38px; text-align: left; }
    .lm-section-head h2, .lm-intro-heading h2, .lm-feature-copy h2, .lm-closing h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
    .lm-intro-copy { padding: 27px 23px; }
    .lm-pillar-grid, .lm-moment-grid, .lm-experience-track, .lm-story-track, .lm-album-grid { grid-template-columns: 1fr; }
    .lm-pillar-card, .lm-moment-card, .lm-experience-card, .lm-story-card { min-height: auto; }
    .lm-gallery-intro { text-align: left; }
    .lm-feature-image { min-height: 410px; border-radius: 22px; }
    .lm-feature-points { grid-template-columns: 1fr; }
    .lm-modal { padding: 8px; }
    .lm-modal-dialog { max-height: calc(100vh - 16px); border-radius: 17px; }
    .lm-modal-stage { min-height: 0; grid-template-columns: 42px 1fr 42px; padding: 10px 5px; }
    .lm-modal-stage figure { height: 60vh; }
    .lm-modal-nav { width: 34px; height: 34px; }
}
@media (max-width: 460px) {
    .lm-section { padding: 68px 0; }
    .lm-hero-actions, .lm-closing-inner > div { flex-direction: column; }
    .lm-btn { width: 100%; }
    .lm-hero-indicators { gap: 7px; }
    .lm-hero-indicators article { min-height: 130px; }
    .lm-hero-indicators span { font-size: .66rem; }
    .lm-culture-manifesto { padding: 30px 24px; }
    .lm-learning-path i { display: none; }
}
