:root {
  --ink: #17343d;
  --muted: #5d747b;
  --paper: #f4f7f4;
  --line: rgba(34, 69, 78, .14);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body {
  min-height: 100svh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 300 16px/1.6 "DM Sans", sans-serif;
}
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: -60px; left: 24px; padding: 10px 16px; background: #fff; border-radius: 99px; }
.skip-link:focus { top: 18px; }

.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(24, 52, 61, .16) .55px, transparent .55px);
  background-size: 8px 8px;
  opacity: .12;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}
.glow { position: absolute; width: 60vw; aspect-ratio: 1; border-radius: 50%; filter: blur(2px); }
.glow-one { top: -34vw; right: -15vw; background: radial-gradient(circle, rgba(135, 123, 208, .22), rgba(104, 175, 213, .08) 45%, transparent 70%); }
.glow-two { bottom: -42vw; left: -20vw; background: radial-gradient(circle, rgba(117, 223, 196, .34), rgba(104, 175, 213, .08) 48%, transparent 70%); }
.ribbon { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: multiply; shape-rendering: geometricPrecision; }
.ribbon path {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.site-header {
  margin: 22px 2.5vw 0;
  min-height: 66px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 18px;
  background: rgba(250, 251, 250, .7);
  box-shadow: 0 14px 45px rgba(49, 81, 90, .07);
  backdrop-filter: blur(24px);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.brand img { display: block; }
.status { display: flex; align-items: center; gap: 9px; color: #637c83; font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #62c4aa; box-shadow: 0 0 0 5px rgba(98, 196, 170, .12); animation: pulse 2.8s ease-in-out infinite; }

main { display: grid; }
.hero {
  width: min(100%, 1540px);
  min-height: calc(100svh - 160px);
  margin: 0 auto;
  padding: clamp(70px, 10vh, 120px) 7vw 7vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-copy { width: min(100%, 1040px); }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; color: #54737d; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: #61aaa3; }
h1 { margin: 0; max-width: 1100px; font: 300 clamp(62px, 9.3vw, 150px)/.88 "Manrope", sans-serif; letter-spacing: -.072em; }
h1 em { font-style: normal; color: transparent; background: linear-gradient(110deg, #53b5ae 0%, #68afd5 42%, #877bd0 78%, #75dfc4 100%); background-size: 220% 220%; background-clip: text; -webkit-background-clip: text; animation: colour-flow 9s ease infinite; }
.intro { max-width: 595px; margin: 34px 0 0 1vw; color: #3f5962; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.75; }
.actions { margin: 28px 0 0 1vw; display: flex; align-items: center; gap: 30px; }
.button { min-width: 210px; padding: 15px 19px; display: inline-flex; justify-content: space-between; align-items: center; gap: 26px; overflow: hidden; position: relative; border-radius: 99px; background: rgba(255, 255, 255, .88); box-shadow: inset 0 -2px rgba(43, 22, 76, .07), 0 4px 14px rgba(115, 164, 190, .18); text-decoration: none; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 20%, rgba(117, 223, 196, .5), transparent 40%), radial-gradient(circle at 80%, rgba(135, 123, 208, .3), transparent 45%); opacity: .55; }
.button span, .button b { position: relative; z-index: 1; }
.button b { font-size: 14px; font-weight: 400; }
.button:hover { transform: translateY(-2px); box-shadow: inset 0 -2px rgba(43, 22, 76, .07), 0 9px 24px rgba(115, 164, 190, .22); }
.text-link { padding: 8px 0 6px; border-bottom: 1px solid #9eb3ba; text-decoration: none; font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { margin-left: 14px; }
.note { position: absolute; right: 7vw; bottom: 9vh; width: min(300px, 28vw); padding: 23px 24px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 20px; background: rgba(255, 255, 255, .42); box-shadow: 0 15px 50px rgba(49, 81, 90, .06); backdrop-filter: blur(18px); }
.note > span { color: #69838a; font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.note p { margin: 10px 0 14px; color: #3f5962; font-size: 12px; line-height: 1.6; }
.note a { font-size: 11px; font-weight: 500; text-underline-offset: 4px; }

footer { margin: 0 3vw; padding: 18px 0 23px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #6d848a; font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
footer p { margin: 0; }
footer p span { margin: 0 8px; color: #9aabb0; }

@keyframes colour-flow { 0%, 100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(98, 196, 170, 0); } }
  50% { transform: translate3d(8px, -5px, 0); }
  to { stroke-dashoffset: -324; transform: translate3d(0, 0, 0); }
}

@media (max-width: 900px) {
  .hero { min-height: auto; padding-top: 12vh; padding-bottom: 12vh; }
  .note { position: static; width: min(100%, 560px); margin: 50px 0 0 1vw; }
}
@media (max-width: 600px) {
  .site-header { margin: 12px 12px 0; min-height: 58px; padding: 9px 14px; }
  .status { font-size: 0; }
  .status::after { content: "In progress"; font-size: 8px; }
  .hero { padding: 72px 24px 70px; }
  .eyebrow { max-width: 270px; line-height: 1.5; }
  h1 { font-size: clamp(55px, 17vw, 82px); line-height: .92; }
  .intro, .actions, .note { margin-left: 0; }
  .actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  footer { margin: 0 18px; flex-direction: column; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}


