/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Auto-Billinger
Theme URI: https://dev.auto-billinger.de
Author: DBDB
Description: Brutalist-editorial Theme für KFZ-Meisterbetrieb Auto-Billinger. Figma-Redesign.
Version: 0.0.1
Text Domain: auto-billinger
*/
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: "Space Mono", monospace;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-snug: 1.375;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ab-black: #0A0A0A;
    --color-ab-white: #FFFFFF;
    --color-ab-line: rgba(10, 10, 10, 0.15);
    --font-display: "Space Grotesk", sans-serif;
    --fs-display: clamp(3rem, 8.3vw, 10rem);
    --fs-nav: clamp(2.25rem, calc(1.5rem + 7vw), 10rem);
    --fs-year: clamp(2.5rem, 6.6vw, 8rem);
    --fs-body: 0.875rem;
    --fs-body-lg: 1rem;
    --space-block: 2rem;
    --space-indent: 2rem;
    --space-img: 3rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-3\/4 {
    aspect-ratio: 3/4;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }
  .max-w-60 {
    max-width: calc(var(--spacing) * 60);
  }
  .max-w-\[34ch\] {
    max-width: 34ch;
  }
  .max-w-\[40ch\] {
    max-width: 40ch;
  }
  .max-w-\[58ch\] {
    max-width: 58ch;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-ab-line {
    border-color: var(--color-ab-line);
  }
  .bg-ab-line {
    background-color: var(--color-ab-line);
  }
  .bg-ab-white {
    background-color: var(--color-ab-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left {
    object-position: left;
  }
  .object-top {
    object-position: top;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .first\:mt-0 {
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .min-\[1750px\]\:absolute {
    @media (width >= 1750px) {
      position: absolute;
    }
  }
  .min-\[1750px\]\:top-3 {
    @media (width >= 1750px) {
      top: calc(var(--spacing) * 3);
    }
  }
  .min-\[1750px\]\:left-\[calc\(50vw_-_1\.375rem\)\] {
    @media (width >= 1750px) {
      left: calc(50vw - 1.375rem);
    }
  }
  .min-\[1750px\]\:col-span-3 {
    @media (width >= 1750px) {
      grid-column: span 3 / span 3;
    }
  }
  .min-\[1750px\]\:col-span-6 {
    @media (width >= 1750px) {
      grid-column: span 6 / span 6;
    }
  }
  .min-\[1750px\]\:col-start-4 {
    @media (width >= 1750px) {
      grid-column-start: 4;
    }
  }
  .min-\[1750px\]\:col-start-10 {
    @media (width >= 1750px) {
      grid-column-start: 10;
    }
  }
  .min-\[1750px\]\:mb-1\.5 {
    @media (width >= 1750px) {
      margin-bottom: calc(var(--spacing) * 1.5);
    }
  }
  .min-\[1750px\]\:ml-0 {
    @media (width >= 1750px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .min-\[1750px\]\:contents {
    @media (width >= 1750px) {
      display: contents;
    }
  }
  .min-\[1750px\]\:grid {
    @media (width >= 1750px) {
      display: grid;
    }
  }
  .min-\[1750px\]\:-translate-x-1\/2 {
    @media (width >= 1750px) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .min-\[1750px\]\:grid-cols-12 {
    @media (width >= 1750px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .min-\[1750px\]\:items-end {
    @media (width >= 1750px) {
      align-items: flex-end;
    }
  }
  .min-\[1750px\]\:gap-4\.5 {
    @media (width >= 1750px) {
      gap: calc(var(--spacing) * 4.5);
    }
  }
  .min-\[1750px\]\:self-end {
    @media (width >= 1750px) {
      align-self: flex-end;
    }
  }
  .min-\[1750px\]\:whitespace-normal {
    @media (width >= 1750px) {
      white-space: normal;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:my-20 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-7\/5 {
    @media (width >= 48rem) {
      aspect-ratio: 7/5;
    }
  }
  .md\:aspect-1877\/962 {
    @media (width >= 48rem) {
      aspect-ratio: 1877/962;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:w-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:max-w-68 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 68);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:pt-12 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:sticky {
    @media (width >= 80rem) {
      position: sticky;
    }
  }
  .xl\:inset-0 {
    @media (width >= 80rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .xl\:top-28 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 28);
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 80rem) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-5 {
    @media (width >= 80rem) {
      grid-column: span 5 / span 5;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 80rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 80rem) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:col-span-9 {
    @media (width >= 80rem) {
      grid-column: span 9 / span 9;
    }
  }
  .xl\:col-span-10 {
    @media (width >= 80rem) {
      grid-column: span 10 / span 10;
    }
  }
  .xl\:col-start-1 {
    @media (width >= 80rem) {
      grid-column-start: 1;
    }
  }
  .xl\:col-start-3 {
    @media (width >= 80rem) {
      grid-column-start: 3;
    }
  }
  .xl\:col-start-5 {
    @media (width >= 80rem) {
      grid-column-start: 5;
    }
  }
  .xl\:col-start-7 {
    @media (width >= 80rem) {
      grid-column-start: 7;
    }
  }
  .xl\:col-start-10 {
    @media (width >= 80rem) {
      grid-column-start: 10;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mb-0 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:aspect-1877\/1192 {
    @media (width >= 80rem) {
      aspect-ratio: 1877/1192;
    }
  }
  .xl\:aspect-auto {
    @media (width >= 80rem) {
      aspect-ratio: auto;
    }
  }
  .xl\:h-full {
    @media (width >= 80rem) {
      height: 100%;
    }
  }
  .xl\:min-h-40 {
    @media (width >= 80rem) {
      min-height: calc(var(--spacing) * 40);
    }
  }
  .xl\:w-\[40\.75\%\] {
    @media (width >= 80rem) {
      width: 40.75%;
    }
  }
  .xl\:w-\[59\.25\%\] {
    @media (width >= 80rem) {
      width: 59.25%;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:max-w-\[23\.3rem\] {
    @media (width >= 80rem) {
      max-width: 23.3rem;
    }
  }
  .xl\:max-w-\[58ch\] {
    @media (width >= 80rem) {
      max-width: 58ch;
    }
  }
  .xl\:max-w-none {
    @media (width >= 80rem) {
      max-width: none;
    }
  }
  .xl\:grid-cols-1 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-rows-1 {
    @media (width >= 80rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:grid-rows-2 {
    @media (width >= 80rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-rows-3 {
    @media (width >= 80rem) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-rows-4 {
    @media (width >= 80rem) {
      grid-template-rows: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:flex-row-reverse {
    @media (width >= 80rem) {
      flex-direction: row-reverse;
    }
  }
  .xl\:items-baseline-last {
    @media (width >= 80rem) {
      align-items: last baseline;
    }
  }
  .xl\:gap-20 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:text-\[0\.875rem\] {
    @media (width >= 80rem) {
      font-size: 0.875rem;
    }
  }
  .\[\&_svg\]\:h-full {
    & svg {
      height: 100%;
    }
  }
  .\[\&_svg\]\:w-full {
    & svg {
      width: 100%;
    }
  }
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/SpaceMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/SpaceMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: clamp(16px, calc(16px + (100vw - 1920px) / 160), 24px);
  scrollbar-gutter: stable;
}
body {
  background: var(--color-ab-white);
  color: var(--color-ab-black);
  font-family: var(--font-display);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  body, .ab-menu {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
@media (min-width: 1280px) {
  body, .ab-menu {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
@layer components {
  .content-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: calc(var(--spacing) * 6);
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4.5);
    }
  }
  .section {
    padding-block: calc(var(--spacing) * 12);
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .ab-block {
    padding-top: var(--space-block);
    padding-bottom: var(--space-block);
  }
  .indent {
    padding-left: var(--space-indent);
  }
  @media (min-width: 1280px) {
    .indent {
      padding-left: 0;
    }
  }
  .img-gap {
    margin-top: var(--space-img);
    margin-bottom: var(--space-img);
  }
  .rule {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-ab-line);
  }
  .ab-media {
    width: 100%;
    object-fit: cover;
  }
  @media (max-width: 767px) {
    .ab-media {
      aspect-ratio: 3 / 4;
    }
  }
  .ab-star--outline svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
    stroke-linejoin: round;
  }
  .display {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
  .display-xl {
    font-family: var(--font-mono);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    font-size: var(--fs-display);
    text-wrap: balance;
  }
  .display-nav {
    font-family: var(--font-mono);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    font-size: var(--fs-nav);
  }
  .ab-home__row .display-nav, .ab-menu__row .display-nav {
    transition: color .2s ease;
  }
  .ab-home__row:hover .display-nav, .ab-home__row:focus-visible .display-nav, .ab-menu__row:hover .display-nav, .ab-menu__row:focus-visible .display-nav {
    color: transparent;
    -webkit-text-stroke: 1px var(--color-ab-black);
  }
  .display-tel {
    font-family: var(--font-mono);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 7vw, 7.5rem);
    white-space: nowrap;
    transition: color .2s ease;
  }
  .display-tel:hover, .display-tel:focus-visible {
    color: transparent;
    -webkit-text-stroke: 1px var(--color-ab-black);
  }
  .display-year {
    font-family: var(--font-mono);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    font-size: var(--fs-year);
  }
  @media (min-width: 1280px) {
    .hist-align {
      padding-top: calc(0.1575 * var(--fs-year) - 0.375rem);
    }
  }
  .meta {
    font-family: var(--font-display);
    font-size: var(--fs-body);
    line-height: 1.375;
    text-wrap: pretty;
    overflow-wrap: break-word;
  }
  @media (min-width: 1280px) {
    .meta {
      font-size: var(--fs-body-lg);
    }
  }
  @media (min-width: 1280px) {
    .ab-header .meta {
      font-size: 0.875rem;
    }
  }
  @media (max-width: 767px) {
    .ab-header .meta {
      font-size: clamp(0.625rem, 3.15vw, 0.875rem);
    }
  }
  .footer-mono {
    font-family: var(--font-mono);
    font-size: 1rem;
    line-height: 1.375;
  }
  .text-wrapper {
    text-wrap: pretty;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .text-wrapper :where(p, ul, ol):not(:first-child) {
    margin-top: 1em;
  }
  .text-wrapper :where(ul, ol) {
    padding-left: 0;
    list-style: none;
  }
  .text-wrapper a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
  .text-wrapper hr {
    border: 0;
    border-top: 1px solid var(--color-ab-line);
    margin: 2em 0;
  }
  .ab-link, .text-wrapper a {
    transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .ab-link:hover, .ab-link:focus-visible, .text-wrapper a:hover, .text-wrapper a:focus-visible {
    background-color: var(--color-ab-black);
    color: var(--color-ab-white);
    box-shadow: 0 0 0 0.12em var(--color-ab-black);
  }
}
@layer components {
  .ab-logo svg {
    height: 1.6rem;
    width: auto;
    display: block;
  }
  @media (max-width: 480px) {
    .ab-logo svg {
      height: 1.25rem;
    }
  }
  @media (max-width: 360px) {
    .ab-logo svg {
      height: 1.05rem;
    }
  }
  @media (min-width: 768px) {
    .ab-logo svg {
      height: 1.6rem;
    }
  }
  @media (min-width: 1280px) {
    .ab-logo svg {
      height: 1.7rem;
    }
  }
  .ab-header {
    padding-left: 0;
    padding-right: 0;
  }
  .ab-menu {
    padding-left: 1rem;
    padding-right: 1rem;
    will-change: transform;
  }
  .ab-menu__list {
    padding-bottom: 2rem;
  }
  .ab-burger {
    position: relative;
    cursor: pointer;
    width: 2.25rem;
    height: 2.25rem;
  }
  @media (max-width: 480px) {
    .ab-burger {
      width: 2rem;
      height: 2rem;
    }
  }
  @media (min-width: 1280px) {
    .ab-burger {
      width: 2.75rem;
      height: 2.75rem;
    }
  }
  .ab-burger > span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    transition: opacity .3s ease, transform .3s ease;
  }
  .ab-burger svg {
    width: 100%;
    height: 100%;
  }
  .ab-icon-close {
    opacity: 0;
    transform: rotate(-90deg);
  }
  #ab-menu-toggle.is-open .ab-icon-burger {
    opacity: 0;
    transform: rotate(90deg);
  }
  #ab-menu-toggle.is-open .ab-icon-close {
    opacity: 1;
    transform: rotate(0deg);
  }
}
.ab-char--time .ab-char__img {
  animation: ab-char-blink var(--ab-char-dur, 2s) step-end infinite;
}
.ab-char--time .ab-char__img--2 {
  animation-delay: calc(var(--ab-char-dur, 2s) / -2);
}
@keyframes ab-char-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ab-char--hover .ab-char__img--2 {
  opacity: 0;
}
.ab-char--hover:hover .ab-char__img--1 {
  opacity: 0;
}
.ab-char--hover:hover .ab-char__img--2 {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .ab-char--time .ab-char__img {
    animation: none;
  }
  .ab-char--time .ab-char__img--2 {
    opacity: 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
