
:root{
  --ink:#0d1720;
  --ink-2:#122536;
  --blue:#2f5f8f;
  --blue-dark:#17364f;
  --paper:#f7f5f0;
  --soft:#ebe7df;
  --line:#d6d0c5;
  --text:#111820;
  --muted:#5e6670;
  --white:#fff;
  --shadow:0 20px 60px rgba(0,0,0,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, Arial, sans-serif;
  color:var(--text);
  background:var(--paper);
  line-height:1.55;
}
h1,h2,h3,.brand{
  font-family:Cormorant Garamond, Georgia, serif;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}
h1{font-size:clamp(3.2rem, 10vw, 7.5rem); line-height:.95; margin:0}
h2{font-size:clamp(1.9rem, 4vw, 3rem); line-height:1.05; margin:0 0 1.25rem}
h3{font-size:1.25rem; margin:0 0 .75rem}
p{margin:0 0 1rem}
a{color:inherit}
img{max-width:100%; display:block}
.wrapper{width:min(1100px, calc(100% - 40px)); margin-inline:auto}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(8,16,23,.96);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
}
.brand{
  font-size:1.55rem;
  text-decoration:none;
  letter-spacing:.42em;
}
.nav-links{display:flex; gap:1.75rem; align-items:center}
.nav-links a{
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-decoration:none;
  opacity:.86;
  border-bottom:2px solid transparent;
  padding:.35rem 0;
}
.nav-links a:hover,.nav-links a.active{opacity:1; border-color:#fff}
.menu-toggle{
  display:none;
  background:none;
  border:0;
  color:#fff;
  font-size:1.8rem;
}
.hero{
  min-height:560px;
  background:
    linear-gradient(90deg, rgba(5,10,15,.94) 0%, rgba(5,10,15,.74) 38%, rgba(5,10,15,.15) 70%),
    url('../images/hero-hallway.jpg') center/cover no-repeat;
  color:#fff;
  display:grid;
  align-items:center;
}
.hero .wrapper{padding:6rem 0}
.kicker{
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:.82rem;
  color:#cfdbe5;
  margin-bottom:1rem;
}
.subtitle{
  font-family:Cormorant Garamond, Georgia, serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#dbe8f1;
  font-size:1.05rem;
  margin-top:.55rem;
}
.hero-copy{
  max-width:420px;
  margin-top:2rem;
  color:#f0f3f5;
  font-size:1.08rem;
}
.section{padding:4.75rem 0}
.section.white{background:#fff}
.center{text-align:center}
.narrow{max-width:760px; margin-inline:auto}
.notice-card{
  margin-top:-70px;
  position:relative;
  z-index:2;
  background:#fff;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
  padding:2.25rem;
}
.notice-title{color:var(--blue-dark)}
.details-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  margin:1.75rem 0 2.25rem;
  border-block:1px solid var(--line);
  padding:1.4rem 0;
}
.detail{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.04em;
  color:#303840;
}
.detail svg{width:22px;height:22px;color:var(--blue-dark);flex:none}

.role-card{
  border:1px solid var(--line);
  background:#fff;
  padding:1.3rem 1rem;
  text-align:center;
  min-height:160px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.role-card h3{
  font-family:Inter, Arial, sans-serif;
  letter-spacing:.05em;
  font-size:.95rem;
  font-weight:700;
}
.role-meta{font-size:.83rem; color:var(--muted); margin:.4rem 0 1rem}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:44px;
  padding:.75rem 1.15rem;
  border-radius:2px;
  border:1px solid var(--blue-dark);
  background:var(--blue-dark);
  color:#fff;
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.07em;
  text-decoration:none;
  cursor:pointer;
}
.btn.light{background:#fff;color:var(--blue-dark)}
.btn.block{width:100%}
.note-link{margin-top:1.6rem;font-size:.95rem}
.note-link a{color:var(--blue-dark);font-weight:700}
.page-hero{
  background:var(--ink);
  color:#fff;
  padding:4.5rem 0;
}
.page-hero.image{
  background:
    linear-gradient(90deg, rgba(8,16,23,.95), rgba(8,16,23,.72), rgba(8,16,23,.12)),
    url('../images/susie.png') center right/cover no-repeat;
}
.page-hero.apply{
  background:
    linear-gradient(90deg, rgba(8,16,23,.95), rgba(8,16,23,.78), rgba(8,16,23,.25)),
    url('../images/hero-hallway.jpg') center/cover no-repeat;
}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3rem;
  align-items:center;
}
.copy-block{max-width:530px}
.tone-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:.85rem;
  margin-top:1.5rem;
}
.tone-grid img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:3px;
  filter:saturate(.78);
}
.info-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  background:var(--soft);
  padding:1.3rem;
  margin:2rem 0;
}
.info-item{
  display:flex;
  gap:.7rem;
  align-items:center;
  justify-content:center;
  font-size:.85rem;
  text-transform:uppercase;
}
.info-item strong{display:block;color:var(--blue-dark)}
.form-shell{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:2rem;
  align-items:start;
}
.form-card,.side-card,.simple-card{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 40px rgba(0,0,0,.08);
  padding:2rem;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem}
.full{grid-column:1/-1}
label{
  display:block;
  font-size:.8rem;
  font-weight:700;
  margin-bottom:.35rem;
}
input,select,textarea{
  width:100%;
  min-height:46px;
  border:1px solid #c9c2b7;
  background:#fff;
  color:var(--text);
  padding:.75rem;
  font:inherit;
  border-radius:2px;
}
textarea{min-height:120px;resize:vertical}
.helper{font-size:.82rem;color:var(--muted);margin:.35rem 0 0}
.steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:.5rem;
  margin:2rem auto;
  max-width:640px;
}
.step{
  text-align:center;
  font-size:.68rem;
  text-transform:uppercase;
  color:var(--muted);
}
.step span{
  display:grid;
  place-items:center;
  width:32px;height:32px;
  border-radius:50%;
  border:1px solid var(--line);
  margin:0 auto .45rem;
  background:#fff;
}
.step.active span{background:var(--blue);color:#fff;border-color:var(--blue)}
.guidelines{list-style:none;padding:0;margin:0}
.guidelines li{padding:.65rem 0;border-bottom:1px solid var(--line);font-size:.92rem}
.guidelines li:last-child{border-bottom:0}
.details-list{display:grid;gap:1.25rem;max-width:720px}
.detail-line{display:grid;grid-template-columns:46px 1fr;gap:1rem;align-items:start}
.icon-dot{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--blue-dark);color:#fff;
}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.contact-image{
  min-height:420px;
  background:url('../images/hero-hallway.jpg') center/cover no-repeat;
}
.footer{
  background:#081017;
  color:#dce5ec;
  padding:2rem 0;
}
.footer .wrapper{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
}
.footer small{color:#9aa6af}
.success,.error{
  padding:1rem;
  border-radius:2px;
  margin-bottom:1.25rem;
}
.success{background:#e7f4eb;border:1px solid #b7ddc2}
.error{background:#fbebea;border:1px solid #e1b6b2}
@media (max-width:900px){
  .menu-toggle{display:block}
  .nav-links{
    position:absolute;
    inset:70px 0 auto 0;
    background:#081017;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    padding:1rem 20px 1.35rem;
    border-bottom:1px solid rgba(255,255,255,.1);
  }
  .nav-links.open{display:flex}
  .details-row,.roles,.info-strip{grid-template-columns:1fr;max-width:420px}
  .split,.form-shell,.contact-layout{grid-template-columns:1fr}
  .tone-grid{grid-template-columns:repeat(2,1fr)}
  .form-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(5,1fr); gap:.15rem}
  .step{font-size:.56rem}
  .hero{min-height:520px}
  .notice-card{margin-top:0}
  .section{padding:3.25rem 0}
}
@media (max-width:560px){
  .wrapper{width:min(100% - 28px, 1100px)}
  .brand{font-size:1.1rem}
  .hero .wrapper{padding:4rem 0}
  .notice-card,.form-card,.side-card,.simple-card{padding:1.35rem}
  .page-hero{padding:3rem 0}
  .footer .wrapper{display:block}
}

.details-row .detail strong{font-weight:900;color:#111820;}

.cast-note{margin-top:1.5rem;color:#17364f;font-size:.98rem;}


/* Center active role cards */

.roles .role-card{
  width:245px !important;
  flex:0 0 245px !important;
}
@media (max-width:900px){
  
  .roles .role-card{
    width:100% !important;
    flex:0 0 100% !important;
  }
}


/* FINAL CENTERING OVERRIDE */
.notice-card 

@media (max-width:900px){
  .notice-card 
  
}


/* HARD CENTER ROLE CARDS */
.notice-card 

@media (max-width:900px){
  .notice-card 
  
}


/* ROLE CARDS — DESKTOP CENTERED / MOBILE STACKED */
.notice-card .roles{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 245px)) !important;
  justify-content:center !important;
  justify-items:stretch !important;
  gap:1rem !important;
  margin:1.5rem auto 0 !important;
  width:100% !important;
  max-width:820px !important;
  overflow:visible !important;
}

.notice-card .roles .role-card{
  width:100% !important;
  max-width:245px !important;
  min-width:0 !important;
  margin:0 auto !important;
}

@media (max-width:900px){
  .notice-card .roles{
    grid-template-columns:1fr !important;
    max-width:420px !important;
    width:100% !important;
  }

  .notice-card .roles .role-card{
    width:100% !important;
    max-width:100% !important;
  }
}

.contact-page{
  text-align:left;
}
.contact-page .btn{
  display:inline-flex;
  margin-top:0.5rem;
}
@media (max-width:700px){
  .contact-page{
    text-align:center;
  }
}
