/*
Theme Name: BESTRUCK SWELL Child
Theme URI: https://bestruck.co.jp/
Description: BESTRUCK corporate site child theme based on SWELL.
Author: BESTRUCK
Template: swell
Version: 1.0.10
Text Domain: bestruck-swell-child
*/
:root {
  --ink: #111827;
  --text: #2f3a45;
  --muted: #6a7480;
  --line: #dfe5ea;
  --paper: #f5f6f4;
  --white: #ffffff;
  --red: #b4232c;
  --red-dark: #8f1c24;
  --navy: #0b243d;
  --gold: #b4873d;
  --shadow: 0 24px 80px rgba(17, 24, 39, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Segoe UI", sans-serif;
  line-height: 1.78;
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  color: var(--muted);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(7, 11, 16, 0.72);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: min(220px, 42vw);
  height: auto;
}

.site-nav {
  display: flex;
  gap: clamp(18px, 2.8vw, 40px);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.8);
}

.site-nav a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: #070b10 url("assets/truck-wheel.jpg") center right / cover fixed no-repeat;
}

.hero img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center right;
  opacity: 0.66;
  filter: contrast(1.08) saturate(0.9);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 11, 16, 0.95), rgba(7, 11, 16, 0.72) 50%, rgba(7, 11, 16, 0.25)),
    linear-gradient(0deg, rgba(7, 11, 16, 0.82), rgba(7, 11, 16, 0.08) 54%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 132px 0 72px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-title-line {
  white-space: nowrap;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 900;
  line-height: 1.35;
}

.button-primary {
  color: var(--white);
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 138px) 0;
}

.section-heading {
  margin-bottom: clamp(34px, 5vw, 58px);
  text-align: center;
}

.section-heading h2,
.about-lead h2,
.contact-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.section-lead {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 700;
}

.business-section {
  width: 100%;
  padding-right: max(18px, calc((100% - 1120px) / 2));
  padding-left: max(18px, calc((100% - 1120px) / 2));
  background: var(--paper);
}

.business-grid {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.business-grid article {
  background: var(--white);
}

.business-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  align-items: center;
}

.business-media {
  height: 100%;
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(145deg, #e9eef2, #ffffff);
}

.business-media img {
  width: min(100%, 360px);
  object-fit: contain;
}

.business-content {
  padding: clamp(32px, 6vw, 64px);
}

.business-grid span,
.news-list span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.business-grid h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.35;
}

.business-content p {
  max-width: 600px;
  margin-bottom: 28px;
  font-size: 1.03rem;
}

.business-points {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.business-points li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  font-weight: 800;
}

.business-points li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--red);
  transform: translateY(-50%);
}

.business-link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 22px;
  color: var(--white);
  font-weight: 900;
  background: var(--red);
}

.business-link:hover {
  background: var(--red-dark);
}

.business-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.business-focus-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.business-focus-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.business-focus-card h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.55;
}

.business-focus-card p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 0.93rem;
  line-height: 1.8;
}

.message-section {
  width: 100%;
  padding-right: max(18px, calc((100% - 1120px) / 2));
  padding-left: max(18px, calc((100% - 1120px) / 2));
  background:
    linear-gradient(90deg, rgba(245, 246, 244, 0.9), rgba(255, 255, 255, 0) 38%),
    var(--white);
}

.message-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.message-photo {
  position: relative;
  padding: 14px;
  background: var(--paper);
}

.message-photo::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(180, 35, 44, 0.22);
  pointer-events: none;
}

.message-photo img {
  width: 100%;
  height: auto;
}

.message-body {
  max-width: none;
  position: relative;
  padding: 12px 0 12px clamp(26px, 4vw, 52px);
  border-left: 1px solid var(--line);
}

.message-body::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: -1px;
  width: 3px;
  content: "";
  background: var(--red);
}

.message-body .eyebrow {
  margin-bottom: 14px;
  color: var(--red);
}

.message-body h2 {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.message-body p {
  max-width: 760px;
  margin-bottom: 13px;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 2;
}

.message-sign {
  margin: 30px 0 0;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
}

.message-sign span {
  margin-left: 8px;
  font-size: 0.96rem;
}

.message-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: clamp(22px, 4vw, 42px);
  margin-top: clamp(34px, 5vw, 54px);
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.message-profile-card {
  padding-left: 18px;
  border-left: 1px solid var(--line);
  background: transparent;
}

.message-profile-card h3 {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.92rem;
  letter-spacing: 0.1em;
}

.message-profile-card p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.85;
}

.license-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.license-list dt {
  margin-top: 10px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.license-list dt:first-child {
  margin-top: 0;
}

.license-list dd {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.75;
}

.about-section {
  width: 100%;
  padding-right: max(18px, calc((100% - 1120px) / 2));
  padding-left: max(18px, calc((100% - 1120px) / 2));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(245, 246, 244, 0.94)),
    repeating-linear-gradient(45deg, rgba(11, 36, 61, 0.04) 0 2px, transparent 2px 24px);
}

.about-heading .eyebrow {
  margin: 8px 0 0;
  color: var(--gold);
  text-transform: none;
}

.about-lead {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.about-lead h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.4;
}

.about-lead .eyebrow {
  margin-bottom: 12px;
  color: var(--red);
}

.about-copy {
  padding-left: clamp(20px, 4vw, 44px);
  border-left: 1px solid var(--line);
}

.about-copy p {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}

.about-lead p:last-child {
  margin-bottom: 0;
  font-size: 1.03rem;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 36px;
  align-items: stretch;
}

.map-panel {
  position: relative;
  min-height: 320px;
  padding: 12px;
  overflow: hidden;
  background: #e9eef2;
  box-shadow: var(--shadow);
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 296px;
  display: block;
  border: 0;
}

.map-caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: min(360px, calc(100% - 56px));
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  color: var(--white);
  background: rgba(7, 11, 16, 0.88);
}

.map-caption span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-caption strong {
  font-size: 0.92rem;
  line-height: 1.55;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 12px solid var(--white);
  border-top: 12px solid var(--white);
  background: var(--white);
  box-shadow: var(--shadow);
}

.company-table thead th {
  padding: 12px 18px;
  color: var(--white);
  text-align: left;
  background: #070b10;
}

.company-table th,
.company-table td {
  padding: 13px 18px;
  text-align: left;
  border-bottom: 0;
  vertical-align: top;
}

.company-table tbody tr:nth-child(odd) {
  background: #f0f0f0;
}

.company-table tbody tr:nth-child(even) {
  background: var(--white);
}

.company-table tbody th {
  width: 180px;
  color: var(--ink);
  font-weight: 900;
}

.company-table a:hover {
  color: var(--red);
}

.news-section {
  border-top: 1px solid var(--line);
}

.news-list {
  border-top: 1px solid var(--line);
}

.news-list article {
  display: grid;
  grid-template-columns: 120px 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.news-list time {
  color: var(--muted);
  font-weight: 900;
}

.news-list span {
  margin-bottom: 0;
}

.news-list h3 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.6;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(7, 11, 16, 0.9), rgba(7, 11, 16, 0.95)),
    url("assets/nutchecker-wheel.jpg") center / cover no-repeat;
}

.contact-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0;
}

.contact-heading {
  max-width: 760px;
  margin: 0 auto clamp(32px, 5vw, 54px);
  text-align: center;
}

.contact-section h2 {
  margin-bottom: 6px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

.contact-heading .eyebrow {
  margin-bottom: clamp(34px, 5vw, 56px);
  color: #f0a64b;
  text-transform: none;
}

.contact-lead {
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  font-weight: 900;
}

.contact-note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.contact-panel {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 11, 16, 0.74);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.contact-methods {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 32px;
}

.contact-method-card {
  display: grid;
  gap: 4px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}

.contact-method-card span {
  color: #f0a64b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.contact-method-card strong {
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.5;
  word-break: break-word;
}

.contact-status {
  width: 100%;
  margin: 0 0 26px;
  padding: 14px 18px;
  color: var(--white);
  font-weight: 900;
  text-align: center;
}

.contact-status-success {
  background: rgba(45, 135, 88, 0.92);
}

.contact-status-error {
  background: rgba(180, 35, 44, 0.92);
}

.contact-form {
  width: 100%;
  display: grid;
  gap: 24px;
  margin: 0 auto;
}

.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label,
.contact-form fieldset {
  margin: 0;
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form span,
.contact-form legend {
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
}

.contact-form em {
  color: var(--red);
  font-style: normal;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 13px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #b8bec5;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form small {
  margin-top: -4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.contact-form fieldset {
  display: grid;
  gap: 8px;
  padding: 0;
  border: 0;
}

.contact-form fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--white);
  font-weight: 800;
}

.contact-form input[type="radio"] {
  width: 12px;
  height: 12px;
  margin: 0;
  accent-color: var(--red);
}

.contact-form button {
  width: min(200px, 100%);
  min-height: 52px;
  justify-self: center;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  background: #f0a64b;
  cursor: pointer;
}

.contact-form button:hover {
  background: #d88d34;
}

.site-footer {
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 56px) 26px;
  color: rgba(255, 255, 255, 0.76);
  background: #070b10;
}

.footer-inner {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(160px, 0.7fr) minmax(240px, 1fr);
  gap: clamp(32px, 6vw, 80px);
  margin: 0 auto;
}

.footer-brand img {
  width: min(220px, 58vw);
  height: auto;
  margin-bottom: 24px;
}

.footer-brand p,
.footer-info p,
.site-footer small {
  margin: 0;
  color: inherit;
  font-weight: 800;
}

.footer-nav,
.footer-info {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-nav h2,
.footer-info h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-info a {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.footer-nav a:hover,
.footer-info a:hover {
  color: var(--white);
}

.footer-product-link {
  width: fit-content;
  margin-top: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gold);
}

.footer-bottom {
  max-width: 1120px;
  margin: 42px auto 0;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
  }

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

  .business-card {
    grid-template-columns: 1fr;
  }

  .message-layout {
    grid-template-columns: 1fr;
  }

  .message-profile-grid {
    grid-template-columns: 1fr;
  }

  .business-focus-grid {
    grid-template-columns: 1fr;
  }

  .message-photo {
    min-height: 0;
    padding: 14px;
  }

  .message-photo img {
    width: 100%;
  }

  .business-media {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-lead,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: min(180px, 56vw);
  }

  .site-nav {
    gap: 14px;
    font-size: 0.74rem;
  }

  .hero {
    min-height: 90vh;
  }

  .hero img {
    object-position: 64% center;
  }

  .hero-inner {
    width: min(100% - 28px, 1120px);
    padding-top: 170px;
  }

  .hero h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.12;
  }

  .hero-copy br {
    display: none;
  }

  .contact-lead br,
  .contact-note br {
    display: none;
  }

  .section,
  .contact-inner {
    width: min(100% - 28px, 1120px);
  }

  .business-section,
  .message-section,
  .about-section {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .map-panel {
    min-height: 260px;
    padding: 8px;
  }

  .map-panel iframe {
    min-height: 244px;
  }

  .map-caption {
    right: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }

  .business-media {
    min-height: 240px;
    padding: 28px;
  }

  .business-grid,
  .news-list article {
    grid-template-columns: 1fr;
  }

  .business-content {
    padding: 24px;
  }

  .message-layout {
    padding: 0;
  }

  .message-layout::before {
    display: none;
  }

  .about-copy {
    padding-left: 0;
    border-left: 0;
  }

  .message-body {
    padding: 0;
    border-left: 0;
  }

  .message-body::before {
    display: none;
  }

  .message-profile-card {
    padding-left: 14px;
  }

  .message-sign {
    text-align: left;
  }

  .message-sign span {
    display: block;
    margin: 4px 0 0;
  }

  .company-table {
    border-width: 8px;
  }

  .company-table tbody th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }

  .company-table tbody th {
    padding-bottom: 0;
    border-bottom: 0;
  }

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

  .contact-panel {
    padding: 22px 16px 26px;
  }

  .button,
  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    margin-top: 32px;
  }
}


/* WordPress/SWELL page adjustments */
.l-header, #header, #fix_header, .l-fixHeader, .l-footer, #footer, .c-pageTitle, .p-breadcrumb, .l-sidebar, #sidebar { display: none !important; }
#content { display: block !important; }
#content, .l-content, .l-mainContent, .l-mainContent__inner, .post_content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.post_content > * { margin-top: 0 !important; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }


/* Restored child-theme safeguards */
#main_visual,
#post_slider,
#sidebar,
.p-breadcrumb,
.c-pageTitle,
#fix_header,
.l-fixHeader,
.l-header,
#header,
.l-footer,
#footer {
  display: none !important;
}

#content {
  display: block !important;
  padding-top: 0 !important;
}

.l-content,
.l-mainContent,
.l-mainContent__inner {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hero img {
  display: none;
}

.contact-section {
  background-attachment: scroll, fixed;
}

@media (max-width: 620px), (hover: none), (pointer: coarse) {
  .hero,
  .contact-section {
    background-attachment: scroll;
  }
}
