/* =========================================================
   TECHVIO ABOUT PAGE
   Screenshot-matched desktop layout + responsive rules
   Headings: Rethink Sans
   Body: Inter
========================================================= */

:root {
  --brown: #35140d;
  --brown-dark: #2a0e08;
  --orange: #ff7b3f;
  --orange-strong: #ff6619;
  --ink: #111113;
  --muted: #77736f;
  --line: #ebe8e3;
  --white: #ffffff;
  --black: #050505;
  --container: 950px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

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

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rethink Sans", sans-serif;
}

.container {
  width: min(var(--container), calc(100% - 44px));
  margin-inline: auto;
}

/* =========================================================
   HEADER + HERO
========================================================= */

.hero {
  position: relative;
  min-height: 458px;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    var(--brown);
  background-size: 98px 98px;
}

.site-header {
  height: 74px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.header-shell {
  position: relative;
  width: min(1240px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-pill,
.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 25px;
  padding: 0 11px;
  color: rgba(255,255,255,.9);
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  text-decoration: none;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .02em;
}

.menu-pill {
  cursor: pointer;
}

.menu-pill > span {
  width: 10px;
  height: 1px;
  display: block;
  background: currentColor;
  box-shadow: 0 3px 0 currentColor;
}

.site-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  transform: translate(-50%, -50%);
}

.site-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.search-button {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.search-button svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.hero-inner {
  position: relative;
  min-height: 384px;
}

.hero-copy {
  width: 610px;
  padding-top: 66px;
}

.eyebrow {
  display: block;
  margin-bottom: 17px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
}

.hero-copy h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.045em;
}

.hero-copy h1 span {
  display: block;
  color: var(--orange);
}

.hero-copy p {
  width: 600px;
  max-width: 100%;
  margin: 20px 0 0;
  color: rgba(255,255,255,.77);
  font-size: 12px;
  line-height: 1.65;
}

.hero-rays {
  position: absolute;
  top: 66px;
  right: 25px;
  width: 140px;
  height: 190px;
  overflow: hidden;
}

.hero-rays i {
  position: absolute;
  top: -18px;
  width: 1px;
  height: 220px;
  background: var(--orange);
  opacity: .9;
  transform-origin: top center;
}

.hero-rays i:nth-child(1) { left: 12px; transform: rotate(-43deg); }
.hero-rays i:nth-child(2) { left: 30px; transform: rotate(-36deg); }
.hero-rays i:nth-child(3) { left: 48px; transform: rotate(-29deg); }
.hero-rays i:nth-child(4) { left: 66px; transform: rotate(-22deg); }
.hero-rays i:nth-child(5) { left: 84px; transform: rotate(-15deg); }
.hero-rays i:nth-child(6) { left: 102px; transform: rotate(-8deg); }
.hero-rays i:nth-child(7) { left: 120px; transform: rotate(-1deg); }

/* =========================================================
   PARTNERS
========================================================= */

.partner-strip {
  min-height: 108px;
  display: flex;
  align-items: center;
  background: #fff;
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 25px;
}

.partner {
  text-align: center;
  white-space: nowrap;
  color: #c9c9c9;
  font-size: 11px;
  font-weight: 700;
  opacity: .92;
}

.partner.fiverr {
  color: #4a4a4a;
  font-size: 25px;
  letter-spacing: -.07em;
}

.partner.fiverr span {
  color: #31c36b;
}

.partner.upwork {
  color: #66d32e;
  font-size: 20px;
}

.partner.freelancer {
  color: #4c5560;
  font-style: italic;
}

.partner.freelancer i {
  color: #2fa8e4;
}

.partner.monday {
  color: #8d8d8d;
  font-size: 10px;
}

/* =========================================================
   STORY
========================================================= */

.story-section {
  padding: 74px 0 96px;
  background: #fff;
}

.story-heading {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.story-heading h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.035em;
}

.story-feature {
  width: 760px;
  max-width: 100%;
  margin: 76px auto 0;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 40px;
  align-items: start;
}

.story-photo {
  width: 310px;
  height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.story-photo img {
  height: 100%;
  object-fit: cover;
}

.story-main-copy {
  padding-top: 15px;
}

.story-main-copy h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.035em;
}

.story-stat-row {
  margin-top: 43px;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 30px;
  align-items: start;
}

.year-stat strong {
  display: block;
  font-family: "Rethink Sans", sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: .72;
  letter-spacing: -.06em;
}

.year-stat span {
  display: block;
  width: 85px;
  margin-top: 15px;
  color: #7d7d7d;
  font-size: 7px;
  line-height: 1.35;
}

.story-stat-row p {
  margin: 0;
  color: #787878;
  font-size: 10px;
  line-height: 1.75;
}

.story-long-copy {
  width: 760px;
  max-width: 100%;
  margin: 58px auto 0;
  color: #777;
  font-size: 10px;
  line-height: 1.85;
}

.story-long-copy p {
  margin: 0 0 15px;
}

/* =========================================================
   AWARDS
========================================================= */

.awards-section {
  position: relative;
  padding: 38px 0 82px;
  background: #fff;
  overflow: hidden;
}

.awards-grid {
  width: min(760px, calc(100% - 44px));
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 76px;
  align-items: start;
}

.awards-left h2 {
  margin: 0;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.heart-pill {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 13px;
  color: #fff;
  background: #111;
  border-radius: 3px;
  font-size: 8px;
}

.vio-mark {
  margin: 112px 0 0 35px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.dot-field {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--orange) 2.6px, transparent 3px) 0 0 / 15px 15px;
  mask-image: radial-gradient(circle at 70% 70%, transparent 0 38%, #000 39%);
}

.vio-mark b {
  color: var(--orange);
  font-family: "Rethink Sans", sans-serif;
  font-size: 27px;
  letter-spacing: .24em;
}

.awards-right {
  padding-top: 55px;
}

.awards-right > p {
  width: 325px;
  max-width: 100%;
  margin: 0;
  color: #777;
  font-size: 9px;
  line-height: 1.75;
}

.award-table {
  margin-top: 30px;
  border-top: 1px solid #bfbfbf;
}

.award-row {
  min-height: 39px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  color: #111;
  font-size: 8px;
}

.award-row b {
  font-weight: 500;
}

.award-row.active {
  background: var(--orange);
}

.award-gem,
.cta-gem,
.footer-gem {
  position: absolute;
  background:
    conic-gradient(
      from 15deg,
      #531406,
      #f7681c,
      #ffb15c,
      #84270a,
      #ff6e1b,
      #4d1105
    );
  clip-path: polygon(49% 0, 88% 17%, 100% 57%, 70% 94%, 28% 100%, 0 65%, 14% 18%);
  filter: drop-shadow(0 9px 8px rgba(80,25,5,.2));
}

.award-gem {
  right: -17px;
  top: 42px;
  width: 92px;
  height: 92px;
  transform: rotate(17deg);
}

/* =========================================================
   VIDEO
========================================================= */

.video-section {
  background: #fff;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 535px;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.video-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  right: 16.5%;
  bottom: 12%;
  width: 62px;
  height: 62px;
  padding-left: 4px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

/* =========================================================
   FAQ
========================================================= */

.faq-section {
  padding: 110px 0 105px;
  background: #fff;
}

.faq-grid {
  width: min(760px, calc(100% - 44px));
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 78px;
  align-items: start;
}

.faq-photo {
  height: 435px;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
}

.faq-photo img {
  height: 100%;
  object-fit: cover;
}

.faq-content {
  padding-top: 4px;
}

.faq-content h2 {
  margin: 0 0 35px;
  font-size: 43px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.04em;
}

.faq-content h2 em {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.faq-list {
  border-top: 1px solid #e2e2e2;
}

.faq-list details {
  border-bottom: 1px solid #e5e5e5;
}

.faq-list summary {
  list-style: none;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 1fr 18px;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  color: #4f4f4f;
  font-size: 10px;
  font-weight: 500;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary b {
  position: relative;
  width: 12px;
  height: 12px;
}

.faq-list summary b::before,
.faq-list summary b::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 10px;
  height: 1px;
  background: #555;
}

.faq-list summary b::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary b::after {
  transform: rotate(0);
}

.faq-list details p {
  width: 92%;
  margin: -5px 0 17px;
  color: #8a8a8a;
  font-size: 9px;
  line-height: 1.7;
}

/* =========================================================
   CTA
========================================================= */

.cta-section {
  position: relative;
  padding: 10px 0 0;
  background: #fff;
  z-index: 2;
}

.cta-card {
  position: relative;
  display: block;
  height: 385px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  background: var(--orange-strong);
}

.cta-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-copy {
  position: absolute;
  left: 56px;
  top: 68px;
  width: 520px;
}

.cta-copy h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.045em;
}

.cta-copy p {
  margin: 22px 0 0;
  font-size: 9px;
}

.cta-copy > span {
  display: inline-block;
  margin-top: 23px;
  padding: 10px 18px;
  color: #fff;
  background: #090909;
  border-radius: 2px;
  font-size: 8px;
}

.cta-gem {
  z-index: 3;
  right: 7%;
  top: -47px;
  width: 100px;
  height: 100px;
  transform: rotate(13deg);
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  position: relative;
  margin-top: -1px;
  padding: 80px 0 30px;
  color: #fff;
  background: #050505;
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr .65fr .65fr 1fr;
  gap: 50px;
  align-items: start;
}

.newsletter h2 {
  margin: 0 0 30px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.03em;
}

.newsletter form {
  width: 300px;
  display: flex;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
}

.newsletter input {
  width: 100%;
  padding: 11px 13px;
  color: #111;
  background: #fff;
  border: 0;
  outline: 0;
  font-size: 9px;
}

.newsletter button {
  width: 42px;
  color: #ac4aff;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a,
.footer-contact p {
  margin: 0;
  color: #d2d2d2;
  text-decoration: none;
  font-size: 8px;
  line-height: 1.5;
}

.footer-contact strong {
  display: block;
  margin-top: 18px;
  font-size: 11px;
}

.socials {
  margin-top: 21px;
  display: flex;
  gap: 8px;
}

.socials a {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #232323;
  border-radius: 50%;
  text-decoration: none;
  font-size: 9px;
}

.socials a:first-child {
  background: var(--orange-strong);
}

.footer-bottom {
  margin-top: 77px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #272727;
  color: #bcbcbc;
  font-size: 8px;
}

.footer-gem {
  left: -47px;
  top: 0;
  width: 95px;
  height: 95px;
  transform: rotate(9deg);
}

/* =========================================================
   LAPTOP / LARGE DESKTOP TYPOGRAPHY
========================================================= */

@media (min-width: 1100px) {
  .story-heading h2 {
    font-size: 45px;
  }

  .story-main-copy h3 {
    font-size: 39px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  :root {
    --container: 760px;
  }

  .hero {
    min-height: 430px;
  }

  .hero-copy {
    width: 75%;
  }

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

  .hero-rays {
    right: -10px;
  }

  .partner-row {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 22px;
  }

  .partner-strip {
    padding: 30px 0;
  }

  .story-feature,
  .faq-grid {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }

  .story-photo {
    width: 280px;
  }

  .story-main-copy h3 {
    font-size: 31px;
  }

  .awards-grid {
    gap: 44px;
  }

  .video-banner {
    height: 420px;
  }

  .faq-content h2 {
    font-size: 37px;
  }

  .cta-card {
    height: 320px;
  }

  .cta-copy {
    left: 38px;
    top: 55px;
    width: 420px;
  }

  .cta-copy h2 {
    font-size: 36px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr .7fr .7fr;
  }

  .footer-contact {
    grid-column: 2 / 4;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

  .container {
    width: calc(100% - 34px);
  }

  .site-header {
    height: 64px;
  }

  .header-shell {
    width: calc(100% - 26px);
  }

  .site-logo {
    width: 72px;
  }

  .search-button {
    display: none;
  }

  .menu-pill {
    width: 36px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .hero {
    min-height: 455px;
  }

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

  .hero-copy {
    width: 100%;
    padding-top: 60px;
  }

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

  .hero-copy p {
    width: min(100%, 390px);
    font-size: 10px;
  }

  .hero-rays {
    top: 220px;
    right: -58px;
    transform: scale(.78);
  }

  .partner-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-section {
    padding: 62px 0 70px;
  }

  .story-heading {
    text-align: left;
  }

  .story-heading h2 {
    font-size: 34px;
    line-height: .98;
  }

  .story-feature {
    margin-top: 45px;
    grid-template-columns: 1fr;
  }

  .story-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / .8;
  }

  .story-main-copy {
    padding-top: 0;
  }

  .story-main-copy h3 {
    font-size: 31px;
  }

  .story-stat-row {
    grid-template-columns: 115px 1fr;
    gap: 18px;
  }

  .year-stat strong {
    font-size: 75px;
  }

  .story-long-copy {
    margin-top: 42px;
  }

  .awards-section {
    padding-top: 25px;
  }

  .awards-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .vio-mark {
    margin: 50px 0 0 15px;
  }

  .awards-right {
    padding-top: 0;
  }

  .award-gem {
    right: -28px;
    top: 155px;
    width: 72px;
    height: 72px;
  }

  .video-banner {
    height: auto;
    aspect-ratio: 16 / 8.3;
  }

  .play-button {
    width: 50px;
    height: 50px;
    right: 12%;
  }

  .faq-section {
    padding: 72px 0;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-photo {
    height: auto;
    aspect-ratio: .83;
  }

  .faq-content h2 {
    margin-top: 3px;
    font-size: 40px;
  }

  .cta-section {
    padding-top: 0;
  }

  .cta-card {
    height: 340px;
  }

  .cta-card > img {
    object-position: 67% center;
  }

  .cta-copy {
    left: 24px;
    top: 43px;
    width: 61%;
  }

  .cta-copy h2 {
    font-size: 30px;
  }

  .cta-copy p {
    width: 180px;
    font-size: 7px;
  }

  .cta-gem {
    width: 70px;
    height: 70px;
    right: -12px;
    top: -30px;
  }

  .site-footer {
    padding-top: 62px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
  }

  .newsletter {
    grid-column: 1 / -1;
  }

  .newsletter form {
    width: 100%;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    margin-top: 45px;
    flex-direction: column;
    gap: 12px;
  }
}

/* =========================================================
   SHARED RESPONSIVE HEADER
   Added so the home-page header works on about.html too.
========================================================= */

.hero {
  padding-top: 76px;
}

.hero .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background: rgba(44, 15, 8, 0.98);
  color: #f5eee9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero .header-inner {
  position: relative;
  height: 76px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero .header-inner::before,
.hero .header-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.hero .header-inner::before {
  left: 31%;
}

.hero .header-inner::after {
  right: 25%;
}

.hero .header-menu-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  background: transparent;
  color: #f5eee9;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.hero .menu-icon {
  width: 15px;
  height: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .menu-icon i {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
}

.hero .site-header.is-open .menu-icon i:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.hero .site-header.is-open .menu-icon i:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero .header-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-decoration: none;
}

.hero .header-logo img {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

.hero .header-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero .header-search {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f5eee9;
  cursor: pointer;
}

.hero .header-search svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
}

.hero .contact-pill {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  color: #f5eee9;
  background: transparent;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero .header-navigation {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  background: #2c0f08;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    max-height 0.5s cubic-bezier(0.77, 0, 0.18, 1),
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.hero .site-header.is-open .header-navigation {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
}

.hero .nav-inner {
  padding: 28px 5vw 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero .nav-inner a {
  min-height: 115px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #f5eee9;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Rethink Sans", sans-serif;
  font-size: clamp(22px, 2.5vw, 42px);
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.hero .nav-inner a:last-child {
  border-right: 0;
}

.hero .nav-inner a span {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 500;
  opacity: 0.45;
}

.hero .nav-inner a:hover {
  background: #e96620;
  color: #25100a;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 68px;
  }

  .hero .header-inner {
    height: 68px;
    padding: 0 24px;
  }

  .hero .header-inner::before,
  .hero .header-inner::after {
    display: none;
  }

  .hero .nav-inner {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero .nav-inner a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero .nav-inner a:nth-child(2) {
    border-right: 0;
  }

  .hero .nav-inner a:nth-child(3),
  .hero .nav-inner a:nth-child(4) {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 64px;
  }

  .hero .header-inner {
    height: 64px;
    padding: 0 16px;
  }

  .hero .header-menu-btn {
    width: 40px;
    height: 34px;
    padding: 0;
    justify-content: center;
  }

  .hero .menu-label {
    display: none;
  }

  .hero .header-logo img {
    height: 32px;
  }

  .hero .header-search {
    display: none;
  }

  .hero .contact-pill {
    padding: 8px 10px;
    font-size: 8px;
  }

  .hero .nav-inner {
    padding: 10px 16px 18px;
    grid-template-columns: 1fr;
  }

  .hero .nav-inner a {
    min-height: auto;
    padding: 18px 6px;
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-size: 28px;
  }

  .hero .nav-inner a:last-child {
    border-bottom: 0 !important;
  }
}
