.lpg-home {
  --ink: #0b0c0c;
  --paper: #f1f0eb;
  --paper-2: #e8e7e1;
  --muted: #a6a7a2;
  --line: rgba(255,255,255,.16);
  --dark-line: rgba(10,12,12,.13);
  --ease: cubic-bezier(.2,.7,.2,1);
}

.lpg-home, .lpg-home *, .lpg-home *::before, .lpg-home *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lpg-home-active { overflow-x: clip; background: #0b0c0c; }
.lpg-home { width: 100vw; max-width: none; margin: 0 0 0 calc(50% - 50vw); overflow: clip; background: var(--ink); color: #f5f5f2; font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.4; }
.lpg-home a { color: inherit; text-decoration: none; }
.lpg-home button { font: inherit; }
.lpg-home ::selection { background: #d3c5a9; color: #111; }
.lpg-home img, .lpg-home svg { max-width: none; }
.lpg-home img { display: block; }
.lpg-skip-link { position: fixed; z-index: 200; left: 18px; top: 12px; padding: 12px 16px; background: #fff; color: #111 !important; transform: translateY(-160%); transition: transform .2s; }
.lpg-skip-link:focus { transform: translateY(0); }
.lpg-mobile-menu { visibility: hidden; clip-path: inset(0 0 100% 0); }
.lpg-mobile-menu.is-open { visibility: visible; clip-path: inset(0 0 0 0); }
.lpg-home a:focus-visible, .lpg-home button:focus-visible { outline: 2px solid #d3c5a9; outline-offset: 4px; }

.lpg-shell { width: min(1400px, calc(100% - 96px)); margin-inline: auto; }
.lpg-eyebrow { margin: 0; font-size: 11px; line-height: 1; font-weight: 600; letter-spacing: .2em; }
.lpg-section-light { background: var(--paper); color: var(--ink); }
.lpg-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.lpg-section-heading h2 { margin: 20px 0 0; font: 300 clamp(54px, 6.3vw, 104px)/.91 "Manrope", sans-serif; letter-spacing: -.07em; }
.lpg-section-heading > p { width: min(390px, 100%); margin: 0 0 8px; color: #5c5e5a; font-size: 16px; line-height: 1.7; }

/* Header */
.lpg-site-header { position: fixed; z-index: 80; left: 28px; right: 28px; top: 20px; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; color: #fff; border: 1px solid transparent; border-radius: 3px; transition: background .5s var(--ease), border-color .5s var(--ease), backdrop-filter .5s var(--ease), top .5s var(--ease); }
.lpg-site-header.is-scrolled { top: 12px; background: rgba(15,16,16,.72); border-color: rgba(255,255,255,.12); backdrop-filter: blur(18px) saturate(130%); -webkit-backdrop-filter: blur(18px) saturate(130%); }
.lpg-brand { display: inline-flex; align-items: center; }
.lpg-brand img { display: block; width: 210px; height: auto; filter: invert(1); }
.lpg-desktop-nav { display: flex; gap: 36px; align-items: center; }
.lpg-desktop-nav a { position: relative; font-size: 12px; color: rgba(255,255,255,.78); transition: color .3s; }
.lpg-desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #fff; transition: right .35s var(--ease); }
.lpg-desktop-nav a:hover { color: #fff; }
.lpg-desktop-nav a:hover::after { right: 0; }
.lpg-menu-button { display: none; color: #fff; background: none; border: 0; padding: 8px; cursor: pointer; }
.lpg-mobile-menu { position: fixed; inset: 0; z-index: 100; background: #111212; padding: 100px 32px 30px; display: flex; flex-direction: column; justify-content: center; }
.lpg-mobile-menu nav { display: flex; flex-direction: column; }
.lpg-mobile-menu nav a { display: flex; gap: 24px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--line); font: 300 42px/1 "Manrope"; letter-spacing: -.04em; }
.lpg-mobile-menu nav a span { font: 500 10px/1 "DM Sans"; letter-spacing: .15em; color: #898b87; }
.lpg-menu-close { position: absolute; right: 30px; top: 28px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.lpg-mobile-menu > p { margin: 54px 0 0; color: #888; font-size: 10px; letter-spacing: .14em; }

/* Hero */
.lpg-hero { position: relative; min-height: 100svh; overflow: hidden; background: #0a0b0b; }
.lpg-hero-backdrop { position: absolute; inset: 0; transform-origin: center; }
.lpg-hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 10vw 10vw; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.lpg-hero-glow { position: absolute; width: 70vw; height: 70vw; right: -18vw; top: -20vw; background: radial-gradient(circle, rgba(218,202,173,.25), transparent 65%); filter: blur(20px); }
.lpg-hero-slab { position: absolute; width: clamp(440px, 49vw, 800px); height: 112vh; right: 5vw; top: -4vh; transform: rotate(6deg); box-shadow: -50px 70px 120px rgba(0,0,0,.5); }
.lpg-hero-slab::before { content: ""; position: absolute; inset: 2.2% -2.5% -1.4% 2.3%; background: #918978; z-index: -1; }
.lpg-hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,6,.98) 0%, rgba(5,6,6,.88) 29%, rgba(5,6,6,.22) 67%, rgba(5,6,6,.52) 100%), linear-gradient(0deg, rgba(5,6,6,.76), transparent 36%); }
.lpg-hero-content { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: 90px; }
.lpg-hero-eyebrow { color: #bbbcb8; margin-bottom: 25px; }
.lpg-hero h1 { margin: 0; max-width: 940px; font: 300 clamp(68px, 8.2vw, 138px)/.83 "Manrope", sans-serif; letter-spacing: -.075em; }
.lpg-hero h1 em { color: #8f918d; font-style: normal; font-size: .48em; vertical-align: .24em; letter-spacing: 0; }
.lpg-hero h1 span { display: block; margin-top: 25px; font: 400 clamp(16px, 1.65vw, 27px)/1 "DM Sans", sans-serif; letter-spacing: .23em; text-transform: uppercase; color: #d0d1cd; }
.lpg-hero-copy { margin-top: 42px; display: flex; align-items: flex-end; gap: 100px; }
.lpg-hero-copy p { width: min(360px, 100%); margin: 0; color: #c4c5c1; font-size: 16px; line-height: 1.6; }
.lpg-text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; }
.lpg-text-link svg { transition: transform .3s var(--ease); }
.lpg-text-link:hover svg { transform: translateX(5px); }
.lpg-scroll-cue { position: absolute; z-index: 3; right: 46px; bottom: 34px; display: flex; align-items: center; gap: 15px; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; }
.lpg-scroll-cue span { font-size: 9px; letter-spacing: .2em; color: #a0a19e; }
.lpg-scroll-cue i { position: relative; width: 72px; height: 1px; background: rgba(255,255,255,.25); overflow: hidden; }
.lpg-scroll-cue i::after { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-100%); animation: scrollLine 2.2s infinite ease-in-out; }
@keyframes scrollLine { 50%,100% { transform: translateX(100%); } }

/* Stone visual */
.lpg-stone-visual { position: relative; width: 100%; height: 100%; overflow: hidden; background: #777; isolation: isolate; }
.lpg-stone-visual svg, .lpg-stone-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.lpg-stone-sheen { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.13) 47%, transparent 60%); transform: translateX(-100%); transition: transform 1.1s var(--ease); pointer-events: none; }
.lpg-stone-visual:hover .lpg-stone-sheen { transform: translateX(100%); }
.lpg-stone-placeholder { position: absolute; left: 24px; bottom: 20px; padding: 8px 10px; color: rgba(255,255,255,.7); background: rgba(10,10,10,.25); backdrop-filter: blur(8px); font-size: 9px; letter-spacing: .16em; }

/* Cinematic materials */
.lpg-materials-experience { position: relative; height: 460vh; background: #0c0d0d; }
.lpg-materials-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.lpg-materials-sticky::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, #262827 0, #0c0d0d 55%); }
.lpg-materials-intro { position: absolute; z-index: 4; left: 48px; right: 48px; top: 38px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .2em; color: #8b8c88; }
.lpg-materials-progress { position: absolute; z-index: 4; left: 48px; right: 48px; bottom: 30px; height: 1px; background: rgba(255,255,255,.12); }
.lpg-materials-progress i { display: block; height: 1px; background: #fff; transform: scaleX(0); transform-origin: left; }
.lpg-material-frame { position: absolute; inset: 0; pointer-events: none; opacity: 0; }
.lpg-material-frame:first-of-type { opacity: 1; }
.lpg-material-slab { position: absolute; width: clamp(330px, 31vw, 520px); height: 70vh; left: 50%; top: 14vh; margin-left: clamp(-165px, -15.5vw, -260px); box-shadow: 0 50px 120px rgba(0,0,0,.5); }
.lpg-material-slab::after { content: ""; position: absolute; inset: 12px -12px -12px 12px; border: 1px solid rgba(255,255,255,.18); z-index: -1; }
.lpg-material-number { position: absolute; right: -44px; top: 0; font-size: 9px; letter-spacing: .15em; color: #8f908d; writing-mode: vertical-rl; }
.lpg-material-copy { position: absolute; z-index: 3; left: 7vw; top: 50%; transform: translateY(-50%); }
.lpg-material-copy .lpg-eyebrow { color: #9d9e99; margin-bottom: 24px; }
.lpg-material-copy h2 { margin: 0; width: 29vw; font: 300 clamp(42px, 5.6vw, 94px)/.9 "Manrope"; letter-spacing: -.065em; }
.lpg-material-statement { position: absolute; left: calc(100vw - 36vw); top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; min-width: 280px; }
.lpg-material-statement span { font: 300 clamp(24px, 2.3vw, 38px)/1.3 "Manrope"; color: #b4b5b1; }
.lpg-mobile-materials { display: none; }

/* Collection */
.lpg-showcase { position: relative; height: 360vh; background: var(--paper); color: var(--ink); }
.lpg-showcase-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; display: flex; align-items: center; }
.lpg-showcase-heading { position: absolute; left: 0; right: 0; top: 58px; z-index: 3; pointer-events: none; }
.lpg-showcase-heading h2 { margin: 15px 0 0; font: 300 clamp(46px, 5.2vw, 86px)/.9 "Manrope"; letter-spacing: -.066em; }
.lpg-showcase-heading > p:last-child { position: absolute; width: 310px; right: 0; bottom: 4px; color: #646660; line-height: 1.6; font-size: 14px; }
.lpg-showcase-track { display: flex; align-items: center; gap: 4vw; width: max-content; padding-left: 31vw; padding-right: 8vw; padding-top: 20vh; will-change: transform; }
.lpg-collection-card { flex: 0 0 auto; position: relative; width: min(38vw, 560px); height: 57vh; min-height: 420px; }
.lpg-collection-card:nth-child(even) { width: min(31vw, 460px); height: 48vh; min-height: 370px; }
.lpg-collection-card .lpg-stone-visual { box-shadow: 0 25px 70px rgba(20,20,17,.16); }
.lpg-collection-card:hover .lpg-stone-visual svg { transform: scale(1.035); }
.lpg-collection-meta { position: absolute; left: 0; right: 0; top: calc(100% + 18px); display: flex; justify-content: space-between; align-items: center; }
.lpg-collection-meta span { font-size: 9px; letter-spacing: .16em; color: #777973; }
.lpg-collection-meta h3 { margin: 6px 0 0; font: 400 18px/1 "Manrope"; letter-spacing: -.02em; }
.lpg-collection-meta > a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--dark-line); border-radius: 50%; transition: background .3s, color .3s; }
.lpg-collection-meta > a:hover { background: var(--ink); color: #fff; }
.lpg-collection-end { flex: 0 0 auto; width: 420px; padding: 70px; }
.lpg-collection-end > span { font-size: 9px; letter-spacing: .16em; color: #777; }
.lpg-collection-end h3 { margin: 20px 0 42px; font: 300 52px/.98 "Manrope"; letter-spacing: -.06em; }
.lpg-circle-link { width: 84px; height: 84px; display: grid; place-items: center; border: 1px solid var(--dark-line); border-radius: 50%; transition: transform .4s var(--ease), background .3s, color .3s; }
.lpg-circle-link:hover { transform: rotate(45deg); background: var(--ink); color: #fff; }

/* Gallery */
.lpg-gallery { padding: 160px 0 170px; }
.lpg-gallery-heading { margin-bottom: 110px; }
.lpg-editorial-grid { display: grid; grid-template-columns: 1.2fr .72fr .88fr; grid-template-rows: 340px 180px 480px 280px; gap: 26px; }
.lpg-gallery-item { position: relative; overflow: hidden; }
.lpg-gallery-item > .lpg-stone-visual { position: absolute; inset: 0; }
.lpg-gallery-item:hover .lpg-stone-visual svg { transform: scale(1.045); }
.lpg-gallery-a { grid-column: 1 / 3; grid-row: 1 / 3; }
.lpg-gallery-b { grid-column: 3; grid-row: 1; }
.lpg-gallery-c { grid-column: 3; grid-row: 2 / 4; }
.lpg-gallery-d { grid-column: 1; grid-row: 3 / 5; }
.lpg-gallery-e { grid-column: 2; grid-row: 3 / 4; }
.lpg-gallery-overlay { position: absolute; inset: auto 0 0; z-index: 2; padding: 28px; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.62)); transform: translateY(25%); opacity: 0; transition: .45s var(--ease); }
.lpg-gallery-item:hover .lpg-gallery-overlay { transform: none; opacity: 1; }
.lpg-gallery-overlay span { font-size: 9px; letter-spacing: .16em; color: #c6c6c2; }
.lpg-gallery-overlay h3 { margin: 5px 0 0; font: 400 20px/1 "Manrope"; }
.lpg-gallery-note { margin-top: 32px; color: #8a8c86; font-size: 9px; letter-spacing: .18em; text-align: right; }

/* About */
.lpg-about { padding: 160px 0 190px; border-top: 1px solid var(--dark-line); }
.lpg-about-top { display: grid; grid-template-columns: 1fr 3fr; align-items: start; }
.lpg-about-top h2 { margin: -8px 0 110px; font: 300 clamp(58px, 8vw, 128px)/.88 "Manrope"; letter-spacing: -.08em; }
.lpg-about-top h2 em { color: #a9aaa5; font-style: normal; }
.lpg-about-layout { display: grid; grid-template-columns: .8fr 1.5fr .75fr; grid-template-rows: 140px 420px 280px; gap: 24px; }
.lpg-about-copy { grid-column: 1; grid-row: 1 / 3; align-self: start; }
.lpg-about-copy p { margin: 0; font: 300 23px/1.5 "Manrope"; letter-spacing: -.025em; }
.lpg-about-copy span { display: block; margin-top: 30px; color: #8d8f89; font-size: 8px; letter-spacing: .15em; }
.lpg-about-main { grid-column: 2; grid-row: 1 / 3; }
.lpg-about-secondary { grid-column: 3; grid-row: 2 / 4; }
.lpg-industrial-placeholder { position: relative; width: 100%; height: 100%; overflow: hidden; background: #161717; }
.lpg-industrial-placeholder .lpg-stone-visual { filter: grayscale(1) contrast(.9); opacity: .55; transform: scale(1.6) rotate(90deg); }
.lpg-industrial-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent, rgba(0,0,0,.75)); }
.lpg-industrial-placeholder > span { position: absolute; z-index: 2; left: 28px; bottom: 28px; color: #ddd; font-size: 9px; letter-spacing: .18em; }
.lpg-industrial-placeholder > i { position: absolute; z-index: 2; right: 22px; top: 20px; color: #aaa; font: normal 9px/1 "DM Sans"; }
.lpg-industrial-placeholder.lpg-secondary .lpg-stone-visual { transform: scale(1.25); opacity: .78; }
.lpg-about-stat { grid-column: 2; grid-row: 3; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--dark-line); padding-bottom: 25px; }
.lpg-about-stat strong { font: 300 130px/.75 "Manrope"; letter-spacing: -.08em; }
.lpg-about-stat span { color: #777974; font-size: 12px; line-height: 1.5; text-align: right; }

/* Production */
.lpg-production { position: relative; height: 540vh; background: #101111; }
.lpg-production-sticky { position: sticky; top: 0; height: 100svh; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 9vw; overflow: hidden; }
.lpg-production-visual { position: relative; height: 70vh; display: grid; place-items: center; }
.lpg-production-visual::before { content: ""; position: absolute; width: 52vw; height: 52vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.lpg-production-stone { position: relative; width: min(31vw, 470px); height: 63vh; box-shadow: 0 50px 140px #000; }
.lpg-scan-line { position: absolute; left: -8%; right: -8%; top: 0; height: 1px; background: #fff; box-shadow: 0 0 25px rgba(255,255,255,.8); animation: scan 5s infinite ease-in-out; }
@keyframes scan { 0%,100% { top: 4%; opacity: 0; } 10%,90% { opacity: .8; } 50% { top: 96%; } }
.lpg-production-counter { position: absolute; left: 0; bottom: 4%; display: flex; flex-direction: column; }
.lpg-production-counter span { color: #888a86; font-size: 9px; letter-spacing: .18em; }
.lpg-production-counter strong { font: 300 90px/1 "Manrope"; letter-spacing: -.08em; }
.lpg-production-content { position: relative; z-index: 2; }
.lpg-production-content > .lpg-eyebrow { color: #8f918c; }
.lpg-production-content > h2 { margin: 19px 0 40px; font: 300 clamp(38px, 4vw, 65px)/.94 "Manrope"; letter-spacing: -.06em; }
.lpg-process-list { position: relative; border-left: 1px solid rgba(255,255,255,.12); }
.lpg-process-list > i { position: absolute; left: -1px; top: 0; width: 1px; height: 100%; background: #fff; transform: scaleY(0); transform-origin: top; }
.lpg-process-step { display: grid; grid-template-columns: 48px 1fr; padding: 12px 0 12px 28px; color: #555754; transition: color .45s var(--ease), transform .45s var(--ease); }
.lpg-process-step.active { color: #fff; transform: translateX(8px); }
.lpg-process-step > span { padding-top: 5px; font-size: 9px; letter-spacing: .12em; }
.lpg-process-step h3 { margin: 0; font: 400 20px/1.1 "Manrope"; }
.lpg-process-step p { overflow: hidden; max-height: 0; opacity: 0; margin: 0; color: #9d9f9a; font-size: 11px; line-height: 1.5; transition: max-height .45s, opacity .45s, margin .45s; }
.lpg-process-step.active p { max-height: 50px; opacity: 1; margin-top: 5px; }

/* Locations */
.lpg-locations { padding: 170px 0; }
.lpg-locations-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: start; margin-bottom: 100px; }
.lpg-locations-heading h2 { margin: -12px 0 0; font: 300 clamp(58px, 7.2vw, 116px)/.9 "Manrope"; letter-spacing: -.075em; }
.lpg-location-list { border-top: 1px solid var(--dark-line); }
.lpg-location-row { display: grid; grid-template-columns: 7% 31% 1fr auto; align-items: center; min-height: 150px; border-bottom: 1px solid var(--dark-line); transition: padding .35s var(--ease), background .35s; }
.lpg-location-row:hover { padding-inline: 16px; background: rgba(0,0,0,.025); }
.lpg-location-number { font-size: 9px; color: #898b85; }
.lpg-location-row > div > span { font-size: 9px; letter-spacing: .16em; color: #898b85; }
.lpg-location-row h3 { margin: 8px 0 0; font: 300 36px/1 "Manrope"; letter-spacing: -.04em; }
.lpg-location-row > p { margin: 0; color: #6d6f69; font-size: 13px; }
.lpg-location-row > a { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--dark-line); border-radius: 50%; transition: background .3s, color .3s, transform .3s; }
.lpg-location-row > a > span { display: none; }
.lpg-location-row > a:hover { background: var(--ink); color: #fff; transform: rotate(45deg); }
.lpg-locations-footnote { margin: 22px 0 0; text-align: right; color: #979993; font-size: 9px; letter-spacing: .12em; }

/* Contact + footer */
.lpg-contact { position: relative; overflow: hidden; min-height: 88vh; display: flex; align-items: center; background: #cbc1ae; color: var(--ink); }
.lpg-contact::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(0,0,0,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.22) 1px, transparent 1px); background-size: 11vw 11vw; mask-image: radial-gradient(circle, #000, transparent 74%); }
.lpg-contact-orbit { position: absolute; width: 75vw; height: 75vw; right: -30vw; top: 50%; transform: translateY(-50%); border: 1px solid rgba(0,0,0,.18); border-radius: 50%; }
.lpg-contact-orbit i { position: absolute; inset: 10%; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; }
.lpg-contact-orbit i:nth-child(2) { inset: 24%; }
.lpg-contact-orbit i:nth-child(3) { inset: 39%; background: rgba(255,255,255,.13); }
.lpg-contact-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 80px; }
.lpg-contact h2 { margin: 22px 0 0; font: 300 clamp(60px, 7.7vw, 124px)/.89 "Manrope"; letter-spacing: -.08em; }
.lpg-contact-actions { display: flex; flex-direction: column; gap: 10px; }
.lpg-button-primary, .lpg-button-ghost { min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border: 1px solid rgba(0,0,0,.2); font-size: 11px; letter-spacing: .08em; transition: .35s var(--ease); }
.lpg-button-primary { background: var(--ink); color: #fff; border-color: var(--ink); }
.lpg-button-primary:hover { background: #292a29; padding-left: 28px; }
.lpg-button-ghost:hover { background: rgba(255,255,255,.3); padding-left: 28px; }
.lpg-button-ghost span { font-size: 8px; color: #666; }
.lpg-footer { padding: 100px 0 30px; background: #0b0c0c; }
.lpg-footer-main { display: grid; grid-template-columns: 2.1fr repeat(3, 1fr); gap: 70px; padding-bottom: 100px; }
.lpg-footer-brand img { display: block; width: min(300px, 100%); height: auto; margin-bottom: 28px; filter: invert(1); }
.lpg-footer-brand p { margin: 0; color: #777975; font-size: 12px; line-height: 1.6; }
.lpg-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.lpg-footer-column > span { margin-bottom: 14px; color: #686a66; font-size: 9px; letter-spacing: .16em; }
.lpg-footer-column a { color: #b6b7b3; font-size: 12px; transition: color .3s; }
.lpg-footer-column a:hover { color: #fff; }
.lpg-footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--line); color: #626460; font-size: 8px; letter-spacing: .12em; }
.lpg-footer-bottom a { color: #aaa; }

@media (max-width: 1024px) {
  .lpg-shell { width: min(100% - 56px, 1000px); }
  .lpg-hero-slab { right: -5vw; }
  .lpg-hero h1 { font-size: clamp(64px, 10vw, 104px); }
  .lpg-material-statement { display: none; }
  .lpg-showcase-track { padding-left: 18vw; }
  .lpg-collection-card { width: 52vw; }
  .lpg-collection-card:nth-child(even) { width: 45vw; }
  .lpg-about-layout { grid-template-columns: .8fr 1.4fr; }
  .lpg-about-main { grid-column: 2; }
  .lpg-about-secondary { display: none; }
  .lpg-about-stat { grid-column: 2; }
  .lpg-contact-inner { grid-template-columns: 1.35fr .65fr; }
}

@media (max-width: 767px) {
  .lpg-shell { width: calc(100% - 40px); }
  .lpg-eyebrow { font-size: 9px; }
  .lpg-desktop-nav { display: none; }
  .lpg-menu-button { display: block; }
  .lpg-site-header { left: 10px; right: 10px; top: 8px; height: 58px; padding: 0 13px; }
  .lpg-site-header.is-scrolled { top: 8px; }
  .lpg-brand img { width: 148px; }

  .lpg-hero-content { justify-content: flex-end; padding-bottom: 94px; }
  .lpg-hero-slab { width: 87vw; height: 74vh; right: -22vw; top: -2vh; transform: rotate(7deg); }
  .lpg-hero-vignette { background: linear-gradient(0deg, rgba(5,6,6,.98) 0%, rgba(5,6,6,.86) 32%, rgba(5,6,6,.15) 75%); }
  .lpg-hero-grid { background-size: 24vw 24vw; }
  .lpg-hero h1 { font-size: clamp(53px, 16vw, 76px); line-height: .87; }
  .lpg-hero h1 span { margin-top: 18px; font-size: 12px; letter-spacing: .17em; }
  .lpg-hero-copy { margin-top: 27px; display: block; }
  .lpg-hero-copy p { font-size: 13px; width: 84%; }
  .lpg-hero-copy .lpg-text-link { margin-top: 24px; }
  .lpg-scroll-cue { display: none; }

  .lpg-materials-experience { height: auto; padding: 110px 0; }
  .lpg-desktop-materials { display: none; }
  .lpg-mobile-materials { display: block; }
  .lpg-mobile-materials > h2 { margin: 18px 0 65px; font: 300 48px/.94 "Manrope"; letter-spacing: -.06em; }
  .lpg-mobile-material-card { position: relative; margin-bottom: 70px; }
  .lpg-mobile-material-card .lpg-stone-visual { height: 59vh; min-height: 440px; }
  .lpg-mobile-material-card > div { padding-top: 17px; }
  .lpg-mobile-material-card span { color: #888a86; font-size: 8px; letter-spacing: .15em; }
  .lpg-mobile-material-card h3 { margin: 8px 0; font: 300 36px/1 "Manrope"; letter-spacing: -.04em; }
  .lpg-mobile-material-card p { margin: 0; color: #9d9e9a; font-size: 12px; }

  .lpg-showcase { height: auto; padding: 100px 0 80px; overflow: hidden; }
  .lpg-showcase-sticky { position: relative; height: auto; display: block; overflow: visible; }
  .lpg-showcase-heading { position: relative; top: auto; }
  .lpg-showcase-heading h2 { font-size: 48px; }
  .lpg-showcase-heading > p:last-child { position: static; margin-top: 22px; }
  .lpg-showcase-track { margin-top: 60px; padding: 0 20px; gap: 18px; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; transform: none !important; }
  .lpg-showcase-track::-webkit-scrollbar { display: none; }
  .lpg-collection-card, .lpg-collection-card:nth-child(even) { width: 79vw; height: 58vh; min-height: 430px; scroll-snap-align: start; margin-bottom: 80px; }
  .lpg-collection-end { width: 78vw; padding: 50px 20px; scroll-snap-align: start; }
  .lpg-collection-end h3 { font-size: 44px; }

  .lpg-gallery { padding: 105px 0; }
  .lpg-section-heading { display: block; }
  .lpg-section-heading h2 { font-size: 50px; }
  .lpg-section-heading > p { margin-top: 25px; font-size: 14px; }
  .lpg-gallery-heading { margin-bottom: 55px; }
  .lpg-editorial-grid { display: block; }
  .lpg-gallery-item { height: 58vh; min-height: 420px; margin-bottom: 18px; }
  .lpg-gallery-item:nth-child(even) { height: 45vh; min-height: 350px; margin-left: 16%; }
  .lpg-gallery-overlay { opacity: 1; transform: none; }
  .lpg-gallery-note { line-height: 1.5; }

  .lpg-about { padding: 105px 0; }
  .lpg-about-top { display: block; }
  .lpg-about-top h2 { margin: 22px 0 65px; font-size: 58px; }
  .lpg-about-layout { display: flex; flex-direction: column; gap: 38px; }
  .lpg-about-copy p { font-size: 20px; }
  .lpg-about-main { height: 62vh; min-height: 460px; }
  .lpg-about-stat { padding: 30px 0; }
  .lpg-about-stat strong { font-size: 110px; }

  .lpg-production { height: auto; }
  .lpg-production-sticky { position: relative; width: 100%; min-height: 100svh; display: block; padding: 90px 20px 70px; }
  .lpg-production-visual { position: absolute; inset: 0; height: 100%; opacity: .25; }
  .lpg-production-visual::before { width: 110vw; height: 110vw; }
  .lpg-production-stone { width: 60vw; height: 52vh; }
  .lpg-production-counter { left: 20px; bottom: 20px; }
  .lpg-production-counter strong { font-size: 60px; }
  .lpg-production-content { min-height: 100%; display: flex; flex-direction: column; }
  .lpg-production-content > h2 { font-size: 38px; margin-bottom: 55px; }
  .lpg-process-list { margin-bottom: 15px; background: rgba(10,11,11,.72); backdrop-filter: blur(10px); }
  .lpg-process-step { padding-block: 8px; }
  .lpg-process-step, .lpg-process-step.active { color: #e8e8e4; transform: none; }
  .lpg-process-step h3 { font-size: 17px; }
  .lpg-process-step p, .lpg-process-step.active p { max-height: 50px; opacity: 1; margin-top: 5px; }

  .lpg-locations { padding: 105px 0; }
  .lpg-locations-heading { display: block; margin-bottom: 55px; }
  .lpg-locations-heading h2 { margin-top: 18px; font-size: 52px; }
  .lpg-location-row { grid-template-columns: 36px 1fr auto; gap: 10px; padding: 25px 0; min-height: 120px; }
  .lpg-location-row > p { grid-column: 2; font-size: 11px; }
  .lpg-location-row > a { grid-column: 3; grid-row: 1 / 3; width: 46px; height: 46px; }
  .lpg-location-row h3 { font-size: 29px; }
  .lpg-locations-footnote { line-height: 1.5; }

  .lpg-contact { min-height: 88svh; padding: 100px 0; }
  .lpg-contact-inner { display: block; }
  .lpg-contact h2 { font-size: 52px; }
  .lpg-contact-actions { margin-top: 58px; }
  .lpg-contact-orbit { width: 140vw; height: 140vw; right: -90vw; }

  .lpg-footer { padding-top: 80px; }
  .lpg-footer-main { grid-template-columns: 1fr 1fr; gap: 55px 35px; padding-bottom: 70px; }
  .lpg-footer-brand { grid-column: 1 / 3; }
  .lpg-footer-column:last-child { grid-column: 1 / 3; }
  .lpg-footer-bottom { display: block; line-height: 1.6; }
  .lpg-footer-bottom a { display: inline-block; margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lpg-home *, .lpg-home *::before, .lpg-home *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .lpg-materials-experience, .lpg-showcase, .lpg-production { height: auto; }
  .lpg-materials-sticky, .lpg-showcase-sticky, .lpg-production-sticky { position: relative; }
  .lpg-desktop-materials { display: none; }
  .lpg-mobile-materials { display: block; padding-block: 100px; }
  .lpg-showcase-track { transform: none !important; overflow-x: auto; }
}
