:root {
  --ink: #0b1720;
  --ink-soft: #172733;
  --paper: #fbfcfa;
  --paper-cool: #eef5f3;
  --snow: #ffffff;
  --mist: #dce9e7;
  --fjord: #426f83;
  --fjord-deep: #163c50;
  --pine: #264f47;
  --sky: #9fcbd6;
  --aurora: #a8dfcf;
  --aurora-blue: #afcdef;
  --cabin: #cb5d52;
  --text: #14222b;
  --muted: #68767c;
  --line: rgba(17, 39, 51, 0.13);
  --display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 30px 90px rgba(13, 36, 47, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -10;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(19, 46, 59, 0.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(19, 46, 59, 0.028) 1px, transparent 1px);
  background-size: 96px 96px;
  content: "";
  pointer-events: none;
}

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

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 9px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}

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

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.brand-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 650;
}

.nav-links > a:not(.nav-cta) {
  position: relative;
  padding: 8px 0;
}

.nav-links > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links > a:not(.nav-cta):hover::after,
.nav-links > a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button,
.nav-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 12px 28px rgba(11, 23, 32, 0.16);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: var(--cabin);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--ink);
  background: #fff;
}

.text-link {
  padding-block: 10px;
  border-bottom: 1px solid var(--text);
  font-size: 14px;
  font-weight: 750;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--fjord-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 42px;
  height: 2px;
  background: var(--cabin);
  content: "";
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.78);
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 172px 0 110px;
  background:
    radial-gradient(circle at 16% 18%, rgba(171, 218, 210, 0.82), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(179, 205, 238, 0.78), transparent 35%),
    linear-gradient(145deg, #eef7f3 0%, #f4f5fa 52%, #fbf8f4 100%);
}

.aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.62;
  pointer-events: none;
}

.aurora-one {
  top: -380px;
  right: 4%;
  width: 780px;
  height: 560px;
  background: linear-gradient(135deg, var(--aurora), var(--aurora-blue) 55%, #eac7d6);
  transform: rotate(-10deg);
}

.aurora-two {
  bottom: -370px;
  left: -240px;
  width: 700px;
  height: 620px;
  background: linear-gradient(145deg, rgba(159, 203, 214, 0.8), rgba(255, 255, 255, 0));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 78px;
  grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
}

.hero-copy h1 {
  max-width: 620px;
  margin: 24px 0 26px;
  font-family: var(--display);
  font-size: clamp(56px, 6.4vw, 94px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.hero-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--fjord-deep), var(--fjord), var(--pine));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lede {
  max-width: 590px;
  margin: 0;
  color: #40515b;
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.hero-art {
  position: relative;
  min-height: 540px;
}

.image-frame {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: #fff;
  box-shadow: var(--shadow);
}

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

.image-frame-main {
  top: 0;
  right: 0;
  width: 92%;
  height: 465px;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 38px 38px 88px 38px;
}

.image-frame-small {
  bottom: 4px;
  left: 0;
  width: 39%;
  height: 210px;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
}

.studio-stamp {
  position: absolute;
  right: -18px;
  bottom: 2px;
  display: grid;
  width: 138px;
  height: 138px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 22px 50px rgba(11, 23, 32, 0.22);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
}

.studio-stamp i {
  width: 34px;
  height: 1px;
  margin: 7px auto;
  background: var(--cabin);
}

.principle-strip {
  color: #fff;
  background: var(--ink);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.principle-grid > div {
  min-height: 124px;
  padding: 30px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.principle-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.principle-grid span {
  display: block;
  margin-bottom: 12px;
  color: #90b4bd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.principle-grid strong {
  font-family: var(--display);
  font-size: 16px;
}

.section {
  padding: 122px 0;
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 70px;
  margin-bottom: 55px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
}

.section-heading h2,
.design-copy h2,
.closing h2 {
  max-width: 730px;
  margin: 17px 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.02;
}

.section-heading > p {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.name-section {
  background: var(--paper);
}

.word-grid {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 36, 47, 0.08);
  grid-template-columns: repeat(3, 1fr);
}

.word-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
}

.word-card + .word-card {
  border-left: 1px solid var(--line);
}

.word-heim {
  background: #edf4f5;
}

.word-meaning {
  color: #fff;
  background: var(--fjord-deep);
}

.word-number,
.word-label {
  color: var(--fjord);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.word-meaning .word-number,
.word-meaning .word-label {
  color: #a7c8cf;
}

.word-card h3 {
  margin: 7px 0 14px;
  font-family: var(--display);
  font-size: clamp(42px, 4.2vw, 64px);
  letter-spacing: -0.07em;
  line-height: 1;
}

.word-card h3 span {
  color: var(--muted);
  font-size: 0.54em;
}

.word-card p:last-child {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.word-meaning p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.design-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% -20%, rgba(77, 130, 147, 0.48), transparent 48%),
    linear-gradient(135deg, #0b1720, #102d3d 68%, #173e4e);
}

.design-grid {
  display: grid;
  align-items: center;
  gap: 90px;
  grid-template-columns: minmax(0, 0.85fr) minmax(470px, 1.15fr);
}

.design-copy p {
  max-width: 540px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.design-board {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.palette-row {
  display: grid;
  overflow: hidden;
  height: 150px;
  border-radius: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.swatch {
  display: flex;
  align-items: flex-end;
  padding: 15px;
}

.swatch i {
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.snow {
  color: var(--ink);
  background: #f7f7f2;
}

.fjord {
  background: var(--fjord);
}

.pine {
  background: var(--pine);
}

.cabin {
  background: var(--cabin);
}

.design-board blockquote {
  margin: 28px 0 24px;
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 37px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.2;
}

.design-board blockquote span {
  color: var(--cabin);
}

.material-line {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.material-line i {
  width: 38px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.apps-section {
  background: var(--paper-cool);
}

.app-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(13, 36, 47, 0.09);
}

.app-card-skriv {
  display: grid;
  min-height: 610px;
  color: #fff;
  background: var(--ink);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.app-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 52px;
}

.app-status {
  color: #8db6bf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.app-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0 7px;
}

.app-title h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 58px;
  letter-spacing: -0.07em;
  line-height: 1;
}

.app-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid currentColor;
  border-radius: 11px;
}

.skriv-icon::before {
  position: absolute;
  top: 13px;
  left: 11px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 11px 0 currentColor;
  content: "";
}

.app-tagline {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
}

.app-copy > p:not(.app-tagline) {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.app-points {
  display: grid;
  gap: 9px;
  margin: 26px 0 31px;
  padding: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  list-style: none;
}

.app-points li::before {
  margin-right: 10px;
  color: var(--aurora);
  content: "✓";
}

.app-image {
  min-height: 100%;
}

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

.app-card-saga {
  display: grid;
  min-height: 610px;
  color: #fff;
  text-decoration: none;
  background: var(--pine);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.saga-icon::before {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
  content: "";
}

.saga-icon::after {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 12px;
  width: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.app-card-saga .app-title {
  margin-top: 22px;
}

.app-card-saga .app-title h3 {
  font-size: 53px;
}

.app-card-saga .app-tagline {
  color: #fff;
}

.app-card-saga p:not(.app-tagline) {
  color: rgba(255, 255, 255, 0.7);
}

.saga-card-button {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--pine);
  background: var(--snow);
  box-shadow: none;
}

.saga-card-button:hover,
.saga-card-button:focus-visible {
  border-color: var(--cabin);
  background: #fff;
}

.saga-card-image img {
  object-position: 62% center;
}

.utility-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.utility-card {
  display: grid;
  min-height: 104px;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: inherit;
  background: rgba(255, 255, 255, 0.74);
  grid-template-columns: auto 1fr auto;
}

.utility-card:hover,
.utility-card:focus-visible {
  border-color: rgba(22, 60, 80, 0.34);
  background: #fff;
}

.utility-mark {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  color: #fff;
  background: var(--fjord-deep);
}

.utility-mark::before {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 50%;
  content: "";
}

.utility-mark i {
  position: absolute;
  top: 15px;
  right: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.bro-utility-mark {
  background: var(--pine);
}

.vern-utility-mark {
  background: var(--pine);
}

.vern-utility-mark::before {
  top: 9px;
  left: 15px;
  width: 19px;
  height: 26px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 6px 5px 0 -1px var(--fjord);
}

.vern-utility-mark i {
  top: auto;
  right: auto;
  bottom: 7px;
  left: 20px;
  width: 13px;
  height: 7px;
  border-radius: 3px;
  background: var(--cabin);
}

.bro-utility-mark::before {
  top: 12px;
  left: 11px;
  width: 7px;
  height: 27px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 21px 0 0 #c9ded7;
}

.bro-utility-mark i {
  top: 21px;
  right: auto;
  left: 17px;
  width: 16px;
  height: 11px;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}

.utility-copy {
  display: grid;
  align-items: baseline;
  column-gap: 12px;
  grid-template-columns: auto 1fr;
}

.utility-copy small {
  grid-column: 1 / -1;
  color: var(--fjord);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.utility-copy strong {
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: -0.045em;
}

.utility-copy > span {
  color: var(--muted);
  font-size: 14px;
}

.utility-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--fjord-deep);
}

.closing {
  padding: 92px 0;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(11, 23, 32, 0.92), rgba(17, 53, 66, 0.84)),
    url("/assets/verkheim-workshop.png") center 47% / cover;
}

.closing-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.closing h2 {
  margin-top: 15px;
}

.site-footer {
  padding: 65px 0;
  color: #fff;
  background: #071018;
}

.footer-grid {
  display: grid;
  align-items: end;
  gap: 30px;
  grid-template-columns: 1fr auto;
}

.footer-grid > div:first-child p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.53);
}

.footer-links {
  display: flex;
  gap: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.footer-links span {
  color: rgba(255, 255, 255, 0.38);
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
}

a:focus-visible {
  outline: 3px solid var(--cabin);
  outline-offset: 4px;
}

@media (max-width: 1000px) {
  .hero {
    padding-bottom: 85px;
  }

  .hero-grid {
    gap: 45px;
    grid-template-columns: 1fr;
  }

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

  .hero-art {
    min-height: 500px;
  }

  .image-frame-main {
    width: 91%;
  }

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

  .principle-grid > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .principle-grid > div:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .section-heading,
  .design-grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

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

  .word-card {
    min-height: 280px;
  }

  .word-card + .word-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .design-board {
    max-width: 680px;
  }

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

  .app-card-saga {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 32px, 1180px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    position: absolute;
  }

  .nav {
    min-height: 70px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links > a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 126px 0 70px;
  }

  .hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(50px, 16vw, 70px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-art {
    min-height: 380px;
  }

  .image-frame-main {
    width: 100%;
    height: 325px;
    border-width: 5px;
    border-radius: 25px 25px 60px 25px;
  }

  .image-frame-small {
    bottom: 0;
    width: 43%;
    height: 140px;
    border-width: 5px;
    border-radius: 18px;
  }

  .studio-stamp {
    right: -8px;
    width: 100px;
    height: 100px;
    font-size: 8px;
  }

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

  .principle-grid > div {
    min-height: 100px;
    padding: 24px 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .section {
    padding: 82px 0;
  }

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

  .section-heading h2,
  .design-copy h2,
  .closing h2 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .section-heading > p {
    font-size: 16px;
  }

  .word-grid,
  .app-card,
  .design-board {
    border-radius: 22px;
  }

  .word-card {
    min-height: 260px;
    padding: 29px;
  }

  .word-card h3 {
    font-size: 48px;
  }

  .design-board {
    padding: 20px;
  }

  .palette-row {
    height: 110px;
    border-radius: 15px;
  }

  .swatch {
    padding: 9px;
  }

  .swatch i {
    writing-mode: vertical-rl;
  }

  .app-card-skriv {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .app-copy {
    padding: 38px 29px;
  }

  .app-title h3 {
    font-size: 50px;
  }

  .app-image {
    height: 340px;
    min-height: 0;
  }

  .app-card-saga {
    min-height: auto;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .utility-card {
    align-items: start;
    gap: 14px;
    padding: 19px;
    grid-template-columns: auto 1fr;
  }

  .utility-copy {
    grid-template-columns: 1fr;
  }

  .utility-arrow {
    display: none;
  }

  .saga-orbit {
    width: 130px;
    height: 130px;
  }

  .closing-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

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