/* Glenluan Consulting — site styles */

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

body {
  background: #ECEBE7;
  font-family: 'Inter', sans-serif;
  color: #3d3d3d;
  -webkit-font-smoothing: antialiased;
}

.gl-page {
  background: #ffffff;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  border: 0.5px solid #e8e8e4;
  overflow: hidden;
  position: relative;
}

/* ── NAV / LOGO LOCKUP ── */
.gl-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 26px 44px 22px;
  border-bottom: 0.5px solid #ecece8;
}
.gl-logo { line-height: 1; text-align: center;}
.gl-logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: #5a5a5a;
  letter-spacing: 0.01em;
}
.gl-logo-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.34em;
  color: #7B2D8B;
  text-transform: uppercase;
  margin-top: 2px;
  padding-left: 2px;
}
.gl-nav-right {
  display: flex;
  gap: 26px;
  align-items: center;
  padding-bottom: 4px;
}
.gl-nav-link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9a96;
  text-decoration: none;
  transition: color 0.2s;
}
.gl-nav-link:hover { color: #7B2D8B; }
.gl-nav-link.contact { color: #2E86AB; }
.gl-nav-link.contact:hover { color: #7B2D8B; }

/* ── HERO ── */
.gl-hero {
  position: relative;
  padding: 70px 44px 30px;
  overflow: hidden;
}
.gl-contour {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 360px;
  height: 360px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.gl-hero-inner { position: relative; z-index: 1; }
.gl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2E7D32;
  margin-bottom: 26px;
}
.gl-eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: #2E7D32;
}
.gl-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.005em;
  color: #262626;
  max-width: 600px;
  margin-bottom: 26px;
}
.gl-headline em {
  font-style: italic;
  font-weight: 500;
  color: #7B2D8B;
}
.gl-subhead {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: #6e6e6a;
  max-width: 484px;
  margin-bottom: 46px;
}
.gl-subhead strong { font-weight: 500; color: #4a4a48; }

/* ── PILLARS ── */
.gl-pillars {
  display: flex;
  border-top: 0.5px solid #e6e6e2;
  padding-top: 26px;
  margin-bottom: 4px;
}
.gl-pillar {
  flex: 1;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-right: 26px;
}
.gl-pillar + .gl-pillar { padding-left: 26px; border-left: 0.5px solid #ededea; }
.gl-pillar:last-child { padding-right: 0; }
.gl-pillar-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-style: italic;
  color: #b9b9b2;
  line-height: 1.2;
  flex-shrink: 0;
}
.gl-pillar-text {
  font-size: 13px;
  line-height: 1.5;
  color: #555551;
  font-weight: 400;
}

/* ── SERVICES ── */
.gl-services {
  padding: 56px 44px 60px;
  background: #FAFAF8;
  border-top: 0.5px solid #ecece8;
  border-bottom: 0.5px solid #ecece8;
  margin-top: 44px;
}
.gl-svc-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 38px;
}
.gl-svc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: #3a3a38;
}
.gl-svc-rule { flex: 1; height: 0.5px; background: #deded8; }
.gl-svc-count {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b0b0aa;
  font-weight: 500;
}
.gl-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gl-card {
  background: #ffffff;
  border: 0.5px solid #e8e8e2;
  border-radius: 3px;
  padding: 26px 24px 26px;
  transition: border-color 0.25s, transform 0.25s;
}
.gl-card:hover { border-color: #cfcfc8; transform: translateY(-2px); }
.gl-card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
}
.gl-card-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.gl-card.s1 { color: #7B2D8B; }
.gl-card.s2 { color: #2E86AB; }
.gl-card.s3 { color: #2E7D32; }
.gl-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 500;
  color: #2a2a28;
  line-height: 1.1;
  margin-bottom: 6px;
}
.gl-card-tag {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
  color: #9a9a94;
  margin-bottom: 18px;
}
.gl-card-rule { height: 0.5px; background: #edede8; margin-bottom: 16px; }
.gl-card-items { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.gl-card-items li {
  font-size: 12.5px;
  line-height: 1.4;
  color: #61615c;
  padding-left: 16px;
  position: relative;
}
.gl-card-items li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  opacity: 0.55;
  border-radius: 50%;
}

/* ── CLOSING / CONTACT ── */
.gl-foot {
  padding: 48px 44px 46px;
  text-align: center;
  position: relative;
}
.gl-foot-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #46463f;
  margin-bottom: 22px;
  line-height: 1.3;
}
.gl-foot-cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #7B2D8B;
  text-decoration: none;
  border-bottom: 1.5px solid #7B2D8B;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.gl-foot-cta:hover { opacity: 0.65; }
.gl-foot-meta {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 0.5px solid #ecece8;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b6b6b0;
}

/* ── RESPONSIVE ── */
@media (max-width: 720px) {
  .gl-headline { font-size: 38px; }
  .gl-pillars, .gl-cards { flex-direction: column; grid-template-columns: 1fr; }
  .gl-pillar + .gl-pillar {
    padding-left: 0;
    border-left: none;
    border-top: 0.5px solid #ededea;
    padding-top: 16px;
    margin-top: 16px;
  }
  .gl-contour { opacity: 0.28; }
}
