.page-header, #top_down_arrow {
  display: none !important;
}
.entry-content h2 {
  margin: 0 auto 16px auto;
  text-align: left;
}
#content-inside {
  padding: 0 !important;
  width: 100%;
}
#primary {
  padding-top: 0 !important;
}
#content-inside header {
  max-width: none !important;
}

#content-inside header section section {
  max-width: 1140px !important;
}
/* =========================
  Tn Recruiting (Scoped CSS)
  - Paste into: Additional CSS
========================= */

.tnr {
  --tnr-text: #333333;
  --tnr-muted: #6b7280;
  --tnr-bg: #ffffff;
  --tnr-alt: #f7f7f7;
  --tnr-accent: #fff0f6;
  --tnr-primary: #e84a8a;
  --tnr-border: rgba(0,0,0,.08);
  --tnr-radius: 16px;
  --tnr-shadow: 0 10px 30px rgba(0,0,0,.06);

  color: var(--tnr-text);
  background: var(--tnr-bg);
  line-height: 1.75;
}

.tnr * { box-sizing: border-box; }

.tnr a { color: inherit; text-decoration: none; }
.tnr a:hover { opacity: .92; }

html {
  scroll-behavior: smooth;
}

.tnr-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.tnr-section { padding: 96px 0; }
.tnr-section--alt { background: var(--tnr-alt); }
.tnr-section--accent {
  background: linear-gradient(180deg, rgba(255,240,246,1) 0%, rgba(255,244,236,1) 100%);
}
.tnr-section--cta { background: linear-gradient(180deg, rgba(232,74,138,.08), rgba(232,74,138,.02)); }

@media (max-width: 768px) {
  .tnr-container { padding: 0 16px; }
  .tnr-section { padding: 64px 0; }
}

/* Typography */
.tnr-eyebrow {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--tnr-muted);
  margin: 0 0 12px 0;
}

.tnr-h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
  width: 95%;
  border-bottom: 1px solid #f3e0e0;
  padding-bottom: 0.2em;
}

.tnr-lead {
  font-size: 18px;
  margin: 16px 0 0 0;
  color: rgba(0,0,0,.78);
}

.tnr-h2 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0;
}

.tnr-h3 {
  font-size: 18px;
  margin: 0 0 8px 0 !important;
}

.tnr-p { margin: 16px 0 0 0; }
.tnr-p--sm { font-size: 14px; }
.tnr-muted { color: var(--tnr-muted); }
.tnr-center { text-align: center; }

@media (max-width: 768px) {
  .tnr-h1 { font-size: 34px; border-bottom:none;padding-bottom:0; width: 95%;}
  .tnr-h2 { font-size: 26px; }
  .tnr-lead { font-size: 16px; }
}

/* Images */
.tnr-img {
  width: 100%;
  height: auto;
  border-radius: var(--tnr-radius);
  display: block;
  box-shadow: var(--tnr-shadow);
  border: 1px solid var(--tnr-border);
}

/* Buttons */
.tnr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .15s ease, opacity .15s ease;
  cursor: pointer;
  white-space: nowrap;
}
.tnr-btn:hover { transform: translateY(-1px); }

.tnr-btn--primary {
  background: linear-gradient(135deg, #e84a8a 0%, #ff7a59 100%);
  color: #fff;
}
.tnr-btn--primary > a {
  background: none !important;
}

.tnr-btn--ghost {
  background: transparent;
  border-color: var(--tnr-border);
}

/* Hero */
.tnr-hero { padding: 0px 0 0px; }

.tnr-hero__content {
    width: 100%;
    flex-shrink: 1.3;
    position: relative;
    right: -11em;
    z-index: 2;
    background: white;
    border-radius: 0 2em 2em 0;
}

.tnr-hero .tnr-container > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}
.tnr-hero__cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

.tnr-hero__meta {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tnr-hero__meta li {
  margin: 0;
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid var(--tnr-border);
  border-radius: 999px;
  background: rgba(255,255,255,.65);
}

.tnr-hero__media { margin: 0; }

@media (max-width: 1024px) {
  .tnr-hero .tnr-container { grid-template-columns: 1fr; }
  .tnr-hero__content {
    right: 0;
    border-radius: 0;
    padding: 24px;
    top: 0em;
    width: 95%;
    border-radius: 2em 2em 0 0;
  }
  .tnr-hero > div > div.is-layout-flex {
      flex-direction: column-reverse;
  }
  .tnr-hero__media {
      height: 50vw;
      overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .tnr-hero__content {
    top: -10em !important;
  }
  .tnr-hero__media {
      height: auto;
      overflow: visible;
  }
}

/* Anchor Nav */
.tnr-nav {
  position: sticky;
  top: 94px;
  z-index: 10;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--tnr-border);
  border-bottom: 1px solid var(--tnr-border);
}
.tnr-nav__inner {
  display: flex;
  gap: 7px;
  overflow-x: scroll;
  padding: 10px 10px;
  scrollbar-width: none;
  justify-content:center;
  height: 60px;
  white-space: nowrap;
}
.tnr-nav__inner::-webkit-scrollbar { display: none; }
.tnr-nav__inner a {
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(0,0,0,.75);
  min-width: 7em;
  display: inline-block;
}
.tnr-nav__inner a:hover { border-color: var(--tnr-border); }
.tnr-nav__inner a:before { 
  content: "⇓";
  display: inline-block;
  margin: 4px 0.6em 0 0.7em;
  padding-top: 0.3em;
  text-align: center;
  width: 1em;
  height: 1em;
  border-radius: 999px;
  background: var(--tnr-primary);
  opacity: 0.4;
  transition: opacity .3s ease;
  vertical-align: -0.3em;
}
.tnr-nav__inner a:hover:before { opacity: 1; }

/* Split Layout */
.tnr-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}
.tnr-split--rev { grid-template-columns: .95fr 1.05fr; }
.tnr-split--rev .tnr-split__text { order: 2; }
.tnr-split--rev .tnr-split__media { order: 1; }

@media (max-width: 900px) {
  .tnr-split { grid-template-columns: 1fr; }
  .tnr-split--rev .tnr-split__text,
  .tnr-split--rev .tnr-split__media { order: unset; }
}

@media screen and (max-width: 576px) {
  .tnr-nav{
      top: 56px;
      margin-top: -10em;
  }
  
}
/* Section Head */
.tnr-section__head {
  max-width: 760px;
  margin-bottom: 28px;
}

/* Bullets */
.tnr-bullets > div {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.tnr-bullet {
  padding: 18px 18px;
  border: 1px solid var(--tnr-border);
  border-radius: var(--tnr-radius);
  background: rgba(255,255,255,.72);
}

/* Wide/Large Media */
.tnr-media-wide,
.tnr-media-large { margin: 20px 0 0; }
.tnr-media-wide { max-width: 100%; }
.tnr-media-large { max-width: 100%; }

/* Checklist */
.tnr-checklist {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.tnr-checklist li {
  padding-left: 28px;
  position: relative;
}
.tnr-checklist li::before {
  content: "✔";
  width: 1.6em;
  height: 1.7em;
  border-radius: 6px;
  background: rgba(232, 74, 138, .16);
  border: 1px solid rgba(232, 74, 138, .28);
  position: absolute;
  left: 0;
  top: 0px;
  padding: 0px 0px 0 0.4em;
  color: darkgoldenrod;
}
.tnr-checklist--compact { gap: 8px; font-size: 1.2em;}

/* Note */
.tnr-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: var(--tnr-radius);
  border: 1px solid var(--tnr-border);
  background: rgba(255,255,255,.6);
}

/* Badge */
.tnr-badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--tnr-border);
  border-radius: 999px;
  margin-top: 18px;
  background: rgba(255,255,255,.6);
}
.tnr-badge__label {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(232,74,138,.14);
  border: 1px solid rgba(232,74,138,.22);
}

/* Grid 3 */
.tnr-grid3 > .wp-block-group__inner-container {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tnr-card {
  padding: 22px;
  border-radius: var(--tnr-radius);
  border: 1px solid var(--tnr-border);
  background: rgba(255,255,255,.72);
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
@media (max-width: 576px) {
  .tnr-grid3 > .wp-block-group__inner-container { grid-template-columns: 1fr; }
}
/* tnr story */
#tnr-story-photo-wrap{
  height: 100%;
}
#tnr-story-photo-wrap div , #tnr-story-photo-wrap figure{
  height: 100%;
}
#tnr-story-photo-wrap img{
  object-fit: cover;
  height: 100%;
}
/* Voices */
.tnr-voices {
  margin-top: 26px;
  
}
.tnr-voices > div{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tnr-voice {
  padding: 18px;
  border-radius: var(--tnr-radius);
  border: 1px solid var(--tnr-border);
  background: rgba(255,255,255,.72);
}
.tnr-voice > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
}
.tnr-voice__img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--tnr-border);
}
.tnr-voice__name {
  margin: 0;
  font-weight: 800;
  font-size: 14px;
}
@media (max-width: 576px) {
  .tnr-voices > div { grid-template-columns: 1fr; }
}

/* Jobs */
#tnr-jobs .tnr-section__head{
  margin: 0 auto 2em; 
}
#tnr-jobs .tnr-section__head h2{
  text-align: center;
}
#tnr-jobs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
}
.tnr-jobs {
  margin-top: 26px;
  
}
.tnr-jobs > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tnr-job {
  padding: 22px;
  border-radius: var(--tnr-radius);
  border: 1px solid var(--tnr-border);
  background: rgb(249 241 240 / 72%);
  margin-bottom: 1em;
  width: 32%;
}
#tnr-jobs .tnr-job h3 { 
  color: #474747;
  font-size: 1.2em;
  text-align: left;
  padding-bottom: 0.8em;
  margin: 0 !important;
  border-bottom: 1px solid #ccc;
}
.tnr-dl { margin: 16px 0 0; }
.tnr-dl > div {
  display: grid;
  grid-template-columns: 4.1em 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px dashed rgba(0,0,0,.08);
}
.tnr-dl > div:first-child { border-top: none; }
.tnr-dl dt { font-weight: 700; color: rgba(0,0,0,.78); }
.tnr-dl dd { margin: 0; color: rgba(0,0,0,.72); }

@media (max-width: 900px) {
  /* .tnr-jobs > div { grid-template-columns: 1fr; } */
  /* .tnr-dl > div { grid-template-columns: 96px 1fr; } */
}
@media screen and (max-width: 576px) {
  .tnr-job { width: 100%; }
}
/* CTA */
.tnr-cta {
  padding: 26px;
  border-radius: calc(var(--tnr-radius) + 4px);
  border: 1px solid rgba(232,74,138,.22);
  background: rgba(255,255,255,.72);
  box-shadow: var(--tnr-shadow);
  
  align-items: center;
}
.tnr-cta > div{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}
.tnr-cta__buttons  {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tnr-cta__buttons .tnr-btn {
  min-width: 240px;
}
.tnr-cta__buttons .tnr-btn a {
  background: none;
  display: block;
  width: 100%;
  padding: 12px 12px;
}
@media (max-width: 900px) {
  .tnr-cta > div { grid-template-columns: 1fr; }
  .tnr-cta__buttons { justify-content: flex-start !important; }
}

/* form */
#tnr-form{
  padding: 3em 1.5em; max-width: 700px; margin: 0 auto;
}
#tnr-form h2{ text-align: center;}
#tnr-form form{}
#tnr-form form .typeSelect{ display: flex; gap: 5%;}
#tnr-form form input:not([type=button],[type=radio],[type=checkbox]), #tnr-form form textarea {
    width: 100%;
}
#tnr-form input[type=radio], #tnr-form input[type=checkbox]{
  margin:0 5px; vertical-align: -0.3em;
}
#tnr-form .wpcf7 .hidden-fields-container,
#tnr-form .wpcf7 .wpcf7-hidden,
#tnr-form .wpcf7 input[type="hidden"] {
  display: none !important;
}
#tnr-form input[type=submit]{
  background: #0075a9;
  color: white;
  border: none;
  padding: 20px 0;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  margin: 2em auto 0 auto;
  display: block;
}
#tnr-form .wpcf7 .wpcf7-response-output {
  border: none !important;
  background: #fff3f3d4;
  color: #774b4b;
  box-shadow: 0px 2px 5px #ccc;
  padding: 2em 2em !important;
  width: 100%;
  box-sizing: border-box;
  display: none;
}

#tnr-form .wpcf7 form.sent .wpcf7-response-output,
#tnr-form .wpcf7 form.invalid .wpcf7-response-output,
#tnr-form .wpcf7 form.failed .wpcf7-response-output,
#tnr-form .wpcf7 form.aborted .wpcf7-response-output,
#tnr-form .wpcf7 form.spam .wpcf7-response-output,
#tnr-form .wpcf7 form.unaccepted .wpcf7-response-output,
#tnr-form .wpcf7 form.payment-required .wpcf7-response-output {
  display: block;
}
#tnr-form .wpcf7 form.sent input[type="submit"] {
  display: none !important;
}
/* fix buttons */
#fix-buttons {
  position: fixed;  
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding:10px;
  
}
#fix-buttons .tnr-btn {
  max-width: 200px;
  width: 48%;
  min-width: auto;
}
#fix-buttons .tnr-btn--ghost {
  background: rgba(255,255,255,.85);
  border: 1px solid #ccc;
}
#fix-buttons .tnr-btn--ghost a {
  color: rgba(0,0,0,.75);
}
#fix-buttons .tnr-btn a:hover {
  color:inherit; text-decoration:none;
}
/* Recruit page reveal animations (class-based) */
.reveal,
.reveal-item {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.5s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.reveal--fade-in,
.reveal-item.reveal--fade-in {
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Height reveal (no slide/fade combo) */
.reveal--height,
.reveal-item.reveal--height {
  max-height: 0;
  overflow: hidden;
  transform: none;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}

.reveal--height.is-visible {
  transform: none;
}

/* Group stagger reveal */
.reveal-group.is-visible .reveal-item {
  opacity: 1;
  transform: translateY(0);
}

.reveal-group.is-visible .reveal-item.reveal--height {
  transform: none;
}
/* Stagger delays */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }
