/*
Theme Name: Sullivan Outdoor Solutions
Theme URI:  https://sullivanoutdoorsolutions.com
Author:     Pro Stylez Entertainment, LLC
Author URI: https://prostylezentertainment.com
Description: A custom one-page WordPress theme for Sullivan Outdoor Solutions — Highland, NY. Built around a single front-page template; no sidebars, no widget chrome, just a clean canvas for the brand. Configure phone, email, and Gravity Form ID at the top of front-page.php.
Version:    1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sullivan-outdoor-solutions
Tags:        one-page, custom, business
*/

/* =====================================================================
   PAGE STYLES — scoped to .sos-page so the theme stays well-behaved
   even if Marc ever adds /privacy/, /thanks/ or other secondary pages.
   ===================================================================== */

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

body { margin: 0; padding: 0; background: #faf6ec; }
html { scroll-behavior: smooth; }

.sos-page {
  --ink:        #161915;
  --ink-soft:   #2a2d28;
  --bone:       #f1ead8;
  --cream:      #faf6ec;
  --paper:      #fffdf6;
  --moss:       #2d3b29;
  --moss-deep:  #1c2620;
  --clay:       #b95c3c;
  --clay-deep:  #9c4827;
  --stone:      #8a8377;
  --rule:       rgba(22,25,21,0.14);
  --rule-light: rgba(241,234,216,0.16);

  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.sos-page p { margin: 0 0 1em; }
.sos-page h1, .sos-page h2, .sos-page h3, .sos-page h4 {
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}
.sos-page a { color: inherit; text-decoration: none; }
.sos-page img { max-width: 100%; display: block; height: auto; }
.sos-page ul { list-style: none; padding: 0; margin: 0; }

.sos-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 720px) { .sos-wrap { padding: 0 22px; } }

.sos-tag {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
}

/* ============================================================ NAV */
.sos-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,246,236,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
}
.sos-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.sos-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sos-logo-mark {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  border: none;
  background: transparent;
}
.sos-logo-text {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
.sos-logo-text span {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--stone);
  margin-top: 3px;
  font-weight: 400;
}
.sos-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.sos-nav-links a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink);
  transition: color 0.2s;
}
.sos-nav-links a:hover { color: var(--clay); }
.sos-cta {
  background: var(--ink);
  color: var(--bone) !important;
  padding: 11px 22px;
  font-size: 13px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  transition: background 0.2s !important;
}
.sos-cta:hover { background: var(--clay) !important; color: var(--bone) !important; }
@media (max-width: 820px) {
  .sos-nav-links a:not(.sos-cta) { display: none; }
}

/* ============================================================ HERO */
.sos-hero {
  position: relative;
  background: var(--cream);
  padding: 30px 0 110px;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.sos-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.sos-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
.sos-hero-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--ink);
}
.sos-hero h1 {
  font-size: clamp(80px, 14vw, 200px);
  line-height: 0.88;
  margin: 0 0 32px;
  letter-spacing: -0.02em;
}
.sos-hero h1 .clay { color: var(--clay); }
.sos-hero-sub {
  font-size: clamp(17px, 1.4vw, 20px);
  max-width: 480px;
  margin: 0 0 36px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.sos-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.sos-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
  cursor: pointer;
  transition: all 0.2s;
}
.sos-btn:hover {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--bone);
}
.sos-btn-outline {
  background: transparent;
  color: var(--ink);
}
.sos-btn-outline:hover {
  background: var(--ink);
  color: var(--bone);
}
.sos-btn .arrow {
  display: inline-block;
  transition: transform 0.2s;
}
.sos-btn:hover .arrow { transform: translateX(4px); }

.sos-hero-visual {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--moss);
  overflow: hidden;
}
.sos-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.4));
  z-index: 2;
}
.sos-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.sos-hero-visual-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 3;
  color: var(--bone);
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  pointer-events: none;
}

.sos-topo {
  position: absolute;
  right: -10%;
  top: -20%;
  width: 70%;
  height: 140%;
  z-index: 1;
  opacity: 0.28;
  pointer-events: none;
}
.sos-topo path {
  fill: none;
  stroke: var(--moss);
  stroke-width: 1;
}

.sos-hero-meta {
  border-top: 1px solid var(--rule);
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 32px 32px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}
.sos-hero-meta-item .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 8px;
}
.sos-hero-meta-item .value {
  font-family: 'Anton', sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .sos-hero { padding: 60px 0 70px; }
  .sos-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .sos-hero-visual { aspect-ratio: 4/3; }
  .sos-hero-meta { grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 50px; }
  .sos-hero h1 { font-size: clamp(64px, 18vw, 120px); }
}

/* ============================================================ SERVICES */
.sos-services {
  background: var(--paper);
  padding: 130px 0;
  border-bottom: 1px solid var(--rule);
}
.sos-section-head {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 80px;
}
.sos-section-head h2 {
  font-size: clamp(50px, 6vw, 88px);
  letter-spacing: -0.01em;
  line-height: 0.95;
}
.sos-section-head .lede {
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 520px;
}
.sos-section-head .sos-tag { margin-bottom: 18px; }

.sos-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}
.sos-service {
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 36px 30px 40px;
  background: var(--paper);
  position: relative;
  transition: background 0.25s, color 0.25s;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.sos-service:hover {
  background: var(--ink);
  color: var(--bone);
}
.sos-service:hover .sos-service-num { color: var(--clay); }
.sos-service-num {
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--stone);
  margin-bottom: 60px;
  transition: color 0.25s;
}
.sos-service h3 {
  font-size: 38px;
  letter-spacing: 0.01em;
  margin: 0 0 18px;
  line-height: 0.95;
}
.sos-service p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  flex-grow: 1;
}
.sos-service .sos-service-list {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  opacity: 0.7;
  transition: color 0.25s, opacity 0.25s;
}
.sos-service:hover .sos-service-list { opacity: 1; color: var(--bone); }

@media (max-width: 1000px) {
  .sos-services { padding: 80px 0; }
  .sos-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 50px; align-items: start; }
  .sos-services-grid { grid-template-columns: repeat(2, 1fr); }
  .sos-service { min-height: 280px; padding: 26px 22px 30px; }
  .sos-service h3 { font-size: 30px; }
  .sos-service-num { margin-bottom: 30px; }
}
@media (max-width: 540px) {
  .sos-services-grid { grid-template-columns: 1fr; }
}

/* ============================================================ ABOUT */
.sos-about {
  background: var(--moss-deep);
  color: var(--bone);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.sos-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(241,234,216,0.04), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(185,92,60,0.06), transparent 50%);
  pointer-events: none;
}
.sos-about-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.sos-about-inner .sos-tag { color: rgba(241,234,216,0.6); margin-bottom: 28px; }
.sos-about h2 {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.005em;
}
.sos-about h2 .clay { color: var(--clay); }
.sos-about-body p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(241,234,216,0.86);
}
.sos-about-body p + p { margin-top: 1.2em; }
.sos-stats {
  margin-top: 60px;
  border-top: 1px solid var(--rule-light);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.sos-stat {
  padding: 32px 24px 0 0;
  border-right: 1px solid var(--rule-light);
}
.sos-stat:last-child { border-right: none; padding-right: 0; }
.sos-stat .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(241,234,216,0.55);
  margin-bottom: 12px;
}
.sos-stat .value {
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media (max-width: 900px) {
  .sos-about { padding: 90px 0; }
  .sos-about-inner { grid-template-columns: 1fr; gap: 40px; }
  .sos-stats { margin-top: 36px; grid-template-columns: 1fr 1fr; }
  .sos-stat:nth-child(2) { border-right: none; }
  .sos-stat:last-child { grid-column: 1 / -1; border-top: 1px solid var(--rule-light); margin-top: 24px; padding-top: 24px; }
}

/* ============================================================ SERVICE AREA */
.sos-area {
  background: var(--bone);
  padding: 130px 0;
  border-bottom: 1px solid var(--rule);
}
.sos-area-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.sos-area h2 {
  font-size: clamp(50px, 5.5vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.sos-area-intro {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 380px;
  line-height: 1.6;
}
.sos-counties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.sos-county {
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.sos-county:nth-child(odd) { padding-right: 36px; border-right: 1px solid var(--rule); padding-left: 0; }
.sos-county:nth-child(even) { padding-left: 36px; }
.sos-county-name {
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sos-county-state {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--stone);
}

@media (max-width: 900px) {
  .sos-area { padding: 80px 0; }
  .sos-area-inner { grid-template-columns: 1fr; gap: 36px; }
  .sos-counties { grid-template-columns: 1fr; }
  .sos-county, .sos-county:nth-child(odd), .sos-county:nth-child(even) {
    border-right: none; padding: 22px 0;
  }
  .sos-county-name { font-size: 24px; }
}

/* ============================================================ CONTACT + FORM */
.sos-contact {
  background: var(--cream);
  padding: 140px 0 100px;
  position: relative;
}
.sos-contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.sos-contact h2 {
  font-size: clamp(54px, 6.5vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.015em;
  margin-bottom: 28px;
}
.sos-contact h2 .clay { color: var(--clay); }
.sos-contact-lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 440px;
  margin-bottom: 48px;
}
.sos-contact-info {
  border-top: 1px solid var(--rule);
  padding-top: 28px;
}
.sos-contact-info-row {
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: 18px;
  align-items: baseline;
}
.sos-contact-info-row .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  width: 80px;
  flex-shrink: 0;
}
.sos-contact-info-row .value {
  font-family: 'Anton', sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sos-contact-info-row .value a:hover { color: var(--clay); }

.sos-form-card {
  background: var(--paper);
  padding: 48px 44px;
  border: 2px solid var(--ink);
  position: relative;
}
.sos-form-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--clay);
  z-index: -1;
}
.sos-form-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 8px;
}
.sos-form-title {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* ----- GRAVITY FORMS overrides scoped to .sos-form-card ----- */
.sos-form-card .gform_wrapper { margin: 0 !important; padding: 0 !important; }
.sos-form-card .gform_wrapper form { margin: 0; }
.sos-form-card .gform_wrapper .gform_heading,
.sos-form-card .gform_wrapper .gform_title,
.sos-form-card .gform_wrapper .gform_description { display: none !important; }
.sos-form-card .gform_wrapper .gform_fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px 16px !important;
}
.sos-form-card .gform_wrapper .gfield {
  margin: 0 !important;
  padding: 0 !important;
  grid-column: span 1;
}
.sos-form-card .gform_wrapper .gfield--width-full,
.sos-form-card .gform_wrapper .gfield.gf-full,
.sos-form-card .gform_wrapper .gfield.sos-full {
  grid-column: 1 / -1;
}
.sos-form-card .gform_wrapper .gfield_label {
  font-family: 'DM Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--stone) !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
  display: block;
}
.sos-form-card .gform_wrapper input[type="text"],
.sos-form-card .gform_wrapper input[type="email"],
.sos-form-card .gform_wrapper input[type="tel"],
.sos-form-card .gform_wrapper input[type="url"],
.sos-form-card .gform_wrapper textarea,
.sos-form-card .gform_wrapper select {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid var(--ink) !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 16px !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  transition: border-color 0.2s;
}
.sos-form-card .gform_wrapper textarea {
  border: 1.5px solid var(--ink) !important;
  padding: 14px 16px !important;
  min-height: 130px;
  resize: vertical;
}
.sos-form-card .gform_wrapper input:focus,
.sos-form-card .gform_wrapper textarea:focus,
.sos-form-card .gform_wrapper select:focus {
  outline: none !important;
  border-color: var(--clay) !important;
}
.sos-form-card .gform_wrapper .gfield_required { color: var(--clay) !important; }
.sos-form-card .gform_wrapper .gform_footer {
  margin: 28px 0 0 !important;
  padding: 0 !important;
}
.sos-form-card .gform_wrapper .gform_button {
  background: var(--ink) !important;
  color: var(--bone) !important;
  border: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  padding: 16px 36px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: all 0.2s !important;
  width: 100%;
}
.sos-form-card .gform_wrapper .gform_button:hover {
  background: var(--clay) !important;
  border-color: var(--clay) !important;
}
.sos-form-card .gform_wrapper .gfield_error input,
.sos-form-card .gform_wrapper .gfield_error textarea,
.sos-form-card .gform_wrapper .gfield_error select {
  border-color: var(--clay) !important;
}
.sos-form-card .gform_wrapper .validation_message,
.sos-form-card .gform_wrapper .gfield_validation_message {
  font-size: 12px !important;
  color: var(--clay) !important;
  background: transparent !important;
  border: none !important;
  padding: 4px 0 0 !important;
  margin: 0 !important;
}
.sos-form-card .gform_wrapper .gform_confirmation_message {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 30px 0;
  color: var(--moss);
}
.sos-form-card .sos-form-fallback {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--stone);
  padding: 30px 0;
  text-align: center;
  border-top: 1px dashed var(--rule);
  border-bottom: 1px dashed var(--rule);
}

@media (max-width: 900px) {
  .sos-contact { padding: 80px 0 60px; }
  .sos-contact-inner { grid-template-columns: 1fr; gap: 50px; }
  .sos-form-card { padding: 32px 24px; }
  .sos-form-card .gform_wrapper .gform_fields { grid-template-columns: 1fr !important; }
}

/* ============================================================ FOOTER */
.sos-footer {
  background: var(--ink);
  color: var(--bone);
  padding: 50px 0 40px;
}
.sos-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.sos-footer-brand {
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sos-footer-brand span {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(241,234,216,0.5);
  margin-top: 4px;
}
.sos-footer-meta {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(241,234,216,0.55);
  text-align: right;
}
.sos-footer-meta a:hover { color: var(--clay); }
@media (max-width: 600px) {
  .sos-footer-inner { flex-direction: column; align-items: flex-start; }
  .sos-footer-meta { text-align: left; }
}

/* Hide WP admin bar offset when logged out */
html:not(.wp-toolbar) { margin-top: 0 !important; }
.sos-hero{
  position: relative;
  overflow: hidden;
}

.sos-hero::before{
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("https://sullivanoutdoorsolutions.com/wp-content/uploads/2026/05/IMG_9457.jpeg");
  background-repeat: no-repeat;

  background-position: center -15%;
  background-size: 130%;

  opacity: .18;

  z-index: 0;
  pointer-events: none;
}

.sos-hero > *{
  position: relative;
  z-index: 1;
}
  @media (max-width: 700px){
  .sos-hero-visual{
    aspect-ratio: 2 / 1 !important;
    min-height: 160px !important;
    max-height: 220px !important;
  }

  .sos-hero{
    padding-top: 20px !important;
  }

  .sos-hero::before{
    background-position: center -80px !important;
    background-size: 125% !important;
    opacity: .20 !important;
  }
}
@media (max-width:700px){
  .sos-hero-visual{
    display:none !important;
  }

  .sos-hero{
    padding-top:20px !important;
  }

  .sos-hero::before{
    background-position:center -180px !important;
    background-size:180% !important;
    opacity:.80 !important;
  }
}@media (max-width:700px){
  .sos-hero svg{
    display:none !important;
  }
}@media (max-width:700px){
  svg[viewBox]{
    display:none !important;
  }
}@media (max-width:700px){
  .sos-page svg{
    display:none !important;
    height:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
  }
}.sos-hero::before{
    opacity:.3 !important;
    background-size:70% !important;
    background-position:center 75px !important;
}