/*
Theme Name: ABC Computers Trusted IT
Theme URI: https://abccomputersphx.com
Author: Brian DeVino
Description: A friendly, professional one-page WordPress theme for ABC Computers.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: abc-trusted-it
*/

:root {
  --navy: #102a3a;
  --navy-deep: #0a1c28;
  --blue: #1e5f78;
  --copper: #d96f3d;
  --copper-dark: #b94e28;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --mist: #dfeaec;
  --ink: #142a35;
  --muted: #60717a;
  --line: #d5dfdd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  align-items: center;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid rgba(16, 42, 58, .1);
  display: flex;
  height: 86px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-logo {
  border-radius: 50%;
  display: block;
  height: 54px;
  object-fit: cover;
  width: 54px;
}
.brand-mark {
  align-items: center;
  background: var(--navy);
  border-radius: 10px 10px 10px 3px;
  color: #fff;
  display: flex;
  height: 46px;
  justify-content: center;
  position: relative;
  transform: rotate(-2deg);
  width: 46px;
}
.brand-mark:after {
  background: var(--copper);
  border: 3px solid var(--paper);
  border-radius: 50%;
  bottom: -4px;
  content: "";
  height: 13px;
  position: absolute;
  right: -4px;
  width: 13px;
}
.brand-mark span {
  font-size: 11px;
  font-weight: 850;
  transform: rotate(2deg);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong {
  color: var(--navy);
  font-size: 17px;
  letter-spacing: -.03em;
}
.brand-copy small {
  color: var(--copper-dark);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  margin-top: 4px;
  text-transform: uppercase;
}
.custom-logo { height: auto; max-height: 54px; max-width: 230px; width: auto; }
.site-header nav { align-items: center; display: flex; gap: 34px; }
.site-header nav a { font-size: 14px; font-weight: 650; }
.site-header nav a:not(.nav-cta):hover { color: var(--copper-dark); }
.nav-cta {
  background: var(--navy);
  border-radius: 999px;
  color: #fff;
  padding: 13px 22px;
  transition: .18s ease;
}
.nav-cta:hover { background: var(--copper-dark); transform: translateY(-2px); }

.hero {
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 700px;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) clamp(24px, 6vw, 88px) 104px;
}
.hero-copy { align-self: center; position: relative; z-index: 2; }
.eyebrow {
  align-items: center;
  color: var(--copper-dark);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: .15em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.eyebrow-dot {
  background: var(--copper);
  border-radius: 999px;
  box-shadow: 0 0 0 4px var(--paper), 0 0 0 5px var(--copper);
  height: 8px;
  width: 8px;
}
h1 {
  color: var(--navy);
  font-size: clamp(48px, 5.3vw, 78px);
  font-weight: 750;
  letter-spacing: -.06em;
  line-height: .99;
  margin-bottom: 30px;
  max-width: 780px;
}
h1 em {
  color: var(--copper-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.hero-lede {
  color: #536974;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.72;
  margin-bottom: 34px;
  max-width: 665px;
}
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  gap: 28px;
  justify-content: center;
  min-height: 55px;
  padding: 0 28px;
  transition: .18s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary {
  background: var(--copper);
  box-shadow: 0 14px 28px rgba(185, 78, 40, .2);
  color: #fff;
}
.button-primary:hover { background: var(--copper-dark); }
.text-link {
  border-bottom: 1px solid rgba(16, 42, 58, .28);
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
}
.trust-list li { color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-list b { color: var(--copper-dark); margin-right: 5px; }

.hero-visual {
  align-self: center;
  aspect-ratio: .88;
  background-color: #dfeaec;
  background-image: radial-gradient(rgba(30, 95, 120, .16) 1px, transparent 1px);
  background-size: 18px 18px;
  border-radius: 50% 50% 44% 48%;
  max-height: 590px;
  max-width: 520px;
  min-height: 500px;
  position: relative;
  width: 100%;
}
.orbit {
  border: 1px solid rgba(30, 95, 120, .23);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
}
.orbit-one { height: 62%; width: 68%; }
.orbit-two { height: 83%; width: 86%; }
.shield-card {
  align-items: center;
  background: var(--navy);
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(16, 42, 58, .25);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 210px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 45%;
  transform: translate(-50%, -50%) rotate(-2deg);
  width: 225px;
}
.shield-icon {
  align-items: center;
  background: var(--copper);
  border-radius: 50% 50% 52% 52% / 42% 42% 65% 65%;
  display: flex;
  font-size: 26px;
  font-weight: 900;
  height: 62px;
  justify-content: center;
  margin-bottom: 16px;
  width: 58px;
}
.shield-card p { color: #b9d0d8; font-size: 13px; margin-bottom: 4px; }
.shield-card strong { font-size: 21px; }
.tech-node {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(16, 42, 58, .12);
  color: var(--blue);
  display: flex;
  font-size: 10px;
  font-weight: 850;
  height: 64px;
  justify-content: center;
  position: absolute;
  text-transform: uppercase;
  width: 64px;
  z-index: 3;
}
.node-one { right: 8%; top: 23%; }
.node-two { left: 4%; top: 45%; }
.node-three { bottom: 19%; right: 7%; }
.hero-quote {
  background: #fff;
  border-radius: 20px;
  bottom: 25px;
  box-shadow: 0 18px 45px rgba(16, 42, 58, .12);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  left: -40px;
  line-height: 1.45;
  margin: 0;
  max-width: 285px;
  padding: 22px;
  position: absolute;
  z-index: 5;
}
.hero-badge {
  background: var(--copper);
  border-radius: 17px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  position: absolute;
  right: -25px;
  top: 13%;
  transform: rotate(3deg);
  z-index: 5;
}
.hero-badge strong { font-size: 18px; }
.hero-badge span { font-size: 9px; margin-top: 2px; }

.promise-strip {
  align-items: center;
  background: var(--navy);
  color: #fff;
  display: flex;
  gap: 35px;
  justify-content: center;
  min-height: 76px;
  overflow: hidden;
  padding: 20px 30px;
}
.promise-strip p {
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.promise-strip span { color: var(--copper); font-size: 10px; }
.services-section { background: var(--cream); padding: 120px clamp(24px, 6vw, 90px) 132px; }
.section-heading, .services-grid, .story-section, .contact-section, .site-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
}
.section-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.12fr .88fr;
  margin-bottom: 60px;
}
.eyebrow-dark { color: var(--blue); }
.eyebrow-light { color: #ffb18d; }
h2 {
  color: var(--navy);
  font-size: clamp(38px, 4.2vw, 62px);
  letter-spacing: -.055em;
  line-height: 1.02;
  margin-bottom: 0;
}
.section-heading > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 2px;
  max-width: 500px;
}
.services-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.service-card {
  background: var(--paper);
  border: 1px solid rgba(16, 42, 58, .08);
  border-radius: 22px;
  min-height: 330px;
  padding: 30px;
  position: relative;
  transition: .18s ease;
}
.service-card:hover {
  border-color: rgba(217, 111, 61, .5);
  box-shadow: 0 20px 45px rgba(16, 42, 58, .09);
  transform: translateY(-5px);
}
.service-number {
  align-items: center;
  background: var(--mist);
  border-radius: 50%;
  color: var(--blue);
  display: flex;
  font-size: 11px;
  font-weight: 850;
  height: 46px;
  justify-content: center;
  margin-bottom: 42px;
  width: 46px;
}
.service-card h3 { color: var(--navy); font-size: 21px; margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 28px; }
.service-tag {
  bottom: 28px;
  color: var(--copper-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
}
.story-section {
  display: grid;
  gap: clamp(55px, 9vw, 140px);
  grid-template-columns: .95fr 1.05fr;
  padding: 132px clamp(24px, 4vw, 54px);
}
.story-section h2 { font-size: clamp(38px, 4vw, 58px); }
.story-content { border-left: 1px solid var(--line); padding-left: clamp(32px, 5vw, 74px); }
.story-content p { color: var(--muted); font-size: 15px; line-height: 1.78; }
.story-content .story-lede {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 28px;
}
.signature-line { align-items: center; display: flex; gap: 18px; margin-top: 38px; }
.signature {
  color: var(--copper-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}
.signature-title {
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
  padding-left: 18px;
  text-transform: uppercase;
}
.contact-wrap { padding: 0 24px; }
.contact-section {
  align-items: center;
  background: var(--navy);
  border-radius: 34px;
  color: #fff;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 90px;
  overflow: hidden;
  padding: clamp(48px, 6vw, 80px);
  position: relative;
}
.contact-section:after {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  content: "";
  height: 410px;
  position: absolute;
  right: -140px;
  top: -170px;
  width: 410px;
}
.contact-section h2 { color: #fff; font-size: clamp(38px, 4vw, 58px); }
.contact-intro { color: #bed0d7; line-height: 1.7; margin: 24px 0 0; }
.contact-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 2;
}
.button-light { background: var(--copper); color: #fff; width: 100%; }
.phone-link { display: flex; flex-direction: column; }
.phone-link small {
  color: #9db5bf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.phone-link strong { font-size: 23px; }
.contact-note { color: #9db5bf; font-size: 10px; line-height: 1.5; margin: 0; }
.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1.4fr .8fr;
  padding: 36px 0 50px;
}
.site-footer p { color: var(--muted); font-size: 11px; line-height: 1.5; margin: 0; }
.site-footer p:last-child { text-align: right; }

@media (max-width: 1050px) {
  .hero { gap: 60px; grid-template-columns: 1fr; }
  .hero-visual { justify-self: center; max-width: 520px; width: min(90%, 520px); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .site-header { height: 74px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 11px 17px; }
  .hero { min-height: auto; padding-top: 66px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-visual { min-height: 430px; }
  .hero-badge { right: -5px; }
  .hero-quote { left: -12px; }
  .promise-strip { gap: 16px; justify-content: flex-start; overflow-x: auto; }
  .section-heading, .story-section, .contact-section { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 26px; }
  .services-section { padding-bottom: 90px; padding-top: 90px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .story-section { gap: 44px; padding-bottom: 90px; padding-top: 90px; }
  .story-content { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 38px; }
  .contact-section { gap: 45px; margin-bottom: 58px; padding: 48px 30px; }
  .site-footer { grid-template-columns: 1fr; margin-left: 24px; margin-right: 24px; }
  .site-footer p:last-child { text-align: left; }
}
@media (max-width: 460px) {
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 7px; }
  .brand-logo { height: 40px; width: 40px; }
  .brand-mark { height: 40px; width: 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { flex-direction: column; }
  .hero-visual { min-height: 390px; width: 100%; }
  .shield-card { height: 185px; width: 195px; }
  .hero-quote { bottom: 12px; max-width: 255px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; }
}
