.entity-page { background: var(--void); }
.entity-hero {
  position: relative;
  min-height: 720px;
  padding: 148px 0 94px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 18%, rgba(123,60,255,.28), transparent 36%), var(--void);
}
.entity-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(244,239,228,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(244,239,228,.05) 1px, transparent 1px); background-size: 70px 70px; }
.entity-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: center; }
.entity-hero h1 { margin-top: 24px; font-size: clamp(72px, 8vw, 112px); }
.entity-hero h1 span, .entity-hero h1 em { display: block; }
.entity-hero__copy > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.entity-hero__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.entity-photo { position: relative; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid var(--border-strong); border-radius: 28px; box-shadow: var(--shadow); }
.entity-photo img { width: 100%; height: 100%; object-fit: cover; }
.entity-photo::after { content: "SMALL BY DESIGN"; position: absolute; right: 18px; bottom: 18px; padding: 10px 12px; border: 1px solid rgba(215,255,0,.35); border-radius: 9px; background: rgba(5,4,10,.82); color: var(--lime); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.entity-definition { padding: 36px 0; background: var(--lime); color: var(--ink); }
.entity-definition__grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 54px; align-items: start; }
.entity-definition h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 4.5vw, 60px); line-height: .95; text-transform: uppercase; }
.entity-definition p { max-width: 850px; margin: 4px 0 0; font-size: 18px; font-weight: 700; line-height: 1.55; }
.entity-section { padding: 108px 0; }
.entity-section--paper { background: var(--paper); color: var(--ink); }
.entity-section--dark { background: radial-gradient(circle at 16% 10%, rgba(123,60,255,.14), transparent 30%), var(--void); }
.entity-section__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: start; }
.entity-section__intro { position: sticky; top: 110px; }
.entity-section__intro h2 { margin-top: 22px; font-size: clamp(56px, 6vw, 84px); }
.entity-section__intro p:not(.eyebrow) { max-width: 500px; margin: 22px 0 0; color: #655d69; font-size: 14px; line-height: 1.7; }
.entity-section--dark .entity-section__intro p:not(.eyebrow) { color: var(--muted); }
.entity-cards { display: grid; gap: 12px; }
.entity-card { min-height: 186px; padding: 25px; border: 1px solid var(--border-ink); border-radius: 20px; background: #f2eee7; }
.entity-section--dark .entity-card { border-color: var(--border); background: rgba(255,255,255,.035); }
.entity-card span { color: var(--purple); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.entity-section--dark .entity-card span { color: var(--lime); }
.entity-card h3 { margin: 42px 0 0; font-family: var(--display); font-size: 37px; line-height: .96; text-transform: uppercase; }
.entity-card p { max-width: 610px; margin: 12px 0 0; color: #6c6470; font-size: 12px; line-height: 1.65; }
.entity-section--dark .entity-card p { color: var(--muted); }
.entity-gallery { display: grid; grid-template-columns: 1.18fr .82fr; gap: 14px; }
.entity-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.entity-gallery figure:first-child { grid-row: span 2; }
.entity-gallery img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.entity-gallery figure:first-child img { min-height: 554px; }
.entity-gallery figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.entity-next { padding: 112px 0 122px; text-align: center; background: var(--void); }
.entity-next .eyebrow { justify-content: center; }
.entity-next h2 { max-width: 980px; margin: 24px auto 0; font-size: clamp(62px, 7vw, 96px); }
.entity-next p { max-width: 660px; margin: 22px auto 28px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.careers-hero { min-height: 690px; }
.careers-signal { position: relative; min-height: 450px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--border-strong); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.018)); box-shadow: var(--shadow); }
.careers-signal::before { content: ""; position: absolute; width: 390px; height: 390px; right: -80px; top: -90px; border-radius: 50%; background: rgba(123,60,255,.28); filter: blur(60px); }
.careers-signal__top { position: relative; display: flex; justify-content: space-between; gap: 20px; color: var(--muted-2); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.careers-signal__middle { position: relative; }
.careers-signal__middle b { display: block; font-family: var(--display); font-size: clamp(70px, 7vw, 104px); line-height: .88; text-transform: uppercase; }
.careers-signal__middle b:last-child { color: var(--lime); }
.careers-signal__bottom { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.careers-signal__bottom span { min-height: 82px; padding: 14px; display: flex; align-items: end; border: 1px solid var(--border); border-radius: 12px; color: var(--muted); font-size: 9px; font-weight: 800; }
.roles { padding: 106px 0 118px; background: var(--paper); color: var(--ink); }
.roles__head { max-width: 810px; }
.roles__head h2 { margin-top: 22px; font-size: clamp(58px, 6vw, 84px); }
.roles__head > p:not(.eyebrow) { max-width: 620px; margin: 18px 0 0; color: #655d69; font-size: 14px; line-height: 1.65; }
.role-list { margin-top: 48px; border: 1px solid var(--border-ink); border-radius: 22px; overflow: hidden; }
.role-row { min-height: 126px; padding: 22px 24px; display: grid; grid-template-columns: 1.3fr .7fr auto; gap: 28px; align-items: center; border-top: 1px solid var(--border-ink); background: #f2eee7; text-decoration: none; transition: background 180ms ease; }
.role-row:first-child { border-top: 0; }
.role-row:hover { background: #eae3f0; }
.role-row h3 { margin: 0; font-family: var(--display); font-size: 35px; line-height: .96; text-transform: uppercase; }
.role-row p { margin: 7px 0 0; color: #6b6470; font-size: 11px; }
.role-row > span { color: #655d69; font-size: 10px; font-weight: 800; }
.role-row > b { color: var(--purple); font-size: 22px; }

.job-hero { min-height: 650px; padding-top: 150px; }
.job-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .6fr; gap: 60px; align-items: end; }
.job-hero h1 { max-width: 990px; margin-top: 24px; font-size: clamp(72px, 8vw, 110px); }
.job-meta { padding: 25px; border: 1px solid var(--border-strong); border-radius: 20px; background: rgba(255,255,255,.04); }
.job-meta dl { margin: 0; display: grid; gap: 18px; }
.job-meta div { padding-bottom: 17px; border-bottom: 1px solid var(--border); }
.job-meta div:last-child { padding: 0; border: 0; }
.job-meta dt { color: var(--muted-2); font-size: 8px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.job-meta dd { margin: 6px 0 0; color: var(--cream); font-size: 15px; font-weight: 800; }
.job-body { padding: 100px 0; background: var(--paper); color: var(--ink); }
.job-body__grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; align-items: start; }
.job-body__aside { position: sticky; top: 110px; }
.job-body__aside p { margin: 17px 0 24px; color: #655d69; font-size: 13px; line-height: 1.65; }
.job-copy { display: grid; gap: 12px; }
.job-copy section { padding: 28px; border: 1px solid var(--border-ink); border-radius: 20px; background: #f2eee7; }
.job-copy h2 { margin: 0; font-family: var(--display); font-size: 38px; line-height: .96; text-transform: uppercase; }
.job-copy p, .job-copy li { color: #655d69; font-size: 13px; line-height: 1.65; }
.job-copy ul { margin: 16px 0 0; padding-left: 20px; }
.apply { padding: 106px 0 120px; background: radial-gradient(circle at 82% 12%, rgba(123,60,255,.23), transparent 34%), var(--void); }
.apply__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.apply__intro h2 { margin-top: 22px; font-size: clamp(58px, 6vw, 84px); }
.apply__intro > p:not(.eyebrow) { max-width: 520px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.application-form { padding: 27px; border: 1px solid var(--border-strong); border-radius: 22px; background: rgba(255,255,255,.04); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.form-field { display: grid; gap: 8px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; min-height: 51px; padding: 14px; border: 1px solid var(--border); border-radius: 11px; background: rgba(5,4,10,.68); color: var(--cream); font: inherit; font-size: 13px; }
.form-field textarea { min-height: 132px; resize: vertical; }
.form-field input[type=file] { padding: 12px; color: var(--muted); }
.form-field small { color: var(--muted-2); font-size: 8px; line-height: 1.5; }
.application-form button { margin-top: 18px; width: 100%; cursor: pointer; }
.application-form button:disabled { opacity: .55; cursor: wait; }
.form-note { min-height: 20px; margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-note.is-error { color: #ff8797; }
.form-success { min-height: 480px; padding: 34px; display: none; place-items: center; text-align: center; border: 1px solid rgba(215,255,0,.34); border-radius: 22px; background: rgba(215,255,0,.055); }
.form-success.is-visible { display: grid; }
.form-success i { width: 68px; height: 68px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 20px; background: var(--lime); color: var(--ink); font-size: 30px; font-style: normal; }
.form-success h3 { margin: 0; font-family: var(--display); font-size: 52px; line-height: .94; text-transform: uppercase; }
.form-success p { max-width: 480px; margin: 16px auto 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 900px) {
  .entity-hero__grid, .entity-section__grid, .job-hero__grid, .job-body__grid, .apply__grid { grid-template-columns: 1fr; gap: 42px; }
  .entity-section__intro, .job-body__aside { position: static; }
  .entity-definition__grid { grid-template-columns: 1fr; gap: 20px; }
  .role-row { grid-template-columns: 1fr auto; }
  .role-row > span { grid-column: 1; }
  .role-row > b { grid-column: 2; grid-row: 1 / span 2; }
}
@media (max-width: 620px) {
  .entity-hero, .job-hero { min-height: auto; padding: 106px 0 72px; }
  .entity-hero h1, .job-hero h1 { font-size: clamp(56px, 16vw, 74px); }
  .entity-section, .roles, .job-body, .apply { padding: 80px 0 88px; }
  .entity-gallery { grid-template-columns: 1fr; }
  .entity-gallery figure:first-child { grid-row: auto; }
  .entity-gallery figure:first-child img, .entity-gallery img { min-height: 260px; }
  .careers-signal { min-height: 390px; padding: 20px; }
  .careers-signal__bottom { grid-template-columns: 1fr; }
  .careers-signal__bottom span { min-height: 54px; }
  .role-row { min-height: 118px; padding: 20px; }
  .role-row h3 { font-size: 30px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
}

/* Editorial About and Careers presentation. Technical SEO and form hooks remain in the page markup. */
.about-hero { min-height: 650px; }
.about-hero h1 { font-size: clamp(66px, 7vw, 98px); }
.about-hero .entity-photo::after { content: "INDEPENDENT PRODUCT COMPANY"; }
.about-intro { padding: 104px 0; background: var(--paper); color: var(--ink); }
.about-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.about-prose { max-width: 820px; }
.about-prose h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 4.4vw, 62px); line-height: 1; text-transform: uppercase; }
.about-prose p { margin: 22px 0 0; color: #625b67; font-size: 16px; line-height: 1.78; }
.about-media-section { padding: 34px 0 104px; background: var(--void); }
.about-media-section--paper { padding-top: 16px; background: var(--paper); color: var(--ink); }
.about-media { margin: 0; }
.about-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-media--wide, .about-media--cinema { overflow: hidden; border-radius: 24px; }
.about-media--wide { aspect-ratio: 16 / 8.6; }
.about-media--cinema { aspect-ratio: 16 / 7.8; border: 1px solid var(--border-strong); }
.about-media figcaption { margin-top: 11px; color: #77707a; font-size: 9px; line-height: 1.5; }
.about-media-section:not(.about-media-section--paper) figcaption { color: var(--muted-2); }
.about-story { padding: 108px 0; background: var(--void); }
.about-story__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 78px; align-items: center; }
.about-story__label { position: static; }
.about-story__label > span { display: block; margin-top: 24px; color: var(--muted-2); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.about-story__content .about-prose { margin-top: 34px; }
.about-prose--dark h2 { color: var(--cream); }
.about-prose--dark p { color: var(--muted); }
.about-note { padding: 108px 0; background: var(--paper); color: var(--ink); }
.about-note__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.about-media--portrait { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 22px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 24px; color: var(--purple); font-size: 11px; font-weight: 900; text-decoration: none; }
.about-join { padding: 76px 0; background: radial-gradient(circle at 80% 10%, rgba(123,60,255,.22), transparent 38%), var(--void); }
.about-join__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.about-join h2 { max-width: 820px; margin: 18px 0 0; font-family: var(--display); font-size: clamp(48px, 5vw, 72px); line-height: .96; text-transform: uppercase; }

.careers-hero { min-height: 610px; }
.careers-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 78px; align-items: center; }
.careers-hero h1 { max-width: 820px; font-size: clamp(64px, 7vw, 96px); }
.careers-hero__note { padding: 28px; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); }
.careers-hero__note > span { color: var(--lime); font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.careers-hero__note > p { margin: 24px 0 28px; color: var(--cream); font-size: 18px; line-height: 1.55; }
.careers-hero__note dl { margin: 0; display: grid; gap: 13px; }
.careers-hero__note dl div { padding-top: 13px; display: grid; grid-template-columns: 80px 1fr; gap: 16px; border-top: 1px solid var(--border); }
.careers-hero__note dt { color: var(--muted-2); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.careers-hero__note dd { margin: 0; color: var(--muted); font-size: 11px; font-weight: 750; }
.careers-intro { padding: 98px 0 40px; background: var(--paper); color: var(--ink); }
.careers-intro__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.careers-intro h2 { max-width: 600px; margin: 22px 0 0; font-family: var(--display); font-size: clamp(44px, 4.8vw, 66px); line-height: .98; text-transform: uppercase; }
.careers-intro__copy { max-width: 760px; }
.careers-intro__copy > p { margin: 0 0 18px; color: #625b67; font-size: 15px; line-height: 1.75; }
.careers-intro__copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--border-ink); }
.careers-intro__copy li { padding: 17px 0; border-bottom: 1px solid var(--border-ink); color: #625b67; font-size: 13px; line-height: 1.6; }
.careers-intro__copy strong { color: var(--ink); }
.roles { padding-top: 34px; }
.roles__head h2 { font-size: clamp(50px, 5.5vw, 74px); }
.roles__head h2 em { color: var(--purple); }
.careers-close { padding: 0 0 100px; background: var(--paper); color: var(--ink); }
.careers-close__inner { padding-top: 34px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid var(--border-ink); }
.careers-close p { max-width: 680px; margin: 0; color: #625b67; font-size: 13px; line-height: 1.7; }
.text-link--dark { align-self: start; margin-top: 0; white-space: nowrap; }

.job-hero { min-height: 540px; padding: 138px 0 78px; }
.job-hero h1 { max-width: 940px; font-size: clamp(56px, 6.3vw, 86px); }
.job-body { padding: 88px 0 104px; }
.job-body__grid { grid-template-columns: .72fr 1.28fr; gap: 90px; }
.job-body__aside { padding-right: 24px; }
.job-body__aside > p:not(.eyebrow) { font-size: 14px; line-height: 1.75; }
.job-facts { margin: 28px 0; border-top: 1px solid var(--border-ink); }
.job-facts div { padding: 13px 0; display: grid; grid-template-columns: 88px 1fr; gap: 12px; border-bottom: 1px solid var(--border-ink); }
.job-facts dt { color: #88808b; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.job-facts dd { margin: 0; color: #504953; font-size: 11px; font-weight: 760; }
.job-copy { gap: 0; }
.job-copy section { padding: 30px 0 34px; border: 0; border-top: 1px solid var(--border-ink); border-radius: 0; background: transparent; }
.job-copy section:first-child { padding-top: 0; border-top: 0; }
.job-copy h2 { font-size: 32px; line-height: 1; }
.job-copy p, .job-copy li { font-size: 14px; line-height: 1.72; }
.job-copy p { margin: 15px 0 0; }
.job-copy li + li { margin-top: 8px; }
.apply__intro h2 { font-size: clamp(48px, 5vw, 68px); }

@media (max-width: 900px) {
  .about-intro__grid, .about-story__grid, .about-note__grid, .careers-hero__grid, .careers-intro__grid { grid-template-columns: 1fr; gap: 42px; }
  .about-story__label { position: static; }
  .about-join__inner, .careers-close__inner { align-items: start; flex-direction: column; }
  .about-media--wide, .about-media--cinema { aspect-ratio: 4 / 3; }
}
@media (max-width: 620px) {
  .about-hero h1, .careers-hero h1 { font-size: clamp(50px, 14vw, 68px); }
  .about-intro, .about-story, .about-note, .careers-intro { padding: 76px 0; }
  .careers-intro { padding-bottom: 34px; }
  .roles { padding-top: 30px; }
  .about-media-section { padding-bottom: 76px; }
  .about-prose h2, .careers-intro h2 { font-size: clamp(38px, 11.5vw, 52px); }
  .about-prose p { font-size: 15px; }
  .about-media--wide, .about-media--cinema, .about-media--portrait { aspect-ratio: 4 / 3; border-radius: 16px; }
  .about-join { padding: 64px 0 70px; }
  .about-join h2 { font-size: clamp(42px, 12vw, 58px); }
  .careers-hero__note { padding: 22px 0; }
  .careers-close { padding-bottom: 76px; }
  .job-hero h1 { font-size: clamp(48px, 13.5vw, 64px); }
  .job-body__grid { gap: 56px; }
}
