:root {
  --bg: #08080d;
  --panel: #151720;
  --panel-2: #101017;
  --panel-3: #1e212c;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.62);
  --soft: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.24);
  --green: #86f24a;
  --green-2: #a0ff62;
  --green-3: #63c934;
  --dark-text: #101017;
  --radius-lg: 32px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::selection {
  background: var(--green);
  color: var(--dark-text);
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-shell {
  min-height: 100vh;
  background: radial-gradient(circle at 50% 5%, rgba(255, 255, 255, 0.05), transparent 26%), var(--bg);
}

.fixed-nav {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.icon-button,
.round-link,
.arrow-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, opacity 220ms ease;
}

.icon-button:hover,
.round-link:hover,
.arrow-button:hover,
.button:hover {
  transform: scale(1.02);
}

.icon-button:active,
.round-link:active,
.arrow-button:active,
.button:active {
  transform: scale(0.99);
}

.logo-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 8px;
  background: #f5f5f5;
}

.logo-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.green-button {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--green);
  color: var(--text);
}

.green-button:hover {
  background: var(--green-2);
}

.nav-contact {
  position: relative;
}

.contact-popover {
  position: absolute;
  left: 54px;
  top: 0;
  width: min(320px, calc(100vw - 88px));
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(21, 23, 32, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.contact-popover.is-open {
  display: flex;
}

.contact-popover h2,
.contact-popover p {
  margin: 0;
}

.contact-popover h2 {
  font-size: 26px;
  line-height: 1;
}

.social-row,
.footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.round-link {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
}

.round-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.12);
}

.button {
  min-height: 56px;
  min-width: 160px;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
}

.button-green {
  background: var(--green);
  color: white;
}

.button-green:hover {
  background: var(--green-2);
}

.button-white {
  background: #f3f3f3;
  color: var(--dark-text);
}

.button-alt {
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: white;
}

.button-alt:hover {
  background: rgba(255, 255, 255, 0.12);
}

.section-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-bg::before,
.section-bg::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.section-bg::before {
  background-image: url("bg-space.png");
  background-position: center;
  background-size: cover;
}

.section-bg::after {
  z-index: -1;
  background:
    linear-gradient(to bottom, var(--bg), rgba(8, 8, 13, 0.45) 28%, rgba(8, 8, 13, 0.48) 60%, var(--bg) 94%),
    rgba(8, 8, 13, 0.58);
}

.soft-top::after {
  background:
    linear-gradient(to bottom, var(--bg), rgba(8, 8, 13, 0.58) 24%, rgba(8, 8, 13, 0.72) 70%, var(--bg) 100%),
    rgba(8, 8, 13, 0.5);
}

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 32px 60px;
}

.headline,
.section-heading {
  width: min(1120px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 18px;
  text-align: center;
}

.headline span,
.section-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.headline .image-word {
  width: clamp(158px, 27vw, 290px);
  height: clamp(52px, 8vw, 96px);
  overflow: hidden;
  border: 2px solid white;
  border-radius: 14px;
}

.headline .image-word img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stacked-fire {
  position: relative;
  width: clamp(72px, 10vw, 120px);
  height: clamp(52px, 7vw, 80px);
}

.stacked-fire > span:first-child {
  position: absolute;
  left: 0;
  width: clamp(52px, 7vw, 80px);
  height: clamp(52px, 7vw, 80px);
  border-radius: 14px;
  background: var(--panel-3);
}

.stacked-fire .fire-icon,
.fire-block {
  position: absolute;
  right: 0;
  width: clamp(52px, 7vw, 80px);
  height: clamp(52px, 7vw, 80px);
  border-radius: 14px;
  background: var(--green);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.stacked-fire .fire-icon,
.fire-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headline .single-icon-block {
  width: clamp(52px, 7vw, 80px);
  height: clamp(52px, 7vw, 80px);
  flex: 0 0 auto;
  border-radius: 14px;
  background: var(--green);
  color: white;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.fire-icon .exact-icon,
.fire-icon .exact-svg,
.single-icon-block .exact-icon,
.single-icon-block .exact-svg {
  width: min(40px, 54%);
  height: min(40px, 54%);
}

.feature-carousel {
  position: relative;
  z-index: 2;
  padding: 8px 0 96px;
  overflow: hidden;
}

.content-dude-tadhg {
  position: absolute;
  z-index: 30;
  left: clamp(82px, 5.6vw, 124px);
  bottom: 96px;
  height: clamp(138px, 9.4vw, 190px);
  width: auto;
  pointer-events: none;
}

.content-carousel-viewport {
  position: relative;
  width: 100%;
  height: calc(20vw * 1.7778);
  min-height: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.content-track {
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  perspective: 1200px;
}

.content-card {
  position: absolute;
  width: 20vw;
  min-width: 250px;
  aspect-ratio: 1080 / 1920;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 40px;
  background: var(--panel-3);
  transform: translateX(calc(var(--offset) * 104%)) scale(var(--scale));
  opacity: var(--opacity);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms ease, border-color 900ms ease;
  pointer-events: auto;
}

.content-card.is-active {
  border-color: white;
}

.content-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, transparent 38%, rgba(8, 8, 13, 0.86));
}

.content-card-body {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px 32px;
}

.content-card-title {
  margin: 0;
  color: white;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.watch-button {
  width: 100%;
  min-width: 160px;
  height: 56px;
  min-height: 56px;
  padding: 8px;
  border-radius: 6px;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.watch-button span {
  font-weight: 500;
}

.carousel-arrows {
  position: absolute;
  inset: 0;
  z-index: 120;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.content-arrows {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.arrow-button {
  width: 84px;
  height: 84px;
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background: rgba(8, 8, 13, 0.16);
  color: white;
  pointer-events: auto;
}

.arrow-button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.arrow-button .exact-icon,
.arrow-button .exact-svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.carousel-arrows .arrow-button:first-child .exact-icon,
.carousel-arrows .arrow-button:first-child .exact-svg,
.back-row .arrow-button .exact-icon,
.back-row .arrow-button .exact-svg {
  transform: rotate(180deg);
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section-inner.wide {
  width: min(1400px, calc(100% - 32px));
}

.sauce-section {
  padding: 136px 0 80px;
}

.section-heading {
  width: 100%;
}

.section-heading span {
  font-size: clamp(40px, 5.2vw, 64px);
}

.section-heading .accent,
.accent {
  color: var(--green);
}

.lead {
  margin: 28px auto 8px;
  max-width: 660px;
  color: white;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.06;
  text-align: center;
}

.intro {
  margin: 0 auto;
  max-width: 580px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

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

.service-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(21, 23, 32, 0.76);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.service-card h3 {
  margin: 8px 0 0;
  color: white;
  font-size: 29px;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.55;
}

.exact-icon,
.icon,
.service-icon,
.service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.exact-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.icon {
  width: 24px;
  height: 24px;
}

.green-button .icon {
  width: 28px;
  height: 28px;
}

.round-link .icon,
.button .icon,
.button .exact-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.service-icon {
  width: 54px;
  height: 54px;
  color: var(--green);
}

.client-section {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  padding: 220px 0 72px;
  overflow: hidden;
}

.client-strip {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 168px;
  margin: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, var(--green), #38d363);
  opacity: 1;
}

.client-logo-group {
  min-width: max-content;
  height: 100%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(72px, 7vw, 140px);
  padding-right: clamp(72px, 7vw, 140px);
  animation: client-marquee 34s linear infinite;
}

.client-strip img {
  width: auto;
  max-width: 320px;
  max-height: 78px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.8);
}

.client-dude {
  position: absolute;
  z-index: 4;
  width: auto;
  pointer-events: none;
}

.client-dude-josh {
  left: clamp(42px, 7vw, 150px);
  bottom: 64px;
  height: 206px;
}

.client-dude-martin {
  right: clamp(42px, 7vw, 150px);
  bottom: 232px;
  height: 196px;
}

@keyframes client-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.projects-section {
  padding: 108px 0 156px;
}

.projects-heading {
  margin-bottom: 44px;
}

.fire-block,
.heart-block {
  position: relative;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 14px;
  background: #f4f4f4;
  color: var(--green);
}

.section-heading .fire-block,
.section-heading .heart-block {
  color: var(--green);
}

.heart-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fire-block .exact-svg,
.heart-block .exact-svg {
  width: min(32px, 50%);
  height: min(32px, 50%);
}

.project-carousel {
  position: relative;
  width: 100%;
  min-height: 640px;
}

.project-track {
  min-height: 640px;
}

.project-card {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1120px, calc(100% - 32px));
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--panel-2);
  box-shadow: 0 36px 96px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%) translateX(calc(var(--offset) * 104%)) scale(var(--scale));
  opacity: var(--opacity);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1), opacity 850ms ease;
  pointer-events: none;
}

.project-card.is-active {
  pointer-events: auto;
}

.project-card::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  background: linear-gradient(90deg, rgba(8, 8, 13, 0.95) 0, rgba(8, 8, 13, 0.74) 42%, rgba(8, 8, 13, 0.08) 100%);
}

.project-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(58%, 620px);
  height: 100%;
  object-fit: cover;
}

.project-copy {
  position: relative;
  z-index: 5;
  width: min(60%, 630px);
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 64px);
}

.project-copy h3,
.project-copy h4,
.project-copy p {
  margin: 0;
}

.project-copy h3 {
  color: white;
  font-size: clamp(26px, 3vw, 38px);
}

.project-copy h4,
.project-metric {
  color: var(--green);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 850;
}

.project-body {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.project-label {
  position: absolute;
  z-index: 6;
  right: 42px;
  bottom: 38px;
  max-width: 310px;
  text-align: right;
}

.project-label p {
  margin: 0;
}

.project-artist {
  color: var(--green);
  font-size: 26px;
  font-weight: 900;
}

.project-name {
  color: white;
  font-size: 22px;
  font-weight: 700;
}

.service-pills {
  display: flex;
  gap: 18px;
  color: var(--green);
}

.service-pill {
  width: 42px;
  height: 42px;
}

.project-arrows {
  width: min(1500px, 100%);
  height: 1px;
  top: 300px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 48px);
}

.takeoff {
  position: relative;
  z-index: 5;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 94px;
  margin-top: 70px;
}

.takeoff h2 {
  position: relative;
  z-index: 4;
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
}

.takeoff-button {
  position: relative;
  z-index: 5;
  min-height: 80px;
}

.dude-bubble {
  position: absolute;
  z-index: 3;
  bottom: 74px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.takeoff .dude-bubble {
  pointer-events: none;
}

.dude-bubble img {
  height: 126px;
  width: auto;
  image-rendering: auto;
}

.dude-bubble span {
  position: absolute;
  bottom: 100%;
  min-width: 230px;
  display: none;
  margin-bottom: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: white;
  color: var(--dark-text);
  font-weight: 700;
  text-align: center;
}

.dude-bubble:hover span {
  display: block;
}

.community-section {
  padding: 112px 0 170px;
  overflow: hidden;
}

.community-heading {
  margin-bottom: 110px;
}

.community-rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.community-row {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: drift-left 32s linear infinite;
}

.community-row:nth-child(2) {
  align-self: flex-end;
  animation-name: drift-right;
  animation-duration: 34s;
}

.community-row:nth-child(3) {
  animation-duration: 36s;
}

.community-card {
  width: 450px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 28px;
  background: var(--panel);
}

.community-card p {
  margin: 0;
}

.community-comment {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.35;
}

.community-user {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  color: white;
  font-weight: 900;
}

.community-user img {
  width: 42px;
  height: 42px;
  border: 2px solid white;
  border-radius: 999px;
  object-fit: cover;
}

@keyframes drift-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-220px);
  }
}

@keyframes drift-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(220px);
  }
}

.faq-section {
  padding: 60px 0 120px;
}

.curious-heading {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: center;
}

.curious-heading > span {
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 950;
  line-height: 1;
}

.shane-bubble {
  position: relative;
  bottom: auto;
}

.shane-bubble img {
  height: 120px;
}

.faq-list {
  border-top: 2px solid white;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  list-style: none;
  color: white;
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(135deg);
  transition: transform 220ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(-45deg);
}

.faq-answer {
  padding: 0 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  line-height: 1.7;
}

.faq-answer a,
.faq-answer button {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
}

.faq-answer button {
  padding: 0;
  border: 0;
  background: none;
}

.faq-dudes {
  width: min(100%, 760px);
  margin: 22px auto 0;
  padding: 30px 30px 0;
  overflow: hidden;
  border-radius: 28px;
  background: #0f1017;
}

.faq-dudes img {
  width: 100%;
  margin: 0 auto;
}

.footer-section {
  width: 100%;
  padding: 0 16px;
}

.footer-card {
  position: relative;
  width: min(1120px, 100%);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0 auto;
  padding: 38px 46px 78px;
  overflow: hidden;
  border-radius: 48px 48px 0 0;
  background: var(--panel);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

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

.footer-brand h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 62px);
  line-height: 1;
}

.footer-card > p {
  margin: 0;
  color: white;
  font-size: 19px;
}

.footer-socials {
  justify-content: flex-end;
  margin-top: 10px;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: rgba(255, 255, 255, 0.42);
}

.footer-meta p {
  margin: 0;
}

.footer-dudes {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: min(350px, 62vw);
}

.contact-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 16px 40px;
}

.contact-stage {
  position: relative;
  z-index: 3;
  width: min(760px, 100%);
}

.contact-launch {
  display: flex;
  min-height: calc(100vh - 160px);
  flex-direction: column;
  justify-content: center;
  gap: 64px;
}

.contact-launch .headline {
  width: 100%;
}

.contact-launch .headline span {
  font-size: clamp(52px, 8vw, 96px);
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.contact-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.back-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}

.back-row .arrow-button {
  width: 44px;
  height: 44px;
  border-width: 2px;
}

.back-row .arrow-button .exact-icon,
.back-row .arrow-button .exact-svg {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.panel-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(21, 23, 32, 0.95);
}

.panel-box h1,
.panel-box h2,
.panel-box p {
  margin: 0;
}

.panel-label {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.panel-box h1,
.panel-box h2 {
  color: white;
  font-size: clamp(34px, 7vw, 64px);
  line-height: 0.96;
}

.panel-box > p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

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

.option-button {
  min-height: 48px;
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: transparent;
  color: white;
  font-weight: 800;
}

.option-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.option-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.field input,
.field textarea {
  width: 100%;
  padding: 14px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: white;
  color: var(--dark-text);
  font-size: 16px;
}

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

.field-error {
  display: none;
  padding: 8px 12px;
  border-radius: 10px;
  background: #d94848;
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.field-error.is-visible {
  display: block;
}

.counter {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
}

.submit-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.hey-actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
}

.modal-backdrop {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 8, 13, 0.72);
  backdrop-filter: blur(8px);
}

.modal-backdrop.is-open {
  display: flex;
}

.modal-card {
  width: min(520px, 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: var(--panel);
}

.modal-card h2,
.modal-card p {
  margin: 0;
}

.success-dudes {
  width: min(350px, 100%);
  margin: 12px auto 0;
}

@media (max-width: 1180px) {
  .content-carousel-viewport {
    height: calc(min(31vw, 360px) * 1.7778);
  }

  .content-card {
    width: min(31vw, 360px);
  }

  .project-card {
    min-height: 610px;
  }

  .project-copy {
    width: 65%;
  }
}

@media (max-width: 880px) {
  .fixed-nav {
    top: 12px;
    left: 12px;
  }

  .hero {
    min-height: 86vh;
    padding-inline: 20px;
  }

  .headline,
  .section-heading {
    gap: 10px 12px;
  }

  .content-carousel-viewport {
    height: calc(64vw * 1.7778);
    min-height: 0;
  }

  .content-dude-tadhg {
    left: 0;
    bottom: 24px;
    height: 97px;
  }

  .content-card {
    width: 64vw;
    min-width: 0;
    border-radius: 32px;
  }

  .content-card-body {
    padding: 0 28px 28px;
  }

  .watch-button {
    height: 56px;
    min-height: 56px;
    font-size: 16px;
  }

  .arrow-button {
    width: 54px;
    height: 54px;
    border-width: 2px;
  }

  .arrow-button .exact-icon,
  .arrow-button .exact-svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

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

  .client-strip img {
    height: auto;
    max-height: 46px;
  }

  .client-section {
    min-height: 324px;
    padding: 148px 0 58px;
  }

  .client-strip {
    height: 118px;
  }

  .client-logo-group {
    gap: 52px;
    padding-right: 52px;
  }

  .client-dude-josh {
    left: 34px;
    bottom: 48px;
    height: 102px;
  }

  .client-dude-martin {
    right: 34px;
    bottom: 166px;
    height: 97px;
  }

  .dude-bubble img {
    height: 88px;
  }

  .shane-bubble img {
    height: 84px;
  }

  .footer-dudes {
    width: min(245px, 44vw);
  }

  .success-dudes {
    width: min(245px, 100%);
  }

  .fire-block,
  .heart-block {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .project-carousel,
  .project-track,
  .project-card,
  .project-copy {
    min-height: 720px;
  }

  .project-card {
    width: calc(100% - 28px);
  }

  .project-card::before {
    background: linear-gradient(to bottom, rgba(8, 8, 13, 0.94) 0, rgba(8, 8, 13, 0.8) 54%, rgba(8, 8, 13, 0.18) 100%);
  }

  .project-copy {
    width: 100%;
    padding: 30px;
  }

  .project-image {
    width: 90%;
    height: 55%;
  }

  .project-label {
    right: 28px;
    bottom: 26px;
  }

  .project-body {
    max-width: 100%;
    font-size: 16px;
  }

  .service-pills {
    margin-top: auto;
  }

  .community-card {
    width: 330px;
  }

  .curious-heading {
    flex-direction: column;
    gap: 10px;
  }

  .faq-item summary {
    font-size: 19px;
  }

  .footer-card {
    padding: 30px 24px 110px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    flex-direction: column;
  }

  .footer-card > p,
  .footer-socials,
  .footer-meta {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .footer-dudes {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-actions,
  .hey-actions {
    flex-direction: column;
  }

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

  .field.full {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .contact-popover {
    left: 0;
    top: 52px;
  }

  .headline span {
    font-size: 52px;
  }

  .section-heading span {
    font-size: 39px;
  }

  .lead {
    font-size: 32px;
  }

  .content-card {
    width: 74vw;
  }

  .content-carousel-viewport {
    height: calc(74vw * 1.7778);
  }

  .content-card-title {
    font-size: 23px;
  }

  .projects-section {
    padding-top: 78px;
  }

  .project-carousel,
  .project-track,
  .project-card,
  .project-copy {
    min-height: 780px;
  }

  .project-copy {
    padding: 24px;
  }

  .project-body {
    font-size: 15px;
  }

  .community-section {
    padding-top: 72px;
  }

  .community-card {
    width: 300px;
    height: 178px;
  }

  .panel-box {
    padding: 22px;
  }
}
