.hero-section {
  position: relative;
  min-height: calc(100vh - 132px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 255, 255, 0.86) 0 18%, transparent 42%),
    linear-gradient(180deg, #fffaf2 0%, var(--fdv-cream) 100%);
}

.hero-content {
  width: min(1522px, calc(100% - 150px));
  min-height: 809px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(505px, 0.88fr) minmax(590px, 1.12fr);
  align-items: center;
  column-gap: 72px;
}

.hero-copy {
  padding-top: 16px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  color: var(--fdv-orange);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker i {
  width: 62px;
  height: 2px;
  display: inline-block;
  background: var(--fdv-orange-light);
}

.hero-title {
  max-width: 680px;
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: clamp(62px, 4.55vw, 78px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-title span {
  display: block;
  color: var(--fdv-orange);
}

.hero-description {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--fdv-muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.68;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.hero-button {
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.hero-button-primary {
  min-width: 288px;
  background: var(--fdv-orange);
  color: var(--fdv-white);
  box-shadow: 0 18px 32px rgba(253, 99, 0, 0.18);
}

.hero-button-primary img {
  width: 30px;
  height: 30px;
}

.hero-button-primary:hover {
  background: #e95800;
  box-shadow: 0 24px 42px rgba(253, 99, 0, 0.34);
  transform: translateY(-3px);
}

.hero-button-secondary {
  min-width: 244px;
  border: 2px solid var(--fdv-line);
  background: rgba(255, 255, 255, 0.32);
  color: var(--fdv-navy-text);
}

.hero-button-secondary img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.hero-button-secondary:hover {
  border-color: var(--fdv-orange);
  background: rgba(253, 99, 0, 0.06);
  color: var(--fdv-orange);
  box-shadow: 0 18px 32px rgba(4, 20, 46, 0.12);
  transform: translateY(-3px);
}

.hero-feature-list {
  max-width: 650px;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.hero-feature-item {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--fdv-navy-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  cursor: default;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.hero-feature-item + .hero-feature-item {
  padding-left: 32px;
  border-left: 1px solid rgba(58, 62, 87, 0.24);
}

.hero-feature-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
  transition:
    filter 160ms ease,
    transform 160ms ease;
}

.hero-feature-item span {
  max-width: 118px;
}

.hero-feature-item:hover {
  color: var(--fdv-orange);
  transform: translateY(-4px);
}

.hero-feature-item:hover img {
  filter: drop-shadow(0 12px 14px rgba(253, 99, 0, 0.24));
  transform: scale(1.12);
}

.hero-visual {
  position: relative;
  align-self: center;
  padding-top: 48px;
  padding-bottom: 72px;
}

.hero-image-frame {
  position: relative;
  height: min(690px, calc(100vh - 250px));
  min-height: 585px;
  overflow: hidden;
  border-radius: 16px;
  background: #f4e7d6;
  box-shadow: var(--fdv-shadow);
}

.hero-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 180ms ease;
}

.hero-product-image.is-changing {
  opacity: 0.18;
}

.hero-size-card {
  position: absolute;
  left: 48px;
  bottom: 44px;
  width: min(568px, calc(100% - 96px));
  padding: 27px 30px 24px;
  border: 1px solid rgba(4, 20, 46, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 40px rgba(4, 20, 46, 0.16);
}

.hero-size-title {
  margin: 0 0 20px;
  color: var(--fdv-navy-text);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hero-size-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hero-size-option {
  position: relative;
  min-height: 94px;
  padding: 13px 12px;
  display: grid;
  grid-template-columns: 56px minmax(48px, auto);
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  border: 1px solid rgba(4, 20, 46, 0.12);
  border-radius: 9px;
  background: var(--fdv-white);
  color: var(--fdv-navy-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.hero-size-option:hover {
  border-color: rgba(253, 99, 0, 0.55);
  transform: translateY(-1px);
}

.hero-size-option img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 64px;
  object-fit: contain;
  object-position: center;
  justify-self: center;
}

.hero-size-option span {
  position: relative;
  z-index: 2;
  min-width: 48px;
  display: block;
  text-align: left;
  white-space: nowrap;
}

.hero-size-option-active {
  border: 2px solid var(--fdv-orange);
  box-shadow: inset 0 0 0 1px rgba(253, 99, 0, 0.04);
}

.hero-size-option-active::after {
  position: absolute;
  z-index: 4;
  top: -14px;
  right: -12px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fdv-orange);
  color: var(--fdv-white);
  font-size: 17px;
  font-weight: 800;
  content: "✓";
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .hero-section {
    min-height: calc(100vh - 112px);
  }

  .hero-content {
    width: min(1160px, calc(100% - 64px));
    min-height: 690px;
    grid-template-columns: minmax(410px, 0.94fr) minmax(470px, 1.06fr);
    column-gap: 40px;
  }

  .hero-kicker {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .hero-title {
    font-size: clamp(50px, 4.1vw, 60px);
  }

  .hero-description {
    max-width: 560px;
    margin-top: 20px;
    font-size: 16.5px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 28px;
    gap: 14px;
  }

  .hero-button {
    height: 62px;
    font-size: 14px;
  }

  .hero-button-primary {
    min-width: 232px;
  }

  .hero-button-secondary {
    min-width: 198px;
  }

  .hero-feature-list {
    margin-top: 34px;
    column-gap: 14px;
  }

  .hero-feature-item {
    gap: 10px;
    min-width: 0;
    font-size: 13px;
  }

  .hero-feature-item + .hero-feature-item {
    padding-left: 16px;
  }

  .hero-feature-item img {
    width: 46px;
    height: 46px;
  }

  .hero-feature-item span {
    max-width: 100px;
  }

  .hero-visual {
    padding-top: 32px;
    padding-bottom: 54px;
  }

  .hero-image-frame {
    height: min(580px, calc(100vh - 230px));
    min-height: 480px;
  }

  .hero-size-card {
    left: 30px;
    bottom: 30px;
    width: min(500px, calc(100% - 60px));
    padding: 22px 24px;
  }

  .hero-size-title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .hero-size-options {
    gap: 10px;
  }

  .hero-size-option {
    min-height: 78px;
    padding: 10px 8px;
    grid-template-columns: 46px minmax(0, auto);
    font-size: 13px;
  }

  .hero-size-option img {
    width: 44px;
    height: 52px;
  }
}

@media (min-width: 1000px) and (max-width: 1179px) {
  .hero-section {
    min-height: auto;
    padding: 54px 0 70px;
  }

  .hero-content {
    width: min(940px, calc(100% - 64px));
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 42px;
  }

  .hero-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .hero-title {
    max-width: 680px;
  }

  .hero-description {
    max-width: 620px;
  }

  .hero-visual {
    width: min(780px, 100%);
    justify-self: center;
    padding: 0 0 72px;
  }

  .hero-image-frame {
    height: 510px;
    min-height: 0;
  }

  .hero-size-card {
    left: 22px;
    bottom: 0;
    width: calc(100% - 44px);
  }
}
