/* ==========================================================================
   mjelectricaltransformersbuyers.com
   Design system: "Nameplate" — industrial spec-sheet clarity.
   Palette is Sunbelt Rentals' real brand values (see PALETTE.md).
   White page, near-black text, #008545 green for identity + action,
   #fed203 yellow as rare high-attention punctuation. Flat fills, squarish
   corners, no gradients, no dark mode, ZERO JavaScript.
   Type: condensed grotesque headings (system stack, no webfont request).
   ========================================================================== */

:root {
  --green: #008545;
  --green-deep: #186638;
  --green-dark: #12542e;
  --green-100: #def8e5;
  --green-wash: #f4fcf1;
  --yellow: #fed203;
  --ink: #1c1c1c;
  --ink-deep: #231f20;
  --white: #fff;
  --gray-100: #f2f2f2;
  --gray-200: #e3e3e3;
  --gray-300: #b7b7b7;
  --gray-600: #595959;
  --gray-800: #353535;

  --cond: "Barlow Condensed", "Oswald", "Arial Narrow", "Helvetica Neue",
    Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
    "Liberation Mono", monospace;

  --wrap: 1180px;
  --gut: 20px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--green-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  color: var(--green-dark);
}

h1,
h2,
h3,
h4 {
  font-family: var(--cond);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(1.85rem, 4.1vw, 2.9rem);
  letter-spacing: 0.002em;
}
h2 {
  font-size: clamp(1.55rem, 3.4vw, 2.3rem);
}
h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
}
h4 {
  font-size: 1.1rem;
  text-transform: none;
  letter-spacing: 0;
}
p {
  margin: 0 0 1.05em;
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gut);
}
.narrow {
  max-width: 800px;
}

/* skip link ------------------------------------------------------------- */
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--yellow);
  color: var(--ink);
  padding: 10px 16px;
  font-weight: 700;
  z-index: 100;
}
.skip:focus {
  left: 0;
}

/* ---------------------------------------------------------------- header */
.topbar {
  background: var(--ink-deep);
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 0.03em;
}
.topbar .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.topbar b {
  color: var(--yellow);
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.topbar a:hover {
  color: var(--yellow);
}
.topbar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar .tagline {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .topbar .tagline {
    display: none;
  }
  .topbar .wrap {
    justify-content: flex-end;
  }
}

.masthead {
  border-bottom: 3px solid var(--green);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
}
.masthead .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 84px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
  min-width: 0;
}
.brand img {
  width: 42px;
  height: 50px;
  flex: none;
}
.brand .bt {
  font-family: var(--cond);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.18rem;
  letter-spacing: 0.015em;
  display: block;
}
.brand .bt i {
  font-style: normal;
  color: var(--green);
  display: block;
  letter-spacing: 0.01em;
}
.brand .bs {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-600);
  font-family: var(--body);
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

.head-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.tel {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  padding: 9px 15px;
  font-size: 1.14rem;
  letter-spacing: 0.01em;
  border: 2px solid var(--ink);
  white-space: nowrap;
}
.tel span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tel:hover {
  background: #ffdd3d;
  color: var(--ink);
}

/* nav ------------------------------------------------------------------- */
.mainnav {
  background: var(--green);
  border-bottom: 1px solid var(--green-dark);
}
.mainnav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.mainnav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: var(--cond);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.03rem;
  letter-spacing: 0.04em;
  padding: 11px 15px;
}
.mainnav a:hover {
  background: var(--green-dark);
  color: #fff;
}

/* ----------------------------------------------------------- breadcrumbs */
.crumbs {
  font-size: 13.5px;
  color: var(--gray-600);
  padding: 11px 0;
  border-bottom: 1px solid var(--gray-200);
  background: var(--gray-100);
}
.crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.crumbs li::after {
  content: "›";
  margin-left: 6px;
  color: var(--gray-300);
}
.crumbs li:last-child::after {
  content: "";
}
.crumbs a {
  color: var(--green-deep);
  text-decoration: none;
}
.crumbs a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------- hero */
.hero {
  border-bottom: 1px solid var(--gray-200);
  padding: 40px 0 36px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
}
/* Hero photo fills its column rather than floating with dead space under. */
.hero-grid > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero-grid .shot img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center 42%;
}
.eyebrow {
  font-family: var(--cond);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--green);
  margin: 0 0 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 4px;
  background: var(--yellow);
  flex: none;
}
.lede {
  font-size: 1.14rem;
  color: #333;
  max-width: 62ch;
}

/* photo frame ----------------------------------------------------------- */
.shot {
  border: 1px solid var(--gray-300);
  background: #fff;
  padding: 7px;
}
.shot figcaption {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  color: var(--gray-600);
  text-transform: uppercase;
  padding: 8px 3px 2px;
  border-top: 1px solid var(--gray-200);
  margin-top: 7px;
}
/* In-body photos keep a consistent landscape crop so tall phone shots do
   not dominate a section. */
.shot img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 42%;
}

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-block;
  background: var(--green);
  color: #fff;
  font-family: var(--cond);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  padding: 13px 26px;
  text-decoration: none;
  border: 2px solid var(--green);
}
.btn:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: #fff;
}
.btn-alt {
  background: #fff;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-alt:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 4px;
}

/* ---------------------------------------------------------------- blocks */
.band {
  padding: 40px 0;
  border-bottom: 1px solid var(--gray-200);
}
.band-tint {
  background: var(--gray-100);
}
.band-wash {
  background: var(--green-wash);
}
.band-dark {
  background: var(--green-dark);
  color: #fff;
  border-bottom: none;
}
.band-dark h2,
.band-dark h3 {
  color: #fff;
}
.band-dark a {
  color: var(--yellow);
}

.sechead {
  border-bottom: 3px solid var(--ink);
  padding-bottom: 8px;
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.sechead h2 {
  margin: 0;
}
.sechead p {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gray-600);
}

/* value props ----------------------------------------------------------- */
.props {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--gray-300);
  background: #fff;
}
.props div {
  padding: 20px 18px;
  border-right: 1px solid var(--gray-200);
}
.props div:last-child {
  border-right: none;
}
.props b {
  font-family: var(--cond);
  text-transform: uppercase;
  font-size: 1.22rem;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
.props p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.props .n {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--green);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
}

/* generic column grids -------------------------------------------------- */
.cols2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.cols3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
  gap: 40px;
  align-items: start;
}

/* card ------------------------------------------------------------------ */
.card {
  border: 1px solid var(--gray-300);
  padding: 20px;
  background: #fff;
}
.card h3 {
  margin-bottom: 8px;
}
.card p:last-child {
  margin-bottom: 0;
}
.card-tint {
  background: var(--green-wash);
  border-color: var(--green-100);
}

/* spec table ------------------------------------------------------------ */
.spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0 0 18px;
}
.spec caption {
  text-align: left;
  font-family: var(--mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-600);
  padding-bottom: 8px;
}
.spec th,
.spec td {
  border: 1px solid var(--gray-300);
  padding: 9px 12px;
  text-align: left;
  vertical-align: top;
}
.spec th {
  background: var(--gray-100);
  font-family: var(--cond);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1rem;
  white-space: nowrap;
}
.spec td.mono {
  font-family: var(--mono);
  font-size: 13.5px;
}

/* checklist ------------------------------------------------------------- */
ul.check {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
ul.check li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 9px;
}
ul.check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 11px;
  height: 11px;
  background: var(--green);
}

/* link lists ------------------------------------------------------------ */
.linkgrid {
  columns: 4 190px;
  column-gap: 26px;
  font-size: 15px;
}
.linkgrid a {
  display: block;
  padding: 3px 0;
  break-inside: avoid;
  text-decoration: none;
  border-bottom: 1px solid var(--gray-200);
}
.linkgrid a:hover {
  text-decoration: underline;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 6px;
  list-style: none;
}
.chips a {
  display: inline-block;
  border: 1px solid var(--gray-300);
  padding: 6px 12px;
  text-decoration: none;
  font-size: 14.5px;
  background: #fff;
  color: var(--ink);
}
.chips a:hover {
  border-color: var(--green);
  color: var(--green-dark);
  background: var(--green-wash);
}

/* --------------------------------------------------------------- quote form */
.quote {
  border: 2px solid var(--ink);
  background: #fff;
}
.quote-hd {
  background: var(--ink);
  color: #fff;
  padding: 14px 20px;
}
.quote-hd h2,
.quote-hd h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
}
.quote-hd p {
  margin: 4px 0 0;
  font-size: 13.5px;
  color: #d8d8d8;
}
.quote-bd {
  padding: 20px;
}
.fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.f-full {
  grid-column: 1 / -1;
}
.quote label {
  display: block;
  font-family: var(--cond);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.quote label i {
  font-style: normal;
  color: var(--green);
}
.quote input,
.quote select,
.quote textarea {
  width: 100%;
  font: inherit;
  font-size: 16px;
  padding: 10px 12px;
  border: 1px solid var(--gray-600);
  background: #fff;
  color: var(--ink);
  border-radius: 0;
}
.quote textarea {
  min-height: 104px;
  resize: vertical;
}
.quote input:focus,
.quote select:focus,
.quote textarea:focus {
  outline: 3px solid var(--green);
  outline-offset: 1px;
  border-color: var(--green);
}
.quote button {
  font-family: var(--cond);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.16rem;
  background: var(--green);
  color: #fff;
  border: 2px solid var(--green);
  padding: 13px 30px;
  cursor: pointer;
  width: 100%;
}
.quote button:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
}
.quote .fineprint {
  font-size: 13px;
  color: var(--gray-600);
  margin: 12px 0 0;
}
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.quote-side {
  position: sticky;
  top: 96px;
}

/* ------------------------------------------------------------------- faq */
.faq {
  border-top: 1px solid var(--gray-300);
}
.faq > div {
  border-bottom: 1px solid var(--gray-200);
  padding: 17px 0;
}
.faq h3 {
  margin: 0 0 6px;
  font-size: 1.16rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--cond);
}
.faq p {
  margin: 0;
  color: #333;
}

/* callout / phone strip -------------------------------------------------- */
.strip {
  background: var(--green);
  color: #fff;
  padding: 26px 0;
}
.strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.strip h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2rem);
}
.strip p {
  margin: 4px 0 0;
  color: #eafff1;
  font-size: 15px;
}

/* ---------------------------------------------------------------- footer */
.contactblock {
  margin: 22px 0 0;
  border-left: 4px solid var(--green);
  padding-left: 18px;
}
.contactblock p {
  margin: 0 0 16px;
}
.contactblock p:last-child {
  margin-bottom: 0;
}
.contactblock strong {
  font-family: var(--cond);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.86rem;
  color: var(--gray-600);
}
.biglink {
  font-family: var(--cond);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--green-deep);
}
.biglink:hover {
  text-decoration: underline;
  color: var(--green-dark);
}

footer {
  background: var(--ink-deep);
  color: #cfcfcf;
  padding: 40px 0 26px;
  font-size: 15px;
}
footer h4 {
  color: #fff;
  font-family: var(--cond);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.06rem;
  margin: 0 0 11px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--green);
}
footer a {
  color: #cfcfcf;
  text-decoration: none;
}
footer a:hover {
  color: var(--yellow);
  text-decoration: underline;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin-bottom: 6px;
}
.fgrid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 30px;
}
.fbrand img {
  width: 44px;
  height: 53px;
  margin-bottom: 10px;
}
.legal {
  border-top: 1px solid #3a3536;
  margin-top: 28px;
  padding-top: 16px;
  font-size: 13px;
  color: #9a9a9a;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------ responsive */
@media (max-width: 1000px) {
  .hero-grid,
  .split,
  .cols2,
  .cols3 {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
  .props {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .props div:nth-child(2) {
    border-right: none;
  }
  .props div:nth-child(1),
  .props div:nth-child(2) {
    border-bottom: 1px solid var(--gray-200);
  }
  .fgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quote-side {
    position: static;
  }
  .linkgrid {
    columns: 2 150px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16.5px;
  }
  .masthead .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .head-cta {
    width: 100%;
  }
  .tel {
    flex: 1;
    justify-content: center;
  }
  .props,
  .fgrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .props div {
    border-right: none;
    border-bottom: 1px solid var(--gray-200);
  }
  .props div:last-child {
    border-bottom: none;
  }
  .fields {
    grid-template-columns: minmax(0, 1fr);
  }
  .mainnav a {
    font-size: 0.97rem;
    padding: 10px 11px;
  }
  .topbar {
    font-size: 12.5px;
  }
}

@media print {
  .mainnav,
  .topbar,
  .strip,
  .quote {
    display: none;
  }
}
