/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
@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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --breakpoint-2xl: 96rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-cinnabar: #F2542D;
    --color-caput-mortuum: #562C2C;
    --color-dark-caput: #472424;
    --color-marble: #ACBEC8;
  }
}
@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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[55\.5\%\] {
    bottom: 55.5%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-26 {
    margin-top: calc(var(--spacing) * 26);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-\[13vw\] {
    height: 13vw;
  }
  .h-fit {
    height: fit-content;
  }
  .max-h-2\/3 {
    max-height: calc(2/3 * 100%);
  }
  .max-h-3\/4 {
    max-height: calc(3/4 * 100%);
  }
  .max-h-10\/12 {
    max-height: calc(10/12 * 100%);
  }
  .max-h-\[48\%\] {
    max-height: 48%;
  }
  .max-h-fit {
    max-height: fit-content;
  }
  .max-h-lvh {
    max-height: 100lvh;
  }
  .min-h-fit {
    min-height: fit-content;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-1\/2 {
    max-width: calc(1/2 * 100%);
  }
  .max-w-\[56\%\] {
    max-width: 56%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen-2xl {
    max-width: var(--breakpoint-2xl);
  }
  .min-w-fit {
    min-width: fit-content;
  }
  .min-w-full {
    min-width: 100%;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[15\%\] {
    --tw-translate-x: 15%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[305\%\] {
    --tw-translate-x: 305%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2\/3 {
    --tw-translate-y: calc(calc(2/3 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[6\%\] {
    --tw-translate-y: calc(6% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[38\%\] {
    --tw-translate-y: calc(38% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-28 {
    --tw-translate-y: calc(var(--spacing) * 28);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[15\%\] {
    --tw-translate-y: 15%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[28\%\] {
    --tw-translate-y: 28%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[55\%\] {
    --tw-translate-y: 55%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-caput-mortuum {
    background-color: var(--color-caput-mortuum);
  }
  .bg-dark-caput {
    background-color: var(--color-dark-caput);
  }
  .object-cover {
    object-fit: cover;
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .align-top {
    vertical-align: top;
  }
  .font-\[karantina\] {
    font-family: karantina;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
  .text-\[5vw\] {
    font-size: 5vw;
  }
  .text-\[6vw\] {
    font-size: 6vw;
  }
  .text-\[20vw\] {
    font-size: 20vw;
  }
  .text-\[25vw\] {
    font-size: 25vw;
  }
  .text-\[48vw\] {
    font-size: 48vw;
  }
  .text-\[55vw\] {
    font-size: 55vw;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-dark-caput {
    color: var(--color-dark-caput);
  }
  .text-marble {
    color: var(--color-marble);
  }
  .italic {
    font-style: italic;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:text-cinnabar {
    &:hover {
      @media (hover: hover) {
        color: var(--color-cinnabar);
      }
    }
  }
  .sm\:h-20 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .sm\:max-h-\[780px\] {
    @media (width >= 40rem) {
      max-height: 780px;
    }
  }
  .sm\:max-w-3\/4 {
    @media (width >= 40rem) {
      max-width: calc(3/4 * 100%);
    }
  }
  .sm\:max-w-\[500px\] {
    @media (width >= 40rem) {
      max-width: 500px;
    }
  }
  .sm\:min-w-\[500px\] {
    @media (width >= 40rem) {
      min-width: 500px;
    }
  }
  .sm\:translate-y-\[10\%\] {
    @media (width >= 40rem) {
      --tw-translate-y: 10%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:translate-y-\[30\%\] {
    @media (width >= 40rem) {
      --tw-translate-y: 30%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-\[18rem\] {
    @media (width >= 40rem) {
      font-size: 18rem;
    }
  }
  .sm\:text-\[20rem\] {
    @media (width >= 40rem) {
      font-size: 20rem;
    }
  }
  .md\:min-h-\[550px\] {
    @media (width >= 48rem) {
      min-height: 550px;
    }
  }
  .md\:max-w-1\/2 {
    @media (width >= 48rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .md\:translate-y-\[38\%\] {
    @media (width >= 48rem) {
      --tw-translate-y: 38%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:text-\[22rem\] {
    @media (width >= 48rem) {
      font-size: 22rem;
    }
  }
  .md\:text-\[25rem\] {
    @media (width >= 48rem) {
      font-size: 25rem;
    }
  }
  .lg\:max-w-1\/2 {
    @media (width >= 64rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .lg\:max-w-3\/4 {
    @media (width >= 64rem) {
      max-width: calc(3/4 * 100%);
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:max-w-5\/6 {
    @media (width >= 80rem) {
      max-width: calc(5/6 * 100%);
    }
  }
  .xl\:max-w-7\/12 {
    @media (width >= 80rem) {
      max-width: calc(7/12 * 100%);
    }
  }
  .xl\:gap-16 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-\[10rem\] {
    @media (width >= 80rem) {
      font-size: 10rem;
    }
  }
  .xl\:text-\[25rem\] {
    @media (width >= 80rem) {
      font-size: 25rem;
    }
  }
  .xl\:text-\[30rem\] {
    @media (width >= 80rem) {
      font-size: 30rem;
    }
  }
  .\32 xl\:w-1\/2 {
    @media (width >= 96rem) {
      width: calc(1/2 * 100%);
    }
  }
  .\32 xl\:max-w-\[1600px\] {
    @media (width >= 96rem) {
      max-width: 1600px;
    }
  }
  .\32 xl\:-translate-y-\[36\%\] {
    @media (width >= 96rem) {
      --tw-translate-y: calc(36% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
html {
  height: 100%;
  background-color: #472424;
}
h1 {
  font-family: "Karantina";
  color: #F2542D;
}
.title_text {
  font-size: 30rem;
}
.contact_type {
  padding-block: calc(var(--spacing) * 8);
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-cinnabar);
}
.contact_info {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: 4vw;
  color: var(--color-marble);
  @media (width >= 40rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.contact_icon {
  margin: calc(var(--spacing) * 4);
  height: fit-content;
  max-width: calc(1/8 * 100%);
}
.gallery_image_tall {
  grid-row: span 2 / span 2;
}
.gallery_image_long {
  grid-column: span 2 / span 2;
}
@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;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
