.app-product-hero {
  overflow: hidden;
  padding: 88px 0 54px;
  background:
    radial-gradient(circle at 86% 12%, rgba(200, 16, 46, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
}

.app-product-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.app-product-lockup {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 20px;
}

.app-product-icon {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(29, 29, 31, 0.14);
}

.app-product-title {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.app-product-title--long {
  font-size: clamp(2.25rem, 4.8vw, 4.6rem);
}

.app-product-subtitle {
  margin: 8px 0 0;
  color: var(--text-sub);
  font-weight: 800;
  line-height: 1.55;
}

.app-product-copy {
  max-width: 58ch;
  margin: 0;
  color: var(--text-sub);
  font-size: 1.04rem;
  line-height: 1.9;
}

.app-product-actions,
.app-resource-actions,
.other-apps__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.app-product-showcase {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(220px, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.app-product-screen {
  margin: 0;
  display: grid;
  place-items: center;
  min-width: 0;
}

.app-product-screen img {
  width: auto;
  max-height: 520px;
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(29, 29, 31, 0.16);
}

.app-product-showcase__body {
  min-width: 0;
}

.app-product-showcase__body h2,
.app-resource-card h2,
.other-apps h2 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.app-product-showcase__body p,
.app-resource-card p,
.other-apps p {
  margin: 12px 0 0;
  color: var(--text-sub);
  line-height: 1.8;
}

.app-product-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.app-product-points li {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--text-sub);
  line-height: 1.7;
}

.app-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.app-resource-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.app-resource-card--wide {
  grid-column: span 2;
}

.app-resource-card .app-resource-actions {
  margin-top: auto;
  padding-top: 20px;
}

.other-apps {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.other-apps__links {
  flex: 0 1 auto;
  justify-content: flex-end;
  margin-top: 0;
}

.other-app-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text-sub);
  font-size: 0.92rem;
  font-weight: 800;
}

.other-app-link img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.app-product-page--feature {
  background: #fff;
}

.app-feature-hero {
  overflow: hidden;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 58%, #fff9f1 100%);
}

.app-feature-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(360px, 0.92fr);
  min-height: clamp(720px, 76svh, 850px);
}

.app-product-page--feature:not(.app-product-page--reiwa-date-widget) .app-feature-hero__layout {
  min-height: clamp(780px, 82svh, 940px);
}

.app-product-page--reiwa-date-widget .app-feature-hero__layout {
  grid-template-columns: minmax(0, 1.62fr) minmax(340px, 0.86fr);
}

.app-feature-hero__main {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(24px, 3vw, 50px);
  align-items: center;
  min-width: 0;
  padding: clamp(84px, 10.4vw, 132px) clamp(26px, 4vw, 58px) clamp(36px, 5vw, 72px) 0;
  border-right: 1px solid rgba(29, 29, 31, 0.12);
}

.app-product-page--feature:not(.app-product-page--reiwa-date-widget) .app-feature-hero__main {
  padding-top: clamp(96px, 11.2vw, 148px);
  padding-bottom: clamp(58px, 6.6vw, 96px);
}

.app-product-page--reiwa-date-widget .app-feature-hero__main {
  grid-template-columns: minmax(390px, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(16px, 2vw, 30px);
  padding: clamp(62px, 8vw, 108px) clamp(26px, 4vw, 58px) clamp(44px, 6vw, 76px) 0;
}

.app-feature-copy {
  align-self: start;
  display: grid;
  align-content: start;
  min-width: 0;
}

.app-product-page--reiwa-date-widget .app-feature-copy {
  align-self: center;
}

.app-feature-kicker {
  margin: 0 0 clamp(34px, 4vw, 54px);
  color: var(--primary);
  font-size: clamp(0.82rem, 0.95vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
}

.app-feature-kicker--panel {
  margin-bottom: clamp(44px, 5vw, 62px);
}

.app-product-page--fatespin .app-feature-kicker {
  margin-bottom: clamp(12px, 1.6vw, 18px);
}

@media (min-width: 1181px) {
  .app-feature-copy {
    margin-top: -12px;
  }
}

.app-feature-lockup {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 0;
}

.app-feature-icon {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(29, 29, 31, 0.13);
}

.app-feature-title {
  margin: 0;
  font-size: clamp(3rem, 4.2vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.app-product-page--fatespin .app-feature-title {
  display: grid;
  gap: 0.01em;
  font-size: clamp(2.18rem, 2.95vw, 3.35rem);
  line-height: 0.98;
}

.app-product-page--fatespin .app-feature-title span {
  display: block;
  white-space: nowrap;
}

.app-product-page--lightlocater .app-feature-title {
  font-size: clamp(2rem, 2.75vw, 3.05rem);
  line-height: 1.04;
}

.app-product-page--multi-currency-rate-viewer .app-feature-title {
  font-size: clamp(2.18rem, 3.35vw, 3.6rem);
  line-height: 1.04;
}

.app-product-page--reiwa-date-widget .app-feature-title {
  display: grid;
  gap: 0.02em;
  font-size: clamp(1.72rem, 2.35vw, 2.5rem);
  line-height: 1.06;
}

.app-product-page--reiwa-date-widget .app-feature-title span {
  display: block;
  white-space: nowrap;
}

.app-product-page--multi-currency-rate-viewer .app-feature-title {
  display: grid;
  gap: 0.02em;
  font-size: clamp(1.95rem, 2.45vw, 2.52rem);
  line-height: 1.02;
}

.app-product-page--multi-currency-rate-viewer .app-feature-title span {
  display: block;
  white-space: nowrap;
}

.app-product-page--reiwa-date-widget .app-feature-title__os {
  position: relative;
  top: 0.035em;
}

.app-feature-subtitle {
  display: inline-block;
  margin: 12px 0 0;
  padding: 0;
  background: transparent;
  color: var(--text-sub);
  font-weight: 800;
  line-height: 1.5;
}

.app-feature-release-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  max-width: 100%;
  margin: 12px 0 0;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.app-feature-release-tag span + span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(29, 29, 31, 0.34);
}

.app-feature-lead {
  max-width: 31rem;
  margin: 30px 0 0;
  color: var(--text-sub);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  font-weight: 600;
  line-height: 1.9;
}

.app-feature-release-note {
  max-width: 31rem;
  margin: 16px 0 0;
  padding-left: 14px;
  border-left: 3px solid rgba(200, 16, 46, 0.26);
  color: var(--text-sub);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.75;
}

.app-feature-actions,
.app-feature-resource-links,
.app-feature-other__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
}

.app-feature-actions {
  gap: 12px 18px;
  margin-top: 28px;
}

.app-store-badge-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border-radius: 8px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.app-store-badge-link:hover,
.app-store-badge-link:focus-visible {
  transform: translateY(-1px);
  opacity: 0.9;
}

.app-store-badge {
  width: 146px;
  height: auto;
}

.app-feature-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.app-feature-text-link span {
  margin-left: 9px;
  color: var(--primary);
  font-size: 1.25em;
  line-height: 1;
}

.app-theme-picker {
  width: min(100%, 460px);
  margin-top: 28px;
  padding: 18px 20px 20px;
  background: rgba(250, 250, 252, 0.72);
}

.app-theme-picker--wide {
  width: min(100%, 520px);
}

.app-product-page--multi-currency-rate-viewer .app-theme-picker--wide {
  width: min(100%, 340px);
  padding: 14px 16px 16px;
}

.app-product-page--multi-currency-rate-viewer .app-feature-hero__layout {
  min-height: clamp(760px, 78svh, 900px);
}

.app-product-page--multi-currency-rate-viewer .app-feature-hero__main {
  gap: clamp(20px, 2.6vw, 42px);
  padding-top: clamp(88px, 9.8vw, 132px);
  padding-bottom: clamp(52px, 5.8vw, 86px);
}

.app-product-page--multi-currency-rate-viewer .app-feature-kicker {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.app-product-page--multi-currency-rate-viewer .app-feature-kicker--panel {
  margin-bottom: clamp(32px, 3.4vw, 44px);
}

.app-product-page--multi-currency-rate-viewer .app-feature-lockup {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
}

.app-product-page--multi-currency-rate-viewer .app-feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}

.app-product-page--multi-currency-rate-viewer .app-feature-subtitle {
  margin-top: 8px;
}

.app-product-page--multi-currency-rate-viewer .app-feature-lead {
  max-width: 29rem;
  margin-top: 24px;
  line-height: 1.82;
}

.app-product-page--multi-currency-rate-viewer .app-theme-picker {
  margin-top: 24px;
}

.app-product-page--multi-currency-rate-viewer .app-feature-actions {
  margin-top: 24px;
}

.app-feature-note-list {
  width: min(100%, 460px);
  margin-top: 28px;
  padding: 18px 20px;
  background: rgba(250, 250, 252, 0.72);
}

.app-feature-note-list__label {
  margin: 0 0 10px;
  color: var(--text-sub);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
}

.app-feature-note-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-feature-note-list li {
  color: var(--text-sub);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.app-theme-picker__label {
  margin: 0 0 10px;
  color: var(--text-sub);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
}

.app-theme-picker__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.app-product-page--multi-currency-rate-viewer .app-theme-picker__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 6px;
  justify-items: center;
}

.app-theme-option {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-width: 52px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-sub);
  cursor: pointer;
  font: inherit;
  text-align: center;
}

.app-product-page--multi-currency-rate-viewer .app-theme-option {
  width: 100%;
  min-width: 0;
}

.app-product-page--multi-currency-rate-viewer .app-theme-option__phone {
  width: 34px;
  border-radius: 7px;
}

.app-product-page--multi-currency-rate-viewer .app-theme-option__name {
  max-width: 58px;
  font-size: 0.62rem;
}

.app-theme-option__phone {
  display: block;
  width: 48px;
  aspect-ratio: 9 / 19.4;
  overflow: hidden;
  border: 2px solid #111114;
  border-bottom-width: 3px;
  border-radius: 9px;
  background: #111114;
  box-shadow: 0 10px 22px rgba(29, 29, 31, 0.12);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.app-theme-option__phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.app-theme-option__name {
  max-width: 62px;
  color: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
}

.app-theme-option:hover .app-theme-option__phone,
.app-theme-option:focus-visible .app-theme-option__phone,
.app-theme-option.is-active .app-theme-option__phone {
  transform: translateY(-2px) scale(1.04);
}

.app-theme-option:focus-visible {
  outline: 2px solid rgba(200, 16, 46, 0.45);
  outline-offset: 5px;
  border-radius: 12px;
}

.app-theme-option.is-active {
  color: var(--text);
}

.app-theme-option.is-active .app-theme-option__phone {
  box-shadow:
    0 0 0 3px rgba(200, 16, 46, 0.16),
    0 14px 26px rgba(29, 29, 31, 0.16);
}

.app-feature-phone-main {
  position: relative;
  align-self: start;
  display: grid;
  justify-self: center;
  place-items: stretch;
  box-sizing: border-box;
  width: min(100%, var(--app-feature-main-screen-width, 360px));
  min-height: 0;
  margin: clamp(-42px, -3vw, -26px) 0 0;
  border: 6px solid #111114;
  border-bottom-width: 10px;
  border-radius: clamp(34px, 3vw, 46px);
  aspect-ratio: 9 / 19.4;
  background: #111114;
  box-shadow:
    0 28px 52px rgba(29, 29, 31, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: transform 0.24s ease;
}

.app-product-page--multi-currency-rate-viewer .app-feature-phone-main {
  width: min(100%, var(--app-feature-main-screen-width, 330px));
  margin-top: clamp(-24px, -1.6vw, -12px);
}

.app-feature-phone-main.is-theme-previewing {
  transform: scale(1.025);
}

.app-feature-phone-main img {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  box-shadow: none;
}

.app-feature-phone-main--mac {
  width: min(104%, var(--app-feature-main-screen-width, 520px));
  aspect-ratio: 1241 / 858;
  margin: clamp(-20px, -1.4vw, -10px) -8px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 26px 44px rgba(29, 29, 31, 0.18));
  overflow: visible;
  transform: rotate(0.22deg);
}

.app-product-page--reiwa-date-widget .app-feature-phone-main--mac {
  align-self: center;
  justify-self: center;
  width: min(100%, var(--app-feature-main-screen-width, 520px));
  margin: 0;
  transform: none;
}

.app-feature-phone-main--mac img {
  object-fit: contain;
  object-position: center;
}

.app-feature-panel {
  align-self: stretch;
  display: grid;
  align-content: start;
  min-width: 0;
  padding: clamp(84px, 10.4vw, 132px) 0 clamp(36px, 5vw, 72px) clamp(30px, 4.2vw, 58px);
}

.app-product-page--feature:not(.app-product-page--reiwa-date-widget) .app-feature-panel {
  padding-top: clamp(96px, 11.2vw, 148px);
  padding-bottom: clamp(58px, 6.6vw, 96px);
}

.app-product-page--multi-currency-rate-viewer .app-feature-panel {
  padding-top: clamp(88px, 9.8vw, 132px);
  padding-bottom: clamp(52px, 5.8vw, 86px);
}

.app-product-page--reiwa-date-widget .app-feature-panel {
  align-content: center;
  padding: clamp(42px, 5vw, 72px) 0 clamp(40px, 5vw, 66px) clamp(30px, 4.2vw, 58px);
}

.app-feature-panel__intro {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.app-feature-panel__intro img {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(29, 29, 31, 0.12);
}

.app-feature-panel__intro h2 {
  margin: 0;
  font-size: clamp(1.32rem, 1.85vw, 1.72rem);
  line-height: 1.36;
  letter-spacing: 0;
}

.app-feature-list {
  display: grid;
}

.app-feature-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.app-feature-item h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  line-height: 1.35;
  letter-spacing: 0;
}

.app-feature-item p {
  margin: 8px 0 0;
  color: var(--text-sub);
  font-size: 0.96rem;
  line-height: 1.75;
}

.app-feature-crop {
  position: relative;
  width: 112px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(29, 29, 31, 0.1);
}

.app-feature-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.app-product-page--reiwa-date-widget .app-feature-crop--widget {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.app-product-page--reiwa-date-widget .app-feature-crop--widget img {
  border-radius: 22px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(29, 29, 31, 0.16));
}

.app-feature-lower {
  padding: 44px 0 64px;
  background: #fbfbfd;
}

.app-product-page--feature:not(.app-product-page--reiwa-date-widget) .app-feature-lower {
  padding: 56px 0 92px;
}

.app-feature-lower__inner {
  display: grid;
  gap: 24px;
}

.app-feature-resources {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.app-feature-other {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.app-feature-resources h2,
.app-feature-other h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.app-feature-resource-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.app-feature-resource-group {
  padding: 16px 18px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 18px;
  background: #fff;
}

.app-feature-resource-group h3 {
  margin: 0 0 8px;
  color: var(--text-sub);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.app-feature-resource-links {
  display: grid;
  gap: 2px;
}

.app-feature-resource-link {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.35;
}

.app-feature-resource-link span:first-child {
  min-width: 0;
}

.app-feature-resource-link span:last-child {
  margin-left: 8px;
  color: var(--primary);
  font-size: 1.2em;
  line-height: 1;
}

.app-feature-other {
  border-bottom: 0;
}

.app-feature-other__links {
  justify-content: flex-start;
}

.app-feature-other__links a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 5px 12px 5px 5px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--text-sub);
  font-size: 0.92rem;
  font-weight: 800;
}

.app-feature-other__links img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

@media (max-width: 1040px) {
  .app-product-hero__inner,
  .app-product-showcase {
    grid-template-columns: 1fr;
  }

  .app-product-screen img {
    max-height: 440px;
  }

  .app-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-resource-card--wide {
    grid-column: span 1;
  }
}

@media (max-width: 1180px) {
  .app-feature-hero__layout,
  .app-feature-hero__main {
    grid-template-columns: 1fr;
  }

  .app-product-page--reiwa-date-widget .app-feature-hero__layout,
  .app-product-page--reiwa-date-widget .app-feature-hero__main {
    grid-template-columns: 1fr;
  }

  .app-feature-hero__layout {
    min-height: auto;
  }

  .app-product-page--multi-currency-rate-viewer .app-feature-hero__layout {
    min-height: auto;
  }

  .app-feature-hero__main {
    padding-right: 0;
    border-right: 0;
  }

  .app-feature-phone-main {
    min-height: auto;
    align-self: center;
    width: min(78vw, 370px);
    margin: 0;
  }

  .app-product-page--multi-currency-rate-viewer .app-feature-phone-main {
    width: min(78vw, 370px);
    margin: 0;
  }

  .app-feature-phone-main img {
    width: 100%;
    max-height: none;
  }

  .app-product-page--reiwa-date-widget .app-feature-phone-main--mac {
    justify-self: center;
    width: min(86vw, var(--app-feature-main-screen-width, 520px));
    margin: 0;
  }

  .app-feature-panel {
    padding: 0 0 64px;
  }

  .app-product-page--feature:not(.app-product-page--reiwa-date-widget) .app-feature-panel {
    padding: 0 0 78px;
  }

  .app-product-page--multi-currency-rate-viewer .app-feature-panel {
    padding: 0 0 78px;
  }

  .app-product-page--reiwa-date-widget .app-feature-panel {
    padding: 0 0 50px;
  }
}

@media (max-width: 760px) {
  .app-feature-hero__main {
    padding-top: 64px;
    padding-bottom: 36px;
  }

  .app-product-page--feature:not(.app-product-page--reiwa-date-widget) .app-feature-hero__main {
    padding-top: 74px;
    padding-bottom: 52px;
  }

  .app-product-page--reiwa-date-widget .app-feature-hero__main {
    padding-top: 54px;
    padding-bottom: 34px;
  }

  .app-feature-lockup,
  .app-feature-panel__intro {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
  }

  .app-feature-icon,
  .app-feature-panel__intro img {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }

  .app-feature-title {
    font-size: clamp(2.35rem, 12.5vw, 3rem);
  }

  .app-product-page--fatespin .app-feature-title {
    font-size: clamp(1.95rem, 9.5vw, 2.55rem);
  }

  .app-product-page--lightlocater .app-feature-title {
    font-size: clamp(2rem, 9.4vw, 2.5rem);
  }

  .app-product-page--reiwa-date-widget .app-feature-title {
    font-size: clamp(1.45rem, 7.6vw, 2.05rem);
  }

  .app-feature-lead {
    margin-top: 24px;
  }

  .app-feature-actions,
  .app-feature-resource-links,
  .app-feature-other__links {
    gap: 10px 18px;
  }

  .app-theme-picker {
    margin-top: 22px;
  }

  .app-feature-phone-main {
    width: min(86vw, 330px);
  }

  .app-product-page--multi-currency-rate-viewer .app-feature-phone-main {
    width: min(86vw, 330px);
  }

  .app-feature-phone-main--mac {
    width: min(90vw, 520px);
    margin: 0;
  }

  .app-product-page--reiwa-date-widget .app-feature-phone-main--mac {
    width: min(90vw, 520px);
    margin: 0;
  }

  .app-feature-phone-main img {
    width: 100%;
  }

  .app-feature-panel__intro {
    padding-bottom: 24px;
  }

  .app-feature-item {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }

  .app-feature-crop {
    width: 102px;
    border-radius: 22px;
  }

  .app-feature-resources,
  .app-feature-other {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .app-feature-resource-groups {
    grid-template-columns: 1fr;
  }

  .app-feature-other__links a {
    max-width: 100%;
  }
}

@media (max-width: 460px) {
  .app-product-page--fatespin .app-feature-hero__main,
  .app-product-page--fatespin .app-feature-copy {
    justify-self: start;
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    min-width: 0;
  }

  .app-product-page--fatespin .app-feature-lead,
  .app-product-page--fatespin .app-feature-release-note {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .app-product-page--fatespin .app-theme-picker {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-inline: 16px;
  }

  .app-product-page--fatespin .app-theme-picker__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -4px;
    padding: 0 4px 4px;
  }

  .app-product-page--fatespin .app-theme-option {
    flex: 0 0 auto;
  }

  .app-product-page--fatespin .app-feature-phone-main {
    justify-self: center;
    width: min(calc(100vw - 48px), 330px);
    max-width: calc(100vw - 48px);
  }

  .app-product-page--multi-currency-rate-viewer .app-feature-lockup {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .app-product-page--multi-currency-rate-viewer .app-feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .app-product-page--multi-currency-rate-viewer .app-feature-title {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

  .app-product-page--reiwa-date-widget .app-feature-title {
    font-size: clamp(1.58rem, 7.6vw, 2.1rem);
  }

  .app-store-badge {
    width: 150px;
  }

  .app-feature-item {
    grid-template-columns: 1fr;
  }

  .app-feature-crop {
    width: min(100%, 176px);
  }
}

@media (max-width: 700px) {
  .app-product-page .site-nav {
    gap: 0 12px;
  }

  .app-product-hero {
    padding: 64px 0 38px;
  }

  .app-product-lockup {
    gap: 12px;
    align-items: flex-start;
  }

  .app-product-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .app-product-title,
  .app-product-title--long {
    font-size: clamp(1.95rem, 9.6vw, 2.45rem);
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  .app-product-showcase {
    padding: 18px;
  }

  .app-product-screen img {
    max-height: 360px;
    border-radius: 24px;
  }

  .app-product-actions,
  .app-resource-actions,
  .other-apps,
  .other-apps__links {
    align-items: stretch;
    flex-direction: column;
  }

  .app-product-actions .btn,
  .app-resource-actions .btn,
  .other-app-link {
    width: 100%;
  }

  .app-resource-grid {
    grid-template-columns: 1fr;
  }
}
