@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* Gajebase local home redesign experiment */
.front-top-page .entry-title,
.front-top-page .date-tags,
.front-top-page .sns-share,
.front-top-page .sns-follow,
.front-top-page #toc.toc,
.front-top-page #sidebar,
.front-top-page .mobile-footer-menu-buttons,
.front-top-page .header-container .navi,
.front-top-page .tagline {
  display: none;
}

.front-top-page,
.front-top-page .container,
.front-top-page .content,
.front-top-page .content-in {
  background: #f5f5f7;
}

.front-top-page .content-in {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.front-top-page .main,
.front-top-page .article,
.front-top-page .entry-content {
  background: transparent;
}

.front-top-page .main {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0 !important;
}

.front-top-page .article {
  padding: 0 !important;
}

.front-top-page .entry-content {
  margin: 0 !important;
}

.front-top-page .gbhome-experiment {
  --gbx-bg: #f5f5f7;
  --gbx-bg-alt: #eef1f6;
  --gbx-panel: #fff;
  --gbx-panel-soft: #fbfbfd;
  --gbx-ink: #161617;
  --gbx-muted: #515154;
  --gbx-quiet: #86868b;
  --gbx-line: rgba(22, 22, 23, 0.11);
  --gbx-line-strong: rgba(22, 22, 23, 0.18);
  --gbx-blue: #4d73c9;
  --gbx-blue-soft: #e8eefb;
  --gbx-warm: #b8753a;
  --gbx-warm-soft: #f6eadf;
  --gbx-max: 1180px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow: hidden;
  background: var(--gbx-bg);
  color: var(--gbx-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  line-height: 1.5;
}

.front-top-page .gbhome-experiment *,
.front-top-page .gbhome-experiment *::before,
.front-top-page .gbhome-experiment *::after {
  box-sizing: border-box;
}

.front-top-page .gbhome-experiment a {
  color: inherit;
  text-decoration: none;
}

.front-top-page .gbhome-experiment img {
  display: block;
  max-width: 100%;
}

.front-top-page .gbx-hero,
.front-top-page .gbx-section,
.front-top-page .gbx-closing {
  width: min(var(--gbx-max), calc(100% - 56px));
  margin: 0 auto;
}

.front-top-page .gbx-hero {
  position: relative;
  display: block;
  padding: 152px 0 126px;
  text-align: center;
}

.front-top-page .gbx-hero__copy,
.front-top-page .gbx-section__head > div,
.front-top-page .gbx-feature-main,
.front-top-page .gbx-feature-card,
.front-top-page .gbx-latest-row strong {
  min-width: 0;
}

.front-top-page .gbx-hero__copy {
  width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.front-top-page .gbx-hero::before {
  position: absolute;
  top: 106px;
  left: 50%;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: var(--gbx-blue);
  content: "";
  transform: translateX(-50%);
}

.front-top-page .gbx-hero::after {
  position: absolute;
  right: max(0px, calc((100vw - var(--gbx-max)) / -2));
  bottom: 38px;
  left: max(0px, calc((100vw - var(--gbx-max)) / -2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(77, 115, 201, 0.24), rgba(184, 117, 58, 0.18), transparent);
  content: "";
  pointer-events: none;
}

.front-top-page .gbx-kicker {
  margin: 0 0 18px !important;
  color: var(--gbx-quiet);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.front-top-page .gbx-hero h1 {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 0 !important;
  line-height: 1;
}

.front-top-page .gbx-hero h1::before {
  display: block;
  color: var(--gbx-ink);
  content: "道具を選ぶ時間まで、心地よく。";
  font-size: clamp(40px, 4.35vw, 58px);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.18;
  text-wrap: balance;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.front-top-page .gbx-hero__lead {
  width: min(620px, 100%);
  margin: 30px 0 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--gbx-muted);
  font-size: clamp(17px, 1.45vw, 20px) !important;
  line-height: 1.86;
}

.front-top-page .gbx-hero__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 36px;
}

.front-top-page .gbx-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(22, 22, 23, 0.92);
  border-radius: 999px;
  background: var(--gbx-ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.front-top-page .gbx-pill:hover {
  background: #000;
  border-color: #000;
  transform: translateY(-1px);
}

.front-top-page .gbx-text-link {
  color: var(--gbx-muted) !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.front-top-page .gbx-text-link:hover {
  color: #000 !important;
}

.front-top-page .gbx-hero__visual {
  display: none;
}

.front-top-page .gbx-hero__visual figure {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 24px;
  background: #ececf0;
}

.front-top-page .gbx-hero__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.front-top-page .gbx-hero__visual:hover img {
  transform: scale(1.025);
}

.front-top-page .gbx-hero__caption {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 4px;
}

.front-top-page .gbx-hero__caption span,
.front-top-page .gbx-latest-row span,
.front-top-page .gbx-feature-main span,
.front-top-page .gbx-feature-card span,
.front-top-page .gbx-category-link span {
  color: var(--gbx-quiet);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

.front-top-page #gbx-featured .gbx-kicker,
.front-top-page .gbx-feature-main span {
  color: var(--gbx-blue);
}

.front-top-page #gbx-latest .gbx-kicker {
  color: var(--gbx-warm);
}

.front-top-page .gbx-hero__caption strong {
  color: var(--gbx-ink);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
}

.front-top-page .gbx-section {
  padding: 96px 0;
  border-top: 1px solid var(--gbx-line);
}

.front-top-page .gbx-section--soft {
  width: 100%;
  max-width: none;
  padding: 100px max(28px, calc((100vw - var(--gbx-max)) / 2)) 112px;
  background: var(--gbx-bg-alt);
  border-top: 0;
}

.front-top-page #gbx-featured + .gbx-section,
.front-top-page #gbx-latest {
  width: 100%;
  max-width: none;
  padding-right: max(28px, calc((100vw - var(--gbx-max)) / 2));
  padding-left: max(28px, calc((100vw - var(--gbx-max)) / 2));
}

.front-top-page #gbx-featured + .gbx-section {
  padding-top: 106px;
  padding-bottom: 112px;
}

.front-top-page #gbx-featured + .gbx-section {
  background: #f6f2ec;
  border-top: 0;
}

.front-top-page #gbx-latest {
  background: #fbfbfd;
  padding-top: 108px;
  padding-bottom: 116px;
}

.front-top-page .gbx-section__head {
  display: block;
  width: min(700px, 100%);
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: 0;
  text-align: left;
}

.front-top-page .gbx-section__head .gbx-kicker {
  margin-bottom: 14px !important;
}

.front-top-page .gbx-section__head h2,
.front-top-page .gbx-closing h2 {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--gbx-ink) !important;
  font-size: clamp(32px, 3.35vw, 50px) !important;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.front-top-page .gbx-section__head p:not(.gbx-kicker),
.front-top-page .gbx-closing p {
  margin: 16px 0 0 !important;
  color: var(--gbx-muted);
  font-size: 15px !important;
  line-height: 1.72;
}

.front-top-page .gbx-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.66fr);
  gap: 22px;
  align-items: start;
}

.front-top-page .gbx-feature-main,
.front-top-page .gbx-feature-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--gbx-line);
  background: var(--gbx-panel);
}

.front-top-page .gbx-feature-main {
  padding: 16px;
  border-radius: 26px;
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.front-top-page .gbx-feature-card {
  padding: 14px;
  border-radius: 20px;
}

.front-top-page .gbx-feature-main figure,
.front-top-page .gbx-feature-card figure {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 20px;
  background: #ececf0;
}

.front-top-page .gbx-feature-main img,
.front-top-page .gbx-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.front-top-page .gbx-feature-main figure {
  aspect-ratio: 16 / 10.25;
}

.front-top-page .gbx-feature-card figure {
  aspect-ratio: 16 / 8.4;
}

.front-top-page .gbx-feature-main:hover img,
.front-top-page .gbx-feature-card:hover img {
  transform: scale(1.025);
}

.front-top-page .gbx-feature-main__body,
.front-top-page .gbx-feature-card__body {
  display: grid;
  gap: 10px;
}

.front-top-page .gbx-feature-main h3,
.front-top-page .gbx-feature-card h3 {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--gbx-ink) !important;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.18;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.front-top-page .gbx-feature-main h3 {
  font-size: clamp(28px, 2.75vw, 38px) !important;
}

.front-top-page .gbx-feature-card h3 {
  font-size: clamp(18px, 1.55vw, 22px) !important;
}

.front-top-page .gbx-feature-main p,
.front-top-page .gbx-feature-card p {
  margin: 0 !important;
  color: var(--gbx-muted);
  font-size: 13.5px !important;
  line-height: 1.62;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.front-top-page .gbx-feature-card p {
  -webkit-line-clamp: 1;
}

.front-top-page .gbx-feature-side {
  display: grid;
  gap: 20px;
}

.front-top-page .gbx-feature-card {
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.front-top-page .gbx-feature-card:hover {
  border-color: rgba(77, 115, 201, 0.28);
  transform: translateY(-2px);
}

.front-top-page .gbx-feature-main:hover {
  border-color: rgba(184, 117, 58, 0.26);
}

.front-top-page .gbx-feature-grid.is-editorial-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.front-top-page .gbx-feature-main.is-editorial-primary {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 34px;
  align-items: center;
  padding: 18px;
  border: 0;
  border-radius: 30px;
  background: #fff;
}

.front-top-page .gbx-feature-main.is-editorial-primary figure {
  aspect-ratio: 16 / 10.6;
  border-radius: 24px;
}

.front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-main__body {
  gap: 16px;
  padding: 10px 24px 10px 0;
}

.front-top-page .gbx-feature-main.is-editorial-primary span:not(.gbx-feature-cta) {
  color: var(--gbx-blue);
}

.front-top-page .gbx-feature-main.is-editorial-primary h3 {
  font-size: clamp(34px, 4.1vw, 56px) !important;
  font-weight: 650;
  line-height: 1.08;
}

.front-top-page .gbx-feature-main.is-editorial-primary p {
  max-width: 420px;
  color: var(--gbx-muted);
  font-size: 15px !important;
  line-height: 1.76;
  -webkit-line-clamp: 3;
}

.front-top-page .gbx-feature-cta {
  display: inline-grid;
  place-items: center;
  justify-self: start;
  min-width: 74px;
  min-height: 38px;
  margin-top: 4px;
  padding: 0 18px;
  border: 1px solid rgba(22, 22, 23, 0.9);
  border-radius: 999px;
  background: var(--gbx-ink);
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1;
}

.front-top-page .gbx-feature-side.is-editorial-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-top: 1px solid rgba(22, 22, 23, 0.12);
  border-bottom: 1px solid rgba(22, 22, 23, 0.1);
  background: rgba(22, 22, 23, 0.1);
}

.front-top-page .gbx-feature-card.is-editorial-secondary-item {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 126px;
  padding: 18px 20px;
  border: 0;
  border-radius: 0;
  background: #fbfbfd;
}

.front-top-page .gbx-feature-card.is-editorial-secondary-item figure {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
}

.front-top-page .gbx-feature-card.is-editorial-secondary-item .gbx-feature-card__body {
  gap: 7px;
}

.front-top-page .gbx-feature-card.is-editorial-secondary-item h3 {
  font-size: clamp(17px, 1.45vw, 21px) !important;
  line-height: 1.28;
}

.front-top-page .gbx-feature-card.is-editorial-secondary-item p {
  display: none;
}

.front-top-page .is-feature-story-section .gbx-section__head {
  width: min(640px, 100%);
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  text-align: center;
}

.front-top-page .is-feature-story-section .gbx-section__head h2 {
  font-size: clamp(30px, 3vw, 44px) !important;
}

.front-top-page .gbx-feature-grid.is-editorial-feature {
  gap: 34px;
}

.front-top-page .gbx-feature-main.is-editorial-primary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-promise {
  display: grid;
  justify-items: center;
  width: min(860px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-promise span {
  margin-bottom: 20px;
  color: var(--gbx-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-promise strong {
  color: var(--gbx-ink);
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-promise em {
  width: min(520px, 100%);
  margin-top: 22px;
  color: var(--gbx-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  font-style: normal;
  line-height: 1.75;
}

.front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-main__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.68fr);
  gap: 24px 38px;
  align-items: end;
  width: min(900px, 100%);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: left;
}

.front-top-page .gbx-feature-main.is-editorial-primary span:not(.gbx-feature-cta) {
  display: none;
}

.front-top-page .gbx-feature-main.is-editorial-primary h3 {
  margin: 0 !important;
  color: var(--gbx-ink);
  font-size: clamp(24px, 2.45vw, 35px) !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
}

.front-top-page .gbx-feature-main.is-editorial-primary p {
  width: auto;
  max-width: none;
  margin: 0 !important;
  color: var(--gbx-muted);
  font-size: clamp(14px, 1.15vw, 16px) !important;
  line-height: 1.74;
  -webkit-line-clamp: 3;
}

.front-top-page .gbx-feature-main.is-editorial-primary figure {
  width: 100%;
  aspect-ratio: 16 / 7.6;
  border-radius: 0;
}

.front-top-page .gbx-feature-main.is-editorial-primary img {
  object-position: center;
}

.front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-cta {
  justify-self: start;
  min-width: 86px;
  min-height: 42px;
  margin-top: 4px;
  grid-column: 2;
}

.front-top-page .gbx-feature-side.is-editorial-secondary {
  width: min(960px, 100%);
  margin-right: auto;
  margin-left: auto;
  border-top-color: rgba(22, 22, 23, 0.09);
  border-bottom-color: rgba(22, 22, 23, 0.08);
  background: rgba(22, 22, 23, 0.08);
}

.front-top-page .gbx-feature-card.is-editorial-secondary-item {
  min-height: 108px;
  background: rgba(255, 255, 255, 0.62);
}

.front-top-page .gbx-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.front-top-page .gbx-category-link {
  --gbx-category-accent: var(--gbx-blue);
  --gbx-category-tint: var(--gbx-blue-soft);
  position: relative;
  min-height: 188px;
  padding: 28px 22px 26px;
  border: 1px solid var(--gbx-line);
  border-radius: 22px;
  background: var(--gbx-panel);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.front-top-page .gbx-category-link:nth-child(-n+4) {
  min-height: 204px;
  background: #fff;
}

.front-top-page .gbx-category-link:nth-child(n+5) {
  min-height: 166px;
  background: rgba(255, 255, 255, 0.72);
}

.front-top-page .gbx-category-link:hover {
  background: var(--gbx-category-tint);
  border-color: rgba(22, 22, 23, 0.16);
  transform: translateY(-1px);
}

.front-top-page .gbx-category-link::before {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: var(--gbx-category-accent);
  content: "";
  opacity: 0.72;
}

.front-top-page .gbx-category-link span,
.front-top-page .gbx-category-link strong,
.front-top-page .gbx-category-link em {
  position: relative;
  z-index: 1;
}

.front-top-page .gbx-category-link span {
  color: var(--gbx-category-accent);
}

.front-top-page .gbx-category-link:nth-child(2n) {
  --gbx-category-accent: var(--gbx-warm);
  --gbx-category-tint: var(--gbx-warm-soft);
}

.front-top-page .gbx-category-link:nth-child(3n) {
  --gbx-category-accent: #7f6cc8;
  --gbx-category-tint: #eee9fb;
}

.front-top-page .gbx-category-link:nth-child(n+5)::before {
  width: 38px;
  opacity: 0.48;
}

.front-top-page .gbx-category-link:nth-child(n+5) span {
  color: var(--gbx-quiet);
}

.front-top-page .gbx-category-link:nth-child(n+5) strong {
  font-size: 18px;
}

.front-top-page .gbx-category-link strong {
  display: block;
  margin-top: 42px;
  color: var(--gbx-ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.34;
  text-wrap: balance;
}

.front-top-page .gbx-category-link em {
  display: block;
  margin-top: 12px;
  color: var(--gbx-quiet);
  font-size: 13.5px;
  font-style: normal;
  line-height: 1.62;
}

.front-top-page .gbx-latest-list {
  border-top: 1px solid rgba(22, 22, 23, 0.16);
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.front-top-page .gbx-latest-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 120px;
  gap: 28px;
  align-items: center;
  min-height: 104px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(22, 22, 23, 0.1);
  background: transparent;
  transition: background 0.22s ease;
}

.front-top-page .gbx-latest-row.is-thumb-ready {
  grid-template-columns: 118px 126px minmax(0, 1fr) 40px;
  gap: 22px;
  min-height: 128px;
  padding: 22px 0;
}

.front-top-page .gbx-latest-thumb {
  display: block;
  width: 108px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(22, 22, 23, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at 28% 22%, rgba(77, 115, 201, 0.18), transparent 30%),
    linear-gradient(135deg, #f7f8fb, #eceef4);
}

.front-top-page .gbx-latest-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.front-top-page .gbx-latest-row:hover .gbx-latest-thumb img {
  transform: scale(1.025);
}

.front-top-page .gbx-latest-row strong {
  color: var(--gbx-ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.28;
  letter-spacing: 0;
}

.front-top-page .gbx-latest-row.is-thumb-ready strong {
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.42;
}

.front-top-page .gbx-latest-row.is-thumb-ready:first-child {
  grid-template-columns: 218px 132px minmax(0, 1fr) 44px;
  gap: 26px;
  min-height: 202px;
  padding: 34px 0;
}

.front-top-page .gbx-latest-row.is-thumb-ready:first-child .gbx-latest-thumb {
  width: 204px;
  border-radius: 22px;
}

.front-top-page .gbx-latest-row.is-thumb-ready:first-child strong {
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1.24;
}

.front-top-page .gbx-latest-row.is-thumb-ready:first-child span:not(.gbx-latest-thumb) {
  color: var(--gbx-warm);
}

.front-top-page .gbx-latest-row em {
  justify-self: end;
  color: var(--gbx-quiet);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0;
  opacity: 0.5;
}

.front-top-page .gbx-latest-row.is-thumb-ready em {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(22, 22, 23, 0.12);
  border-radius: 999px;
  font-size: 0;
  opacity: 0.62;
}

.front-top-page .gbx-latest-row.is-thumb-ready em::after {
  color: var(--gbx-muted);
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.front-top-page .gbx-latest-row:hover strong {
  color: #000;
}

.front-top-page .gbx-latest-row:hover {
  background: rgba(255, 255, 255, 0.42);
}

.front-top-page .gbx-closing {
  width: min(920px, calc(100% - 56px));
  margin-top: 18px;
  margin-bottom: 88px;
  padding: 56px 44px 62px;
  border: 1px solid var(--gbx-line);
  border-radius: 28px;
  background: var(--gbx-panel);
  text-align: center;
}

.front-top-page .gbx-closing h2 {
  font-size: clamp(32px, 3.5vw, 48px) !important;
}

.front-top-page .gbx-closing p {
  width: min(700px, 100%);
  margin-left: auto !important;
  margin-right: auto !important;
}

.front-top-page .gbx-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--gbx-delay, 0ms);
}

.front-top-page .gbx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .front-top-page .gbx-reveal,
  .front-top-page .gbx-pill,
  .front-top-page .gbhome-experiment img {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .front-top-page .gbx-hero__visual:hover img,
  .front-top-page .gbx-feature-main:hover img,
  .front-top-page .gbx-feature-card:hover img,
  .front-top-page .gbx-pill:hover {
    transform: none;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .front-top-page .gbx-hero {
    padding-top: 86px;
  }

  .front-top-page .gbx-feature-grid {
    grid-template-columns: 1fr;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary {
    grid-template-columns: 1fr;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-main__body {
    grid-template-columns: 1fr;
    width: min(720px, 100%);
    padding: 4px 6px 10px;
    text-align: center;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-cta {
    grid-column: auto;
    justify-self: center;
  }

  .front-top-page .gbx-feature-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-top-page .gbx-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-top-page .gbx-category-link:nth-child(4n) {
    border-right: 1px solid var(--gbx-line);
  }

  .front-top-page .gbx-category-link:nth-child(2n) {
    border-right: 1px solid var(--gbx-line);
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .front-top-page .gbx-hero,
  .front-top-page .gbx-section,
  .front-top-page .gbx-closing {
    width: min(100% - 36px, var(--gbx-max));
  }

  .front-top-page #gbx-featured + .gbx-section,
  .front-top-page #gbx-latest {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .front-top-page .gbx-hero h1 {
    font-size: 0 !important;
  }

  .front-top-page .gbx-hero h1::before {
    content: "道具を選ぶ時間まで、\A心地よく。";
    font-size: 34px;
    line-height: 1.17;
    white-space: pre-line;
  }

  .front-top-page .gbx-section__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .front-top-page .gbx-feature-side {
    grid-template-columns: 1fr;
  }

  .front-top-page .gbx-feature-side.is-editorial-secondary {
    grid-template-columns: 1fr;
  }

  .front-top-page .gbx-latest-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .front-top-page .gbx-latest-row.is-thumb-ready {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px 15px;
    min-height: 0;
    padding: 18px 0;
  }

  .front-top-page .gbx-latest-row.is-thumb-ready:first-child {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 22px 0;
  }

  .front-top-page .gbx-latest-row.is-thumb-ready:first-child .gbx-latest-thumb {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .front-top-page .gbx-latest-row.is-thumb-ready:first-child span:not(.gbx-latest-thumb),
  .front-top-page .gbx-latest-row.is-thumb-ready:first-child strong,
  .front-top-page .gbx-latest-row.is-thumb-ready:first-child em {
    grid-column: 1;
  }

  .front-top-page .gbx-latest-row.is-thumb-ready:first-child strong {
    font-size: 23px !important;
    line-height: 1.34;
  }

  .front-top-page .gbx-latest-thumb {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
    width: 82px;
    border-radius: 14px;
  }

  .front-top-page .gbx-latest-row.is-thumb-ready span:not(.gbx-latest-thumb),
  .front-top-page .gbx-latest-row.is-thumb-ready strong,
  .front-top-page .gbx-latest-row.is-thumb-ready em {
    grid-column: 2;
  }

  .front-top-page .gbx-latest-row em {
    justify-self: start;
  }

  .front-top-page .gbx-closing {
    width: min(100% - 36px, var(--gbx-max));
    padding: 44px 26px 48px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .front-top-page .gbhome-experiment {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .front-top-page .gbx-hero,
  .front-top-page .gbx-section,
  .front-top-page .gbx-closing {
    width: calc(100% - 28px);
  }

  .front-top-page .gbx-hero {
    padding: 82px 0 76px;
  }

  .front-top-page .gbx-hero h1 {
    font-size: 0 !important;
  }

  .front-top-page .gbx-hero h1::before {
    font-size: 29px;
    line-height: 1.2;
  }

  .front-top-page .gbx-hero__nav {
    gap: 10px 16px;
  }

  .front-top-page .gbx-pill {
    min-height: 40px;
    padding: 0 18px;
  }

  .front-top-page .gbx-text-link {
    font-size: 13px;
  }

  .front-top-page .gbx-hero__lead {
    font-size: 16px !important;
    line-height: 1.72;
  }

  .front-top-page .gbx-hero__caption {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .front-top-page .gbx-section {
    padding: 68px 0;
  }

  .front-top-page .gbx-section--soft {
    width: 100%;
    padding: 70px 14px 74px;
  }

  .front-top-page #gbx-featured + .gbx-section,
  .front-top-page #gbx-latest {
    padding: 70px 14px;
  }

  .front-top-page .gbx-section__head {
    margin-bottom: 30px;
  }

  .front-top-page .gbx-section__head h2,
  .front-top-page .gbx-closing h2 {
    font-size: 29px !important;
    line-height: 1.18;
  }

  .front-top-page #gbx-featured + .gbx-section .gbx-section__head h2,
  .front-top-page #gbx-latest .gbx-section__head h2 {
    font-size: 27px !important;
    line-height: 1.22;
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .front-top-page .gbx-feature-main figure,
  .front-top-page .gbx-feature-card figure,
  .front-top-page .gbx-hero__visual figure {
    border-radius: 16px;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary {
    padding: 14px;
    border-radius: 24px;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-promise span {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-promise strong {
    font-size: 34px;
    line-height: 1.12;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-promise em {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.68;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary figure {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-main__body {
    gap: 12px;
    padding: 4px 2px 8px;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary .gbx-feature-cta {
    min-height: 40px;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary p {
    font-size: 14px !important;
    line-height: 1.68;
    -webkit-line-clamp: 3;
  }

  .front-top-page .gbx-feature-main h3 {
    font-size: 25px !important;
  }

  .front-top-page .gbx-feature-main.is-editorial-primary h3 {
    font-size: 30px !important;
    line-height: 1.14;
  }

  .front-top-page .gbx-feature-card.is-editorial-secondary-item {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 108px;
    padding: 14px 0;
    background: transparent;
  }

  .front-top-page .gbx-feature-card.is-editorial-secondary-item figure {
    border-radius: 12px;
  }

  .front-top-page .gbx-feature-card h3,
  .front-top-page .gbx-latest-row strong {
    font-size: 21px !important;
  }

  .front-top-page .gbx-latest-row.is-thumb-ready strong {
    font-size: 16.5px !important;
    line-height: 1.46;
  }

  .front-top-page .gbx-category-grid {
    grid-template-columns: 1fr;
  }

  .front-top-page .gbx-category-link,
  .front-top-page .gbx-category-link:nth-child(2n),
  .front-top-page .gbx-category-link:nth-child(4n) {
    min-height: 150px;
    border-right: 1px solid var(--gbx-line);
  }

  .front-top-page .gbx-category-link:nth-child(-n+4),
  .front-top-page .gbx-category-link:nth-child(n+5) {
    min-height: 150px;
  }

  .front-top-page .gbx-category-link strong {
    margin-top: 28px;
  }

  .front-top-page .gbx-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .front-top-page .gbx-closing {
    width: calc(100% - 28px);
    margin-bottom: 70px;
    padding: 38px 20px 42px;
  }
}

/* Gajebase full brand home rebuild */
.front-top-page .gb-brand-home {
  --gb-brand-bg: #f5f5f7;
  --gb-brand-surface: #fff;
  --gb-brand-soft: #fbfbfd;
  --gb-brand-ink: #1d1d1f;
  --gb-brand-muted: #515154;
  --gb-brand-quiet: #86868b;
  --gb-brand-line: rgba(29, 29, 31, 0.12);
  --gb-brand-blue: #3f6ed3;
  --gb-brand-cyan: #2d8aa8;
  --gb-brand-purple: #7665c9;
  --gb-brand-warm: #b67842;
  --gb-brand-amber: #c98c35;
  --gb-brand-max: 1180px;
  overflow: hidden;
  background: var(--gb-brand-bg);
  color: var(--gb-brand-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

.front-top-page .gb-brand-home *,
.front-top-page .gb-brand-home *::before,
.front-top-page .gb-brand-home *::after {
  box-sizing: border-box;
}

.front-top-page .gb-brand-home a {
  color: inherit;
  text-decoration: none;
}

.front-top-page .gb-brand-home img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-top-page .gb-brand-kicker,
.front-top-page .gb-brand-meta {
  margin: 0 !important;
  color: var(--gb-brand-quiet);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.front-top-page .gb-brand-button,
.front-top-page .gb-brand-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.front-top-page .gb-brand-button {
  min-width: 132px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--gb-brand-ink);
  color: #fff !important;
  transition: background 0.24s ease, transform 0.24s ease;
}

.front-top-page .gb-brand-button:hover {
  background: #000;
  transform: translateY(-1px);
}

.front-top-page .gb-brand-button--light {
  background: #f5f5f7;
  color: var(--gb-brand-ink) !important;
}

.front-top-page .gb-brand-button--light:hover {
  background: #e8e8ed;
}

.front-top-page .gb-brand-text-link {
  color: var(--gb-brand-muted) !important;
  transition: color 0.24s ease;
}

.front-top-page .gb-brand-text-link:hover {
  color: var(--gb-brand-ink) !important;
}

.front-top-page .gb-brand-hero {
  width: min(var(--gb-brand-max), calc(100% - 56px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 138px 0 116px;
}

.front-top-page .gb-brand-hero__copy {
  display: grid;
  justify-items: center;
  width: min(1040px, 100%);
  margin: 0 auto;
  text-align: center;
}

.front-top-page .gb-brand-hero h1 {
  width: min(1080px, 100%);
  margin: 18px auto 0 !important;
  color: var(--gb-brand-ink) !important;
  font-size: clamp(48px, 6.2vw, 86px) !important;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.06;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
  text-wrap: balance;
}

.front-top-page .gb-brand-hero h1 span {
  display: block;
}

.front-top-page .gb-brand-hero__lead {
  width: min(680px, 100%);
  margin: 28px auto 0 !important;
  color: var(--gb-brand-muted);
  font-size: clamp(17px, 1.45vw, 21px) !important;
  line-height: 1.82;
}

.front-top-page .gb-brand-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: center;
  margin-top: 34px;
}

.front-top-page .gb-brand-hero__visual {
  margin-top: 86px;
}

.front-top-page .gb-brand-hero__stage {
  --gb-brand-scroll-shift: 0px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 108px;
  gap: 16px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: translateY(var(--gb-brand-scroll-shift));
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.12s linear;
}

.front-top-page .gb-brand-hero__visual.is-gallery-swapping .gb-brand-hero__stage {
  pointer-events: none;
}

.front-top-page .gb-brand-hero-shot {
  overflow: hidden;
  display: block;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 28px;
  background: #eceef3;
  text-decoration: none !important;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
  will-change: transform;
}

.front-top-page .gb-brand-hero-shot:hover {
  border-color: rgba(29, 29, 31, 0.14);
  box-shadow: 0 18px 46px rgba(29, 29, 31, 0.09);
  transform: translateY(-2px);
}

.front-top-page .gb-brand-hero-shot--main {
  grid-column: span 5;
  grid-row: span 3;
}

.front-top-page .gb-brand-hero-shot:not(.gb-brand-hero-shot--main) {
  aspect-ratio: auto;
}

.front-top-page .gb-brand-hero-shot__image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.front-top-page .gb-brand-hero__visual.is-gallery-swapping .gb-brand-hero-shot__image {
  opacity: 0;
  transform: scale(1.012);
}

.front-top-page .gb-brand-hero-shot:nth-child(2) {
  grid-column: span 4;
  grid-row: span 2;
}

.front-top-page .gb-brand-hero-shot:nth-child(3) {
  grid-column: span 3;
  grid-row: span 2;
}

.front-top-page .gb-brand-hero-shot:nth-child(4),
.front-top-page .gb-brand-hero-shot:nth-child(6),
.front-top-page .gb-brand-hero-shot:nth-child(7),
.front-top-page .gb-brand-hero-shot:nth-child(8),
.front-top-page .gb-brand-hero-shot:nth-child(9) {
  grid-column: span 3;
  grid-row: span 1;
}

.front-top-page .gb-brand-hero-shot:nth-child(5) {
  grid-column: span 4;
  grid-row: span 1;
}

.front-top-page .gb-brand-hero-shot:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.34);
  outline-offset: 4px;
}

.front-top-page .gb-brand-hero__note {
  position: absolute;
  right: 44px;
  bottom: 42px;
  display: grid;
  gap: 6px;
  min-width: 230px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--gb-brand-ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}

.front-top-page .gb-brand-hero__note span {
  color: var(--gb-brand-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-top-page .gb-brand-hero__note strong {
  font-size: 17px;
  font-weight: 650;
  line-height: 1.25;
}

.front-top-page .gb-brand-section {
  width: min(var(--gb-brand-max), calc(100% - 56px));
  margin: 0 auto;
  padding: 112px 0;
}

.front-top-page .gb-brand-section__head {
  display: grid;
  gap: 18px;
  width: min(760px, 100%);
  margin-bottom: 46px;
}

.front-top-page .gb-brand-section__head--center {
  justify-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.front-top-page .gb-brand-section__head h2,
.front-top-page .gb-brand-manifesto h2 {
  margin: 0 !important;
  color: var(--gb-brand-ink) !important;
  font-size: clamp(40px, 5vw, 76px) !important;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.06;
  text-wrap: balance;
}

.front-top-page .gb-brand-section__head p:not(.gb-brand-kicker),
.front-top-page .gb-brand-manifesto > p:not(.gb-brand-kicker) {
  margin: 0 !important;
  color: var(--gb-brand-muted);
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.8;
}

.front-top-page .gb-brand-feature {
  width: 100%;
  max-width: none;
  padding: 118px max(28px, calc((100vw - var(--gb-brand-max)) / 2)) 124px;
  background: #fff;
}

.front-top-page .gb-brand-feature-story {
  display: grid;
  gap: 30px;
}

.front-top-page .gb-brand-feature-story__media {
  overflow: hidden;
  aspect-ratio: 16 / 7.2;
  border: 1px solid rgba(29, 29, 31, 0.09);
  border-radius: 34px;
  background: #eef1f6;
}

.front-top-page .gb-brand-feature-story__media img,
.front-top-page .gb-brand-latest-item__thumb img,
.front-top-page .gb-brand-hero-shot img {
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.front-top-page .gb-brand-feature-story:hover .gb-brand-feature-story__media img,
.front-top-page .gb-brand-latest-item:hover .gb-brand-latest-item__thumb img,
.front-top-page .gb-brand-hero-shot:hover img,
.front-top-page .gb-brand-hero-shot:focus-visible img {
  transform: scale(1.025);
}

.front-top-page .gb-brand-feature-story__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  gap: 28px 54px;
  align-items: start;
  width: min(980px, 100%);
  margin: 0 auto;
}

.front-top-page .gb-brand-feature-story__content h3 {
  margin: 12px 0 0 !important;
  color: var(--gb-brand-ink) !important;
  font-size: clamp(28px, 3.1vw, 44px) !important;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}

.front-top-page .gb-brand-feature-story__content p:not(.gb-brand-meta) {
  margin: 0 0 22px !important;
  color: var(--gb-brand-muted);
  font-size: 16px !important;
  line-height: 1.78;
}

.front-top-page .gb-brand-feature-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(980px, 100%);
  margin: 58px auto 0;
  border-top: 1px solid var(--gb-brand-line);
  border-bottom: 1px solid var(--gb-brand-line);
  background: var(--gb-brand-line);
}

.front-top-page .gb-brand-feature-rail a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 24px 26px;
  background: #fff;
  transition: background 0.24s ease;
}

.front-top-page .gb-brand-feature-rail a:hover {
  background: #f8f8fb;
}

.front-top-page .gb-brand-feature-rail span {
  grid-row: span 2;
  color: var(--gb-brand-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.front-top-page .gb-brand-feature-rail strong {
  color: var(--gb-brand-ink);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 600;
  line-height: 1.34;
}

.front-top-page .gb-brand-feature-rail em {
  color: var(--gb-brand-quiet);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.front-top-page .gb-brand-browse {
  padding-top: 126px;
}

.front-top-page .gb-brand-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.front-top-page .gb-brand-intent {
  --gb-brand-intent-color: var(--gb-brand-blue);
  --gb-brand-intent-bg: #eef3ff;
  position: relative;
  display: grid;
  min-height: 264px;
  padding: 28px;
  border: 1px solid var(--gb-brand-line);
  border-radius: 28px;
  background: var(--gb-brand-surface);
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.front-top-page .gb-brand-intent:hover {
  border-color: color-mix(in srgb, var(--gb-brand-intent-color) 32%, var(--gb-brand-line));
  background: var(--gb-brand-intent-bg);
  transform: translateY(-2px);
}

.front-top-page .gb-brand-intent::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--gb-brand-intent-color);
}

.front-top-page .gb-brand-intent--cyan {
  --gb-brand-intent-color: var(--gb-brand-cyan);
  --gb-brand-intent-bg: #edf7fa;
}

.front-top-page .gb-brand-intent--purple {
  --gb-brand-intent-color: var(--gb-brand-purple);
  --gb-brand-intent-bg: #f0eefb;
}

.front-top-page .gb-brand-intent--warm {
  --gb-brand-intent-color: var(--gb-brand-warm);
  --gb-brand-intent-bg: #f7efe8;
}

.front-top-page .gb-brand-intent--amber {
  --gb-brand-intent-color: var(--gb-brand-amber);
  --gb-brand-intent-bg: #f8f1e5;
}

.front-top-page .gb-brand-intent--slate {
  --gb-brand-intent-color: #697386;
  --gb-brand-intent-bg: #f1f3f6;
}

.front-top-page .gb-brand-intent__index {
  color: var(--gb-brand-intent-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.front-top-page .gb-brand-intent__label {
  margin-top: 34px;
  color: var(--gb-brand-quiet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-top-page .gb-brand-intent strong {
  margin-top: 12px;
  color: var(--gb-brand-ink);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 620;
  line-height: 1.2;
}

.front-top-page .gb-brand-intent em {
  margin-top: 18px;
  color: var(--gb-brand-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.front-top-page .gb-brand-intent__arrow {
  align-self: end;
  margin-top: 24px;
  color: var(--gb-brand-intent-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.front-top-page .gb-brand-latest {
  width: 100%;
  max-width: none;
  padding: 118px max(28px, calc((100vw - var(--gb-brand-max)) / 2)) 126px;
  background: #fbfbfd;
}

.front-top-page .gb-brand-latest-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gb-brand-line);
}

.front-top-page .gb-brand-latest-list li {
  margin: 0;
}

.front-top-page .gb-brand-latest-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 140px;
  gap: 28px;
  align-items: center;
  min-height: 142px;
  padding: 24px 0;
  border-bottom: 1px solid var(--gb-brand-line);
}

.front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item {
  grid-template-columns: 58px minmax(0, 1fr) 240px;
  min-height: 236px;
}

.front-top-page .gb-brand-latest-item__number {
  color: var(--gb-brand-warm);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.front-top-page .gb-brand-latest-item__number::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 12px;
  background: rgba(182, 120, 66, 0.42);
}

.front-top-page .gb-brand-latest-item__text {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.front-top-page .gb-brand-latest-item strong {
  color: var(--gb-brand-ink);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.22;
  text-wrap: balance;
  transition: color 0.24s ease;
}

.front-top-page .gb-brand-latest-list li:not(:first-child) .gb-brand-latest-item strong {
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.34;
}

.front-top-page .gb-brand-latest-item:hover strong {
  color: #000;
}

.front-top-page .gb-brand-latest-item__thumb {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  background: #eceef3;
  opacity: 0.92;
  transition: opacity 0.24s ease;
}

.front-top-page .gb-brand-latest-item:hover .gb-brand-latest-item__thumb {
  opacity: 1;
}

.front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item__thumb {
  aspect-ratio: 16 / 10.5;
  border-radius: 28px;
}

.front-top-page .gb-brand-manifesto {
  display: grid;
  justify-items: center;
  width: min(var(--gb-brand-max), calc(100% - 56px));
  margin: 0 auto 96px;
  padding: 86px 56px 64px;
  border-radius: 36px;
  background: var(--gb-brand-ink);
  color: #f5f5f7;
  text-align: center;
}

.front-top-page .gb-brand-manifesto .gb-brand-kicker {
  color: #a8c1ff;
}

.front-top-page .gb-brand-manifesto h2 {
  width: min(780px, 100%);
  color: #fff !important;
}

.front-top-page .gb-brand-manifesto > p:not(.gb-brand-kicker) {
  width: min(760px, 100%);
  margin-top: 26px !important;
  color: #d2d2d7;
}

.front-top-page .gb-brand-manifesto__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  width: min(760px, 100%);
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
}

.front-top-page .gb-brand-manifesto__grid span {
  position: relative;
  padding: 0;
  background: transparent;
  color: rgba(245, 245, 247, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-top-page .gb-brand-reveal,
.front-top-page .gb-brand-motion,
.front-top-page .gb-brand-intent,
.front-top-page .gb-brand-latest-item {
  opacity: 1;
  transform: none;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-reveal,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-motion,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-intent,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-latest-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1), transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--gb-brand-delay, 0ms);
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-reveal.is-visible,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-motion.is-visible,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-intent.is-visible,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-latest-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .front-top-page .gb-brand-home *,
  .front-top-page .gb-brand-home *::before,
  .front-top-page .gb-brand-home *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .front-top-page .gb-brand-hero__stage,
  .front-top-page .gb-brand-hero-shot,
  .front-top-page .gb-brand-hero-shot__image,
  .front-top-page .gb-brand-home img,
  .front-top-page .gb-brand-intent,
  .front-top-page .gb-brand-button {
    transform: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .front-top-page .gb-brand-hero {
    min-height: 0;
    padding-top: 104px;
  }

  .front-top-page .gb-brand-hero__stage {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-rows: 92px;
    min-height: 0;
  }

  .front-top-page .gb-brand-feature-story__content {
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(760px, 100%);
    text-align: center;
  }

  .front-top-page .gb-brand-feature-story__content .gb-brand-button {
    margin-right: auto;
    margin-left: auto;
  }

  .front-top-page .gb-brand-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 834px) {
  .front-top-page .gb-brand-hero,
  .front-top-page .gb-brand-section,
  .front-top-page .gb-brand-manifesto {
    width: min(100% - 36px, var(--gb-brand-max));
  }

  .front-top-page .gb-brand-hero h1 {
    font-size: 44px !important;
    line-height: 1.08;
  }

  .front-top-page .gb-brand-hero__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 112px;
    gap: 12px;
  }

  .front-top-page .gb-brand-hero-shot--main {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: auto;
  }

  .front-top-page .gb-brand-hero-shot:not(.gb-brand-hero-shot--main) {
    display: block;
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: auto;
  }

  .front-top-page .gb-brand-hero__note {
    position: static;
    min-width: 0;
    margin-top: 0;
    box-shadow: none;
  }

  .front-top-page .gb-brand-feature,
  .front-top-page .gb-brand-latest {
    padding-right: 18px;
    padding-left: 18px;
  }

  .front-top-page .gb-brand-feature-story__media {
    aspect-ratio: 4 / 3;
    border-radius: 28px;
  }

  .front-top-page .gb-brand-feature-rail {
    grid-template-columns: 1fr;
  }

  .front-top-page .gb-brand-latest-item,
  .front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
  }

  .front-top-page .gb-brand-latest-item__thumb,
  .front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item__thumb {
    grid-column: 2;
    width: min(260px, 100%);
    border-radius: 20px;
  }

  .front-top-page .gb-brand-manifesto {
    padding: 64px 28px 48px;
  }

  .front-top-page .gb-brand-manifesto__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .front-top-page .gb-brand-home {
    --gb-brand-hero-optical-x: 0px;
  }

  .front-top-page .gb-brand-hero,
  .front-top-page .gb-brand-section,
  .front-top-page .gb-brand-manifesto {
    width: calc(100% - 28px);
  }

  .front-top-page .gb-brand-hero {
    padding: 82px 0 76px;
  }

  .front-top-page .gb-brand-hero h1 {
    font-size: 35px !important;
    line-height: 1.12;
  }

  .front-top-page .gb-brand-hero__lead {
    font-size: 15.5px !important;
    line-height: 1.74;
  }

  .front-top-page .gb-brand-hero__visual {
    margin-top: 54px;
  }

  .front-top-page .gb-brand-hero__stage {
    grid-auto-rows: 104px;
    padding: 0;
    border-radius: 0;
  }

  .front-top-page .gb-brand-hero-shot,
  .front-top-page .gb-brand-feature-story__media {
    border-radius: 18px;
  }

  .front-top-page .gb-brand-section {
    padding: 74px 0;
  }

  .front-top-page .gb-brand-feature,
  .front-top-page .gb-brand-latest {
    padding: 76px 14px 82px;
  }

  .front-top-page .gb-brand-section__head {
    gap: 14px;
    margin-bottom: 32px;
  }

  .front-top-page .gb-brand-section__head h2,
  .front-top-page .gb-brand-manifesto h2 {
    font-size: 34px !important;
    line-height: 1.12;
  }

  .front-top-page .gb-brand-section__head p:not(.gb-brand-kicker),
  .front-top-page .gb-brand-manifesto > p:not(.gb-brand-kicker) {
    font-size: 15px !important;
    line-height: 1.74;
  }

  .front-top-page .gb-brand-feature-story {
    gap: 22px;
  }

  .front-top-page .gb-brand-feature-story__content h3 {
    font-size: 25px !important;
    line-height: 1.22;
  }

  .front-top-page .gb-brand-feature-story__content p:not(.gb-brand-meta) {
    font-size: 14.5px !important;
    line-height: 1.72;
  }

  .front-top-page .gb-brand-feature-rail a {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 20px 0;
  }

  .front-top-page .gb-brand-intent-grid {
    grid-template-columns: 1fr;
  }

  .front-top-page .gb-brand-intent {
    min-height: 218px;
    padding: 24px;
    border-radius: 24px;
  }

  .front-top-page .gb-brand-intent__label {
    margin-top: 22px;
  }

  .front-top-page .gb-brand-latest-item,
  .front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 22px 0;
  }

  .front-top-page .gb-brand-latest-item strong,
  .front-top-page .gb-brand-latest-list li:not(:first-child) .gb-brand-latest-item strong {
    font-size: 20px;
    line-height: 1.34;
  }

  .front-top-page .gb-brand-latest-item__thumb,
  .front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .front-top-page .gb-brand-manifesto {
    margin-bottom: 70px;
    padding: 54px 22px 40px;
    border-radius: 26px;
  }
}

/* Gajebase brand experience polish */
.front-top-page .gb-brand-home {
  --gb-brand-hero-optical-x: clamp(0px, 0.42vw, 7px);
  --gb-brand-hero-bg-opacity: 0.78;
  --gb-brand-hero-ambient-y: 0px;
  --gb-brand-hero-copy-y: 0px;
  --gb-brand-hero-scale: 1;
  --gb-brand-feature-progress: 0;
  --gb-brand-feature-media-y: 18px;
  --gb-brand-manifesto-glow-alpha: 0.18;
  --gb-brand-manifesto-warm-alpha: 0.24;
  --gb-brand-manifesto-amber-alpha: 0.20;
  --gb-brand-manifesto-purple-alpha: 0.20;
  --gb-brand-manifesto-grid-opacity: 0.12;
  --gb-brand-manifesto-light-opacity: 0.22;
  --gb-brand-manifesto-light-scale: 0.86;
  --gb-brand-manifesto-silhouette-opacity: 0.12;
  --gb-brand-manifesto-flow-x: 0px;
  --gb-brand-manifesto-flow-y: 0px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 224, 246, 0.58), rgba(245, 245, 247, 0) 34rem),
    var(--gb-brand-bg);
}

.front-top-page .gb-brand-hero {
  position: relative;
  isolation: isolate;
}

.front-top-page .gb-brand-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  bottom: 28px;
  left: 50%;
  width: 100vw;
  z-index: -2;
  background:
    radial-gradient(circle at 48% 24%, rgba(80, 120, 210, 0.18), transparent 24rem),
    radial-gradient(circle at 78% 64%, rgba(188, 132, 72, 0.12), transparent 18rem),
    radial-gradient(circle at 42% 72%, rgba(132, 108, 218, 0.08), transparent 22rem),
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 58%, rgba(245, 245, 247, 0) 100%);
  opacity: var(--gb-brand-hero-bg-opacity);
  transform: translateX(-50%);
}

.front-top-page .gb-brand-hero__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.front-top-page .gb-brand-hero__ambient span {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(32px);
  opacity: 0.46;
  transform: translate3d(0, var(--gb-brand-hero-ambient-y), 0);
  animation: gb-brand-hero-ambient-drift 9s ease-in-out infinite alternate;
}

.front-top-page .gb-brand-hero__ambient span:nth-child(1) {
  top: 18%;
  left: 12%;
  width: 180px;
  height: 180px;
  background: rgba(88, 129, 218, 0.22);
}

.front-top-page .gb-brand-hero__ambient span:nth-child(2) {
  top: 32%;
  right: 14%;
  width: 150px;
  height: 150px;
  background: rgba(126, 102, 202, 0.16);
  animation-delay: -2.5s;
}

.front-top-page .gb-brand-hero__ambient span:nth-child(3) {
  right: 30%;
  bottom: 12%;
  width: 210px;
  height: 210px;
  background: rgba(196, 138, 62, 0.11);
  animation-delay: -5s;
}

.front-top-page .gb-brand-hero__copy {
  transform: translate3d(var(--gb-brand-hero-optical-x), var(--gb-brand-hero-copy-y), 0);
  transition: transform 0.12s linear;
}

.front-top-page .gb-brand-hero h1 {
  transform: scale(var(--gb-brand-hero-scale));
  transform-origin: center top;
  transition: transform 0.12s linear;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-hero.gb-brand-reveal {
  opacity: 1;
  transform: none;
}

.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__line,
.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__lead,
.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__actions,
.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__visual {
  opacity: 0.18;
  filter: blur(8px);
  transform: translateY(18px) scale(0.985);
}

.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__actions,
.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__visual {
  opacity: 0;
}

.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__line {
  letter-spacing: 0.018em;
}

.front-top-page .gb-brand-hero__kicker,
.front-top-page .gb-brand-hero__line,
.front-top-page .gb-brand-hero__lead,
.front-top-page .gb-brand-hero__actions,
.front-top-page .gb-brand-hero__visual {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition:
    opacity 0.94s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.94s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.94s cubic-bezier(0.16, 1, 0.3, 1),
    letter-spacing 0.94s cubic-bezier(0.16, 1, 0.3, 1);
}

.front-top-page .gb-brand-hero__kicker {
  letter-spacing: 0.16em;
}

.front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__kicker {
  opacity: 1;
  filter: blur(2px);
  letter-spacing: 0.26em;
  transform: translateY(4px);
}

.front-top-page .gb-brand-hero__line:first-child {
  transition-delay: 0.16s;
}

.front-top-page .gb-brand-hero__line:nth-child(2) {
  transition-delay: 0.34s;
}

.front-top-page .gb-brand-hero h1 .gb-brand-hero__phrase {
  display: inline-block;
}

.front-top-page .gb-brand-hero__lead {
  transition-delay: 0.56s;
}

.front-top-page .gb-brand-hero__actions {
  transition-delay: 0.72s;
}

.front-top-page .gb-brand-hero__visual {
  transition-delay: 0.86s;
}

@keyframes gb-brand-hero-ambient-drift {
  from {
    translate: -2% -1%;
  }

  to {
    translate: 2% 2%;
  }
}

.front-top-page .gb-brand-hero__stage {
  background: transparent;
  box-shadow: none;
}

.front-top-page .gb-brand-feature {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(75, 112, 202, 0.24), transparent 25rem),
    radial-gradient(circle at 82% 34%, rgba(122, 97, 200, 0.18), transparent 24rem),
    radial-gradient(circle at 54% 88%, rgba(238, 170, 82, 0.10), transparent 22rem),
    linear-gradient(180deg, #08090d 0%, #111217 68%, #0f1118 100%);
  color: #f5f5f7;
}

.front-top-page .gb-brand-feature::after {
  content: "";
  display: none;
  position: absolute;
  top: 12%;
  left: 50%;
  width: min(76vw, 920px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: translateX(-50%);
}

.front-top-page .gb-brand-feature .gb-brand-section__head h2 {
  color: #fff !important;
}

.front-top-page .gb-brand-feature .gb-brand-section__head p:not(.gb-brand-kicker) {
  color: #c9c9cf;
}

.front-top-page .gb-brand-feature .gb-brand-kicker {
  color: #a8c1ff;
}

.front-top-page .gb-brand-feature-story {
  position: relative;
  z-index: 1;
  gap: 40px;
  width: min(var(--gb-brand-max), 100%);
  margin: 0 auto;
}

.front-top-page .gb-brand-feature-story__media {
  position: relative;
  aspect-ratio: 16 / 8.2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: #15161c;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
  transform: translateY(var(--gb-brand-feature-media-y));
  transition: transform 0.16s linear;
}

.front-top-page .gb-brand-feature-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.front-top-page .gb-brand-feature-story__media img {
  object-position: center center;
}

.front-top-page .gb-brand-feature-story__overlay {
  position: absolute;
  right: 34px;
  bottom: 30px;
  z-index: 1;
  display: grid;
  gap: 8px;
  width: min(360px, calc(100% - 68px));
  color: #fff;
}

.front-top-page .gb-brand-feature-story__overlay em {
  color: #a8c1ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-top-page .gb-brand-feature-story__overlay strong {
  font-size: clamp(22px, 2.6vw, 38px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.12;
}

.front-top-page .gb-brand-feature-story__content {
  grid-template-areas:
    "article reason"
    "summary reason";
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.3fr);
  gap: 24px 44px;
  align-items: start;
  width: min(1060px, 100%);
  padding: 0 12px;
  color: #f5f5f7;
}

.front-top-page .gb-brand-feature-story__article {
  grid-area: article;
}

.front-top-page .gb-brand-feature-story__summary {
  grid-area: summary;
  width: min(640px, 100%);
}

.front-top-page .gb-brand-feature-story__reason {
  grid-area: reason;
  display: grid;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.front-top-page .gb-brand-feature-story__reason span {
  color: #9fb5ef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-top-page .gb-brand-feature-story__reason strong {
  color: #d8d8df;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.52;
}

.front-top-page .gb-brand-feature-story__content h3 {
  color: #fff !important;
  font-size: clamp(28px, 2.7vw, 36px) !important;
  line-height: 1.18;
}

.front-top-page .gb-brand-feature-story__content p:not(.gb-brand-meta) {
  color: #d2d2d7;
}

.front-top-page .gb-brand-feature-story__content .gb-brand-meta {
  color: #8f9fca;
}

.front-top-page .gb-brand-feature-story__summary .gb-brand-button--light {
  background: #fff;
  color: #111217 !important;
}

.front-top-page .gb-brand-feature-rail {
  border-top-color: rgba(255, 255, 255, 0.16);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  background: transparent;
}

.front-top-page .gb-brand-feature-rail a {
  background: transparent;
}

.front-top-page .gb-brand-feature-rail a:hover {
  background: rgba(255, 255, 255, 0.055);
}

.front-top-page .gb-brand-feature-rail strong {
  color: #f5f5f7;
}

.front-top-page .gb-brand-feature-rail em {
  color: #b6b6c0;
}

.front-top-page .gb-brand-browse {
  background:
    radial-gradient(circle at 8% 12%, rgba(63, 110, 211, 0.10), transparent 20rem),
    radial-gradient(circle at 92% 30%, rgba(201, 140, 53, 0.10), transparent 22rem);
}

.front-top-page .gb-brand-browse .gb-brand-section__head h2 {
  font-size: clamp(36px, 4.2vw, 64px) !important;
}

.front-top-page .gb-brand-intent {
  overflow: hidden;
  min-height: 292px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 1)),
    var(--gb-brand-intent-bg);
}

.front-top-page .gb-brand-intent::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--gb-brand-intent-color) 30%, transparent) 0%, transparent 68%);
  opacity: 0.54;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.front-top-page .gb-brand-intent:hover::after {
  opacity: 0.72;
  transform: translate(-8px, -8px);
}

.front-top-page .gb-brand-intent strong,
.front-top-page .gb-brand-intent em,
.front-top-page .gb-brand-intent span {
  position: relative;
  z-index: 1;
}

.front-top-page .gb-brand-intent-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.front-top-page .gb-brand-intent:nth-child(1),
.front-top-page .gb-brand-intent:nth-child(4) {
  grid-column: span 2;
  min-height: 330px;
}

.front-top-page .gb-brand-intent:nth-child(1) strong,
.front-top-page .gb-brand-intent:nth-child(4) strong {
  width: min(520px, 100%);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
}

.front-top-page .gb-brand-intent:nth-child(1) em,
.front-top-page .gb-brand-intent:nth-child(4) em {
  width: min(460px, 100%);
  font-size: 15px;
}

.front-top-page .gb-brand-latest {
  padding-top: 104px;
  padding-bottom: 116px;
}

.front-top-page .gb-brand-latest .gb-brand-section__head {
  margin-bottom: 38px;
}

.front-top-page .gb-brand-latest .gb-brand-section__head h2 {
  max-width: 900px;
  font-size: clamp(34px, 4.2vw, 60px) !important;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.front-top-page .gb-brand-latest-list {
  border-top-color: rgba(29, 29, 31, 0.08);
}

.front-top-page .gb-brand-latest-item {
  grid-template-columns: 54px minmax(0, 1fr) 132px;
  gap: 24px;
  min-height: 128px;
  padding: 21px 0;
  border-bottom-color: rgba(29, 29, 31, 0.08);
}

.front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item {
  grid-template-columns: 54px minmax(0, 1fr) 214px;
  min-height: 208px;
}

.front-top-page .gb-brand-latest-item strong {
  max-width: 820px;
  font-size: clamp(21px, 2.05vw, 30px);
  font-weight: 580;
}

.front-top-page .gb-brand-latest-list li:not(:first-child) .gb-brand-latest-item strong {
  font-size: clamp(17px, 1.42vw, 21px);
  font-weight: 560;
}

.front-top-page .gb-brand-latest-item__thumb {
  border-radius: 18px;
  opacity: 0.82;
}

.front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item__thumb {
  border-radius: 24px;
  opacity: 0.88;
}

.front-top-page .gb-brand-manifesto {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 18vh max(28px, calc((100vw - var(--gb-brand-max)) / 2)) 12vh;
  border-radius: 0;
  background:
    radial-gradient(ellipse at calc(52% + var(--gb-brand-manifesto-flow-x)) calc(48% + var(--gb-brand-manifesto-flow-y)), rgba(68, 124, 230, var(--gb-brand-manifesto-glow-alpha)), transparent 20rem),
    radial-gradient(ellipse at 30% 66%, rgba(127, 96, 214, var(--gb-brand-manifesto-purple-alpha)), transparent 18rem),
    radial-gradient(ellipse at 76% 70%, rgba(232, 137, 48, var(--gb-brand-manifesto-warm-alpha)), transparent 22rem),
    radial-gradient(ellipse at 54% 84%, rgba(255, 191, 84, var(--gb-brand-manifesto-amber-alpha)), transparent 18rem),
    linear-gradient(180deg, #06070a 0%, #10131b 58%, #050608 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.front-top-page .gb-brand-manifesto::after {
  content: "";
  position: absolute;
  top: -18vh;
  left: 0;
  width: 100%;
  height: 34vh;
  background: linear-gradient(180deg, #fbfbfd 0%, rgba(251, 251, 253, 0) 100%);
  pointer-events: none;
}

.front-top-page .gb-brand-manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(112deg, transparent 14%, rgba(255, 177, 88, 0.20) 38%, transparent 60%),
    linear-gradient(72deg, transparent 36%, rgba(103, 122, 255, 0.11) 54%, transparent 72%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-position:
    calc(50% + var(--gb-brand-manifesto-flow-x)) calc(50% + var(--gb-brand-manifesto-flow-y)),
    calc(50% - var(--gb-brand-manifesto-flow-x)) calc(50% - var(--gb-brand-manifesto-flow-y)),
    0 0,
    0 0;
  background-size:
    140% 140%,
    130% 130%,
    92px 92px,
    92px 92px;
  mask-image: radial-gradient(circle at 50% 54%, #000 0%, transparent 68%);
  opacity: var(--gb-brand-manifesto-grid-opacity);
  animation: gb-brand-manifesto-soft-flow 16s ease-in-out infinite alternate;
}

.front-top-page .gb-brand-manifesto__lights {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.front-top-page .gb-brand-manifesto__lights span {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(42px);
  opacity: var(--gb-brand-manifesto-light-opacity);
  transform: scale(var(--gb-brand-manifesto-light-scale));
  transform-origin: center;
  animation: gb-brand-manifesto-light-drift 18s ease-in-out infinite alternate;
}

.front-top-page .gb-brand-manifesto__lights span:nth-child(1) {
  top: 24%;
  left: 18%;
  width: 210px;
  height: 210px;
  background: rgba(73, 130, 235, 0.34);
}

.front-top-page .gb-brand-manifesto__lights span:nth-child(2) {
  right: 19%;
  bottom: 24%;
  width: 240px;
  height: 240px;
  background: rgba(119, 92, 216, 0.22);
  animation-delay: -5s;
}

.front-top-page .gb-brand-manifesto__lights span:nth-child(3) {
  right: 34%;
  bottom: 12%;
  width: 220px;
  height: 220px;
  background: rgba(238, 148, 54, 0.32);
  animation-delay: -9s;
}

.front-top-page .gb-brand-silhouette {
  display: none;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  opacity: var(--gb-brand-manifesto-silhouette-opacity);
}

.front-top-page .gb-brand-silhouette--laptop {
  left: 10%;
  bottom: 18%;
  width: 210px;
  height: 118px;
  border-radius: 18px 18px 8px 8px;
}

.front-top-page .gb-brand-silhouette--keyboard {
  right: 10%;
  bottom: 16%;
  width: 240px;
  height: 54px;
  border-radius: 18px;
}

.front-top-page .gb-brand-silhouette--speaker {
  top: 20%;
  right: 16%;
  width: 82px;
  height: 132px;
  border-radius: 24px;
}

.front-top-page .gb-brand-silhouette--projector {
  top: 24%;
  left: 15%;
  width: 112px;
  height: 72px;
  border-radius: 20px;
}

.front-top-page .gb-brand-manifesto h2 {
  display: grid;
  gap: 10px;
  width: min(980px, 100%);
  text-shadow:
    0 0 26px rgba(112, 142, 255, 0.16),
    0 0 54px rgba(232, 136, 56, 0.13);
}

.front-top-page .gb-brand-manifesto h2 span {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.front-top-page .gb-brand-manifesto h2 span:first-child {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 560;
  color: #d2d2d7;
}

.front-top-page .gb-brand-manifesto h2 span:nth-child(2) {
  font-size: clamp(52px, 6.4vw, 92px);
  font-weight: 680;
  line-height: 0.98;
  color: #fff;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto .gb-brand-kicker,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto h2 span,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto > p,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto__grid span {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(10px);
  transition:
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto__grid span {
  filter: none;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible .gb-brand-kicker,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible h2 span,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible > p,
.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible .gb-brand-manifesto__grid span {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible h2 span:first-child {
  transition-delay: 0.12s;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible h2 span:nth-child(2) {
  transition-delay: 0.28s;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible > p {
  transition-delay: 0.42s;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible .gb-brand-manifesto__grid span:nth-child(1) {
  transition-delay: 0.52s;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible .gb-brand-manifesto__grid span:nth-child(2) {
  transition-delay: 0.64s;
}

.front-top-page .gb-brand-home.is-motion-ready .gb-brand-manifesto.is-visible .gb-brand-manifesto__grid span:nth-child(3) {
  transition-delay: 0.76s;
}

@keyframes gb-brand-manifesto-soft-flow {
  from {
    translate: -1.5% -0.5%;
  }

  to {
    translate: 1.5% 0.8%;
  }
}

@keyframes gb-brand-manifesto-light-drift {
  from {
    translate: -2% -1%;
  }

  to {
    translate: 2% 1.5%;
  }
}

@media screen and (max-width: 1023px) {
  .front-top-page .gb-brand-feature-story__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "article"
      "summary"
      "reason";
    text-align: left;
  }

  .front-top-page .gb-brand-feature-story__reason {
    justify-items: start;
    width: min(520px, 100%);
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .front-top-page .gb-brand-feature-story__content .gb-brand-button {
    margin-right: 0;
    margin-left: 0;
  }

  .front-top-page .gb-brand-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 834px) {
  .front-top-page .gb-brand-feature-story__overlay {
    right: 22px;
    bottom: 22px;
    width: min(320px, calc(100% - 44px));
  }

  .front-top-page .gb-brand-manifesto {
    min-height: 720px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .front-top-page .gb-brand-silhouette {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .front-top-page .gb-brand-hero__copy,
  .front-top-page .gb-brand-hero h1 {
    width: 100%;
  }

  .front-top-page .gb-brand-hero__ambient span {
    filter: blur(24px);
    opacity: 0.28;
    animation: none;
  }

  .front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__line,
  .front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__lead,
  .front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__actions,
  .front-top-page .gb-brand-home.is-motion-ready:not(.is-hero-ready) .gb-brand-hero__visual {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .front-top-page .gb-brand-feature {
    background:
      radial-gradient(circle at 20% 8%, rgba(75, 112, 202, 0.24), transparent 18rem),
      radial-gradient(circle at 78% 82%, rgba(232, 137, 48, 0.12), transparent 15rem),
      linear-gradient(180deg, #08090d 0%, #111217 64%, #0f1118 100%);
  }

  .front-top-page .gb-brand-feature-story__media {
    aspect-ratio: 4 / 3.35;
    border-radius: 24px;
  }

  .front-top-page .gb-brand-feature-story__overlay {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }

  .front-top-page .gb-brand-feature-story__overlay strong {
    font-size: 22px;
  }

  .front-top-page .gb-brand-feature-story__reason strong {
    font-size: 17px;
    line-height: 1.55;
  }

  .front-top-page .gb-brand-latest-item strong,
  .front-top-page .gb-brand-latest-list li:not(:first-child) .gb-brand-latest-item strong {
    font-size: 19px;
    line-height: 1.34;
  }

  .front-top-page .gb-brand-latest-item,
  .front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 22px 0;
  }

  .front-top-page .gb-brand-latest-item__thumb,
  .front-top-page .gb-brand-latest-list li:first-child .gb-brand-latest-item__thumb {
    grid-column: 2;
    justify-self: start;
    width: min(240px, 100%);
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .front-top-page .gb-brand-intent {
    min-height: 238px;
  }

  .front-top-page .gb-brand-intent-grid {
    grid-template-columns: 1fr;
  }

  .front-top-page .gb-brand-intent:nth-child(1),
  .front-top-page .gb-brand-intent:nth-child(4) {
    grid-column: auto;
    min-height: 268px;
  }

  .front-top-page .gb-brand-intent:nth-child(1) strong,
  .front-top-page .gb-brand-intent:nth-child(4) strong {
    font-size: 28px;
  }

  .front-top-page .gb-brand-manifesto {
    min-height: 680px;
    padding-top: 96px;
    background:
      radial-gradient(circle at 48% 48%, rgba(68, 124, 230, 0.25), transparent 16rem),
      radial-gradient(circle at 74% 72%, rgba(238, 148, 54, 0.26), transparent 15rem),
      radial-gradient(circle at 54% 82%, rgba(255, 191, 84, 0.20), transparent 13rem),
      radial-gradient(circle at 28% 68%, rgba(127, 96, 214, 0.15), transparent 15rem),
      linear-gradient(180deg, #06070a 0%, #10131b 58%, #050608 100%);
  }

  .front-top-page .gb-brand-manifesto::before,
  .front-top-page .gb-brand-manifesto__lights span {
    animation: none;
  }

  .front-top-page .gb-brand-manifesto h2 span:first-child {
    font-size: 31px;
  }

  .front-top-page .gb-brand-manifesto h2 span:nth-child(2) {
    font-size: clamp(36px, 9.6vw, 44px);
    line-height: 1.06;
  }

  .front-top-page .gb-brand-manifesto__lights span {
    filter: blur(28px);
  }
}
