:root {
  --bg: #050506;
  --panel: #08090b;
  --panel-2: #0d0f13;
  --text: #f4f1ea;
  --muted: #a7a7a7;
  --quiet: #6f727a;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --accent: #8d92ff;
  --max: 1200px;
  --font: "Helvetica Neue", Helvetica, Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 0%, rgba(92, 91, 170, 0.18), transparent 34rem),
    linear-gradient(180deg, #050506 0%, #08090b 48%, #050506 100%);
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px solid var(--text);
  outline-offset: 4px;
}

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

p {
  color: var(--muted);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  border: 1px solid var(--line-strong);
  background: var(--text);
  color: var(--bg);
  padding: .7rem 1rem;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.9), rgba(5, 5, 6, 0.45) 100%);
  backdrop-filter: blur(5px);
}

.brand {
  font-size: .82rem;
  letter-spacing: .42em;
  font-weight: 700;
  white-space: nowrap;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  width: max-content;
  line-height: 1;
  letter-spacing: 0;
}

.ologi-logo {
  display: block;
  width: clamp(8.75rem, 11vw, 10.25rem);
  height: auto;
  overflow: visible;
}

.ologi-logo-glow,
.ologi-logo-mark {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ologi-logo-glow {
  stroke: #8d92ff;
  stroke-width: 12;
  opacity: .24;
  filter: url(#ologi-mark-glow);
}

.ologi-logo-mark {
  stroke: url(#ologi-mark-gradient);
  stroke-width: 7.4;
}


.ologi-logo-word {
  fill: url(#ologi-word-gradient);
  font-family: var(--font);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 13px;
}

.brand-small {
  font-size: .72rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 1rem;
}

.site-nav a + a::before {
  content: "/";
  margin-right: 1rem;
  color: rgba(255, 255, 255, 0.34);
  font-weight: 400;
}

.site-nav a,
.site-footer a,
.text-link {
  color: #bbb;
  font-size: .86rem;
  transition: color .18s ease;
  letter-spacing: 0.9px;
  font-weight: 500;
}

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

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 40px;
  padding: .65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff8e7 0%, #dfe9ff 42%, #9aa7ff 100%);
  color: #050506;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 12px 34px rgba(141, 146, 255, 0.28);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.header-cta svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 42px rgba(141, 146, 255, 0.36);
  filter: brightness(1.03);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: start;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 6, 0.4), rgba(5, 5, 6, 0.16) 42%, rgba(5, 5, 6, 0.12)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.4) 82%, rgba(5, 5, 6, 0.16)),
    url("/assets/hero-mountain.jpeg");
  background-position: center, center, center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.19) 74%, var(--bg));
}

.lets-talk-hero .hero-media {
  background-image:
    linear-gradient(90deg, rgba(5, 5, 6, 0.76), rgba(5, 5, 6, 0.34) 48%, rgba(5, 5, 6, 0.22)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.18), rgba(5, 5, 6, 0.55) 78%, rgba(5, 5, 6, 0.92)),
    url("/assets/lets-talk-hero.jpg");
  background-position: center, center, center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.work-hero .hero-media {
  background-image:
    linear-gradient(90deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.38) 48%, rgba(5, 5, 6, 0.22)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.14), rgba(5, 5, 6, 0.5) 78%, rgba(5, 5, 6, 0.94)),
    url("/assets/work-hero.jpg");
  background-position: center, center, center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.services-hero .hero-media {
  background-image:
    linear-gradient(90deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.36) 48%, rgba(5, 5, 6, 0.22)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.12), rgba(5, 5, 6, 0.5) 78%, rgba(5, 5, 6, 0.94)),
    url("/assets/approach-hero.jpg");
  background-position: center, center, center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.about-hero .hero-media {
  background-image:
    linear-gradient(90deg, rgba(5, 5, 6, 0.62), rgba(5, 5, 6, 0.24) 48%, rgba(5, 5, 6, 0.12)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.06), rgba(5, 5, 6, 0.28) 78%, rgba(5, 5, 6, 0.72)),
    url("/assets/about_hero.jpg");
  background-position: center, center, center bottom;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.lets-talk-hero .hero-content {
  padding: 8.5rem 0 4.5rem;
}

.hero h1 {
  max-width: 1200px;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 8.5rem 0 5.5rem;
}

.eyebrow {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--text);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  margin-top: 1.25rem;
  font-size: clamp(3rem, 8vw, 7.5rem);
  line-height: .95;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

h2 {
  font-size: clamp(1.7rem, 4vw, 4.35rem);
  line-height: 1;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  margin-top: 1.6rem;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  color: var(--text);
}

.about-hero-rule {
  width: 150px;
  height: 1px;
  margin-top: 1.75rem;
  background: var(--line);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.1rem;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  font-size: .92rem;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.button.primary {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.button.primary:hover {
  background: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.section-heading,
.page-intro {
  padding-top: clamp(5rem, 9vw, 8.5rem);
}

main > .hero + :is(.section-heading, .work-list, .split-section, .intake-form, .success-panel) {
  margin-top: 0;
  padding-top: 3rem;
}

.section-heading {
  padding-bottom: 1.5rem;
}

.section-heading h2,
.page-intro h1 {
  max-width: 880px;
  margin-top: .9rem;
}

.section-heading p:not(.eyebrow),
.page-intro p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 1.15rem;
  font-size: 1.08rem;
}

.page-intro {
  padding-bottom: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 0%, rgba(92, 91, 170, 0.2), transparent 33rem),
    linear-gradient(180deg, #08090b 0%, #050506 100%);
}

.page-intro .container {
  padding-top: 6rem;
}

.card-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.five-up {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.work-card,
.process-card,
.contact-card,
.quiet-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    var(--panel);
}

.card {
  min-height: 230px;
  padding: clamp(1.35rem, 2vw, 2rem);
  text-align: center;
}

.card p {
  margin-top: .9rem;
}

.service-situation-card {
  min-height: 410px;
  text-align: left;
}

.service-situation-card h3 {
  font-size: 1.8rem;
}

.service-situation-icon {
  display: block;
  width: clamp(3rem, 4vw, 3.65rem);
  height: clamp(3rem, 4vw, 3.65rem);
  margin: 0 auto 2.15rem;
  opacity: .94;
  filter: drop-shadow(0 10px 22px rgba(141, 146, 255, 0.24));
}

.service-situation-summary {
  min-height: 300px;
}

.typical-work {
  margin-top: 1.6rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.typical-work ul {
  display: grid;
  gap: .42rem;
  margin: .8rem 0 0;
  padding-left: 1.1rem;
  color: var(--text);
  font-size: .92rem;
  list-style: disc;
}

.card-icon {
  display: block;
  width: clamp(3rem, 4vw, 3.65rem);
  height: clamp(3rem, 4vw, 3.65rem);
  margin: 0 auto 2.15rem;
  filter: drop-shadow(0 10px 22px rgba(141, 146, 255, 0.24));
  opacity: .94;
}

.product-systems-icon {
  fill: url(#product-systems-gradient);
}

.custom-buying-icon {
  fill: url(#custom-buying-gradient);
}

.commerce-icon {
  fill: url(#commerce-gradient);
}

.internal-tools-icon {
  fill: url(#internal-tools-gradient);
}

.fractional-cto-icon {
  fill: url(#fractional-cto-gradient);
}


.price {
  margin-bottom: 2.2rem;
  color: var(--text);
  font-size: 1.5rem;
}

.section-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.work-grid,
.work-list,
.process-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
}

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

.work-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: 320px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.work-card h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1;
}

.work-card-media {
  border-bottom: 1px solid var(--line);
  background: var(--panel-2);
}

.work-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.work-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
}

.work-card-head {
  display: block;
}

.work-card-head p,
dt {
  color: var(--quiet);
  font-size: .8rem;
}


dl {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

dt,
dd {
  margin: 0;
}

dd {
  color: var(--text);
  font-size: .92rem;
}

.work-card-link {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .34);
  text-underline-offset: .18em;
}

.work-card-link:hover {
  text-decoration-color: currentColor;
}

.note {
  margin-top: 1rem;
  color: var(--quiet);
  font-size: .92rem;
}

.founder-note,
.final-cta,
.philosophy {
  margin-top: clamp(5rem, 9vw, 8.5rem);
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.founder-note,
.final-cta {
  margin-top: clamp(2.5rem, 4.5vw, 4.25rem);
  padding: clamp(1rem, 2.5vw, 2rem) 0;
}

.founder-note h2,
.final-cta h2 {
  max-width: 860px;
  margin-top: .9rem;
}

.founder-note p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 1rem;
  font-size: 1.08rem;
}

.final-cta .button,
.founder-note .button {
  margin-top: 1.8rem;
}

.compact {
  margin-top: 3rem;
}

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

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

.principles-grid .process-card h2 {
  font-size: 1.9rem;
}

.process-card {
  min-height: 270px;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border: 1px solid var(--line);
}

.process-card span {
  display: block;
  margin-bottom: 4rem;
  color: var(--quiet);
  font-size: .8rem;
}

.process-card p {
  margin-top: .9rem;
}

.philosophy p {
  max-width: 900px;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(1rem, 4vw, 4rem);
  padding-top: 3rem;
}

main > .about-hero + .split-section {
  padding-top: 4rem;
}

.split-section p {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: 1.12rem;
}

.about-copy {
  max-width: 700px;
}

.about-portfolio-link {
  display: inline-block;
  margin-top: .5rem;
  font-size: 1rem;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: var(--line-strong);
  text-underline-offset: .3em;
}

.about-headshot {
  display: block;
  width: 85%;
  aspect-ratio: 4 / 5;
  align-self: start;
  justify-self: center;
  border: 1px solid var(--line);
  object-fit: cover;
}

.quiet-panel {
  align-self: start;
  border: 1px solid var(--line);
  padding: 1.5rem;
}

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

.contact-section {
  margin-top: 3rem;
}

.contact-section > .eyebrow {
  margin-bottom: 1rem;
}

.contact-card {
  min-height: 170px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  transition: border-color .18s ease, background .18s ease;
}

.contact-card:hover {
  border-color: var(--line-strong);
  background: var(--panel-2);
}

.contact-card span {
  display: block;
  margin-bottom: 3rem;
  color: var(--quiet);
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.contact-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-weight: 200;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 480px) 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: clamp(5rem, 8vw, 8rem);
  padding: 2rem clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
}

.site-footer p {
  color: var(--quiet);
  font-size: .82rem;
}

.footer-brand .ologi-logo {
  width: 8.75rem;
}

.site-footer nav {
  display: flex;
  justify-content: end;
  gap: 1rem;
}

.intake-form {
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-section {
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(8, 9, 11, 0.72);
}

.form-section > legend {
  padding: 0 .55rem;
  color: var(--text);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.4rem;
}

.field {
  display: grid;
  gap: .45rem;
  min-width: 0;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.checkbox-field > legend {
  color: rgba(244, 241, 234, 0.84);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.field label span {
  margin-left: .45rem;
  color: var(--quiet);
  font-size: .68rem;
  letter-spacing: .12em;
}

.field input:not([type="checkbox"]),
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  padding: .9rem .95rem;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(244, 241, 234, 0.72) 50%),
    linear-gradient(135deg, rgba(244, 241, 234, 0.72) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.field input:not([type="checkbox"]):hover,
.field select:hover,
.field textarea:hover,
.checkbox-option:hover {
  border-color: var(--line-strong);
  background-color: rgba(255, 255, 255, 0.055);
}

.field input:not([type="checkbox"]):focus-visible,
.field select:focus-visible,
.field textarea:focus-visible,
.checkbox-option:has(input:focus-visible) {
  outline: 1px solid var(--accent);
  outline-offset: 3px;
  border-color: rgba(141, 146, 255, 0.52);
  box-shadow: 0 0 0 4px rgba(141, 146, 255, 0.12);
}

.field.has-error input:not([type="checkbox"]),
.field.has-error select,
.field.has-error textarea {
  border-color: rgba(255, 154, 154, 0.62);
}

.field-error {
  min-height: 1.1rem;
  color: #ffb8b8;
  font-size: .78rem;
}

.checkbox-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .85rem;
}

.checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  min-height: 48px;
  padding: .8rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(244, 241, 234, 0.86);
  cursor: pointer;
}

.checkbox-option input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: .15rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--accent);
  transition: none;
}

.checkbox-option span {
  font-size: .94rem;
  line-height: 1.3;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: .15rem;
  padding-top: 0;
}

.success-panel {
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.5rem, 4vw, 3rem) 0;
  border-top: 1px solid var(--line);
}

.form-actions p {
  max-width: 520px;
  font-size: .92rem;
}

.form-status {
  min-height: 1.4rem;
  color: #ffb8b8;
}

.form-actions button:disabled {
  cursor: wait;
  opacity: .68;
}

.success-panel {
  border-bottom: 1px solid var(--line);
}

.success-panel h2 {
  max-width: 860px;
  margin-top: .9rem;
}

.success-panel .button {
  margin-top: 1.8rem;
}

@media (max-width: 1040px) {
  .five-up,
  .work-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-up,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-situation-summary {
    min-height: auto;
  }

  .hero {
    min-height: 700px;
  }
}

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

  .brand {
    font-size: .72rem;
    letter-spacing: .28em;
  }

  .ologi-logo {
    width: 8rem;
  }

  .header-actions {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: none;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    background: rgba(8, 9, 11, 0.96);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a + a::before {
    content: none;
  }

  .hero {
    min-height: 690px;
  }

  .hero.lets-talk-hero,
  .hero.work-hero,
  .hero.services-hero,
  .hero.about-hero {
    min-height: 580px;
  }

  .hero-media {
    background-image:
      linear-gradient(90deg, rgba(5, 5, 6, 0.4), rgba(5, 5, 6, 0.16) 42%, rgba(5, 5, 6, 0.12)),
      linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.4) 82%, rgba(5, 5, 6, 0.16)),
      url("/assets/hero-mountain-mobile.jpg");
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }

  .hero .hero-content {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .lets-talk-hero .hero-media {
    background-image:
      linear-gradient(90deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.38) 48%, rgba(5, 5, 6, 0.24)),
      linear-gradient(180deg, rgba(5, 5, 6, 0.2), rgba(5, 5, 6, 0.58) 78%, rgba(5, 5, 6, 0.94)),
      url("/assets/lets-talk-hero-mobile.jpg");
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }

  .work-hero .hero-media {
    background-image:
      linear-gradient(90deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.38) 48%, rgba(5, 5, 6, 0.24)),
      linear-gradient(180deg, rgba(5, 5, 6, 0.2), rgba(5, 5, 6, 0.58) 78%, rgba(5, 5, 6, 0.94)),
      url("/assets/work-hero-mobile.jpg");
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }

  .services-hero .hero-media {
    background-image:
      linear-gradient(90deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.38) 48%, rgba(5, 5, 6, 0.24)),
      linear-gradient(180deg, rgba(5, 5, 6, 0.2), rgba(5, 5, 6, 0.58) 78%, rgba(5, 5, 6, 0.94)),
      url("/assets/approach-hero-mobile.jpg");
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }

  .about-hero .hero-media {
    background-image:
      linear-gradient(90deg, rgba(5, 5, 6, 0.64), rgba(5, 5, 6, 0.26) 48%, rgba(5, 5, 6, 0.12)),
      linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.34) 78%, rgba(5, 5, 6, 0.78)),
      url("/assets/about-hero-mobile.jpg");
    background-position: center, center, center bottom;
    background-size: cover, cover, cover;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 4rem);
  }

  h1,
  h2,
  .work-card h2 {
    line-height: 1.15;
  }

  h3 {
    line-height: 1.25;
  }

  .hero .hero-content,
  .section-heading,
  .page-intro .container,
  .founder-note,
  .final-cta,
  .split-section,
  .note,
  .success-panel {
    padding-inline: 0.75rem;
  }

  .section-row,
  .work-card-head,
  .site-footer {
    display: block;
  }

  .two-up,
  .five-up,
  .work-grid,
  .work-list,
  .process-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .card,
  .work-card,
  .process-card {
    min-height: auto;
  }

  .work-card-head span {
    display: inline-block;
    margin-top: .8rem;
  }

  .process-card span,
  .contact-card span {
    margin-bottom: 2rem;
  }

  .site-footer p,
  .site-footer nav {
    margin-top: 1.25rem;
  }

  .site-footer nav {
    justify-content: start;
    flex-wrap: wrap;
  }

  .form-grid,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .form-actions {
    display: grid;
  }

}

@media (max-width: 440px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--max));
  }

  .cta-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero {
    min-height: 650px;
  }
}
