:root {
  --bg: #ffffff;
  --bg-soft: #f6fbff;
  --bg-accent: #edf6ff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --border: rgba(128, 168, 212, 0.24);
  --border-strong: rgba(128, 168, 212, 0.38);
  --text: #0f1724;
  --text-soft: #4f647a;
  --text-muted: #7690ab;
  --blue: #7cc4ff;
  --blue-strong: #3ca2f1;
  --shadow: 0 24px 70px rgba(134, 168, 207, 0.16);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1160px;
  --page-gutter: 1.25rem;
  --header-offset: 5.25rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-offset) + 0.75rem);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
svg,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow-x: clip;
}

.container {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container));
  margin: 0 auto;
}

#home,
#services,
#about,
#contact {
  scroll-margin-top: calc(var(--header-offset) + 0.75rem);
}

:where(
  .hero-grid,
  .statement-card,
  .services-preview-grid,
  .service-blocks,
  .project-grid,
  .process-grid,
  .founder-grid,
  .footer-grid,
  .about-layout,
  .contact-layout,
  .founder-list
) > * {
  min-width: 0;
}

.section {
  padding: 5.5rem 0;
}

.section--compact {
  padding: 3.5rem 0;
}

.hero + .section {
  padding-top: .5rem;
}

.section--tinted {
  background: var(--bg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(128, 168, 212, 0.12);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  row-gap: 0.75rem;
  min-height: 5.25rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.brand-mark__dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-strong), #b6e1ff);
  box-shadow: 0 0 0 6px rgba(124, 196, 255, 0.18);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
}

.site-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover,
.contact-notes a:hover {
  color: var(--blue-strong);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: #06233e;
  background: linear-gradient(135deg, #dff1ff, #9fd6ff);
  box-shadow: 0 16px 30px rgba(124, 196, 255, 0.24);
}

.button--primary:hover {
  box-shadow: 0 20px 38px rgba(124, 196, 255, 0.3);
}

.button--secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero {
  min-height: calc(100vh - var(--header-offset));
  min-height: calc(100svh - var(--header-offset));
  display: flex;
  align-items: center;
  padding-top: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - var(--header-offset));
  min-height: calc(100svh - var(--header-offset));
  padding-top: 0;
  padding-bottom: 0;
}

.hero-copy,
.statement-card,
.service-preview-card,
.service-block,
.project-card,
.coming-soon-card,
.process-card,
.founder-card,
.cta-panel,
.contact-form {
  border: 1px solid var(--border);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  justify-self: start;
  max-width: 100%;
}

.hero-wordmark {
  position: relative;
  display: inline-block;
  isolation: isolate;
  max-width: 100%;
}

.hero-wordmark__canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-wordmark__crisp {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
  white-space: pre;
  transform-origin: top left;
}

.hero h1,
.section-heading h1,
.section-heading h2,
.cta-panel h2,
.about-copy h2 {
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.hero h1 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  font-size: clamp(4rem, 16vw, 13rem);
  font-weight: 700;
  line-height: 0.88;
  text-transform: lowercase;
  color: transparent;
  text-shadow: none;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}

.hero-intro {
  max-width: 28rem;
  align-self: center;
  padding-bottom: 0;
}

.hero-intro__statement,
.project-card__tag {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--text-soft);
}

.project-card__tag,
.card-index {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.statement-card {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  border-radius: var(--radius-lg);
  padding: 2rem 2.2rem;
}

.statement-card__lead {
  margin: 0;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.statement-card__body {
  margin: 0;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  color: var(--text-soft);
}

.section-heading {
  max-width: min(42rem, 100%);
  margin-bottom: 2rem;
}

.contact-simple {
  max-width: min(42rem, 100%);
}

.section-heading--left {
  margin-bottom: 0;
}

.contact-simple h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.contact-simple h2,
.section-heading h1,
.section-heading h2,
.cta-panel h2,
.about-copy h2 {
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-intro__statement,
.statement-card__lead {
  text-wrap: pretty;
}

.contact-simple p,
.section-heading p,
.about-copy p,
.cta-panel p,
.service-block p,
.project-card p,
.coming-soon-card p,
.process-card p,
.founder-card p,
.contact-notes p {
  color: var(--text-soft);
}

.services-preview-grid,
.project-grid,
.process-grid {
  display: grid;
  gap: 1.25rem;
}

.services-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.service-preview-card,
.project-card,
.process-card {
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.service-preview-card h3,
.project-card h3,
.process-card h3,
.founder-card h3,
.service-block h3 {
  margin: 0.5rem 0 0.75rem;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.service-preview-card p,
.project-card p,
.process-card p {
  margin: 0;
}

.service-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-block {
  border-radius: var(--radius-lg);
  padding: 1.8rem;
}

.service-block__header {
  margin-bottom: 1rem;
}

.service-block p {
  margin: 0 0 0.95rem;
}

.service-block ul {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.service-block li {
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: var(--bg-accent);
  color: #285b88;
  font-size: 0.92rem;
  font-weight: 600;
  max-width: 100%;
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coming-soon-card {
  margin-top: 1.25rem;
  border-radius: var(--radius-lg);
  padding: 1.8rem;
}

.coming-soon-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.4rem;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-layout,
.contact-layout,
.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.about-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: start;
}

.about-copy {
  max-width: 38rem;
}

.founder-card {
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.founder-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.founder-list h3 {
  margin-top: 0;
}

.section--cta {
  padding-top: 2.5rem;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 32px;
  padding: 2.25rem;
  background:
    linear-gradient(135deg, rgba(244, 250, 255, 0.98), rgba(231, 244, 255, 0.92));
}

.contact-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.contact-notes {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-notes p {
  margin: 0;
}

.contact-simple__intro {
  max-width: 32rem;
  margin: 1rem 0 1.5rem;
}

.contact-simple__label {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-simple__email {
  display: inline-block;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  border-bottom: 1px solid var(--border-strong);
  padding-bottom: 0.1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.contact-simple__email:hover {
  color: var(--blue-strong);
  border-color: var(--blue-strong);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-radius: 32px;
  padding: 1.5rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  background: var(--surface-strong);
  padding: 0.95rem 1rem;
  color: var(--text);
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue-strong);
  box-shadow: 0 0 0 4px rgba(124, 196, 255, 0.18);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__full {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 2rem 0 2.5rem;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(180px, 0.7fr));
  padding-top: 2rem;
  border-top: 1px solid rgba(128, 168, 212, 0.18);
}

.footer-grid h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-note {
  max-width: 22rem;
  margin: 1rem 0 0;
  color: var(--text-soft);
}

.footer-links {
  display: grid;
  gap: 0.7rem;
  color: var(--text-soft);
}

.footer-bottom {
  margin-top: 2rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  :root {
    --page-gutter: 1.125rem;
  }

  .section {
    padding: 4.75rem 0;
  }

  .section--compact {
    padding: 3rem 0;
  }

  .services-preview-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .contact-layout,
  .about-layout,
  .founder-grid,
  .hero-grid,
  .statement-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    gap: 1.75rem;
    padding-block: clamp(3rem, 8vh, 4.5rem) 1.25rem;
  }

  .hero-copy {
    width: 100%;
    justify-self: center;
  }

  .hero-intro {
    max-width: 34rem;
    padding-bottom: 0;
  }

  .hero-intro__statement {
    max-width: 32rem;
  }
}

@media (max-width: 768px) {
  :root {
    --page-gutter: 1rem;
    --header-offset: 6.5rem;
    --mobile-statement-peek: clamp(1.5rem, 4svh, 2.35rem);
  }
  .section {
    padding: 4rem 0;
  }

  .section--compact {
    padding: 2.75rem 0;
  }

  .nav-bar {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
    padding: 0.85rem 0;
  }

  .site-nav {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(128, 168, 212, 0.16);
  }

  .service-blocks,
  .services-preview-grid,
  .process-grid,
  .contact-form,
  .founder-list {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .statement-card,
  .service-block,
  .founder-card,
  .cta-panel,
  .contact-form,
  .project-card,
  .process-card,
  .coming-soon-card {
    padding: 1.5rem;
  }

  .hero {
    min-height: calc(100svh - 5.25rem - var(--mobile-statement-peek));
    align-items: center;
    overflow-x: clip;
  }

  .hero h1 {
    font-size: clamp(5.45rem, 27vw, 8.75rem);
    max-width: none;
  }

  .hero-wordmark {
    display: block;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    text-align: center;
    overflow: visible;
  }

  .hero-grid {
    min-height: calc(100svh - 5.25rem - var(--mobile-statement-peek));
    grid-template-rows: auto auto;
    gap: clamp(0.95rem, 2.8vh, 1.5rem);
    padding-top: clamp(1.5rem, 4svh, 3rem);
    padding-bottom: clamp(1.25rem, 4svh, 2rem);
    align-items: start;
    align-content: center;
    justify-items: stretch;
  }

  .hero-copy {
    display: flex;
    align-self: end;
    justify-content: center;
    justify-self: stretch;
    width: 100%;
    overflow: visible;
  }

  .hero-intro {
    width: min(100%, 24rem);
    max-width: calc(100% - clamp(1.75rem, 8vw, 3rem));
    margin: clamp(0.1rem, 1.4vh, 0.45rem) auto 0;
    align-self: start;
    justify-self: center;
    padding-bottom: 0;
    padding-inline: clamp(1.2rem, 7vw, 2.15rem);
  }

  .hero-intro__statement {
    margin: 0;
    font-size: 1rem;
    max-width: 100%;
  }

  .statement-card__lead {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  .service-block ul {
    gap: 0.625rem;
  }

  .service-block li {
    padding: 0.55rem 0.8rem;
    font-size: 0.88rem;
  }

  .footer-grid {
    gap: 1.25rem;
  }

  .footer-bottom {
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wordmark__canvas {
    display: none;
  }
}

@media (max-width: 480px) {
  :root {
    --page-gutter: 0.875rem;
    --header-offset: 7rem;
    --mobile-statement-peek: clamp(1.1rem, 3.2svh, 1.8rem);
  }

  .section {
    padding: 3.25rem 0;
  }

  .section--compact {
    padding: 2.25rem 0;
  }

  .hero + .section {
    padding-top: 0;
  }

  .nav-bar {
    gap: 0.625rem;
  }

  .brand-mark {
    gap: 0.5rem;
    font-size: 0.9rem;
  }

  .brand-mark__dot {
    width: 0.72rem;
    height: 0.72rem;
    box-shadow: 0 0 0 4px rgba(124, 196, 255, 0.18);
  }

  .site-nav {
    gap: 0.4rem 0.75rem;
    font-size: 0.9rem;
  }

  .site-nav a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(5.05rem, 31vw, 7.7rem);
  }

  .hero-grid {
    gap: 0.8rem;
    padding-top: clamp(1.25rem, 3.5svh, 2.35rem);
  }

  .hero-intro {
    max-width: calc(100% - clamp(1.5rem, 9vw, 2.5rem));
    padding-inline: clamp(1rem, 8vw, 1.65rem);
  }

  .hero-intro__statement,
  .statement-card__body,
  .contact-simple__intro {
    font-size: 0.98rem;
  }

  .hero-copy,
  .statement-card,
  .service-block,
  .founder-card,
  .cta-panel,
  .contact-form,
  .project-card,
  .process-card,
  .coming-soon-card {
    padding: 1.2rem;
  }

  .contact-simple h3 {
    font-size: clamp(1.8rem, 10vw, 2.35rem);
  }

  .contact-simple__intro {
    margin: 0.85rem 0 1.25rem;
  }

  .contact-simple__email {
    font-size: clamp(1rem, 5vw, 1.2rem);
  }

  .footer-grid {
    padding-top: 1.5rem;
  }

  .footer-links {
    gap: 0.55rem;
  }
}

@media (max-height: 540px) and (orientation: landscape) {
  :root {
    --header-offset: 5rem;
    --mobile-statement-peek: 0.9rem;
  }

  .section {
    padding: 2.75rem 0;
  }

  .hero {
    min-height: calc(100svh - var(--header-offset) - var(--mobile-statement-peek));
    align-items: center;
  }

  .hero-grid {
    min-height: calc(100svh - var(--header-offset) - var(--mobile-statement-peek));
    grid-template-rows: auto auto;
    gap: 0.9rem;
    padding-block: clamp(0.85rem, 3.5svh, 1.75rem);
    align-content: center;
  }

  .hero h1 {
    font-size: clamp(4.85rem, 22vw, 6.85rem);
  }

  .hero-copy {
    justify-content: center;
    align-self: end;
  }

  .hero-wordmark {
    text-align: center;
  }

  .hero-intro {
    max-width: min(21rem, 100%);
    margin: clamp(0.1rem, 1vh, 0.35rem) auto 0;
    align-self: start;
    padding-bottom: 0;
    padding-inline: clamp(1rem, 5vw, 1.4rem);
  }

  .hero-intro__statement {
    font-size: 0.98rem;
  }
}
