@font-face {
  font-family: "JinXuanNati";
  src: url("assets/fonts/金萱那提3分糖.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JinXuanNati";
  src: url("assets/fonts/金萱那提4分糖.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JinXuanNati";
  src: url("assets/fonts/金萱那提5分糖.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JinXuanNati";
  src: url("assets/fonts/金萱那提6分糖.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JinXuanNati";
  src: url("assets/fonts/金萱那提7分糖.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JinXuanNati";
  src: url("assets/fonts/金萱那提8分糖.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #25251f;
  --muted: #67675e;
  --paper: #fffdf8;
  --cream: #f3eee3;
  --cream-deep: #e7dfd1;
  --sage: #aeb6a1;
  --sage-deep: #4e5e4e;
  --sand: #d9cbb8;
  --rose: #e5c6b8;
  --mist: #dce1de;
  --botanical: #8e9a7f;
  --line: rgba(37, 37, 31, 0.16);
  --shadow: 0 24px 60px rgba(61, 54, 42, 0.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --content: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "JinXuanNati", "PingFang TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.7;
}

.noopii-safety-page {
  overflow: hidden;
  background: var(--paper);
}

.noopii-safety-page img {
  display: block;
  max-width: 100%;
}

.noopii-safety-page a {
  color: inherit;
}

.mini-header {
  width: min(calc(100% - 48px), var(--content));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 142px;
  height: auto;
}

.mini-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.mini-nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease;
}

.mini-nav a:hover {
  border-color: currentColor;
}

.hero {
  width: min(calc(100% - 48px), 1380px);
  margin: 0 auto;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  overflow: hidden;
  background: var(--cream);
}

.hero-copy {
  padding: clamp(70px, 9vw, 138px) clamp(42px, 7vw, 105px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero h1,
.promise h2,
.section-heading h2,
.results-intro h2,
.no-added h2,
.materials h2,
.closing h2 {
  font-family: "JinXuanNati", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.24;
  text-wrap: balance;
  line-break: strict;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(40px, 4.4vw, 62px);
  letter-spacing: 0.025em;
  word-break: keep-all;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-lead {
  max-width: 590px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
}

.text-link,
.report-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 36px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.hero-media {
  min-height: 620px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-pad {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  padding: 126px 0;
}

.promise {
  max-width: 1040px;
  text-align: center;
}

.trust-logo-strip {
  width: min(100%, 1080px);
  margin: 0 auto 58px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-logo {
  min-height: 118px;
  padding: 12px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
}

.trust-logo:first-child {
  border-left: 0;
}

.trust-logo img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 94px;
  object-fit: contain;
  opacity: .9;
  transition: opacity .2s ease, transform .2s ease;
}

.trust-logo:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.promise h2 {
  margin: 0;
  font-size: clamp(36px, 3.6vw, 52px);
}

.promise > p:last-child {
  max-width: 760px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.certifications {
  padding-top: 50px;
}

.section-heading {
  margin-bottom: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
}

.section-heading > p {
  max-width: 340px;
  margin: 0 0 8px;
  color: var(--muted);
  text-align: right;
}

.report-card {
  min-height: 610px;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.report-card--reverse .report-content {
  order: 2;
}

.report-card--reverse .report-visual {
  order: 1;
}

.report-card--sage { background: #d7ded0; }
.report-card--sand { background: #e4dacb; }
.report-card--rose { background: #ead4c8; }
.report-card--mist { background: #dde3df; }
.report-card--botanical { background: #b3bea7; }

.report-content {
  padding: clamp(48px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: rgba(37, 37, 31, .72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.result-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid rgba(37, 37, 31, .38);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .25);
}

.report-card h3 {
  max-width: 650px;
  margin: 0;
  font-family: "JinXuanNati", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(31px, 3.4vw, 48px);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.01em;
  text-wrap: balance;
  line-break: strict;
}

.report-intro {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: 17px;
}

.check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
  font-size: 15px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}


.finding-list {
  width: 100%;
  max-width: 690px;
  margin-top: 28px;
  border-top: 1px solid rgba(37, 37, 31, .22);
}

.finding-item {
  padding: 16px 0;
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(37, 37, 31, .18);
}

.finding-item strong {
  font-size: 16px;
  font-weight: 700;
}

.finding-item span {
  color: rgba(37, 37, 31, .78);
  font-size: 14px;
}

.finding-item small,
.tech-note {
  color: rgba(37, 37, 31, .56);
  font-size: 11px !important;
  line-height: 1.55;
}

.note-copy {
  margin: 22px 0 0;
  color: rgba(37, 37, 31, .68);
  font-size: 13px;
}

.report-visual {
  margin: 0;
  min-height: 100%;
  padding: clamp(34px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 253, 248, .62);
}

.report-visual img {
  width: min(100%, 470px);
  max-height: 570px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(46, 41, 33, .18);
}

.report-card--wide {
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
}

.results {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: start;
}

.results-intro {
  position: sticky;
  top: 35px;
}

.results-intro h2 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 42px);
}

.results-intro > p:last-child,
.materials-copy > p:last-child {
  margin-top: 26px;
  color: var(--muted);
}

.stat-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.stat-card {
  min-height: 215px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #faf7f0;
}

.stat-card strong {
  display: block;
  font-family: "JinXuanNati", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 20px;
  font-weight: 700;
}

.stat-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.test-details {
  grid-column: 2;
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

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

.test-details summary {
  min-height: 88px;
  padding: 24px 4px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

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

.test-details summary::after {
  content: "+";
  grid-column: 3;
  font-size: 24px;
  font-weight: 400;
}

.test-details details[open] summary::after {
  content: "−";
}

.summary-result {
  color: var(--sage-deep);
  font-size: 13px;
  letter-spacing: .04em;
}

.details-body {
  padding: 0 80px 26px 4px;
  color: var(--muted);
}

.details-body p {
  margin: 0;
}

.details-body .tech-note {
  margin-top: 10px;
}

.no-added {
  padding: 120px max(24px, calc((100vw - var(--content)) / 2));
  background: var(--sage-deep);
  color: #fffdf8;
}

.no-added-copy {
  max-width: none;
  width: 100%;
}

.no-added h2 {
  margin: 0;
  font-size: clamp(28px, 3.25vw, 48px);
  line-height: 1.22;
  letter-spacing: 0.018em;
  white-space: nowrap;
  text-wrap: nowrap;
}

.no-added-copy > p:last-child {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(255, 253, 248, .75);
}

.word-cloud {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.word-cloud span {
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  font-size: clamp(15px, 1.6vw, 22px);
}

.micro-note {
  margin: 30px 0 0;
  color: rgba(255, 253, 248, .6);
  font-size: 12px;
}

.materials {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: 90px;
  align-items: start;
}

.materials-copy h2 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 42px);
}

.material-table {
  border-top: 1px solid var(--ink);
}

.material-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.55fr;
  gap: 24px;
  padding: 24px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.material-row > div:first-child {
  font-weight: 700;
}

.material-head {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.closing {
  padding: 138px 24px;
  text-align: center;
  background: var(--cream);
}

.closing h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
}

.closing > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 40px;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.page-footer {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  padding: 40px 0 54px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: var(--muted);
  font-size: 12px;
}

.page-footer p {
  max-width: 850px;
  margin: 0;
}

.page-footer a {
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 980px) {
  .mini-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 520px;
  }

  .hero-media {
    min-height: 520px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading > p {
    max-width: 560px;
    text-align: left;
  }

  .report-card,
  .report-card--wide {
    grid-template-columns: 1fr;
  }

  .report-card--reverse .report-content,
  .report-card--reverse .report-visual {
    order: initial;
  }

  .report-visual {
    min-height: 480px;
  }

  .results,
  .materials {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .results-intro {
    position: static;
  }

  .stat-grid,
  .test-details {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .mini-header,
  .hero,
  .section-pad,
  .page-footer {
    width: min(calc(100% - 28px), var(--content));
  }

  .mini-header {
    min-height: 72px;
  }

  .brand img {
    width: 118px;
  }

  .hero {
    border-radius: 0 0 24px 24px;
  }

  .hero-copy {
    min-height: auto;
    padding: 70px 28px 76px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.28;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-media {
    min-height: 360px;
  }

  .section-pad {
    padding: 86px 0;
  }

  .promise {
    text-align: center;
  }

  .promise > p:last-child {
    margin-left: auto;
  }

  .trust-logo-strip {
    margin-bottom: 42px;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .trust-logo {
    min-height: 102px;
    padding: 12px 24px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-logo:last-child {
    border-bottom: 0;
  }

  .trust-logo img {
    max-width: 290px;
    height: 78px;
  }

  .report-card {
    margin-bottom: 18px;
    border-radius: 24px;
  }

  .report-content {
    padding: 42px 26px;
  }

  .report-card h3 {
    font-size: 31px;
  }

  .report-intro {
    font-size: 15px;
  }

  .report-visual {
    min-height: 390px;
    padding: 28px;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 175px;
  }

  .test-details summary {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
  }

  .test-details summary::after {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .summary-result {
    grid-row: 2;
  }

  .details-body {
    padding-right: 8px;
  }

  .no-added {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .material-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 4px;
  }

  .material-head {
    display: none;
  }

  .material-row > div:nth-child(2),
  .material-row > div:nth-child(3) {
    color: var(--muted);
  }

  .promise h2 {
    font-size: 34px;
  }

  .section-heading h2 {
    font-size: 40px;
  }

  .results-intro h2,
  .materials-copy h2 {
    font-size: 32px;
  }

  .closing {
    padding: 100px 24px;
  }

  .closing h2 {
    font-size: 38px;
  }

  .page-footer {
    flex-direction: column;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ============================================================
   V8：Hero 聚焦產品，醫師推薦移至頁面後段
   ============================================================ */
.hero-media {
  position: relative;
  background: #d8d5cc;
}

.hero-media::after {
  content: "PRODUCT DETAIL";
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  background: rgba(37, 37, 31, .12);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.hero-media img {
  object-position: center center;
}

.expert-recommendation {
  padding-top: 36px;
}

.expert-card {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #f0ece3;
  box-shadow: var(--shadow);
}

.expert-copy {
  padding: clamp(52px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.expert-copy h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .025em;
  text-wrap: balance;
}

.expert-copy > p:not(.eyebrow):not(.expert-note) {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.expert-name {
  margin-top: 34px;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--line);
}

.expert-name strong {
  font-size: 18px;
  letter-spacing: .04em;
}

.expert-name span {
  color: var(--muted);
  font-size: 13px;
}

.expert-note {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(37, 37, 31, .56);
  font-size: 11px;
  line-height: 1.65;
}

.expert-media {
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  background: #d7d2c8;
}

.expert-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 980px) {
  .expert-card {
    grid-template-columns: 1fr;
  }

  .expert-media {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(24px, 8vw, 40px);
    letter-spacing: .02em;
  }

  .hero-media::after {
    right: 16px;
    bottom: 15px;
  }

  .expert-recommendation {
    padding-top: 12px;
  }

  .expert-card {
    border-radius: 24px;
  }

  .expert-copy {
    padding: 48px 26px;
  }

  .expert-copy h2 {
    font-size: 31px;
  }

  .expert-copy > p:not(.eyebrow):not(.expert-note) {
    font-size: 15px;
  }

  .expert-media {
    min-height: 390px;
  }
}


/* ============================================================
   V9：Hero 圖恢復橫版，並保留左右分欄排版
   ============================================================ */
@media (min-width: 981px) {
  .hero {
    min-height: 650px;
    grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
    align-items: center;
    padding-right: clamp(34px, 4vw, 62px);
  }

  .hero-copy {
    min-height: 650px;
    padding-right: clamp(34px, 4vw, 64px);
  }

  .hero-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(61, 54, 42, .16);
  }
}

.hero-media img {
  object-position: center center;
}

@media (max-width: 980px) {
  .hero {
    padding-bottom: 34px;
  }

  .hero-media {
    width: calc(100% - 68px);
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin: 0 34px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(61, 54, 42, .14);
  }
}

@media (max-width: 640px) {
  .hero {
    padding-bottom: 18px;
  }

  .hero-media {
    width: calc(100% - 36px);
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin: 0 18px;
    border-radius: 18px;
  }

  .hero-media::after {
    display: none;
  }
}

/* ============================================================
   V10：Hero 圖改為 4:3，商品介紹改為可點擊連結
   ============================================================ */
.hero-media::after {
  content: none;
  display: none;
}

.hero-product-link {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  color: var(--ink) !important;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 10px 26px rgba(37, 37, 31, .14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.hero-product-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 248, .98);
  box-shadow: 0 14px 32px rgba(37, 37, 31, .18);
}

@media (min-width: 981px) {
  .hero {
    min-height: 680px;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    gap: clamp(26px, 3vw, 52px);
    padding-right: clamp(34px, 4vw, 62px);
  }

  .hero-copy {
    min-height: 680px;
    padding-right: 0;
  }

  .hero-media {
    width: 100%;
    max-width: 690px;
    aspect-ratio: 4 / 3;
    justify-self: end;
    border-radius: 30px;
  }
}

@media (max-width: 980px) {
  .hero-media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .hero-media {
    aspect-ratio: 4 / 3;
  }

  .hero-product-link {
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    padding: 8px 14px;
    font-size: 12px;
  }
}
