:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --bg: #03070c;
  --panel: rgba(3, 10, 18, 0.74);
  --panel-strong: rgba(7, 17, 27, 0.92);
  --ice: #a5f3fc;
  --ice-bright: #e7fbff;
  --blue: #60a5fa;
  --red: #ef4964;
  --muted: #9fb1c7;
  --line: rgba(207, 250, 254, 0.16);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(118deg, rgba(103, 232, 249, 0.18), transparent 31%),
    linear-gradient(242deg, rgba(239, 73, 100, 0.12), transparent 26%),
    linear-gradient(180deg, #03070c 0%, #071827 48%, #03070c 100%);
  color: #f7fbff;
  margin: 0;
  min-width: 320px;
}

body::before {
  background:
    repeating-linear-gradient(
      116deg,
      transparent 0,
      transparent 34px,
      rgba(207, 250, 254, 0.045) 35px,
      transparent 37px
    ),
    linear-gradient(90deg, transparent, rgba(207, 250, 254, 0.055), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

a {
  color: inherit;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(3, 7, 12, 0.82);
  border-bottom: 1px solid rgba(207, 250, 254, 0.12);
  display: flex;
  gap: 24px;
  height: 64px;
  justify-content: space-between;
  left: 0;
  padding: 0 24px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-link {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-mark {
  background:
    radial-gradient(circle at 50% 48%, rgba(165, 243, 252, 0.08), transparent 68%),
    rgba(3, 7, 12, 0.84);
  border: 1px solid rgba(207, 250, 254, 0.28);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  display: inline-flex;
  height: 40px;
  overflow: hidden;
  padding: 3px;
  width: 40px;
}

.mini-mark img {
  height: 100%;
  object-fit: contain;
  transform: scale(1.12);
  width: 100%;
}

.site-header nav,
.desktop-actions {
  align-items: center;
  display: flex;
  gap: 18px;
}

.site-header nav a {
  color: #cbd5e1;
  font-size: 0.95rem;
  text-decoration: none;
}

.site-header nav a:hover {
  color: var(--ice-bright);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button-ice {
  background: var(--ice);
  box-shadow: 0 0 32px rgba(103, 232, 249, 0.28);
  color: #020617;
}

.button-ice:hover {
  background: #ffffff;
}

.button-dark,
.button-outline {
  background: rgba(3, 10, 18, 0.58);
  border-color: rgba(207, 250, 254, 0.34);
  color: var(--ice-bright);
}

.button-outline:hover,
.button-dark:hover {
  background: rgba(103, 232, 249, 0.1);
  border-color: rgba(231, 251, 255, 0.8);
}

.hero {
  align-items: end;
  display: grid;
  min-height: calc(100svh - 64px);
  overflow: hidden;
  padding: min(42svh, 420px) 24px 32px;
  position: relative;
}

.hero-bg {
  background:
    radial-gradient(circle at 50% 28%, rgba(103, 232, 249, 0.18), transparent 34%),
    linear-gradient(180deg, #01040a 0%, #071827 58%, #03070c 100%);
  inset: 0;
  position: absolute;
}

.hero-bg img {
  height: 100%;
  object-fit: contain;
  object-position: center top;
  opacity: 0.96;
  width: 100%;
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.02), rgba(3, 7, 12, 0.12) 46%, rgba(3, 7, 12, 0.82)),
    linear-gradient(90deg, rgba(3, 7, 12, 0.26), rgba(3, 7, 12, 0.04) 42%, rgba(3, 7, 12, 0.22));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-ice {
  background:
    linear-gradient(90deg, transparent 0, rgba(165, 243, 252, 0.18) 50%, transparent 100%),
    repeating-linear-gradient(135deg, transparent 0 48px, rgba(231, 251, 255, 0.06) 49px, transparent 51px);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-content {
  align-items: center;
  backdrop-filter: blur(18px);
  background:
    linear-gradient(135deg, rgba(207, 250, 254, 0.11), transparent 34%),
    rgba(3, 10, 18, 0.68);
  border: 1px solid rgba(207, 250, 254, 0.24);
  border-radius: 8px;
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: 250px minmax(0, 1fr);
  max-width: 1120px;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-text {
  min-width: 0;
}

.logo-lockup {
  align-items: center;
  display: grid;
  filter: drop-shadow(0 0 22px rgba(103, 232, 249, 0.42));
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
  width: 330px;
}

.eyebrow {
  color: var(--ice-bright);
  font-size: 0.86rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.logo-lockup img {
  width: 100%;
}

.hero .logo-lockup {
  align-self: center;
  margin-bottom: 0;
  width: 250px;
}

.iced-out-logo {
  filter: none;
}

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

h1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 950;
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 760px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 3.2rem;
  margin-bottom: 14px;
  max-width: none;
}

.hero-copy {
  color: #d5e4f4;
  font-size: 1.06rem;
  line-height: 1.52;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.proof-strip {
  background: rgba(207, 250, 254, 0.14);
  border: 1px solid rgba(207, 250, 254, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0 0;
  max-width: 620px;
  overflow: hidden;
}

.proof-strip div {
  background: rgba(3, 10, 18, 0.74);
  padding: 14px 12px;
  text-align: center;
}

.proof-strip dt {
  color: var(--ice-bright);
  font-size: 1.5rem;
  font-weight: 950;
}

.proof-strip dd {
  color: #aab8ca;
  font-size: 0.86rem;
  margin: 5px 0 0;
}

.section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 76px 24px;
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

.section-heading.compact {
  margin-bottom: 0;
}

h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}

h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.section p,
.split-copy p,
.brand-section p {
  color: #c9d5e6;
  font-size: 1rem;
  line-height: 1.75;
}

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

.frost-card,
.frost-tile,
.social-list a {
  background:
    linear-gradient(135deg, rgba(207, 250, 254, 0.08), transparent 42%),
    rgba(3, 10, 18, 0.74);
  border: 1px solid rgba(207, 250, 254, 0.14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.frost-card {
  min-height: 230px;
  padding: 24px;
}

.icon {
  align-items: center;
  border: 1px solid rgba(165, 243, 252, 0.44);
  border-radius: 8px;
  color: var(--ice);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  margin-bottom: 24px;
  width: 42px;
}

.split,
.pricing-section,
.brand-section {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr 1fr;
}

.video-frame {
  background: #000;
  border: 1px solid rgba(207, 250, 254, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.video-frame video {
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.frost-tile {
  color: var(--ice-bright);
  font-weight: 900;
  min-height: 58px;
  padding: 18px;
}

.price-list {
  background: rgba(3, 10, 18, 0.68);
  border: 1px solid rgba(207, 250, 254, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.price-list div {
  align-items: center;
  border-bottom: 1px solid rgba(207, 250, 254, 0.11);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 120px 90px;
  padding: 18px;
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list strong {
  color: #ffffff;
  font-size: 1rem;
}

.price-list span {
  color: #94a3b8;
  font-size: 0.92rem;
}

.price-list b {
  color: var(--ice-bright);
  font-size: 1.7rem;
  text-align: right;
}

.social-section {
  align-items: start;
}

.social-list {
  display: grid;
  gap: 12px;
}

.social-list a {
  color: var(--ice-bright);
  font-weight: 900;
  min-height: 60px;
  padding: 20px;
  text-decoration: none;
}

.social-list a:hover {
  background-color: rgba(103, 232, 249, 0.12);
  border-color: rgba(207, 250, 254, 0.4);
}

.portfolio-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.portfolio-grid {
  display: grid;
  gap: 8px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(5, 1fr);
}

.portfolio-grid img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(207, 250, 254, 0.15);
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.portfolio-grid .feature {
  grid-column: span 2;
  grid-row: span 2;
}

.brand-section {
  border-bottom: 1px solid rgba(207, 250, 254, 0.16);
  border-top: 1px solid rgba(207, 250, 254, 0.16);
}

.site-footer {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 50px 24px 44px;
}

.site-footer p {
  color: #94a3b8;
  line-height: 1.65;
  max-width: 440px;
}

.footer-links {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.footer-links a {
  color: #d8f8ff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.hiring-section,
.job-standard,
.apply-section {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 0.82fr;
}

.hiring-copy p {
  color: #c9d5e6;
  font-size: 1.04rem;
  line-height: 1.72;
  max-width: 710px;
}

.hiring-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hiring-points span,
.posted-date {
  border: 1px solid rgba(207, 250, 254, 0.22);
  border-radius: 8px;
  color: var(--ice-bright);
  font-size: 0.88rem;
  font-weight: 900;
  padding: 10px 12px;
  text-transform: uppercase;
}

.hiring-panel,
.job-summary,
.shop-card {
  background:
    linear-gradient(135deg, rgba(207, 250, 254, 0.1), transparent 44%),
    rgba(3, 10, 18, 0.76);
  border: 1px solid rgba(207, 250, 254, 0.18);
  border-radius: 8px;
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 24px;
}

.iced-out-panel {
  overflow: hidden;
  position: relative;
}

.iced-out-panel::before {
  background: url("/assets/web/iced-out-logo-original-iced-diamond.png") center / contain no-repeat;
  content: "";
  inset: -18%;
  opacity: 0.045;
  pointer-events: none;
  position: absolute;
}

.iced-out-panel > * {
  position: relative;
}

.hiring-panel p,
.shop-card p {
  color: #c9d5e6;
  line-height: 1.68;
}

.hiring-logo {
  margin: 0 auto 18px;
  width: min(100%, 340px);
}

.job-hero {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 410px;
  margin: 0 auto;
  max-width: 1280px;
  min-height: calc(92svh - 64px);
  padding: 96px 24px 70px;
  position: relative;
}

.job-hero::before {
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.12), rgba(3, 7, 12, 0.96)),
    url("/assets/web/frosty-fades-hero-desktop.jpg") center / cover;
  content: "";
  inset: 0 calc(50% - 50vw);
  opacity: 0.34;
  position: absolute;
  z-index: -1;
}

.job-hero-copy p {
  color: #d5e4f4;
  font-size: 1.14rem;
  line-height: 1.72;
  max-width: 760px;
}

.job-hero h1 {
  margin-top: 12px;
}

.posted-date {
  display: inline-flex;
  margin-top: 28px;
}

.job-logo {
  margin: 0 auto 22px;
  width: min(100%, 330px);
}

.job-summary dl {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.job-summary dl div {
  background: rgba(7, 17, 27, 0.78);
  padding: 16px;
}

.job-summary dt {
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.job-summary dd {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}

.job-standard {
  align-items: start;
  border-top: 1px solid rgba(207, 250, 254, 0.16);
}

.job-standard p {
  color: #c9d5e6;
  font-size: 1rem;
  line-height: 1.78;
}

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

.job-columns ul {
  color: #c9d5e6;
  line-height: 1.65;
  margin: 0;
  padding-left: 20px;
}

.job-columns li + li {
  margin-top: 12px;
}

.shop-grid {
  display: grid;
  gap: 14px;
}

.shop-card h3 {
  font-size: 1.7rem;
}

.mobile-bar {
  bottom: 0;
  display: none;
  grid-template-columns: 1.35fr 1fr;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.mobile-bar a {
  align-items: center;
  background: var(--ice);
  color: #020617;
  display: flex;
  font-size: 1rem;
  font-weight: 950;
  height: 64px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-bar a:last-child {
  background: #03070c;
  border-left: 1px solid rgba(207, 250, 254, 0.18);
  border-top: 1px solid rgba(207, 250, 254, 0.18);
  color: var(--ice-bright);
}

@keyframes hero-card-rise {
  0% {
    filter: blur(4px);
    opacity: 0;
    transform: translateY(76px);
  }

  55% {
    opacity: 1;
  }

  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-image-breathe {
  0% {
    transform: scale(1.035);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 1000px) {
  .hero-content {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .hero .logo-lockup {
    width: 210px;
  }

  .service-grid,
  .split,
  .pricing-section,
  .brand-section,
  .hiring-section,
  .job-standard {
    grid-template-columns: 1fr 1fr;
  }

  .job-hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .site-header {
    padding: 0 16px;
  }

  .site-header nav,
  .desktop-actions {
    display: none;
  }

  .hero {
    min-height: calc(130svh - 64px);
    padding: 68svh 12px 86px;
  }

  .hero-bg img {
    animation: hero-image-breathe 2200ms ease-out both;
    object-fit: cover;
    object-position: center top;
    opacity: 0.98;
    transform-origin: center top;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(3, 7, 12, 0), rgba(3, 7, 12, 0.08) 46%, rgba(3, 7, 12, 0.88)),
      linear-gradient(90deg, rgba(3, 7, 12, 0.18), rgba(3, 7, 12, 0.01) 48%, rgba(3, 7, 12, 0.16));
  }

  .hero-ice {
    opacity: 0.72;
  }

  .hero-content {
    animation: hero-card-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) 1250ms both;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 12px;
    transform-origin: center bottom;
    will-change: opacity, transform;
  }

  .hero .logo-lockup {
    justify-self: center;
    width: min(56vw, 192px);
  }

  h1 {
    font-size: 3.1rem;
  }

  .hero h1 {
    font-size: 1.88rem;
    margin-bottom: 8px;
  }

  h2 {
    font-size: 2.45rem;
  }

  .hero-copy {
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .hero-actions,
  .portfolio-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .proof-strip {
    display: none;
  }

  .proof-strip div {
    padding: 12px 6px;
  }

  .proof-strip dt {
    font-size: 1.25rem;
  }

  .proof-strip dd {
    font-size: 0.78rem;
  }

  .section {
    padding: 58px 18px;
  }

  .service-grid,
  .split,
  .pricing-section,
  .brand-section,
  .hiring-section,
  .job-standard,
  .job-columns,
  .apply-section,
  .tile-grid {
    grid-template-columns: 1fr;
  }

  .hiring-panel,
  .job-summary,
  .shop-card {
    padding: 18px;
  }

  .job-hero {
    min-height: auto;
    padding: 54px 18px 34px;
  }

  .job-hero::before {
    background:
      linear-gradient(180deg, rgba(3, 7, 12, 0.22), rgba(3, 7, 12, 0.96)),
      url("/assets/web/frosty-fades-hero-mobile.jpg") center top / cover;
    opacity: 0.42;
  }

  .job-hero-copy p {
    font-size: 1rem;
  }

  .price-list div {
    grid-template-columns: 1fr auto;
  }

  .price-list span {
    order: 3;
  }

  .price-list b {
    font-size: 1.5rem;
  }

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

  .portfolio-grid .feature {
    grid-column: span 2;
  }

  .footer-links {
    justify-items: start;
  }

  .site-footer {
    padding-bottom: 92px;
  }

  .mobile-bar {
    display: grid;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .hero-bg img,
  .hero-content {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 430px) {
  .brand-link span:last-child {
    font-size: 0.92rem;
  }

  .hero {
    min-height: calc(132svh - 64px);
    padding-top: 66svh;
  }

  .hero .logo-lockup {
    width: min(54vw, 172px);
  }

  h1 {
    font-size: 2.62rem;
  }

  .hero h1 {
    font-size: 1.72rem;
  }

  .hero-copy {
    font-size: 0.95rem;
  }

  .price-list div {
    gap: 8px;
    padding: 16px;
  }
}
