body::before {
  width: 720px;
  height: 720px;
  display: block;
  position: fixed;
  inset: auto -340px auto auto;
  top: 20vh;
  opacity: 1;
  border: 1px solid rgba(207,219,213,.12);
  background: none;
  transform: rotate(34deg);
}

.site-header {
  min-height: 68px;
  margin-bottom: 18px;
  padding: 8px 10px 8px 18px;
  border-color: rgba(207,219,213,.16);
  background: rgba(36,36,35,.92);
  box-shadow: none;
}

.main-nav {
  gap: clamp(18px, 2.4vw, 32px);
}

.header-cta {
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--cyan);
}

.header-cta:hover {
  color: var(--ink);
  background: var(--paper);
}

.home-hero {
  padding-bottom: 26px;
  scroll-margin-top: 96px;
}

.home-hero-panel {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "copy visual"
    "facts facts";
  gap: 14px;
  border-radius: var(--radius);
  background: var(--panel);
}

.home-hero-copy {
  grid-area: copy;
  padding-block: clamp(32px, 4vw, 52px);
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.55rem, 4.65vw, 4.65rem);
  line-height: .92;
  letter-spacing: -.065em;
}

.home-hero h1 em {
  color: var(--yellow);
  font-style: normal;
}

.home-hero-copy > p {
  max-width: 540px;
  margin: 24px auto 0;
  color: rgba(232,237,223,.78);
  font-size: 1rem;
}

.home-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.home-primary,
.home-dark-button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.home-primary {
  padding: 15px 20px;
  color: var(--ink);
  background: var(--cyan);
}

.home-secondary {
  padding-block: 10px;
  border-bottom: 1px solid rgba(207,219,213,.45);
  color: rgba(232,237,223,.86);
  font-size: .88rem;
}

.home-hero-visual {
  min-height: 440px;
  margin: 0;
  grid-area: visual;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ink);
}

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

.home-facts {
  margin: 0;
  padding: 22px 0 10px;
  grid-area: facts;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(207,219,213,.16);
  list-style: none;
}

.home-facts li {
  padding-inline: 24px;
  border-left: 1px solid rgba(207,219,213,.16);
  text-align: center;
}

.home-facts li:first-child {
  border-left: 0;
}

.home-facts strong,
.home-facts span {
  display: block;
}

.home-facts strong {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
}

.home-facts span {
  margin-top: 5px;
  color: rgba(207,219,213,.62);
  font-size: .7rem;
}

.home-section {
  padding-block: 88px;
  scroll-margin-top: 92px;
}

#services.home-section {
  padding-top: 42px;
}

.home-section-heading {
  max-width: 980px;
  margin-bottom: 42px;
}

.home-section-heading h2,
.home-value h2,
.home-faq h2,
.home-closing h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.8rem, 5.1vw, 5rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.home-section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 64px;
  align-items: end;
}

.home-section-heading-split p {
  max-width: 520px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1rem;
}

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

.home-service-card {
  min-height: 370px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  color: var(--ink);
  background: var(--paper);
}

.home-service-card:nth-child(2) {
  background: var(--cyan);
}

.home-service-card:nth-child(3) {
  color: var(--white);
  background: var(--panel);
}

.home-service-card:nth-child(4) {
  background: var(--yellow);
}

.home-service-card > span {
  font-size: .68rem;
  font-weight: 700;
}

.home-service-card > img {
  width: 106px;
  height: 106px;
  margin: 24px auto 18px;
  display: block;
  object-fit: contain;
}

.home-service-card h3 {
  margin: auto 0 10px;
  font-size: 1.75rem;
  letter-spacing: -.04em;
}

.home-service-card p {
  min-height: calc(4 * 1.5em);
  margin: 0;
  color: inherit;
  opacity: .68;
  font-size: .84rem;
}

.home-fit-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 14px;
}

.home-price-card,
.home-domain-card,
.home-hosting-card {
  border-radius: var(--radius);
}

.home-price-card {
  min-height: 320px;
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  color: var(--ink);
}

.home-price-card {
  background: var(--yellow);
}

.home-price-card > span,
.home-card-kicker {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-price-card h3 {
  margin: auto 0 12px;
  font-size: clamp(4.4rem, 8vw, 7.3rem);
  line-height: .78;
  letter-spacing: -.08em;
}

.home-price-card p {
  max-width: 38ch;
  margin: 0;
  opacity: .67;
}

.home-dark-button {
  width: max-content;
  margin-top: 26px;
  padding: 14px 19px;
  color: var(--white);
  background: var(--ink);
}

.home-domain-card {
  min-height: 320px;
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--cyan);
}

.home-domain-card > span {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-domain-card h3 {
  max-width: 560px;
  margin: auto 0 20px;
  font-size: clamp(2.3rem, 3.6vw, 3.8rem);
  line-height: .92;
  letter-spacing: -.055em;
}

.home-domain-card p {
  max-width: 590px;
  margin: 0;
  font-size: .9rem;
  opacity: .72;
}

.home-domain-card small {
  margin-top: 14px;
  font-size: .64rem;
  opacity: .54;
}

.home-hosting-card {
  padding: 36px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px 56px;
  align-items: end;
  overflow: hidden;
  color: var(--ink);
  background: var(--yellow);
}

.home-hosting-overview h3 {
  max-width: 420px;
  margin: 14px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.home-card-kicker {
  color: rgba(36,36,35,.68);
}

.home-aws-hosting-badge {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-aws-hosting-badge > img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 7px;
}

.home-aws-hosting-badge span,
.home-aws-hosting-badge strong,
.home-aws-hosting-badge small {
  display: block;
}

.home-aws-hosting-badge strong {
  font-size: .8rem;
}

.home-aws-hosting-badge small {
  margin-top: 2px;
  font-size: .64rem;
  opacity: .62;
}

.home-hosting-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(0,0,0,.2);
  list-style: none;
}

.home-hosting-card li {
  padding: 20px 18px;
  border-left: 1px solid rgba(0,0,0,.2);
}

.home-hosting-card li:first-child {
  border-left: 0;
}

.home-hosting-card li strong,
.home-hosting-card li span {
  display: block;
}

.home-hosting-card li strong {
  font-size: 1.15rem;
}

.home-hosting-card li span {
  font-size: .7rem;
  opacity: .68;
}

.home-hosting-card li span {
  margin-top: 5px;
}

.home-hosting-card > p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: .78rem;
  opacity: .68;
}

.home-process {
  padding-top: 42px;
}

.home-fit {
  padding-bottom: 38px;
}

.home-process-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  list-style: none;
}

.home-process-grid li {
  min-width: 0;
  aspect-ratio: 1;
  padding: clamp(26px, 3vw, 36px);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  color: var(--ink);
  background: var(--paper);
}

.home-process-grid li:nth-child(2) {
  background: var(--cyan);
}

.home-process-grid li:nth-child(3) {
  background: var(--yellow);
}

.home-process-grid li::after {
  content: "";
  width: 66px;
  height: 66px;
  position: absolute;
  right: -58px;
  top: 50%;
  z-index: 2;
  background: url('/images/process-arrow-ai-v2-132.avif') center / contain no-repeat;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.22));
  transform: translateY(-50%);
}

.home-process-grid li:last-child::after {
  display: none;
}

.home-process-grid li > span {
  color: rgba(36,36,35,.14);
  font-family: "Syne", sans-serif;
  font-size: clamp(4rem, 6vw, 5.4rem);
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.08em;
}

.home-process-grid li > img {
  width: clamp(112px, 10vw, 138px);
  height: 100px;
  margin: 8px auto 0;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 9px rgba(0,0,0,.12));
}

.home-process-grid h3 {
  margin: auto 0 0;
  font-size: clamp(1.55rem, 2.2vw, 1.95rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.home-process-grid p {
  min-height: calc(3 * 1.55em);
  margin: 16px 0 0;
  color: rgba(36,36,35,.66);
  font-size: .86rem;
}

.home-value-panel {
  padding: clamp(38px, 4.5vw, 64px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-areas:
    "heading visual"
    "benefits benefits";
  gap: 40px clamp(42px, 5vw, 68px);
  align-items: stretch;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--yellow);
}

.home-value-heading {
  grid-area: heading;
}

.home-value h2 {
  max-width: 680px;
  font-size: clamp(3.25rem, 4.3vw, 4.5rem);
}

.home-value-heading > span {
  display: block;
  margin-bottom: 24px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-value-lede {
  max-width: 520px;
  margin: 28px 0 0;
  font-size: 1rem;
  opacity: .68;
}

.home-value-visual {
  min-height: 430px;
  height: 100%;
  margin: 0;
  grid-area: visual;
  overflow: hidden;
  border-radius: 24px;
  background: var(--panel);
}

.home-value-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 67% center;
}

.home-value-grid {
  margin-top: 2px;
  grid-area: benefits;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0,0,0,.24);
}

.home-value-grid article {
  min-width: 0;
  padding: 26px 28px 0;
  border-left: 1px solid rgba(0,0,0,.24);
}

.home-value-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-value-grid article:last-child {
  padding-right: 0;
}

.home-value-grid article > span {
  font-size: .7rem;
  font-weight: 700;
}

.home-value-grid h3 {
  margin: 32px 0 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.home-value-grid p {
  margin: 0;
  font-size: .8rem;
  opacity: .65;
}

.home-faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
}

.home-faq-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.home-faq-list {
  border-top: 1px solid rgba(207,219,213,.16);
}

.home-faq-list details {
  border-bottom: 1px solid rgba(207,219,213,.16);
}

.home-faq-list summary {
  padding: 25px 2px;
  display: flex;
  align-items: center;
  gap: 22px;
  cursor: pointer;
  list-style: none;
  font-family: "Syne", sans-serif;
  font-size: 1.12rem;
}

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

.home-faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: var(--cyan);
  font-size: 1.4rem;
}

.home-faq-list details[open] summary::after {
  content: "-";
}

.home-faq-list summary span {
  color: rgba(207,219,213,.54);
  font-family: "DM Sans", sans-serif;
  font-size: .68rem;
}

.home-faq-list p {
  max-width: 680px;
  margin: -2px 52px 26px;
  color: var(--muted);
}

.home-closing {
  min-height: 300px;
  margin-block: 28px 18px;
  padding: clamp(34px, 6vw, 72px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--yellow);
}

.home-closing h2 {
  max-width: 820px;
}

.home-closing .home-dark-button {
  flex: 0 0 auto;
}

.site-footer {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.footer-links {
  grid-column: 2;
  justify-content: flex-end;
  padding: 0;
  border: 0;
}

.site-footer > small {
  padding-top: 20px;
  padding-right: 94px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  border-top: 1px solid rgba(207,219,213,.14);
}

@media (max-width: 560px) {
  .site-footer > small {
    padding-right: 64px;
  }
}

@media (max-width: 1040px) {
  .home-hero-panel {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual" "facts";
  }

  .home-hero-copy {
    padding-inline: clamp(22px, 5vw, 48px);
  }

  .home-hero-visual {
    min-height: 390px;
  }

  .home-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-process-grid {
    gap: 40px;
  }

  .home-process-grid li::after {
    right: -48px;
  }
}

@media (max-width: 880px) {
  .site-header:has(.main-nav.open) {
    border-radius: 999px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--cyan);
  }

  .menu-toggle .menu-line {
    background: var(--ink);
  }

  .main-nav .header-cta {
    padding: 11px 0;
    border-radius: 0;
    color: var(--cyan);
    background: transparent;
  }

  .home-process-grid {
    max-width: 520px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .home-process-grid li::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -64px;
    transform: translateX(-50%) rotate(90deg);
  }

  .home-value-panel {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "visual" "benefits";
    gap: 24px;
  }

  .home-value-lede {
    max-width: 680px;
    align-self: start;
  }

  .home-value-visual {
    min-height: 0;
    height: 350px;
  }
}

@media (max-width: 760px) {
  .site-header {
    margin-bottom: 10px;
  }

  .brand-name {
    font-size: clamp(.58rem, 3vw, .7rem);
  }

  .brand-name small {
    font-size: clamp(.3rem, 1.7vw, .42rem);
  }

  .brand-symbol {
    width: clamp(34px, 9.2vw, 36px);
    height: clamp(34px, 9.2vw, 36px);
  }

  .home-hero {
    padding-bottom: 24px;
  }

  .home-hero-panel {
    padding: 10px;
    gap: 10px;
    border-radius: 25px;
  }

  .home-hero-copy {
    padding: 30px 14px 24px;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 13.8vw, 3.7rem);
    line-height: .91;
  }

  .home-hero-copy > p {
    margin-top: 22px;
    font-size: .9rem;
  }

  .home-actions {
    width: 100%;
    margin-top: 25px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .home-primary,
  .home-secondary {
    text-align: center;
  }

  .home-secondary {
    border: 0;
  }

  .home-hero-visual {
    min-height: 290px;
    border-radius: 19px;
  }

  .home-facts {
    padding: 20px 4px 10px;
    gap: 0;
  }

  .home-facts li {
    min-width: 0;
    padding: 0 10px;
  }

  .home-facts li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .home-facts li:last-child {
    padding-right: 0;
  }

  .home-facts strong {
    font-size: .73rem;
    line-height: 1.18;
  }

  .home-facts span {
    font-size: .58rem;
    line-height: 1.3;
  }

  .home-section {
    padding-block: 68px;
  }

  #services.home-section {
    padding-top: 36px;
  }

  .home-section-heading {
    margin-bottom: 32px;
  }

  .home-section-heading h2,
  .home-value h2,
  .home-faq h2,
  .home-closing h2 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
    line-height: .97;
  }

  .home-section-heading-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-service-grid,
  .home-fit-grid,
  .home-faq {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: 310px;
  }

  .home-service-card p {
    min-height: 0;
  }

  .home-price-card,
  .home-domain-card {
    min-height: 300px;
    padding: 28px;
  }

  .home-hosting-card {
    padding: 28px 26px;
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-hosting-card ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-hosting-card li {
    padding: 13px 8px;
  }

  .home-hosting-card strong {
    font-size: .9rem;
    white-space: nowrap;
  }

  .home-hosting-card li span {
    font-size: .62rem;
  }

  .home-hosting-card > p {
    grid-column: 1;
  }

  .home-process {
    padding-top: 36px;
  }

  .home-fit {
    padding-bottom: 36px;
  }

  .home-process-grid {
    max-width: 430px;
  }

  .home-value-panel {
    padding: 32px 26px;
  }

  .home-value-heading > span {
    margin-bottom: 20px;
  }

  .home-value-visual {
    height: 280px;
  }

  .home-value-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }

  .home-value-grid article,
  .home-value-grid article:first-child,
  .home-value-grid article:last-child {
    padding: 22px 0;
    border-top: 1px solid rgba(0,0,0,.24);
    border-left: 0;
  }

  .home-value-grid article:first-child {
    border-top: 0;
  }

  .home-value-grid h3 {
    margin-top: 18px;
  }

  .home-faq {
    gap: 34px;
  }

  .home-faq-intro {
    position: static;
  }

  .home-faq-list summary {
    gap: 14px;
    font-size: 1rem;
  }

  .home-faq-list p {
    margin-inline: 38px 8px;
  }

  .home-closing {
    min-height: 330px;
    padding: 30px 24px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-links {
    grid-column: 1;
    justify-content: flex-start;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-process-grid li::after {
    filter: none;
  }
}
