@font-face { font-family: Poppins; src: url('../fonts/poppins-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Poppins; src: url('../fonts/poppins-500.woff2') format('woff2'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: Poppins; src: url('../fonts/poppins-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Poppins; src: url('../fonts/poppins-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Montserrat; src: url('../fonts/montserrat-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Montserrat; src: url('../fonts/montserrat-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Montserrat; src: url('../fonts/montserrat-800.woff2') format('woff2'); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Noto Sans SC"; src: url('../fonts/noto-sans-sc-800.woff2') format('woff2'); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --ink: #18332d;
  --teal: #0b7065;
  --teal-dark: #07564f;
  --orange: #ef7f36;
  --cream: #f6f0e4;
  --paper: #fffdf8;
  --line: #d8ded8;
  --muted: #60716c;
  --font-body: Poppins, Arial, sans-serif;
  --font-display: Montserrat, Arial, sans-serif;
  --font-heiti: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Heiti SC", SimHei, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-weight: 400; }
:lang(zh), .zh-heiti { font-family: var(--font-heiti); font-weight: 800; letter-spacing: .01em; }
button, select, a { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(24,51,45,.12); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-logo { display: block; width: 112px; height: 62px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 28px; }
nav button { border: 0; background: transparent; cursor: pointer; font-size: 13px; }
nav button:hover { color: var(--teal); }
nav a { color: var(--ink); text-decoration: none; font-size: 13px; }
nav a:not(.nav-cta):hover { color: var(--teal); }
nav .nav-cta { background: var(--teal); color: white; border-radius: 999px; padding: 12px 20px; }
.nav-link { text-decoration: none; font-size: 13px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 48% 52%; overflow: hidden; background: var(--cream); }
.hero-copy { padding: 9vw 5vw 6vw; align-self: center; }
.eyebrow, .section-no { display: block; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .22em; margin-bottom: 25px; }
.hero h1 { max-width: 720px; font-family: var(--font-display); font-size: clamp(48px, 5.8vw, 88px); font-weight: 700; line-height: .98; letter-spacing: -.05em; margin: 0; }
.hero h1 em { color: var(--orange); font-style: normal; font-weight: 700; }
.hero-copy > p { max-width: 555px; margin: 28px 0; color: var(--muted); line-height: 1.75; font-size: 17px; }
.button-row { display: flex; align-items: center; gap: 28px; }
.primary { border: 0; border-radius: 999px; background: var(--teal); color: white; padding: 16px 23px; cursor: pointer; }
.button-link { display: inline-block; text-decoration: none; }
.primary span { padding-left: 14px; }
.text-button { background: transparent; border: 0; border-bottom: 1px solid var(--ink); padding: 10px 0; cursor: pointer; }
.hero-note { display: flex; gap: 24px; margin-top: 58px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.hero-note span::before { content: "•"; color: var(--orange); margin-right: 8px; }
.hero-photo { position: relative; min-height: 650px; padding: 4vw 4vw 4vw 0; }
.hero-photo .photo-placeholder { height: 100%; min-height: 580px; border-radius: 260px 0 0 260px; }
.photo-tip { position: absolute; right: 5vw; bottom: 6vw; max-width: 270px; padding: 13px 16px; border-radius: 12px; background: rgba(255,253,248,.9); font-size: 11px; line-height: 1.5; color: var(--muted); box-shadow: 0 10px 30px rgba(24,51,45,.12); }

.section { padding: 105px 7vw; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
h2 { font-family: var(--font-display); font-size: clamp(40px, 4.5vw, 68px); font-weight: 700; line-height: 1.05; letter-spacing: -.04em; margin: 0; }
.intro-copy > p { margin: 40px 0; font-size: 18px; line-height: 1.75; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-list span { display: flex; align-items: center; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.service-list b { color: var(--orange); font-size: 11px; }

.values-section { padding-top: 35px; background: var(--paper); }
.values-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-top: 70px; border-top: 1px solid var(--line); }
.values-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.simple-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.simple-values article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; min-height: 145px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.simple-values article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--cream); color: var(--orange); font-family: var(--font-display); font-size: 22px; font-weight: 800; }
.simple-values h3 { margin: 3px 0 8px; font-family: var(--font-display); font-size: 18px; font-weight: 650; letter-spacing: -.02em; }
.simple-values p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.vision-mission { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; overflow: hidden; border-radius: 24px; }
.vision-mission article { min-height: 280px; padding: 45px; color: white; background: var(--teal-dark); }
.vision-mission article:last-child { background: var(--orange); }
.vision-mission span { font-size: 10px; font-weight: 700; letter-spacing: .2em; opacity: .8; }
.vision-mission h3 { max-width: 560px; margin: 55px 0 14px; font-family: var(--font-display); font-size: clamp(25px, 3vw, 40px); font-weight: 650; line-height: 1.15; letter-spacing: -.035em; }
.vision-mission p { max-width: 460px; margin: 0; font-size: 13px; line-height: 1.65; opacity: .8; }

.culture { background: #edf0e9; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-heading > p { max-width: 390px; color: var(--muted); line-height: 1.7; }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 170px; gap: 16px; }
.gallery-feature { grid-column: span 7; grid-row: span 3; }
.gallery-tall { grid-column: span 5; grid-row: span 3; }
.gallery-small { grid-column: span 4; grid-row: span 2; }
.gallery-wide { grid-column: span 8; grid-row: span 2; }
.photo-grid .photo-placeholder { min-height: 0; border-radius: 18px; }
.photo-placeholder { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; padding: 25px; background: linear-gradient(135deg, #dfe6dc, #c9d5cc); color: var(--teal-dark); text-align: center; overflow: hidden; }
.photo-placeholder::after { content: "PHOTO PLACEHOLDER"; margin-top: 6px; font-size: 9px; letter-spacing: .2em; opacity: .6; }
.photo-placeholder strong { font-family: var(--font-display); font-size: 20px; font-weight: 600; }
.photo-placeholder small { color: var(--muted); }
.photo-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(11,112,101,.35); border-radius: 50%; font-size: 25px; }
.culture-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 65px; }
.culture-values article span { font-size: 9px; letter-spacing: .2em; color: var(--orange); font-weight: 700; }
.culture-values h3 { font-family: var(--font-display); font-size: 25px; font-weight: 600; margin: 12px 0; }
.culture-values p { color: var(--muted); line-height: 1.6; font-size: 14px; }

.teams-band { background: var(--teal-dark); color: white; }
.section-no.light { color: #a6d5c9; }
.teams-list { border-top: 1px solid rgba(255,255,255,.2); }
.teams-list button { width: 100%; display: grid; grid-template-columns: 80px 1fr 30px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); background: transparent; color: white; text-align: left; padding: 23px 0; cursor: pointer; transition: padding .25s, color .25s; }
.teams-list button:hover { padding-left: 15px; color: #f4b07d; }
.teams-list span { font-size: 10px; color: #8fc2b7; }
.teams-list b { font-family: var(--font-display); font-size: clamp(25px, 3vw, 42px); font-weight: 600; letter-spacing: -.025em; }
.teams-list i { font-style: normal; font-size: 20px; }

.jobs-heading label { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.jobs-heading select { min-width: 220px; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 12px 18px; color: var(--ink); }
.job-list { border-top: 1px solid var(--line); }
.job-list article { padding: 0 5px; border-bottom: 1px solid var(--line); }
.job-summary { display: grid; grid-template-columns: minmax(280px, 1fr) 260px auto; justify-content: space-between; align-items: center; gap: 30px; padding: 29px 0; }
.job-summary > div:first-child > span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.job-list h3 { font-family: var(--font-display); font-size: 27px; font-weight: 600; letter-spacing: -.025em; margin: 8px 0; }
.job-list p { margin: 0; color: var(--muted); font-size: 13px; }
.job-meta { display: flex; flex-direction: column; gap: 5px; }
.job-meta b { font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.job-meta small { color: var(--muted); font-size: 10px; }
.job-list button { border: 0; border-radius: 999px; padding: 13px 18px; background: var(--cream); cursor: pointer; white-space: nowrap; }
.job-list button:hover { background: var(--orange); color: white; }
.job-list button span { margin-left: 10px; }
.job-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; padding: 10px 0 38px; animation: reveal .25s ease-out; }
.job-details h4 { margin: 0 0 17px; color: var(--teal); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.job-details ul { list-style: none; margin: 0; padding: 0; }
.job-details li { position: relative; padding-left: 17px; margin: 0 0 10px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.job-details li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.schedule { grid-column: 1 / span 2; display: flex; flex-direction: column; gap: 7px; padding: 20px; background: var(--cream); border-radius: 14px; }
.schedule span { color: var(--orange); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.schedule b { font-size: 12px; }
.job-apply { align-self: end; justify-self: end; color: white; background: var(--teal); border-radius: 999px; padding: 15px 20px; text-decoration: none; font-size: 13px; }
.job-apply span { margin-left: 12px; }
@keyframes reveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.empty-state { padding: 36px 5px; color: var(--muted); }

.process { background: var(--cream); }
.process > h2 { margin-bottom: 55px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid #c8c3b8; }
.process-grid article { padding: 28px 28px 10px 0; border-right: 1px solid #c8c3b8; min-height: 190px; }
.process-grid article:not(:first-child) { padding-left: 28px; }
.process-grid span { color: var(--orange); font-size: 11px; }
.process-grid h3 { font-family: var(--font-display); font-size: 21px; font-weight: 600; margin: 30px 0 12px; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; }

.apply { padding: 100px 7vw; background: var(--orange); color: white; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.apply > div { max-width: 760px; }
.apply h2 { font-size: clamp(44px, 6vw, 82px); }
.apply p { max-width: 630px; line-height: 1.6; opacity: .86; }
.apply-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.apply a { color: var(--teal-dark); background: white; border-radius: 999px; padding: 18px 24px; text-decoration: none; font-weight: 700; }
.apply a span { margin-left: 20px; }
.apply a.email-link { background: transparent; color: white; border: 1px solid rgba(255,255,255,.7); }
footer { min-height: 120px; display: flex; align-items: center; gap: 40px; justify-content: space-between; padding: 30px 5vw; background: #102a25; color: #c6d3cf; font-size: 11px; letter-spacing: .08em; }
.footer-logo-shell { display: grid; place-items: center; padding: 6px 10px; border-radius: 10px; background: white; }
.footer-logo { display: block; width: 92px; height: 53px; object-fit: contain; }

/* Application page */
.application-page { min-height: 100vh; background: #f7f4ec; }
.application-header { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: var(--paper); border-bottom: 1px solid var(--line); }
.back-link { color: var(--teal-dark); text-decoration: none; font-size: 13px; font-weight: 600; }
.application-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 7vw; padding: 80px 8vw 70px; background: var(--teal-dark); color: white; }
.application-intro .eyebrow { color: #b8e0d5; }
.application-intro h1, .submission-success h1 { max-width: 820px; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 6vw, 82px); font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.application-intro > div > p { max-width: 620px; margin: 25px 0 0; color: #d9e7e3; line-height: 1.7; }
.application-intro aside { padding: 26px; border: 1px solid rgba(255,255,255,.24); border-radius: 22px; background: rgba(255,255,255,.06); }
.application-intro aside > span { color: #f3ad78; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.application-intro aside ul { margin: 18px 0 0; padding: 0; list-style: none; }
.application-intro aside li { position: relative; padding: 8px 0 8px 19px; color: #e0ebe8; font-size: 13px; }
.application-intro aside li::before { content: ""; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.application-layout { max-width: 1080px; margin: 0 auto; padding: 55px 30px 100px; }
.preview-banner { display: flex; gap: 16px; align-items: center; padding: 16px 20px; margin-bottom: 22px; border-radius: 14px; color: #6f461f; background: #fff0d9; border: 1px solid #f2d0a6; font-size: 12px; line-height: 1.5; }
.preview-banner b { flex: 0 0 auto; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.form-alert { margin-bottom: 22px; padding: 18px 22px; border: 1px solid #e4a38f; border-radius: 14px; background: #fff3ef; color: #8f351e; font-size: 13px; line-height: 1.6; }
.form-alert ul { margin: 8px 0 0; padding-left: 20px; }
.application-form { overflow: hidden; border: 1px solid #e1ded5; border-radius: 26px; background: var(--paper); box-shadow: 0 18px 60px rgba(24,51,45,.07); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.application-form fieldset { margin: 0; padding: 46px 50px; border: 0; border-bottom: 1px solid #e5e2d9; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.form-section-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 44px; align-items: start; }
.form-section-title { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.form-section-title > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--teal); color: white; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.form-section-title h2 { margin: 1px 0 8px; font-size: 18px; line-height: 1.2; letter-spacing: -.025em; }
.form-section-title p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 400; line-height: 1.55; }
.form-section-fields { min-width: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-grid.one-column { grid-template-columns: 1fr; }
.application-form label { display: flex; flex-direction: column; gap: 9px; color: var(--ink); font-size: 12px; font-weight: 600; }
.application-form label > b, .consent b { color: #c5522b; }
.application-form input:not([type="checkbox"]):not([type="file"]), .application-form select, .application-form textarea { width: 100%; border: 1px solid #cfd7d2; border-radius: 10px; background: white; color: var(--ink); padding: 13px 14px; font-size: 14px; font-weight: 400; outline: none; transition: border-color .2s, box-shadow .2s; }
.application-form textarea { resize: vertical; min-height: 120px; }
.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(11,112,101,.12); }
.full-width { grid-column: 1 / -1; }
.upload-box { min-height: 190px; align-items: center; justify-content: center; padding: 25px; border: 2px dashed #aec0b8; border-radius: 16px; background: #f7faf8; text-align: center; cursor: pointer; }
.upload-box:hover { border-color: var(--teal); background: #f0f7f4; }
.upload-box.has-error { border-color: #bd5f42; background: #fff7f4; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-box strong { font-family: var(--font-display); font-size: 15px; }
.upload-box small { color: var(--muted); font-weight: 400; }
.upload-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: white; font-size: 21px; }
.field-error { margin: 10px 0 0; color: #a83c24; font-size: 12px; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 12px !important; line-height: 1.6; font-weight: 400 !important; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--teal); }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px 50px; background: #f0f3ed; }
.form-submit p { max-width: 470px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.form-submit button, .success-actions button { border: 0; border-radius: 999px; background: var(--orange); color: white; padding: 16px 24px; font-weight: 700; cursor: pointer; }
.form-submit button:disabled { cursor: wait; opacity: .7; }
.form-submit button span { margin-left: 14px; }
.application-footer { display: flex; align-items: center; justify-content: space-between; min-height: 100px; padding: 25px 6vw; background: #102a25; color: #c6d3cf; font-size: 11px; }
.application-footer a { color: white; }
.submission-success { max-width: 850px; margin: 0 auto; padding: 120px 30px; text-align: center; }
.submission-success .section-no { margin-top: 28px; }
.submission-success h1 { color: var(--ink); margin: 0 auto; font-size: clamp(43px, 6vw, 72px); }
.submission-success > p { max-width: 670px; margin: 26px auto; color: var(--muted); line-height: 1.8; }
.success-mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto; border-radius: 50%; background: var(--teal); color: white; font-size: 30px; }
.success-actions { display: flex; justify-content: center; gap: 12px; margin-top: 35px; }
.success-actions a { border: 1px solid var(--line); border-radius: 999px; padding: 15px 22px; color: var(--ink); text-decoration: none; font-weight: 600; }
.reference-code { padding: 13px 18px; border-radius: 12px; background: white; border: 1px solid var(--line); }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .menu-toggle { display: block; cursor: pointer; }
  nav { position: absolute; top: 68px; left: 0; right: 0; padding: 20px 5vw 30px; background: var(--paper); flex-direction: column; align-items: stretch; transform: translateY(-140%); transition: transform .3s; z-index: -1; border-bottom: 1px solid var(--line); }
  nav.open { transform: translateY(0); }
  nav button, nav a { padding: 12px; text-align: left; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 7vw 55px; }
  .hero-photo { min-height: 520px; padding: 0 0 30px 7vw; }
  .hero-photo .photo-placeholder { min-height: 500px; border-radius: 180px 0 0 180px; }
  .intro { grid-template-columns: 1fr; gap: 25px; }
  .section-heading { align-items: start; flex-direction: column; }
  .culture-values { gap: 22px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article { border-bottom: 1px solid #c8c3b8; }
  .apply { align-items: start; flex-direction: column; }
  .job-summary { grid-template-columns: 1fr auto; }
  .job-meta { grid-column: 1; grid-row: 2; }
  .job-summary button { grid-column: 2; grid-row: 1 / span 2; }
  .job-details { grid-template-columns: 1fr 1fr; }
  .schedule { grid-column: 1; }
  .application-intro { grid-template-columns: 1fr; align-items: start; }
  .form-section-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 30px; }
  .photo-grid { grid-auto-rows: 145px; }
  .gallery-feature { grid-column: span 7; }
  .gallery-tall { grid-column: span 5; }
  .simple-values { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .section { padding: 75px 6vw; }
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 15px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-note { flex-wrap: wrap; margin-top: 40px; gap: 12px; }
  .hero-photo { min-height: 390px; }
  .hero-photo .photo-placeholder { min-height: 370px; border-radius: 130px 0 0 130px; }
  .photo-tip { bottom: 45px; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 175px; gap: 10px; }
  .gallery-feature, .gallery-wide { grid-column: 1 / -1; grid-row: span 2; }
  .gallery-tall { grid-column: span 1; grid-row: span 2; }
  .gallery-small { grid-column: span 1; grid-row: span 1; }
  .photo-placeholder strong { font-size: 15px; }
  .photo-placeholder small { font-size: 10px; }
  .values-section { padding-top: 10px; }
  .values-heading { align-items: flex-start; flex-direction: column; padding-top: 55px; }
  .simple-values { grid-template-columns: 1fr; margin-top: 35px; }
  .simple-values article { min-height: auto; padding: 23px 20px; }
  .vision-mission { grid-template-columns: 1fr; border-radius: 18px; }
  .vision-mission article { min-height: 230px; padding: 32px 25px; }
  .vision-mission h3 { margin-top: 42px; font-size: 29px; }
  .culture-values { grid-template-columns: 1fr; }
  .teams-list button { grid-template-columns: 42px 1fr 24px; }
  .jobs-heading select { min-width: 100%; }
  .job-summary { grid-template-columns: 1fr; gap: 17px; }
  .job-meta, .job-summary button { grid-column: 1; grid-row: auto; }
  .job-summary button { justify-self: start; }
  .job-details { grid-template-columns: 1fr; }
  .schedule { grid-column: 1; }
  .job-apply { justify-self: start; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:not(:first-child) { padding: 25px 0; border-right: 0; min-height: auto; }
  footer { align-items: flex-start; flex-direction: column; gap: 15px; }
  .apply-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .apply-actions a { text-align: center; }
  .application-header { height: auto; min-height: 68px; gap: 15px; padding: 14px 5vw; }
  .brand-logo { width: 96px; height: 54px; }
  .back-link { text-align: right; font-size: 11px; }
  .application-intro { padding: 65px 6vw 55px; }
  .application-intro h1 { font-size: 46px; }
  .application-intro aside { padding: 20px; }
  .application-layout { padding: 30px 14px 70px; }
  .preview-banner { align-items: flex-start; flex-direction: column; gap: 4px; }
  .application-form { border-radius: 18px; }
  .application-form fieldset { padding: 32px 22px; }
  .form-section-layout { grid-template-columns: 1fr; gap: 24px; }
  .form-section-title { grid-template-columns: 34px 1fr; gap: 12px; }
  .form-section-title > span { width: 34px; height: 34px; border-radius: 10px; }
  .form-section-title h2 { font-size: 17px; margin-top: 0; }
  .form-section-title p { max-width: 280px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .full-width { grid-column: 1; }
  .upload-box { min-height: 170px; }
  .form-submit { align-items: stretch; flex-direction: column; padding: 28px 22px; }
  .form-submit button { width: 100%; }
  .application-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .success-actions { align-items: stretch; flex-direction: column; }
  .submission-success { padding: 80px 22px; }
}
