:root {
  --river-navy: #123a63;
  --deep-navy: #0b243b;
  --delta-teal: #19b8c8;
  --flow-blue: #187fb4;
  --light-aqua: #71d5df;
  --blue-green: #0f5b57;
  --warm-gold: #f5a623;
  --mist: #f4f8fa;
  --slate: #405364;
  --white: #ffffff;
  --line: #d9e6ee;
  --shadow: 0 18px 48px rgba(11, 36, 59, 0.12);
  --soft-shadow: 0 8px 28px rgba(11, 36, 59, 0.09);
  --radius: 8px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--deep-navy);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(25, 184, 200, 0.52);
  outline-offset: 3px;
}

.container {
  width: min(var(--max-width), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--deep-navy);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header[data-scrolled] {
  box-shadow: 0 12px 34px rgba(11, 36, 59, 0.08);
}

.nav-shell {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  background: var(--white);
}

.brand img {
  width: clamp(146px, 17vw, 204px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
  color: var(--deep-navy);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  padding-block: 8px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--flow-blue);
  border-color: var(--delta-teal);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--deep-navy);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 22px 0 18px;
  background:
    radial-gradient(circle at 84% 22%, rgba(113, 213, 223, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 40%, rgba(244, 248, 250, 0.74) 70%, rgba(113, 213, 223, 0.18) 100%),
    linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
}

.river-lines {
  position: absolute;
  left: max(28vw, 420px);
  right: auto;
  bottom: -62px;
  width: min(82vw, 1280px);
  height: 288px;
  pointer-events: none;
}

.river-lines::before,
.river-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.river-lines::before {
  opacity: 0.62;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 310' fill='none'%3E%3Cpath d='M-30 212C92 128 217 104 344 140C470 176 544 249 704 224C864 199 935 74 1088 70C1163 68 1236 94 1280 128' stroke='%2319B8C8' stroke-width='1.7' stroke-opacity='.46'/%3E%3Cpath d='M-32 236C103 153 214 137 337 168C483 205 548 271 715 249C862 230 942 112 1085 104C1160 100 1228 118 1282 154' stroke='%23187FB4' stroke-width='1.25' stroke-opacity='.32'/%3E%3Cpath d='M-26 187C107 111 231 91 363 124C502 159 573 217 730 189C878 162 954 41 1108 42C1173 43 1238 67 1282 100' stroke='%2371D5DF' stroke-width='1.1' stroke-opacity='.46'/%3E%3Cpath d='M-34 259C106 184 246 171 390 199C529 227 603 284 756 269C890 255 976 154 1112 144C1185 139 1244 154 1284 184' stroke='%230F5B57' stroke-width='1' stroke-opacity='.18'/%3E%3C/svg%3E");
}

.river-lines::after {
  inset: 50px 0 0 8%;
  opacity: 0.58;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980 210' fill='none'%3E%3Cpath d='M-20 147C116 104 242 95 364 124C487 153 562 185 692 156C804 132 852 82 984 91' stroke='%23F5A623' stroke-width='2.2' stroke-opacity='.52'/%3E%3Cpath d='M-22 168C122 124 251 119 376 145C505 173 585 198 712 173C820 152 875 113 984 119' stroke='%2319B8C8' stroke-width='1.35' stroke-opacity='.28'/%3E%3C/svg%3E");
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 58px;
}

.hero-copy {
  padding: 18px 0 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--flow-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--deep-navy);
  font-family: Manrope, Inter, sans-serif;
  line-height: 1.08;
}

h1 {
  max-width: 640px;
  font-size: clamp(2.35rem, 3.05vw, 3.25rem);
  letter-spacing: 0;
}

h1 span {
  color: var(--delta-teal);
  font-family: Outfit, Inter, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.hero-lede {
  max-width: 510px;
  margin: 18px 0 24px;
  color: var(--slate);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.hero-actions,
.closing-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 24px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--deep-navy), var(--river-navy));
  box-shadow: 0 14px 30px rgba(11, 36, 59, 0.18);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--deep-navy), var(--blue-green));
}

.button-secondary {
  color: #066477;
  border-color: var(--flow-blue);
  background: var(--white);
}

.button-secondary:hover,
.button-light:hover {
  color: var(--deep-navy);
  border-color: var(--warm-gold);
  box-shadow: var(--soft-shadow);
}

.button-light {
  color: var(--river-navy);
  background: var(--white);
  min-width: 220px;
}

.hero-visual {
  position: relative;
  min-height: 408px;
}

.mockup-card,
.phone-frame,
.site-frame,
.work-card,
.service-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
}

.mockup-card,
.phone-frame,
.site-frame {
  position: absolute;
}

.dashboard-card {
  inset: 0 auto auto 8px;
  width: min(470px, 72%);
  padding: 20px;
  box-shadow: var(--shadow);
}

.mockup-title {
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 800;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-bottom: 12px;
}

.metric-grid div {
  border: 1px solid #e5edf2;
  border-radius: 6px;
  padding: 10px;
}

.metric-grid span,
.metric-grid em {
  display: block;
  color: var(--slate);
  font-size: 0.6rem;
  font-style: normal;
}

.metric-grid strong {
  display: block;
  color: var(--river-navy);
  font-size: 0.96rem;
}

.metric-grid em {
  color: var(--blue-green);
  font-weight: 700;
}

.line-chart {
  width: 100%;
  height: 132px;
}

.line-chart path,
.work-visual svg path {
  fill: none;
  stroke: #e1eaf0;
  stroke-width: 1.2;
}

.line-chart polyline,
.work-visual svg polyline {
  fill: none;
  stroke: var(--flow-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.line-chart polyline + polyline {
  stroke: var(--delta-teal);
}

.status-card {
  top: 56px;
  right: 4px;
  display: grid;
  width: 188px;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 10px;
  padding: 16px;
}

.status-card .mockup-title {
  grid-column: 1 / -1;
  margin: 0;
}

.donut,
.mini-donut {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(var(--flow-blue) 0 45%, var(--delta-teal) 45% 80%, var(--warm-gold) 80% 95%, #9aa8b2 95% 100%);
  box-shadow: inset 0 0 0 18px var(--white);
}

.status-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--slate);
  font-size: 0.58rem;
  list-style: none;
}

.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
}

.complete { background: var(--flow-blue); }
.progress { background: var(--delta-teal); }
.planning { background: var(--warm-gold); }
.hold { background: #9aa8b2; }

.phone-frame {
  left: 42px;
  bottom: 6px;
  width: 120px;
  min-height: 236px;
  border: 6px solid #101820;
  border-radius: 24px;
  padding: 20px 11px 11px;
}

.phone-top {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 48px;
  height: 6px;
  border-radius: 999px;
  background: #101820;
  transform: translateX(-50%);
}

.phone-frame h2 {
  margin-bottom: 10px;
  font-size: 0.72rem;
}

.phone-stat {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8eff3;
  padding: 8px 0;
  color: var(--slate);
  font-size: 0.66rem;
}

.phone-stat strong {
  color: var(--flow-blue);
}

.phone-stat .red {
  color: #d64545;
}

.phone-stat .green {
  color: var(--blue-green);
}

.phone-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 15px;
}

.phone-tabs span {
  height: 10px;
  border-radius: 999px;
  background: #dcebf2;
}

.site-frame {
  right: 10px;
  bottom: 12px;
  width: min(390px, 68%);
  min-height: 190px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0 54%, #eef7fa 54% 100%);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #dfeaf0;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.86);
}

.browser-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9eb7c8;
}

.browser-bar nav {
  margin-left: auto;
  color: var(--slate);
  font-size: 0.58rem;
  font-weight: 700;
}

.site-preview-copy {
  position: relative;
  z-index: 1;
  width: 58%;
  padding: 28px 22px;
}

.site-preview-copy p {
  margin: 0 0 12px;
  font-size: 0.68rem;
  font-weight: 800;
}

.site-preview-copy h2 {
  font-size: 1.02rem;
}

.site-preview-copy button {
  margin-top: 14px;
  border: 0;
  border-radius: 5px;
  padding: 8px 12px;
  color: var(--white);
  background: var(--flow-blue);
  font-size: 0.66rem;
  font-weight: 800;
}

.site-preview-panel {
  position: absolute;
  top: 48px;
  right: 20px;
  bottom: 20px;
  width: 38%;
  border-radius: 7px;
  background:
    linear-gradient(150deg, rgba(24, 127, 180, 0.92), rgba(15, 91, 87, 0.94)),
    var(--river-navy);
}

.site-preview-panel span {
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.site-preview-panel span:nth-child(1) {
  top: 22px;
}

.site-preview-panel span:nth-child(2) {
  top: 44px;
  right: 40px;
}

.site-preview-panel span:nth-child(3) {
  top: 66px;
  right: 28px;
}

.section {
  padding: 34px 0;
}

.section-heading {
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.42rem);
}

.section-intro {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--slate);
  font-size: 1.02rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.service-card {
  min-height: 212px;
  padding: 24px 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.work-card:hover {
  border-color: rgba(25, 184, 200, 0.42);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-card h3,
.work-body h3,
.process-step h3 {
  margin-top: 14px;
  font-size: 1.05rem;
}

.service-card p,
.work-body p,
.process-step p,
.closing-cta p,
.about-grid p,
.contact-copy p,
.page-hero p {
  color: var(--slate);
}

.service-card p {
  min-height: 74px;
  margin: 12px 0 14px;
  font-size: 0.92rem;
}

.service-card a,
.work-body a,
.contact-copy a {
  color: var(--flow-blue);
  font-weight: 800;
}

.svg-icon {
  width: 38px;
  height: 38px;
  color: var(--flow-blue);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.svg-icon *,
.process-icon * {
  vector-effect: non-scaling-stroke;
}

.work-section {
  padding-top: 28px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.work-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.work-visual {
  width: 100%;
  aspect-ratio: 1.18;
  padding: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(113, 213, 223, 0.28), transparent 32%),
    linear-gradient(135deg, #eef7fa, #f8fbfd);
}

.work-body {
  flex: 1;
  padding: 24px 24px 26px;
}

.work-kicker {
  min-height: 0 !important;
  margin: 0 0 8px !important;
  color: var(--flow-blue) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-body p {
  min-height: 0;
  margin: 10px 0 18px;
}

.work-visual {
  position: relative;
  overflow: hidden;
}

.work-window {
  height: 100%;
  overflow: hidden;
  border: 1px solid #cfe0e9;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(11, 36, 59, 0.1);
}

.window-top {
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #dfeaf0;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.82);
}

.window-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9bb6c7;
}

.window-top.dark {
  justify-content: space-between;
  background: #2b4051;
  color: var(--white);
  font-size: 0.78rem;
}

.window-top.dark span {
  background: transparent;
}

.work-shot img {
  width: 100%;
  height: calc(100% - 30px);
  object-fit: contain;
  object-position: top center;
  background: #f4f2ef;
}

.finance-panel {
  position: absolute;
  inset: 66px 68px 44px 72px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px;
  background: var(--white);
}

.finance-layout,
.admin-layout {
  position: relative;
  height: calc(100% - 30px);
  background: #f4f8fa;
}

.finance-layout aside,
.admin-layout aside {
  position: absolute;
  inset: 0 auto 0 0;
  width: 48px;
  background: var(--deep-navy);
}

.finance-panel span,
.admin-table span {
  color: var(--slate);
  font-size: 0.72rem;
  font-weight: 700;
}

.finance-panel strong {
  display: block;
  margin: 5px 0 8px;
  color: var(--river-navy);
  font-size: 1.55rem;
}

.finance-panel svg {
  height: 100px;
}

.mini-donut {
  position: absolute;
  top: 98px;
  right: 24px;
  width: 58px;
  height: 58px;
  box-shadow: inset 0 0 0 14px var(--white);
}

.admin-table {
  position: absolute;
  inset: 44px 22px auto 72px;
  min-height: 172px;
  border-radius: 7px;
  padding: 16px;
  background: var(--white);
}

.admin-table h4 {
  margin: 6px 0 14px;
}

.admin-table div {
  height: 12px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d9ebf4, #eef6f8);
}

.admin-table .table-header {
  width: 64%;
  background: linear-gradient(90deg, var(--flow-blue), var(--delta-teal));
}

.admin-cardlet {
  position: absolute;
  right: 22px;
  bottom: 42px;
  width: 104px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(11, 36, 59, 0.08);
}

.admin-cardlet span {
  color: var(--slate);
  font-size: 0.68rem;
  font-weight: 700;
}

.admin-cardlet strong {
  display: block;
  color: var(--flow-blue);
  font-size: 1.55rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 82px 1fr;
  align-items: center;
  gap: 18px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(25, 184, 200, 0.4), transparent);
}

.process-step > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--river-navy);
  font-weight: 800;
}

.process-step:nth-child(2) > span {
  background: var(--delta-teal);
}

.process-step:nth-child(3) > span {
  background: var(--warm-gold);
}

.process-icon {
  width: 66px;
  height: 66px;
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 17px;
  color: var(--flow-blue);
  background: var(--white);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.closing-section {
  padding-top: 16px;
}

.closing-cta {
  position: relative;
  justify-content: space-between;
  overflow: hidden;
  border-radius: var(--radius);
  padding: 28px 48px;
  color: var(--white);
  background:
    repeating-radial-gradient(ellipse at 72% 120%, transparent 0 17px, rgba(113, 213, 223, 0.18) 18px 19px, transparent 20px 28px),
    linear-gradient(135deg, var(--deep-navy), var(--blue-green) 52%, var(--flow-blue));
}

.closing-cta h2,
.closing-cta p {
  color: var(--white);
}

.closing-cta h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.closing-cta p {
  max-width: 440px;
  margin: 10px 0 0;
}

.site-footer {
  padding: 18px 0 22px;
  background: var(--white);
}

.footer-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.footer-brand img {
  width: 162px;
  height: auto;
}

.footer-shell p {
  margin: 0;
  color: #758491;
  font-size: 0.84rem;
  text-align: center;
}

.footer-shell nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  color: var(--deep-navy);
  font-size: 0.84rem;
  font-weight: 600;
}

.footer-shell a:hover {
  color: var(--flow-blue);
}

.project-dialog {
  width: min(720px, calc(100vw - 28px));
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  box-shadow: 0 30px 80px rgba(11, 36, 59, 0.28);
}

.project-dialog::backdrop {
  background: rgba(11, 36, 59, 0.55);
}

.dialog-shell {
  position: relative;
  padding: clamp(26px, 5vw, 44px);
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--slate);
  background: var(--white);
  font-size: 1.5rem;
  line-height: 1;
}

.dialog-heading {
  max-width: 560px;
  margin-bottom: 22px;
}

.dialog-heading h2,
.contact-copy h2,
.page-hero h1,
.about-grid h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.dialog-heading p,
.contact-copy p {
  color: var(--slate);
}

.project-form {
  display: grid;
  gap: 16px;
}

.project-form label {
  display: grid;
  gap: 7px;
  color: var(--deep-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  border: 1px solid #cfe0e9;
  border-radius: 7px;
  padding: 13px 14px;
  color: var(--deep-navy);
  background: var(--white);
  font-weight: 500;
}

.project-form textarea {
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--blue-green);
  font-weight: 700;
}

.page-hero {
  padding: 84px 0 60px;
  background:
    radial-gradient(circle at 84% 10%, rgba(25, 184, 200, 0.15), transparent 30%),
    var(--mist);
}

.page-hero-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 70px;
  align-items: start;
}

.page-hero p {
  margin: 30px 0 0;
  font-size: 1.12rem;
}

.about-band {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 28px;
}

.about-grid article {
  border-top: 3px solid var(--delta-teal);
  padding-top: 20px;
}

.about-grid article:first-child {
  border-color: var(--river-navy);
}

.about-grid article:last-child {
  border-color: var(--warm-gold);
}

.about-grid h3 {
  font-size: 1.14rem;
}

.contact-section {
  background: var(--mist);
}

.contact-card {
  padding: 28px;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-copy {
    padding-bottom: 14px;
  }

  .hero-visual {
    min-height: 455px;
  }

  .dashboard-card {
    left: 0;
  }

  .site-frame {
    right: 0;
  }

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

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

  .process-step {
    grid-template-columns: 46px 82px 1fr;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-shell nav {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--max-width));
  }

  .nav-shell {
    min-height: 74px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav[data-open] {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-copy {
    padding: 22px 0 4px;
  }

  h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .hero-actions,
  .closing-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 630px;
  }

  .mockup-card,
  .phone-frame,
  .site-frame {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .status-card {
    margin-top: 14px;
  }

  .phone-frame {
    width: 165px;
    margin: 10px auto;
  }

  .site-frame {
    min-height: 205px;
  }

  .service-grid,
  .work-grid,
  .about-grid,
  .page-hero-grid,
  .contact-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-card p,
  .work-body p {
    min-height: 0;
  }

  .process-step {
    grid-template-columns: 38px 62px 1fr;
    gap: 14px;
  }

  .process-icon {
    width: 62px;
    height: 62px;
  }

  .closing-cta {
    padding: 24px;
  }

  .page-hero {
    padding: 38px 0 32px;
  }
}

@media (max-width: 480px) {
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-card {
    padding: 16px;
  }

  .line-chart {
    height: 115px;
  }

  .hero-visual {
    min-height: 690px;
  }

  .site-preview-copy {
    width: 68%;
    padding: 26px 18px;
  }

  .work-body,
  .contact-card {
    padding: 20px;
  }
}

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