:root {
  --blue: #2351e8;
  --blue-dark: #183ab0;
  --ink: #15243d;
  --muted: #596477;
  --paper: #fff;
  --ice: #f2f6ff;
  --line: #e3e8f1;
  --lime: #def58b;
  --font: 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
[tabindex='0']:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
}
h1,
h2 {
  letter-spacing: -0.055em;
  font-weight: 650;
}
p {
  max-width: 66ch;
}
.container {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 108px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 50;
  background: #fff;
  padding: 10px 20px;
}
.skip-link:focus {
  top: 15px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #f1f3f7;
}
.header-inner {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 29px;
  letter-spacing: -1.4px;
  font-weight: 750;
  line-height: 1;
}
.brand svg {
  width: 36px;
  height: 36px;
  color: var(--blue);
  stroke-width: 4;
}
.brand svg circle {
  fill: var(--blue);
  stroke: none;
}
.brand-dot {
  color: var(--blue);
}
nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
}
nav a:not(.nav-contact):hover {
  color: var(--blue);
}
.nav-contact {
  padding: 11px 22px;
  border: 1px solid #cad2e2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-contact:hover {
  background: var(--ice);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  color: var(--ink);
  align-items: center;
  gap: 8px;
}
.menu-toggle[hidden] {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 25px;
  min-height: 670px;
  align-items: center;
  padding-block: 63px 77px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.intro {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}
.small-spark {
  font-size: 24px;
  line-height: 1;
  color: var(--blue);
}
h1 {
  font-size: clamp(49px, 4.8vw, 72px);
  max-width: 640px;
}
.hero-description {
  color: var(--muted);
  font-size: 17px;
  max-width: 445px;
  margin: 27px 0 28px;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 650;
  min-height: 54px;
}
.button svg {
  width: 20px;
  height: 20px;
}
.button-blue {
  color: #fff;
  background: var(--blue);
}
.button-blue:hover {
  background: var(--blue-dark);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 23px;
}
.hero-note > span {
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-collage {
  position: relative;
  height: 490px;
  width: 100%;
  isolation: isolate;
}
.orbit {
  position: absolute;
  border: 1px solid #dce5ff;
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 470px;
  height: 470px;
  left: 0;
  top: 10px;
}
.orbit-two {
  width: 380px;
  height: 380px;
  left: 45px;
  top: 55px;
}
.photo {
  position: absolute;
  overflow: hidden;
  background: #dce6f0;
}
.photo-main {
  width: 79%;
  height: 337px;
  left: 5%;
  top: 31px;
  border-radius: 130px 24px 24px 24px;
  transform: rotate(-5deg);
}
.photo-main img {
  object-position: 48% center;
}
.photo-main:after,
.photo-small:after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.46));
}
.photo figcaption {
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 15px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  z-index: 1;
  line-height: 1.4;
}
.photo-small {
  width: 49%;
  height: 208px;
  right: 0;
  bottom: 2px;
  border-radius: 18px;
  transform: rotate(7deg);
  border: 7px solid white;
  box-shadow: 0 10px 30px #1a345918;
}
.photo-small img {
  object-position: center;
}
.photo-small figcaption {
  bottom: 12px;
  left: 10px;
  font-size: 10px;
}
.collage-label {
  position: absolute;
  background: white;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 30px;
  box-shadow: 0 8px 30px #1d37601a;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}
.label-nearby {
  top: 0;
  right: -1%;
  padding: 12px 17px;
  transform: rotate(4deg);
}
.label-nearby svg {
  color: var(--blue);
  width: 18px;
  height: 18px;
}
.label-hello {
  bottom: 64px;
  left: -5%;
  padding: 13px 17px;
  background: var(--lime);
  transform: rotate(-7deg);
  box-shadow: none;
}
.label-hello > span {
  font-size: 22px;
  line-height: 1;
}
.collage-spark {
  position: absolute;
  right: -5px;
  top: 154px;
  font-size: 100px;
  color: var(--blue);
  line-height: 1;
  transform: rotate(15deg);
}
.idea-strip {
  background: var(--ice);
  padding-block: 25px;
  border-block: 1px solid #eaf0ff;
}
.idea-strip .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.strip-star {
  color: var(--blue);
  font-size: 24px;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.section-label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
  margin-bottom: 20px;
}
h2 {
  font-size: clamp(38px, 3.6vw, 52px);
}
.about-copy {
  color: var(--muted);
  font-size: 16px;
  padding-top: 9px;
}
.about-copy > p + p {
  margin-top: 19px;
}
.about-copy .stage-note {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 13px;
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: var(--ink);
}
.stage-note > span {
  color: var(--blue);
}
.vision {
  background: #f7f9fd;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 54px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 15px;
  padding-bottom: 4px;
}
.vision-layout {
  display: grid;
  grid-template-columns: 0.91fr 1.09fr;
  gap: 66px;
  align-items: center;
}
.vision-tabs {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.vision-tab {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 25px 20px;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: var(--ink);
  width: 100%;
}
.vision-tab[aria-selected='true'] {
  background: white;
  border-color: #dce4f3;
  box-shadow: 0 8px 25px #28478106;
}
.vision-tab:hover {
  background: #fff;
}
.tab-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e8efff;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.vision-tab > span:nth-child(2) {
  flex: 1;
}
.vision-tab strong {
  font-size: 19px;
  display: block;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.vision-tab > span:nth-child(2) > span {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  display: block;
}
.tab-arrow {
  font-size: 22px;
  color: #a1adbf;
}
.vision-tab[aria-selected='true'] .tab-arrow {
  color: var(--blue);
}
.vision-panels {
  min-width: 0;
}
.vision-panel {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e3eaf3;
}
.vision-panel[hidden] {
  display: none;
}
.panel-copy {
  padding: 29px 32px 32px;
}
.concept-label {
  font-size: 11px;
  font-weight: 650;
  color: var(--blue);
}
.panel-copy h3 {
  font-size: 25px;
  letter-spacing: -0.8px;
  margin: 11px 0 14px;
  line-height: 1.18;
  max-width: 370px;
}
.panel-copy p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  min-height: 74px;
}
.map-art {
  position: relative;
  height: 256px;
  overflow: hidden;
  background: #e9f0ff;
}
.map-park {
  position: absolute;
  background: #d5e6bd;
  width: 200px;
  height: 220px;
  border-radius: 50px;
  right: -30px;
  top: -80px;
  transform: rotate(25deg);
}
.map-river {
  position: absolute;
  background: #c5d9ff;
  width: 80px;
  height: 400px;
  left: 20px;
  top: -70px;
  transform: rotate(-34deg);
  border-radius: 100%;
}
.map-road {
  position: absolute;
  background: #fff;
  border: 1px solid #e1e8f4;
  width: 130%;
  height: 21px;
  left: -15%;
  transform: rotate(-22deg);
}
.road-one {
  top: 90px;
}
.road-two {
  top: 220px;
}
.road-three {
  top: 100px;
  transform: rotate(67deg);
}
.map-place {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 19px;
  background: white;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 5px 18px #2544710d;
}
.map-place span {
  font-size: 11px;
  font-weight: 600;
}
.place-coffee {
  top: 39px;
  left: 31px;
  transform: rotate(-4deg);
}
.place-park {
  bottom: 40px;
  right: 27px;
  transform: rotate(4deg);
}
.map-center {
  position: absolute;
  left: 47%;
  top: 88px;
  background: var(--blue);
  width: 61px;
  height: 61px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 13px #2351e818,
    0 0 0 28px #2351e80a;
  color: white;
}
.map-center svg {
  width: 30px;
  height: 30px;
}
.map-caption {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: #455b80;
  font-size: 11px;
}
.interest-art {
  height: 256px;
  background: #eaf0ff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 13px;
  padding: 28px 32px;
}
.interest-bubble {
  border-radius: 30px;
  padding: 10px 15px;
  background: white;
  font-size: 13px;
  color: #233b68;
  box-shadow: 0 4px 9px #2b408209;
  transform: rotate(-4deg);
}
.interest-bubble:nth-child(2n) {
  background: var(--blue);
  color: white;
  transform: rotate(5deg);
}
.interest-bubble:last-child {
  background: var(--lime);
}
.moment-art {
  height: 256px;
  position: relative;
}
.moment-art img {
  object-position: center 37%;
}
.moment-art span {
  position: absolute;
  bottom: 18px;
  left: 22px;
  background: white;
  border-radius: 6px;
  font-size: 11px;
  padding: 7px 12px;
  max-width: calc(100% - 44px);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.value-symbol {
  display: block;
  color: var(--blue);
  margin-bottom: 26px;
}
.value-symbol svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.6;
}
.values-grid h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
.values-grid p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.contact-section {
  background: var(--blue);
  color: white;
  overflow: hidden;
}
.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 82px;
  gap: 60px;
}
.contact-inner .section-label {
  color: #d1dcff;
  margin-bottom: 23px;
}
.contact-inner h2 {
  font-size: clamp(43px, 4.5vw, 64px);
}
.contact-inner p:not(.section-label) {
  font-size: 15px;
  line-height: 1.8;
  margin: 23px 0 28px;
  color: #e0e7ff;
}
.button-white {
  background: white;
  color: var(--blue);
}
.button-white:hover {
  background: var(--lime);
}
.button-white:focus-visible {
  outline-color: var(--lime);
}
.connection-art {
  width: 370px;
  height: 280px;
  position: relative;
  flex-shrink: 0;
}
.connection-art > span {
  display: block;
  position: absolute;
  width: 200px;
  height: 270px;
  border: 28px solid #6c8cff;
  border-radius: 100px;
  transform: rotate(40deg);
  left: 10px;
  top: 0;
}
.connection-art > span:nth-child(2) {
  left: 150px;
  border-color: var(--lime);
}
.connection-art i {
  position: absolute;
  top: 93px;
  left: 115px;
  font-style: normal;
  font-size: 51px;
  letter-spacing: -3px;
  font-weight: 650;
  color: white;
  transform: rotate(-8deg);
}
.site-footer {
  padding-block: 48px 26px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 33px;
  padding-bottom: 38px;
}
.footer-top .brand {
  font-size: 26px;
}
.footer-top .brand svg {
  width: 31px;
  height: 31px;
}
.footer-top p {
  color: var(--muted);
  font-size: 13px;
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
}
.footer-top > a:last-child > span {
  margin-left: 16px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero {
    min-height: 720px;
    gap: 55px;
  }
  .hero-collage {
    height: 530px;
  }
  .photo-main {
    height: 365px;
  }
  .photo-small {
    height: 224px;
  }
  .label-hello {
    bottom: 75px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 16px;
    min-height: 620px;
  }
  .hero-collage {
    height: 435px;
  }
  .photo-main {
    height: 300px;
    left: 3%;
    width: 85%;
  }
  .photo-small {
    height: 180px;
    width: 54%;
  }
  .label-nearby {
    font-size: 10px;
    padding: 10px 13px;
  }
  .label-hello {
    font-size: 10px;
    bottom: 48px;
    left: -3%;
  }
  .collage-spark {
    font-size: 74px;
    top: 153px;
  }
  .orbit-one {
    width: 360px;
    height: 360px;
    top: 40px;
  }
  .orbit-two {
    width: 290px;
    height: 290px;
    top: 75px;
    left: 35px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 365px;
  }
  .hero-note {
    font-size: 10px;
  }
  .about {
    gap: 45px;
  }
  .vision-layout {
    gap: 30px;
  }
  .vision-tab {
    padding: 22px 14px;
    gap: 11px;
  }
  .vision-tab strong {
    font-size: 17px;
  }
  .tab-icon {
    width: 40px;
    height: 40px;
  }
  .values-grid {
    gap: 32px;
  }
  .connection-art {
    transform: scale(0.85);
    transform-origin: right center;
    width: 330px;
  }
  .section {
    padding-block: 84px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 84px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 76px;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 27px;
  }
  .brand svg {
    width: 32px;
    height: 32px;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
  }
  .site-header nav {
    display: flex;
    width: 100%;
    gap: 18px;
    font-size: 12px;
    justify-content: center;
    padding: 10px 0 16px;
  }
  .site-header:has(.menu-toggle[hidden]) .header-inner {
    height: auto;
    min-height: 76px;
    padding-top: 16px;
  }
  .site-header.has-js nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 16px 24px 24px;
    box-shadow: 0 15px 25px #15243d09;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 16px;
  }
  .site-header.has-js nav.is-open {
    display: flex;
  }
  .site-header.has-js nav > a {
    padding: 12px 10px;
  }
  .site-header.has-js .nav-contact {
    margin-top: 8px;
    justify-content: space-between;
    padding-inline: 18px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 38px;
    padding-block: 42px 38px;
    min-height: 0;
  }
  .intro {
    font-size: 12px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(43px, 9.7vw, 65px);
    letter-spacing: -0.06em;
  }
  .hero-description {
    font-size: 15px;
    max-width: 510px;
    margin-block: 23px;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 20px;
  }
  .button {
    font-size: 13px;
    padding: 13px 22px;
  }
  .hero-collage {
    height: 385px;
    width: min(440px, 96%);
    margin: 0 auto;
  }
  .photo-main {
    left: 5%;
    width: 80%;
    height: 270px;
    top: 24px;
    border-top-left-radius: 100px;
  }
  .photo-small {
    height: 165px;
    right: 2%;
    width: 49%;
    bottom: 3px;
  }
  .label-hello {
    bottom: 45px;
    left: 0;
    font-size: 10px;
    padding: 10px 12px;
  }
  .label-nearby {
    right: 1%;
    top: 0;
  }
  .collage-spark {
    right: 0;
    top: 125px;
    font-size: 78px;
  }
  .orbit-one {
    width: 330px;
    height: 330px;
    left: calc(50% - 165px);
    top: 20px;
  }
  .orbit-two {
    width: 270px;
    height: 270px;
    left: calc(50% - 135px);
    top: 50px;
  }
  .photo-main figcaption {
    font-size: 11px;
    left: 18px;
  }
  .photo-small figcaption {
    font-size: 9px;
  }
  .idea-strip {
    padding-block: 18px;
  }
  .idea-strip .container {
    font-size: 11px;
    letter-spacing: -0.2px;
    gap: 7px;
  }
  .strip-star {
    font-size: 16px;
  }
  .section {
    padding-block: 64px;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  h2 {
    font-size: 39px;
  }
  .section-label {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .about-copy {
    font-size: 15px;
    padding: 0;
  }
  .about-copy .stage-note {
    font-size: 12px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    margin-top: 23px;
    font-size: 14px;
  }
  .vision-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .vision-tabs {
    gap: 5px;
  }
  .vision-tab {
    padding: 18px 16px;
    gap: 15px;
  }
  .vision-tab strong {
    font-size: 18px;
  }
  .vision-tab > span:nth-child(2) > span {
    font-size: 12px;
  }
  .panel-copy {
    padding: 25px;
  }
  .panel-copy h3 {
    font-size: 26px;
  }
  .map-art,
  .moment-art,
  .interest-art {
    height: 235px;
  }
  .panel-copy p {
    min-height: 0;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .values-grid article {
    position: relative;
    padding-left: 53px;
  }
  .value-symbol {
    position: absolute;
    left: 0;
    top: -3px;
  }
  .value-symbol svg {
    width: 30px;
    height: 30px;
  }
  .values-grid h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .values-grid p {
    font-size: 14px;
  }
  .contact-inner {
    padding-block: 59px;
    display: block;
    position: relative;
  }
  .contact-inner > div:first-child {
    position: relative;
    z-index: 1;
  }
  .contact-inner h2 {
    font-size: 43px;
  }
  .connection-art {
    display: none;
  }
  .contact-inner .section-label {
    font-size: 11px;
  }
  .contact-inner p:not(.section-label) {
    font-size: 14px;
  }
  .footer-top {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
    padding-bottom: 27px;
  }
  .footer-top p {
    order: 3;
    width: 100%;
    font-size: 12px;
  }
  .footer-top > a:last-child {
    font-size: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    font-size: 10px;
  }
  .site-footer {
    padding-block: 33px 24px;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-collage {
    height: 340px;
  }
  .photo-main {
    height: 235px;
  }
  .photo-small {
    height: 142px;
  }
  .label-hello {
    bottom: 39px;
    font-size: 9px;
  }
  .photo-main figcaption {
    font-size: 10px;
  }
  .orbit-one {
    width: 290px;
    height: 290px;
    left: calc(50% - 145px);
  }
  .orbit-two {
    width: 230px;
    height: 230px;
    left: calc(50% - 115px);
  }
  .idea-strip .container {
    font-size: 9px;
  }
  .vision-tab {
    gap: 10px;
    padding-inline: 10px;
  }
  .vision-tab strong {
    font-size: 16px;
  }
  .vision-tab > span:nth-child(2) > span {
    font-size: 11px;
  }
  .tab-icon {
    width: 35px;
    height: 35px;
  }
  .map-place span {
    font-size: 9px;
  }
  .place-coffee {
    left: 12px;
  }
  .place-park {
    right: 12px;
  }
  .panel-copy {
    padding: 23px 20px;
  }
  .interest-art {
    padding: 20px 15px;
    gap: 10px;
  }
  .interest-bubble {
    font-size: 11px;
  }
  .contact-inner h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
