html {
  scroll-behavior: smooth;
}

body {
  background: #f5f7f6;
  color: #20302c;
}

#parallax-world-of-ugg {
  background: #f5f7f6;
}

#parallax-world-of-ugg > section:first-child .title {
  padding: clamp(42px, 7vw, 76px) 24px clamp(30px, 5vw, 50px);
  background: #ffffff;
  border-bottom: 1px solid #e1e8e4;
}

#parallax-world-of-ugg > section:first-child .title h1 {
  max-width: 1180px;
  margin: 0 auto;
  color: #20302c;
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
  text-transform: none;
}

#parallax-world-of-ugg .parallax-one,
#parallax-world-of-ugg .parallax-two,
#parallax-world-of-ugg .parallax-three {
  min-height: clamp(240px, 35vw, 400px);
  padding: 0;
  position: relative;
  display: grid;
  place-items: center;
  background-attachment: scroll;
}

#parallax-world-of-ugg .parallax-one::before,
#parallax-world-of-ugg .parallax-two::before,
#parallax-world-of-ugg .parallax-three::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 22, 20, 0.72), rgba(14, 22, 20, 0.2));
}

#parallax-world-of-ugg .parallax-one h2,
#parallax-world-of-ugg .parallax-two h2,
#parallax-world-of-ugg .parallax-three h2 {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(28px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.about-overview {
  padding: clamp(34px, 5vw, 58px) 24px;
  background: #ffffff;
  border-bottom: 1px solid #e1e8e4;
}

.about-overview__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
}

.about-overview__copy {
  max-width: 760px;
}

.about-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid #f2d8c2;
  border-radius: 8px;
  background: #fff7ef;
  color: #c75300;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

#parallax-world-of-ugg .about-overview h2 {
  margin: 0;
  color: #20302c;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  width: auto;
}

#parallax-world-of-ugg .about-overview p {
  margin: 14px 0 0;
  color: #62716d;
  font-size: 17px;
  line-height: 1.7;
}

.about-overview__actions {
  display: grid;
  gap: 10px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #dce5e0;
  border-radius: 8px;
  background: #ffffff;
  color: #263632;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.about-btn:hover,
.about-btn:focus-visible {
  border-color: #f56e00;
  background: #fff7ef;
  color: #c75300;
  transform: translateY(-1px);
  outline: none;
}

.about-btn--primary {
  border-color: #f56e00;
  background: #f56e00;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(245, 110, 0, 0.22);
}

.about-btn--primary:hover,
.about-btn--primary:focus-visible {
  background: #d95800;
  color: #ffffff;
}

.about-section {
  padding: clamp(34px, 5vw, 58px) 0;
}

.about-section:first-of-type {
  padding-top: clamp(38px, 6vw, 70px);
}

#parallax-world-of-ugg .about-card {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #dce5e0;
  border-radius: 8px;
  background: #f8fbf9;
  text-align: left;
}

#parallax-world-of-ugg .about-card p {
  margin: 0;
  color: #4f605b;
  font-size: 16px;
  line-height: 1.8;
}

#parallax-world-of-ugg .about-card .title {
  margin: 0 0 14px;
  padding: 0;
  text-align: left;
  background: transparent;
}

#parallax-world-of-ugg .about-card .title h1 {
  color: #20302c;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

#parallax-world-of-ugg .about-card .title hr {
  width: 76px;
  margin: 12px 0 0;
  border: 0;
  height: 2px;
  background: #f56e00;
}

#parallax-world-of-ugg .about-card .line-break {
  display: none;
}

#parallax-world-of-ugg .about-card .first-character {
  font-size: 56px;
  line-height: 42px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 0;
}

.about-list {
  margin: 0;
  padding-left: 20px;
  color: #4f605b;
}

.about-list li {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.about-list li + li {
  margin-top: 8px;
}

@media screen and (max-width: 980px) {
  .about-overview__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media screen and (max-width: 640px) {
  #parallax-world-of-ugg > section:first-child .title {
    padding: 34px 18px 28px;
  }

  #parallax-world-of-ugg .parallax-one h2,
  #parallax-world-of-ugg .parallax-two h2,
  #parallax-world-of-ugg .parallax-three h2 {
    width: calc(100% - 36px);
    font-size: 30px;
  }

  .about-overview {
    padding: 30px 18px;
  }

  .about-overview__inner,
  #parallax-world-of-ugg .about-card {
    width: calc(100% - 36px);
  }

  .about-overview__actions,
  .about-btn {
    width: 100%;
  }

  .about-section {
    padding: 30px 0;
  }

  #parallax-world-of-ugg .about-card {
    padding: 16px;
  }

  #parallax-world-of-ugg .about-card p,
  .about-list li {
    font-size: 15px;
    line-height: 1.7;
  }
}
