@font-face {
  font-family: "Metropolis";
  src: url("https://yeet.ai/assets/fonts/Metropolis-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url("https://yeet.ai/assets/fonts/Metropolis-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url("https://yeet.ai/assets/fonts/Metropolis-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url("https://yeet.ai/assets/fonts/Metropolis-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

:root {
  --bg: #020202;
  --bg-soft: #090909;
  --panel: rgba(255, 255, 255, 0.03);
  --text: #f3f3ef;
  --muted: rgba(243, 243, 239, 0.66);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.22);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  --max: 1220px;
  /* Cube colors: dark base, neon edge, phosphor highlight */
  --cube-accent: #7ee7d7;
  --cube-accent-soft: rgba(126, 231, 215, 0.18);
  --cube-highlight: #d8fff8;
  --cube-steel: rgba(104, 128, 137, 0.22);
  /* Cube size: increase this to make the cube bigger */
  --cube-size: clamp(220px, 32vw, 360px);
  /* Glow strength: raise alpha values here for a brighter glow */
  --cube-glow: 0 0 28px rgba(126, 231, 215, 0.2), 0 0 72px rgba(126, 231, 215, 0.12);
  /* Rotation speed and pause duration are driven by JS data attributes on the cube wrapper */
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: #020202;
  color-scheme: dark;
}
body {
  margin: 0;
  font-family: "Metropolis", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  transition: background 220ms ease, color 220ms ease;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 5rem 0; }
.hidden-field { position: absolute; left: -9999px; }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}

.card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

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

.hero {
  padding: clamp(1.6rem, 4vw, 3rem) 0 clamp(2.4rem, 5vw, 4rem);
  overflow: clip;
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: center;
  gap: clamp(1.4rem, 4vw, 3rem);
  min-height: auto;
}
.hero-copy {
  display: grid;
  justify-items: center;
  gap: 1.4rem;
  align-self: center;
  padding-block: 0.35rem;
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.hero-kicker,
.section-label {
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 800;
}
.hero-title {
  margin: 0 auto;
  font-size: clamp(2.7rem, 6.8vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  max-width: 10ch;
  font-weight: 600;
  text-transform: uppercase;
}
.hero-title span { display: block; }
.hero-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 1.2rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  width: min(100%, 760px);
  margin-inline: auto;
}
.hero-meta p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
  letter-spacing: 0.055em;
  max-width: 58ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}
.hero-cube-showcase {
  position: relative;
  margin: 0;
  min-height: clamp(320px, 54vh, calc(var(--cube-size) + 5rem));
  display: grid;
  place-items: center;
  gap: 1rem;
  align-self: center;
}
.hero-cube-frame {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  perspective: 1400px;
  perspective-origin: 50% 44%;
}
.hero-cube-glow,
.hero-cube-grid,
.hero-cube-orbit {
  position: absolute;
  inset: 0;
}
.hero-cube-glow {
  inset: 14%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 48%, rgba(126, 231, 215, 0.14), transparent 33%),
    radial-gradient(circle at 50% 50%, rgba(126, 231, 215, 0.08), transparent 55%);
  filter: blur(16px);
  opacity: 0.95;
}
.hero-cube-grid {
  inset: 6%;
  border: 1px solid rgba(126, 231, 215, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(rgba(126, 231, 215, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 231, 215, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(2, 8, 10, 0.88), rgba(1, 3, 4, 0.32));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow:
    inset 0 0 0 1px rgba(216, 255, 248, 0.04),
    inset 0 -40px 70px rgba(0, 0, 0, 0.5),
    0 32px 70px rgba(0, 0, 0, 0.46);
  overflow: hidden;
}
.hero-cube-grid::before,
.hero-cube-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-cube-grid::before {
  background:
    radial-gradient(circle at 50% 32%, rgba(216, 255, 248, 0.08), transparent 28%),
    radial-gradient(circle at 50% 72%, rgba(126, 231, 215, 0.06), transparent 35%);
}
.hero-cube-grid::after {
  background: repeating-linear-gradient(
    180deg,
    rgba(216, 255, 248, 0.04) 0,
    rgba(216, 255, 248, 0.04) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.28;
  mix-blend-mode: screen;
}
.hero-cube-orbit {
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}
.hero-cube {
  position: relative;
  width: var(--cube-size);
  height: var(--cube-size);
  transform-style: preserve-3d;
  transform:
    rotateX(var(--cube-rotate-x, -24deg))
    rotateY(var(--cube-rotate-y, 42deg))
    rotateZ(var(--cube-rotate-z, 0deg));
  transition: transform var(--cube-transition-duration, 1.5s) cubic-bezier(0.72, 0.08, 0.2, 0.98);
  will-change: transform;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.48));
}
.hero-cube::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 231, 215, 0.24), transparent 72%);
  transform: rotateX(90deg) translateZ(calc(var(--cube-size) * -0.62));
  filter: blur(14px);
}
.hero-cube-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(126, 231, 215, 0.26);
  background:
    linear-gradient(180deg, rgba(8, 16, 20, 0.9), rgba(2, 7, 9, 0.78)),
    linear-gradient(135deg, rgba(216, 255, 248, 0.08), rgba(126, 231, 215, 0.02));
  box-shadow:
    inset 0 0 0 1px rgba(216, 255, 248, 0.04),
    inset 0 0 24px rgba(126, 231, 215, 0.08),
    var(--cube-glow);
  backface-visibility: hidden;
}
.hero-cube-face::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(216, 255, 248, 0.08);
  opacity: 0.7;
}
.hero-cube-face::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(216, 255, 248, 0.06), transparent 18%, transparent 82%, rgba(126, 231, 215, 0.06));
  mix-blend-mode: screen;
}
.hero-cube-face-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(216, 255, 248, 0.72);
}
.hero-cube-face svg {
  width: 44%;
  height: 44%;
  overflow: visible;
}
.hero-cube-face svg path,
.hero-cube-face svg line,
.hero-cube-face svg polyline {
  fill: none;
  stroke: var(--cube-highlight);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(126, 231, 215, 0.3));
}
.hero-cube-face-front { transform: translateZ(calc(var(--cube-size) / 2)); }
.hero-cube-face-back { transform: rotateY(180deg) translateZ(calc(var(--cube-size) / 2)); }
.hero-cube-face-right { transform: rotateY(90deg) translateZ(calc(var(--cube-size) / 2)); }
.hero-cube-face-left { transform: rotateY(-90deg) translateZ(calc(var(--cube-size) / 2)); }
.hero-cube-face-top { transform: rotateX(90deg) translateZ(calc(var(--cube-size) / 2)); }
.hero-cube-face-bottom { transform: rotateX(-90deg) translateZ(calc(var(--cube-size) / 2)); }
.hero-cube-caption {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(216, 255, 248, 0.56);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.2rem;
  background: linear-gradient(180deg, rgba(44,44,44,0.98), rgba(34,34,34,0.985));
  color: #f7f7f3;
  border: none;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(0,0,0,0.18);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.button:hover {
  background: linear-gradient(180deg, rgba(52,52,52,0.985), rgba(40,40,40,0.99));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    inset 0 -1px 0 rgba(0,0,0,0.2);
}
.button-full { width: 100%; }
.text-link {
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
}

.lead-image-section { padding: 0 0 2rem; }
.lead-image-frame {
  margin: 0;
  width: 100%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.lead-image-frame img {
  width: 100%;
  height: min(66vh, 760px);
  object-fit: cover;
}

.marquee-band {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  gap: 2.2rem;
  padding: 1rem 0;
  min-width: max-content;
  animation: marquee 28s linear infinite;
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.92rem;
}
.marquee-band-large {
  margin-top: 0;
}
.marquee-track-large {
  gap: 4rem;
  padding: 1.15rem max(1rem, calc((100vw - min(var(--max), calc(100% - 2rem))) / 2)) 1rem;
  font-size: clamp(3.4rem, 9vw, 8.4rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
}
.marquee-track-large span {
  display: inline-block;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.work-section { padding-top: 4rem; }
.work-header {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
  text-align: center;
}
.work-statement {
  max-width: 720px;
}
.carousel-button {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.025);
  color: var(--text);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}
.carousel-button:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(255,255,255,0.08);
}
.work-carousel-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 1rem;
}
.work-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.work-carousel::-webkit-scrollbar {
  display: none;
}
.work-carousel-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 0 4vw;
}
.work-slide {
  position: relative;
  flex: 0 0 min(68vw, 940px);
  overflow: hidden;
  scroll-snap-align: center;
  background: rgba(255,255,255,0.03);
}
.work-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.38) 100%);
  opacity: 0;
  transition: opacity 500ms ease;
}
.work-slide.is-active::after {
  opacity: 1;
}
.work-slide img {
  width: 100%;
  height: min(72vh, 760px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.02);
  transition: transform 1100ms cubic-bezier(.22,.8,.18,1), opacity 600ms ease;
}
.work-slide.is-active img {
  transform: scale(1);
}
.carousel-progress {
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: 0;
  height: 2px;
  background: rgba(255,255,255,0.08);
}
.carousel-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: rgba(255,255,255,0.72);
  transition: width 900ms cubic-bezier(.22,.8,.18,1);
}
.carousel-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.carousel-button-side {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.carousel-button-side:hover {
  transform: translateY(calc(-50% - 2px));
}
.carousel-button-prev {
  left: max(1rem, 1.8vw);
}
.carousel-button-next {
  right: max(1rem, 1.8vw);
}
.carousel-caption {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}
.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.18);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}
.carousel-dot.is-active {
  background: rgba(255,255,255,0.88);
  transform: scale(1.18);
}
.work-statement h2,
.services-intro h2,
.contact-copy h2 {
  margin: 0.4rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: 0.03em;
}
.work-statement p,
.services-intro p,
.contact-copy p,
.services-list p,
.footer-shell p,
.footer-shell a,
.footer-shell span,
.contact-list li {
  color: var(--muted);
  line-height: 1.7;
  letter-spacing: 0.045em;
}

.services-section {
  border-top: 1px solid var(--line);
}
.services-shell {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 2rem;
  align-items: start;
}
.services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}
.services-list div {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.services-list strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.09em;
}

.faq-section {
  border-top: 1px solid var(--line);
}
.faq-shell {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 2rem;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 0.8rem;
}
.faq-list details {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.contact-section {
  position: relative;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.035), transparent 18%),
    radial-gradient(circle at 82% 24%, rgba(255,255,255,0.025), transparent 20%),
    linear-gradient(180deg, #151515 0%, #0d0d0d 100%);
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.12;
  pointer-events: none;
}
.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.04), transparent 42%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.28;
  pointer-events: none;
}
.contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 720px);
  justify-content: center;
  gap: 2.5rem;
  align-items: center;
}
.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  max-width: 22rem;
  min-height: 100%;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.75rem;
}
.contact-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
}
.contact-list span { color: var(--text); font-weight: 700; }
.contact-form {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.88), rgba(5,5,5,0.92)),
    linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0.006) 34%, rgba(255,255,255,0) 70%);
  backdrop-filter: blur(12px) saturate(104%);
  -webkit-backdrop-filter: blur(12px) saturate(104%);
  box-shadow:
    0 10px 26px rgba(0,0,0,0.18),
    0 1px 0 rgba(255,255,255,0.02) inset,
    0 -1px 0 rgba(0,0,0,0.14) inset;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.006) 18%, rgba(255,255,255,0) 40%),
    radial-gradient(circle at 16% 10%, rgba(255,255,255,0.014), transparent 28%),
    radial-gradient(circle at 84% 90%, rgba(255,255,255,0.008), transparent 30%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.62' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.contact-form::after {
  content: none;
}
.contact-form:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.1);
  box-shadow:
    0 12px 28px rgba(0,0,0,0.2),
    0 1px 0 rgba(255,255,255,0.024) inset,
    0 -1px 0 rgba(0,0,0,0.16) inset;
}
.contact-form-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.contact-kicker {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}
.contact-form-title {
  display: block;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.contact-form-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}
.contact-form-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.65rem;
  border: none;
  background: rgba(255,255,255,0.025);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.field-grid { position: relative; z-index: 1; display: grid; gap: 1rem; }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
input, select, textarea {
  width: 100%;
  margin-top: 0.45rem;
  padding: 1rem;
  border: none;
  background: linear-gradient(180deg, rgba(44,44,44,0.98), rgba(34,34,34,0.985));
  color: #f7f7f3;
  font: inherit;
  letter-spacing: 0.05em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(0,0,0,0.18);
  transition: background 180ms ease, box-shadow 180ms ease;
}
input:hover, select:hover, textarea:hover {
  background: linear-gradient(180deg, rgba(52,52,52,0.985), rgba(40,40,40,0.99));
}
input:focus, select:focus, textarea:focus {
  outline: none;
  background: linear-gradient(180deg, rgba(56,56,56,0.99), rgba(43,43,43,0.995));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    inset 0 -1px 0 rgba(0,0,0,0.2),
    0 0 0 1px rgba(255,255,255,0.05);
}
input::placeholder,
textarea::placeholder {
  color: rgba(247,247,243,0.52);
}
option { color: #111; }
.contact-form-footer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.contact-form-footer span {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
}
.footer-shell {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.4rem;
}
.footer-shell > div {
  display: grid;
  gap: 0.5rem;
}
.footer-shell strong {
  font-size: 1rem;
  letter-spacing: 0.09em;
}
.social-icons {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  flex-wrap: wrap;
}
.social-icons a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 0.9rem;
  border: 1px solid var(--line);
  color: var(--text);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.social-icons a:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: var(--panel);
}
.social-icons span {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.social-icons svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1100px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }
  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
  }
  .hero-cube-showcase {
    display: none;
  }
  .services-shell,
  .faq-shell,
  .contact-shell,
  .footer-shell {
    grid-template-columns: 1fr;
  }
  .work-header,
  .carousel-meta {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .work-slide {
    flex-basis: 82vw;
  }
  .services-intro,
  .contact-copy,
  .faq-shell .services-intro,
  .footer-shell > div {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .section { padding: 4rem 0; }
  :root {
    --cube-size: clamp(190px, 58vw, 280px);
  }
  .hero-copy {
    justify-items: center;
  }
  .hero-title,
  .hero-meta {
    margin-inline: auto;
  }
  .hero-meta {
    justify-items: center;
    width: min(100%, 34rem);
  }
  .hero-meta p {
    max-width: 32ch;
    margin-inline: auto;
  }
  .hero-meta,
  .two-up,
  .services-list,
  .contact-shell,
  .footer-shell {
    grid-template-columns: 1fr;
  }
  .work-carousel-track {
    gap: 0.7rem;
    padding: 0 5vw;
  }
  .work-slide {
    flex-basis: 88vw;
  }
  .work-slide img {
    height: min(62vh, 520px);
  }
  .carousel-meta {
    width: 100%;
    justify-content: center;
  }
  .carousel-button-side {
    display: none;
  }
  .carousel-meta {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .carousel-dots,
  .hero-actions,
  .social-icons,
  .contact-form-meta {
    justify-content: center;
  }
  .hero-shell,
  .services-shell,
  .faq-shell,
  .contact-shell,
  .footer-shell,
  .contact-copy,
  .services-intro,
  .faq-shell .services-intro {
    text-align: center;
  }
  .contact-list li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-form-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-cube-grid {
    inset: 2%;
  }
  .hero-cube-face-label,
  .hero-cube-caption {
    letter-spacing: 0.16em;
  }
  .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .marquee-track {
    animation: none;
  }

  .work-carousel {
    scroll-behavior: auto;
  }

  .work-slide img,
  .carousel-progress span,
  .carousel-button,
  .button,
  .contact-form,
  .social-icons a,
  .hero-cube {
    transition: none;
  }

  .hero-cube {
    transform: rotateX(-20deg) rotateY(36deg) rotateZ(0deg);
  }
}


.seo-local-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at top left, rgba(126, 231, 215, 0.08), transparent 34rem),
    rgba(255, 255, 255, 0.015);
}

.seo-local-shell {
  display: grid;
  gap: 2rem;
}

.seo-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.seo-service-grid article {
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.seo-service-grid h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.seo-service-grid p,
.suburb-line {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.suburb-line {
  max-width: 920px;
}

@media (max-width: 920px) {
  .seo-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .seo-service-grid { grid-template-columns: 1fr; }
}
