@font-face {
  font-family: "Space Grotesk";
  src: url("./Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --blue: #3f8da8;
  --blue-light: #99cbdc;
  --blue-dark: #173f51;
  --ink: #101517;
  --paper: #f4f2ec;
  --white: #fff;
  --line: rgba(16, 21, 23, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 17px;
  font-weight: 430;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(36px, 5vw, 84px);
  min-height: 96px;
  padding: 18px 4vw;
  color: white;
  background:
    linear-gradient(180deg, rgba(49, 121, 149, .96) 0%, rgba(63, 141, 168, .92) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  box-shadow: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(49, 121, 149, .58) 0%, rgba(63, 141, 168, .42) 100%);
  border-bottom-color: rgba(255, 255, 255, .28);
  box-shadow: 0 18px 50px rgba(10, 43, 58, .16);
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
}
.brand {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 58px;
  overflow: hidden;
}
.brand img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 156px;
  max-width: none;
  transform: translateY(-50%);
}
nav { display: flex; align-items: center; gap: 32px; margin-left: auto; font-size: 16px; font-weight: 600; line-height: 1; }
nav a { display: inline-flex; align-items: center; min-height: 46px; opacity: .82; transition: opacity .2s; }
nav a:hover { opacity: 1; }
.header-actions { display: none; align-items: center; gap: 12px; }
.button.header-cta { display: none; white-space: nowrap; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 3px auto; background: white; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 100px;
  color: white;
  background: var(--ink);
  cursor: pointer;
  font-weight: 600;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); }
.button-small { min-height: 46px; padding: 0 22px; font-size: 15px; }
.button-outline { color: white; background: transparent; border: 1px solid rgba(255,255,255,.6); }
.button-light { color: var(--ink); background: white; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(180deg, #317995 0%, #62a8c1 53%, #a9d5e3 100%);
}
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 50% 52%, transparent 0, rgba(28,91,114,.08) 42%, rgba(13,52,68,.25) 100%);
  pointer-events: none;
}
.hero-glow { position: absolute; top: 12%; left: 50%; width: 66vw; height: 66vw; transform: translateX(-50%); border-radius: 50%; background: rgba(255,255,255,.09); filter: blur(60px); }
.hero-copy { z-index: 2; width: min(940px, 90vw); margin-top: -10vh; text-align: center; }
.hero .open-waitlist {
  color: var(--ink);
  background: white;
}
.hero .open-waitlist:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
}
.eyebrow { margin: 0 0 24px; font-size: 13px; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { max-width: 950px; margin: 0 auto 28px; font-size: clamp(54px, 7.6vw, 112px); font-weight: 450; line-height: .93; letter-spacing: -.065em; }
.hero-seo-heading { max-width: 780px; margin: 0 auto 14px; color: white; font-size: clamp(22px, 2vw, 30px); font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.hero-intro { max-width: 780px; margin: 0 auto 22px; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.35vw, 20px); font-weight: 450; line-height: 1.5; }
.funding-line {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  margin: 0 auto 14px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 520;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.funding-line strong {
  color: white;
  font-size: 1.18em;
  font-weight: 700;
  letter-spacing: -.025em;
}
.eligibility { display: flex; justify-content: center; align-items: center; gap: 18px; margin: 0 0 28px; }
.eligibility-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.eligibility-logo img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.eligibility-logo:first-child img {
  width: 150px;
  height: auto;
}
.eligibility-logo:nth-child(2) img {
  width: 118px;
  height: auto;
}
.hero-ring {
  position: absolute;
  z-index: 1;
  top: 58vh;
  left: 50%;
  width: min(980px, 78vw);
  transform: translateX(-50%);
  pointer-events: none;
}
.hero-ring img { width: 100%; height: auto; }
.scroll-note { position: absolute; z-index: 3; bottom: 26px; right: 4vw; display: flex; gap: 18px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.support-strip { overflow: hidden; padding: 46px 0 38px; text-align: center; background: white; }
.support-strip > p { margin-bottom: 34px; font-size: 15px; font-weight: 550; color: #505759; }
.support-ticker {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
}
.support-track {
  display: flex;
  width: max-content;
  animation: supportTicker 50s linear infinite;
  will-change: transform;
}
.support-logos {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(70px, 7vw, 130px);
  padding-right: clamp(70px, 7vw, 130px);
}
.support-logo {
  flex: none;
  width: auto;
  max-width: none;
  object-fit: contain;
}
.government-logo { height: 74px; }
.startmate-logo { height: 43px; }
.melbourne-logo { height: 78px; }
.startspace-logo { height: 43px; }
.aws-logo { height: 70px; }
.airwallex-logo { height: 42px; }
@keyframes supportTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.care-capability-intro {
  width: min(1040px, calc(100% - 48px));
  margin: 58px auto 0;
  color: #303638;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.025em;
}
.care-capability-banner {
  width: min(1120px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(20px, 3vw, 46px);
  row-gap: 34px;
  margin: 46px auto 0;
  padding: 10px 0 0;
  color: var(--blue);
}
.care-capability-item {
  min-width: 0;
  min-height: 128px;
  display: grid;
  grid-template-rows: 38px minmax(58px, auto);
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 11px;
  padding: 0 10px;
  text-align: center;
}
.care-capability-item svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.care-capability-item span {
  width: min(100%, 210px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #505759;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 520;
  line-height: 1.18;
  letter-spacing: -.018em;
}

.section-pad { padding: 130px 5vw; }
.section-heading { max-width: 680px; }
.section-heading h2, .founder h2, .final-cta h2 { margin-bottom: 30px; font-size: clamp(42px, 5.5vw, 80px); font-weight: 430; line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 610px; color: #525b5d; font-size: 19px; font-weight: 450; line-height: 1.55; }
.section-heading.centered { max-width: 850px; margin: 0 auto 70px; text-align: center; }
.section-heading.centered > p:last-child { margin-right: auto; margin-left: auto; }
.image-card { position: relative; overflow: hidden; border-radius: 2px; background: #ddd; }
.image-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.image-card:hover img { transform: scale(1.025); }
.intro-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 8vw; }
.image-tall {
  height: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 52px;
  background: transparent;
  contain: paint;
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: none;
}
.image-tall img,
.timing .image-card img {
  object-fit: contain;
}
.image-tall img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  clip-path: none;
  object-fit: initial;
  background: transparent;
}
.timing .image-card img { background: #e8e2d9; }
.image-tall:hover img,
.timing .image-card:hover img {
  transform: none;
}
.timing { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding-top: 40px; }
.timing .image-card {
  height: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 52px;
  background: transparent;
  contain: paint;
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: none;
}
.timing .image-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  clip-path: none;
  object-fit: initial;
  background: transparent;
}
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 48px; background: var(--line); }
.mini-stats div { display: flex; flex-direction: column; padding: 24px; background: var(--paper); }
.mini-stats strong { font-size: 30px; font-weight: 480; }
.mini-stats span { margin-top: 7px; color: #596164; font-size: 15px; font-weight: 500; }

.fear-section { position: relative; min-height: 900px; display: grid; grid-template-columns: 1.05fr .95fr; color: white; background: var(--blue-dark); }
.fear-image { min-height: 900px; overflow: hidden; }
.fear-image img { height: 100%; object-fit: cover; }
.fear-copy { align-self: center; padding: 8vw; }
.fear-copy h3 { max-width: 660px; font-size: clamp(40px, 4.7vw, 70px); font-weight: 430; line-height: 1.02; letter-spacing: -.05em; }
.fear-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0; color: rgba(255,255,255,.76); font-size: 19px; font-weight: 450; line-height: 1.55; }

.steps { background: white; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1300px; margin: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-card { position: relative; min-height: 390px; padding: 34px; border-right: 1px solid var(--line); }
.step-card:last-child { border-right: 0; }
.step-number { color: #737b7d; font-size: 14px; font-weight: 600; }
.line-icon { display: grid; place-items: center; width: 90px; height: 90px; margin: 50px 0 35px; color: var(--blue); font-size: 48px; }
.ring-icon { width: 78px; height: 78px; border: 6px solid var(--blue); border-radius: 50%; box-shadow: inset 0 0 0 5px white, inset 0 0 0 7px var(--blue); }
.alert-icon { border: 3px solid var(--blue); border-radius: 50%; font-size: 35px; }
.step-card h4 { margin-bottom: 12px; font-size: clamp(40px, 4vw, 58px); font-weight: 650; line-height: .95; letter-spacing: 0; }
.step-card p { max-width: 330px; color: #565f61; font-size: 17px; font-weight: 450; line-height: 1.55; }

.ask-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 7vw; padding-bottom: 0; overflow: hidden; background: linear-gradient(145deg, #dceaf0, #f4f2ec 65%); }
.phone-wrap {
  align-self: end;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 1122 / 1402;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
}
.phone-wrap img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
  background: transparent;
}
.question-pill { display: flex; justify-content: space-between; margin-top: 38px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 100px; color: #667072; background: rgba(255,255,255,.5); }

.comparison { color: white; background: #12191c; }
.comparison .eyebrow, .comparison .section-heading > p:last-child { color: rgba(255,255,255,.6); }
.comparison-wrap { max-width: 1400px; margin: auto; overflow-x: auto; }
table { width: 100%; min-width: 920px; border-collapse: collapse; font-size: 16px; font-weight: 450; }
th, td { min-width: 155px; padding: 21px 18px; border: 1px solid rgba(255,255,255,.13); text-align: left; }
th { font-size: 18px; font-weight: 650; }
td { color: rgba(255,255,255,.62); }
.hope-col { color: white; background: rgba(79,165,195,.18); }

.gallery-copy { margin-bottom: 75px; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery-grid .image-card {
  height: 680px;
  border-radius: 24px;
  background: transparent;
}
.gallery-grid .image-card img {
  border-radius: inherit;
  background: transparent;
}
.gallery-grid .wide { grid-column: 1 / -1; height: 850px; }
.gallery-grid .wide img { object-position: center 58%; }

.founder { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: white; background: var(--blue); }
.founder-quote h2 { max-width: 700px; }
.founder-story { align-self: end; max-width: 620px; }
.founder-story p { color: rgba(255,255,255,.8); font-size: 20px; font-weight: 450; line-height: 1.6; }
.signature { display: flex; flex-direction: column; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.25); }
.signature span { color: rgba(255,255,255,.65); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.signature strong { margin-top: 7px; font-size: 27px; font-weight: 450; }

.final-cta { position: relative; min-height: 820px; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; }
.final-bg { position: absolute; inset: 0; }
.final-bg::after { position: absolute; inset: 0; content: ""; background: rgba(7,22,27,.55); }
.final-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.final-content { position: relative; max-width: 950px; padding: 80px 5vw; }
.final-content p:not(.eyebrow) { margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: 19px; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: white; }
.faq .section-heading { position: sticky; top: 40px; align-self: start; }
.faq .section-heading h2 { font-size: clamp(46px, 5vw, 72px); }
.faq a { text-decoration: underline; }
.faq-category { margin-bottom: 46px; }
.faq-category:last-child { margin-bottom: 0; }
.faq-category h3 {
  margin: 0 0 12px;
  color: #8a9294;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child,
.faq-category details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 4px; cursor: pointer; list-style: none; font-size: 21px; font-weight: 550; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 28px; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details > p { max-width: 680px; padding: 0 48px 28px 4px; color: #626a6c; line-height: 1.6; }

.newsletter { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 85px 5vw; color: white; background: var(--blue); }
.newsletter h3 { margin: 0 0 12px; font-size: clamp(42px, 5vw, 68px); font-weight: 430; letter-spacing: -.05em; }
.newsletter p:last-child { margin: 0; color: rgba(255,255,255,.7); }

footer { padding: 80px 5vw 30px; color: white; background: #0e1518; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 6vw; padding-bottom: 80px; }
.footer-main > div:first-child > p { max-width: 430px; margin-top: 32px; color: rgba(255,255,255,.55); line-height: 1.55; }
.footer-brand { width: 188px; height: 70px; }
.footer-brand img { width: 196px; }
footer h5 { margin: 0 0 25px; color: rgba(255,255,255,.55); font-size: 13px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
footer a { color: rgba(255,255,255,.8); font-size: 16px; font-weight: 500; }
.text-button { padding: 0; color: white; background: none; border: 0; cursor: pointer; }
.phone-support-card {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 13px;
  width: min(100%, 310px);
  margin-top: 6px;
  padding: 18px;
  color: white;
  text-align: left;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.phone-support-card + .phone-support-card { margin-top: 12px; }
.phone-support-card:hover { background: rgba(255,255,255,.18); transform: translateY(-1px); }
.phone-support-card svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.phone-support-card strong, .phone-support-card small { display: block; }
.phone-support-card strong { font-size: 16px; font-weight: 600; }
.phone-support-card small { margin-top: 3px; color: rgba(255,255,255,.65); font-size: 12px; }
.phone-support-arrow { font-size: 27px; font-weight: 300; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; color: rgba(255,255,255,.52); border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 500; }
.footer-bottom span:last-child { display: flex; gap: 25px; }
.footer-bottom a { color: inherit; font-size: inherit; }

.phone-support-dialog { width: min(640px, calc(100% - 30px)); padding: 46px; border: 0; border-radius: 18px; color: var(--ink); background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.phone-support-dialog::backdrop { background: rgba(5,15,20,.65); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; }
input, select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: white; outline: none; }
input:focus, select:focus { border-color: var(--blue); }
.phone-support-dialog { max-height: calc(100dvh - 24px); padding: 0; overflow-y: auto; }
.phone-support-dialog-header { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 28px; border-bottom: 1px solid var(--line); }
.phone-support-dialog-header > span { font-size: 22px; font-weight: 650; letter-spacing: -.04em; }
.phone-support-dialog-header .dialog-close { position: static; border: 0; }
.phone-support-dialog-body { padding: 24px 38px 28px; }
.phone-support-dialog h2 { margin: 4px 0 18px; font-size: 32px; font-weight: 500; letter-spacing: -.04em; }
#phone-support-form,
#email-support-form { display: grid; gap: 13px; }
#phone-support-form label,
#email-support-form label { display: grid; gap: 6px; color: #303638; font-size: 13px; font-weight: 550; }
.field-label { display: inline-flex; align-items: baseline; gap: 3px; }
.required-marker { color: var(--blue); }
.phone-support-name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
#phone-support-form input,
#email-support-form input { height: 46px; }
.phone-input-row { display: grid; grid-template-columns: minmax(118px, 140px) 1fr; gap: 10px; }
.phone-input-row select,
.phone-input-row input { height: 46px; }
.phone-input-row select { padding-right: 30px; }
#phone-support-form textarea,
#email-support-form textarea { width: 100%; min-height: 90px; padding: 12px 14px; resize: vertical; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: white; outline: none; font: inherit; line-height: 1.4; }
#phone-support-form textarea:focus,
#email-support-form textarea:focus { border-color: var(--blue); }
.phone-support-note { margin: 0; color: #777f81; font-size: 13px; line-height: 1.5; }
.phone-support-error { margin: 0; padding: 11px 13px; color: #8a2222; background: #f8e8e8; border-radius: 6px; font-size: 13px; }
.phone-support-submit { width: 100%; justify-content: center; }
.phone-support-submit:disabled { cursor: wait; opacity: .65; }
.phone-support-success { padding: 28px 0 12px; text-align: center; }
.phone-support-success h3 { margin-bottom: 10px; font-size: 30px; }
.phone-support-success p { color: #626a6c; line-height: 1.55; }
.support-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.success-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 25px; border-radius: 50%; color: white; background: var(--blue); font-size: 30px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { justify-content: space-between; gap: 0; min-height: 84px; padding: 14px 22px; }
  .brand { width: 148px; height: 56px; }
  .brand img { width: 154px; }
  nav {
    position: fixed;
    top: 84px;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100dvh - 84px);
    z-index: -1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(20px, 5dvh, 34px);
    padding: clamp(42px, 9dvh, 72px) 24px max(34px, env(safe-area-inset-bottom));
    overflow-y: auto;
    color: white;
    background: var(--blue-dark);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
    font-size: clamp(23px, 7vw, 34px);
    text-align: center;
    margin-left: 0;
  }
  nav.open { z-index: 45; opacity: 1; pointer-events: auto; }
  nav a { min-height: auto; }
  nav .button { min-width: min(270px, 86vw); margin-top: 4px; }
  .header-actions { position: relative; z-index: 11; display: flex; }
  .button.header-cta { display: inline-flex; min-height: 42px; padding: 0 18px; font-size: 14px; }
  .menu-toggle { display: flex; }
  .hero-copy { margin-top: -8vh; }
  .hero-ring { top: 64vh; width: 610px; }
  .scroll-note { display: none; }
  .care-capability-banner {
    width: min(720px, calc(100% - 40px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    padding: 8px 0 0;
  }
  .intro-section, .timing, .fear-section, .ask-section, .founder, .faq { grid-template-columns: 1fr; }
  .intro-section { gap: 60px; }
  .image-tall { height: auto; }
  .timing .image-card { height: auto; }
  .timing .image-card { order: 2; }
  .fear-image { min-height: 680px; }
  .fear-copy { padding: 90px 6vw; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-card:last-child { border-bottom: 0; }
  .ask-copy { padding-bottom: 20px; }
  .phone-wrap { max-width: 620px; margin: auto; }
  .gallery-grid .image-card, .gallery-grid .wide { height: 650px; }
  .founder { gap: 50px; }
  .faq .section-heading { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .site-header { min-height: 76px; padding: 12px 18px; }
  .brand { width: 132px; height: 50px; }
  .brand img { width: 138px; }
  nav {
    top: 76px;
    height: calc(100dvh - 76px);
    gap: clamp(18px, 4.5dvh, 30px);
    padding-top: clamp(34px, 7dvh, 58px);
    font-size: clamp(25px, 9vw, 38px);
  }
  .header-actions { gap: 9px; }
  .button.header-cta { min-height: 38px; padding: 0 14px; font-size: 13px; }
  .menu-toggle { width: 42px; height: 42px; }
  .section-pad { padding: 85px 20px; }
  h1 { font-size: 52px; }
  .hero-copy { width: calc(100% - 34px); }
  .funding-line { max-width: 330px; flex-wrap: wrap; gap: 3px 6px; margin-bottom: 14px; font-size: 17px; }
  .eligibility { gap: 12px; }
  .eligibility-logo:first-child img { width: 128px; }
  .eligibility-logo:nth-child(2) img { width: 100px; }
  .hero-ring { top: 64vh; width: 610px; }
  .support-strip > p { padding: 0 20px; text-align: center; }
  .support-track { animation-duration: 50s; }
  .support-logos { gap: 60px; padding-right: 60px; }
  .government-logo { height: 58px; }
  .startmate-logo { height: 34px; }
  .melbourne-logo { height: 62px; }
  .startspace-logo { height: 34px; }
  .aws-logo { height: 55px; }
  .airwallex-logo { height: 34px; }
  .care-capability-intro {
    width: calc(100% - 32px);
    margin-top: 42px;
    font-size: 22px;
    line-height: 1.35;
  }
  .care-capability-banner {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
    margin-top: 38px;
    padding: 6px 0 0;
  }
  .care-capability-item {
    min-height: 102px;
    grid-template-rows: 30px minmax(42px, auto);
    gap: 9px;
    padding: 0 4px;
  }
  .care-capability-item svg {
    width: 28px;
    height: 28px;
    stroke-width: 2.3;
  }
  .care-capability-item span {
    width: min(100%, 150px);
    font-size: 15px;
    font-weight: 560;
    line-height: 1.16;
  }
  .image-tall { height: auto; min-height: 0; }
  .timing .image-card { height: auto; min-height: 0; }
  .image-tall, .timing .image-card { border-radius: 30px; }
  .fear-image { height: 540px; min-height: 0; }
  .fear-section { min-height: 0; }
  .section-heading h2, .founder h2, .final-cta h2 { font-size: 45px; }
  .section-heading > p:last-child, .fear-copy > p:not(.eyebrow), .founder-story p { font-size: 17px; }
  .mini-stats { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .wide { grid-column: auto; }
  .gallery-grid .image-card, .gallery-grid .wide { height: 520px; }
  .final-cta { min-height: 680px; }
  .newsletter { align-items: flex-start; flex-direction: column; padding: 70px 20px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .phone-support-dialog-body { padding: 24px 22px 28px; }
  .phone-support-name-row { grid-template-columns: 1fr; }
  .phone-input-row { grid-template-columns: minmax(104px, 34%) 1fr; gap: 8px; }
  .phone-support-dialog h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .support-track { animation-play-state: paused; }
}
