/* ============================================================
   Unfyltered Website — pages.css
   Subpage-specific layouts: hero, legal, about, careers,
   blog, press, contact, safety, stories
   ============================================================ */

/* ── Page Hero ───────────────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
  padding: 120px 0 64px;
  text-align: center;
  color: var(--white);
}

.page-hero__eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-md);
  background: rgba(255,255,255,0.12);
  color: var(--white);
}

.page-hero__title {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: var(--space-md);
  line-height: 1.15;
}

.page-hero__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── Page Content Wrapper ────────────────────────────────────── */
.page-content {
  padding: var(--space-4xl) 0;
}

/* ── Legal Page Typography ───────────────────────────────────── */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.legal-meta {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-tertiary);
  background: var(--grey-100);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-xl);
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-top: 48px;
  margin-bottom: 16px;
}

.legal-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 32px;
  margin-bottom: 12px;
}

.legal-content p,
.legal-content li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: var(--space-md);
}

.legal-content ul {
  list-style: disc;
  padding-left: var(--space-xl);
  margin-bottom: var(--space-lg);
}

.legal-content ol {
  list-style: decimal;
  padding-left: var(--space-xl);
  margin-bottom: var(--space-lg);
}

.legal-content a {
  color: var(--primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.legal-content a:hover {
  text-decoration: underline;
}

.legal-content strong {
  font-weight: 600;
  color: var(--text-primary);
}

/* ── About Page ──────────────────────────────────────────────── */
.about-mission {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-4xl);
  padding: 0 var(--space-lg);
}

.about-mission__quote {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text-primary);
  font-style: italic;
  margin-bottom: var(--space-lg);
}

.about-mission__text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.about-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  margin-bottom: var(--space-4xl);
}

.about-value-card {
  text-align: center;
  padding: var(--space-xl);
  border-radius: var(--radius-xl);
  background: var(--grey-50);
  transition: all var(--transition-normal);
}

.about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.about-value-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto var(--space-md);
  background: var(--primary-light);
  color: var(--primary);
}

.about-value-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.about-value-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.about-team {
  margin-bottom: var(--space-4xl);
}

.about-team__header {
  text-align: center;
  margin-bottom: var(--space-3xl);
}

.about-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.team-card {
  text-align: center;
}

.team-card__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto var(--space-md);
  border: 4px solid var(--white);
  box-shadow: var(--shadow-md);
}

.team-card__name {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: var(--space-xs);
}

.team-card__role {
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: var(--space-xs);
}

.team-card__prev {
  font-size: 13px;
  color: var(--text-tertiary);
}

.about-timeline {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
}

.about-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--grey-300);
}

.timeline-item {
  position: relative;
  margin-bottom: var(--space-xl);
  padding-left: var(--space-lg);
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--white);
  box-shadow: var(--shadow-sm);
}

.timeline-item__year {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: var(--space-xs);
}

.timeline-item__text {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ── Careers Page ────────────────────────────────────────────── */
.careers-culture {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
  margin-bottom: var(--space-4xl);
}

.careers-culture__image {
  border-radius: var(--radius-xl);
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.careers-culture__content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: var(--space-md);
}

.careers-culture__content p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
  margin-bottom: var(--space-4xl);
}

.job-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  transition: all var(--transition-normal);
}

.job-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.job-card__dept {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  background: var(--primary-light);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-md);
}

.job-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.job-card__meta {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
  font-size: 14px;
  color: var(--text-tertiary);
}

.job-card__meta span {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.job-card__cta {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  transition: gap var(--transition-fast);
}

.job-card__cta:hover {
  gap: var(--space-sm);
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.perk-card {
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
}

.perk-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.perk-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: var(--space-xs);
}

.perk-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ── Blog Page ───────────────────────────────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.blog-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.blog-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card--featured .blog-card__image {
  height: 100%;
  min-height: 300px;
}

.blog-card__body {
  padding: var(--space-lg);
}

.blog-card--featured .blog-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-card__category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  background: var(--primary-light);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-sm);
}

.blog-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--space-sm);
  line-height: 1.3;
}

.blog-card--featured .blog-card__title {
  font-size: 28px;
}

.blog-card__excerpt {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: var(--space-md);
}

.blog-card__meta {
  font-size: 13px;
  color: var(--text-tertiary);
  display: flex;
  gap: var(--space-md);
}

/* ── Press Page ──────────────────────────────────────────────── */
.press-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  background: var(--grey-50);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  margin-bottom: var(--space-4xl);
  text-align: center;
}

.press-stat__number {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: var(--space-xs);
}

.press-stat__label {
  font-size: 14px;
  color: var(--text-secondary);
}

.press-coverage {
  margin-bottom: var(--space-4xl);
}

.press-coverage__header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.press-coverage__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-lg);
  align-items: center;
}

.press-logo {
  text-align: center;
  padding: var(--space-lg);
  background: var(--grey-50);
  border-radius: var(--radius-md);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-secondary);
  transition: all var(--transition-normal);
}

.press-logo:hover {
  background: var(--grey-200);
}

.press-releases {
  margin-bottom: var(--space-4xl);
}

.press-releases__header {
  margin-bottom: var(--space-xl);
}

.press-release-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-lg);
  padding: var(--space-lg) 0;
  border-bottom: 1px solid var(--grey-200);
}

.press-release-item:last-child {
  border-bottom: none;
}

.press-release-item__date {
  flex-shrink: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  min-width: 120px;
}

.press-release-item__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: var(--space-xs);
}

.press-release-item__desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.press-kit {
  background: var(--grey-50);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  text-align: center;
}

.press-kit__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.press-kit__desc {
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: var(--space-lg);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Contact Page ────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: start;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
}

.contact-form__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: var(--space-lg);
}

.form-group {
  margin-bottom: var(--space-lg);
}

.form-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-sm);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 12px 16px;
  border: 1px solid var(--grey-300);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--text-primary);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(232, 67, 147, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 140px;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6B80' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.contact-info {
  padding: var(--space-lg) 0;
}

.contact-info__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: var(--space-xl);
}

.contact-info-item {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}

.contact-info-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.contact-info-item__label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-xs);
}

.contact-info-item__value {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.contact-info-item__value a {
  color: var(--primary);
}

.contact-info-item__value a:hover {
  text-decoration: underline;
}

.contact-map {
  width: 100%;
  height: 200px;
  background: var(--grey-100);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-tertiary);
  font-size: 14px;
  margin-top: var(--space-lg);
  border: 1px solid var(--grey-200);
}

/* ── Safety Page ─────────────────────────────────────────────── */
.safety-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-bottom: var(--space-4xl);
}

.safety-feature-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  text-align: center;
  transition: all var(--transition-normal);
}

.safety-feature-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.safety-feature-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-md);
  background: var(--success-light);
  color: var(--success);
}

.safety-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.safety-feature-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.safety-tips {
  max-width: 800px;
  margin: 0 auto var(--space-4xl);
}

.safety-tips__header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.safety-tip {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
  align-items: flex-start;
}

.safety-tip__number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.safety-tip__text {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
  padding-top: 6px;
}

.safety-tip__text strong {
  color: var(--text-primary);
}

.safety-helplines {
  background: linear-gradient(135deg, #FFF5F5, #FFF0F0);
  border: 2px solid #FFE0E0;
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  max-width: 700px;
  margin: 0 auto;
}

.safety-helplines__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: var(--space-md);
  color: var(--error);
  text-align: center;
}

.safety-helplines__subtitle {
  font-size: 15px;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: var(--space-lg);
}

.helpline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-md) 0;
  border-bottom: 1px solid rgba(255,0,0,0.08);
}

.helpline-item:last-child {
  border-bottom: none;
}

.helpline-item__name {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}

.helpline-item__number {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--error);
  letter-spacing: 1px;
}

/* ── Stories Hub ─────────────────────────────────────────────── */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xl);
}

.story-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.story-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.story-card__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.story-card__body {
  padding: var(--space-xl);
}

.story-card__names {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.story-card__location {
  font-size: 14px;
  color: var(--text-tertiary);
  margin-bottom: var(--space-md);
}

.story-card__quote {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: var(--space-lg);
}

.story-card__cta {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  transition: gap var(--transition-fast);
}

.story-card__cta:hover {
  gap: var(--space-md);
}

/* ── Individual Story Page ───────────────────────────────────── */
.story-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.story-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,46,0.8) 0%, rgba(26,26,46,0.2) 50%, transparent 100%);
}

.story-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-xl);
  text-align: center;
  color: var(--white);
}

.story-hero__names {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: var(--space-sm);
}

.story-hero__tagline {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
}

.story-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--space-3xl);
  max-width: 1060px;
  margin: 0 auto;
  padding: var(--space-4xl) var(--space-lg);
}

.story-content {
  max-width: 720px;
}

.story-content p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: var(--space-lg);
}

.story-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-md);
}

.story-quote {
  border-left: 4px solid var(--primary);
  padding: var(--space-lg);
  margin: var(--space-xl) 0;
  background: var(--primary-light);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.story-quote p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--text-primary);
  line-height: 1.6;
  margin-bottom: var(--space-sm);
}

.story-quote cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--primary);
}

.story-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + var(--space-lg));
}

.story-sidebar__box {
  background: var(--grey-50);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
}

.story-sidebar__title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: var(--space-lg);
}

.story-fact {
  margin-bottom: var(--space-md);
}

.story-fact:last-child {
  margin-bottom: 0;
}

.story-fact__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-tertiary);
  margin-bottom: 2px;
}

.story-fact__value {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}

.story-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: var(--space-xl) var(--space-lg) var(--space-4xl);
  border-top: 1px solid var(--grey-200);
}

.story-nav__link {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  transition: gap var(--transition-fast);
}

.story-nav__link:hover {
  gap: var(--space-md);
}

.story-nav__link--disabled {
  color: var(--text-tertiary);
  pointer-events: none;
}

/* ── Responsive: Subpages ────────────────────────────────────── */

@media (max-width: 1024px) {
  .about-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .press-coverage__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding: 100px 0 48px;
  }

  .page-hero__title {
    font-size: 32px;
  }

  .page-hero__subtitle {
    font-size: 16px;
  }

  .page-content {
    padding: var(--space-3xl) 0;
  }

  /* About */
  .about-mission__quote {
    font-size: 22px;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-team__grid {
    grid-template-columns: 1fr;
  }

  /* Careers */
  .careers-culture {
    grid-template-columns: 1fr;
  }

  .job-grid {
    grid-template-columns: 1fr;
  }

  .perks-grid {
    grid-template-columns: 1fr;
  }

  /* Blog */
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card--featured {
    grid-column: auto;
    display: block;
  }

  .blog-card--featured .blog-card__image {
    height: 200px;
  }

  /* Press */
  .press-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .press-coverage__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  /* Safety */
  .safety-features {
    grid-template-columns: 1fr;
  }

  /* Stories */
  .stories-grid {
    grid-template-columns: 1fr;
  }

  .story-hero {
    height: 350px;
  }

  .story-hero__names {
    font-size: 32px;
  }

  .story-layout {
    grid-template-columns: 1fr;
    padding: var(--space-xl) var(--space-md);
  }

  .story-nav {
    padding: var(--space-lg) var(--space-md) var(--space-3xl);
  }
}
