/*
Theme Name: GAILS IT Consultants
Theme URI: https://example.com/
Author: GAILS IT CONSULTANTS LTD
Description: A classy one-page WordPress theme for GAILS IT CONSULTANTS LTD.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: gails-it-consultants
*/

:root {
  --black: #050505;
  --charcoal: #111111;
  --ink: #1f2933;
  --muted: #667085;
  --ivory: #f7f5ef;
  --white: #ffffff;
  --line: #e7e2d8;
  --gold: #b89b5e;
  --gold-soft: #e8dcc3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.site-header {
  background: radial-gradient(circle at 80% 10%, rgba(184,155,94,0.2), transparent 30%), linear-gradient(135deg, #030303, #151515 65%, #090909);
  color: var(--white);
  padding: 28px 6% 96px;
  position: relative;
  overflow: hidden;
}
.site-header:after {
  content: "";
  position: absolute;
  inset: auto 6% 34px 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,155,94,0.8), transparent);
}
.nav {
  max-width: 1180px;
  margin: 0 auto 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.logo-wrap { display: flex; align-items: center; gap: 16px; }
.logo { width: 92px; height: 58px; object-fit: contain; display: block; }
.brand-text { border-left: 1px solid rgba(184,155,94,0.55); padding-left: 16px; line-height: 1.2; }
.brand-text strong { display: block; letter-spacing: 1.8px; font-size: 0.92rem; }
.brand-text span { display: block; color: #d8cfbd; font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }
.nav-links { display: flex; gap: 28px; font-size: 0.88rem; color: #d8cfbd; letter-spacing: 0.4px; }
.nav-links a:hover { color: var(--white); }
.hero {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 54px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.eyebrow { color: var(--gold-soft); text-transform: uppercase; letter-spacing: 3px; font-size: 0.76rem; font-weight: 700; margin-bottom: 18px; }
h1, h2, h3 { margin-top: 0; }
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(2.65rem, 5.8vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: -2px;
  margin-bottom: 28px;
}
.hero p { color: #e8e2d6; font-size: 1.16rem; max-width: 760px; margin: 0 0 36px; }
.buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  border: 1px solid rgba(232,220,195,0.5);
}
.button.primary { background: var(--gold-soft); color: var(--black); border-color: var(--gold-soft); }
.button.secondary { color: var(--white); }
.hero-panel { background: rgba(255,255,255,0.055); border: 1px solid rgba(232,220,195,0.22); padding: 34px; box-shadow: 0 30px 70px rgba(0,0,0,0.35); }
.hero-panel img { width: 180px; display: block; margin: 0 auto 24px; }
.hero-panel h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; margin-bottom: 16px; }
.hero-panel ul { margin: 0; padding-left: 18px; color: #e8e2d6; }
section { padding: 86px 6%; }
.container { max-width: 1180px; margin: 0 auto; }
.metrics { margin-top: -48px; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(31,41,51,0.08); }
.metric { padding: 28px 26px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--black); font-family: Georgia, "Times New Roman", serif; font-size: 2.15rem; font-weight: 500; line-height: 1; margin-bottom: 10px; }
.metric span { color: var(--muted); font-size: 0.94rem; }
.section-heading { max-width: 820px; margin-bottom: 46px; }
h2 { font-family: Georgia, "Times New Roman", serif; color: var(--black); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; line-height: 1.08; letter-spacing: -1.2px; margin-bottom: 18px; }
.section-heading p { color: var(--muted); font-size: 1.06rem; margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--white); border: 1px solid var(--line); padding: 30px; min-height: 245px; }
.card small { color: var(--gold); text-transform: uppercase; letter-spacing: 1.6px; font-weight: 800; font-size: 0.72rem; }
.card h3 { color: var(--black); font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 1.42rem; margin: 14px 0 12px; line-height: 1.25; }
.card p { color: var(--muted); margin: 0; }
.white { background: var(--white); }
.white .card { background: var(--ivory); }
.clients { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client { background: var(--white); padding: 24px 18px; min-height: 92px; display: flex; align-items: center; justify-content: center; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 700; color: var(--black); }
.two-col { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: start; }
.profile-box { background: var(--black); color: var(--white); padding: 36px; }
.profile-box img { width: 155px; display: block; margin-bottom: 24px; }
.profile-box h2 { color: var(--white); }
.profile-box p { color: #d8cfbd; margin-bottom: 0; }
.timeline { border-left: 1px solid var(--gold); padding-left: 28px; }
.role { position: relative; margin-bottom: 30px; }
.role:before { content: ""; position: absolute; left: -35px; top: 8px; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px var(--ivory); }
.role h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: var(--black); margin: 0 0 4px; font-size: 1.35rem; }
.role span { color: var(--gold); font-weight: 800; font-size: 0.84rem; text-transform: uppercase; letter-spacing: 1px; }
.role p { color: var(--muted); margin: 8px 0 0; }
.cta { background: linear-gradient(135deg, #050505, #1a1a1a); color: var(--white); padding: 50px; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 36px; align-items: center; border: 1px solid rgba(184,155,94,0.45); }
.cta h2 { color: var(--white); }
.cta p { color: #d8cfbd; }
.contact-box { border-left: 1px solid rgba(184,155,94,0.55); padding-left: 28px; }
.contact-box p { margin: 10px 0; color: #e8e2d6; }
.site-footer { background: var(--black); color: #bfb7a8; padding: 32px 6%; font-size: 0.9rem; }
.site-footer .container { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 920px) {
  .hero, .two-col, .cta { grid-template-columns: 1fr; }
  .metrics, .grid-3, .clients { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(1), .metric:nth-child(2) { border-bottom: 1px solid var(--line); }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  .site-header { padding-bottom: 74px; }
  .nav { margin-bottom: 52px; }
  .logo { width: 74px; }
  .brand-text strong { font-size: 0.78rem; }
  .metrics, .grid-3, .clients { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  section { padding: 66px 6%; }
  .cta { padding: 32px; }
  .contact-box { border-left: 0; padding-left: 0; border-top: 1px solid rgba(184,155,94,0.55); padding-top: 22px; }
}
