:root {
  --paper: #f7f3ee;
  --paper-soft: #f3eee8;
  --white: #fffdfb;
  --ink: #252a32;
  --text: #3a4049;
  --muted: #6a7078;
  --line: #e7ddd2;
  --accent: #cda37d;
  --accent-dark: #a97751;
  --chip: #f0ebe5;
  --wrap: 774px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.48;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select {
  letter-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

img,
svg {
  display: block;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wrap {
  width: min(calc(100% - 88px), var(--wrap));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 30;
  transform: translateY(-140%);
  padding: 8px 12px;
  border-radius: 5px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 70px;
}

.header-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 180px;
}

.brand-mark {
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
}

.brand-name {
  font-size: 12px;
  font-weight: 700;
  color: #262c35;
}

.site-nav {
  display: flex;
  align-items: center;
}

.nav-toggle {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 11px;
  font-weight: 650;
  color: #202630;
}

.nav-links > a:not(.top-button) {
  padding: 10px 0;
}

.top-button {
  min-width: 96px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--accent);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 518px;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 19%, rgba(255, 255, 255, 0.88) 0 1px, transparent 2px),
    linear-gradient(90deg, #f8f5f1 0%, #f8f5f1 42%, #eee5dc 62%, #d3d7d9 100%);
}

.hero-photo {
  position: absolute;
  top: 62px;
  right: 0;
  width: 429px;
  height: 456px;
  z-index: 1;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #f8f5f1 0%, #f8f5f1 43%, rgba(248, 245, 241, 0.92) 49%, rgba(248, 245, 241, 0.15) 69%, rgba(248, 245, 241, 0) 100%),
    radial-gradient(circle at 64% 35%, rgba(255, 255, 255, 0.55), transparent 23%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 3;
  min-height: 518px;
  display: flex;
  align-items: flex-start;
}

.hero-copy {
  width: 430px;
  padding-top: 104px;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 12px;
}

h1 {
  max-width: 430px;
  margin-bottom: 21px;
  color: #272b33;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 360;
  letter-spacing: 0;
}

h1::first-line {
  font-weight: 790;
}

.lead {
  width: 372px;
  margin-bottom: 29px;
  color: #333942;
  font-size: 12px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.button {
  height: 38px;
  min-width: 126px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}

.button-fill {
  gap: 14px;
  background: var(--accent);
  color: #fff;
}

.button-line {
  min-width: 164px;
  border: 1px solid #cda37d;
  background: rgba(255, 255, 255, 0.48);
  color: #242932;
}

.hero-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px;
  width: 390px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-services li {
  min-height: 64px;
  color: #1f252e;
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.34;
}

.hero-services svg {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  color: var(--accent-dark);
}

.section-band {
  background: var(--paper-soft);
}

.section-white {
  background: var(--white);
}

.approach {
  min-height: 272px;
  padding: 29px 0 0;
}

.approach-head {
  display: grid;
  grid-template-columns: 322px 1fr;
  gap: 38px;
  align-items: start;
}

.approach-head .eyebrow {
  margin-bottom: 8px;
}

.approach h2 {
  color: #29303a;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 430;
}

.approach-head > p {
  padding-top: 15px;
  color: #303640;
  font-size: 11.3px;
  line-height: 1.6;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  margin-top: 30px;
}

.approach-grid article {
  min-height: 111px;
}

.round-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  color: var(--accent-dark);
}

.round-icon svg {
  width: 24px;
  height: 24px;
}

h3 {
  color: #252b34;
  font-size: 12.3px;
  line-height: 1.3;
  font-weight: 790;
}

.approach-grid h3 {
  margin-bottom: 7px;
}

.approach-grid p,
.expertise-card p,
.steps p,
.company-card p,
.topics-grid p {
  color: #3f4650;
  font-size: 10.4px;
  line-height: 1.56;
}

.expertise {
  padding: 21px 0 25px;
}

.section-label {
  margin-bottom: 12px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.expertise-card {
  min-height: 214px;
  padding: 15px 14px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(38, 42, 50, 0.035);
}

.square-icon {
  float: left;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px 6px 0;
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
}

.square-icon svg {
  width: 23px;
  height: 23px;
}

.expertise-card h3 {
  min-height: 45px;
  margin-bottom: 11px;
  font-size: 13.8px;
}

.expertise-card p {
  clear: both;
  min-height: 72px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.chips li {
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 4px;
  background: var(--chip);
  color: #4f555d;
  font-size: 9.6px;
  font-weight: 680;
}

.work-label {
  margin-top: 17px;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 0;
  padding: 3px 19px 0;
  list-style: none;
}

.steps::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 28px;
  right: 20px;
  border-top: 1px dashed rgba(169, 119, 81, 0.38);
}

.steps li {
  position: relative;
  min-height: 116px;
  padding-top: 43px;
}

.steps span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent-dark);
  border-radius: 50%;
  background: #fffdfb;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 760;
}

.steps h3 {
  margin-bottom: 7px;
}

.wide-note {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  margin-top: 10px;
  border-radius: 5px;
  background: #f5f0eb;
  color: #29313a;
}

.wide-note svg {
  width: 28px;
  height: 28px;
  color: var(--accent-dark);
}

.wide-note p {
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 700;
}

.companies {
  padding: 0 0 14px;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.company-card {
  min-height: 178px;
  padding: 10px 10px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(38, 42, 50, 0.025);
}

.company-card img {
  width: auto;
  max-width: 112px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 8px;
}

.company-card h3 {
  margin-bottom: 4px;
  font-size: 10px;
}

.period {
  margin-bottom: 6px;
  color: var(--muted) !important;
  font-size: 8.4px !important;
}

.role {
  min-height: 22px;
  margin-bottom: 6px;
  color: var(--ink) !important;
  font-size: 8.4px !important;
  line-height: 1.28 !important;
  font-weight: 780;
}

.company-card p:not(.period):not(.role) {
  font-size: 8.7px;
  line-height: 1.46;
}

.topics {
  padding: 4px 0 9px;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.topics-grid article {
  min-height: 130px;
  padding: 15px 13px 11px;
  border-radius: 6px;
  background: #fbfaf8;
}

.topic-icon {
  width: 26px;
  height: 26px;
  display: block;
  margin-bottom: 12px;
  color: var(--accent-dark);
}

.topics-grid h3 {
  min-height: 35px;
  margin-bottom: 6px;
  font-size: 10.7px;
}

.topics-grid p {
  font-size: 9.4px;
  line-height: 1.48;
}

.contact {
  min-height: 114px;
  padding: 24px 0 18px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%),
    repeating-linear-gradient(155deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 6px),
    #cda37d;
  color: #fff;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr 0.72fr;
  align-items: center;
  gap: 22px;
}

.contact-title {
  display: flex;
  align-items: center;
  gap: 17px;
}

.mail-circle {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
}

.mail-circle svg {
  width: 25px;
  height: 25px;
}

.contact h2 {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 720;
}

.contact p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
}

.contact-list {
  display: grid;
  gap: 12px;
  font-style: normal;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 650;
}

.contact-list svg {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.footer-button {
  height: 38px;
  min-width: 188px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 5px;
  background: #fff;
  color: #252a32;
  font-size: 11px;
  font-weight: 740;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal.is-open {
  display: flex;
}

body.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(37, 42, 50, 0.52);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 32px;
  border: 1px solid rgba(231, 221, 210, 0.9);
  border-radius: 8px;
  background: #fffdfb;
  box-shadow: 0 28px 80px rgba(37, 42, 50, 0.24);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}

.modal-close svg {
  width: 18px;
  height: 18px;
}

.modal-head {
  max-width: 620px;
  margin-bottom: 24px;
  padding-right: 42px;
}

.modal-head .eyebrow {
  margin-bottom: 8px;
}

.modal-head h2 {
  margin-bottom: 10px;
  color: #252a32;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 760;
}

.modal-head p {
  color: #515965;
  font-size: 13.5px;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label > span {
  color: #303640;
  font-size: 11px;
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9cbbd;
  border-radius: 6px;
  background: #fff;
  color: #252a32;
  font-size: 13px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.contact-form input,
.contact-form select {
  height: 42px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 92px;
  resize: vertical;
  padding: 12px 13px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 3px rgba(205, 163, 125, 0.22);
}

.contact-form ::placeholder {
  color: #9a8f85;
}

.form-actions {
  position: sticky;
  bottom: -32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 2px;
  background: #fffdfb;
}

.form-note {
  color: #6b737c;
  font-size: 11.5px;
  line-height: 1.45;
}

.form-submit {
  min-width: 210px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.form-status {
  min-height: 18px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .wrap {
    width: min(calc(100% - 32px), var(--wrap));
  }

  .site-header {
    position: fixed;
    height: 64px;
    background: rgba(247, 243, 238, 0.94);
    backdrop-filter: blur(12px);
  }

  .header-inner {
    height: 64px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    margin: -8px auto 0;
    background: var(--ink);
  }

  .nav-toggle span + span {
    margin-top: -14px;
  }

  .nav-links {
    position: fixed;
    top: 64px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fffdfb;
    box-shadow: 0 16px 36px rgba(37, 42, 50, 0.12);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.nav-open .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a,
  .top-button {
    width: 100%;
    height: 42px;
    justify-content: flex-start;
    padding: 0 14px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-photo {
    position: relative;
    top: 0;
    width: 100%;
    height: min(88vw, 430px);
  }

  .hero-wash {
    background: linear-gradient(180deg, rgba(247, 243, 238, 0), var(--paper) 94%);
  }

  .hero-inner {
    min-height: 0;
  }

  .hero-copy {
    width: 100%;
    padding: 30px 0 42px;
  }

  h1,
  .lead,
  .hero-services {
    width: 100%;
    max-width: none;
  }

  h1 {
    font-size: 34px;
  }

  .approach-head,
  .approach-grid,
  .expertise-grid,
  .steps,
  .company-grid,
  .topics-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .approach-grid,
  .steps {
    gap: 20px;
  }

  .hero-services {
    gap: 16px;
  }

  .steps::before {
    display: none;
  }

  .steps li {
    min-height: 0;
  }

  .company-card,
  .topics-grid article,
  .expertise-card {
    min-height: auto;
  }

  .wide-note {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px;
  }

  .modal {
    padding: 14px;
    align-items: flex-start;
  }

  .modal-panel {
    max-height: calc(100vh - 28px);
    padding: 24px 18px 20px;
  }

  .modal-head {
    padding-right: 38px;
  }

  .modal-head h2 {
    font-size: 23px;
  }

  .form-grid,
  .form-actions {
    grid-template-columns: 1fr;
  }

  .form-submit {
    width: 100%;
  }

  .form-actions {
    bottom: -20px;
  }
}

@media (max-width: 460px) {
  .hero-actions,
  .hero-services {
    grid-template-columns: 1fr;
    display: grid;
  }

  .button,
  .button-line,
  .button-fill,
  .footer-button {
    width: 100%;
  }

  .contact-title {
    align-items: flex-start;
  }
}

@media (min-width: 1000px) {
  .wrap {
    width: min(calc(100% - 112px), 1200px);
  }

  .site-header {
    height: 84px;
  }

  .header-inner {
    height: 84px;
  }

  .brand {
    gap: 16px;
    min-width: 230px;
  }

  .brand-mark {
    font-size: 32px;
  }

  .brand-name {
    font-size: 14px;
  }

  .nav-links {
    gap: 38px;
    font-size: 13px;
  }

  .top-button {
    min-width: 116px;
    height: 38px;
    border-radius: 6px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-photo {
    top: 84px;
    width: min(48vw, 720px);
    height: 576px;
  }

  .hero-wash {
    background:
      linear-gradient(90deg, #f8f5f1 0%, #f8f5f1 38%, rgba(248, 245, 241, 0.92) 47%, rgba(248, 245, 241, 0.22) 67%, rgba(248, 245, 241, 0) 100%),
      radial-gradient(circle at 63% 35%, rgba(255, 255, 255, 0.58), transparent 24%);
  }

  .hero-inner {
    min-height: 660px;
  }

  .hero-copy {
    width: 600px;
    padding-top: 150px;
  }

  .hero .eyebrow {
    margin-bottom: 16px;
  }

  .eyebrow {
    font-size: 12px;
  }

  h1 {
    max-width: 620px;
    margin-bottom: 26px;
    font-size: 43px;
    line-height: 1.14;
  }

  .lead {
    width: 500px;
    margin-bottom: 34px;
    font-size: 15px;
  }

  .hero-actions {
    gap: 16px;
    margin-bottom: 38px;
  }

  .button {
    height: 50px;
    min-width: 158px;
    border-radius: 6px;
    font-size: 13px;
  }

  .button-line {
    min-width: 210px;
  }

  .hero-services {
    width: 550px;
    gap: 66px;
  }

  .hero-services li {
    font-size: 12.5px;
  }

  .hero-services svg {
    width: 31px;
    height: 31px;
    margin-bottom: 12px;
  }

  .approach {
    padding: 44px 0 36px;
  }

  .approach-head {
    grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1fr);
    gap: 72px;
  }

  .approach h2 {
    font-size: 32px;
  }

  .approach-head > p {
    padding-top: 18px;
    font-size: 14px;
  }

  .approach-grid {
    gap: 74px;
    margin-top: 44px;
  }

  .round-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
  }

  .round-icon svg {
    width: 30px;
    height: 30px;
  }

  h3 {
    font-size: 15px;
  }

  .approach-grid p,
  .expertise-card p,
  .steps p,
  .company-card p,
  .topics-grid p {
    font-size: 12.5px;
  }

  .expertise {
    padding: 34px 0 36px;
  }

  .section-label {
    margin-bottom: 16px;
  }

  .expertise-grid {
    gap: 16px;
  }

  .expertise-card {
    min-height: 286px;
    padding: 21px 22px 19px;
    border-radius: 8px;
  }

  .square-icon {
    width: 52px;
    height: 52px;
    margin: 0 18px 10px 0;
    border-radius: 6px;
  }

  .square-icon svg {
    width: 30px;
    height: 30px;
  }

  .expertise-card h3 {
    min-height: 58px;
    margin-bottom: 14px;
    font-size: 17px;
  }

  .expertise-card p {
    min-height: 94px;
  }

  .chips {
    gap: 8px;
    margin-top: 17px;
  }

  .chips li {
    min-height: 24px;
    padding: 0 12px;
    font-size: 11px;
  }

  .work-label {
    margin-top: 28px;
  }

  .steps {
    gap: 46px;
    padding: 5px 27px 0;
  }

  .steps::before {
    top: 21px;
    left: 40px;
    right: 28px;
  }

  .steps li {
    min-height: 150px;
    padding-top: 54px;
  }

  .steps span {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .wide-note {
    min-height: 58px;
    gap: 28px;
    margin-top: 14px;
    border-radius: 7px;
  }

  .wide-note svg {
    width: 34px;
    height: 34px;
  }

  .wide-note p {
    font-size: 16px;
  }

  .companies {
    padding-bottom: 24px;
  }

  .company-grid {
    gap: 10px;
  }

  .company-card {
    min-height: 246px;
    padding: 16px 15px 17px;
    border-radius: 8px;
  }

  .company-card img {
    max-width: 145px;
    height: 43px;
    margin-bottom: 13px;
  }

  .company-card h3 {
    font-size: 13px;
  }

  .period {
    margin-bottom: 9px;
    font-size: 10.5px !important;
  }

  .role {
    min-height: 34px;
    margin-bottom: 9px;
    font-size: 10.8px !important;
    line-height: 1.36 !important;
  }

  .company-card p:not(.period):not(.role) {
    font-size: 10.8px;
    line-height: 1.52;
  }

  .topics {
    padding: 6px 0 40px;
  }

  .topics-grid {
    gap: 14px;
  }

  .topics-grid article {
    min-height: 174px;
    padding: 22px 18px 17px;
    border-radius: 8px;
  }

  .topic-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
  }

  .topics-grid h3 {
    min-height: 47px;
    margin-bottom: 9px;
    font-size: 13.5px;
  }

  .topics-grid p {
    font-size: 11.2px;
  }

  .contact {
    min-height: 142px;
    padding: 31px 0 24px;
  }

  .contact-inner {
    grid-template-columns: 1.38fr 0.86fr 0.67fr;
    gap: 38px;
  }

  .mail-circle {
    width: 64px;
    height: 64px;
  }

  .mail-circle svg {
    width: 31px;
    height: 31px;
  }

  .contact h2 {
    margin-bottom: 9px;
    font-size: 24px;
  }

  .contact p {
    font-size: 12px;
  }

  .contact-list a {
    font-size: 13px;
  }

  .contact-list svg {
    width: 25px;
    height: 25px;
  }

  .footer-button {
    height: 50px;
    min-width: 230px;
    border-radius: 7px;
    font-size: 13px;
  }

  .modal-panel {
    padding: 38px;
  }

  .modal-head h2 {
    font-size: 34px;
  }

  .modal-head p {
    font-size: 15px;
  }

  .contact-form label > span {
    font-size: 12px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 14px;
  }

  .contact-form input,
  .contact-form select {
    height: 44px;
  }

  .form-submit {
    height: 48px;
    min-width: 236px;
  }
}
