:root {
  --font-sans: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif;
  --font-bold: HelveticaNeueLTPro-ExtBold, Helvetica, Arial, sans-serif;
  --black: #000;
  --white: #fff;
  --footer: #f7f7f7;
  --service: #e9e9e9;
  --line: #666;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eeeeee;
  color: var(--black);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.4;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.page-wrapper {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
}

.top-slider-wrapper {
  display: grid;
  min-height: 40px;
  place-items: center;
  background: #000;
  color: #fff;
  padding: 10px 20px;
}

.top-slider-wrapper p {
  margin: 0;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.coach-header-logos {
  min-height: 36px;
  background: #222;
  text-align: center;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 23%;
}

.logo-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 12px;
}

.logo-link img {
  display: block;
  height: 20px;
  max-width: 100%;
  object-fit: contain;
}

.logo-link.coach-main {
  width: 26.5%;
  min-width: 98px;
  margin-right: -1px;
  border-radius: 5px 5px 2px 0;
  background: #fff;
}

.logo-link.coach-main::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: -1;
  width: 5px;
  height: 36px;
  border-bottom-right-radius: 8px;
  background: #222;
}

.logo-link.coach-main img {
  filter: brightness(0);
}

.logo-link.coach-outlet {
  flex: 1;
  min-width: 170px;
  max-width: 206px;
  background: #222;
  border-bottom-left-radius: 5px;
}

.logo-link.coach-outlet img {
  filter: brightness(0) invert(1);
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 62px;
  align-items: center;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 3px -1px rgba(50, 50, 50, 0.25);
}

.page-header.is-scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.left-section,
.right-section {
  display: flex;
  align-items: center;
  gap: 14px;
}

.right-section {
  justify-content: flex-end;
}

.nav-toggle,
.store-link,
.icon-search,
.icon-cart {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #000;
  padding: 0;
}

.nav-toggle {
  align-content: center;
  gap: 5.5px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #000;
}

.main-logo {
  display: grid;
  min-width: 132px;
  place-items: center;
}

.main-logo img {
  display: block;
  width: 132px;
  height: auto;
}

.store-link svg,
.icon-search svg,
.icon-cart svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-cart span {
  display: none;
}

@media (max-width: 360px) {
  .page-header {
    padding: 0 12px;
  }

  .left-section,
  .right-section {
    gap: 10px;
  }

  .main-logo {
    min-width: 122px;
  }

  .main-logo img {
    width: 122px;
  }
}

main {
  background: #fff;
}

.hero-block,
.bags-block,
.campaign-block {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero-media {
  position: relative;
  height: 485px;
  background: #fff;
}

.hero-media video,
.hero-media img,
.campaign-block video,
.bags-mobile img,
.bags-panel img,
.design-card img,
.design-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media video {
  position: relative;
  z-index: 1;
}

.hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.hero-copy h1 {
  margin: 0 0 15px;
  padding: 0 10px;
  color: #fff;
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-copy a,
.campaign-copy a,
.bags-mobile a,
.design-card span,
.bags-panel span {
  display: inline-block;
  color: inherit;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.15;
}

.section-title {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  padding: 0 10px;
  color: #000;
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.designed-block {
  overflow: hidden;
  background: #fff;
}

.design-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.design-track::-webkit-scrollbar {
  display: none;
}

.design-card {
  display: flex;
  flex: 0 0 100%;
  min-width: 100%;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  background: #fff;
  color: #000;
}

.design-card img,
.design-card video {
  height: clamp(520px, 154vw, 620px);
  background: #fff;
}

.design-card span {
  align-self: flex-start;
  margin: 14px 0 30px 14px;
}

.design-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 0 0 32px;
  background: #fff;
}

.design-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7c7c7;
}

.design-dot.is-active {
  background: #000;
}

.bags-mobile {
  position: relative;
  color: #fff;
}

.bags-mobile > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.bags-mobile h2 {
  margin: 0 0 15px;
  color: #fff;
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.bags-mobile p {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0 10px;
}

.campaign-block {
  margin-top: -6px;
  line-height: 0;
}

.campaign-block video {
  height: auto;
}

.campaign-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  padding: 15px;
  color: #fff;
  line-height: 1.4;
  transform: translateY(-10%);
}

.campaign-copy h2 {
  max-width: 380px;
  margin: 0 0 15px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.campaign-copy a {
  color: #fff;
}

.seo-copy {
  padding: 50px 20px;
  background: #fff;
}

.seo-copy h2 {
  margin: 0 0 10px;
  color: #000;
  font-family: var(--font-bold);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  text-transform: capitalize;
}

.seo-copy p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.products-section {
  scroll-margin-top: 86px;
  background: #fff;
  padding: 0 0 36px;
}

.mega-sale-heading {
  width: 100%;
  border-top: 1px solid #e2e2df;
  border-bottom: 1px solid #d7d7d2;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 34px 18px 30px;
}

.mega-sale-heading h2 {
  margin: 0 0 18px;
  color: #000;
  font-family: var(--font-bold);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.mega-sale-heading p {
  margin: 0 0 14px;
  color: #444;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mega-sale-heading span {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 5px 11px;
  color: #000;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sale-showcase {
  position: relative;
  min-height: clamp(430px, 112vw, 560px);
  overflow: hidden;
  border-bottom: 1px solid #d7d2cc;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3)),
    url("assets/official/coach-sale-storefront-bag.jpg") center top / cover no-repeat,
    #050505;
  isolation: isolate;
}

.sale-showcase::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.22) 100%);
}

.sale-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  gap: 10px;
  width: min(calc(100% - 28px), 362px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(5, 5, 5, 0.78);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 15px 14px 14px;
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.sale-countdown-copy p,
.sale-countdown-copy h2,
.sale-countdown-copy span {
  color: #fff;
}

.sale-countdown-copy p {
  margin: 0 0 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sale-countdown-copy h2 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.sale-countdown-copy span {
  display: block;
  max-width: 320px;
  margin: 6px auto 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.sale-countdown-clock {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 6px;
  width: min(100%, 260px);
  margin: 0 auto;
}

.sale-countdown-item {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: #fff;
  color: #000;
  padding: 6px 4px 5px;
}

.sale-countdown-item strong {
  color: #000;
  font-family: var(--font-bold);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.sale-countdown-item small {
  color: #4b4640;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sale-countdown-divider {
  color: #fff;
  font-family: var(--font-bold);
  font-size: 22px;
  font-weight: 800;
}

.sale-showcase-image {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #111;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid #e6e0d8;
  border-bottom: 1px solid #e6e0d8;
  background: #fff;
  padding: 0 0 16px;
  text-align: left;
}

.product-card.is-right-column {
  border-right: 0;
}

.product-img {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #f0ece7;
  background: #fff;
}

.product-img img {
  display: block;
  width: var(--card-image-scale, 85%);
  height: var(--card-image-scale, 85%);
  object-fit: contain;
  transform: translate(var(--card-image-shift-x, 0), var(--card-image-shift-y, 0)) scale(var(--card-image-zoom, 1));
}

.product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 12px 9px 0;
}

.product-name {
  min-height: calc(12px * 1.35 * 2);
  color: #111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.product-name-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-price {
  display: flex;
  min-height: 22px;
  align-items: baseline;
  gap: 7px;
  margin-top: auto;
  flex-wrap: wrap;
}

.product-price-current {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.product-price-original {
  color: #817b73;
  font-size: 11px;
  font-weight: 600;
  text-decoration: line-through;
}

.product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  max-width: calc(100% - 16px);
  overflow: hidden;
  border: 1px solid #111;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  padding: 3px 7px;
  border-radius: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-cart-btn {
  display: grid;
  width: 100%;
  min-height: 40px;
  margin-top: 8px;
  place-items: center;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.product-cart-btn[aria-disabled="true"],
.product-cart-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.order-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 120;
  display: flex;
  width: min(100%, 430px);
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  overscroll-behavior: contain;
  transform: translateX(-50%);
  transition: opacity 180ms ease, visibility 180ms ease;
  touch-action: none;
  visibility: hidden;
}

.order-popup[hidden] {
  display: none;
}

.order-popup.is-open {
  opacity: 1;
  visibility: visible;
}

.order-dialog {
  display: flex;
  width: 100%;
  max-height: min(92dvh, 760px);
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.24);
  touch-action: pan-y;
  transform: translateY(18px);
  transition: transform 220ms ease;
}

.order-popup.is-open .order-dialog {
  transform: translateY(0);
}

.order-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 0;
  line-height: 1;
}

.order-close::before,
.order-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #000;
}

.order-close::before {
  transform: rotate(45deg);
}

.order-close::after {
  transform: rotate(-45deg);
}

.order-head {
  display: grid;
  min-height: 68px;
  place-items: center;
  gap: 6px;
  border-bottom: 1px solid #e1ded9;
  padding: 14px 52px 11px;
  background: #fff;
}

.order-head img {
  display: block;
  width: 132px;
  height: auto;
}

.order-head span {
  color: #4c4741;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.order-body {
  overflow-y: auto;
  padding: 12px 12px max(16px, env(safe-area-inset-bottom));
  -webkit-overflow-scrolling: touch;
}

.order-product {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 166px;
  align-items: center;
  gap: 12px;
  border: 1px solid #e1ded9;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.order-product-media {
  position: relative;
  display: grid;
  width: 138px;
  height: 156px;
  place-items: center;
}

.order-product-media::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border: 1px solid #e0ddd8;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 140ms ease;
}

.order-product-media.is-loading::before {
  opacity: 1;
}

.order-product-media img {
  position: relative;
  display: block;
  width: 138px;
  height: 156px;
  object-fit: contain;
  transition: opacity 120ms ease;
}

.order-product-copy {
  display: grid;
  min-width: 0;
  align-content: center;
}

.order-product-copy h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  color: #000;
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.order-product-compare {
  margin-bottom: 2px;
  color: #77716a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

.order-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
}

.order-product-price-row strong {
  color: #000;
  font-size: 18px;
  font-weight: 800;
}

.order-product-price-row span {
  color: #6f645a;
  font-size: 11px;
  font-weight: 700;
}

.order-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.order-product-trust span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid #d8d2c9;
  background: #faf8f5;
  color: #201c18;
  padding: 4px 7px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.order-product-trust span::before {
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #177245;
  content: "";
}

.order-form {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.order-form label {
  display: grid;
  gap: 0;
  min-width: 0;
}

.order-form > label > span,
.order-field-grid > label > span {
  color: #1c1c1c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.order-form > label > span em,
.order-field-grid > label > span em {
  color: #837d76;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: none;
}

.order-form input[type="text"],
.order-form input[type="tel"],
.order-form input[type="email"],
.order-form select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid #1b1b1b;
  border-radius: 6px;
  background: #fff;
  color: #000;
  padding: 0 11px;
  font-size: 16px;
}

.order-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111 50%),
    linear-gradient(135deg, #111 50%, transparent 50%);
  background-position:
    calc(100% - 15px) 18px,
    calc(100% - 10px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 25px;
}

.order-form select:disabled {
  border-color: #d9d4ce;
  color: #9a938c;
  opacity: 1;
}

.order-form input::placeholder,
.order-form select:invalid {
  color: #b8b1aa;
  font-size: 13px;
  font-weight: 400;
}

.order-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.order-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.order-options label {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  border: 1px solid #d4cec6;
  border-radius: 6px;
  background: #fff;
  padding: 8px 9px;
}

.order-options input {
  flex: 0 0 auto;
  margin: 0;
  accent-color: #000;
}

.order-options span {
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.order-submit {
  width: 100%;
  min-height: 50px;
  border: 1px solid #000;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.order-submit:disabled {
  opacity: 0.62;
}

.order-note {
  margin: 0;
  color: #504a44;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.service-accordion {
  margin-top: 0;
  margin-bottom: -52px;
  padding: 50px 0 72px;
  background: var(--service);
}

.service-accordion h2 {
  margin: 0 0 34px;
  padding: 0 10px;
  font-family: var(--font-bold);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.service-accordion details {
  border-bottom: 1px solid var(--line);
  background: var(--service);
}

.service-accordion details:first-of-type {
  border-top: 1px solid var(--line);
}

.service-accordion summary {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  padding: 14px 34px 12px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  list-style: none;
}

.service-accordion summary::-webkit-details-marker {
  display: none;
}

.service-accordion summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  font-size: 18px;
  font-weight: 800;
  transform: translateY(-50%);
}

.service-accordion details[open] summary::after {
  content: "-";
}

.service-accordion summary img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.service-accordion p,
.service-accordion details > a {
  display: block;
  margin: 0;
  padding: 0 26px 12px 58px;
  color: #000;
  font-size: 14px;
  line-height: 1.42;
}

.service-accordion details > a {
  width: max-content;
  border-bottom: 1px solid #000;
  margin: 0 0 18px 58px;
  padding: 0 0 3px;
  font-size: 12px;
  letter-spacing: 0.8px;
}

.footer {
  padding: 95px 12px 25px;
  background: var(--footer);
}

.footer-list {
  margin: 0 0 22px;
}

.footer h2 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.footer-list a {
  display: block;
  margin: 0 0 8px;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.newsletter {
  margin-top: 20px;
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #000;
  background: #fff;
}

.newsletter input {
  min-width: 0;
  height: 36px;
  border: 0;
  padding: 0 10px;
  background: #fff;
  color: #000;
  font-size: 12px;
}

.newsletter button {
  border: 0;
  background: #000;
  color: #fff;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
}

.newsletter p {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.7;
}

.social-row {
  display: flex;
  gap: 17px;
  margin: 22px 0;
}

.social-row a {
  font-size: 0;
}

.social-row a::before {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.social-row a:nth-child(1)::before {
  content: "f";
}

.social-row a:nth-child(2)::before {
  content: "YT";
  font-size: 8px;
}

.social-row a:nth-child(3)::before {
  content: "IG";
  font-size: 8px;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid #cecece;
  padding-top: 15px;
}

.footer-bottom-links a {
  font-size: 11px;
  letter-spacing: 1px;
}

.copyright {
  max-width: 440px;
  margin: 18px auto 0;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.thanks-page .page-header {
  position: relative;
  top: auto;
}

.thanks-main {
  background: #fff;
}

.thanks-hero {
  position: relative;
  display: grid;
  min-height: 430px;
  align-items: end;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.thanks-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68));
}

.thanks-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thanks-hero-copy {
  position: relative;
  z-index: 1;
  padding: 34px 22px 42px;
  text-align: center;
}

.thanks-hero-copy img {
  display: block;
  width: 145px;
  height: auto;
  margin: 0 auto 28px;
  filter: brightness(0) invert(1);
}

.thanks-hero-copy p {
  max-width: 320px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.thanks-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.thanks-hero-copy h1 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--font-bold);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
}

.thanks-summary {
  padding: 32px 20px 26px;
  background: #fff;
}

.thanks-summary h2,
.thanks-next h2 {
  margin: 0 0 18px;
  color: #000;
  font-family: var(--font-bold);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.16;
}

.thanks-lines {
  border-top: 1px solid #000;
}

.thanks-line {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #d7d2cc;
  color: #000;
}

.thanks-line span {
  color: #5d5650;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.thanks-line strong {
  min-width: 0;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.thanks-line-wide {
  align-items: flex-start;
  padding: 14px 0;
}

.thanks-line-wide strong {
  max-width: min(62vw, 520px);
  line-height: 1.35;
  white-space: normal;
}

.thanks-products {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.thanks-product {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid #d7d2cc;
  padding-bottom: 20px;
}

.thanks-product img {
  display: block;
  width: 150px;
  height: 124px;
  object-fit: contain;
  background: #fff;
}

.thanks-product h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.thanks-product p {
  margin: 0;
  color: #4f4943;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 360px) {
  .thanks-product {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
  }

  .thanks-product img {
    width: 132px;
    height: 112px;
  }

  .thanks-product h3 {
    font-size: 15px;
  }
}

.thanks-next {
  padding: 26px 20px 32px;
  background: var(--service);
  text-align: center;
}

.thanks-next p {
  margin: 0 auto 22px;
  max-width: 330px;
  color: #000;
  font-size: 14px;
  line-height: 1.55;
}

.thanks-actions {
  display: grid;
  gap: 10px;
}

.thanks-actions a {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.thanks-actions a.secondary {
  background: #fff;
  color: #000;
}

.thanks-page .footer {
  padding-top: 42px;
}

.menu-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100%, 430px);
  z-index: 100;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.menu-panel.is-open {
  visibility: visible;
  opacity: 1;
}

.menu-sheet {
  width: min(86vw, 360px);
  min-height: 100%;
  padding: 22px 24px;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 220ms ease;
}

.menu-panel.is-open .menu-sheet {
  transform: translateX(0);
}

.close-menu {
  display: grid;
  width: 32px;
  height: 32px;
  margin-left: auto;
  place-items: center;
  border: 0;
  background: transparent;
}

.close-menu img {
  width: 17px;
  height: 17px;
}

.menu-logo {
  display: block;
  width: 130px;
  margin: 12px 0 26px;
}

.menu-sheet nav a,
.menu-account a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.menu-account {
  margin-top: 22px;
}
