@charset "UTF-8";

:root {
  --mini-black: #111111;
  --mini-charcoal: #202224;
  --mini-dark: #252729;
  --mini-gray: #5f6467;
  --mini-light-gray: #f2f2f0;
  --mini-off-white: #f8f8f5;
  --mini-white: #ffffff;
  --mini-accent: #d8d0bf;
  --mini-accent-light: #f1eee7;
  --mini-border: rgba(17, 17, 17, 0.14);
  --mini-shadow: 0 16px 38px rgba(0, 0, 0, 0.09);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--mini-black);
  background: var(--mini-white);
  font-family:
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
  word-break: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition:
    opacity 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

a:hover {
  opacity: 0.86;
}


/* =========================================================
   TYPOGRAPHY / LINE BREAK CONTROL
========================================================= */

h1,
h2,
h3 {
  max-width: 100%;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
  text-wrap: balance;
}

p {
  line-break: strict;
}

.cooper-heading h2,
.cooper-copy h2,
.cooper-story h2,
.cooper-final h2,
.form-section h2 {
  max-width: 100%;
  text-wrap: balance;
}


/* =========================================================
   HEADER
========================================================= */

.mini-lp-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 28px 36px;
  pointer-events: none;
}

.mini-lp-header__logo {
  display: flex;
  align-items: center;
}

.mini-lp-header__logo--right {
  justify-content: flex-end;
}

.mini-lp-header__logo img {
  display: block;
  width: 152px;
  height: auto;
}


/* =========================================================
   HERO
========================================================= */

.cooper-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--mini-white);
  background: var(--mini-black);
}

.cooper-hero picture {
  position: absolute;
  inset: 0;
  display: block;
}

.cooper-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cooper-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.68) 0%,
      rgba(0, 0, 0, 0.50) 28%,
      rgba(0, 0, 0, 0.22) 54%,
      rgba(0, 0, 0, 0.04) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.00) 55%,
      rgba(0, 0, 0, 0.24) 100%
    );
}

.cooper-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 78px;
}

.cooper-hero__content {
  width: min(100%, 610px);
  min-width: 0;
}

.cooper-hero__eyebrow,
.cooper-kicker,
.cooper-heading > p,
.cooper-form__label {
  margin: 0 0 14px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cooper-hero__eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.cooper-hero h1 {
  margin: 0;
  max-width: 580px;
  color: var(--mini-white);
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  text-shadow:
    0 3px 18px rgba(0, 0, 0, 0.26);
}

.cooper-hero__copy {
  margin: 26px 0 0;
  max-width: 560px;
  color: var(--mini-white);
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-wrap: balance;
}

.cooper-hero__date {
  display: inline-block;
  margin: 26px 0 0;
  padding: 7px 0;
  color: var(--mini-white);
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.cooper-hashtag {
  margin: 18px 0 30px;
  color: var(--mini-white);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* =========================================================
   BUTTON
========================================================= */

.cooper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 17px 30px;
  color: var(--mini-white) !important;
  background: var(--mini-black);
  border: 1px solid var(--mini-black);
  border-radius: 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.15);
}

.cooper-btn::after {
  content: "›";
  margin-left: 18px;
  font-size: 1.6rem;
  line-height: 0;
}

.cooper-btn:hover {
  transform: translateY(-2px);
}

.cooper-btn--light {
  color: var(--mini-black) !important;
  background: var(--mini-white);
  border-color: var(--mini-white);
}

.cooper-btn--wide {
  min-width: 330px;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.cooper-section {
  padding: 84px 0;
  background: var(--mini-white);
}

.cooper-section--intro {
  padding: 72px 0 76px;
}

.cooper-section--community {
  background: var(--mini-off-white);
}

.cooper-section--story {
  color: var(--mini-white);
  background: var(--mini-black);
}

.cooper-section--present {
  background: var(--mini-white);
}

.cooper-section--ways {
  background: var(--mini-light-gray);
}

.cooper-section--talk {
  background: var(--mini-white);
}

.cooper-section--form {
  background: var(--mini-off-white);
}

.cooper-heading {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.cooper-heading--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.cooper-kicker,
.cooper-heading > p,
.cooper-form__label {
  color: var(--mini-gray);
}

.cooper-heading h2,
.cooper-copy h2,
.form-section h2 {
  margin: 0;
  color: var(--mini-black);
  font-size: clamp(1.75rem, 2.7vw, 2.45rem);
  font-weight: 800;
  line-height: 1.48;
  letter-spacing: 0.02em;
}

.cooper-copy {
  max-width: 900px;
}

.cooper-copy--center {
  text-align: center;
}

.cooper-copy__lead {
  max-width: 800px;
  margin: 24px auto 0;
  color: #35383a;
  font-size: 1.05rem;
  line-height: 1.95;
}

.cooper-section__intro {
  max-width: 800px;
  margin: -10px auto 38px;
  color: #45494c;
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.85;
}

.cooper-body-copy {
  max-width: 580px;
  color: #35393b;
  font-size: 1.02rem;
}

.cooper-body-copy p {
  margin: 0 0 18px;
}

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


/* =========================================================
   IMAGE
========================================================= */

.cooper-image {
  display: block;
  width: 100%;
  background: var(--mini-white);
  box-shadow: var(--mini-shadow);
  object-fit: cover;
}

.cooper-image--present {
  object-fit: contain;
}


/* =========================================================
   COMMUNITY
========================================================= */

.cooper-community-row {
  --bs-gutter-x: 4rem;
}

.cooper-community-image {
  width: 94%;
  margin-left: auto;
}


/* =========================================================
   STORY
========================================================= */

.cooper-story {
  max-width: 880px;
  text-align: center;
}

.cooper-story .cooper-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.cooper-story h2 {
  max-width: 820px;
  margin: 0 auto 26px;
  color: var(--mini-white);
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  font-weight: 800;
  line-height: 1.5;
}

.cooper-story > p:not(.cooper-kicker) {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.04rem;
  line-height: 1.95;
}

.cooper-story__message {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.cooper-story__message strong,
.cooper-story__message span {
  display: block;
}

.cooper-story__message strong {
  color: var(--mini-white);
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.5;
}

.cooper-story__message span {
  margin-top: 14px;
  color: var(--mini-accent);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* =========================================================
   PRESENT
========================================================= */

.cooper-heading--present {
  margin-bottom: 40px;
}

.cooper-present-box {
  padding: 34px;
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #faf9f5 100%
    );
  border: 1px solid rgba(17, 17, 17, 0.11);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.065);
}

.cooper-present-image-wrap {
  position: relative;
}

.cooper-present-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-block;
  padding: 8px 12px;
  color: var(--mini-black);
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.09);
}

.cooper-present__label {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 8px 14px;
  color: var(--mini-black);
  background: var(--mini-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.cooper-section--present h3 {
  max-width: 100%;
  margin: 0 0 20px;
  color: var(--mini-black);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.5;
}

.cooper-section--present .col-lg-6 > p:not(.cooper-present__label):not(.cooper-present__strong):not(.cooper-note) {
  font-size: 1.02rem;
  line-height: 1.9;
}

.cooper-present__strong {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 4px solid var(--mini-black);
  background: var(--mini-light-gray);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.8;
}

.cooper-present__strong span {
  display: block;
  margin-top: 3px;
  font-size: 1.12rem;
}

.cooper-note {
  margin-top: 18px;
  color: var(--mini-gray);
  font-size: 0.9rem;
  line-height: 1.75;
}


/* =========================================================
   WAYS TO ENJOY
========================================================= */

.cooper-way-list {
  margin-top: 0;
}

.cooper-way-card {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 0;
  padding: 30px 24px 32px;
  flex-direction: column;
  background: var(--mini-white);
  border: 1px solid var(--mini-border);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.055);
}

.cooper-way-card__number {
  margin: 0 0 18px;
  color: var(--mini-black);
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.cooper-way-card__image-wrap {
  width: calc(100% + 48px);
  margin-right: -24px;
  margin-bottom: 26px;
  margin-left: -24px;
  overflow: hidden;
  background: #ffffff;
}

.cooper-way-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.cooper-way-card:hover .cooper-way-card__image {
  transform: scale(1.015);
}

.cooper-way-card h3 {
  max-width: 100%;
  margin: 0 0 14px;
  color: var(--mini-black);
  font-size: clamp(1.18rem, 1.5vw, 1.38rem);
  font-weight: 800;
  line-height: 1.55;
}

.cooper-way-card p:last-child {
  margin: 0;
  color: #3e4244;
  font-size: 1rem;
  line-height: 1.8;
}

.cooper-middle-cta {
  max-width: 720px;
  margin: 46px auto 0;
  text-align: center;
}

.cooper-middle-cta p {
  margin: 0 0 18px;
  color: #373b3d;
  font-size: 1.05rem;
  font-weight: 600;
}


/* =========================================================
   MINI TALK
========================================================= */

.cooper-talk-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cooper-talk-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.cooper-talk-list li {
  position: relative;
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 38px;
  background: var(--mini-light-gray);
  font-size: 1rem;
  font-weight: 700;
}

.cooper-talk-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mini-black);
  transform: translateY(-50%);
}

.cooper-talk-message {
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid var(--mini-border);
  color: #333638;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.9;
}


/* =========================================================
   FINAL CTA
========================================================= */

.cooper-final {
  position: relative;
  padding: 82px 0;
  color: var(--mini-white);
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.54),
      rgba(0, 0, 0, 0.63)
    ),
    url("../img/cooper-day-showroom-bg.jpg") center 55% / cover no-repeat,
    var(--mini-black);
}

.cooper-final .container {
  max-width: 900px;
}

.cooper-kicker--light {
  color: rgba(255, 255, 255, 0.76);
}

.cooper-final h2 {
  margin: 0 auto;
  max-width: 850px;
  color: var(--mini-white);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.5;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.25);
}

.cooper-final__lead {
  margin: 26px 0 16px;
  color: var(--mini-white);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
}

.cooper-final__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.02rem;
  line-height: 1.9;
}

.cooper-final__date {
  margin: 28px 0;
  color: var(--mini-white);
  font-size: 1.08rem;
  font-weight: 700;
}


/* =========================================================
   FORM
========================================================= */

.cooper-form-heading {
  max-width: 780px;
  margin: 0 auto 30px;
}

.form-section h2 {
  margin-bottom: 16px;
}

.form-section p {
  color: #3d4144;
  font-size: 1rem;
  line-height: 1.85;
}

.cooper-form__label {
  color: var(--mini-gray) !important;
}

.cooper-form-summary {
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 22px 24px;
  background: var(--mini-white);
  border: 1px solid var(--mini-border);
}

.cooper-form-summary__item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  padding: 7px 0;
}

.cooper-form-summary__item span {
  color: var(--mini-gray);
  font-size: 0.88rem;
  font-weight: 700;
}

.cooper-form-summary__item strong {
  color: var(--mini-black);
  font-size: 1rem;
  font-weight: 700;
}

.cooper-form-summary__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--mini-border);
}

.cooper-form-summary__stores span {
  display: inline-block;
  padding: 7px 12px;
  color: var(--mini-black);
  background: var(--mini-light-gray);
  font-size: 0.88rem;
  font-weight: 700;
}

.form-placeholder {
  width: 100%;
  max-width: 100%;
  padding: 32px;
  overflow: hidden;
  background: var(--mini-white);
  border: 1px solid var(--mini-border);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.06);
}

.formrun-embed {
  width: 100%;
  max-width: 100%;
}

.formrun-embed iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
}


/* =========================================================
   FOOTER
========================================================= */

#footer.footer {
  color: var(--mini-black);
  background: var(--mini-white);
  font-size: 0.92rem;
}

#footer.footer p,
#footer.footer span,
#footer.footer strong,
#footer.footer address,
#footer.footer .footer-ttl {
  color: var(--mini-black);
}

#footer.footer a,
#footer.footer a:link,
#footer.footer a:visited,
#footer.footer a:hover,
#footer.footer a:focus,
#footer.footer a:active {
  color: var(--mini-black) !important;
  -webkit-text-fill-color: var(--mini-black) !important;
  text-decoration-color: rgba(17, 17, 17, 0.55);
}

#footer.footer a:hover {
  opacity: 0.7;
}

#footer.footer .footer-ttl {
  color: var(--mini-black);
  letter-spacing: 0.08em;
}

#footer.footer .soeicon {
  max-width: 260px;
  height: auto;
}


/* =========================================================
   TABLET LARGE
========================================================= */

@media (max-width: 1199.98px) {

  .cooper-hero,
  .cooper-hero__inner {
    min-height: 700px;
  }

  .cooper-community-row {
    --bs-gutter-x: 3rem;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

  .mini-lp-header {
    padding: 22px 24px;
  }

  .mini-lp-header__logo img {
    width: 132px;
  }

  .cooper-hero,
  .cooper-hero__inner {
    min-height: 680px;
  }

  .cooper-hero__inner {
    padding-top: 106px;
    padding-bottom: 64px;
  }

  .cooper-hero h1 {
    font-size: clamp(2.9rem, 8vw, 4.5rem);
  }

  .cooper-section {
    padding: 70px 0;
  }

  .cooper-community-image {
    width: 100%;
  }

  .cooper-present-box {
    padding: 28px;
  }

  .cooper-talk-list {
    margin-top: 28px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

  body {
    font-size: 16px;
    line-height: 1.78;
  }


  /* -------------------------------------------------------
     MOBILE GLOBAL OVERFLOW FIX
  ------------------------------------------------------- */

  .container,
  .cooper-heading,
  .cooper-copy,
  .cooper-story,
  .cooper-body-copy,
  .cooper-present-box,
  .cooper-way-card,
  .cooper-talk-message,
  .cooper-final .container,
  .cooper-form-heading,
  .cooper-form-summary {
    min-width: 0;
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  .cooper-heading h2,
  .cooper-copy h2,
  .cooper-story h2,
  .cooper-section--present h3,
  .cooper-way-card h3,
  .cooper-final h2,
  .form-section h2 {
    max-width: 100%;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    line-break: strict;
    text-wrap: wrap !important;
  }


  /* -------------------------------------------------------
     MOBILE SECTION WIDTH ALIGNMENT
     Bootstrap row gutters are removed only on the sections
     that become one-column layouts on smartphones.
  ------------------------------------------------------- */

  .cooper-section--community .cooper-community-row,
  .cooper-section--present .cooper-present-box > .row,
  .cooper-section--ways .cooper-way-list,
  .cooper-section--talk .container > .row {
    --bs-gutter-x: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .cooper-section--community .cooper-community-row {
    --bs-gutter-y: 2.5rem;
  }

  .cooper-section--present .cooper-present-box > .row {
    --bs-gutter-y: 2rem;
  }

  .cooper-section--ways .cooper-way-list {
    --bs-gutter-y: 1.5rem;
  }

  .cooper-section--talk .container > .row {
    --bs-gutter-y: 2rem;
  }

  .cooper-section--community .cooper-community-row > [class*="col-"],
  .cooper-section--present .cooper-present-box > .row > [class*="col-"],
  .cooper-section--ways .cooper-way-list > [class*="col-"],
  .cooper-section--talk .container > .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
  }


  /* HEADER */

  .mini-lp-header {
    padding: 18px 16px;
  }

  .mini-lp-header__logo img {
    width: 116px;
  }


  /* HERO */

  .cooper-hero,
  .cooper-hero__inner {
    min-height: 660px;
  }

  .cooper-hero__image {
    object-position: center center;
  }

  .cooper-hero__shade {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.54) 0%,
        rgba(0, 0, 0, 0.28) 34%,
        rgba(0, 0, 0, 0.12) 54%,
        rgba(0, 0, 0, 0.62) 100%
      );
  }

  .cooper-hero__inner {
    align-items: flex-end;
    padding-top: 100px;
    padding-bottom: 42px;
  }

  .cooper-hero__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .cooper-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .cooper-hero__copy {
    max-width: 100%;
    margin-top: 18px;
    font-size: 1.25rem;
  }

  .cooper-hero__date {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .cooper-hashtag {
    margin-bottom: 22px;
    font-size: 1rem;
  }


  /* BUTTON */

  .cooper-btn,
  .cooper-btn--wide {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 22px;
    font-size: 0.96rem;
  }


  /* COMMON */

  .cooper-section,
  .cooper-section--intro {
    padding: 56px 0;
  }

  .cooper-heading,
  .cooper-copy--center {
    text-align: left;
  }

  .cooper-heading {
    margin-bottom: 28px;
  }

  .cooper-heading h2,
  .cooper-copy h2,
  .form-section h2 {
    font-size: clamp(1.42rem, 5.8vw, 1.72rem);
    line-height: 1.55;
  }

  .cooper-copy__lead {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.9;
  }

  .cooper-section__intro {
    margin-top: -5px;
    margin-bottom: 28px;
    text-align: left;
    font-size: 1rem;
  }

  .cooper-body-copy {
    max-width: none;
    font-size: 1rem;
  }


  /* COMMUNITY */

  .cooper-section--community .cooper-community-image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .cooper-section--community .cooper-heading--left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .cooper-section--community .cooper-body-copy {
    width: 100%;
    max-width: 100%;
  }


  /* STORY */

  .cooper-story,
  .cooper-final .container {
    text-align: left !important;
  }

  .cooper-story h2,
  .cooper-final h2 {
    max-width: 100%;
    font-size: clamp(1.42rem, 5.8vw, 1.72rem);
    line-height: 1.58;
  }

  .cooper-story > p:not(.cooper-kicker) {
    font-size: 1rem;
  }

  .cooper-story__message {
    margin-top: 32px;
    padding-top: 26px;
  }

  .cooper-story__message strong {
    font-size: 1.38rem;
  }


  /* PRESENT */

  .cooper-heading--present {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .cooper-present-box {
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }

  .cooper-present-image-wrap {
    width: 100%;
    max-width: 100%;
  }

  .cooper-present-image-wrap .cooper-image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .cooper-present-badge {
    top: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
    font-size: 0.66rem;
  }

  .cooper-present__label {
    width: auto;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .cooper-section--present h3 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.38rem, 5.7vw, 1.65rem);
    line-height: 1.58;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .cooper-present__strong {
    width: 100%;
    max-width: 100%;
    padding: 18px 16px;
  }


  /* HOW TO ENJOY */

  .cooper-section--ways .cooper-heading,
  .cooper-section--ways .cooper-section__intro {
    width: 100%;
    max-width: 100%;
  }

  .cooper-way-card {
    width: 100%;
    max-width: 100%;
    padding: 26px 20px 28px;
  }

  .cooper-way-card__image-wrap {
    width: calc(100% + 40px);
    max-width: none;
    margin-right: -20px;
    margin-left: -20px;
  }

  .cooper-way-card__image {
    width: 100%;
    max-width: 100%;
  }

  .cooper-way-card h3 {
    font-size: 1.28rem;
  }

  .cooper-way-card p:last-child {
    font-size: 1rem;
  }

  .cooper-middle-cta {
    width: 100%;
    max-width: 100%;
    margin-top: 34px;
    text-align: left;
  }

  .cooper-middle-cta p {
    font-size: 1rem;
  }


  /* MINI TALK */

  .cooper-section--talk .cooper-talk-image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .cooper-section--talk .cooper-heading--left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .cooper-talk-list {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .cooper-talk-list li {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 54px;
    overflow-wrap: anywhere;
  }

  .cooper-talk-message {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }


  /* FINAL */

  .cooper-final {
    padding: 62px 0;
    background-position: 58% center;
  }

  .cooper-final__lead {
    margin-top: 22px;
    font-size: 1.22rem;
  }

  .cooper-final__copy {
    font-size: 1rem;
  }

  .cooper-final__date {
    font-size: 1rem;
  }


  /* FORM */

  .cooper-form-heading {
    text-align: left !important;
  }

  .cooper-form-summary {
    padding: 18px;
  }

  .cooper-form-summary__item {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    padding: 8px 0;
  }

  .cooper-form-summary__stores {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .form-placeholder {
    padding: 18px 14px;
  }


  /* FOOTER */

  #footer.footer {
    color: var(--mini-black);
    background: var(--mini-white);
    font-size: 0.88rem;
  }

  #footer.footer .px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  #footer.footer a,
  #footer.footer a:link,
  #footer.footer a:visited,
  #footer.footer a:hover,
  #footer.footer a:focus,
  #footer.footer a:active {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

  .cooper-hero,
  .cooper-hero__inner {
    min-height: 630px;
  }

  .cooper-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.78rem, 8vw, 2.3rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: wrap !important;
  }

  .cooper-hero__copy {
    max-width: 100%;
    font-size: 1.16rem;
  }

  .cooper-hero__eyebrow,
  .cooper-kicker,
  .cooper-heading > p,
  .cooper-form__label {
    font-size: 0.76rem;
    letter-spacing: 0.11em;
  }

  .cooper-heading h2,
  .cooper-copy h2,
  .form-section h2,
  .cooper-story h2,
  .cooper-final h2 {
    font-size: 1.42rem;
    line-height: 1.58;
  }

  .cooper-section--present h3 {
    font-size: 1.38rem;
    line-height: 1.58;
  }

  .cooper-present-box {
    padding: 14px;
  }

  .cooper-way-card__number {
    font-size: 2rem;
  }

  .soeicon {
    max-width: 220px;
  }

}