:root{
  --llx-ink:#08262f;
  --llx-deep:#061a20;
  --llx-gold:#f4af23;
  --llx-gold-soft:#ffd36a;
  --llx-cream:#f4f0e8;
  --llx-paper:#fbfaf7;
  --llx-white:#fff;
  --llx-muted:#677379;
  --llx-line:rgba(8,38,47,.13);
  --llx-shadow:0 24px 70px rgba(5,24,30,.12);
  --llx-shell:min(1480px,92vw);
}

html{scroll-behavior:smooth}
body.llx-premium-body{margin:0;background:var(--llx-paper);color:var(--llx-ink);font-family:'Manrope',sans-serif;-webkit-font-smoothing:antialiased}
body.llx-premium-body.admin-bar .llx-header{top:32px}
.llx-premium-body *{box-sizing:border-box}
.llx-premium-body a{text-decoration:none!important}
.llx-premium-body img{max-width:100%}
.llx-shell{width:var(--llx-shell);margin-inline:auto}
.llx-site{overflow:hidden;background:var(--llx-paper)}
.llx-site h1,.llx-site h2,.llx-site h3,.llx-site p{margin-top:0}
.llx-site h1,.llx-site h2{letter-spacing:-.045em}
.llx-site em{font-family:'Playfair Display',serif;font-weight:500}

/* Header */
.llx-header{position:relative;z-index:100;background:#fff;border-bottom:1px solid rgba(8,38,47,.08);font-family:'Manrope',sans-serif}
.llx-topline{background:var(--llx-deep);color:rgba(255,255,255,.74);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.llx-topline__in{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.llx-topline__in>div{display:flex;align-items:center;gap:10px}
.llx-topline a{color:#fff}
.llx-dot{opacity:.45}
.llx-navwrap{background:rgba(255,255,255,.98);transition:box-shadow .25s ease,background .25s ease}
.llx-header.is-sticky .llx-navwrap{box-shadow:0 10px 35px rgba(5,24,30,.08)}
.llx-nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.llx-brand{display:flex;align-items:center;flex:none}
.llx-brand img{display:block;width:126px;height:auto;max-height:68px;object-fit:contain}
.llx-menu{display:flex;align-items:center;gap:30px;margin-left:auto}
.llx-menu>a{color:var(--llx-ink);font-size:13px;font-weight:600;letter-spacing:.01em;transition:opacity .2s ease}
.llx-menu>a:hover{opacity:.58}
.llx-menu .llx-menu-cta{min-height:48px;padding:0 19px;display:inline-flex;align-items:center;gap:16px;background:var(--llx-ink);color:#fff}
.llx-menu .llx-menu-cta:hover{opacity:1;background:#0d3440}
.llx-menu-toggle{display:none;width:48px;height:48px;border:0;background:var(--llx-ink);padding:0;position:relative;cursor:pointer}
.llx-menu-toggle span{position:absolute;left:13px;width:22px;height:1px;background:#fff;transition:.25s ease}
.llx-menu-toggle span:first-child{top:20px}.llx-menu-toggle span:last-child{top:27px}
.llx-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.llx-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}

/* Shared */
.llx-kicker{display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.84);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:28px}
.llx-kicker>span{width:32px;height:1px;background:var(--llx-gold);display:block}
.llx-kicker--dark{color:#5f6b70}
.llx-kicker--dark>span{background:var(--llx-gold)}
.llx-btn{min-height:56px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:28px;font-size:13px;font-weight:700;transition:transform .2s ease,background .2s ease,color .2s ease}
.llx-btn:hover{transform:translateY(-2px)}
.llx-btn--gold{background:var(--llx-gold);color:#102a31!important}
.llx-btn--gold:hover{background:#ffc449}
.llx-btn--ink{background:var(--llx-ink);color:#fff!important}
.llx-btn--ink:hover{background:#103945}
.llx-text-link,.llx-arrow-link{display:inline-flex;align-items:center;gap:13px;font-size:13px;font-weight:700}
.llx-text-link{color:#fff}.llx-arrow-link{color:var(--llx-ink)}
.llx-section{padding:120px 0}
.llx-section-head{max-width:980px;margin-bottom:54px}
.llx-section-head h2{font-size:clamp(42px,5.2vw,76px);line-height:.98;font-weight:500;margin:0}
.llx-section-head--split{max-width:none;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.55fr);gap:90px;align-items:end}
.llx-section-head--split>div:last-child{padding-bottom:4px}
.llx-section-head--split p{color:var(--llx-muted);font-size:16px;line-height:1.75;margin-bottom:24px}

/* Home hero */
.llx-hero{height:min(820px,calc(100svh - 122px));min-height:650px;position:relative;display:flex;align-items:flex-end;color:#fff;background:var(--llx-deep)}
.llx-hero__media,.llx-hero__veil{position:absolute;inset:0}
.llx-hero__media img,.llx-hero__media video{width:100%;height:100%;object-fit:cover;display:block;animation:llxKenBurns 18s ease-in-out infinite alternate}
.llx-hero__media video{animation:none}
.llx-hero__veil{background:linear-gradient(90deg,rgba(2,18,23,.89) 0%,rgba(2,18,23,.67) 44%,rgba(2,18,23,.24) 78%,rgba(2,18,23,.18) 100%),linear-gradient(0deg,rgba(2,18,23,.7),transparent 55%)}
.llx-hero__content{position:relative;z-index:2;padding-bottom:95px}
.llx-hero__content h1{font-size:clamp(62px,8.6vw,142px);font-weight:500;line-height:.84;max-width:1050px;margin-bottom:34px}
.llx-hero__content h1 em{color:var(--llx-gold-soft);font-style:italic}
.llx-hero__content>p{max-width:650px;font-size:17px;line-height:1.72;color:rgba(255,255,255,.82);margin-bottom:36px}
.llx-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.llx-hero__index{position:absolute;z-index:2;right:4vw;bottom:44px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55)}
@keyframes llxKenBurns{from{transform:scale(1.01)}to{transform:scale(1.075)}}

/* Stats */
.llx-stats{background:var(--llx-gold);padding:0}
.llx-stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.llx-stats__grid>div{padding:36px 30px;border-right:1px solid rgba(8,38,47,.18)}
.llx-stats__grid>div:first-child{padding-left:0}.llx-stats__grid>div:last-child{border-right:0}
.llx-stats strong{display:block;font-size:clamp(34px,3.4vw,56px);font-weight:600;letter-spacing:-.05em;line-height:1;margin-bottom:8px}
.llx-stats span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.11em;line-height:1.5}

/* Property manager premium overrides */
.llx-shortcode-wrap .llh-catalog,.llx-shortcode-wrap .llh-building-grid,.llx-single-wrap .llh-detail{--llh-ink:var(--llx-ink);--llh-muted:var(--llx-muted);--llh-line:rgba(8,38,47,.12);--llh-soft:#efeee9;--llh-accent:var(--llx-gold);font-family:'Manrope',sans-serif}
.llx-shortcode-wrap .llh-property-grid,.llx-shortcode-wrap .llh-building-grid{gap:18px}
.llx-shortcode-wrap .llh-property-card,.llx-shortcode-wrap .llh-building-card{border:0;border-radius:0;box-shadow:none;background:#fff;transition:transform .28s ease,box-shadow .28s ease}
.llx-shortcode-wrap .llh-property-card:hover,.llx-shortcode-wrap .llh-building-card:hover{transform:translateY(-5px);box-shadow:var(--llx-shadow)}
.llx-shortcode-wrap .llh-property-card__image,.llx-shortcode-wrap .llh-building-card__image{aspect-ratio:4/3;border-radius:0}
.llx-shortcode-wrap .llh-property-card__image img,.llx-shortcode-wrap .llh-building-card__image img{transition:transform .55s ease}
.llx-shortcode-wrap .llh-property-card:hover img,.llx-shortcode-wrap .llh-building-card:hover img{transform:scale(1.035)}
.llx-shortcode-wrap .llh-badge{left:18px;top:18px;border-radius:0;background:var(--llx-gold);color:var(--llx-ink);font-size:9px;letter-spacing:.15em;padding:9px 11px}
.llx-shortcode-wrap .llh-property-card__body,.llx-shortcode-wrap .llh-building-card__body{padding:26px 26px 28px}
.llx-shortcode-wrap .llh-eyebrow{font-size:9px;letter-spacing:.15em;color:#899297;margin-bottom:10px}
.llx-shortcode-wrap .llh-property-card h3,.llx-shortcode-wrap .llh-building-card h3{font-size:22px;font-weight:600;line-height:1.14;letter-spacing:-.025em;margin-bottom:15px}
.llx-shortcode-wrap .llh-card-meta{gap:0;border-top:1px solid var(--llx-line);border-bottom:1px solid var(--llx-line);margin:0 0 18px;padding:11px 0}
.llx-shortcode-wrap .llh-card-meta span{padding:0 12px 0 0;margin-right:12px;border-right:1px solid var(--llx-line);background:transparent;border-radius:0;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.llx-shortcode-wrap .llh-card-meta span:last-child{border-right:0}
.llx-shortcode-wrap .llh-property-card p,.llx-shortcode-wrap .llh-building-card p{font-size:13px;line-height:1.65;color:#748086;margin-bottom:19px}
.llx-shortcode-wrap .llh-card-link{font-size:11px;text-transform:uppercase;letter-spacing:.11em}
.llx-shortcode-wrap .llh-filters{display:none}

/* Dark portfolio section */
.llx-darkband{background:var(--llx-deep);color:#fff;padding:120px 0}
.llx-darkband__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.llx-darkband__copy h2{font-size:clamp(46px,5.7vw,82px);line-height:.98;font-weight:500;margin-bottom:28px}
.llx-darkband__copy h2 em{color:var(--llx-gold-soft)}
.llx-darkband__copy p{color:rgba(255,255,255,.65);max-width:550px;line-height:1.8}
.llx-darkband__image{position:relative;min-height:560px;overflow:hidden}
.llx-darkband__image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.llx-darkband__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,18,23,.55),transparent 48%)}
.llx-darkband__image span{position:absolute;z-index:2;left:28px;bottom:24px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.13em}

/* Story */
.llx-story{display:grid;grid-template-columns:1.08fr .92fr;min-height:720px;background:var(--llx-cream)}
.llx-story__image{min-height:620px}
.llx-story__image img{width:100%;height:100%;object-fit:cover;display:block}
.llx-story__copy{padding:100px max(6vw,70px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.llx-story__copy h2{font-size:clamp(44px,5.2vw,74px);font-weight:500;line-height:1.02;margin-bottom:28px}
.llx-story__copy p{font-size:16px;line-height:1.8;color:var(--llx-muted);max-width:650px}
.llx-story__copy .llx-btn{margin-top:18px}

/* CTA */
.llx-cta{padding:92px 0;background:var(--llx-ink);color:#fff}
.llx-cta__in{display:flex;align-items:end;justify-content:space-between;gap:50px}
.llx-cta h2{font-size:clamp(38px,4.6vw,68px);line-height:1;margin-bottom:15px;font-weight:500;max-width:850px}
.llx-cta p{margin:0;color:rgba(255,255,255,.62);max-width:680px;line-height:1.7}
.llx-cta .llx-kicker{margin-bottom:20px}
.llx-cta .llx-btn{flex:none}

/* Inner hero */
.llx-inner-hero{position:relative;min-height:560px;display:flex;align-items:flex-end;background:var(--llx-deep);color:#fff}
.llx-inner-hero__media,.llx-inner-hero__veil{position:absolute;inset:0}
.llx-inner-hero__media img{width:100%;height:100%;object-fit:cover;display:block}
.llx-inner-hero__veil{background:linear-gradient(90deg,rgba(3,23,29,.89),rgba(3,23,29,.55) 56%,rgba(3,23,29,.25)),linear-gradient(0deg,rgba(3,23,29,.62),transparent 70%)}
.llx-inner-hero__content{position:relative;z-index:2;padding-bottom:72px;padding-top:92px}
.llx-inner-hero__content h1{font-size:clamp(54px,7.3vw,108px);font-weight:500;line-height:.9;max-width:1050px;margin-bottom:24px}
.llx-inner-hero__content h1 em{color:var(--llx-gold-soft)}
.llx-inner-hero__content p{max-width:670px;color:rgba(255,255,255,.72);font-size:16px;line-height:1.72;margin:0}

/* About */
.llx-about-intro__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}
.llx-about-intro h2{font-size:clamp(44px,5.3vw,76px);line-height:.98;font-weight:500}
.llx-about-intro p{color:var(--llx-muted);font-size:16px;line-height:1.85}
.llx-about-intro .llx-lead{font-size:22px;color:var(--llx-ink);line-height:1.55}
.llx-ceo{background:var(--llx-deep);color:#fff;padding:110px 0}
.llx-ceo__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}
.llx-ceo__photo{position:relative;max-width:620px}
.llx-ceo__photo>img{display:block;width:100%;height:680px;object-fit:cover;object-position:center top}
.llx-ceo__photo>div{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(6,26,32,.9);backdrop-filter:blur(8px);padding:19px 21px;display:flex;justify-content:space-between;gap:20px}
.llx-ceo__photo strong{font-size:14px}.llx-ceo__photo span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.55)}
.llx-ceo blockquote{font-family:'Playfair Display',serif;font-size:clamp(38px,4.3vw,65px);line-height:1.09;margin:0 0 32px;color:#fff}
.llx-ceo__copy>p{color:rgba(255,255,255,.62);line-height:1.8;max-width:650px}
.llx-values__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--llx-line);border-left:1px solid var(--llx-line)}
.llx-values article{padding:42px 36px 48px;border-right:1px solid var(--llx-line);border-bottom:1px solid var(--llx-line);min-height:330px}
.llx-values article>span{font-size:11px;letter-spacing:.14em;color:#9a8c6a}
.llx-values h3{font-family:'Playfair Display',serif;font-size:36px;font-weight:500;margin:70px 0 18px}
.llx-values p{color:var(--llx-muted);line-height:1.75}
.llx-image-strip{height:640px;overflow:hidden}
.llx-image-strip img{width:100%;height:100%;object-fit:cover;display:block}

/* Catalog page */
.llx-catalog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:50px}
.llx-catalog-toolbar h2{font-size:clamp(42px,5vw,72px);font-weight:500;margin:0}
.llx-switches{display:flex;gap:6px;flex-wrap:wrap}
.llx-switches a{padding:12px 18px;border:1px solid var(--llx-line);color:var(--llx-ink);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.llx-switches a.is-active,.llx-switches a:hover{background:var(--llx-ink);color:#fff;border-color:var(--llx-ink)}
.llx-assistance{padding:70px 0;background:var(--llx-cream)}
.llx-assistance__grid{display:flex;justify-content:space-between;align-items:center;gap:40px}
.llx-assistance span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#7b8589;margin-bottom:10px}
.llx-assistance h2{font-size:clamp(32px,4vw,56px);font-weight:500;margin:0}

/* Contact */
.llx-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}
.llx-contact-info h2{font-size:clamp(44px,5vw,70px);font-weight:500;line-height:1;margin-bottom:54px}
.llx-contact-lines{border-top:1px solid var(--llx-line)}
.llx-contact-lines>div{padding:20px 0;border-bottom:1px solid var(--llx-line);display:grid;grid-template-columns:130px 1fr;align-items:center;gap:20px}
.llx-contact-lines span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#859095}
.llx-contact-lines a,.llx-contact-lines p{color:var(--llx-ink);font-weight:600;margin:0}
.llx-contact-card{background:#fff;padding:50px;box-shadow:var(--llx-shadow)}
.llx-form{display:grid;gap:22px}
.llx-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.llx-field label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.11em;color:#737f84;margin-bottom:9px}
.llx-field input,.llx-field select,.llx-field textarea{width:100%;border:0;border-bottom:1px solid #cfd4d5;background:transparent;border-radius:0;padding:12px 0;font:500 14px 'Manrope',sans-serif;color:var(--llx-ink);outline:none}
.llx-field textarea{resize:vertical}
.llx-field input:focus,.llx-field select:focus,.llx-field textarea:focus{border-bottom-color:var(--llx-gold)}
.llx-success{background:#e8f4e9;color:#275b30;padding:14px 16px;font-size:13px;line-height:1.5;margin-bottom:22px}
.llx-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.llx-map{height:500px;background:#ddd}
.llx-map iframe{border:0;width:100%;height:100%;display:block;filter:saturate(.7) contrast(1.02)}

/* Single property/building */
.llx-single-wrap{padding-top:0}
.llx-single-top{padding:80px 0 110px;background:var(--llx-paper)}
.llx-back{display:inline-flex;margin-bottom:34px;color:#6f7b80;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.llx-single-wrap .llh-detail{max-width:none}
.llx-single-wrap .llh-detail__top{margin-bottom:36px;align-items:end}
.llx-single-wrap .llh-detail__top h2{font-size:clamp(48px,6.4vw,95px);font-weight:500;line-height:.92;letter-spacing:-.05em;max-width:1050px}
.llx-single-wrap .llh-eyebrow{color:#9b803f;letter-spacing:.16em}
.llx-single-wrap .llh-primary-btn{background:var(--llx-gold);color:var(--llx-ink)!important;border-radius:0;padding:17px 22px;font-size:12px}
.llx-single-wrap .llh-detail__hero{height:min(72vh,760px);border-radius:0;margin-bottom:0}
.llx-single-wrap .llh-detail__facts{border:0;border-radius:0;margin:0 0 70px;background:var(--llx-ink);color:#fff;grid-template-columns:repeat(4,1fr)}
.llx-single-wrap .llh-detail__facts>div{border-right:1px solid rgba(255,255,255,.13);padding:24px 28px}
.llx-single-wrap .llh-detail__facts span{color:rgba(255,255,255,.5);font-size:9px;letter-spacing:.13em}
.llx-single-wrap .llh-detail__facts strong{font-size:18px}
.llx-single-wrap .llh-detail__location,.llx-single-wrap .llh-media-section,.llx-single-wrap .llh-units-section{margin:70px 0}
.llx-single-wrap .llh-detail__location h3,.llx-single-wrap .llh-section-head h3{font-family:'Playfair Display',serif;font-size:46px;font-weight:500}
.llx-single-wrap .llh-gallery{gap:10px}
.llx-single-wrap .llh-gallery a{border-radius:0}
.llx-single-wrap .llh-building-name{color:#7a8589}

/* Footer */
.llx-footer{background:#04161b;color:#fff;font-family:'Manrope',sans-serif;padding-top:82px}
.llx-footer__top{display:grid;grid-template-columns:1.5fr .55fr .8fr;gap:80px;padding-bottom:70px}
.llx-footer__brand img{width:150px;filter:brightness(0) invert(1);opacity:.92;margin-bottom:24px}
.llx-footer__brand p{max-width:520px;color:rgba(255,255,255,.5);line-height:1.75;font-size:14px}
.llx-footer__col{display:flex;flex-direction:column;gap:12px}
.llx-footer__col>span{color:var(--llx-gold);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:10px}
.llx-footer__col a{color:rgba(255,255,255,.72);font-size:13px}
.llx-socials{display:flex;gap:14px;margin-top:14px}.llx-socials a{font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.llx-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 0 26px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.38);font-size:10px;letter-spacing:.07em;text-transform:uppercase}
.llx-footer__bottom a{color:rgba(255,255,255,.7)}

/* Reveal motion */
.js .llx-premium-body [data-llx-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
.js .llx-premium-body [data-llx-reveal].is-visible{opacity:1;transform:none}

@media(max-width:1100px){
  .llx-menu{gap:18px}.llx-menu>a{font-size:12px}
  .llx-section-head--split{grid-template-columns:1fr;gap:28px}
  .llx-stats__grid{grid-template-columns:repeat(2,1fr)}
  .llx-stats__grid>div:nth-child(2){border-right:0}
  .llx-stats__grid>div:nth-child(-n+2){border-bottom:1px solid rgba(8,38,47,.18)}
  .llx-darkband__grid,.llx-about-intro__grid,.llx-ceo__grid,.llx-contact-grid{grid-template-columns:1fr;gap:55px}
  .llx-darkband__image{min-height:500px}
  .llx-story{grid-template-columns:1fr}.llx-story__image{height:580px}.llx-story__copy{padding:80px 5vw}
  .llx-ceo__photo{max-width:720px}.llx-contact-info{max-width:820px}
  .llx-values__grid{grid-template-columns:1fr 1fr}
  .llx-footer__top{grid-template-columns:1.4fr .7fr 1fr;gap:40px}
}

@media(max-width:860px){
  body.llx-premium-body.admin-bar .llx-header{top:46px}
  .llx-topline{display:none}
  .llx-nav{height:76px}
  .llx-brand img{width:108px;max-height:58px}
  .llx-menu-toggle{display:block}
  .llx-menu{position:absolute;left:0;right:0;top:76px;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px 4vw 26px;border-top:1px solid var(--llx-line);box-shadow:0 20px 45px rgba(3,20,25,.14)}
  .llx-menu.is-open{display:flex}
  .llx-menu>a{padding:14px 4px;border-bottom:1px solid var(--llx-line);font-size:14px}
  .llx-menu .llx-menu-cta{margin-top:14px;justify-content:space-between;padding-inline:16px;border-bottom:0}
  .llx-hero{height:720px;min-height:620px}
  .llx-hero__content{padding-bottom:70px}.llx-hero__content h1{font-size:clamp(58px,12vw,95px)}
  .llx-hero__index{display:none}
  .llx-section{padding:90px 0}
  .llx-darkband{padding:90px 0}
  .llx-cta__in,.llx-assistance__grid,.llx-catalog-toolbar{align-items:flex-start;flex-direction:column}
  .llx-values__grid{grid-template-columns:1fr}
  .llx-image-strip{height:480px}
  .llx-footer__top{grid-template-columns:1fr 1fr}.llx-footer__brand{grid-column:1/-1}
  .llx-single-wrap .llh-detail__facts{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:640px){
  :root{--llx-shell:min(92vw,1480px)}
  .llx-hero{height:650px;min-height:650px}.llx-hero__veil{background:linear-gradient(90deg,rgba(2,18,23,.91),rgba(2,18,23,.48)),linear-gradient(0deg,rgba(2,18,23,.78),transparent 60%)}
  .llx-hero__content{padding-bottom:55px}.llx-hero__content h1{font-size:56px;line-height:.9}.llx-hero__content>p{font-size:15px;line-height:1.65}
  .llx-actions{align-items:flex-start;flex-direction:column;gap:20px}
  .llx-stats__grid{grid-template-columns:1fr 1fr}.llx-stats__grid>div{padding:26px 16px}.llx-stats__grid>div:first-child{padding-left:0}.llx-stats strong{font-size:34px}.llx-stats span{font-size:9px}
  .llx-section{padding:74px 0}.llx-section-head{margin-bottom:38px}.llx-section-head h2,.llx-story__copy h2,.llx-darkband__copy h2,.llx-about-intro h2,.llx-contact-info h2{font-size:43px}
  .llx-darkband{padding:78px 0}.llx-darkband__grid{gap:44px}.llx-darkband__image{min-height:390px}
  .llx-story__image{height:400px;min-height:0}.llx-story__copy{padding:68px 4vw}.llx-story__copy p{font-size:14px}
  .llx-inner-hero{min-height:460px}.llx-inner-hero__content{padding-top:70px;padding-bottom:52px}.llx-inner-hero__content h1{font-size:52px}.llx-inner-hero__content p{font-size:14px}
  .llx-about-intro__grid{gap:28px}.llx-about-intro .llx-lead{font-size:19px}
  .llx-ceo{padding:74px 0}.llx-ceo__grid{gap:40px}.llx-ceo__photo>img{height:500px}.llx-ceo__photo>div{position:static;flex-direction:column;gap:5px}.llx-ceo blockquote{font-size:38px}
  .llx-values article{min-height:280px;padding:30px 26px}.llx-values h3{margin-top:44px;font-size:32px}
  .llx-image-strip{height:330px}
  .llx-contact-card{padding:28px 22px}.llx-form-row{grid-template-columns:1fr}.llx-contact-lines>div{grid-template-columns:1fr;gap:8px}.llx-map{height:390px}
  .llx-catalog-toolbar{gap:22px}.llx-switches{width:100%}.llx-switches a{flex:1;text-align:center;padding-inline:10px}
  .llx-cta{padding:70px 0}.llx-cta h2{font-size:42px}.llx-cta__in{gap:28px}
  .llx-footer{padding-top:62px}.llx-footer__top{grid-template-columns:1fr;gap:40px}.llx-footer__brand{grid-column:auto}.llx-footer__bottom{flex-direction:column}
  .llx-single-top{padding:52px 0 80px}.llx-single-wrap .llh-detail__top{display:block}.llx-single-wrap .llh-detail__top h2{font-size:48px}.llx-single-wrap .llh-detail__hero{height:380px;min-height:0}.llx-single-wrap .llh-detail__facts{grid-template-columns:1fr}.llx-single-wrap .llh-detail__facts>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}
}
