:root {
  --coral: #e06469;
  --coral-dark: #d4545a;
  --amber: #f0b866;
  --teal: #4cb5ae;
  --navy: #1a1a2e;
  --ink-soft: #70708a;
  --muted: #aaaabd;
  --paper: #fefcf9;
  --card: #ffffff;
  --line: #f0eeeb;
  --rose-soft: #fdf2f2;
  --teal-soft: #e6f7f5;
  --amber-soft: #fef8ec;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--navy);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

.page {
  min-height: 100vh;
  padding: 18px clamp(16px, 4vw, 54px) 30px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto auto;
  margin: 0 auto;
  max-width: 1180px;
  padding: 12px 14px 12px 18px;
}

.brand {
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 900;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 18px;
}

.site-nav a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 760;
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--coral-dark);
}

.header-action,
.primary-action,
.email-link {
  background: var(--navy);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  line-height: 1;
  padding: 12px 15px;
  text-decoration: none;
  white-space: nowrap;
}

.header-action:hover,
.primary-action:hover,
.email-link:hover {
  background: #272742;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: calc(100vh - 126px);
  padding: clamp(38px, 6vw, 82px) 0 44px;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow {
  color: var(--coral-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.7rem, 6.2vw, 6rem);
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 12px;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.hero-text,
.product-copy p,
.service-grid p,
.work-list p,
.contact-band p {
  color: var(--ink-soft);
  line-height: 1.58;
}

.hero-text {
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.secondary-action {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  padding: 12px 15px;
  text-decoration: none;
}

.signal-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(26, 26, 46, 0.07);
  display: grid;
}

.signal-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 6px;
  padding: 20px;
}

.signal-row:last-child {
  border-bottom: 0;
}

.signal-row span,
.work-list span {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
}

.signal-row strong {
  font-size: 1rem;
}

.signal-row p {
  color: var(--ink-soft);
  line-height: 1.45;
  margin: 0;
}

.services,
.work,
.product,
.contact-band {
  margin: 0 auto 14px;
  max-width: 1180px;
}

.services {
  display: grid;
  gap: 22px;
}

.section-heading {
  max-width: 720px;
}

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

.service-grid article,
.work-list article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.service-grid article:nth-child(1) {
  background: var(--rose-soft);
}

.service-grid article:nth-child(2) {
  background: var(--teal-soft);
}

.service-grid article:nth-child(3) {
  background: var(--amber-soft);
}

.service-grid p,
.work-list p {
  margin-bottom: 0;
}

.work {
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  padding: clamp(18px, 3vw, 28px);
}

.work-list {
  display: grid;
  gap: 10px;
}

.product {
  align-items: center;
  background: var(--navy);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: clamp(26px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(230px, 310px);
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
}

.product .eyebrow {
  color: #f4a7aa;
}

.product-copy {
  max-width: 620px;
}

.product-copy p {
  color: #c7c7d8;
  font-size: 1rem;
}

.phone {
  aspect-ratio: 9 / 18.4;
  background: var(--navy);
  border: 7px solid var(--navy);
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  max-width: 310px;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.phone-featured {
  justify-self: center;
}

.phone-screen {
  aspect-ratio: 9 / 16.5;
  border-radius: 27px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.phone-notch {
  background: var(--navy);
  border-radius: 0 0 14px 14px;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 90px;
  z-index: 5;
}

.phone-label {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
  margin: 8px 0 2px;
  text-align: center;
}

.voice-screen {
  background: #0f0f1a;
  color: #ffffff;
}

.status-bar {
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  flex: 0 0 auto;
  font-size: 0.58rem;
  font-weight: 800;
  height: 34px;
  justify-content: space-between;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}

.voice-overlay {
  align-items: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(224, 100, 105, 0.18), transparent 28%),
    rgba(26, 26, 46, 0.94);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 26px 18px 20px;
  text-align: center;
}

.voice-ring {
  align-items: center;
  animation: voicePulse 1.2s infinite;
  border: 3px solid var(--coral);
  border-radius: 50%;
  display: flex;
  font-size: 2.15rem;
  height: 96px;
  justify-content: center;
  width: 96px;
}

@keyframes voicePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(224, 100, 105, 0.42);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(224, 100, 105, 0);
  }
}

.voice-state {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
  margin: 16px 0 3px;
}

.voice-quote {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.3;
  margin: 0;
}

.wave {
  align-items: end;
  display: flex;
  gap: 3px;
  height: 30px;
  justify-content: center;
  margin: 14px 0 16px;
}

.wave span {
  animation: wave 0.8s ease-in-out infinite;
  background: var(--coral);
  border-radius: 999px;
  display: block;
  width: 4px;
}

.wave span:nth-child(1),
.wave span:nth-child(8) {
  animation-delay: 0s;
}

.wave span:nth-child(2),
.wave span:nth-child(7) {
  animation-delay: 0.1s;
}

.wave span:nth-child(3),
.wave span:nth-child(6) {
  animation-delay: 0.2s;
}

.wave span:nth-child(4),
.wave span:nth-child(5) {
  animation-delay: 0.3s;
}

@keyframes wave {
  0%,
  100% {
    height: 8px;
  }
  50% {
    height: 24px;
  }
}

.voice-card {
  background: #ffffff;
  border-radius: 14px;
  color: var(--navy);
  padding: 12px;
  text-align: left;
  width: 100%;
}

.voice-card strong {
  display: block;
  font-size: 0.78rem;
  margin-bottom: 5px;
}

.voice-card p {
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.5;
  margin: 0;
}

.contact-band {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 28px);
}

.contact-band h2 {
  max-width: 720px;
}

.site-footer {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  font-size: 0.92rem;
  gap: 12px;
  justify-content: space-between;
  margin: 18px auto 0;
  max-width: 1180px;
  padding: 0 2px;
}

.site-footer a {
  color: var(--navy);
  font-weight: 760;
  text-decoration: none;
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .work,
  .product {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .signal-panel {
    max-width: 720px;
  }

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

  .product {
    justify-items: center;
  }

  .product-copy {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .page {
    padding: 12px 12px 22px;
  }

  .site-header,
  .contact-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    display: flex;
  }

  .header-action,
  .primary-action,
  .secondary-action,
  .email-link {
    width: 100%;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .work {
    display: grid;
  }

  .phone {
    border-width: 5px;
    border-radius: 24px;
    max-width: 250px;
  }

  .phone-screen {
    border-radius: 19px;
  }

  .phone-notch {
    border-radius: 0 0 10px 10px;
    height: 14px;
    width: 58px;
  }

  .status-bar {
    font-size: 0.48rem;
    height: 25px;
    padding: 0 11px;
  }

  .voice-overlay {
    padding: 18px 10px 12px;
  }

  .voice-ring {
    border-width: 2px;
    font-size: 1.55rem;
    height: 72px;
    width: 72px;
  }

  .voice-state {
    margin-top: 11px;
  }

  .wave {
    margin: 9px 0 10px;
  }

  .voice-card {
    border-radius: 10px;
    padding: 9px;
  }
}
