/* Home · Studio — template-parts/gf-home-studio.php */
/* ---- 02 Studio + Audit / Plan / Execute ---- */
.gf-band--studio .gf-index {
  display: none !important;
}

.gf-band--studio.filter-by-year-main {
  position: relative;
  background: #ffffff !important;
  padding: clamp(3rem, 5vw, 4.5rem) 0 !important;
  border-bottom: 1px solid rgba(12, 12, 14, 0.06);
}

.gf-home .gf-band--studio .home--page.container,
.gf-home .gf-band--studio .gf-band__inner {
  display: flex;
  flex-direction: column;
  gap: 3.25rem !important;
}

.gf-band--studio.filter-by-year-main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, #ffcc00 0%, rgba(255, 204, 0, 0.2) 40%, transparent 72%);
}

.gf-studio__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 0;
}

.gf-studio__kicker {
  margin: 0;
  font-family: var(--font-body), sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a7b00;
}

.gf-studio__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(1.5rem, 4vw, 4rem);
  width: 100%;
}

.gf-band--studio .gf-band__title {
  margin: 0 !important;
  color: #08080a !important;
  font-size: clamp(2rem, 1.35rem + 1.8vw, 3rem) !important;
  letter-spacing: -0.04em;
}

.gf-band--studio .gf-band__lede {
  margin: 0 0 0 auto !important;
  max-width: min(36rem, 46%);
  text-align: right;
  color: #5c6570 !important;
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 450;
}

.gf-home .gf-band--studio .section-two-halves,
.gf-home .gf-studio__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.25rem, 3.5vw, 3.5rem) !important;
  align-items: start;
  justify-content: start;
  margin: 0;
  background: transparent;
  border: 0;
}

.gf-home .gf-band--studio .section-two-halves:last-child,
.gf-home .gf-method__row {
  margin-bottom: 0;
}

.gf-home .gf-method__row {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.gf-studio__copy,
.gf-method__copy,
.gf-home .gf-band--studio .left--home_half {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0 !important;
  padding: 0;
}

.gf-studio__eyebrow {
  margin: 0 0 0.5rem !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a7b00 !important;
}

.gf-home .gf-band--studio .left--home_half h1,
.gf-home .gf-band--studio .left--home_half h3,
.gf-home .gf-band--studio .left--home_half h4,
.gf-home .gf-band--studio .left--home_half .home__heading {
  font-family: var(--font-display), sans-serif !important;
  font-size: clamp(1.55rem, 1.15rem + 1.15vw, 2.15rem) !important;
  font-weight: 750 !important;
  line-height: 1.18 !important;
  color: #08080a !important;
  margin: 0 0 0.75rem !important;
  letter-spacing: -0.035em;
}

.gf-home .gf-band--studio .left--home_half p {
  color: #5c6570;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 0.7rem;
  max-width: none;
}

.gf-home .gf-band--studio .left--home_half p:last-of-type {
  margin-bottom: 0.95rem;
}

.gf-studio__markets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.35rem;
  list-style: none;
  margin: 0 0 1.1rem !important;
  padding: 0 !important;
}

.gf-studio__markets li {
  margin: 0;
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(12, 12, 14, 0.1);
  background: #ffffff;
  color: #3d434c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gf-studio__media.right--home_half,
.gf-home .gf-band--studio .right--home_half {
  position: relative;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 18px 40px -24px rgba(8, 8, 10, 0.35);
  border: 0;
  aspect-ratio: 4 / 3;
  max-height: 26rem;
  width: 100%;
  background: #111214;
}

.gf-studio__media.right--home_half::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ffcc00;
  z-index: 2;
}

.gf-studio__media.right--home_half::after,
.gf-home .gf-band--studio .right--home_half::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(8, 8, 10, 0.62) 100%);
  pointer-events: none;
  z-index: 1;
}

.gf-home .gf-band--studio .right--home_half img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

.gf-studio__media figcaption {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 550;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gf-home .gf-studio__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  margin-top: 0.15rem;
  border: 1px solid #0c0c0e;
  background: #0c0c0e;
  color: #ffffff !important;
  font-family: var(--font-body), sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gf-home .gf-studio__cta:hover {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #08080a !important;
}

.gf-method__steps {
  list-style: none;
  margin: 0.35rem 0 1.15rem !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
  border-top: 0;
}

.gf-method__step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.gf-method__step:hover {
  background: transparent;
  border-color: transparent;
}

.gf-method__step-num {
  font-family: var(--font-display), sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #9a7b00;
  line-height: 1.4;
}

.gf-method__step-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.gf-method__step-label {
  font-family: var(--font-display), sans-serif;
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #08080a;
}

.gf-method__step-hint {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #5c6570;
}

/* ---- 03 Build ---- */

@media (max-width: 1100px) {
  .gf-studio__head { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .gf-band--studio .gf-band__lede { margin: 0 !important; max-width: 42rem; text-align: left; }
}
@media (max-width: 991px) {
  .gf-home .gf-band--studio .section-two-halves,
  .gf-home .gf-band--studio .gf-studio__panel,
  .gf-home .gf-band--studio .gf-method__row,
  .gf-home .gf-band--studio .section-two-halves.custom__img,
  .gf-home .section-two-halves,
  .gf-home .gf-method__row,
  .gf-home .gf-studio__panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.5rem !important;
    width: 100%;
  }
  .gf-home .gf-band--studio .left--home_half,
  .gf-home .gf-band--studio .right--home_half { width: 100% !important; max-width: 100% !important; }
  .gf-method__row .gf-studio__media { order: -1; }
  .gf-method__steps { max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .gf-home .gf-band--studio .right--home_half img,
  .gf-studio__media.right--home_half { aspect-ratio: 16 / 10; max-height: 22rem; width: 100%; }
}
@media (max-width: 640px) {
  .gf-method__steps { grid-template-columns: 1fr; gap: 10px; }
}
