/* ============================================================
   Twilight Photography Page
   ============================================================ */

.page-twilight-photos {
  background:
    radial-gradient(circle at 16% 5%, rgba(196, 141, 38, 0.12), transparent 24%),
    linear-gradient(180deg, #f6f1e7 0%, #fffdfa 38%, #f3ede2 100%);
}

.industry-hero--twilight .hero__bg img {
  object-position: center 58%;
  filter: saturate(0.96) contrast(1.04);
}

.industry-hero--twilight .hero__overlay {
  background:
    radial-gradient(circle at 50% 28%, rgba(7, 17, 8, 0.08), rgba(7, 17, 8, 0.02) 24%, transparent 46%),
    radial-gradient(circle at 68% 18%, rgba(243, 198, 109, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(7, 17, 8, 0.22) 0%, rgba(7, 17, 8, 0.42) 36%, rgba(7, 17, 8, 0.92) 100%);
}

.industry-hero--twilight .hero__content {
  width: min(100%, 840px);
}

.industry-hero--twilight .hero__title {
  max-width: 10.8ch;
}

.industry-hero--twilight .hero__sub {
  max-width: 54ch;
}

.twilight-intro,
.twilight-reasons,
.twilight-workflow,
.twilight-fit,
.twilight-package,
.page-twilight-photos .faq,
.page-twilight-photos .launch-banner,
.page-twilight-photos #contact,
.twilight-gallery,
.twilight-usage {
  scroll-margin-top: 112px;
}

.twilight-intro,
.twilight-reasons,
.twilight-workflow,
.twilight-fit,
.twilight-package,
.twilight-gallery,
.twilight-usage {
  padding-top: 88px;
}

.twilight-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: 22px;
  align-items: stretch;
}

.twilight-intro__copy,
.twilight-intro__visual {
  border-radius: 34px;
  box-shadow: var(--shadow-md);
}

.twilight-intro__copy {
  padding: 38px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(16, 33, 13, 0.08);
}

.twilight-intro__copy h2 {
  margin: 0;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.twilight-intro__copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.twilight-checklist {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.twilight-checklist li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.58;
}

.twilight-checklist li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 0.24rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e2b050 0%, #b57e20 100%);
}

.twilight-intro__visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin: 0;
  border: 1px solid rgba(16, 33, 13, 0.08);
  background: #10210d;
}

.twilight-intro__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twilight-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 7, 0.02) 28%, rgba(8, 17, 7, 0.76) 100%);
}

.twilight-intro__visual figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 22px;
  border-radius: 24px;
  background: rgba(7, 14, 9, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-on-dark);
  backdrop-filter: blur(12px);
}

.twilight-intro__visual strong,
.twilight-intro__visual span {
  display: block;
}

.twilight-intro__visual strong {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  line-height: 1.12;
}

.twilight-intro__visual span {
  margin-top: 8px;
  color: rgba(245, 241, 232, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.twilight-reasons__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(3, minmax(0, 0.72fr));
  gap: 18px;
}

.twilight-reason-card {
  min-height: 100%;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(16, 33, 13, 0.08);
  box-shadow: var(--shadow-sm);
}

.twilight-reason-card--primary {
  background:
    radial-gradient(circle at 14% 12%, rgba(243, 198, 109, 0.16), transparent 24%),
    linear-gradient(145deg, #162615 0%, #0e1910 100%);
  border-color: rgba(243, 198, 109, 0.18);
  color: var(--white-on-dark);
}

.twilight-reason-card__eyebrow,
.twilight-reason-card__number {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(196, 141, 38, 0.12);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.twilight-reason-card--primary .twilight-reason-card__eyebrow {
  background: rgba(243, 198, 109, 0.14);
  color: #f3c66d;
}

.twilight-reason-card h3 {
  margin: 18px 0 10px;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: 1.18rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.twilight-reason-card--primary h3 {
  color: var(--white-on-dark);
  font-size: 1.45rem;
}

.twilight-reason-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.64;
}

.twilight-reason-card--primary p {
  color: rgba(245, 241, 232, 0.78);
}

.twilight-gallery {
  margin-top: 88px;
  padding: 96px 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(243, 198, 109, 0.14), transparent 20%),
    linear-gradient(150deg, #071108 0%, #0d1c0d 48%, #091109 100%);
  color: var(--white-on-dark);
}

.twilight-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.twilight-gallery__item {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  margin: 0;
  border-radius: 28px;
  background: #10210d;
  box-shadow: var(--shadow-md);
  grid-column: span 4;
}

.twilight-gallery__item--large {
  grid-column: span 8;
  min-height: 420px;
}

.twilight-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.twilight-gallery__item:hover img {
  transform: scale(1.03);
}

.twilight-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 18, 11, 0) 40%, rgba(10, 18, 11, 0.62) 100%);
}

.twilight-gallery__item figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(8, 17, 7, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f5f1e8;
  backdrop-filter: blur(10px);
}

.twilight-gallery__item strong,
.twilight-gallery__item span {
  display: block;
}

.twilight-gallery__item strong {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.twilight-gallery__item span {
  margin-top: 6px;
  color: rgba(245, 241, 232, 0.76);
  font-size: 0.9rem;
  line-height: 1.48;
}

.twilight-usage {
  margin-top: 88px;
  padding: 96px 0;
  background:
    linear-gradient(150deg, #081308 0%, #10210d 48%, #091109 100%);
  color: var(--white-on-dark);
}

.twilight-usage__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1fr);
  gap: 26px;
  align-items: start;
}

.twilight-usage__copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--white-on-dark);
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.twilight-usage__copy p {
  margin: 18px 0 0;
  color: rgba(245, 241, 232, 0.78);
  line-height: 1.72;
}

.twilight-usage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.twilight-usage-card {
  min-height: 190px;
  padding: 26px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(59, 89, 35, 0.82) 0%, rgba(24, 52, 18, 0.92) 56%, rgba(11, 25, 10, 0.94) 100%);
  border: 1px solid rgba(243, 198, 109, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 40px rgba(3, 12, 5, 0.22);
}

.twilight-usage-card strong {
  display: block;
  color: #f3c66d;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  line-height: 1.1;
}

.twilight-usage-card span {
  display: block;
  margin-top: 12px;
  color: rgba(245, 241, 232, 0.8);
  font-size: 0.95rem;
  line-height: 1.58;
}

.twilight-workflow__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.twilight-workflow-card {
  min-height: 100%;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(16, 33, 13, 0.08);
  box-shadow: var(--shadow-sm);
}

.twilight-workflow-card span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(196, 141, 38, 0.12);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.twilight-workflow-card h3 {
  margin: 18px 0 10px;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.twilight-workflow-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.64;
}

.twilight-package__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: center;
  padding: 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 12%, rgba(243, 198, 109, 0.16), transparent 24%),
    linear-gradient(145deg, #10210d 0%, #0e1b10 100%);
  border: 1px solid rgba(243, 198, 109, 0.16);
  box-shadow: var(--shadow-md);
  color: var(--white-on-dark);
}

.twilight-package__panel .section-label {
  color: #f3c66d;
}

.twilight-package__panel h2 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.twilight-package__panel p {
  margin: 16px 0 0;
  color: rgba(245, 241, 232, 0.76);
  line-height: 1.7;
}

.twilight-package__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.twilight-package__cards article {
  min-height: 168px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.twilight-package__cards strong {
  display: block;
  color: #f3c66d;
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.twilight-package__cards span {
  display: block;
  margin-top: 12px;
  color: rgba(245, 241, 232, 0.78);
  font-size: 0.88rem;
  line-height: 1.48;
}

.page-twilight-photos .faq {
  padding-top: 56px;
}

.page-twilight-photos .launch-banner {
  margin-top: 56px;
}

.page-twilight-photos .launch-banner__inner {
  border: 1px solid rgba(243, 198, 109, 0.12);
  background:
    radial-gradient(circle at 12% 16%, rgba(243, 198, 109, 0.24), transparent 28%),
    linear-gradient(118deg, rgba(243, 198, 109, 0.08) 0%, rgba(16, 31, 18, 0.94) 18%, rgba(15, 28, 17, 0.98) 100%);
}

.page-twilight-photos .launch-banner__inner h2 {
  max-width: 17ch;
}

.page-twilight-photos .launch-banner__inner p {
  max-width: 50ch;
  color: rgba(245, 241, 232, 0.82);
}

.page-twilight-photos .launch-banner__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1180px) {
  .twilight-intro__grid,
  .twilight-usage__inner,
  .twilight-package__panel {
    grid-template-columns: 1fr;
  }

  .twilight-reasons__grid,
  .twilight-workflow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twilight-gallery__item,
  .twilight-gallery__item--large {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .industry-hero--twilight .hero__content {
    width: min(100%, 560px);
  }

  .industry-hero--twilight .hero__title {
    max-width: 9ch;
    font-size: clamp(2rem, 8.7vw, 2.9rem);
  }

  .industry-hero--twilight .hero__sub {
    max-width: 31ch;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .twilight-reasons__grid,
  .twilight-gallery__grid,
  .twilight-workflow__grid,
  .twilight-package__cards,
  .twilight-usage__grid {
    grid-template-columns: 1fr;
  }

  .twilight-gallery__item,
  .twilight-gallery__item--large {
    grid-column: span 12;
  }
}

@media (max-width: 600px) {
  .twilight-intro,
  .twilight-reasons,
  .twilight-gallery,
  .twilight-usage,
  .twilight-workflow,
  .twilight-fit,
  .twilight-package,
  .page-twilight-photos .faq {
    padding-top: 44px;
  }

  .twilight-intro__copy,
  .twilight-reason-card,
  .twilight-workflow-card,
  .twilight-package__panel,
  .twilight-usage-card {
    padding: 24px;
    border-radius: 28px;
  }

  .twilight-intro__copy h2,
  .twilight-usage__copy h2,
  .twilight-package__panel h2 {
    font-size: 2.2rem;
  }

  .twilight-intro__visual {
    min-height: 380px;
    border-radius: 28px;
  }

  .twilight-gallery {
    margin-top: 68px;
    padding: 72px 0;
  }

  .twilight-usage {
    margin-top: 68px;
    padding: 72px 0;
  }

  .twilight-gallery__item,
  .twilight-gallery__item--large {
    min-height: 320px;
  }

  .page-twilight-photos .launch-banner {
    margin-top: 72px;
  }

  .page-twilight-photos .launch-banner__inner {
    padding: 30px 24px;
    background:
      radial-gradient(circle at 16% 12%, rgba(243, 198, 109, 0.28), transparent 34%),
      linear-gradient(160deg, rgba(243, 198, 109, 0.12) 0%, rgba(19, 34, 19, 0.94) 18%, rgba(15, 28, 17, 0.99) 100%);
  }
}

/* ============================================================
   HDR-style twilight redesign
   ============================================================ */

.page-twilight-photos {
  background: #fffdf8;
}

.page-twilight-photos .main {
  padding: 0 0 90px;
  background:
    radial-gradient(circle at 84% 10%, rgba(196, 141, 38, 0.12), transparent 18rem),
    radial-gradient(circle at 12% 22%, rgba(38, 72, 112, 0.08), transparent 20rem),
    #fffdf8;
}

.industry-hero--twilight .hero__bg img {
  object-position: center 52%;
  filter: saturate(1.04) contrast(1.05) brightness(0.94);
}

.industry-hero--twilight .hero__overlay {
  background:
    radial-gradient(circle at 50% 12%, rgba(243, 198, 109, 0.22), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(50, 91, 138, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(7, 15, 16, 0.18) 0%, rgba(7, 17, 8, 0.38) 38%, rgba(7, 14, 9, 0.9) 100%);
}

.industry-hero--twilight .hero__title {
  max-width: 12ch;
}

.industry-hero--twilight .hero__title-accent {
  color: #c48d26;
  text-shadow: 0 8px 24px rgba(4, 9, 4, 0.42);
}

.twilight-story,
.twilight-marquee,
.twilight-selected-work,
.twilight-brief,
.page-twilight-photos #contact {
  scroll-margin-top: 112px;
}

.twilight-story {
  padding: clamp(58px, 7vw, 88px) 0 clamp(44px, 5vw, 70px);
}

.twilight-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 54px);
  align-items: start;
}

.twilight-story__copy {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.twilight-story__copy .section-label {
  justify-content: center;
}

.twilight-story__copy h2 {
  max-width: 16ch;
  margin: 0 auto;
  color: #0b130c;
  font-family: var(--font-heading);
  font-size: clamp(2.15rem, 3.5vw, 3.25rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}

.twilight-story__copy p {
  max-width: 64ch;
  margin: 15px auto 0;
  color: #435042;
  font-size: 0.98rem;
  line-height: 1.76;
}

.twilight-story__button {
  margin-top: 26px;
  min-width: 160px;
}

.twilight-story__button span {
  margin-left: 8px;
}

.twilight-story__comparison {
  justify-self: center;
  width: min(100%, 760px);
  border: 1px solid rgba(16, 33, 13, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(5, 14, 6, 0.14);
}

.twilight-story__comparison .service-switcher__before-after-img {
  object-fit: cover;
}

.twilight-story__comparison .service-switcher__before-after-label {
  bottom: 16px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  background: rgba(7, 14, 9, 0.72);
  color: #fff3df;
}

.twilight-story__comparison .service-switcher__before-after-label--after {
  border-color: rgba(243, 198, 109, 0.34);
  background: rgba(196, 141, 38, 0.92);
  color: #10210d;
}

.twilight-window {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 18px;
  width: min(100%, 1080px);
  margin-inline: auto;
}

.twilight-window__image,
.twilight-window__cards article,
.twilight-brief__panel {
  border-radius: 8px;
}

.twilight-window__image {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 13, 0.08);
  background: #0b130c;
  box-shadow: 0 28px 70px rgba(5, 14, 6, 0.16);
}

.twilight-window__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.twilight-window__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 14, 9, 0.02) 36%, rgba(7, 14, 9, 0.74) 100%),
    radial-gradient(circle at 72% 18%, rgba(243, 198, 109, 0.12), transparent 28%);
}

.twilight-window__image figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 6px;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 14, 9, 0.76);
  color: #fffdf8;
  backdrop-filter: blur(12px);
}

.twilight-window__image figcaption strong {
  color: #f3c66d;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: 0;
}

.twilight-window__image figcaption span {
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

.twilight-window__cards {
  display: grid;
  gap: 12px;
}

.twilight-window__cards article {
  min-height: 0;
  padding: 24px;
  border: 1px solid rgba(16, 33, 13, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 243, 234, 0.96));
  box-shadow: 0 18px 42px rgba(16, 33, 13, 0.08);
}

.twilight-window__cards span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  color: #c48d26;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.twilight-window__cards strong {
  display: block;
  margin-top: 14px;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.twilight-window__cards p {
  margin: 10px 0 0;
  color: rgba(47, 58, 43, 0.76);
  font-size: 0.94rem;
  line-height: 1.58;
}

.twilight-marquee {
  padding-top: 0;
  background: #fffdf8;
}

.twilight-marquee .portfolio-marquee__bleed {
  padding-top: clamp(28px, 3.4vw, 36px);
  background:
    radial-gradient(circle at 74% 34%, rgba(50, 91, 138, 0.28), transparent 25%),
    linear-gradient(135deg, #071109 0%, #10210d 52%, #1c2414 100%);
}

.twilight-marquee .portfolio-marquee__inner {
  display: grid;
  place-items: center;
}

.twilight-marquee .portfolio-marquee__title {
  margin: 0;
  color: #fff3df;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 0 rgba(7, 14, 9, 0.18);
}

.twilight-selected-work {
  padding-bottom: clamp(54px, 7vw, 84px);
}

.twilight-selected-work .selected-work__head {
  max-width: min(100%, 62rem);
  margin-top: clamp(-94px, -7vw, -58px);
  margin-bottom: 34px;
}

.twilight-selected-work .selected-work__industry-menu {
  width: min(100%, 58rem);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.twilight-selected-work .selected-work__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 18px;
}

.twilight-selected-work .work-card {
  aspect-ratio: 3 / 2;
  border-radius: 8px;
}

.twilight-selected-work .work-card--wide {
  grid-column: span 2;
}

.twilight-selected-work .work-card img {
  aspect-ratio: auto;
  filter: saturate(1.04) contrast(1.02);
}

.twilight-selected-work .work-card::after {
  background:
    linear-gradient(180deg, rgba(7, 14, 9, 0.02) 34%, rgba(7, 14, 9, 0.82) 100%);
}

.twilight-brief {
  padding: clamp(18px, 3vw, 30px) 0 0;
}

.twilight-brief__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  background:
    radial-gradient(circle at 14% 18%, rgba(243, 198, 109, 0.18), transparent 28%),
    linear-gradient(135deg, #10210d 0%, #071109 100%);
  color: #fffdf8;
  box-shadow: 0 24px 70px rgba(16, 33, 13, 0.18);
}

.twilight-brief__copy .section-label {
  color: #f3c66d;
}

.twilight-brief__copy h2 {
  max-width: 15ch;
  margin: 0;
  color: #fffdf8;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.twilight-brief__copy p {
  max-width: 58ch;
  margin: 16px 0 0;
  color: rgba(255, 253, 248, 0.76);
  line-height: 1.7;
}

.twilight-brief__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.twilight-brief__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.06);
}

.twilight-brief__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.twilight-brief__cards article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.twilight-brief__cards strong,
.twilight-brief__cards span {
  display: block;
}

.twilight-brief__cards strong {
  color: #f3c66d;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}

.twilight-brief__cards span {
  margin-top: 12px;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .twilight-window,
  .twilight-brief__panel {
    grid-template-columns: 1fr;
  }

  .twilight-window__image {
    min-height: 460px;
  }

  .twilight-selected-work .selected-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twilight-selected-work .work-card--wide {
    grid-column: span 2;
  }

  .twilight-brief__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .page-twilight-photos .main {
    padding-bottom: 68px;
  }

  .twilight-story {
    padding-top: 54px;
  }

  .twilight-story__copy {
    text-align: left;
  }

  .twilight-story__copy .section-label {
    justify-content: flex-start;
  }

  .twilight-story__copy h2 {
    max-width: 12ch;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .twilight-story__copy p {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.92rem;
  }

  .twilight-story__button {
    width: 100%;
  }

  .twilight-window__image {
    min-height: 330px;
  }

  .twilight-window__image figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .twilight-window__cards article,
  .twilight-brief__panel,
  .twilight-brief__cards article {
    padding: 20px;
  }

  .twilight-selected-work .selected-work__head {
    margin-top: -34px;
    margin-bottom: 30px;
  }

  .twilight-selected-work .selected-work__industry-menu {
    width: 100%;
    margin-top: 20px;
  }

  .twilight-selected-work .selected-work__grid,
  .twilight-brief__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .twilight-selected-work .work-card--wide {
    grid-column: span 1;
  }

  .twilight-brief__copy h2 {
    max-width: 12ch;
  }

  .twilight-brief__actions {
    display: grid;
  }

  .twilight-brief__actions .btn {
    width: 100%;
  }
}
