:root {
  color-scheme: light;
  --paper: #f4f3ef;
  --ink: #101010;
  --muted: #888782;
  --line: rgba(16, 16, 16, .14);
  --line-soft: rgba(16, 16, 16, .08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a { color: inherit; }

.service-mobile-header { display: none; }

.service-hero {
  min-height: min(76vh, 870px);
  padding: 30px 40px 40px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-hero-top,
.service-hero-bottom,
.service-content aside,
.service-footer {
  font-family: "IBM Plex Mono", "Courier New", monospace;
}

.service-hero-top,
.service-hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #777671;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-hero h1 {
  width: min(1480px, 96%);
  margin: 76px 0;
  font-size: clamp(58px, 7.2vw, 138px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.service-page--privacy .service-hero h1,
.service-page--consent .service-hero h1 {
  font-size: clamp(52px, 6vw, 112px);
}

.service-content {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 2.2fr);
  border-bottom: 1px solid var(--line);
}

.service-content aside {
  min-height: 460px;
  padding: 42px 40px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-content aside strong {
  color: var(--ink);
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(92px, 11vw, 180px);
  font-weight: 400;
  line-height: .8;
  letter-spacing: -.08em;
}

.service-content aside a {
  margin-top: auto;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}

.service-document {
  width: min(900px, 100%);
  padding: 76px clamp(40px, 7vw, 120px) 120px;
  font-size: 16px;
  line-height: 1.72;
}

.service-document h2 {
  margin: 58px 0 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-document h2:first-child { margin-top: 0; }

.service-document-date {
  margin: 0 0 44px;
  color: var(--muted);
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-document p { margin: 0 0 20px; }

.service-document ul {
  margin: 18px 0 30px;
  padding: 0;
  list-style: none;
}

.service-document li {
  position: relative;
  padding: 9px 0 9px 24px;
  border-bottom: 1px solid var(--line-soft);
}

.service-document li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--muted);
}

.service-document a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.service-page--contact .service-content { grid-template-columns: minmax(220px, .8fr) minmax(0, 2.2fr); }
.service-page--contact .service-document { width: min(1100px, 100%); font-size: clamp(18px, 1.55vw, 26px); line-height: 1.3; }
.service-page--contact .service-document p { margin: 0 0 26px; text-align: left !important; }

.service-footer {
  background: #f6f5f1;
  color: var(--ink);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-footer-mast {
  min-height: 138px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.service-footer-mast > div,
.service-footer-mast > p { padding: 28px 40px; }

.service-footer-mast span,
.service-footer-bottom span { color: var(--muted); }

.service-footer-mast h2 {
  margin: 12px 0 0;
  max-width: 520px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.service-footer-mast > p {
  margin: 0;
  justify-self: end;
  color: var(--muted);
  text-align: right;
  line-height: 1.6;
}

.service-footer-logo {
  width: 190px;
  padding: 14px 20px;
  display: grid;
  place-items: center;
}

.service-footer-logo img { width: 154px; height: 58px; object-fit: contain; }

.service-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr .8fr;
  border-bottom: 1px solid var(--line);
}

.service-footer-grid section {
  min-width: 0;
  padding-bottom: 25px;
  border-right: 1px solid var(--line);
}

.service-footer-grid section:last-child { border-right: 0; }

.service-footer-grid h3 {
  min-height: 68px;
  margin: 0 0 12px;
  padding: 0 26px;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 400;
}

.service-footer-grid h3 small { color: var(--muted); font-size: 9px; }

.service-footer-grid a {
  min-height: 34px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  color: #55544f;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.service-footer-grid a:hover { color: var(--ink); transform: translateX(4px); }

.service-footer-bottom {
  min-height: 114px;
  display: grid;
  grid-template-columns: 1.7fr .7fr 1fr 1.2fr;
  border-bottom: 1px solid var(--line);
}

.service-footer-bottom > * {
  margin: 0;
  padding: 26px 30px;
  border-right: 1px solid var(--line);
}

.service-footer-bottom > *:last-child { border-right: 0; }
.service-footer-bottom span, .service-footer-bottom b { display: block; }
.service-footer-bottom b { margin-top: 10px; font-weight: 400; letter-spacing: .05em; }
.service-footer-bottom p { color: var(--muted); line-height: 1.6; }

.service-footer-end {
  min-height: 48px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

@media (max-width: 768px) {
  body { padding-top: calc(100px + env(safe-area-inset-top)); }
  body.service-menu-open { overflow: hidden; }

  .service-mobile-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: env(safe-area-inset-top);
    display: block;
    background: rgba(244, 243, 239, .95);
    backdrop-filter: blur(18px) saturate(1.05);
    -webkit-backdrop-filter: blur(18px) saturate(1.05);
  }

  .service-systembar {
    height: 36px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-family: "IBM Plex Mono", "Courier New", monospace;
    font-size: 8px;
    letter-spacing: .14em;
    text-transform: lowercase;
  }

  .service-system-status { display: flex; align-items: center; gap: 8px; }
  .service-system-status i { height: 11px; display: flex; align-items: flex-end; gap: 2px; }
  .service-system-status b { width: 2px; background: var(--ink); }
  .service-system-status b:nth-child(1) { height: 4px; }
  .service-system-status b:nth-child(2) { height: 6px; }
  .service-system-status b:nth-child(3) { height: 8px; }
  .service-system-status b:nth-child(4) { height: 10px; }

  .service-mobile-nav {
    height: 64px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
  }

  .service-mobile-logo { display: block; width: 110px; height: 40px; }
  .service-mobile-logo img { width: 110px; height: 40px; object-fit: contain; }
  .service-mobile-actions { display: flex; align-items: center; gap: 16px; }
  .service-mobile-actions > a { width: 22px; height: 26px; display: grid; place-items: center; text-decoration: none; }

  .service-account-icon {
    width: 15px;
    height: 15px;
    display: block;
    border: 1.4px solid var(--ink);
    border-radius: 50%;
    position: relative;
    transform: translateY(-4px);
  }

  .service-account-icon::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    width: 20px;
    height: 10px;
    border: 1.4px solid var(--ink);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    transform: translateX(-50%);
  }

  .service-cart-icon {
    width: 17px;
    height: 18px;
    display: block;
    border: 1.4px solid var(--ink);
    position: relative;
    margin-top: 4px;
  }

  .service-cart-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -8px;
    width: 9px;
    height: 9px;
    border: 1.4px solid var(--ink);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
  }

  [data-service-menu-toggle] {
    width: 30px;
    height: 30px;
    padding: 6px 3px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  [data-service-menu-toggle] span { width: 24px; height: 1px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  body.service-menu-open [data-service-menu-toggle] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  body.service-menu-open [data-service-menu-toggle] span:nth-child(2) { opacity: 0; }
  body.service-menu-open [data-service-menu-toggle] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

  .service-mobile-drawer {
    position: fixed;
    z-index: 1;
    top: calc(100px + env(safe-area-inset-top));
    right: 0;
    left: 0;
    height: calc(100dvh - 100px - env(safe-area-inset-top));
    padding: 22px 18px calc(30px + env(safe-area-inset-bottom));
    background: rgba(244, 243, 239, .985);
    overflow: auto;
  }

  .service-mobile-drawer[hidden] { display: none; }
  .service-drawer-meta { display: flex; justify-content: space-between; color: var(--muted); font: 8px/1.2 "IBM Plex Mono", monospace; letter-spacing: .14em; }
  .service-mobile-drawer nav { margin-top: 30px; border-top: 1px solid var(--line); }
  .service-mobile-drawer nav a { min-height: 57px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
  .service-mobile-drawer nav small, .service-mobile-drawer nav b { color: var(--muted); font: 8px/1 "IBM Plex Mono", monospace; letter-spacing: .12em; }
  .service-mobile-drawer nav span { font-size: 13px; letter-spacing: .08em; }
  .service-drawer-signal { margin-top: 30px; min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--ink); text-decoration: none; font: 9px/1 "IBM Plex Mono", monospace; letter-spacing: .12em; }

  .service-hero {
    min-height: 520px;
    padding: 22px 20px 26px;
  }

  .service-hero-top, .service-hero-bottom { font-size: 8px; letter-spacing: .11em; }
  .service-hero h1, .service-page--privacy .service-hero h1, .service-page--consent .service-hero h1 {
    width: 100%;
    margin: 58px 0;
    font-size: clamp(42px, 13.8vw, 64px);
    line-height: .94;
  }
  .service-page--privacy .service-hero h1,
  .service-page--consent .service-hero h1 {
    font-size: clamp(32px, 10.5vw, 44px);
    overflow-wrap: normal;
  }

  .service-content { display: block; }
  .service-content aside { min-height: 0; padding: 22px 20px; border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: end; }
  .service-content aside > span { align-self: start; }
  .service-content aside strong { grid-column: 2; grid-row: 1 / 3; font-size: 86px; }
  .service-content aside a { grid-column: 1; margin-top: 28px; width: max-content; }
  .service-document { width: 100%; padding: 42px 20px 76px; font-size: 15px; line-height: 1.65; overflow-wrap: anywhere; }
  .service-document h2 { margin-top: 44px; font-size: 12px; }
  .service-page--contact .service-document { font-size: 21px; }

  .service-footer-mast { display: block; min-height: 0; padding: 34px 20px; }
  .service-footer-mast > div, .service-footer-mast > p { padding: 0; }
  .service-footer-mast h2 { font-size: 22px; }
  .service-footer-logo { width: 150px; margin: 32px auto; padding: 0; }
  .service-footer-logo img { width: 150px; }
  .service-footer-mast > p { text-align: left; }
  .service-footer-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .service-footer-grid section { border-bottom: 1px solid var(--line); }
  .service-footer-grid section:nth-child(2n) { border-right: 0; }
  .service-footer-grid h3 { min-height: 56px; padding: 0 16px; }
  .service-footer-grid a { padding: 0 16px; font-size: 8px; }
  .service-footer-bottom { display: block; }
  .service-footer-bottom > * { padding: 22px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-footer-end { min-height: 76px; padding: 16px 20px; display: block; line-height: 1.8; }
  .service-footer-end span { display: block; }
}

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

.service-toc { display: grid; gap: 8px; margin: 30px 0; }
.service-toc a { margin: 0 !important; width: auto !important; color: var(--muted); font-size: 8px; line-height: 1.45; }
.service-footer-grid button { min-height: 44px; padding: 0 24px; border: 0; background: transparent; color: var(--ink); text-align: left; font: inherit; cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.service-document h2 { scroll-margin-top: 24px; }
.service-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 0; background: var(--line); border: 1px solid var(--line); }
.service-facts p { min-width: 0; margin: 0; padding: 18px; background: var(--paper); overflow-wrap: anywhere; }
.service-facts a { overflow-wrap: anywhere; word-break: break-word; }
.service-facts strong { font: 8px/1.2 "IBM Plex Mono", monospace; letter-spacing: .12em; }
.service-support { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); }

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

@media (max-width: 768px) {
  .service-toc { grid-column: 1 / -1; max-height: 180px; overflow: auto; }
  .service-footer-grid button { padding: 0 16px; font-size: 8px; }
  .service-facts { grid-template-columns: 1fr; }
}

@media print {
  .service-mobile-header, .service-hero, .service-content aside, .service-footer, .ob-cookie-layer { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  .service-content { display: block !important; }
  .service-document { width: 100% !important; max-width: none !important; padding: 0 !important; font-size: 11pt !important; line-height: 1.45 !important; }
  .service-document h2 { break-after: avoid; color: #000 !important; }
  .service-document a { color: #000 !important; text-decoration: underline; }
}
