/**
 * @file sellfront-fixes.css
 * @brief Brand and contact refinements layered over the compiled site stylesheet.
 */
.mini-brand-wordmark {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}

.contact-form > p:not(.eyebrow) {
  margin: 0 0 28px;
  color: #b4b0b6;
  font-size: 14px;
  line-height: 1.7;
}

.contact-method a {
  color: #f2f0f3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.company-strategy {
  min-height: auto;
  padding: 110px 0 92px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.company-strategy .home-width {
  position: relative;
  z-index: 2;
}

.company-strategy::before,
.company-strategy::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.company-strategy::before {
  left: 55%;
  z-index: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.08) contrast(1.06) blur(12px);
  transform: scale(1.02);
  opacity: .2;
}

.company-strategy::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,7,9,.99) 0%, rgba(7,7,9,.9) 46%, rgba(7,7,9,.56) 100%);
}

.strategy-shell {
  display: grid;
  gap: 46px;
}

.strategy-lead {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.strategy-lead-reverse .strategy-copy { order: 2; }
.strategy-lead-reverse .strategy-visual { order: 1; }

.strategy-copy .section-intro {
  max-width: 610px;
  margin-bottom: 24px;
}

.strategy-copy h2 {
  max-width: 620px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.strategy-copy .section-copy {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.7;
}

.strategy-brand {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.strategy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.strategy-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.strategy-visual {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 3px 42px 3px 3px;
  box-shadow: 0 32px 80px rgba(0,0,0,.44);
}

.strategy-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.84));
}

.strategy-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.strategy-visual:hover img { transform: scale(1.035); }

.visual-index {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
  color: rgba(255,255,255,.74);
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
}

.strategy-visual figcaption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.strategy-visual figcaption span {
  max-width: 110px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .14em;
}

.strategy-visual figcaption strong {
  font-size: clamp(42px, 5vw, 68px);
  line-height: .8;
  letter-spacing: -.05em;
}

.strategy-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.strategy-track article {
  position: relative;
  min-height: 168px;
  padding: 28px 32px 28px 66px;
}

.strategy-track article + article { border-left: 1px solid rgba(255,255,255,.13); }

.strategy-track article > span {
  position: absolute;
  top: 31px;
  left: 25px;
  color: #ff355f;
  font-size: 12px;
  font-weight: 900;
}

.strategy-track h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.strategy-track p {
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: 13px;
  line-height: 1.6;
}

.premium-strategy {
  background: radial-gradient(circle at 82% 18%, rgba(255,44,85,.22), transparent 38%), #08080a;
}

.premium-strategy::before {
  background-image: url("../images/vedrashort-production.webp");
}

.free-strategy {
  background: radial-gradient(circle at 10% 10%, rgba(255,206,31,.15), transparent 35%), linear-gradient(180deg, #15120b, #0b0b0d);
}

.free-strategy::before {
  background-image: url("../images/freeploto-production.webp");
}

.free-strategy::after {
  background: linear-gradient(90deg, rgba(11,10,7,.98) 0%, rgba(11,10,7,.89) 42%, rgba(11,10,7,.48) 72%, rgba(11,10,7,.65) 100%);
}

.free-strategy .strategy-brand {
  border-color: rgba(255,210,28,.4);
  color: #ffd21c;
}

.free-strategy .strategy-track article > span { color: #ffd21c; }

.free-strategy .strategy-visual {
  border-radius: 42px 3px 3px 3px;
}

@media (max-width: 920px) {
  .strategy-lead { grid-template-columns: 1fr; }
  .strategy-lead-reverse .strategy-copy,
  .strategy-lead-reverse .strategy-visual { order: initial; }
  .strategy-visual { min-height: 410px; }
}

@media (max-width: 600px) {
  .mini-brand-wordmark { font-size: 23px; }
  .company-strategy { padding: 72px 0; }
  .company-strategy::before {
    left: 0;
    background-position: 65% center;
    background-size: cover;
    opacity: .68;
  }
  .company-strategy::after {
    background: linear-gradient(180deg, rgba(8,8,10,.82), rgba(8,8,10,.96));
  }
  .strategy-copy h2 { font-size: 39px; }
  .strategy-visual,
  .free-strategy .strategy-visual { min-height: 330px; border-radius: 2px 28px 2px 2px; }
  .visual-index { font-size: 58px; }
  .strategy-track { grid-template-columns: 1fr; }
  .strategy-track article { min-height: auto; padding: 24px 24px 24px 58px; }
  .strategy-track article + article { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .strategy-track article > span { top: 27px; left: 20px; }
}

/* Borderless corporate surfaces. Keep player and legal pages independent. */
/* SELLFRONT studio-editorial layout system */
:root {
  --sf-red: #ff315c;
  --sf-yellow: #ffd21c;
  --sf-ink: #08090b;
  --sf-panel: #111216;
  --sf-line: rgba(255,255,255,.13);
  --sf-muted: rgba(255,255,255,.62);
}

body {
  background: var(--sf-ink);
}

.home-width,
.content-width,
.hero-width {
  width: min(calc(100% - 96px), 1280px);
}

.site-header {
  height: 76px;
  background: rgba(7,8,10,.92);
  border-top: 0;
  border-bottom: 1px solid var(--sf-line);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(calc(100% - 96px), 1280px);
}

.header-inner::after {
  content: "GLOBAL SHORT DRAMA STUDIO";
  order: 2;
  margin-left: 34px;
  padding-left: 34px;
  border-left: 1px solid var(--sf-line);
  color: rgba(255,255,255,.4);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.nav {
  order: 3;
  gap: 6px;
}

.nav a {
  padding: 12px 16px;
  border: 1px solid transparent;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav a:hover,
.nav a.active {
  border-color: var(--sf-line);
  background: rgba(255,255,255,.055);
}

.nav a::after {
  display: block;
  right: 16px;
  bottom: 5px;
  left: 16px;
  height: 2px;
  background: var(--sf-red);
  transform: scaleX(0) !important;
  transform-origin: left center;
  transition: transform .22s ease;
}

.nav a:hover::after { transform: scaleX(.32) !important; }
.nav a.active::after { transform: scaleX(1) !important; }

.hero {
  min-height: calc(100vh - 76px);
  max-height: 860px;
  align-items: end;
  border-bottom: 0;
}

.hero::after {
  content: "SELLFRONT / 001";
  position: absolute;
  right: 32px;
  bottom: 46px;
  z-index: 2;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(2,3,5,.96) 0%, rgba(2,3,5,.77) 43%, rgba(2,3,5,.13) 75%), linear-gradient(0deg, rgba(2,3,5,.92), transparent 65%);
}

.hero-content {
  width: min(calc(100% - 96px), 1280px);
  padding: 0 0 92px;
}

.hero-content h1 {
  max-width: 820px;
  margin: 12px 0 22px;
  font-size: clamp(58px, 8vw, 112px);
  line-height: .86;
  letter-spacing: -.065em;
}

.hero-copy {
  max-width: 580px;
  padding-left: 22px;
  border-left: 2px solid var(--sf-red);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions { margin-top: 32px; }

.primary-button,
.submit-button {
  min-height: 50px;
  border-radius: 0;
  letter-spacing: .08em;
}

.hero-arrow {
  top: auto;
  bottom: 34px;
  border-radius: 0;
  border: 1px solid var(--sf-line);
  background: rgba(8,9,11,.72);
}

.hero-arrow-left { right: 88px; left: auto; }
.hero-arrow-right { right: 32px; }
.hero-dots { bottom: 34px; left: 50%; transform: translateX(-50%); }

.inner-hero {
  min-height: 470px;
  place-items: end start;
  border-bottom: 1px solid var(--sf-line);
}

.inner-hero-overlay {
  background: linear-gradient(90deg, rgba(4,5,7,.94), rgba(4,5,7,.43) 62%, rgba(4,5,7,.14)), linear-gradient(0deg, rgba(4,5,7,.82), transparent 65%);
}

.inner-hero-content {
  width: min(calc(100% - 96px), 1280px);
  margin: 0 auto;
  padding: 0 0 68px;
  text-align: left;
}

.inner-hero-content h1 {
  margin: 8px 0 14px;
  font-size: clamp(62px, 9vw, 118px);
  line-height: .86;
  letter-spacing: -.065em;
}

.inner-hero-content > p:last-child {
  max-width: 580px;
  margin: 0;
  font-size: 16px;
}

.section { border-bottom: 1px solid var(--sf-line); }

.section-intro .eyebrow,
.inner-hero .eyebrow,
.hero .eyebrow {
  color: var(--sf-red);
  font-weight: 900;
  letter-spacing: .18em;
}

.story-section,
.values-section,
.team-heart-section,
.contact-section {
  background: var(--sf-ink);
}

.story-section,
.values-section,
.why-section,
.achievement-section,
.team-heart-section,
.team-culture-section,
.team-contact-section,
.contact-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.split-story {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(60px, 9vw, 130px);
}

.split-story > div:first-child {
  position: relative;
  padding-left: 44px;
}

.split-story > div:first-child::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 2px;
  background: linear-gradient(var(--sf-red), transparent);
}

.story-image,
.team-image,
.redefined-image {
  min-height: 520px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 28px 28px 0 rgba(255,49,92,.09);
}

.story-image img,
.team-image img,
.redefined-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.values-section .info-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  border-top: 1px solid var(--sf-line);
  border-left: 1px solid var(--sf-line);
}

.values-section .info-card:first-child {
  grid-row: auto;
  min-height: 0;
  justify-content: start;
}

.info-card {
  min-height: 225px;
  padding: 38px;
  border: 0;
  border-right: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
  border-radius: 0;
  background: var(--sf-panel);
}

.info-card:hover {
  transform: none;
  background: #17181d;
}

.info-card h3 { font-size: clamp(24px, 2.4vw, 36px); }
.info-card p { max-width: 510px; color: var(--sf-muted); line-height: 1.75; }

.achievement-section {
  background: #e9e4dc;
  color: #0a0b0d;
}

.achievement-section .content-width {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: end;
  gap: 80px;
}

.achievement-section .section-intro {
  margin: 0;
  text-align: left;
}

.achievement-section .section-intro h2 { color: #0a0b0d; }

.achievement-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(10,11,13,.18);
  border: 1px solid rgba(10,11,13,.18);
}

.achievement-grid .stat {
  min-height: 170px;
  padding: 30px;
  align-items: flex-start;
  justify-content: flex-end;
  background: #f3efe9;
}

.achievement-grid .stat strong { color: #0a0b0d; font-size: clamp(44px, 5vw, 72px); }
.achievement-grid .stat span { color: rgba(10,11,13,.58); }

.why-section .content-width {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  align-items: start;
  gap: 90px;
}

.why-section .section-intro {
  position: sticky;
  top: 120px;
  margin: 0;
  text-align: left;
}

.why-section .info-card-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--sf-line);
  border-left: 1px solid var(--sf-line);
}

.why-section .info-card {
  min-height: 210px;
  padding-left: 110px;
  position: relative;
}

.why-section .info-card::before {
  position: absolute;
  top: 39px;
  left: 38px;
  color: var(--sf-red);
  font-size: 13px;
  font-weight: 900;
}

.why-section .info-card:nth-child(1)::before { content: "01"; }
.why-section .info-card:nth-child(2)::before { content: "02"; }
.why-section .info-card:nth-child(3)::before { content: "03"; }

.redefined-section {
  padding: 120px 0;
  background: #0d0e11;
}

.redefined-grid {
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
}

.stat-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: var(--sf-line);
  border: 1px solid var(--sf-line);
}

.stat-grid .stat {
  min-height: 140px;
  padding: 22px;
  align-items: flex-start;
  justify-content: flex-end;
  background: #101115;
}

.stat-grid .stat strong { font-size: clamp(38px, 4vw, 58px); }

.team-heart-section .section-intro {
  max-width: 980px;
  margin-left: 0;
  text-align: left;
}

.team-heart-section .section-intro h2 {
  font-size: clamp(48px, 7vw, 92px);
  line-height: .94;
  letter-spacing: -.055em;
}

.team-heart-section .section-copy { max-width: 690px; margin-left: 0; }

.team-culture-section { background: #0d0e11; }
.team-split .team-image { order: -1; box-shadow: -28px 28px 0 rgba(255,210,28,.08); }

.team-contact-section .content-width {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 70px;
}

.team-contact-section .section-intro { margin: 0; text-align: left; }
.team-contact-section .section-copy { margin-left: 0; }

.team-email-card {
  min-width: 350px;
  min-height: 190px;
  border-radius: 0;
  border: 1px solid var(--sf-line);
  background: linear-gradient(135deg, #1a1b20, #0c0d10);
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--sf-line);
  border: 1px solid var(--sf-line);
}

.contact-details,
.contact-form {
  min-height: 590px;
  padding: clamp(38px, 5vw, 72px);
  background: #0d0e11;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0;
  background: linear-gradient(145deg, #18191e, #0c0d10);
}

.contact-form h2 {
  max-width: 420px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .95;
}

.site-footer {
  position: relative;
  background: #060709;
  border-top: 0;
}

.testimonials-section {
  min-height: 0;
  padding: 112px 0;
  background: linear-gradient(90deg, rgba(5,10,16,.97), rgba(5,10,16,.77)), url("../images/testimonials-bg.webp") center / cover no-repeat;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}

.testimonial-heading {
  position: relative;
  padding-top: 92px;
}

.testimonial-heading > span {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255,255,255,.08);
  font-size: 92px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
}

.testimonial-heading .section-intro {
  margin: 0;
  text-align: left;
}

.testimonial-heading .section-copy { margin-left: 0; }

.testimonial-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--sf-line);
}

.testimonial {
  min-height: 230px;
  padding: 34px 38px;
  border: 0;
  border-right: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
  border-left: 1px solid var(--sf-line);
  border-radius: 0;
  background: rgba(7,12,19,.78);
}

.testimonial:hover {
  transform: none;
  background: rgba(14,21,30,.92);
}

.testimonial > p {
  max-width: 720px;
  margin: 24px 0 30px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.65;
}

.person > img {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border: 1px solid rgba(255,255,255,.2);
}

@media (max-width: 800px) {
  .testimonial-layout { grid-template-columns: 1fr; gap: 38px; }
  .testimonial-heading { padding-top: 70px; }
}

.site-footer::before {
  content: none;
  display: none;
  width: min(calc(100% - 96px), 1280px);
  margin: 0 auto;
  padding: 70px 0 36px;
  border-bottom: 1px solid var(--sf-line);
  color: rgba(255,255,255,.05);
  font-size: clamp(72px, 14vw, 190px);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.075em;
}

.footer-main {
  min-height: 330px;
  grid-template-columns: 1.5fr .7fr .7fr 1.2fr;
  padding-top: 58px;
}

.footer-column h3 {
  color: rgba(255,255,255,.42);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .home-width,
  .content-width,
  .hero-width,
  .header-inner,
  .inner-hero-content,
  .hero-content { width: min(calc(100% - 52px), 860px); }
  .header-inner::after { display: none; }
  .split-story,
  .redefined-grid { grid-template-columns: 1fr 340px; gap: 48px; }
  .achievement-section .content-width,
  .why-section .content-width { grid-template-columns: 1fr; gap: 50px; }
  .why-section .section-intro { position: static; }
  .team-contact-section .content-width { grid-template-columns: 1fr; }
  .team-email-card { min-width: 0; width: 100%; }
}

@media (max-width: 700px) {
  .home-width,
  .content-width,
  .hero-width,
  .header-inner,
  .inner-hero-content,
  .hero-content,
  .site-footer::before { width: min(calc(100% - 32px), 560px); }
  .site-header { height: 62px; }
  .nav { top: 61px; order: initial; }
  .hero { min-height: 650px; max-height: none; }
  .hero-content { padding-bottom: 90px; }
  .hero-content h1 { font-size: 56px; }
  .hero::after { display: none; }
  .hero-arrow-left { right: 72px; }
  .hero-arrow-right { right: 16px; }
  .hero-dots { display: none; }
  .inner-hero { min-height: 400px; }
  .inner-hero-content { padding-bottom: 46px; }
  .inner-hero-content h1 { font-size: 58px; }
  .story-section,
  .values-section,
  .why-section,
  .achievement-section,
  .team-heart-section,
  .team-culture-section,
  .team-contact-section,
  .contact-section { padding-top: 72px; padding-bottom: 72px; }
  .split-story,
  .redefined-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .split-story > div:first-child { padding-left: 24px; }
  .story-image,
  .team-image,
  .redefined-image { min-height: 380px; box-shadow: 14px 14px 0 rgba(255,49,92,.09); }
  .story-image img,
  .team-image img,
  .redefined-image img { min-height: 380px; }
  .values-section .info-card-grid { grid-template-columns: 1fr; }
  .values-section .info-card:first-child { grid-row: auto; min-height: 0; }
  .info-card { min-height: 210px; padding: 28px; }
  .achievement-section .content-width { gap: 36px; }
  .achievement-grid .stat { min-height: 135px; padding: 20px; }
  .why-section .info-card { padding: 28px 24px 28px 70px; }
  .why-section .info-card::before { top: 33px; left: 24px; }
  .redefined-section { padding: 72px 0; }
  .team-heart-section .section-intro h2 { font-size: 48px; }
  .team-split .team-image { order: initial; }
  .contact-details,
  .contact-form { min-height: auto; padding: 34px 26px; }
  .contact-form { min-height: 400px; }
  .site-footer::before { padding-top: 58px; font-size: 64px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .testimonials-section { padding: 72px 0; }
  .testimonial { padding: 28px 24px; }
  .testimonial > p { font-size: 16px; }
}

.page-contact .sf-contact-form { display: block; min-height: 0; padding: 36px; }
.page-contact .sf-contact-form h2 { font-size: 36px; line-height: 1.2; margin-bottom: 28px; }
.sf-form-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; width: 100%; }
.sf-field { display: flex; flex-direction: column; gap: 10px; font-size: 16px; color: #dedbe0; }
.sf-field-message { grid-column: 1 / -1; }
.sf-field input,.sf-field textarea { width:100%; min-width:0; box-sizing:border-box; background:#08090b; color:#fff; padding:14px; font:inherit; border-radius:6px; }
.sf-field textarea { resize:vertical; }
.sf-field input:focus-visible,.sf-field textarea:focus-visible { outline:2px solid #ff315c; outline-offset:2px; }
.sf-contact-form .submit-button { width:100%; margin-top:24px; cursor:pointer; }
.sf-contact-form .sf-form-note { font-size:12px; margin:14px 0 0; }
.sf-contact-form .sf-form-success { color:#90e0b0; margin:16px 0 0; font-size:15px; }
@media(max-width:700px) {
  .sf-form-fields { grid-template-columns:1fr; }
  .page-contact .sf-contact-form { padding:24px; }
}
/* @brief Equal-width advantages; stack only on narrow phone screens. */
.page-about .why-section { padding: 64px 0; }
.page-about .why-section .content-width { display: grid; grid-template-columns: 1fr; gap: 36px; }
.page-about .why-section .section-intro { position: static; max-width: none; margin: 0; text-align: left; }
.page-about .why-section .info-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; align-items: start; }
.page-about .why-section .info-card { min-height: 0; padding: 0; }
.page-about .why-section .info-card::before { display: none; }
.page-about .why-section .info-card h3 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.25; margin: 18px 0 14px; }
.page-about .why-section .info-card p { font-size: 16px; line-height: 1.7; margin: 0; }
@media(max-width:600px) {
  .page-about .why-section .info-card-grid { grid-template-columns: 1fr; gap: 30px; }
  .page-about .why-section { padding: 48px 0; }
}
/* @brief Compact cooperation CTA and balanced audience quotes. */
.page-team .team-contact-section { padding: 64px 0; }
.page-team .team-contact-section .content-width {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}
.page-team .team-contact-section .section-intro {
  margin: 0;
  max-width: 680px;
  text-align: left;
}
.page-team .team-contact-section .section-copy {
  margin: 16px 0 0;
  max-width: 620px;
}
.team-contact-action { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.team-contact-action .primary-button { padding: 16px 24px; min-height: 48px; }
.team-contact-address { color: #aaa6ad; font-size: 14px; overflow-wrap: anywhere; }
.page-home .testimonials-section { padding: 72px 0; }
.page-home .testimonial-layout { grid-template-columns: 1fr; gap: 32px; }
.page-home .testimonial-heading { padding: 0; }
.page-home .testimonial-heading > span { display: none; }
.page-home .testimonial-heading .section-intro { max-width: 760px; margin: 0; }
.page-home .testimonial-heading .section-copy { margin: 16px 0 0; }
.page-home .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.page-home .testimonial { min-height: 0; padding: 28px; display: flex; flex-direction: column; }
.page-home .testimonial > p { margin: 20px 0 24px; font-size: 18px; }
.page-home .testimonial .person { margin-top: auto; }
@media (max-width: 700px) {
  .page-team .team-contact-section .content-width { grid-template-columns: 1fr; gap: 24px; }
  .page-team .team-contact-section { padding: 48px 0; }
  .page-home .testimonial-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-home .testimonials-section { padding: 48px 0; }
  .page-home .testimonial { padding: 24px; }
}
/* @brief Corporate inner pages have no decorative rules, including hover states. */
:is(.page-about, .page-team, .page-contact) main *,
:is(.page-about, .page-team, .page-contact) main *::before,
:is(.page-about, .page-team, .page-contact) main *::after {
  border: 0 !important;
}
:is(.page-about, .page-team, .page-contact) .story-image,
:is(.page-about, .page-team, .page-contact) .team-image {
  box-shadow: none;
}
/* @brief Open editorial rhythm: spacing and typography replace ruled boxes. */
:is(.page-home, .page-about, .page-team, .page-contact) {
  --sf-line: transparent;
}
.company-strategy,
.page-home .section,
.page-about .section,
.page-team .section,
.page-contact .section { border: 0; }
.strategy-brand {
  border: 0;
  padding: 0;
  border-radius: 0;
  color: #ff5275;
}
.strategy-tags { gap: 12px 24px; margin-top: 28px; }
.strategy-tags span {
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #aaa6ad;
}
.strategy-visual,
.free-strategy .strategy-visual {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}
.strategy-shell { gap: 64px; }
.strategy-track {
  border: 0;
  gap: clamp(24px, 4vw, 64px);
}
.strategy-track article,
.strategy-track article + article {
  border: 0;
  padding: 0;
  min-height: 0;
  background: transparent;
}
.strategy-track article > span {
  position: static;
  display: block;
  margin-bottom: 18px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.06em;
  color: #ff5275;
}
.strategy-track h3 { margin-bottom: 12px; font-size: 26px; }
.strategy-track p { max-width: 340px; font-size: 16px; line-height: 1.7; }
.free-strategy .strategy-track article > span { color: #e4c463; }
.page-home .stat-grid,
.page-about .achievement-grid {
  border: 0;
  background: transparent;
  gap: 32px;
}
.page-home .stat-grid .stat,
.page-about .achievement-grid .stat {
  padding: 16px 0;
  border: 0;
  background: transparent;
}
.page-about .values-section .info-card-grid,
.page-about .why-section .info-card-grid {
  border: 0;
  gap: 32px;
}
.page-about .info-card,
.page-about .info-card:hover {
  border: 0;
  background: transparent;
  padding: 24px 0;
}
.page-about .why-section .info-card { padding-left: 56px; }
.page-about .why-section .info-card::before { left: 0; top: 30px; }
.split-story > div:first-child::before { display: none; }
.split-story > div:first-child { padding-left: 0; }
.testimonial-grid { border: 0; gap: 32px; }
.testimonial,
.testimonial:hover {
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.008));
}
.person > img { border: 0; }
.page-contact .contact-grid { border: 0; gap: 48px; background: transparent; }
.page-contact .contact-details { background: transparent; padding-left: 0; }
.page-contact .contact-form,
.page-team .team-email-card { border: 0; border-radius: 20px; }
.site-header .nav a,
.site-header .nav a:hover,
.site-header .nav a.active { border-color: transparent; background: transparent; }
.hero-arrow { border: 0; border-radius: 50%; }
.hero-copy { border: 0; padding-left: 0; }
.header-inner::after { border: 0; }
.site-footer::before,
.site-footer .footer-bottom { border: 0; }
@media (max-width: 700px) {
  .strategy-shell { gap: 40px; }
  .strategy-track { gap: 32px; }
  .strategy-track article,
  .strategy-track article + article { padding: 0 0 0 64px; border: 0; position: relative; }
  .strategy-track article > span { position: absolute; top: 2px; left: 0; font-size: 36px; }
  .strategy-track h3 { font-size: 23px; }
  .strategy-tags { gap: 12px 18px; }
  .page-contact .contact-grid { gap: 28px; }
}
/* @brief Compact editorial layout for the original team illustration. */
.page-team .team-heart-section { padding: 64px 0; }
.page-team .team-strength-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:center; gap:48px; }
.page-team .team-heart-section .section-intro { margin:0; max-width:none; text-align:left; }
.page-team .team-heart-section .section-intro h2 { font-size:clamp(34px,4vw,56px); line-height:1.08; letter-spacing:-.035em; }
.page-team .team-heart-section .section-copy { margin:24px 0 0; max-width:none; font-size:17px; line-height:1.75; }
.page-team .team-strength-visual { margin:0; min-width:0; }
.page-team .team-strength-visual img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; border-radius:16px; }
@media(max-width:700px) { .page-team .team-strength-grid { grid-template-columns:1fr; gap:28px; } .page-team .team-heart-section { padding:48px 0; } }

/* @brief Borderless visual hierarchy; retain approved columns and content. */
.page-about .values-section {
  background: radial-gradient(ellipse at 15% 30%,rgba(255,38,89,.075),transparent 55%), #09090b;
}
.page-about .values-section .info-card,
.page-about .why-section .info-card {
  padding: 8px 0 12px;
  background: transparent;
}
.page-about .values-section .info-icon,
.page-about .why-section .info-icon {
  display: inline-block;
  width: 58px; height: 58px; padding: 14px;
  box-sizing: border-box; border-radius: 50%;
  background: radial-gradient(circle at 30% 20%,rgba(255,57,108,.26),rgba(255,57,108,.06));
  object-fit: contain;
}
.page-about .values-section .info-card h3 { margin:22px 0 16px; font-size:clamp(25px,2.5vw,34px); letter-spacing:-.025em; }
.page-about .values-section .info-card p,
.page-about .why-section .info-card p { color:#b5b3ba; line-height:1.8; }
.page-about .why-section {
  background: radial-gradient(ellipse at 90% 100%,rgba(116,83,168,.08),transparent 60%),#080809;
}
.page-home .strategy-track article,
.page-home .strategy-track article + article { position:relative; padding:0 0 0 60px; }
.page-home .strategy-track article > span {
  position:absolute; left:0; top:-3px; font-size:38px; font-weight:800;
  letter-spacing:-.06em; line-height:1.15; color:#ff3869;
}
.page-home .strategy-track h3 { margin:0 0 12px; letter-spacing:-.025em; }
.page-home .strategy-track p { color:#aaa8b0; }
.page-home .strategy-tags span {
  color:#d5c8ce; font-size:11px; letter-spacing:.12em;
  display:inline-flex; align-items:center; gap:8px;
}
.page-home .strategy-tags span::before {
  content:""; width:5px; height:5px; flex:0 0 5px; border-radius:50%; background:#ff3869;
}
.page-home .testimonial { position:relative; background:radial-gradient(ellipse at 0 0,rgba(255,56,105,.065),transparent 65%); }
.page-home .testimonial > p { font-size:clamp(19px,1.7vw,24px); line-height:1.6; letter-spacing:-.015em; color:#e3dfe3; }
.page-home .testimonial .person img { border-radius:50%; }
.page-team .team-contact-section {
  background:radial-gradient(ellipse at 5% 50%,rgba(255,38,89,.11),transparent 65%),#0b0a0c;
}
.page-team .team-contact-section .primary-button { border-radius:999px; }
.page-about .story-section .split-story > div > p:first-of-type,
.page-team .team-culture-section .team-split > div > p:first-of-type { color:#e0dce1; font-size:19px; line-height:1.7; }
@media(max-width:600px) {
  .page-home .strategy-track article,
  .page-home .strategy-track article + article { padding-left:50px; }
  .page-home .strategy-track article > span { font-size:32px; }
  .page-about .values-section .info-icon,
  .page-about .why-section .info-icon { width:50px; height:50px; padding:12px; }
}

/* @brief Balanced six-poster catalog and plain category cards. */
.upcoming-section .upcoming-layout { grid-template-columns:minmax(0,27fr) minmax(0,8fr); gap:24px; align-items:start; width:100%; margin:0 auto; }
.upcoming-section .upcoming-poster:nth-child(odd) { aspect-ratio:9/4; }
.upcoming-section .upcoming-poster:nth-child(odd) > img { object-fit:contain; transform:none; background:#080809; }
.upcoming-poster { aspect-ratio:2/3; overflow:hidden; border-radius:12px; }
.upcoming-poster > img { display:block; width:100%; height:100%; object-fit:cover; }
.genre-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.genre-grid button { background:linear-gradient(145deg,#222226,#141417); border:0; height:126px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; cursor:default; }
.genre-grid button::before,.genre-grid button::after { display:none; }
.genre-grid button span { position:static; transform:none; font-size:20px; }
.genre-grid button .genre-symbol { color:#ff3869; font-size:28px; line-height:1; }
@media(max-width:600px) { .upcoming-section .upcoming-layout { gap:12px; } .genre-grid {gap:8px;} .genre-grid button {height:100px;padding:6px;} .genre-grid button span {font-size:12px;} }

/* @brief Poster-only catalog: hover or keyboard focus reveals the synopsis. */
.sf-preview, .premium-movie-card { position:relative; cursor:default; }
.upcoming-stack > article { min-width:0; overflow:hidden; border-radius:8px; aspect-ratio:16 / 9; }
.upcoming-feature > img { display:block; width:100%; height:100%; object-fit:cover; }
.upcoming-stack > article > img { width:100%; height:100%; object-fit:cover; display:block; }
.sf-synopsis, .premium-movie-card > small {
  position:absolute; inset:0; z-index:5; padding:24px; margin:0;
  display:flex; flex-direction:column; justify-content:center;
  background:linear-gradient(160deg,rgba(15,15,20,.92),rgba(8,8,12,.98));
  color:#eee; font-size:14px; line-height:1.65; border-radius:inherit;
  opacity:0; visibility:hidden; transition:opacity .2s ease; overflow:auto;
  -webkit-line-clamp:unset; cursor:default;
}
.sf-synopsis h3 { margin:0 0 12px; font-size:20px; color:#fff; }
.sf-synopsis p { margin:0; color:#ddd; font-size:14px; line-height:1.65; }
.sf-preview:hover .sf-synopsis,
.premium-movie-card:hover > small { opacity:1; visibility:visible; }

.drama-card-link { cursor:default; }
@media(max-width:600px) { .sf-synopsis, .premium-movie-card > small { padding:14px; font-size:12px; justify-content:flex-start; } .sf-synopsis h3 {font-size:16px;} .sf-synopsis p {font-size:12px;} }

/* @brief Decorative hero overlays must not intercept links or slide controls. */
.page-home .hero::before,
.page-home .hero::after,
.page-home .hero-shade { pointer-events: none; }

/* @brief Distinct soft-surface cards for long-form company principles. */
.page-about .values-section .info-card-grid,
.page-about .why-section .info-card-grid { gap:24px; align-items:stretch; }
.page-about .values-section .info-card,
.page-about .why-section .info-card {
  --card-glow:rgba(255,53,108,.13);
  padding:32px; border-radius:24px; min-width:0;
  background:radial-gradient(ellipse at 0 0,var(--card-glow),transparent 70%),linear-gradient(145deg,#202024,#141416);
  box-shadow:0 14px 32px rgba(0,0,0,.18);
  transition:transform .2s ease,box-shadow .2s ease;
}
.page-about .values-section .info-card:nth-child(2),
.page-about .why-section .info-card:nth-child(2) { --card-glow:rgba(128,100,214,.15); }
.page-about .values-section .info-card:nth-child(3),
.page-about .why-section .info-card:nth-child(3) { --card-glow:rgba(209,128,89,.12); }
.page-about .values-section .info-card .info-icon,
.page-about .why-section .info-card .info-icon { margin:0; width:52px; height:52px; padding:12px; background:rgba(255,255,255,.07); }
.page-about .values-section .info-card h3,
.page-about .why-section .info-card h3 { margin:22px 0 16px; font-size:clamp(23px,2.2vw,30px); line-height:1.25; }
.page-about .values-section .info-card p,
.page-about .why-section .info-card p { margin:0; font-size:16px; line-height:1.75; color:#c5c1c9; }
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
  .page-about .values-section .info-card:hover,
  .page-about .why-section .info-card:hover { transform:translateY(-4px); box-shadow:0 18px 36px rgba(0,0,0,.28); }
}
@media(max-width:900px) {
  .page-about .values-section .info-card,
  .page-about .why-section .info-card { padding:24px; border-radius:20px; }
  .page-about .values-section .info-card-grid,
  .page-about .why-section .info-card-grid { gap:16px; }
}
