/* ==========================================================================
   Hong Lee Energy HK Company Limited - HongLee Power
   Power Grid Theme - Graphite Olive / Volt Chartreuse / Signal Steel
   ========================================================================== */

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #171A12;
  color: #EDEFE2;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Arial Black", "Segoe UI", Helvetica, Arial, sans-serif;
  color: #F7F9EC;
  margin: 0 0 16px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 16px;
}

a {
  color: #B8CC3E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

ul,
ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

::selection {
  background-color: #B8CC3E;
  color: #171A12;
}

:focus-visible {
  outline: 2px solid #B8CC3E;
  outline-offset: 2px;
}

/* ==========================================================================
   Masthead - Giant Wordmark Masthead
   ========================================================================== */

.masthead-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: #171A12;
  border-bottom: 1px solid #2C3122;
}

.masthead-nav.scrolled {
  box-shadow: 0 6px 16px #0A0B06;
}

.masthead-wordmark {
  display: block;
  text-align: center;
  font-family: "Arial Black", Helvetica, Arial, sans-serif;
  font-size: clamp(42px, 6.5vw, 72px);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.05;
  color: #EDEFE2;
  padding: 32px 24px 6px;
  transition: font-size 0.25s ease, padding 0.25s ease;
}

.masthead-wordmark:hover {
  text-decoration: none;
}

.brand-power {
  color: #B8CC3E;
}

.masthead-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px 16px;
}

.masthead-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 28px;
}

.masthead-links a {
  color: #9BA38C;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.masthead-links a:hover {
  color: #B8CC3E;
  border-bottom-color: #B8CC3E;
  text-decoration: none;
}

.masthead-links a.active {
  color: #B8CC3E;
  border-bottom-color: #B8CC3E;
}

.quote-button {
  display: inline-block;
  background-color: #B8CC3E;
  color: #171A12;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 22px;
  line-height: 1.2;
}

.quote-button:hover {
  background-color: #CDDE5C;
  color: #171A12;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  position: absolute;
  top: 16px;
  right: 18px;
  background-color: #171A12;
  border: 1px solid #2C3122;
  padding: 10px;
  cursor: pointer;
  z-index: 5;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #EDEFE2;
  margin: 4px 0;
}

/* Secondary pages: slightly shortened masthead */
.masthead-nav-short .masthead-wordmark {
  font-size: clamp(28px, 4.6vw, 46px);
  padding-top: 22px;
}

.masthead-nav-short .masthead-row {
  padding-top: 10px;
  padding-bottom: 12px;
}

.masthead-nav.scrolled .masthead-wordmark {
  font-size: clamp(20px, 3.4vw, 32px);
  padding-top: 12px;
  padding-bottom: 2px;
}

.masthead-nav.scrolled .masthead-row {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* ==========================================================================
   Hero - Full-Bleed Volt Color Block
   ========================================================================== */

.volt-hero {
  position: relative;
  background-color: #B8CC3E;
  color: #171A12;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 210px;
}

.volt-hero-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-eyebrow {
  display: inline-block;
  background-color: #FFFFFF;
  color: #171A12;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 9px 15px;
  margin-bottom: 26px;
}

.hero-headline {
  color: #171A12;
  font-size: clamp(38px, 5.4vw, 66px);
  line-height: 1.04;
  margin: 0 0 24px;
  font-weight: 900;
}

.headline-plate {
  display: inline-block;
  background-color: #20241A;
  color: #F7F9EC;
  padding: 2px 16px;
  margin-top: 6px;
}

.hero-lead {
  color: #3A4028;
  font-size: 18px;
  line-height: 1.7;
  max-width: 660px;
  margin: 0 0 30px;
  font-weight: 500;
}

.hero-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary {
  display: inline-block;
  background-color: #171A12;
  color: #B8CC3E;
  padding: 15px 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  line-height: 1.2;
}

.cta-primary:hover {
  background-color: #0A0B06;
  color: #CDDE5C;
  text-decoration: none;
}

.cta-secondary {
  display: inline-block;
  background-color: transparent;
  color: #171A12;
  border: 2px solid #171A12;
  padding: 13px 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  line-height: 1.2;
}

.cta-secondary:hover {
  background-color: #171A12;
  color: #B8CC3E;
  text-decoration: none;
}

/* ---- Pylon strip along the hero bottom edge ---- */

.pylon-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  pointer-events: none;
  overflow: hidden;
}

.pylon-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  height: 3px;
  background-color: #171A12;
}

.pylon-wrap {
  position: absolute;
  inset: 0;
  padding: 0 4%;
}

.sag {
  position: absolute;
  top: 45px;
  width: 150px;
  height: 66px;
  border-bottom: 3px solid #171A12;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.pylon {
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 170px;
  display: block;
}

.pylon:first-child {
  left: 9%;
}

.pylon:last-child {
  right: 9%;
}

.pylon-cap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 16px;
  transform: translateX(-50%);
  background-color: #171A12;
}

.pylon-arm {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 108px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #171A12;
}

.pylon-leg-l,
.pylon-leg-r {
  position: absolute;
  top: 18px;
  width: 5px;
  height: 152px;
  background-color: #171A12;
  transform-origin: 50% 100%;
}

.pylon-leg-l {
  left: 8px;
  transform: rotate(5.5deg);
}

.pylon-leg-r {
  right: 8px;
  transform: rotate(-5.5deg);
}

.pylon-brace {
  position: absolute;
  left: 50%;
  width: 56px;
  height: 3px;
  background-color: #171A12;
  transform: translateX(-50%);
}

.pylon-brace.b1 {
  top: 56px;
}

.pylon-brace.b2 {
  top: 94px;
}

.pylon-brace.b3 {
  top: 132px;
}

.pylon-x {
  position: absolute;
  left: 50%;
  top: 42px;
  width: 3px;
  height: 46px;
  background-color: #171A12;
  transform: translateX(-50%) rotate(24deg);
}

.pylon-x.x2 {
  top: 92px;
  transform: translateX(-50%) rotate(-24deg);
}

/* ==========================================================================
   Generic section scaffolding
   ========================================================================== */

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-eyebrow {
  display: inline-block;
  color: #B8CC3E;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  color: #F7F9EC;
  font-size: clamp(28px, 3.6vw, 40px);
  margin-bottom: 16px;
}

.section-sub {
  color: #9BA38C;
  font-size: 17px;
  max-width: 760px;
  margin-bottom: 0;
}

/* ==========================================================================
   Capability Card Grid
   ========================================================================== */

.grid-capability {
  background-color: #171A12;
  padding: 84px 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.capability-card {
  position: relative;
  background-color: #20241A;
  border-top: 4px solid #B8CC3E;
  padding: 30px 26px 28px;
}

.gauge-tick {
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #7E93A8;
  margin-bottom: 16px;
}

.capability-card h3 {
  color: #F7F9EC;
  font-size: 21px;
  margin-bottom: 12px;
}

.capability-card p {
  color: #EDEFE2;
  font-size: 15px;
  line-height: 1.68;
  margin-bottom: 0;
}

/* ==========================================================================
   Gauge Band
   ========================================================================== */

.gauge-band {
  background-color: #20241A;
  padding: 84px 0;
}

.gauge-band .section-title {
  color: #F7F9EC;
}

.gauge-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 48px;
}

.dial-block {
  text-align: center;
}

.gauge {
  position: relative;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background-color: #171A12;
  border: 2px solid #2C3122;
  margin: 0 auto 20px;
}

.gauge-ticks {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: repeating-conic-gradient(from -90deg, #9BA38C 0deg 2deg, #20241A 2deg 18deg);
}

.gauge-ticks::after {
  content: "";
  position: absolute;
  inset: 36%;
  border-radius: 50%;
  background-color: #171A12;
}

.gauge-needle {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 3px;
  height: 40px;
  background-color: #B8CC3E;
  transform-origin: 50% 100%;
}

.gauge-needle.n1 {
  transform: translateX(-50%) rotate(38deg);
}

.gauge-needle.n2 {
  transform: translateX(-50%) rotate(-12deg);
}

.gauge-needle.n3 {
  transform: translateX(-50%) rotate(-68deg);
}

.gauge-needle.n4 {
  transform: translateX(-50%) rotate(14deg);
}

.gauge-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #7E93A8;
}

.dial-label {
  color: #F7F9EC;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.dial-note {
  color: #9BA38C;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 0;
}

/* ==========================================================================
   Statement Band
   ========================================================================== */

.statement-band {
  background-color: #171A12;
  padding: 64px 0;
}

.statement-block {
  position: relative;
  border-left: 6px solid #B8CC3E;
  padding: 8px 0 8px 36px;
  max-width: 1020px;
}

.statement-block p {
  color: #F7F9EC;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

.statement-mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #7E93A8;
  margin-left: 12px;
  vertical-align: baseline;
}

/* ==========================================================================
   CTA Band
   ========================================================================== */

.cta-band {
  background-color: #20241A;
  padding: 88px 0;
  text-align: center;
}

.cta-band h2 {
  color: #F7F9EC;
  font-size: clamp(28px, 3.6vw, 40px);
  max-width: 760px;
  margin: 0 auto 14px;
}

.cta-band p {
  color: #9BA38C;
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto 30px;
}

.cta-button {
  display: inline-block;
  background-color: #B8CC3E;
  color: #171A12;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  padding: 16px 30px;
  line-height: 1.2;
}

.cta-button:hover {
  background-color: #CDDE5C;
  color: #171A12;
  text-decoration: none;
}

/* ==========================================================================
   Secondary page title band
   ========================================================================== */

.page-title-band {
  background-color: #B8CC3E;
  color: #171A12;
  padding: 66px 0 84px;
}

.page-title-band .section-inner {
  position: relative;
}

.breadcrumb-crumb {
  display: inline-block;
  background-color: #FFFFFF;
  color: #171A12;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 12px;
  margin-bottom: 18px;
}

.page-title-band h1 {
  color: #171A12;
  font-size: clamp(32px, 4.5vw, 52px);
  margin-bottom: 16px;
}

.page-title-band p {
  color: #3A4028;
  font-size: 18px;
  max-width: 760px;
  margin-bottom: 0;
}

/* ==========================================================================
   Metrics / counters
   ========================================================================== */

.metric-strip {
  background-color: #171A12;
  padding: 70px 0 8px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.metric {
  background-color: #20241A;
  border-top: 3px solid #B8CC3E;
  text-align: center;
  padding: 30px 16px;
}

.metric-value {
  color: #B8CC3E;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
}

.metric-label {
  color: #9BA38C;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 8px;
}

/* ==========================================================================
   Services page - service rows
   ========================================================================== */

.service-rows {
  background-color: #171A12;
  padding: 40px 0 70px;
}

.service-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 44px 0;
  border-bottom: 1px solid #2C3122;
}

.service-row:last-child {
  border-bottom: 0;
}

.service-head .service-index {
  color: #B8CC3E;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-head h2 {
  color: #F7F9EC;
  font-size: 27px;
  margin: 10px 0 0;
}

.service-body p {
  color: #EDEFE2;
  font-size: 16px;
  margin-bottom: 14px;
}

.service-body p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Services page - process overview
   ========================================================================== */

.process-section {
  background-color: #20241A;
  padding: 84px 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.process-step {
  background-color: #171A12;
  border-top: 3px solid #B8CC3E;
  padding: 26px 22px;
}

.step-num {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #2C3122;
  color: #B8CC3E;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 14px;
}

.process-step h3 {
  color: #F7F9EC;
  font-size: 16px;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

.process-step p {
  color: #9BA38C;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   Contact page
   ========================================================================== */

.contact-main {
  background-color: #171A12;
  padding: 70px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 44px;
  align-items: start;
}

.contact-form-panel {
  background-color: #20241A;
  border-top: 4px solid #B8CC3E;
  padding: 34px 32px;
}

.contact-form-panel h2 {
  color: #F7F9EC;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-form-panel .form-intro {
  color: #9BA38C;
  font-size: 15px;
  margin-bottom: 24px;
}

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  color: #F7F9EC;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  background-color: #171A12;
  color: #EDEFE2;
  border: 1px solid #2C3122;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  border-radius: 0;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #B8CC3E;
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-submit {
  display: inline-block;
  background-color: #B8CC3E;
  color: #171A12;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  padding: 15px 30px;
  font-family: inherit;
}

.form-submit:hover {
  background-color: #CDDE5C;
}

.form-status {
  margin-top: 16px;
  font-size: 14px;
  color: #9BA38C;
}

.form-status.ok {
  color: #B8CC3E;
}

.form-status.info {
  color: #B8CC3E;
}

.contact-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-panel {
  background-color: #20241A;
  border-left: 3px solid #B8CC3E;
  padding: 26px 26px;
}

.info-label {
  display: block;
  color: #9BA38C;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info-panel h3 {
  color: #F7F9EC;
  font-size: 19px;
  margin: 0 0 6px;
}

.info-panel p,
.info-panel address {
  color: #EDEFE2;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.info-panel .info-link {
  color: #B8CC3E;
  font-weight: 600;
}

/* ==========================================================================
   FAQ accordion
   ========================================================================== */

.faq-section {
  background-color: #171A12;
  padding: 0 0 80px;
}

.faq-list {
  margin-top: 30px;
  max-width: 900px;
}

.faq-item {
  background-color: #20241A;
  border: 1px solid #2C3122;
  margin-bottom: 12px;
}

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  color: #F7F9EC;
  font-size: 17px;
  font-weight: 700;
  font-family: inherit;
  text-align: left;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question:hover {
  color: #B8CC3E;
}

.faq-indicator {
  color: #B8CC3E;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-item.open .faq-indicator {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 22px 22px;
  color: #DFE2D2;
  font-size: 15px;
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  max-height: 320px;
}

/* ==========================================================================
   Single-row footer
   ========================================================================== */

.single-row-footer {
  background-color: #101208;
  border-top: 4px solid #B8CC3E;
}

.footer-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 24px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
  flex-wrap: wrap;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F7F9EC;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.bolt {
  display: inline-block;
  width: 13px;
  height: 21px;
  background-color: #B8CC3E;
  clip-path: polygon(62% 0, 12% 55%, 45% 55%, 32% 100%, 88% 42%, 54% 42%);
}

.footer-links a {
  color: #EDEFE2;
  font-size: 14px;
  margin: 0 7px;
}

.footer-links a:hover {
  color: #B8CC3E;
  text-decoration: none;
}

.footer-legal {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6px 24px 28px;
  text-align: center;
  color: #9BA38C;
  font-size: 13px;
  line-height: 1.8;
}

.footer-legal a {
  color: #9BA38C;
}

.footer-legal a:hover {
  color: #B8CC3E;
}

/* ==========================================================================
   Scroll reveal - safe fallbacks in HTML
   ========================================================================== */

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1020px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .metric-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .masthead-wordmark {
    font-size: clamp(26px, 8vw, 44px);
    padding-top: 18px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .masthead-nav-short .masthead-wordmark {
    font-size: clamp(24px, 7vw, 36px);
    padding-top: 18px;
  }

  .nav-toggle {
    display: block;
  }

  .masthead-row {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 10px 20px 22px;
  }

  .masthead-row.open {
    display: flex;
  }

  .masthead-links {
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  .masthead-links a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #2C3122;
  }

  .quote-button {
    text-align: center;
    margin-top: 6px;
  }

  .volt-hero {
    padding: 60px 0 200px;
  }

  .gauge-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-row {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .gauge-row {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .volt-hero {
    min-height: 520px;
  }

  .hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-primary,
  .cta-secondary {
    text-align: center;
  }

  .contact-form-panel {
    padding: 28px 20px;
  }

  .pylon-strip {
    height: 160px;
  }

  .pylon {
    height: 140px;
    width: 60px;
  }

  .pylon-leg-l,
  .pylon-leg-r {
    height: 122px;
  }

  .sag {
    width: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
