:root {
  --bg-deep: #00373d;
  --card-bg: rgba(0, 57, 64, 0.38);
  --card-border: rgba(102, 202, 201, 0.32);
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.76);
  --mint: #adf3ea;
  --active: #7dece2;
  --teal: #36a39d;
  --footer-text: rgba(217, 250, 246, 0.78);
}

.footer-top.office-footer {
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.45fr);
  gap: clamp(48px, 10vw, 190px);
  align-items: start;
}

.office-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(48px, 10vw, 190px);
  row-gap: 8px;
  max-width: 1120px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(12px, 0.95vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

.office-contact strong,
.office-contact .office-name {
  grid-column: 1 / -1;
}

.office-contact strong {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.office-contact .office-name {
  width: max-content;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.office-contact span {
  margin: 0;
}

@media (max-width: 760px) {
  .office-contact {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  background: #1d1d1d;
}

body {
  margin: 0;
  font-family: "Funnel Sans", "Segoe UI", sans-serif;
  color: var(--white);
  background: #1d1d1d;
}

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

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

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

.secretarial-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--bg-deep) url("assets/secretarial-background-jump.png") top center / 100% auto no-repeat;
}

.shell {
  width: min(1248px, calc(100% - 80px));
  margin: 0 auto;
}

.secretarial-hero {
  min-height: 794px;
}

.hero-shell {
  position: relative;
  min-height: 794px;
  padding-top: 67px;
}

.hero-arc {
  position: absolute;
  z-index: 0;
  top: -358px;
  left: -282px;
  width: 1514px;
  height: 1532px;
  transform: rotate(-90deg);
  transform-origin: center;
  pointer-events: none;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.logo {
  width: 118px;
  height: 26px;
  object-fit: contain;
}

.brand img {
  max-width: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 710px) 397px;
  gap: 104px;
  align-items: start;
  margin-top: 165px;
}

.hero-copy h1 {
  max-width: 775px;
  font-family: "Funnel Display", "Funnel Sans", sans-serif;
  font-size: clamp(48px, 5.6vw, 80px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.052em;
}

.hero-copy p {
  max-width: 605px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.14;
}

.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 65px;
  margin-top: 34px;
  border: 1px solid #2b5d61;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  font-size: 18px;
}

.hero-media {
  width: 397px;
  height: 444px;
  overflow: hidden;
  border-radius: 30px;
}

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

.nav-cluster {
  position: absolute;
  left: 50%;
  bottom: 71px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
}

.pill-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 6px;
  border-radius: 999px;
  background: var(--white);
  color: #05282d;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.pill-nav::before {
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 3px 0 1px;
  background: url("assets/nav-spark-vector.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

.pill-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.pill-nav a.is-active {
  background: var(--active);
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 37px;
  border: 1px solid #2b5d61;
  border-radius: 999px;
  background: #012f36;
  color: var(--white);
  font-size: 11px;
  line-height: 1;
}

.beyond-section {
  padding: 155px 0 154px;
}

.beyond-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 520px);
  justify-content: space-between;
  gap: 110px;
}

.beyond-copy h2 {
  max-width: 455px;
  font-family: "Funnel Display", "Funnel Sans", sans-serif;
  font-size: clamp(44px, 4.2vw, 60px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.052em;
}

.beyond-copy p {
  max-width: 480px;
  margin-top: 38px;
  color: var(--muted);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.14;
}

.beyond-list {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.beyond-list li {
  position: relative;
  min-height: 80px;
  padding: 0 0 29px 42px;
  border-bottom: 1px solid rgba(173, 243, 234, 0.17);
  color: rgba(255, 255, 255, 0.86);
  font-family: "Funnel Display", "Funnel Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.04;
}

.beyond-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--teal);
}

.core-section {
  padding: 102px 0 95px;
}

.core-card {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 154px;
  padding: 74px 102px;
  border: 1px solid #2b5d61;
  border-radius: 41px;
  background: var(--card-bg);
}

.core-price h2 {
  font-family: "Funnel Display", "Funnel Sans", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.core-price p {
  margin-top: 22px;
  font-family: "Funnel Display", "Funnel Sans", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}

.core-price a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 65px;
  margin-top: 61px;
  border: 1px solid #2b5d61;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  font-size: 18px;
}

.core-list {
  list-style: none;
  display: grid;
  gap: 23px;
  margin: 0;
  padding: 0;
}

.core-list li {
  position: relative;
  padding-left: 40px;
  color: var(--white);
  font-family: "Funnel Display", "Funnel Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
}

.core-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 28px;
  background: url("assets/secretarial/check-correct-filled.svg") center / contain no-repeat;
}

.site-footer {
  padding: 92px 0 0;
  background: #00373d;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(0, 540px);
  justify-content: space-between;
  gap: 80px;
  min-height: 150px;
}

.footer-note {
  color: var(--footer-text);
  font-size: 12px;
  line-height: 1.32;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}

.footer-links div {
  display: grid;
  gap: 17px;
  color: var(--footer-text);
  font-size: 11px;
  line-height: 1;
}

.footer-links strong {
  color: var(--white);
  font-size: 11px;
  font-weight: 400;
}

.footer-mark {
  height: 360px;
  margin-top: 118px;
  object-fit: cover;
  object-position: bottom center;
}

@media (max-width: 980px) {
  .shell {
    width: min(720px, calc(100% - 40px));
  }

  .secretarial-hero,
  .hero-shell {
    min-height: 780px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 92px;
  }

  .hero-copy p,
  .beyond-copy p {
    font-size: 17px;
  }

  .hero-media {
    width: min(397px, 100%);
  }

  .nav-cluster {
    bottom: 44px;
    max-width: calc(100vw - 40px);
    overflow-x: auto;
  }

  .beyond-grid,
  .core-card,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .beyond-grid,
  .core-card {
    gap: 48px;
  }

  .beyond-list li {
    font-size: 22px;
  }

  .core-card {
    padding: 48px 36px;
  }

  .footer-mark {
    height: 210px;
    margin-top: 80px;
  }
}

@media (max-width: 640px) {
  .secretarial-page {
    background-size: auto 1040px;
  }

  .hero-shell {
    padding-top: 45px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .quote-btn,
  .core-price a {
    width: 132px;
    height: 48px;
    font-size: 14px;
  }

  .hero-arc {
    top: -270px;
    left: -410px;
  }

  .nav-cluster {
    left: 20px;
    right: 20px;
    transform: none;
  }

  .pill-nav a {
    padding: 0 13px;
  }

  .beyond-section {
    padding: 78px 0;
  }

  .core-price h2,
  .core-price p {
    font-size: 42px;
  }

  .core-list li {
    font-size: 17px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}
