:root {
  --ink: rgba(8, 8, 8, 0.82);
  --soft: rgba(8, 8, 8, 0.48);
  --accent: #9e2e20;
  --paper: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0;
}
button, a { color: inherit; font: inherit; }
button { border: 0; background: none; cursor: pointer; }
a { text-decoration: none; }
:focus-visible { outline: 1px solid var(--accent); outline-offset: 4px; }

.site-shell { min-height: 100svh; display: flex; flex-direction: column; }
.header {
  height: 92px;
  position: relative;
  padding: 28px 30px;
  flex: 0 0 auto;
  z-index: 10;
}
.logo {
  display: none;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}
.nav {
  position: absolute;
  top: 28px;
  left: 50vw;
  transform: translateX(-50%);
  display: flex;
  gap: 34px;
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  -webkit-text-stroke: 0;
}
.nav a { transition: color .3s ease; }
.nav a:hover { color: var(--ink); }
.nav .active {
  color: var(--ink);
  font-family: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.symbol-nav {
  gap: 25px;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1;
  transform: translateX(-50%);
}
.symbol-nav .active {
  text-decoration: none;
  opacity: .42;
}
.symbol-nav a {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.symbol-nav a span {
  display: block;
  line-height: 1;
  transform-origin: center;
}
.symbol-nav .symbol-circle span { font-size: 18px; }
.symbol-nav .symbol-square span {
  font-size: 18px;
  transform: translateY(-1px) scale(.84);
}
.bag-button {
  position: absolute;
  top: 26px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
}
.site-shell > .header .bag-button { display: none; }
.bag-icon { width: 16px; height: 16px; border: 1px solid currentColor; position: relative; }
.bag-icon::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 5px;
  border: 1px solid currentColor;
  border-bottom: 0;
  left: 3px;
  top: -6px;
}
.menu-toggle { display: none; }
.page-back {
  position: absolute;
  top: 29px;
  left: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  letter-spacing: .04em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.art-home {
  flex: 1 0 auto;
  min-height: max(560px, calc(100svh - 138px));
  padding: 0;
  overflow: hidden;
}
.home-slider {
  width: 100%;
  min-height: max(560px, calc(100svh - 138px));
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}
.home-slider::-webkit-scrollbar { display: none; }
.home-slide {
  position: relative;
  min-width: 100%;
  min-height: max(560px, calc(100svh - 138px));
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.agenda-slide {
  padding: 68px 30px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-slide {
  background:
    linear-gradient(to bottom, rgba(0,0,0,.03), rgba(0,0,0,.12)),
    url("./materia-dois-home.png") center center / cover no-repeat;
  color: #fff;
}
.home-slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: currentColor;
  font-size: 17px;
  transform: translateY(-50%);
}
.home-slide-next { right: 18px; color: var(--soft); }
.home-slide-previous { left: 18px; }
.image-slide-waitlist {
  position: absolute;
  left: 50%;
  bottom: 100px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  transform: translateX(-50%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .07em;
}
.image-slide-statement {
  position: absolute;
  right: 30px;
  bottom: 100px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .07em;
  text-align: right;
}
.series-list {
  width: 100%;
  margin: 0;
}
.series-row {
  width: min(760px, 100%);
  margin: 0;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(280px, 1fr) 110px;
  gap: 34px;
  align-items: baseline;
  text-align: left;
  padding: 7px 0;
  border: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.25;
  transition: opacity .25s ease;
}
.series-row:hover { opacity: .45; }
.series-row strong {
  font-weight: 400;
}
.series-row > :nth-child(2) { justify-self: start; text-align: left; }
.series-row > :last-child { justify-self: end; }
.series-type { color: var(--soft); font-size: .88em; }
.dois-row time { color: var(--ink); }
.landing-statement {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 40px;
  margin-top: 150px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .07em;
}
.landing-statement p {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  margin: 0;
  color: var(--soft);
  text-align: right;
}
.landing-statement a {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  transition: opacity .25s ease;
}
.landing-statement a:hover { opacity: .45; }
.world-clocks {
  position: absolute;
  top: 29px;
  right: 30px;
  display: flex;
  gap: 20px;
  color: var(--soft);
  font-family: "Courier New", Courier, monospace;
  font-size: 8px;
  letter-spacing: .04em;
  white-space: nowrap;
}
.world-clocks span { display: flex; gap: 7px; }

.dois-page { min-height: 100svh; }
.dois-main {
  min-height: calc(100svh - 92px);
  padding: 85px 30px 120px;
}
.dois-statement {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: minmax(120px, .55fr) minmax(300px, 1.45fr);
  gap: clamp(80px, 12vw, 190px);
  align-items: start;
}
.dois-statement h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
}
.dois-copy {
  max-width: 550px;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.34;
}

.naming-study-page {
  min-height: 100svh;
  background: var(--paper);
}
.naming-study-main {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 60px 24px 30px;
}
.naming-study-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100svh - 90px);
  object-fit: contain;
}
.dois-copy p { margin: 0 0 1.15em; }

.gallery {
  position: relative;
  flex: 1 0 auto;
  min-height: 560px;
  display: grid;
  grid-template-rows: auto 1fr;
  place-items: center;
  padding: 35px 8vw 70px;
  overflow: hidden;
  touch-action: pan-y;
}
.numeral-axis {
  width: 100%;
  justify-self: stretch;
  display: grid;
  place-items: center;
  margin: 0 0 34px;
  transform: translateY(-18px);
}
.numeral-index {
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
  width: 112px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px 8px;
  margin: 0;
  transform: translateX(5px);
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}
.numeral-index .selected-number { color: #d31f16; }
.gallery[hidden],
.art-home[hidden] {
  display: none;
}
.product-stage {
  grid-row: 2;
  width: min(980px, 82vw);
  display: grid;
  grid-template-columns: minmax(320px, 1.06fr) minmax(270px, .74fr);
  gap: clamp(80px, 10vw, 160px);
  align-items: center;
}
.product-image {
  aspect-ratio: 3 / 3.65;
  position: relative;
  overflow: hidden;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e7eaed;
}
.product-visual { position: relative; }
.product-panel-1 { background-position: center; }
.product-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity .3s ease;
}
.product-video.is-ready {
  opacity: 1;
}
.product-panel-2 {
  background-image: none;
  background-position: center;
}
.edition {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 8px;
  letter-spacing: .08em;
  mix-blend-mode: multiply;
}
.product-info { max-width: 360px; }
.eyebrow {
  margin: 0 0 9px;
  color: #f22916;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .09em;
}
h1 { margin: 0; font-size: 15px; letter-spacing: 0; font-weight: 400; }
.product-heading h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1.08;
}
.product-heading { margin-bottom: 24px; }
.description {
  max-width: 32em;
  margin: 0 0 23px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: .015em;
  text-wrap: pretty;
  hyphens: none;
}
.specs { margin: 0; display: grid; gap: 5px; }
.specs div { display: grid; grid-template-columns: 78px 1fr; align-items: baseline; }
.specs dt { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9px; font-weight: 400; line-height: 1; }
.specs dd { margin: 0; font-weight: 400; line-height: 1; }
.designer { margin: 22px 0 0; font-weight: 400; }
.made-order { margin: 22px 0 9px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .07em; }
.price { margin: 0 0 31px; font-weight: 400; }
.size-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 30px; }
.size-row button:not(.size-guide) {
  width: 22px;
  padding: 4px 0;
  font-size: 9px;
  color: var(--soft);
  border-bottom: 1px solid transparent;
}
.size-row button.selected { color: var(--ink); border-bottom-color: currentColor; }
.size-guide { margin-left: 14px; font-size: 8px; font-weight: 400; text-decoration: none; }
.add-button {
  padding: 8px 0 7px;
  border-bottom: 1px solid currentColor;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1;
  transition: opacity .3s ease;
}
.add-button:hover { opacity: .5; }

/* SIZES — hidden only during the pre-launch phase. See SIZES.md to restore. */
.product-info > .size-row { display: none; }
.product-info > .add-button { margin-top: 28px; }
.arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 34px;
  height: 34px;
  font-size: 17px;
  color: var(--soft);
  background: transparent;
  transform: translateY(-50%);
  transition: color .3s, transform .3s;
}
.single-product .arrow,
.single-product .progress {
  display: none;
}
.arrow:hover { color: var(--ink); transform: translate(var(--move), -50%); }
.arrow-left { left: 10px; --move: -3px; }
.arrow-right { right: 10px; --move: 3px; }
.counter { position: absolute; right: 5vw; bottom: 32px; font-size: 9px; letter-spacing: .12em; }
.progress { display: none; }
.progress span { display: block; height: 1px; background: var(--accent); transition: width .45s ease; }

.footer {
  min-height: 58px;
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 8px;
  letter-spacing: .09em;
}
.footer nav { display: flex; gap: 22px; }
.footer a:hover { color: var(--ink); }

.scrim { position: fixed; inset: 0; background: rgba(0,0,0,.14); opacity: 0; pointer-events: none; transition: opacity .4s; z-index: 30; }
.scrim.visible { opacity: 1; pointer-events: auto; }
.cart {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(440px, 100vw);
  background: var(--paper);
  z-index: 40;
  transform: translateX(100%);
  transition: transform .42s cubic-bezier(.2,.7,.2,1);
  display: flex;
  flex-direction: column;
}
.cart.open { transform: translateX(0); }
.cart-head { display: flex; justify-content: space-between; padding: 27px 25px; border-bottom: 1px solid #ddd; }
.cart-head p { margin: 0; }
.cart-head button { font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }
.cart-body { flex: 1; overflow: auto; padding: 24px; }
.empty { height: 100%; display: grid; place-content: center; text-align: center; gap: 22px; }
.empty button { text-decoration: underline; text-underline-offset: 4px; }
.cart-item { display: grid; grid-template-columns: 118px 1fr; gap: 18px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid #e4e4e4; }
.cart-thumb { aspect-ratio: 1; background-image: url("./ear-cuff-01.png?v=2"); background-size: cover; background-position: center; background-repeat: no-repeat; }
.cart-item-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.cart-item-copy p { margin: 0 0 5px; font-weight: 700; }
.cart-item-copy span { font-size: 9px; }
.quantity { display: flex; align-items: center; gap: 13px; margin-top: 5px; }
.quantity button { font-size: 16px; }
.remove { margin-top: auto; font-size: 8px; text-decoration: underline; }
.cart-footer { padding: 23px 25px 28px; border-top: 1px solid #ddd; }
.cart-footer div { display: flex; justify-content: space-between; }
.cart-footer p { font-size: 8px; margin: 9px 0 20px; color: var(--soft); }
.checkout { width: 100%; padding: 15px; background: #0a0a0a; color: #fff; letter-spacing: .06em; }

.waitlist-panel {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(440px, 100vw);
  background: #fff;
  z-index: 50;
  transform: translateX(100%);
  transition: transform .42s cubic-bezier(.2,.7,.2,1);
}
.waitlist-panel.open { transform: translateX(0); }
.waitlist-scrim { z-index: 45; }
.waitlist-form { padding: 34px 25px; display: grid; gap: 25px; }
.waitlist-intro { margin: 0 0 12px; line-height: 1.5; }
.waitlist-form label { display: grid; gap: 8px; font-size: 9px; letter-spacing: .07em; }
.waitlist-form input[type="text"],
.waitlist-form input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.waitlist-form input:focus { border-bottom-width: 2px; }
.waitlist-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}
.hidden-field { display: none; }
.thanks-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 100px 24px;
}
.thanks-message {
  width: min(520px, 100%);
  text-align: center;
}
.thanks-page h1 {
  margin: 0 0 24px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
}
.thanks-page p {
  margin: 0 auto 42px;
  color: var(--soft);
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 1.5;
}
.thanks-return {
  padding: 8px 0 7px;
  border-bottom: 1px solid currentColor;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .06em;
}

@media (max-width: 760px) {
  .header { height: 104px; padding: 20px; }
  .page-back { top: 24px; left: 20px; }
  .logo { font-size: 12px; }
  .bag-button { top: 23px; right: 20px; }
  .menu-toggle { display: none; }
  .nav {
    display: flex;
    position: static;
    transform: none;
    margin-top: 24px;
    padding: 0;
    background: transparent;
    flex-direction: row;
    gap: 24px;
  }
  .header .symbol-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    width: max-content;
    margin: 0;
    justify-content: flex-end;
  }
  .art-home { min-height: calc(100svh - 176px); padding: 0; }
  .home-slider,
  .home-slide { min-height: calc(100svh - 176px); }
  .agenda-slide { padding: 55px 20px; }
  .image-slide {
    background-position: 12% center;
  }
  .home-slide-arrow {
    width: 38px;
    height: 38px;
  }
  .home-slide-next { right: 7px; }
  .home-slide-previous { left: 7px; }
  .image-slide-waitlist {
    bottom: 55px;
    white-space: nowrap;
  }
  .image-slide-statement {
    right: auto;
    left: 20px;
    bottom: 100px;
    max-width: 260px;
    text-align: left;
  }
  .series-list { width: 100%; }
  .series-row {
    width: min(520px, 100%);
    grid-template-columns: 90px minmax(0, 1fr) 72px;
    gap: 10px;
    font-size: 11px;
    padding: 9px 0;
  }
  .series-type {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    text-align: left;
    font-size: 9px;
  }
  .dois-spacer { display: none; }
  .dois-row { grid-template-columns: 90px minmax(0, 1fr) 72px; }
  .series-row > :last-child { justify-self: end; }
  .landing-statement {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
    margin-top: 120px;
  }
  .landing-statement p,
  .landing-statement a {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }
  .world-clocks {
    top: 24px;
    right: auto;
    left: 20px;
    flex-wrap: wrap;
    gap: 8px 18px;
  }
  .landing-statement a {
    width: max-content;
    justify-self: center;
  }
  .dois-main { padding: 60px 20px 110px; }
  .dois-statement {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .dois-copy { font-size: 14px; line-height: 1.4; }
  .naming-study-main { padding: 74px 20px 24px; }
  .naming-study-image {
    width: 100%;
    max-height: none;
  }
  .gallery { display: block; min-height: 0; padding: 18px 20px 65px; }
  .numeral-index {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    transform: none;
  }
  .numeral-axis {
    width: 100%;
    margin: 0 0 36px;
    transform: none;
  }
  .product-stage { width: 100%; display: block; }
  .product-visual {
    width: 100%;
    margin: 0 0 30px;
  }
  .product-image { width: 100%; aspect-ratio: 4 / 4.65; }
  .product-info { max-width: none; }
  .product-heading { margin-bottom: 18px; }
  .description { max-width: 38em; }
  .size-row { justify-content: flex-start; gap: 15px; overflow-x: auto; padding-bottom: 4px; }
  .size-row button:not(.size-guide) { min-width: 34px; min-height: 34px; }
  .size-guide { white-space: nowrap; }
  .add-button {
    display: block;
    width: max-content;
    min-height: 44px;
    margin-inline: auto;
  }
  .arrow { width: 38px; height: 38px; background: transparent; }
  .arrow-left { left: 8px; }
  .arrow-right { right: 8px; }
  .counter { right: 20px; bottom: 26px; }
  .progress { bottom: 29px; }
  .footer { padding: 18px 20px 24px; align-items: flex-start; gap: 25px; flex-direction: column; }
  .footer nav { flex-wrap: wrap; gap: 15px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.notifications-page {
  min-height: 100svh;
}
.notifications-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notifications-close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.notifications-main {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 120px 24px 110px;
}
.notifications-form {
  width: min(480px, 100%);
  display: flex;
  flex-direction: column;
}
.notifications-form h1 {
  margin: 0 0 24px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.notifications-intro {
  margin: 0 auto 44px;
  max-width: 38em;
  color: var(--soft);
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 1.5;
}
.notification-field {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
  color: var(--soft);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .07em;
}
.notification-field input,
.notification-field select {
  width: 100%;
  min-height: 40px;
  padding: 0 4px 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(8, 8, 8, .25);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0;
}
.notification-field select {
  appearance: auto;
}
.notification-field input:focus,
.notification-field select:focus {
  border-bottom-color: var(--ink);
}
.notification-field input:-webkit-autofill,
.notification-field input:-webkit-autofill:hover,
.notification-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  box-shadow: 0 0 0 1000px var(--paper) inset;
  transition: background-color 9999s ease-out 0s;
}
.notifications-submit {
  align-self: center;
  margin-top: 46px;
  padding: 8px 0 7px;
  border-bottom: 1px solid currentColor;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 1;
  transition: opacity .3s ease;
}
.notifications-submit:hover {
  opacity: .5;
}
.notifications-consent {
  max-width: 390px;
  margin: 18px auto 0;
  color: var(--soft);
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7px;
  line-height: 1.55;
}
.notifications-consent a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.notifications-footer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 46px;
  align-items: center;
  padding: 18px 28px max(14px, env(safe-area-inset-bottom));
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
}

.language-switch {
  position: absolute;
  left: 28px;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 700px) {
  .language-switch {
    left: 20px;
  }
}
.notifications-footer a { white-space: nowrap; }
.notifications-footer a:hover {
  opacity: .55;
}
.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.legal-page {
  min-height: 100svh;
}
.legal-main {
  padding: 150px 28px 120px;
}
.legal-document {
  width: min(680px, 100%);
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.65;
}
.legal-document > header {
  margin-bottom: 70px;
}
.legal-document > header p {
  margin: 0 0 10px;
  color: var(--soft);
  font-size: 8px;
}
.legal-document h1 {
  font-size: 15px;
  font-weight: 400;
}
.legal-document section {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 35px;
  padding: 22px 0;
  border-top: 1px solid rgba(8, 8, 8, .14);
}
.legal-document h2 {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.65;
}
.legal-document section p {
  margin: 0;
}
.legal-placeholder {
  color: var(--accent);
  font-weight: 700;
}
@media (max-width: 700px) {
  .notifications-header { padding: 20px; }
  .notifications-main {
    place-items: start center;
    padding: 180px 28px 60px;
  }
  .notifications-form h1 { font-size: 13px; }
  .thanks-page h1 { font-size: 13px; }
  .legal-main { padding: 140px 20px 100px; }
  .legal-document > header { margin-bottom: 48px; }
  .legal-document section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }
  .notifications-footer {
    width: 100%;
    justify-content: center;
    gap: 30px;
    padding: 38px 20px max(14px, env(safe-area-inset-bottom));
    font-size: 8px;
  }
}
