:root {
  --ufs-home-ink: #201a16;
  --ufs-home-brown: #5d3b24;
  --ufs-home-brass: #b9864d;
  --ufs-home-orange: #df5a28;
  --ufs-home-paper: #f2e9db;
  --ufs-home-paper-deep: #e7d7c1;
  --ufs-home-charcoal: #1d2225;
  --ufs-home-serif: "EB Garamond Local", Georgia, "Times New Roman", serif;
  --ufs-home-sans: "Roboto Flex", "Segoe UI", Arial, sans-serif;
}

body.home .et-l--body,
body.home .et-l--body > .et_builder_inner_content {
  overflow: hidden;
}

body.home .et-l--body .et_pb_section.ufs-home {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.ufs-home,
.ufs-home * {
  box-sizing: border-box;
}

.ufs-home {
  color: var(--ufs-home-ink);
  font-family: var(--ufs-home-sans);
}

.ufs-home h1,
.ufs-home h2,
.ufs-home h3 {
  color: var(--ufs-home-ink);
  font-family: var(--ufs-home-serif);
  font-weight: 650;
}

.ufs-home a:focus-visible {
  outline: 3px solid rgba(223, 90, 40, 0.82);
  outline-offset: 4px;
}

/* Hero */
.ufs-home-hero {
  position: relative;
  z-index: 1;
  min-height: clamp(650px, 57vw, 820px);
  overflow: hidden;
  isolation: isolate;
  background-color: #131516 !important;
  background-image: url("home-hero-desktop-v1.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ufs-home-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 0.04) 0 28%, rgba(0, 0, 0, 0.23) 74%),
    linear-gradient(180deg, rgba(10, 12, 12, 0.13), rgba(10, 12, 12, 0) 62%, rgba(8, 8, 8, 0.2));
}

.ufs-home-hero-row {
  display: grid !important;
  grid-template-columns: minmax(140px, 1fr) minmax(520px, 760px) minmax(190px, 1fr);
  align-items: center;
  width: min(96%, 1520px) !important;
  max-width: 1520px !important;
  min-height: clamp(650px, 57vw, 820px);
  margin: 0 auto !important;
  padding: 58px 0 180px !important;
}

.ufs-home-hero-row > .et_pb_column {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.ufs-home-hero-copy {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 18px 20px;
  text-align: center;
}

.ufs-home-hero-message {
  flex: 0 0 100%;
  width: 100%;
}

.ufs-home-hero-message .et_pb_text_inner {
  width: 100%;
}

.ufs-home-kicker {
  margin: 0 0 12px !important;
  color: #d8b386 !important;
  font-size: clamp(0.72rem, 0.66rem + 0.22vw, 0.9rem) !important;
  font-weight: 750 !important;
  letter-spacing: 0.2em !important;
  line-height: 1.45 !important;
  text-transform: uppercase;
}

.ufs-home-hero h1 {
  max-width: 780px;
  margin: 0 auto 17px !important;
  color: #f9f0e2 !important;
  font-size: clamp(4rem, 5.2vw, 5.75rem) !important;
  letter-spacing: -0.038em;
  line-height: 0.88 !important;
  text-wrap: balance;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.42);
}

.ufs-home-hero h1 em {
  color: #d5aa78;
  font-weight: 520;
}

.ufs-home-hero-message p:last-child {
  max-width: 650px;
  margin: 0 auto !important;
  color: #f4eee6 !important;
  font-size: clamp(1.02rem, 0.94rem + 0.28vw, 1.22rem) !important;
  line-height: 1.55 !important;
  text-wrap: balance;
}

.ufs-home-hero-copy > .et_pb_button_module_wrapper {
  display: inline-flex;
  width: auto;
  margin: 4px 0 0 !important;
}

body #page-container .ufs-home-hero-copy .et_pb_button {
  min-width: 255px;
}

.ufs-home-hero-quote {
  width: min(100%, 226px);
  margin: 44px 0 0 auto !important;
  padding: 42px 27px 39px !important;
  transform: rotate(-2deg);
  background: #ead8bc var(--ufs-button-parchment-light) center / 100% 100% no-repeat !important;
  filter: drop-shadow(0 13px 14px rgba(0, 0, 0, 0.32));
  clip-path: polygon(3% 1%, 97% 0, 100% 5%, 98% 15%, 100% 27%, 98% 40%, 100% 54%, 98% 67%, 100% 82%, 97% 99%, 82% 97%, 66% 100%, 49% 98%, 31% 100%, 14% 97%, 2% 100%, 0 83%, 2% 68%, 0 53%, 2% 39%, 0 24%, 2% 10%);
  text-align: center;
}

.ufs-home-hero-quote p {
  margin: 0 !important;
  color: #503521 !important;
  font-family: "EB Garamond Local", Georgia, serif;
  font-size: 1.4rem !important;
  font-style: italic;
  font-weight: 650;
  line-height: 1.08 !important;
}

.ufs-home-hero-quote small {
  display: block;
  margin-top: 13px;
  font-family: Inter, sans-serif;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Torn feature ribbon */
.ufs-home-feature-ribbon {
  position: relative;
  z-index: 3;
  margin-top: -30px !important;
  padding: 48px 0 42px !important;
  clip-path: none;
  background: transparent url("home-icon-ribbon-torn-desktop-v1.webp") center / 100% 120% no-repeat !important;
  filter: drop-shadow(0 10px 15px rgba(45, 29, 18, 0.13));
}

.ufs-home-feature-row {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(92%, 1240px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 14px 0 10px !important;
}

.ufs-home-feature-row > .et_pb_column {
  position: relative;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 18px !important;
}

.ufs-home-feature-row > .et_pb_column + .et_pb_column::before {
  position: absolute;
  top: 14%;
  bottom: 11%;
  left: 0;
  width: 1px;
  content: "";
  background: rgba(98, 63, 35, 0.25);
}

.ufs-home-icon-blurb {
  margin: 0 !important;
  text-align: center;
}

.ufs-home-icon-blurb h3 a::before {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 7px;
  content: "";
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  transition: transform 180ms ease, filter 180ms ease;
}

.ufs-icon-bible h3 a::before { background-image: url("ribbon-bible-v1.webp"); }
.ufs-icon-questions h3 a::before { background-image: url("ribbon-questions-v1.webp"); }
.ufs-icon-resources h3 a::before { background-image: url("ribbon-resources-v1.webp"); }
.ufs-icon-store h3 a::before { background-image: url("ribbon-store-v1.webp"); }
.ufs-icon-podcast h3 a::before { background-image: url("ribbon-podcast-v1.webp"); }
.ufs-icon-about h3 a::before { background-image: url("ribbon-about-v1.webp"); }
.ufs-home-icon-blurb h3 {
  margin: 0 !important;
  font-family: Inter, sans-serif;
  font-size: 0.78rem !important;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.15 !important;
  text-transform: uppercase;
}

.ufs-home-icon-blurb h3 a {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #4a3424 !important;
  text-decoration: none;
}

.ufs-home-icon-blurb h3 a:hover::before,
.ufs-home-icon-blurb h3 a:focus-visible::before {
  filter: saturate(1.08) contrast(1.05);
  transform: translateY(-3px) scale(1.04);
}

/* Shared section headings */
.ufs-home-studies,
.ufs-home-shirts {
  padding: clamp(54px, 6vw, 90px) 0 !important;
}

.ufs-home-section-heading-row,
.ufs-home-study-grid-row,
.ufs-home-shirt-grid-row {
  width: min(92%, 1320px) !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

.ufs-home-section-heading {
  margin: 0 0 24px !important;
}

.ufs-home-section-heading .et_pb_text_inner {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
}

.ufs-home-section-heading h2 {
  position: relative;
  margin: 0 !important;
  font-size: clamp(2.45rem, 3.35vw, 3.8rem) !important;
  letter-spacing: -0.025em;
  line-height: 0.98 !important;
}

.ufs-home-section-heading h2::after {
  display: inline-block;
  width: clamp(64px, 8vw, 118px);
  height: 10px;
  margin-left: 16px;
  content: "";
  border-top: 1px solid rgba(72, 49, 31, 0.66);
  border-bottom: 1px solid rgba(72, 49, 31, 0.28);
  transform: skewX(-18deg);
}

.ufs-home-section-heading p {
  margin: 0 !important;
}

.ufs-home-section-heading a {
  color: #5d3b24 !important;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Featured studies shortcode */
.ufh2-dynamic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

.ufh2-feature-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(101, 70, 43, 0.25);
  background: linear-gradient(145deg, rgba(255,255,255,.3), transparent 45%), #efe4d2;
  box-shadow: 0 11px 24px rgba(62, 40, 24, 0.13), 0 2px 4px rgba(62, 40, 24, 0.13);
  clip-path: polygon(1% 0, 98% 0, 100% 2%, 99% 97%, 97% 100%, 2% 99%, 0 96%, 1% 3%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ufh2-feature-card:nth-child(even) { transform: rotate(0.28deg); }
.ufh2-feature-card:nth-child(odd) { transform: rotate(-0.22deg); }
.ufh2-feature-card:hover { transform: translateY(-5px) rotate(0); box-shadow: 0 18px 34px rgba(62, 40, 24, 0.18); }

.ufh2-feature-media {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
}

.ufh2-feature-media img {
  display: block;
  width: 100%;
  height: 218px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.ufh2-feature-card:hover .ufh2-feature-media img { transform: scale(1.025); }

.ufh2-feature-category {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 10px 5px;
  overflow: hidden;
  background: rgba(74, 47, 28, 0.92);
  color: #f5e9d6;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ufh2-feature-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 18px 16px;
}

.ufh2-feature-copy h3 {
  min-height: 2.04em;
  margin: 0 0 6px !important;
  font-size: clamp(1.4rem, 1.38vw, 1.68rem) !important;
  letter-spacing: -0.02em;
  line-height: 1.02 !important;
}

.ufh2-feature-copy h3 a {
  color: #27201b !important;
  text-decoration: none;
}

.ufh2-feature-copy > p {
  display: -webkit-box;
  min-height: 4.2em;
  margin: 0 0 12px !important;
  overflow: hidden;
  color: #54483f !important;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ufh2-feature-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: #332920;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.ufh2-feature-link {
  color: #5c3721 !important;
  text-decoration: underline;
  text-decoration-color: rgba(92, 55, 33, 0.42);
  text-underline-offset: 4px;
}

/* Curated WooCommerce T-shirts */
.ufs-home-shirts {
  padding-top: 0 !important;
  padding-bottom: clamp(50px, 5vw, 72px) !important;
}

.ufs-home-shirt-grid-module,
.ufs-home-shirt-grid-module .woocommerce {
  width: 100%;
  margin: 0 !important;
}

.ufs-home-shirts .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  margin: 0 !important;
  padding: 0 !important;
}

.ufs-home-shirts .woocommerce ul.products::before,
.ufs-home-shirts .woocommerce ul.products::after {
  display: none !important;
}

.ufs-home-shirts .woocommerce ul.products li.product {
  position: relative;
  display: flex;
  width: auto !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 0 16px !important;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(101, 70, 43, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.3), transparent 46%), #efe4d2;
  box-shadow: 0 11px 24px rgba(62, 40, 24, 0.13), 0 2px 4px rgba(62, 40, 24, 0.12);
  clip-path: polygon(1% 0, 98% 0, 100% 2%, 99% 97%, 97% 100%, 2% 99%, 0 96%, 1% 3%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ufs-home-shirts .woocommerce ul.products li.product:nth-child(even) { transform: rotate(0.2deg); }
.ufs-home-shirts .woocommerce ul.products li.product:nth-child(odd) { transform: rotate(-0.18deg); }
.ufs-home-shirts .woocommerce ul.products li.product:hover {
  transform: translateY(-5px) rotate(0);
  box-shadow: 0 18px 34px rgba(62, 40, 24, 0.18);
}

.ufs-home-shirts .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  color: var(--ufs-home-ink) !important;
  text-decoration: none;
}

.ufs-home-shirts .woocommerce ul.products li.product a img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px !important;
  object-fit: cover;
  transition: transform 260ms ease;
}

.ufs-home-shirts .woocommerce ul.products li.product:hover a img { transform: scale(1.025); }

.ufs-home-shirts .woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block !important;
  min-height: 2.2em;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: visible;
  white-space: normal !important;
  overflow-wrap: anywhere;
  color: #29211b !important;
  font-family: var(--ufs-home-serif) !important;
  font-size: clamp(1.28rem, 1.2vw, 1.48rem) !important;
  font-weight: 620 !important;
  letter-spacing: -0.012em !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

.ufs-home-shirts .woocommerce ul.products li.product .woocommerce-loop-product__title::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  content: none !important;
  border: 0 !important;
}

.ufs-home-shirts .woocommerce ul.products li.product .price {
  margin: auto 0 0 !important;
  padding: 10px 16px 0;
  color: #684127 !important;
  font-family: var(--ufs-home-sans) !important;
  font-size: 0.92rem !important;
  font-weight: 720 !important;
  letter-spacing: 0.015em;
}

.ufs-home-shirts .woocommerce ul.products li.product .onsale {
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  padding: 7px 10px !important;
  border-radius: 0 !important;
  background: rgba(74, 47, 28, 0.94) !important;
  color: #f5e9d6 !important;
  font-size: 0.66rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.075em;
  line-height: 1 !important;
  text-transform: uppercase;
}

body #page-container .ufs-home-shirts .woocommerce ul.products li.product .button {
  width: calc(100% - 32px);
  min-height: 46px;
  margin: 13px 16px 0 !important;
  padding: 11px 16px !important;
  font-family: var(--ufs-home-sans) !important;
  font-size: 0.72rem !important;
}

body #page-container .ufs-home-shirts .woocommerce ul.products li.product .ufs-home-shirt-action.ufs-paper-button-dark {
  background: transparent url("../../unforsaken-classic-header/assets/button-charcoal-v1.webp") center / 100% 100% no-repeat !important;
  color: #f6ead6 !important;
}

/* Bible question banner */
.ufs-home-question {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 280px;
  margin: 8px 0 clamp(58px, 7vw, 98px) !important;
  overflow: visible;
  background-color: transparent !important;
  background-image: url("home-question-banner-torn-v2.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none;
  filter: drop-shadow(0 18px 18px rgba(38, 27, 20, 0.18));
}

.ufs-home-question-row {
  display: grid !important;
  grid-template-columns: minmax(330px, 42%) minmax(0, 58%);
  align-items: center;
  width: min(92%, 1300px) !important;
  max-width: 1300px !important;
  min-height: 280px;
  margin: 0 auto !important;
  padding: 32px 0 !important;
}

.ufs-home-question-row > .et_pb_column {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.ufs-home-question-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 28px;
  align-items: center;
}

.ufs-home-question-message { grid-column: 1; }
.ufs-home-question-button { grid-column: 2; grid-row: 1; }

.ufs-home-question h2 {
  margin: 0 0 4px !important;
  color: #f7ecdc !important;
  font-size: clamp(2.45rem, 3.2vw, 3.75rem) !important;
  line-height: 0.95 !important;
}

.ufs-home-question h2 em {
  display: block;
  color: #d5a46e;
  font-size: 0.63em;
  font-weight: 520;
}

.ufs-home-question p {
  max-width: 560px;
  margin: 0 !important;
  color: #eee3d5 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 1180px) {
  .ufs-home-hero-row {
    grid-template-columns: 8% minmax(500px, 1fr) 23%;
  }

  .ufh2-dynamic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufs-home-shirts .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufh2-feature-card { min-height: 0; }
}

@media (max-width: 980px) {
  .ufs-home-hero-row {
    grid-template-columns: 0 minmax(0, 1fr) 190px;
    width: 94% !important;
  }

  .ufs-home-hero h1 { font-size: clamp(3.55rem, 8.8vw, 5.25rem) !important; }
  .ufs-home-feature-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 0; }
  .ufs-home-feature-row > .et_pb_column:nth-child(4)::before { display: none; }
  .ufs-home-question-copy { grid-template-columns: 1fr; }
  .ufs-home-question-message,
  .ufs-home-question-button { grid-column: 1; grid-row: auto; }
}

@media (max-width: 767px) {
  .ufs-home-hero {
    min-height: 850px;
    background-image: url("home-hero-mobile-v1.webp") !important;
    background-position: center center !important;
  }

  .ufs-home-hero::after {
    background: linear-gradient(180deg, rgba(8, 10, 10, 0.08), rgba(8, 10, 10, 0.18) 67%, rgba(8, 10, 10, 0.08));
  }

  .ufs-home-hero-row {
    display: flex !important;
    min-height: 850px;
    padding: 76px 18px 310px !important;
  }

  .ufs-home-hero-spacer,
  .ufs-home-hero-quote-column {
    display: none !important;
  }

  .ufs-home-hero-copy {
    align-content: flex-start;
    gap: 12px;
  }

  .ufs-home-kicker {
    font-size: 0.68rem !important;
    letter-spacing: 0.15em !important;
  }

  .ufs-home-hero h1 {
    max-width: 520px;
    margin-bottom: 16px !important;
    font-size: clamp(3.2rem, 14.8vw, 4.55rem) !important;
    line-height: 0.9 !important;
  }

  .ufs-home-hero-message p:last-child {
    max-width: 500px;
    font-size: 1rem !important;
    line-height: 1.48 !important;
  }

  .ufs-home-hero-copy > .et_pb_button_module_wrapper {
    display: flex;
    flex: 0 0 min(100%, 360px);
    justify-content: center;
  }

  body #page-container .ufs-home-hero-copy .et_pb_button { width: 100%; min-width: 0; }

  .ufs-home-feature-ribbon {
    margin-top: -24px !important;
    padding: 45px 0 44px !important;
    background-image: url("home-icon-ribbon-torn-mobile-v1.webp") !important;
    background-size: 100% 100% !important;
  }

  .ufs-home-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 94% !important;
  }

  .ufs-home-feature-row > .et_pb_column:nth-child(odd)::before { display: none; }
  .ufs-home-feature-row > .et_pb_column:nth-child(even)::before { display: block; }
  .ufs-home-icon-blurb h3 a::before { width: 98px; height: 98px; }
  .ufs-home-icon-blurb h3 a { min-height: 132px; }

  .ufs-home-studies,
  .ufs-home-shirts { padding-right: 0 !important; padding-left: 0 !important; }

  .ufs-home-section-heading .et_pb_text_inner {
    display: block;
  }

  .ufs-home-section-heading h2 {
    font-size: clamp(2.4rem, 12vw, 3.25rem) !important;
  }

  .ufs-home-section-heading h2::after { width: 52px; }
  .ufs-home-section-heading p { margin-top: 12px !important; }

  .ufh2-dynamic-grid { grid-template-columns: 1fr; }
  .ufs-home-shirts .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }
  .ufs-home-shirts .ufs-home-section-heading { margin-bottom: 18px !important; }
  .ufs-home-shirts .woocommerce ul.products li.product { padding-bottom: 12px !important; }
  .ufs-home-shirts .woocommerce ul.products li.product a img { margin-bottom: 10px !important; }
  .ufs-home-shirts .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    padding: 0 11px !important;
    font-size: clamp(1rem, 4.5vw, 1.16rem) !important;
    line-height: 1.08 !important;
  }
  .ufs-home-shirts .woocommerce ul.products li.product .price {
    padding: 8px 11px 0;
    font-size: 0.82rem !important;
  }
  body #page-container .ufs-home-shirts .woocommerce ul.products li.product .button {
    width: calc(100% - 20px);
    min-height: 40px;
    margin: 10px 10px 0 !important;
    padding: 9px 8px !important;
    font-size: 0.62rem !important;
  }
  .ufh2-feature-card { min-height: 0; }
  .ufh2-feature-media img { height: 230px; }

  .ufs-home-question {
    width: 100%;
    min-height: 590px;
    background-position: 38% center !important;
    background-size: auto 100% !important;
  }

  .ufs-home-question-row {
    position: relative;
    display: flex !important;
    min-height: 590px;
    align-items: flex-end;
    padding: 250px 24px 55px !important;
  }

  .ufs-home-question-art { display: none !important; }
  .ufs-home-question h2 { font-size: 3rem !important; }
  .ufs-home-question-button { margin-top: 9px !important; }
  body #page-container .ufs-home-question-button .et_pb_button { width: 100%; }

}

@media (prefers-reduced-motion: reduce) {
  .ufh2-feature-card,
  .ufh2-feature-media img { transition: none; }
}
