:root {
    --lgw-black: #050505;
    --lgw-charcoal: #111111;
    --lgw-panel: #151515;
    --lgw-panel-soft: #1c1c1c;
    --lgw-gold: #ffd402;
    --lgw-gold-deep: #d7a900;
    --lgw-steel: #8ea0a0;
    --lgw-moss: #73816b;
    --lgw-text: #d2d2d2;
    --lgw-muted: #929292;
    --lgw-white: #ffffff;
    --lgw-border: rgba(255, 255, 255, 0.1);
    --lgw-wrap: min(1400px, calc(100% - 48px));
    --lgw-head: "Syne", sans-serif;
    --lgw-body: "Manrope", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--lgw-black);
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    background: var(--lgw-black);
    color: var(--lgw-text);
    font-family: var(--lgw-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

::selection {
    background: var(--lgw-gold);
    color: #050505;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: #363636;
    border-radius: 999px;
}

a {
    color: inherit;
}

img,
video {
    display: block;
    max-width: 100%;
}

.screen-reader-text,
.lgw-skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.lgw-skip-link:focus {
    position: fixed;
    z-index: 100000;
    top: 18px;
    left: 18px;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--lgw-gold);
    color: #050505;
    font-weight: 800;
    text-decoration: none;
}

.lgw-wrap {
    width: var(--lgw-wrap);
    margin-inline: auto;
}

.lgw-main {
    min-height: 70vh;
    background: var(--lgw-black);
}

.lgw-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 9000;
    padding: max(12px, env(safe-area-inset-top)) 20px 12px;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.admin-bar .lgw-header {
    top: 32px;
}

.lgw-header.is-scrolled {
    background: rgba(5, 5, 5, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.lgw-header__inner {
    width: min(1400px, 100%);
    min-height: 68px;
    margin: 0 auto;
    padding: 0 10px 0 18px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.54);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
}

.lgw-logo {
    display: inline-flex;
    align-items: center;
    width: min(220px, 44vw);
    min-width: 150px;
}

.lgw-logo img {
    width: 100%;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}

.lgw-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2vw, 30px);
}

.lgw-nav a,
.lgw-mobile-nav a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.lgw-nav a:hover,
.lgw-mobile-nav a:hover {
    color: var(--lgw-gold);
}

.lgw-header__phone {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--lgw-gold);
    color: #050505;
    text-decoration: none;
    font-family: var(--lgw-head);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.lgw-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--lgw-white);
}

.lgw-menu-toggle__bars,
.lgw-menu-toggle__bars::before,
.lgw-menu-toggle__bars::after {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.lgw-menu-toggle__bars::before {
    transform: translateY(-6px);
}

.lgw-menu-toggle__bars::after {
    transform: translateY(4px);
}

.lgw-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 9100;
    padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(16px);
}

.lgw-mobile-menu__panel {
    min-height: 100%;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, #111 0%, #050505 100%);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 28px;
}

.lgw-mobile-menu__top,
.lgw-mobile-menu__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.lgw-menu-close {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--lgw-white);
    font-weight: 800;
    text-transform: uppercase;
}

.lgw-mobile-nav {
    display: grid;
    gap: 12px;
    align-content: center;
}

.lgw-mobile-nav a {
    padding: 18px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-family: var(--lgw-head);
    font-size: clamp(2rem, 9vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

.lgw-hero {
    position: relative;
    min-height: 90svh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 118px 0 54px;
    isolation: isolate;
}

.lgw-hero__media,
.lgw-hero__vignette,
.lgw-inner-hero__media,
.lgw-inner-hero__overlay,
.lgw-media-bg {
    position: absolute;
    inset: 0;
}

.lgw-hero__media video,
.lgw-inner-hero__media img,
.lgw-media-bg__asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lgw-hero__media video {
    opacity: 0.58;
    filter: grayscale(1) contrast(1.05);
}

.lgw-hero__vignette {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.28) 48%, rgba(5, 5, 5, 0.86) 100%),
        radial-gradient(circle at center, rgba(0, 0, 0, 0.14) 0%, rgba(5, 5, 5, 0.98) 92%);
}

.lgw-hero__media {
    z-index: -2;
    background: #111;
}

.lgw-hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.lgw-kicker {
    margin: 0 0 16px;
    color: var(--lgw-gold);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lgw-hero h1,
.lgw-inner-hero h1,
.lgw-section h2,
.lgw-panel h2,
.lgw-cta h2,
.lgw-rich-copy h2,
.lgw-side-panel h2,
.lgw-contact-card h2 {
    margin: 0;
    color: var(--lgw-white);
    font-family: var(--lgw-head);
    line-height: 1.03;
    letter-spacing: 0;
    text-transform: none;
    overflow-wrap: break-word;
}

.lgw-hero h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 800;
    text-transform: uppercase;
}

.lgw-hero h1 span,
.lgw-intro h2 span {
    color: var(--lgw-gold);
}

.lgw-hero h1 span {
    white-space: nowrap;
}

.lgw-hero__lede {
    width: min(700px, 100%);
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.65;
}

.lgw-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.lgw-actions--left {
    justify-content: flex-start;
}

.lgw-btn {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 2px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--lgw-head);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.lgw-btn:hover {
    transform: translateY(-3px);
}

.lgw-btn--gold {
    border-color: var(--lgw-gold);
    background: var(--lgw-gold);
    color: #050505;
}

.lgw-btn--gold:hover {
    background: transparent;
    color: var(--lgw-gold);
    box-shadow: 0 12px 28px rgba(255, 212, 2, 0.2);
}

.lgw-btn--ghost {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.26);
    color: var(--lgw-white);
}

.lgw-btn--ghost:hover {
    border-color: var(--lgw-gold);
    color: var(--lgw-gold);
}

.lgw-btn--dark {
    border-color: #050505;
    background: #050505;
    color: var(--lgw-white);
}

.lgw-btn--dark:hover {
    background: transparent;
    color: #050505;
}

.lgw-hero__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.lgw-hero__badges span,
.lgw-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.46);
    color: var(--lgw-white);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.lgw-marquee {
    overflow: hidden;
    padding: 42px 0;
    border-block: 1px solid rgba(255, 255, 255, 0.1);
    background: #080808;
}

.lgw-marquee__track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 72px;
    animation: lgw-marquee 42s linear infinite;
}

.lgw-marquee:hover .lgw-marquee__track {
    animation-play-state: paused;
}

.lgw-marquee img {
    width: auto;
    height: 42px;
    object-fit: contain;
    opacity: 0.45;
    filter: grayscale(1);
    transition: opacity 180ms ease, filter 180ms ease;
}

.lgw-marquee img:hover {
    opacity: 1;
    filter: none;
}

@keyframes lgw-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.lgw-section {
    position: relative;
    padding: clamp(76px, 10vw, 130px) 0;
    background: var(--lgw-black);
}

.lgw-section--tight {
    padding-top: 0;
}

.lgw-section--band {
    background: linear-gradient(180deg, #080808 0%, #121212 100%);
}

.lgw-grid {
    display: grid;
    gap: clamp(34px, 6vw, 92px);
}

.lgw-grid > *,
.lgw-content-grid > *,
.lgw-card-grid > *,
.lgw-list-grid > *,
.lgw-location-grid > *,
.lgw-contact-grid > * {
    min-width: 0;
}

.lgw-grid--2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.lgw-grid--stretch {
    align-items: stretch;
}

.lgw-intro h2,
.lgw-section-head h2 {
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 800;
}

.lgw-copy__lead,
.lgw-rich-copy > p:first-child {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.08rem, 1.8vw, 1.28rem);
    font-weight: 600;
}

.lgw-copy p,
.lgw-panel p,
.lgw-rich-copy p,
.lgw-side-panel p,
.lgw-contact-card p {
    color: var(--lgw-muted);
}

.lgw-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    margin-top: 34px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lgw-stats strong {
    display: block;
    color: var(--lgw-gold);
    font-family: var(--lgw-head);
    font-size: clamp(3rem, 6vw, 4rem);
    line-height: 1;
}

.lgw-stats span {
    display: block;
    margin-top: 8px;
    color: var(--lgw-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lgw-card-grid,
.lgw-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.lgw-info-card,
.lgw-panel,
.lgw-side-panel,
.lgw-contact-card,
.lgw-link-card,
.lgw-location-card,
.lgw-service-tile,
.lgw-faq {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #161616 0%, #0d0d0d 100%);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.lgw-info-card {
    padding: clamp(26px, 4vw, 42px);
    border-radius: 24px;
    transition: transform 180ms ease, border-color 180ms ease;
}

.lgw-info-card:hover,
.lgw-link-card:hover,
.lgw-location-card:hover,
.lgw-service-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 212, 2, 0.36);
}

.lgw-info-card span {
    display: block;
    margin-bottom: 18px;
    color: var(--lgw-gold);
    font-size: 2rem;
    font-weight: 800;
}

.lgw-info-card h3,
.lgw-bento-card h3,
.lgw-link-card strong,
.lgw-location-card strong,
.lgw-service-tile h2 {
    margin: 0 0 12px;
    color: var(--lgw-white);
    font-family: var(--lgw-head);
    line-height: 1.08;
}

.lgw-info-card h3 {
    font-size: 1.45rem;
}

.lgw-info-card p,
.lgw-link-card span,
.lgw-location-card span,
.lgw-service-tile p {
    margin: 0;
    color: var(--lgw-muted);
}

.lgw-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(28px, 5vw, 56px);
    border-radius: 30px;
}

.lgw-panel h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.lgw-steps {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.lgw-step {
    padding: 18px 20px;
    border-left: 4px solid var(--lgw-gold);
    border-radius: 0 18px 18px 0;
    background: rgba(255, 255, 255, 0.055);
}

.lgw-step strong {
    display: block;
    color: var(--lgw-white);
    font-family: var(--lgw-head);
    font-size: 1.15rem;
}

.lgw-step span {
    display: block;
    margin-top: 6px;
    color: var(--lgw-muted);
}

.lgw-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.lgw-chip-list a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--lgw-white);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.lgw-chip-list a:hover {
    transform: translateY(-2px);
    border-color: var(--lgw-gold);
    color: var(--lgw-gold);
}

.lgw-services {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--lgw-charcoal);
}

.lgw-section-head {
    margin-bottom: clamp(34px, 5vw, 64px);
    text-align: center;
}

.lgw-section-head--left {
    text-align: left;
}

.lgw-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(380px, 420px);
    gap: 24px;
}

.lgw-bento-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 380px;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: #1a1a1a;
    color: var(--lgw-white);
    text-decoration: none;
    isolation: isolate;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.lgw-bento-card--wide {
    grid-column: span 2;
}

.lgw-bento-card--full {
    grid-column: 1 / -1;
}

.lgw-bento-card::before,
.lgw-bento-card::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
}

.lgw-bento-card::before {
    background: rgba(26, 40, 34, 0.42);
    mix-blend-mode: multiply;
}

.lgw-bento-card::after {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.44) 42%, rgba(0, 0, 0, 0.96) 100%);
}

.lgw-bento-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 212, 2, 0.42);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
}

.lgw-media-bg {
    z-index: -2;
    background: #111;
}

.lgw-media-bg__asset {
    opacity: 0.72;
    transition: transform 520ms ease;
}

.lgw-bento-card:hover .lgw-media-bg__asset {
    transform: scale(1.08);
}

.lgw-bento-card__arrow {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--lgw-white);
    font-size: 1.8rem;
    transition: transform 220ms ease, background 220ms ease, color 220ms ease;
    backdrop-filter: blur(10px);
}

.lgw-bento-card:hover .lgw-bento-card__arrow {
    transform: rotate(-45deg) scale(1.08);
    background: var(--lgw-gold);
    color: #050505;
}

.lgw-bento-card h3 {
    margin-top: 14px;
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.lgw-bento-card p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.lgw-cta {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: -36px;
    padding: clamp(84px, 10vw, 130px) 0;
    border-radius: 38px 38px 0 0;
    background: var(--lgw-gold);
    color: #050505;
    text-align: center;
    box-shadow: 0 -24px 54px rgba(0, 0, 0, 0.4);
}

.lgw-cta::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 45%);
    content: "";
}

.lgw-cta .lgw-wrap {
    position: relative;
    z-index: 1;
}

.lgw-cta h2 {
    color: #050505;
    font-size: clamp(2.8rem, 7vw, 5rem);
}

.lgw-cta p {
    width: min(720px, 100%);
    margin: 22px auto 0;
    color: rgba(5, 5, 5, 0.78);
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    font-weight: 700;
}

.lgw-cta .lgw-btn--ghost {
    border-color: rgba(5, 5, 5, 0.28);
    background: transparent;
    color: #050505;
}

.lgw-inner-hero {
    position: relative;
    min-height: min(72svh, 760px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 150px 0 78px;
    isolation: isolate;
}

.lgw-inner-hero + .lgw-section {
    padding-top: clamp(44px, 7vw, 84px);
}

.lgw-inner-hero + .lgw-section .lgw-reveal {
    opacity: 1;
    transform: none;
}

.lgw-inner-hero__media {
    z-index: -2;
    background: #111;
}

.lgw-inner-hero__media img {
    filter: grayscale(0.35) contrast(1.04);
    opacity: 0.64;
}

.lgw-inner-hero__overlay {
    z-index: -1;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.7) 56%, #050505 100%);
}

.lgw-inner-hero__content {
    position: relative;
}

.lgw-inner-hero h1 {
    max-width: 950px;
    font-size: clamp(2.8rem, 7vw, 6.2rem);
}

.lgw-inner-hero p:not(.lgw-kicker) {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.lgw-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: clamp(24px, 4vw, 42px);
    align-items: start;
}

.lgw-rich-copy {
    color: var(--lgw-text);
}

.lgw-rich-copy--narrow {
    max-width: 860px;
}

.lgw-rich-copy h2 {
    margin-top: 42px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.lgw-point-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.lgw-point-grid span,
.lgw-point-grid a {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--lgw-white);
    text-decoration: none;
}

.lgw-side-panel {
    position: sticky;
    top: 122px;
    padding: 30px;
    border-radius: 28px;
}

.lgw-side-panel h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.lgw-side-panel .lgw-btn {
    width: 100%;
    margin-top: 12px;
}

.lgw-link-card,
.lgw-location-card {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    border-radius: 24px;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease;
}

.lgw-link-card strong,
.lgw-location-card strong {
    font-size: 1.25rem;
}

.lgw-service-tile {
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    border-radius: 28px;
    color: var(--lgw-white);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease;
}

.lgw-service-tile img {
    width: calc(100% + 48px);
    max-width: none;
    height: 210px;
    margin: -24px -24px 24px;
    object-fit: cover;
}

.lgw-service-tile span {
    color: var(--lgw-gold);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.lgw-location-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.lgw-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.lgw-contact-card {
    min-height: 260px;
    padding: 30px;
    border-radius: 28px;
}

.lgw-contact-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.lgw-contact-card h2 a {
    color: var(--lgw-white);
    text-decoration: none;
}

.lgw-faqs {
    max-width: 960px;
}

.lgw-faq {
    margin-top: 14px;
    border-radius: 18px;
    overflow: hidden;
}

.lgw-faq summary {
    cursor: pointer;
    padding: 22px 24px;
    color: var(--lgw-white);
    font-family: var(--lgw-head);
    font-size: 1.18rem;
}

.lgw-faq p {
    margin: 0;
    padding: 0 24px 24px;
    color: var(--lgw-muted);
}

.lgw-footer {
    padding: 72px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #050505;
}

.lgw-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr) minmax(220px, 0.6fr);
    gap: 36px;
}

.lgw-footer p {
    max-width: 520px;
    color: var(--lgw-muted);
}

.lgw-footer h2 {
    margin: 0 0 12px;
    color: var(--lgw-white);
    font-family: var(--lgw-head);
    font-size: 1rem;
}

.lgw-footer a {
    display: block;
    margin-top: 8px;
    color: var(--lgw-muted);
    text-decoration: none;
}

.lgw-footer a:hover {
    color: var(--lgw-gold);
}

.lgw-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--lgw-muted);
    font-size: 0.9rem;
}

.lgw-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.lgw-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .lgw-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1120px) {
    .lgw-header__inner {
        grid-template-columns: auto 1fr auto;
    }

    .lgw-nav,
    .lgw-header__phone {
        display: none;
    }

    .lgw-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: 3;
    }

    .lgw-card-grid,
    .lgw-list-grid,
    .lgw-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lgw-location-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 880px) {
    :root {
        --lgw-wrap: min(720px, calc(100% - 32px));
    }

    .admin-bar .lgw-header {
        top: 46px;
    }

    .lgw-header {
        padding-inline: 12px;
    }

    .lgw-header__inner {
        min-height: 62px;
        padding-left: 14px;
        gap: 12px;
    }

    .lgw-logo {
        min-width: 128px;
        width: 174px;
    }

    .lgw-hero {
        min-height: 88svh;
        align-items: flex-end;
        padding: 122px 0 48px;
    }

    .lgw-hero__inner {
        text-align: left;
    }

    .lgw-hero__lede {
        margin-left: 0;
    }

    .lgw-actions,
    .lgw-hero__badges {
        justify-content: flex-start;
    }

    .lgw-btn {
        width: 100%;
        min-height: 58px;
        padding-inline: 18px;
    }

    .lgw-mobile-menu__actions {
        display: grid;
    }

    .lgw-grid--2,
    .lgw-content-grid {
        grid-template-columns: 1fr;
    }

    .lgw-footer {
        padding: 54px 0 24px;
    }

    .lgw-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .lgw-footer__grid > div:first-child {
        grid-column: 1 / -1;
    }

    .lgw-footer__grid > div:first-child .lgw-logo {
        width: 190px;
    }

    .lgw-footer p {
        max-width: 36rem;
        margin-bottom: 0;
    }

    .lgw-footer h2 {
        margin-bottom: 14px;
        color: var(--lgw-gold);
        font-size: 0.86rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .lgw-footer a {
        min-height: 42px;
        display: flex;
        align-items: center;
        margin-top: 0;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 0.94rem;
        line-height: 1.25;
    }

    .lgw-card-grid,
    .lgw-list-grid,
    .lgw-contact-grid,
    .lgw-location-grid {
        grid-template-columns: 1fr;
    }

    .lgw-bento {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .lgw-bento-card,
    .lgw-bento-card--wide,
    .lgw-bento-card--full {
        grid-column: auto;
        min-height: 360px;
    }

    .lgw-panel {
        border-radius: 24px;
    }

    .lgw-side-panel {
        position: static;
    }

    .lgw-point-grid {
        grid-template-columns: 1fr;
    }

    .lgw-inner-hero {
        min-height: 66svh;
        padding: 130px 0 54px;
    }

    .lgw-marquee__track {
        gap: 42px;
        animation-duration: 34s;
    }

    .lgw-marquee img {
        height: 34px;
    }

    .lgw-footer__bottom {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        margin-top: 30px;
        font-size: 0.82rem;
    }

    .lgw-footer__bottom span:last-child {
        justify-self: end;
    }

    .lgw-footer__bottom a {
        min-height: auto;
        padding: 0;
        border-bottom: 0;
    }
}

@media (max-width: 520px) {
    body {
        font-size: 15px;
    }

    .lgw-header__inner {
        border-radius: 24px;
    }

    .lgw-hero h1 {
        font-size: clamp(2.3rem, 11vw, 2.9rem);
    }

    .lgw-hero h1 span {
        white-space: normal;
    }

    .lgw-hero__badges span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .lgw-section {
        padding-block: 70px;
    }

    .lgw-info-card,
    .lgw-panel,
    .lgw-side-panel,
    .lgw-contact-card,
    .lgw-link-card,
    .lgw-location-card {
        border-radius: 22px;
        padding: 24px;
    }

    .lgw-bento-card {
        min-height: 330px;
        border-radius: 24px;
    }

    .lgw-bento-card h3 {
        font-size: 2rem;
    }

    .lgw-bento-card p {
        font-size: 0.95rem;
    }

    .lgw-bento-card__arrow {
        width: 46px;
        height: 46px;
        font-size: 1.4rem;
    }

    .lgw-cta {
        border-radius: 30px 30px 0 0;
    }
}
