/* ─── LXN GLOBAL HOLDING — STYLESHEET v8 ──────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Inter:wght@300;400;500;600&display=swap');

/* ─── RESET ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
html, body { width: 100%; overflow-x: hidden; }
body { background: #FFFFFF; color: #111111; font-family: 'Inter', sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
ul { list-style: none; }

/* ─── TOKENS ─────────────────────────────────────────────────────────────── */
:root {
  --white:    #FFFFFF;
  --divider:  #E5E5E5;
  --rule:     #D8D8D8;
  --label:    #6A6A6A;
  --muted:    #777777;
  --body:     #4A4A4A;
  --primary:  #111111;
  --graphite: #252525;
  --charcoal: #141414;
  --lightTxt: #F7F7F7;
  --coldLine: #8A8A84;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Inter', system-ui, sans-serif;

  --max-content: 1160px;
  --max-text:    820px;
  --max-wide:    1180px;
}

/* ─── TYPOGRAPHY HELPERS ─────────────────────────────────────────────────── */
.label {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--label);
  margin-bottom: 1.1rem;
}
.label--light { color: var(--coldLine); }

h1.page-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.1;
  color: var(--primary);
}

.section-heading {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.18;
  color: var(--primary);
}
.section-heading--light { color: var(--lightTxt); }

.body-text {
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.82;
  color: var(--body);
}
.body-text--muted { color: var(--muted); }
.body-text + .body-text { margin-top: 1rem; }

/* ─── LAYOUT ─────────────────────────────────────────────────────────────── */
.content-wrap {
  max-width: var(--max-content);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.text-wrap {
  max-width: var(--max-text);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wide-wrap {
  max-width: var(--max-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.divider { width: 100%; height: 1px; background: var(--divider); }
.short-rule {
  width: 36px; height: 1px;
  background: var(--rule);
  margin-bottom: 2.25rem;
}
.short-rule--light { background: var(--coldLine); opacity: 0.4; }

/* ─── HERO ───────────────────────────────────────────────────────────────── */
.hero {
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem 5rem;
  text-align: center;
}
.hero__inner {
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.hero__sub {
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--body);
  max-width: 560px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ─── FULL-BLEED BANNER ──────────────────────────────────────────────────── */
.banner-section {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  line-height: 0;
  background: var(--charcoal);
  padding: 0;
}
.banner-section img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}

/* ─── PRESENCE ───────────────────────────────────────────────────────────── */
.presence {
  background: var(--white);
  padding: 3.5rem 1.5rem;
}
.presence__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max-content);
  margin: 0 auto;
}
.presence__col {
  padding: 0 3.5rem 0 0;
  border-right: 1px solid var(--divider);
}
.presence__col:last-child { border-right: none; padding-right: 0; }
.presence__col + .presence__col { padding-left: 3.5rem; }
.presence__city {
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--primary);
  line-height: 1.85;
}

/* ─── SECTION BASE ───────────────────────────────────────────────────────── */
.section { background: var(--white); padding: 5rem 1.5rem; }
.section--lg { padding: 7rem 1.5rem; }
.section--charcoal { background: var(--charcoal); padding: 6rem 1.5rem 8rem; }

.section__header { margin-bottom: 3rem; }
.section__copy { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }

/* ─── WHAT WE DO ─────────────────────────────────────────────────────────── */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
}
.pillar {
  border-top: 1px solid var(--divider);
  padding: 1.75rem 1.75rem 1.75rem 0;
}
.pillar + .pillar {
  border-left: 1px solid var(--divider);
  padding-left: 1.75rem;
}
.pillar:last-child { padding-right: 0; }
.pillar__num {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--label);
  margin-bottom: 0.875rem;
}
.pillar__title {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.pillar__text {
  font-family: var(--sans);
  font-size: 0.88rem;
  line-height: 1.82;
  color: var(--muted);
}
.pillars-rule { height: 1px; background: var(--divider); }

/* ─── OPERATING MODEL ────────────────────────────────────────────────────── */
.model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.5rem;
}
.model-item {
  border-top: 1px solid var(--divider);
  padding: 2.25rem 4.5rem 2.25rem 0;
}
.model-item:nth-child(even) {
  border-left: 1px solid var(--divider);
  padding: 2.25rem 0 2.25rem 4.5rem;
}
.model-rule { height: 1px; background: var(--divider); }

/* ─── OWNERSHIP APPROACH ─────────────────────────────────────────────────── */
.approach-text {
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.approach-text p:first-child { color: #DCDCDC; }
.approach-text p:last-child  { color: var(--muted); }

/* ─── PRINCIPAL ──────────────────────────────────────────────────────────── */
.principal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  column-gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.principal__name {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--primary);
  line-height: 1.18;
  margin-bottom: 0.3rem;
}
.principal__title {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.75rem;
}
.principal__copy { display: flex; flex-direction: column; gap: 1rem; }
.principal__photo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.principal__photo {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  object-fit: cover;
  filter: grayscale(10%) contrast(1.02);
}

/* ─── FOOTER ─────────────────────────────────────────────────────────────── */
.footer {
  background: var(--white);
  padding: 3.5rem 1.5rem 4rem;
}
.footer__inner {
  max-width: var(--max-content);
  margin: 0 auto;
}
.footer__top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer__brand-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.footer__tagline, .footer__url {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  align-items: flex-end;
}
.footer__nav a {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 4px 0;
  transition: color 0.2s;
}
.footer__nav a:hover { color: var(--primary); }
.footer__bottom {
  border-top: 1px solid var(--divider);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}
.footer__copy {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* ─── LEGAL PAGE LAYOUT ──────────────────────────────────────────────────── */
.legal-header {
  background: var(--white);
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 1px solid var(--divider);
}
.legal-header__mark {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--primary);
  text-decoration: none;
}
.legal-main {
  max-width: 740px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
}
.legal-main h1 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 400;
  color: var(--primary);
  letter-spacing: 0.01em;
  margin-bottom: 3rem;
}
.legal-section { margin-bottom: 2.5rem; }
.legal-section h2 {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--label);
  margin-bottom: 0.85rem;
}
.legal-section p {
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.82;
  color: var(--body);
  margin-bottom: 0.85rem;
}
.legal-section ul {
  margin: 0.5rem 0 0.85rem 1.25rem;
  list-style: disc;
}
.legal-section ul li {
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--body);
  margin-bottom: 0.25rem;
}
.legal-footer {
  background: var(--white);
  padding: 1.5rem;
  border-top: 1px solid var(--divider);
}
.legal-footer__inner {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.legal-footer__inner a {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 4px 0;
}
.legal-footer__inner a:hover { color: var(--primary); }

/* ─── RESPONSIVE — TABLET (768–1023px) ──────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-section img { height: 260px; }

  .hero { padding: 5rem 1.5rem 4rem; }

  .presence { padding: 3rem 1.5rem; }
  .presence__col { padding-right: 2rem; }
  .presence__col + .presence__col { padding-left: 2rem; }

  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(3) { border-left: none; padding-left: 0; }
  .pillar:nth-child(even):not(:first-child) {
    border-left: 1px solid var(--divider);
    padding-left: 1.75rem;
  }

  .model-grid { grid-template-columns: 1fr; }
  .model-item { padding: 2rem 0; }
  .model-item:nth-child(even) { border-left: none; padding-left: 0; }

  .section--lg { padding: 5rem 1.5rem; }
}

/* ─── RESPONSIVE — MOBILE (max 767px) ───────────────────────────────────── */
@media (max-width: 767px) {
  /* Typography */
  h1.page-title {
    font-size: clamp(1.9rem, 10vw, 2.6rem);
    line-height: 1.08;
  }
  .section-heading {
    font-size: clamp(1.4rem, 7vw, 1.9rem);
    line-height: 1.15;
  }
  .body-text {
    font-size: 1rem;
    line-height: 1.65;
  }
  .hero__sub { font-size: 1rem; line-height: 1.65; }

  /* Hero */
  .hero { padding: 3.5rem 1.5rem 3rem; }

  /* Banner */
  .banner-section img { height: 190px; }

  /* Presence — stack cleanly */
  .presence { padding: 2.5rem 1.5rem; }
  .presence__grid { grid-template-columns: 1fr; }
  .presence__col {
    border-right: none;
    border-bottom: 1px solid var(--divider);
    padding: 0 0 1.5rem 0;
    margin-bottom: 1.5rem;
  }
  .presence__col + .presence__col { padding-left: 0; }
  .presence__col:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

  /* Sections */
  .section { padding: 3rem 1.5rem; }
  .section--lg { padding: 3.5rem 1.5rem; }
  .section--charcoal { padding: 3.5rem 1.5rem; }

  /* What We Do — one column */
  .pillars { grid-template-columns: 1fr; margin-top: 2rem; }
  .pillar {
    border-left: none !important;
    padding: 1.5rem 0 !important;
  }

  /* Operating Model — one column */
  .model-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .model-item { padding: 1.75rem 0; }
  .model-item:nth-child(even) { border-left: none; padding-left: 0; }

  /* Approach */
  .approach-text { font-size: 1rem; line-height: 1.7; }

  /* Principal — text first, image below */
  .principal-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .principal__photo-wrap { margin-top: 0; }
  .principal__photo { max-width: 100%; }

  /* Footer */
  .footer { padding: 2.5rem 1.5rem 3rem; }
  .footer__top { flex-direction: column; align-items: flex-start; }
  .footer__nav {
    margin-top: 0.5rem;
    gap: 0.25rem 1.25rem;
  }
  .footer__nav a {
    font-size: 0.85rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  /* Legal */
  .legal-main { padding: 2.5rem 1.5rem 4rem; }
  .legal-footer__inner a {
    font-size: 0.85rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
