:root {
  --blue: #2874aa;
  --blue-hover: #1f6597;
  --cyan: #61c4dc;
  --text: #050505;
  --surface: #ffffff;
  --page-background: #ffffff;
  --radius: 16px;
  --content-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden {
  display: none;
}

.page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
}

/* Header */
.site-header {
  width: 100%;
  background: #ffffff;
}

.site-header__inner {
  display: flex;
  width: min(calc(100% - 32px), var(--content-width));
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  display: block;
  width: 47%;
}

.brand img {
  width: 100%;
  height: auto;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 7px 16px rgba(40, 116, 170, 0.18);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.button--header {
  width: 47%;
  min-height: 52px;
  padding: 12px 15px;
  font-size: 0.78rem;
}

.header-tagline {
  display: none;
  margin: 0;
}

/* Hero image */
.hero-image {
  width: 100%;
  height: 190px;
  margin: 0;
  overflow: hidden;
}

.hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Main sections remain centered while header and hero span the viewport. */
.job,
.benefits,
.position-info,
.contact-section {
  width: min(100%, var(--content-width));
  margin-right: auto;
  margin-left: auto;
}

/* Job content */
.job {
  padding: 32px 24px 24px;
  background: #f5f6f7;
  box-shadow: 0 0 0 100vmax #f5f6f7;
  clip-path: inset(0 -100vmax);
}

.job h1 {
  max-width: 700px;
  margin: 0 0 20px;
  font-size: clamp(2rem, 10.7vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.12;
  text-transform: uppercase;
}

.job h2 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(1.25rem, 6vw, 1.65rem);
  font-weight: 700;
  line-height: 1.3;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.job-tags li {
  min-width: 0;
  padding: 4px 18px;
  border-radius: 10px;
  color: #fff;
  background: var(--cyan);
  font-size: 1rem;
  line-height: 1.12;
  text-align: center;
}

.job-intro {
  max-width: 690px;
  margin: 0 0 27px;
  font-size: 1.18rem;
  line-height: 1.32;
}

.job-intro strong {
  font-weight: 800;
}

.button--primary {
  width: 100%;
  min-height: 62px;
  padding: 18px 28px;
  font-size: 1rem;
}

/* Benefits */
.benefits {
  padding: 22px 24px 31px;
  background: #f5f6f7;
  box-shadow: 0 0 0 100vmax #f5f6f7;
  clip-path: inset(0 -100vmax);
}

.benefits__team {
  width: 100%;
  aspect-ratio: 1280 / 500;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}

.benefits h2 {
  margin: 38px 0 14px;
  font-size: 1.65rem;
  line-height: 1.15;
}

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefits__cta {
  display: none;
}

.benefit-card {
  display: flex;
  min-height: 140px;
  align-items: flex-start;
  gap: 18px;
  padding: 19px 20px;
  border-radius: 12px;
  background: #fff;
}

.benefit-card__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-top: 1px;
  fill: none;
  stroke: #4d88b2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.benefit-card h3 {
  margin: 0 0 2px;
  font-size: 1rem;
  line-height: 1.25;
}

.benefit-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.34;
}

.ski-image {
  margin: 0 0 10px;
}

.ski-image img {
  width: 100%;
  aspect-ratio: 354 / 194;
  object-fit: cover;
  border-radius: var(--radius);
}

/* Position details */
.position-info {
  padding: 10px 24px 48px;
  background: #fff;
}

.position-media {
  margin-bottom: 42px;
}

.team-members {
  display: block;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0;
}

.team-member {
  width: calc(50% - 6px);
  margin: 0;
  text-align: center;
}

.team-member img {
  width: 100%;
  aspect-ratio: 168 / 239;
  object-fit: cover;
  border-radius: 15px;
}

.team-member figcaption {
  padding-top: 6px;
  font-size: 0.48rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.team-member figcaption strong,
.team-member figcaption span {
  display: block;
}

.team-member figcaption strong {
  position: relative;
  display: inline-block;
}

.team-member figcaption strong::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 59px;
  height: 2px;
  background: #8bd5e6;
  content: "";
}

.team-member figcaption span {
  margin-top: 8px;
  font-size: 0.42rem;
  font-weight: 700;
  text-transform: none;
}

.info-sections {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.info-section {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.info-section__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1.5px solid #3f82b5;
  border-radius: 50%;
  color: #3f82b5;
}

.info-section__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.info-section__content {
  min-width: 0;
}

.info-section h2 {
  margin: 1px 0 12px;
  font-size: 1rem;
  line-height: 1.2;
}

.info-section p,
.info-section li {
  font-size: 0.71rem;
  line-height: 1.28;
}

.info-section p {
  margin: 0 0 17px;
}

.info-section p:last-child {
  margin-bottom: 0;
}

.info-section ul {
  margin: 0;
  padding-left: 17px;
}

.info-section li {
  padding-left: 1px;
}

.info-section li + li {
  margin-top: 19px;
}

/* Contact */
.contact-section {
  padding: 20px 10px 30px;
  background: #fff;
}

.contact-hero {
  padding: 35px 16px 39px;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(rgba(35, 93, 169, 0.18), rgba(245, 247, 252, 0.3)),
    url("8251eb64aa27db8804e6fce8d36515bb9d8cbfd9.jpg") center / cover no-repeat;
}

.contact-hero__logo {
  width: 132px;
  max-width: calc(100% - 32px);
  height: auto;
  margin: 16px auto 35px;
}

.contact-form {
  padding: 21px 24px 25px;
  border-radius: 13px;
  background: #fff;
}

.contact-form h2 {
  margin: 0 0 8px;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.15;
}

.contact-form__intro {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-form__intro strong {
  font-weight: 800;
}

.contact-form input {
  width: 100%;
  height: 54px;
  margin-bottom: 9px;
  padding: 0 14px;
  border: 1px solid #8f8f8f;
  border-radius: 9px;
  outline: none;
  color: #222;
  background: #fff;
  font-size: 1rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-form input::placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.contact-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(40, 116, 170, 0.15);
}

.contact-form__privacy {
  margin: 18px 0;
  color: #444;
  font-size: 0.67rem;
  line-height: 1.45;
}

.contact-form__privacy a {
  font-weight: 700;
  text-decoration: underline;
}

.contact-form__submit {
  width: 100%;
  min-height: 44px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.contact-form__submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.contact-form__message {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}

.contact-form__message--success {
  color: #1f7a3f;
}

.contact-form__message--error {
  color: #b42318;
}

/* Footer */
.site-footer {
  width: 100%;
  background: #f4f7f8;
}

.site-footer__inner {
  width: min(calc(100% - 32px), var(--content-width));
  margin: 0 auto;
  padding: 30px 26px 28px;
}

.site-footer h2 {
  margin: 0 0 24px;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 45px;
  font-style: normal;
}

.site-footer__contact a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
}

.site-footer__contact svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-footer__contact a:last-child span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  font-size: 0.73rem;
}

.site-footer__bottom nav {
  display: flex;
}

.site-footer__bottom nav a + a::before {
  margin: 0 9px;
  content: "|";
}

.site-footer__bottom p {
  margin: 0;
  text-align: right;
}

/* Legal pages */
.legal-back {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
}

.legal-hero {
  width: 100%;
  height: 150px;
  margin: 0;
  overflow: hidden;
}

.legal-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legal-content {
  max-width: 850px;
  margin: 0 auto;
  padding: 45px 24px 65px;
}

.legal-notice {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 7px;
  color: #174f79;
  background: #e8f5fb;
  font-size: 0.72rem;
  font-weight: 700;
}

.legal-content h1 {
  margin: 0 0 38px;
  font-size: clamp(2.2rem, 10vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.legal-content section + section {
  margin-top: 32px;
}

.legal-content h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.legal-content p {
  margin: 0;
  color: #292929;
  font-size: 0.98rem;
  line-height: 1.65;
}

.legal-content p a {
  color: var(--blue);
  text-decoration: underline;
}

.legal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  padding: 28px 24px;
  background: #f4f7f8;
  font-size: 0.78rem;
}

.legal-footer a {
  color: var(--blue);
  font-weight: 700;
}

@media (hover: hover) {
  .button:hover {
    background: var(--blue-hover);
    box-shadow: 0 10px 22px rgba(40, 116, 170, 0.28);
    transform: translateY(-2px);
  }

  .contact-form__submit:hover {
    background: var(--blue-hover);
    transform: translateY(-1px);
  }
}

/* Reference proportions for larger phones and tablets. */
@media (min-width: 561px) {
  .site-header__inner {
    min-height: 210px;
    gap: 24px;
    padding: 40px 0;
  }

  .brand {
    width: min(42%, 334px);
  }

  .button--header {
    width: min(48%, 377px);
    min-height: 97px;
    padding: 18px 24px;
    font-size: clamp(1rem, 2.8vw, 1.85rem);
  }

  .hero-image {
    height: 330px;
  }

  .job {
    padding: 43px 48px 29px;
  }

  .job h1 {
    margin-bottom: 24px;
    font-size: clamp(2.2rem, 5.8vw, 3.75rem);
  }

  .job h2 {
    margin-bottom: 22px;
    font-size: clamp(1.35rem, 3.4vw, 2.25rem);
  }

  .job-tags {
    gap: 12px;
    margin-bottom: 35px;
  }

  .job-tags li {
    min-width: 152px;
    padding: 3px 20px 4px;
    font-size: 1.7rem;
  }

  .job-intro {
    font-size: clamp(1.22rem, 3.15vw, 2rem);
  }

  .button--primary {
    min-height: 97px;
    font-size: clamp(1.1rem, 2.8vw, 1.85rem);
  }

  .benefits {
    padding: 22px 48px 31px;
  }

  .benefits h2 {
    margin-top: 40px;
    font-size: 2.35rem;
  }

  .benefits__list {
    gap: 14px;
  }

  .benefit-card {
    min-height: 150px;
    gap: 28px;
    padding: 27px 38px;
  }

  .benefit-card__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .benefit-card h3 {
    font-size: 1.35rem;
  }

  .benefit-card p {
    font-size: 1.28rem;
  }

  .position-info {
    padding: 18px 48px 80px;
  }

  .position-media {
    margin-bottom: 64px;
  }

  .team-members {
    max-width: 500px;
    gap: 24px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member figcaption {
    font-size: 0.72rem;
  }

  .team-member figcaption span {
    font-size: 0.65rem;
  }

  .info-sections {
    gap: 64px;
  }

  .info-section {
    gap: 28px;
  }

  .info-section__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .info-section__icon svg {
    width: 31px;
    height: 31px;
  }

  .info-section h2 {
    font-size: 1.6rem;
  }

  .info-section p,
  .info-section li {
    font-size: 1.15rem;
  }

  .contact-section {
    padding: 40px 48px 55px;
  }

  .contact-hero {
    padding: 58px 32px 60px;
    border-radius: 40px;
  }

  .contact-hero__logo {
    width: 190px;
    margin: 16px auto 54px;
  }

  .contact-form {
    padding: 40px 48px;
    border-radius: 20px;
  }

  .contact-form h2 {
    font-size: 2.5rem;
  }

  .contact-form__intro {
    font-size: 1.35rem;
  }

  .contact-form input {
    height: 72px;
    font-size: 1.35rem;
  }

  .contact-form__privacy {
    font-size: 0.95rem;
  }

  .contact-form__submit {
    min-height: 62px;
    font-size: 1rem;
  }

  .site-footer__inner {
    padding: 52px 48px 45px;
  }

  .site-footer h2 {
    font-size: 1.55rem;
  }

  .site-footer__contact a {
    font-size: 1.35rem;
  }

  .site-footer__bottom {
    font-size: 1rem;
  }

  .legal-content {
    padding-right: 48px;
    padding-left: 48px;
  }
}

/* Desktop composition from the supplied reference. */
@media (min-width: 900px) {
  .site-header__inner {
    min-height: 92px;
    padding: 20px 80px;
  }

  .brand {
    width: 180px;
  }

  .button--header {
    display: none;
  }

  .header-tagline {
    display: block;
    font-size: 0.76rem;
    font-weight: 700;
  }

  .hero-image {
    height: calc(100vw * 403 / 1440);
  }

  .job {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    column-gap: 76px;
    padding: 47px 80px 50px;
  }

  .job h1 {
    grid-column: 1;
    grid-row: 1 / span 3;
    max-width: 580px;
    margin: 0;
    font-size: 3.2rem;
  }

  .job h2 {
    grid-column: 2;
    margin: 3px 0 8px;
    font-size: 1.35rem;
  }

  .job-tags {
    grid-column: 2;
    margin: 0 0 10px;
  }

  .job-tags li {
    min-width: auto;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 0.72rem;
  }

  .job-intro {
    grid-column: 2;
    margin: 0;
    font-size: 0.9rem;
  }

  .job .button--primary {
    grid-column: 1;
    grid-row: 4;
    width: 265px;
    min-height: 45px;
    margin-top: 18px;
    padding: 10px 20px;
    font-size: 0.72rem;
  }

  .benefits {
    padding: 20px 80px 58px;
  }

  .benefits__team {
    aspect-ratio: 1280 / 500;
  }

  .benefits h2 {
    margin: 62px 0 30px;
    font-size: 1.35rem;
  }

  .benefits__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }

  .benefit-card {
    min-height: 160px;
    gap: 17px;
    padding: 25px 21px;
  }

  .benefit-card__icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .benefit-card h3 {
    font-size: 0.9rem;
  }

  .benefit-card p {
    font-size: 0.78rem;
  }

  .benefits__cta {
    display: block;
    width: 295px;
    height: 45px;
    margin: 52px auto 0;
    border-radius: 999px;
    color: #fff;
    background: var(--blue);
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
  }

  .position-info {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    grid-template-areas: "information media";
    gap: 70px;
    padding: 100px 80px 92px;
  }

  .position-media {
    grid-area: media;
    margin: 0;
  }

  .ski-image {
    margin-bottom: 58px;
  }

  .ski-image img {
    width: 100%;
    height: 300px;
    object-position: center;
    border-radius: 20px;
  }

  .team-members {
    max-width: none;
    gap: 32px;
  }

  .team-member figcaption {
    font-size: 0.72rem;
    text-align: left;
  }

  .team-member figcaption span {
    font-size: 0.62rem;
  }

  .info-sections {
    grid-area: information;
    justify-content: space-between;
    gap: 76px;
  }

  .info-section {
    gap: 24px;
  }

  .info-section__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .info-section__icon svg {
    width: 27px;
    height: 27px;
  }

  .info-section h2 {
    font-size: 1.35rem;
  }

  .info-section p,
  .info-section li {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .info-section li + li {
    margin-top: 17px;
  }

  .contact-section {
    padding: 0 80px 42px;
  }

  .contact-hero {
    position: relative;
    display: grid;
    min-height: 365px;
    grid-template-columns: 0.8fr 1.2fr 0.7fr;
    align-items: center;
    padding: 38px 60px;
    border-radius: 20px;
    background-position: center 72%;
  }

  .contact-form {
    grid-column: 2;
    padding: 26px 36px;
    border-radius: 10px;
  }

  .contact-form h2 {
    font-size: 1.65rem;
  }

  .contact-form__intro {
    font-size: 0.78rem;
  }

  .contact-form input {
    height: 49px;
    font-size: 0.9rem;
  }

  .contact-form__privacy {
    font-size: 0.58rem;
  }

  .contact-form__submit {
    min-height: 40px;
    font-size: 0.68rem;
  }

  .contact-hero__logo {
    grid-column: 3;
    grid-row: 1;
    width: 170px;
    max-width: calc(100% - 32px);
    margin: 16px auto;
  }

  .site-footer__inner {
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 55px;
    padding: 25px 80px 34px;
  }

  .site-footer h2 {
    margin: 0;
    font-size: 0.85rem;
  }

  .site-footer__contact {
    gap: 7px;
    margin: 0;
  }

  .site-footer__contact a {
    gap: 9px;
    font-size: 0.75rem;
  }

  .site-footer__contact svg {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .site-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    font-size: 0.68rem;
  }

  .legal-page .site-header {
    min-height: 92px;
  }

  .legal-hero {
    height: 260px;
  }

  .legal-content {
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .legal-content h1 {
    font-size: 3.5rem;
  }

  .legal-footer {
    justify-content: flex-start;
    padding: 28px 80px;
  }

  .legal-footer span {
    margin-left: auto;
  }
}

/* Responsive typography and spacing normalization */
body {
  font-size: 16px;
  line-height: 1.5;
}

.button--header,
.button--primary,
.benefits__cta,
.contact-form__submit {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}

.job {
  padding: 40px 24px 36px;
}

.job h1 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 9vw, 2.75rem);
  line-height: 1.08;
}

.job h2 {
  margin-bottom: 18px;
  font-size: 1.375rem;
  line-height: 1.3;
}

.job-tags {
  margin-bottom: 28px;
}

.job-tags li {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.job-intro {
  margin-bottom: 28px;
  font-size: 1.0625rem;
  line-height: 1.55;
}

.button--primary {
  min-height: 54px;
}

.benefits {
  padding: 28px 24px 48px;
}

.benefits h2 {
  margin: 40px 0 22px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.benefits__list {
  gap: 14px;
}

.benefit-card {
  min-height: 0;
  gap: 16px;
  padding: 22px 20px;
}

.benefit-card h3 {
  margin-bottom: 5px;
  font-size: 1.0625rem;
  line-height: 1.3;
}

.benefit-card p {
  font-size: 1rem;
  line-height: 1.5;
}

.position-info {
  padding: 32px 24px 64px;
}

.position-media {
  margin-bottom: 52px;
}

.team-member figcaption {
  padding-top: 8px;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.team-member figcaption span {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.info-sections {
  gap: 52px;
}

.info-section {
  gap: 16px;
}

.info-section__icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.info-section__icon svg {
  width: 24px;
  height: 24px;
}

.info-section h2 {
  margin: 2px 0 14px;
  font-size: 1.375rem;
  line-height: 1.25;
}

.info-section p,
.info-section li {
  font-size: 1rem;
  line-height: 1.55;
}

.info-section p {
  margin-bottom: 20px;
}

.info-section ul {
  padding-left: 20px;
}

.info-section li + li {
  margin-top: 14px;
}

.contact-section {
  padding: 32px 16px 40px;
}

.contact-hero {
  padding: 36px 16px 40px;
}

.contact-form {
  padding: 26px 22px 28px;
}

.contact-form h2 {
  margin-bottom: 12px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.contact-form__intro {
  margin-bottom: 22px;
  font-size: 1rem;
  line-height: 1.55;
}

.contact-form input {
  height: 54px;
  margin-bottom: 12px;
  font-size: 1rem;
}

.contact-form__privacy {
  margin: 18px 0 20px;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.contact-form__submit {
  min-height: 50px;
}

.contact-form__message {
  line-height: 1.45;
}

.site-footer__inner {
  padding: 36px 24px;
}

.site-footer h2 {
  margin-bottom: 24px;
  font-size: 1.125rem;
}

.site-footer__contact {
  gap: 16px;
  margin-bottom: 36px;
}

.site-footer__contact a {
  font-size: 1rem;
  line-height: 1.4;
}

.site-footer__bottom {
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 561px) {
  .job {
    padding: 52px 48px 46px;
  }

  .job h1 {
    font-size: clamp(2.5rem, 5.5vw, 3.5rem);
  }

  .job h2 {
    font-size: 1.75rem;
  }

  .job-tags li {
    font-size: 1rem;
  }

  .job-intro {
    font-size: 1.125rem;
  }

  .button--primary {
    min-height: 60px;
    font-size: 1rem;
  }

  .benefits {
    padding: 32px 48px 56px;
  }

  .benefits h2 {
    margin-top: 48px;
    font-size: 2rem;
  }

  .benefit-card {
    gap: 22px;
    padding: 26px 28px;
  }

  .benefit-card h3 {
    font-size: 1.25rem;
  }

  .benefit-card p {
    font-size: 1.0625rem;
  }

  .position-info {
    padding: 40px 48px 80px;
  }

  .team-member figcaption {
    font-size: 0.8125rem;
  }

  .team-member figcaption span {
    font-size: 0.75rem;
  }

  .info-section h2 {
    font-size: 1.625rem;
  }

  .info-section p,
  .info-section li {
    font-size: 1.0625rem;
  }

  .contact-section {
    padding: 40px 48px 56px;
  }

  .contact-form h2 {
    font-size: 2rem;
  }

  .contact-form__intro {
    font-size: 1.0625rem;
  }

  .contact-form__privacy {
    font-size: 0.875rem;
  }

  .site-footer__inner {
    padding: 44px 48px;
  }

  .site-footer h2 {
    font-size: 1.25rem;
  }

  .site-footer__contact a {
    font-size: 1.0625rem;
  }

  .site-footer__bottom {
    font-size: 0.9375rem;
  }
}

@media (min-width: 900px) {
  .header-tagline {
    font-size: 0.875rem;
  }

  .job {
    padding: 52px 80px 56px;
  }

  .job h1 {
    font-size: 3rem;
  }

  .job h2 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .job-tags li {
    font-size: 0.75rem;
  }

  .job-intro {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .job .button--primary {
    min-height: 46px;
    font-size: 0.75rem;
  }

  .benefits {
    padding: 28px 80px 64px;
  }

  .benefits h2 {
    margin: 56px 0 28px;
    font-size: 1.5rem;
  }

  .benefit-card {
    gap: 16px;
    padding: 24px 20px;
  }

  .benefit-card h3 {
    font-size: 1rem;
  }

  .benefit-card p {
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .benefits__cta {
    font-size: 0.75rem;
  }

  .position-info {
    gap: 64px;
    padding: 88px 80px;
  }

  .info-sections {
    gap: 64px;
  }

  .info-section h2 {
    font-size: 1.375rem;
  }

  .info-section p,
  .info-section li {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .team-member figcaption {
    font-size: 0.75rem;
  }

  .team-member figcaption span {
    font-size: 0.6875rem;
  }

  .contact-section {
    padding: 0 80px 48px;
  }

  .contact-form {
    padding: 28px 36px;
  }

  .contact-form h2 {
    font-size: 1.75rem;
  }

  .contact-form__intro {
    font-size: 0.9375rem;
  }

  .contact-form input {
    font-size: 1rem;
  }

  .contact-form__privacy {
    font-size: 0.75rem;
  }

  .contact-form__submit {
    min-height: 44px;
    font-size: 0.75rem;
  }

  .site-footer__inner {
    padding: 32px 80px;
  }

  .site-footer h2 {
    font-size: 1rem;
  }

  .site-footer__contact a {
    font-size: 0.875rem;
  }

  .site-footer__bottom {
    font-size: 0.8125rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
