@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

.llh-catalog,.llh-detail,.llh-building-grid{
  --llh-navy:#092f39;
  --llh-navy2:#06242c;
  --llh-gold:#e8b52c;
  --llh-gold-dark:#a97600;
  --llh-text:#657579;
  --llh-line:rgba(9,47,57,.12);
  --llh-soft:#f5f6f3;
  color:var(--llh-navy);
  font-family:'Manrope',sans-serif;
}
.llh-catalog *,.llh-detail *,.llh-building-grid *{box-sizing:border-box}
.llh-catalog a,.llh-detail a,.llh-building-grid a{text-decoration:none!important}
.llh-eyebrow{font-size:10px;line-height:1.2;letter-spacing:.17em;text-transform:uppercase;font-weight:700;color:var(--llh-gold-dark);margin-bottom:11px}
.llh-card-link{display:inline-flex;align-items:center;gap:9px;color:var(--llh-navy)!important;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.llh-card-link span,.llh-office-row__link span{color:var(--llh-gold-dark);font-size:17px}
.llh-primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;background:var(--llh-navy);color:#fff!important;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:.25s ease}
.llh-primary-btn:hover{background:var(--llh-gold);color:var(--llh-navy)!important}
.llh-empty{padding:24px;background:var(--llh-soft);color:var(--llh-text);margin:0}
[hidden]{display:none!important}

/* FILTERS */
.llh-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 32px}
.llh-filters button{appearance:none;border:1px solid var(--llh-line);background:#fff;color:var(--llh-navy);padding:11px 18px;font-family:'Manrope',sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}
.llh-filters button.is-active{background:var(--llh-navy);border-color:var(--llh-navy);color:#fff}

/* GROUPED PROPERTY CATALOG */
.llh-building-groups{display:grid;gap:26px}
.llh-building-group{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);background:#fff;border:1px solid var(--llh-line);min-height:330px}
.llh-building-group__intro{display:grid;grid-template-columns:1fr;background:var(--llh-soft);border-right:1px solid var(--llh-line)}
.llh-building-group__image{height:210px;display:block;overflow:hidden;background:#e9ece8}
.llh-building-group__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.llh-building-group:hover .llh-building-group__image img{transform:scale(1.035)}
.llh-building-group__info{padding:28px}
.llh-building-group__info h3{font-family:'Playfair Display',serif;font-size:32px;line-height:1.05;font-weight:500;letter-spacing:-.025em;margin:0 0 10px}
.llh-building-group__info h3 a{color:var(--llh-navy)!important}
.llh-building-group__address{margin:0 0 15px;color:var(--llh-text);font-size:13px;line-height:1.55}
.llh-building-group__count{margin:0 0 18px;color:var(--llh-navy);font-size:12px;font-weight:700}
.llh-building-group__units{padding:20px 26px}
.llh-building-group__units-head{display:flex;justify-content:space-between;gap:20px;padding:0 0 13px;border-bottom:1px solid var(--llh-line);color:#89969a;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}

/* OFFICE ROWS */
.llh-office-list{border-top:1px solid var(--llh-line)}
.llh-office-row{display:grid;grid-template-columns:minmax(0,1fr) 150px 120px;align-items:center;gap:24px;padding:19px 0;border-bottom:1px solid var(--llh-line)}
.llh-office-row__main{display:flex;align-items:center;gap:15px;min-width:0}
.llh-office-row__status{display:inline-flex;align-items:center;justify-content:center;min-width:68px;padding:7px 8px;background:rgba(232,181,44,.14);color:#956900;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.llh-office-row h4{font-family:'Playfair Display',serif;font-size:22px;line-height:1.1;font-weight:500;margin:0;color:var(--llh-navy)}
.llh-office-row small{display:block;margin-top:4px;color:var(--llh-text);font-size:11px}
.llh-office-row__meta{display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.llh-office-row__meta strong{font-size:13px;color:var(--llh-navy)}
.llh-office-row__meta span{font-size:10px;color:var(--llh-text);text-transform:uppercase;letter-spacing:.07em}
.llh-office-row__link{justify-self:end;display:inline-flex;align-items:center;gap:7px;color:var(--llh-navy)!important;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}

/* INDEPENDENT PROPERTIES */
.llh-independent-section{margin-top:58px}
.llh-section-head--catalog{margin-bottom:25px}
.llh-section-head--catalog h3,.llh-section-head h3{font-family:'Playfair Display',serif;font-size:36px;line-height:1.08;font-weight:500;letter-spacing:-.025em;margin:0;color:var(--llh-navy)}
.llh-section-head p{color:var(--llh-text);margin:10px 0 0;line-height:1.7}
.llh-property-grid,.llh-building-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.llh-property-card,.llh-building-card{background:#fff;border:1px solid var(--llh-line);overflow:hidden;box-shadow:none;transition:transform .2s ease}
.llh-property-card:hover,.llh-building-card:hover{transform:translateY(-2px)}
.llh-property-card__image,.llh-building-card__image{display:block;position:relative;height:220px;background:var(--llh-soft);overflow:hidden}
.llh-property-card__image img,.llh-building-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.llh-property-card:hover img,.llh-building-card:hover img{transform:scale(1.035)}
.llh-badge{position:absolute;left:14px;top:14px;padding:8px 11px;background:var(--llh-gold);color:var(--llh-navy);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.llh-property-card__body,.llh-building-card__body{padding:22px}
.llh-property-card h3,.llh-building-card h3{font-family:'Playfair Display',serif;font-size:25px;line-height:1.12;font-weight:500;margin:0 0 10px}
.llh-property-card h3 a,.llh-building-card h3 a{color:var(--llh-navy)!important}
.llh-card-meta{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 13px}
.llh-card-meta span{background:var(--llh-soft);padding:6px 8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.llh-property-card p,.llh-building-card p{color:var(--llh-text);font-size:13px;line-height:1.65}

/* BUILDING CARDS SHORTCODE */
.llh-building-card--with-units .llh-building-card__address{font-size:12px;margin:0 0 14px;color:var(--llh-text)}
.llh-building-card__unitlist{border-top:1px solid var(--llh-line);margin:18px 0;padding-top:8px}
.llh-building-card__unitlist>a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--llh-line);color:var(--llh-navy)!important;font-size:11px}
.llh-building-card__unitlist>a strong{font-size:10px;color:var(--llh-text);white-space:nowrap}
.llh-muted{color:var(--llh-text);font-size:12px}

/* SINGLE TEMPLATES */
.llh-native-single{padding:54px 5% 90px;background:#fff}
.llh-native-single__in{width:min(1240px,100%);margin:0 auto}
.llh-native-single__back{display:inline-flex;margin:0 0 26px;color:var(--llh-navy)!important;text-decoration:none!important;font-family:'Manrope',sans-serif;font-weight:800;font-size:9px;letter-spacing:.12em;text-transform:uppercase}

/* PROPERTY DETAIL */
.llh-property-detail-premium__hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);min-height:450px;background:var(--llh-soft);border:1px solid var(--llh-line)}
.llh-property-detail-premium__media{min-height:450px;max-height:520px;overflow:hidden;background:#e8ebe7}
.llh-property-detail-premium__media img{width:100%;height:100%;object-fit:cover;display:block}
.llh-property-detail-premium__content{padding:48px 46px;display:flex;flex-direction:column;justify-content:center}
.llh-property-detail-premium__content h1{font-family:'Playfair Display',serif;font-size:clamp(42px,4.4vw,64px);line-height:.98;letter-spacing:-.038em;font-weight:500;margin:0 0 14px;color:var(--llh-navy)}
.llh-building-name{display:inline-flex;width:max-content;margin:0 0 26px;color:var(--llh-text)!important;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.llh-detail__facts--compact{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--llh-line);border-left:1px solid var(--llh-line);margin:0 0 27px}
.llh-detail__facts--compact>div{padding:15px;border-right:1px solid var(--llh-line);border-bottom:1px solid var(--llh-line);background:#fff}
.llh-detail__facts span{display:block;color:var(--llh-text);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}
.llh-detail__facts strong{font-size:13px;color:var(--llh-navy)}
.llh-property-detail-premium__body{padding-top:52px}
.llh-detail__description{display:grid;grid-template-columns:.34fr .66fr;gap:60px;border-top:1px solid var(--llh-line);padding-top:34px;margin:0 0 50px}
.llh-detail__description h3,.llh-detail__location h3,.llh-media-section h3{font-family:'Playfair Display',serif;font-size:34px;font-weight:500;line-height:1.1;letter-spacing:-.02em;margin:0 0 12px;color:var(--llh-navy)}
.llh-detail__copy{color:var(--llh-text);font-size:14px;line-height:1.85}
.llh-detail__copy p:first-child{margin-top:0}
.llh-detail__location{padding:32px 0;border-top:1px solid var(--llh-line);border-bottom:1px solid var(--llh-line);margin:0 0 50px}
.llh-detail__location p{color:var(--llh-text);margin:0 0 12px}

/* BUILDING DETAIL */
.llh-building-detail-premium__hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);background:var(--llh-soft);border:1px solid var(--llh-line);min-height:450px}
.llh-building-detail-premium__media{min-height:450px;max-height:520px;overflow:hidden}
.llh-building-detail-premium__media img{width:100%;height:100%;object-fit:cover;display:block}
.llh-building-detail-premium__content{padding:46px;display:flex;flex-direction:column;justify-content:center}
.llh-building-detail-premium__content h1{font-family:'Playfair Display',serif;font-size:clamp(44px,4.6vw,68px);line-height:.98;letter-spacing:-.04em;font-weight:500;margin:0 0 15px;color:var(--llh-navy)}
.llh-building-detail-premium__address{color:var(--llh-text);font-size:13px;margin:0 0 18px}
.llh-building-detail-premium__copy{color:var(--llh-text);font-size:13px;line-height:1.75;margin-bottom:20px}
.llh-building-detail-premium__copy p{margin:0}
.llh-building-detail-premium__availability{display:flex;align-items:baseline;gap:10px;margin:8px 0 24px}
.llh-building-detail-premium__availability strong{font-family:'Playfair Display',serif;font-size:42px;font-weight:500;color:var(--llh-gold-dark)}
.llh-building-detail-premium__availability span{font-size:11px;color:var(--llh-text);text-transform:uppercase;letter-spacing:.08em}
.llh-units-section--premium{margin:62px 0}
.llh-units-section--premium .llh-section-head{margin-bottom:22px}

/* GALLERY / PLANS */
.llh-media-section{margin:52px 0}
.llh-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}
.llh-gallery>a{display:block;height:220px;overflow:hidden;background:var(--llh-soft);border:1px solid var(--llh-line)}
.llh-gallery img{width:100%;height:100%;object-fit:cover;display:block}
.llh-plan-grid .llh-gallery>a{height:auto;min-height:150px;background:#fff}
.llh-plan-card{min-height:150px;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;color:var(--llh-navy)}
.llh-plan-card__icon{display:inline-flex;padding:6px 9px;background:var(--llh-navy);color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em}
.llh-plan-card strong{font-family:'Playfair Display',serif;font-size:22px;font-weight:500}
.llh-plan-card small{color:var(--llh-text);word-break:break-word}
.llh-image-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#9aa3aa}

@media(max-width:1020px){
  .llh-building-group{grid-template-columns:1fr}
  .llh-building-group__intro{grid-template-columns:260px 1fr;border-right:0;border-bottom:1px solid var(--llh-line)}
  .llh-building-group__image{height:100%}
  .llh-property-grid,.llh-building-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .llh-property-detail-premium__hero,.llh-building-detail-premium__hero{grid-template-columns:1fr}
  .llh-property-detail-premium__media,.llh-building-detail-premium__media{min-height:360px;height:48vw;max-height:500px}
}

@media(max-width:720px){
  .llh-native-single{padding:36px 5% 70px}
  .llh-building-group__intro{grid-template-columns:1fr}
  .llh-building-group__image{height:220px}
  .llh-building-group__info{padding:22px}
  .llh-building-group__units{padding:12px 22px 20px}
  .llh-building-group__units-head{display:none}
  .llh-office-row{grid-template-columns:1fr auto;gap:14px;padding:17px 0}
  .llh-office-row__main{grid-column:1/2}
  .llh-office-row__meta{grid-column:1/2;padding-left:83px}
  .llh-office-row__link{grid-column:2/3;grid-row:1/3}
  .llh-property-grid,.llh-building-grid{grid-template-columns:1fr}
  .llh-property-detail-premium__content,.llh-building-detail-premium__content{padding:30px 24px}
  .llh-property-detail-premium__media,.llh-building-detail-premium__media{height:310px;min-height:310px}
  .llh-property-detail-premium__content h1,.llh-building-detail-premium__content h1{font-size:44px}
  .llh-detail__description{grid-template-columns:1fr;gap:10px}
  .llh-gallery{grid-template-columns:1fr 1fr}
}

@media(max-width:520px){
  .llh-office-row{grid-template-columns:1fr}
  .llh-office-row__meta{padding-left:0}
  .llh-office-row__link{grid-column:1;grid-row:auto;justify-self:start}
  .llh-detail__facts--compact{grid-template-columns:1fr}
  .llh-gallery{grid-template-columns:1fr}
  .llh-gallery>a{height:230px}
}
