@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/plus-jakarta-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/plus-jakarta-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/plus-jakarta-800.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #092d2a;
  --teal: #0d9488;
  --teal-bright: #19b9aa;
  --mint: #d8f5ef;
  --paper: #f7fbfa;
  --white: #fff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { min-height: 100%; }

body {
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(rgba(13, 148, 136, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 148, 136, .045) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 75% 48%, rgba(93, 222, 203, .17), transparent 33%);
}

.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  z-index: 10;
  padding: 10px 16px;
  border-radius: 0 0 8px 8px;
  color: white;
  background: var(--ink);
}
.skip-link:focus { top: 0; }

.page-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100% - 48px, 1200px);
  min-height: 100vh;
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0;
}

.logo { display: block; width: 290px; max-width: 55vw; }

.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #35605c;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: 0 0 0 5px rgba(25, 185, 170, .13);
  animation: pulse 2.4s ease-in-out infinite;
}

.holding {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  flex: 1;
  padding: 52px 0 88px;
}

.holding-copy { max-width: 640px; }

.eyebrow {
  margin-bottom: 20px;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1 {
  max-width: 660px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.06em;
}
h1 span {
  color: transparent;
  background: linear-gradient(115deg, var(--teal), var(--teal-bright));
  -webkit-background-clip: text;
  background-clip: text;
}

.intro {
  max-width: 590px;
  color: #476662;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.75;
}

.contact-card {
  width: fit-content;
  margin-top: 46px;
  padding: 20px 24px;
  border: 1px solid rgba(13, 148, 136, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 18px 40px -30px rgba(9, 45, 42, .45);
  backdrop-filter: blur(10px);
}
.contact-card p {
  margin-bottom: 6px;
  color: #68807e;
  font-size: .82rem;
}
.contact-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: clamp(.9rem, 2vw, 1rem);
  font-weight: 600;
  text-decoration: none;
}
.contact-card a:hover { color: var(--teal); }
.contact-card svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}
.contact-card a:hover svg { transform: translateX(4px); }

.visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.orb-one {
  width: 410px;
  height: 410px;
  background: linear-gradient(145deg, var(--mint), #a9e8dd);
}
.orb-two {
  right: 0;
  bottom: 8%;
  width: 130px;
  height: 130px;
  border: 28px solid rgba(13, 148, 136, .11);
}

.browser {
  position: relative;
  z-index: 2;
  width: min(100%, 440px);
  overflow: hidden;
  border: 1px solid rgba(9, 45, 42, .14);
  border-radius: 18px;
  background: white;
  box-shadow: 0 35px 80px -35px rgba(9, 45, 42, .45);
  transform: rotate(2.5deg);
  animation: float 6s ease-in-out infinite;
}
.browser-top {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid #e7efed;
  background: #fbfdfd;
}
.browser-top span { width: 8px; height: 8px; border-radius: 50%; background: #c7d8d5; }
.browser-top span:first-child { background: #6bd0c2; }
.browser-top i { width: 48%; height: 7px; margin-left: 12px; border-radius: 10px; background: #e8f1ef; }
.browser-body { min-height: 300px; padding: 20px; }
.mini-nav { display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.mini-nav b { width: 82px; height: 13px; margin-right: auto; border-radius: 3px; background: var(--ink); }
.mini-nav i { width: 30px; height: 5px; border-radius: 3px; background: #bfd0cd; }
.mini-content { padding: 55px 8px 44px; }
.mini-content span { display: block; border-radius: 5px; }
.mini-label { width: 64px; height: 6px; margin-bottom: 13px; background: var(--teal-bright); }
.mini-heading { width: 62%; height: 17px; margin-bottom: 8px; background: var(--ink); }
.mini-heading.wide { width: 82%; }
.mini-line { width: 73%; height: 6px; margin-top: 18px; background: #c4d5d2; }
.mini-line.short { width: 54%; margin-top: 7px; }
.mini-button { width: 78px; height: 24px; margin-top: 23px; border-radius: 20px !important; background: var(--teal); }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-cards span { height: 58px; border-radius: 7px; background: #eff8f6; }
.mini-cards span:nth-child(2) { background: var(--mint); }

.build-tag {
  position: absolute;
  z-index: 3;
  right: -6px;
  bottom: 38px;
  padding: 13px 18px;
  border-radius: 12px;
  color: white;
  background: var(--ink);
  box-shadow: 0 14px 30px -15px rgba(9, 45, 42, .7);
  font-size: .78rem;
  font-weight: 600;
  transform: rotate(-3deg);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0 30px;
  border-top: 1px solid rgba(9, 45, 42, .1);
  color: #718a87;
  font-size: .78rem;
}

@keyframes float {
  0%, 100% { transform: rotate(2.5deg) translateY(0); }
  50% { transform: rotate(1.5deg) translateY(-10px); }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(25, 185, 170, .13); }
  50% { box-shadow: 0 0 0 8px rgba(25, 185, 170, .04); }
}

@media (max-width: 900px) {
  .holding { grid-template-columns: 1fr; padding-top: 72px; text-align: center; }
  .holding-copy { margin: 0 auto; }
  .intro { margin: 0 auto; }
  .contact-card { margin-right: auto; margin-left: auto; text-align: left; }
  .visual { min-height: 400px; }
  .browser { width: min(86%, 440px); }
  .build-tag { right: 8%; }
}

@media (max-width: 560px) {
  .page-shell { width: min(100% - 32px, 1200px); }
  .site-header { padding: 25px 0; }
  .logo { width: 210px; }
  .status { font-size: 0; }
  .holding { gap: 32px; padding: 58px 0 60px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .contact-card { width: 100%; padding: 18px; }
  .visual { min-height: 330px; }
  .orb-one { width: 290px; height: 290px; }
  .browser { width: 92%; }
  .browser-body { min-height: 235px; }
  .mini-content { padding: 38px 4px 32px; }
  .build-tag { right: 0; bottom: 10px; }
  .site-footer { flex-direction: column; align-items: center; text-align: center; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
