/* =========================================================
   SHARED UTILITIES — from homepage
   ========================================================= */
.section-label{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}
.section-label.kc-center{justify-content:center}
.section-label .bar{width:2rem;height:2px;background:var(--gold)}
.section-label span{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}

.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.5rem}
.section-head h2{font-family:var(--serif);font-size:42px;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--charcoal);margin-top:.5rem}
.section-head.kc-center{flex-direction:column;align-items:center;text-align:center}

.btn-gold{background:var(--gold);color:var(--navy);font-size:13px;font-weight:700;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .22s,transform .22s,box-shadow .22s}
.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(201,168,76,.35)}
.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff;font-size:13px;font-weight:600;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;transition:background .22s,border-color .22s,transform .22s;background:rgba(255,255,255,.05)}
.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:var(--gold);transform:translateY(-2px)}
.btn-outline-navy{border:1px solid var(--navy);color:var(--navy);font-size:13px;font-weight:600;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;transition:background .22s,color .22s,transform .22s}
.btn-outline-navy:hover{background:var(--navy);color:#fff;transform:translateY(-2px)}
.link-underline{color:var(--gold);font-size:13px;font-weight:600;border-bottom:1px solid var(--gold-mid);padding-bottom:2px;transition:opacity .2s}
.link-underline:hover{opacity:.75}

.kc-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}
.kc-reveal.kc-visible{opacity:1;transform:translateY(0)}
.kc-reveal-delay-1{transition-delay:.08s}
.kc-reveal-delay-2{transition-delay:.16s}
.kc-reveal-delay-3{transition-delay:.24s}
.kc-reveal-delay-4{transition-delay:.32s}
.kc-reveal-delay-5{transition-delay:.4s}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .kc-reveal{opacity:1;transform:none}
}

/* =========================================================
   CAREERS HERO
   ========================================================= */
.cr-hero{position:relative;min-height:600px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-top:var(--nav-h)}
.cr-hero-bg{position:absolute;inset:0;z-index:0}
.cr-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.cr-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,rgba(11,31,58,.96) 0%,rgba(11,31,58,.86) 48%,rgba(11,31,58,.45) 100%)}
.cr-hero-line{position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:var(--gold);opacity:.6}
.cr-hero-inner{position:relative;z-index:3;padding:6rem 0 0}
.cr-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:11px;letter-spacing:.08em}
.cr-breadcrumb a{color:rgba(255,255,255,.45)}
.cr-breadcrumb span.sep{color:rgba(201,168,76,.5)}
.cr-breadcrumb span.current{color:var(--gold)}
.cr-hero-inner h1{font-family:var(--serif);font-size:58px;font-weight:600;line-height:1.08;letter-spacing:-.01em;color:#fff;margin-bottom:1.5rem;max-width:760px}
.cr-hero-inner h1 em{font-style:italic;color:var(--gold)}
.cr-hero-inner p.sub{font-size:17px;color:rgba(255,255,255,.65);line-height:1.7;max-width:560px;margin-bottom:2.5rem}
.cr-hero-ctas{display:flex;align-items:center;gap:1rem;margin-bottom:0}

.cr-hero-strip{position:relative;z-index:3;background:rgba(7,13,24,.55);border-top:1px solid rgba(255,255,255,.1);margin-top:3.5rem}
.cr-hero-strip-inner{display:flex;align-items:center;gap:2.5rem;padding:1.25rem 0;flex-wrap:wrap}
.cr-strip-item{display:flex;align-items:center;gap:.875rem}
.cr-strip-divider{width:1px;height:2rem;background:rgba(255,255,255,.15)}
.cr-strip-num{font-family:var(--serif);font-size:17px;font-weight:600;color:#fff}
.cr-strip-lbl{font-size:10.5px;color:rgba(255,255,255,.45);margin-top:1px}

/* =========================================================
   WHY JOIN — cards
   ========================================================= */
.cr-why{background:#fff;padding:7rem 0}
.cr-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cr-why-card{background:var(--bg-subtle);border-top:2px solid var(--gold);padding:2.25rem;display:flex;flex-direction:column;gap:1.125rem;transition:transform .3s,box-shadow .3s}
.cr-why-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(10,20,40,.1)}
.cr-why-icon{width:48px;height:48px;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:19px}
.cr-why-card h3{font-family:var(--serif);font-size:19px;font-weight:600;color:var(--charcoal)}
.cr-why-card p{font-size:13.5px;color:var(--muted);line-height:1.7}

/* =========================================================
   CULTURE — split w/ image (mirrors About section)
   ========================================================= */
.cr-culture{background:var(--bg-subtle);padding:7rem 0}
.cr-culture-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.cr-culture-img-wrap{position:relative}
.cr-culture-img{position:relative;overflow:hidden;height:560px}
.cr-culture-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.cr-culture-img:hover img{transform:scale(1.03)}
.cr-culture-frame{position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;border:1px solid var(--gold);z-index:-1}
.cr-culture-badge{position:absolute;top:2rem;right:2rem;background:var(--navy);padding:1rem 1.375rem}
.cr-culture-badge .lbl{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}
.cr-culture-badge .val{font-family:var(--serif);font-size:15px;font-weight:600;color:#fff;line-height:1.35;max-width:170px}

.cr-culture-text h2{font-family:var(--serif);font-size:38px;font-weight:600;line-height:1.22;color:var(--charcoal);margin-bottom:1.25rem}
.cr-culture-text>p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:2rem}
.cr-values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.cr-value{display:flex;gap:.875rem;align-items:flex-start}
.cr-value-bar{width:2px;height:2.25rem;background:var(--gold-mid);flex-shrink:0;margin-top:2px}
.cr-value h4{font-size:13.5px;font-weight:600;color:var(--charcoal);margin-bottom:.25rem}
.cr-value p{font-size:12px;color:var(--muted);line-height:1.6}

/* =========================================================
   OPEN POSITIONS
   ========================================================= */
.cr-positions{background:#fff;padding:7rem 0}
.cr-filter-row{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}
.cr-filter{font-size:11px;font-weight:600;letter-spacing:.03em;padding:.5rem 1.125rem;border:1px solid var(--border);color:var(--charcoal);background:var(--bg-subtle);transition:all .2s;cursor:default}
.cr-filter.kc-active{background:var(--navy);border-color:var(--navy);color:#fff}

.cr-jobs{display:flex;flex-direction:column;gap:1px;background:var(--border);margin-top:2.5rem}
.cr-job{background:#fff;padding:1.75rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;transition:background .2s}
.cr-job:hover{background:var(--bg-subtle)}
.cr-job.featured{background:var(--gold-light)}
.cr-job.featured:hover{background:var(--gold-light)}
.cr-job-left{display:flex;align-items:center;gap:1.25rem}
.cr-job-badge{background:var(--gold);color:var(--navy);font-size:9.5px;font-weight:700;padding:.3rem .625rem;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0}
.cr-job-title{font-family:var(--serif);font-size:18px;font-weight:600;color:var(--charcoal)}
.cr-job-area{font-size:11px;font-weight:600;color:var(--gold);margin-top:.25rem;text-transform:uppercase;letter-spacing:.04em}
.cr-job-right{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}
.cr-job-meta{display:flex;align-items:center;gap:.5rem;font-size:12.5px;color:var(--muted);white-space:nowrap}
.cr-job-meta i{color:var(--gold);font-size:12px}
.cr-job-type{font-size:10.5px;font-weight:600;border:1px solid var(--border);color:var(--charcoal);padding:.3rem .75rem;white-space:nowrap;letter-spacing:.02em}
.cr-job-apply{background:var(--navy);color:#fff;font-size:11.5px;font-weight:600;padding:.7rem 1.375rem;letter-spacing:.02em;white-space:nowrap;transition:background .2s}
.cr-job-apply:hover{background:var(--navy-light)}

.cr-spec-note{text-align:center;margin-top:2.5rem;font-size:13.5px;color:var(--muted)}
.cr-spec-note a{color:var(--navy);font-weight:600;border-bottom:1px solid var(--navy);padding-bottom:2px;transition:color .2s,border-color .2s}
.cr-spec-note a:hover{color:var(--gold);border-color:var(--gold)}

/* =========================================================
   INTERNSHIP — dark split
   ========================================================= */
.cr-intern{background:var(--navy);padding:7rem 0;position:relative;overflow:hidden}
.cr-intern::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:34px 34px;opacity:.06}
.cr-intern-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.cr-intern-text h2{font-family:var(--serif);font-size:38px;font-weight:600;color:#fff;line-height:1.22;margin-bottom:1.5rem}
.cr-intern-text p{font-size:14.5px;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:1.5rem}
.cr-intern-ctas{display:flex;align-items:center;gap:1rem;margin-top:1rem}

.cr-intern-list{display:flex;flex-direction:column;gap:1px;background:rgba(255,255,255,.06)}
.cr-intern-item{background:var(--navy-light);padding:1.625rem 1.875rem;display:flex;gap:1.375rem}
.cr-intern-num{font-family:var(--serif);font-size:20px;font-weight:600;color:var(--gold);opacity:.45;flex-shrink:0;width:1.75rem}
.cr-intern-item h4{font-family:var(--font);font-weight:600;font-size:14.5px;color:#fff;margin-bottom:.4rem}
.cr-intern-item p{font-size:12.5px;color:rgba(255,255,255,.5);line-height:1.65}

/* =========================================================
   GROWTH PATH — 4-step
   ========================================================= */
.cr-growth{background:var(--bg-subtle);padding:7rem 0}
.cr-growth-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;margin-top:3.5rem}
.cr-growth-line{position:absolute;top:1.75rem;left:12%;right:12%;height:1px;background:var(--gold-mid);opacity:.4}
.cr-growth-step{background:#fff;border:1px solid var(--border);padding:2rem 1.5rem;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.cr-growth-icon-wrap{position:relative;margin-bottom:.5rem}
.cr-growth-icon{width:56px;height:56px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:20px}
.cr-growth-num{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:var(--gold);color:var(--navy);font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center}
.cr-growth-step .stage{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.cr-growth-step h4{font-family:var(--serif);font-size:16px;font-weight:600;color:var(--charcoal);line-height:1.3}
.cr-growth-step p{font-size:12.5px;color:var(--muted);line-height:1.6}

/* =========================================================
   TESTIMONIALS — reuses homepage tcard styling
   ========================================================= */
.cr-testimonials{background:#fff;padding:7rem 0}
.cr-t-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.cr-tcard{background:var(--bg-subtle);padding:2.25rem;display:flex;flex-direction:column;gap:1.375rem}
.cr-tcard .quote-mark{font-family:var(--serif);font-size:48px;font-weight:600;line-height:.7;color:var(--gold);opacity:.35}
.cr-tcard p{font-size:14px;line-height:1.7;color:var(--charcoal);opacity:.85;font-style:italic}
.cr-tcard-author{display:flex;align-items:center;gap:1rem;padding-top:1.25rem;border-top:1px solid var(--border)}
.cr-author-avatar{width:2.75rem;height:2.75rem;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--gold-mid)}
.cr-author-avatar img{width:100%;height:100%;object-fit:cover;object-position:top}
.cr-author-name{font-size:13.5px;font-weight:600;color:var(--charcoal)}
.cr-author-role{font-size:11.5px;color:var(--gold);margin-top:1px;font-weight:600}
.cr-author-year{font-size:11px;color:var(--muted);margin-top:1px}

/* =========================================================
   BENEFITS — icon grid
   ========================================================= */
.cr-benefits{background:var(--bg-subtle);padding:7rem 0}
.cr-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);margin-top:2.5rem}
.cr-benefit{background:#fff;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem}
.cr-benefit-icon{width:42px;height:42px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:16px}
.cr-benefit h4{font-family:var(--serif);font-size:15.5px;font-weight:600;color:var(--charcoal)}
.cr-benefit p{font-size:12.5px;color:var(--muted);line-height:1.65}

/* =========================================================
   RECRUITMENT PROCESS — 5-step
   ========================================================= */
.cr-process{background:var(--navy);padding:7rem 0;position:relative;overflow:hidden}
.cr-process::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:34px 34px;opacity:.06}
.cr-process-inner{position:relative;z-index:1}
.cr-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;position:relative;margin-top:3.5rem}
.cr-process-line{position:absolute;top:1.75rem;left:9%;right:9%;height:1px;background:rgba(201,168,76,.25)}
.cr-process-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}
.cr-process-icon-wrap{position:relative;margin-bottom:.25rem}
.cr-process-icon{width:56px;height:56px;background:var(--navy);border:1px solid rgba(201,168,76,.4);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:19px}
.cr-process-num{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:var(--gold);color:var(--navy);font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center}
.cr-process-step .stage{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.cr-process-step p{font-size:12px;color:rgba(255,255,255,.55);line-height:1.6}
.cr-process-time{font-size:10.5px;color:rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.15);padding:.25rem .75rem}

/* =========================================================
   SPECULATIVE APPLICATION FORM
   ========================================================= */
.cr-apply{background:var(--bg-subtle);padding:7rem 0}
.cr-apply-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.cr-apply-text h2{font-family:var(--serif);font-size:36px;font-weight:600;color:var(--charcoal);line-height:1.25;margin-bottom:1.25rem}
.cr-apply-text>p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:1.75rem}
.cr-apply-points{display:flex;flex-direction:column;gap:.875rem}
.cr-apply-point{display:flex;align-items:center;gap:.75rem;font-size:13.5px;color:var(--charcoal)}
.cr-apply-point i{color:var(--gold);font-size:13px;flex-shrink:0}

.cr-form{background:#fff;border:1px solid var(--border);padding:2.75rem}
.cr-form-title{font-family:var(--serif);font-size:19px;font-weight:600;color:var(--charcoal);margin-bottom:1.5rem}
.cr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.125rem;margin-bottom:1.125rem}
.cr-form-field{display:flex;flex-direction:column;gap:.5rem}
.cr-form-field label{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.cr-form-field input,.cr-form-field select,.cr-form-field textarea{border:1px solid var(--border);background:var(--bg-subtle);padding:.875rem 1rem;font-size:13.5px;color:var(--charcoal);font-family:var(--font);outline:none;transition:border-color .2s;width:100%}
.cr-form-field input:focus,.cr-form-field select:focus,.cr-form-field textarea:focus{border-color:var(--gold);background:#fff}
.cr-form-field textarea{resize:vertical;min-height:90px}
.cr-upload{border:1px dashed var(--border);background:var(--bg-subtle);padding:1.5rem 1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:12.5px;color:var(--muted);text-align:center;cursor:pointer;transition:border-color .2s}
.cr-upload:hover{border-color:var(--gold)}
.cr-upload i{color:var(--gold);font-size:16px}
.cr-form .btn-gold{width:100%;justify-content:center;margin-top:.5rem}

/* =========================================================
   FAQ
   ========================================================= */
.cr-faq{background:#fff;padding:7rem 0}
.cr-faq-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem}
.cr-faq-side h2{font-family:var(--serif);font-size:34px;font-weight:600;color:var(--charcoal);line-height:1.25;margin-bottom:1.25rem}
.cr-faq-side>p{font-size:14.5px;color:var(--muted);line-height:1.75;margin-bottom:2rem}
.cr-faq-contact{background:var(--navy);padding:2rem}
.cr-faq-contact .lbl{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.625rem}
.cr-faq-contact p{font-size:13px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:1.25rem}
.cr-faq-contact a.email{color:var(--gold);font-size:13.5px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}

.cr-faq-list{display:flex;flex-direction:column}
.cr-faq-item{border-bottom:1px solid var(--border)}
.cr-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;text-align:left;cursor:pointer}
.cr-faq-q h3{font-family:var(--serif);font-size:16.5px;font-weight:600;color:var(--charcoal);line-height:1.4}
.cr-faq-icon{width:24px;height:24px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s,background .2s,border-color .2s;font-size:11px;color:var(--charcoal)}
.cr-faq-item.kc-open .cr-faq-icon{transform:rotate(45deg);background:var(--gold);border-color:var(--gold);color:var(--navy)}
.cr-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.cr-faq-item.kc-open .cr-faq-a{max-height:240px}
.cr-faq-a p{font-size:13.5px;color:var(--muted);line-height:1.7;padding-bottom:1.5rem}


/* =========================================================
   FINAL CTA — mirrors homepage cta-box
   ========================================================= */
.cr-cta-section{background:var(--bg-subtle);padding:7rem 0;border-top:1px solid var(--border)}
.cr-cta-box{background:var(--navy);position:relative;overflow:hidden;padding:4.5rem;display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center}
.cr-cta-box::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:34px 34px;opacity:.06}
.cr-cta-text{position:relative;z-index:1}
.cr-cta-text h2{font-family:var(--serif);font-size:38px;font-weight:600;color:#fff;line-height:1.25;margin-bottom:1.25rem}
.cr-cta-text p{font-size:14.5px;color:rgba(255,255,255,.6);line-height:1.75;max-width:460px;margin-bottom:2rem}
.cr-cta-btns{display:flex;align-items:center;gap:1rem}
.cr-cta-stats{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.125rem;border-left:1px solid rgba(255,255,255,.1);padding-left:2.5rem}
.cr-cta-stat{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.125rem;border-bottom:1px solid rgba(255,255,255,.08)}
.cr-cta-stat:last-child{border-bottom:none;padding-bottom:0}
.cr-cta-stat .k{font-size:12px;color:rgba(255,255,255,.4)}
.cr-cta-stat .v{font-size:12.5px;font-weight:600;color:var(--gold);text-align:right}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1199px){
  .container,.kc-nav-container{padding:0 2rem}
  .cr-hero-inner h1{font-size:48px}
  .cr-why-grid{grid-template-columns:repeat(2,1fr)}
  .cr-benefits-grid{grid-template-columns:repeat(2,1fr)}
  .cr-growth-grid,.cr-process-grid{grid-template-columns:repeat(2,1fr);row-gap:2.5rem}
  .cr-growth-line,.cr-process-line{display:none}
  .cr-culture-grid{gap:2.5rem}
  .cr-cta-box{padding:3rem}
}
@media(max-width:1024px){
  .cr-culture-grid{grid-template-columns:1fr}
  .cr-culture-img{height:420px}
  .cr-culture-frame{display:none}
  .cr-intern-inner{grid-template-columns:1fr;gap:2.5rem}
  .cr-apply-grid{grid-template-columns:1fr;gap:2.5rem}
  .cr-faq-grid{grid-template-columns:1fr;gap:2.5rem}
  .cr-cta-box{grid-template-columns:1fr;gap:2rem}
  .cr-cta-stats{border-left:none;padding-left:0;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}
}
@media(max-width:768px){
  .cr-hero-inner h1{font-size:34px}
  .cr-hero-inner p.sub{font-size:14.5px}
  .cr-hero{min-height:auto;padding-bottom:2rem}
  .cr-hero-strip-inner{gap:1.25rem}
  .cr-strip-divider{display:none}
  .cr-why-grid{grid-template-columns:1fr}
  .cr-benefits-grid{grid-template-columns:1fr}
  .cr-growth-grid,.cr-process-grid{grid-template-columns:1fr}
  .cr-t-grid{grid-template-columns:1fr}
  .cr-job{flex-direction:column;align-items:flex-start;gap:1rem}
  .cr-job-right{width:100%;justify-content:flex-start}
  .cr-job-apply{width:100%;justify-content:center;text-align:center}
  .cr-form-row{grid-template-columns:1fr}
  .cr-culture-badge{position:static;margin-top:1rem;display:inline-block}
  .section-head h2,.cr-culture-text h2,.cr-apply-text h2,.cr-faq-side h2{font-size:28px}
  .cr-cta-text h2{font-size:28px}
  .cr-values-grid{grid-template-columns:1fr}
  .cr-hero-ctas{flex-direction:column;align-items:stretch}
  .cr-hero-ctas a{justify-content:center}
  .cr-cta-btns{flex-direction:column;align-items:stretch}
  .cr-cta-btns a{justify-content:center}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:.75rem;align-items:flex-start}
}
@media(max-width:575px){
  .container,.kc-nav-container{padding:0 1.25rem}
  .cr-hero-inner{padding:4rem 0 0}
  .cr-form{padding:1.75rem}
}