/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
.contact-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .contact-page-layout {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin: 2rem 0 3rem;
  }
}
.contact-content {
  width: 100%;
}
.contact-content .prose {
  margin-top: 0;
}
.section-title {
  font-family: var(--font-serif);
  font-size: 2.25rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.75rem;
    margin-bottom: 2.5rem;
  }
}
.contact-form-container {
  margin-bottom: 2rem;
  width: 100%;
}
.contact-form .form-group {
  margin-bottom: 1.75rem;
  position: relative;
}
.form-submit {
  margin-top: 0.5rem;
}
.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--color-text);
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  background-color: rgba(252, 249, 245, 0.5);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.contact-form textarea {
  resize: vertical;
  min-height: 139px;
}
@media (min-width: 768px) {
  .form-col:nth-child(2) .form-group:last-child {
    margin-bottom: 0;
  }
}
.contact-form button {
  padding: 0.875rem 2rem;
  background-color: var(--color-text);
  color: var(--color-background);
  border: 1px solid var(--color-text);
  font-family: var(--font-sans);
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}
.contact-form button:hover {
  background-color: transparent;
  color: var(--color-text);
}
.form-notice {
  margin: 1rem 0;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  font-family: var(--font-sans);
  transition: color 0.3s ease;
}
.form-loading {
  position: relative;
}
.form-loading:after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--color-text);
  border-radius: 50%;
  right: -2rem;
  top: 50%;
  margin-top: -0.625rem;
  animation: form-spinner 0.8s linear infinite;
}
@keyframes form-spinner {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .contact-form button {
    padding: 1rem 2.5rem;
  }
  .contact-form-container {
    margin-bottom: 3rem;
  }
  .contact-form .form-submit {
    text-align: right;
    margin-top: 1.5rem;
  }
}
.contact-form input:not(:-moz-placeholder):valid, .contact-form textarea:not(:-moz-placeholder):valid {
  border-color: rgba(0, 0, 0, 0.2);
}
.contact-form input:not(:placeholder-shown):valid, .contact-form textarea:not(:placeholder-shown):valid {
  border-color: rgba(0, 0, 0, 0.2);
}
.contact-form input:not(:-moz-placeholder):invalid, .contact-form textarea:not(:-moz-placeholder):invalid {
  border-color: rgba(220, 38, 38, 0.5);
}
.contact-form input:not(:placeholder-shown):invalid, .contact-form textarea:not(:placeholder-shown):invalid {
  border-color: rgba(220, 38, 38, 0.5);
}
.contact-content h2 {
  font-family: var(--font-serif);
  margin-bottom: 1.75rem;
  font-weight: normal;
  font-size: 1.75rem;
}
.contact-content .prose p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-form-section {
    padding-top: 0;
  }
}
.prose ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.prose ul li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 0.5rem;
}
.prose ul li::marker {
  color: var(--gray-500);
}
.prose ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.prose ol li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 0.5rem;
}
hr {
  border: 0;
  border-top: 1px solid var(--gray-200);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.villa-image-wrapper {
  margin: 2rem 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.villa-image-wrapper.villa-image-asymmetric, .villa-image-wrapper.villa-image-asymmetric:hover {
  box-shadow: none;
}
.villa-image {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}
.villa-image-wrapper:hover .villa-image {
  transform: scale(1.03);
}
.villa-image-asymmetric {
  position: relative;
  width: 100%;
  height: 90vh;
  max-height: 800px;
  margin: 4rem 0;
  overflow: visible;
  box-shadow: none;
  background: none;
}
.villa-asymmetric-item {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
  z-index: 1;
}
.villa-asymmetric-item:hover {
  transform: scale(1.03) !important;
  z-index: 10;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.villa-asymmetric-item.center:hover {
  transform: translateX(-50%) scale(1.03) !important;
}
.villa-asymmetric-item img {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 100%;
  height: auto;
}
.villa-asymmetric-item.large {
  width: 45%;
  height: auto;
}
.villa-asymmetric-item.medium {
  width: 35%;
  height: auto;
}
.villa-asymmetric-item.small {
  width: 25%;
  height: auto;
}
.villa-asymmetric-item.right {
  right: 0;
}
.villa-asymmetric-item.left {
  left: 0;
}
.villa-asymmetric-item.center {
  left: 50%;
  transform: translateX(-50%);
}
.villa-asymmetric-item.top {
  top: 0;
}
.villa-asymmetric-item.middle {
  top: 30%;
}
.villa-asymmetric-item.bottom {
  bottom: 0;
}
.prose .villa-image-wrapper {
  margin: 3rem 0;
}
.villa-image-wrapper:hover {
  box-shadow: none !important;
}
.prose .villa-image-wrapper img {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .villa-image-wrapper {
    margin: 3rem 0;
  }
  .prose .villa-image-wrapper.image-left, .villa-image-wrapper.image-left {
    float: left;
    width: 58%;
    margin-right: 2.5rem;
    margin-left: -6vw;
  }
  .prose .villa-image-wrapper.image-right, .villa-image-wrapper.image-right {
    float: right;
    width: 70%;
    margin-left: 2.5rem;
    margin-right: -6vw;
  }
  .villa-image-wrapper::after {
    content: attr(alt);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .villa-image-wrapper:hover::after {
    opacity: 1;
  }
  p {
    position: relative;
    z-index: 2;
  }
  .villa-image-wrapper.image-left + p, .villa-image-wrapper.image-right + p {
    overflow: visible;
  }
  .villa-image-wrapper.image-left + p {
    padding-left: 1rem;
  }
  .villa-image-wrapper.image-right + p {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .villa-image-wrapper {
    width: 100%;
    margin: 2rem 0;
    float: none;
    transform: none !important;
    flex-direction: column;
  }
  .villa-image-wrapper.image-left, .villa-image-wrapper.image-right {
    margin-left: 0;
    margin-right: 0;
  }
  .villa-image-main, .villa-image-secondary, .villa-image-group {
    width: 100%;
    flex: 1 1 100%;
    margin: 0 0 0.5rem 0;
  }
  .villa-image-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .villa-image-group .villa-image-secondary {
    flex: 1 1 48%;
    margin: 0 1% 0.5rem 1%;
  }
  .villa-image-asymmetric {
    height: auto;
    max-height: none;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
  }
  .villa-asymmetric-item {
    position: relative;
    width: 100% !important;
    margin-bottom: 1rem;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  .villa-asymmetric-item.large {
    order: 1;
    width: 100%;
  }
  .villa-asymmetric-item.medium {
    order: 2;
    width: 90%;
    align-self: flex-end;
  }
  .villa-asymmetric-item.small {
    order: 3;
    width: 80%;
    align-self: flex-start;
  }
  .villa-image-wrapper:nth-child(odd) {
    margin-left: -5%;
    width: 95%;
  }
  .villa-image-wrapper:nth-child(even) {
    margin-right: -5%;
    width: 95%;
    margin-left: 5%;
  }
}
.villa-image-wrapper + h2, .villa-image-wrapper + p {
  clear: both;
}
h2 {
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  position: relative;
}
blockquote {
  position: relative;
  padding: 1.5rem 3rem;
  margin: 1.5rem 0;
  font-size: 1.8em;
  line-height: 1.4;
  font-style: italic;
  color: #333;
}
blockquote::before, blockquote::after {
  position: absolute;
  font-size: 2.5em;
  font-family: 'Acta-Light', serif;
  opacity: 0.3;
  line-height: 1;
}
blockquote::before {
  content: "\“";
  left: 0;
  top: -0.5rem;
}
blockquote::after {
  content: "\”";
  right: 0;
  bottom: -2rem;
}
blockquote p {
  font-family: 'Acta-Light', serif;
  margin: 0;
  position: relative;
  z-index: 1;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Sofia-Pro-Light", Helvetica, Arial, sans-serif;
    --font-serif: "Acta-Light", Georgia, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(0.967 0.003 264.542);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-400: oklch(0.707 0.022 261.325);
    --color-gray-600: oklch(0.446 0.03 256.802);
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --tracking-widest: 0.1em;
    --leading-relaxed: 1.625;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: #fcf9f5;
    --color-text: #121212;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
    ::placeholder {
      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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-auto {
    height: auto;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-text {
    border-color: var(--color-text);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-text {
    color: var(--color-text);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-text {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-text);
      }
    }
  }
  .hover\:text-background {
    &:hover {
      @media (hover: hover) {
        color: var(--color-background);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-32 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:ml-10 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:space-x-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 0) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:py-2 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-14 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .md\:pb-6 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:pl-12 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
@font-face {
  font-family: 'Acta-Light';
  src: url('/fonts/Acta-Light.woff2') format('woff2'),
       url('/fonts/Acta-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia-Pro-Light';
  src: url('/fonts/SofiaProLight.woff2') format('woff2'),
       url('/fonts/SofiaProLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@layer base {
  *, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
  }
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
    font-family: var(--font-sans);
  }
  html, body {
    background-color: var(--color-background);
    color: var(--color-text);
    font-family: var(--font-sans);
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overscroll-behavior-y: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    font-weight: 300;
    line-height: 1.2;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 1.1;
    font-family: var(--font-serif);
  }
  @media (min-width: 768px) {
    h1 {
      font-size: 3rem;
    }
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: var(--font-serif);
  }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.875rem;
    }
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: var(--font-serif);
  }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.5rem;
    }
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  blockquote {
    position: relative;
    padding: 1.5rem 3rem;
    margin: 1.5rem 0;
    font-size: 1.8em;
    line-height: 1.4;
    font-style: italic;
    color: rgb(51, 51, 51);
  }
  blockquote::before, blockquote::after {
    position: absolute;
    font-size: 2.5em;
    font-family: var(--font-serif);
    opacity: 0.3;
    line-height: 1;
  }
  blockquote::before {
    content: """;
    left: 0;
    top: -0.5rem;
  }

  blockquote::after {
    content: """;
    right: 0;
    bottom: -2rem;
  }
  blockquote p {
    font-family: var(--font-serif);
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
@layer components {
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
    margin-left: auto;
    margin-right: auto;
  }
  .opera-image-container {
    position: relative;
    overflow: hidden;
  }
  .zoom-image-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    z-index: 5;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .zoom-image-btn:hover, .zoom-image-btn:focus {
    opacity: 1;
    transform: scale(1.05);
  }
  .zoom-image-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-text);
  }
  .image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .image-modal.active {
    opacity: 1;
    visibility: visible;
  }
  .image-modal-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-image {
    max-width: 100%;
    max-height: 90vh;
    -o-object-fit: contain;
       object-fit: contain;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3);
  }
  .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1001;
  }
  .close-modal:hover, .close-modal:focus {
    background-color: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
  }
  .close-modal svg {
    width: 1.5rem;
    height: 1.5rem;
    color: white;
  }
  .opere-layout {
    position: relative;
  }
  .opere-layout .opera-image-wrapper {
    position: relative;
    margin-bottom: 1rem;
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
    max-width: 110%;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  @media (min-width: 768px) {
    .opere-layout .opera-image-wrapper {
      margin-left: -10%;
      margin-right: -10%;
      width: 120%;
      max-width: 120%;
    }
  }
  .opere-layout .opera-image-wrapper img {
    max-height: 80vh !important;
    width: auto !important;
    justify-self: center;
    margin: 0 auto;
  }
  .fullwidth-layout {
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transform: translateY(0);
    z-index: 2;
  }
  .full-width-image-container {
    width: 100%;
    margin-bottom: 2rem;
  }
  .full-width-content-container {
    width: 100%;
    margin-bottom: 2rem;
  }
  .two-column-layout {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(40px);
    pointer-events: none;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    z-index: 1;
    visibility: hidden;
  }
  .sticky-image-container {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .opere-layout.is-scrolled .opera-image-wrapper,
  .two-column-layout .opera-image-wrapper {
    margin-left: -7%;
    margin-right: 0;
  }
  @media (min-width: 768px) {
    .opere-layout.is-scrolled .opera-image-wrapper,
    .two-column-layout .opera-image-wrapper {
      margin-left: -15%;
      margin-right: 0;
    }
  }
  .opere-layout.is-scrolled .fullwidth-layout {
    opacity: 0;
    transform: translateY(-40px);
    position: absolute;
    pointer-events: none;
    visibility: hidden;
  }
  .opere-layout.is-scrolled .two-column-layout {
    opacity: 1;
    position: relative;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
  }
  .opere-layout.is-scrolled .sticky-image-container {
    opacity: 1;
    position: sticky;
    top: 120px;
    will-change: transform;
  }
  .opere-layout::after {
    content: "";
    display: block;
    width: 100%;
    height: var(--after-height, 0);
    transition: height 0.3s ease;
  }
  .opere-layout.is-scrolled::after {
    height: 0;
  }
  @media (max-width: 767px) {
    .opere-layout .opera-image-wrapper {
      margin-left: -5%;
      margin-right: -5%;
      width: 110%;
      max-width: 110%;
    }
    .opere-layout.is-scrolled .sticky-image-container {
      position: relative;
      top: 0;
    }
    .opere-layout.is-scrolled .fullwidth-layout {
      display: none;
    }
    .two-column-layout {
      display: flex;
      flex-direction: column;
    }
    .opera-image-column {
      margin-bottom: 2rem;
    }
  }
  .page-content {
    padding-top: 3rem;
    padding-bottom: 6rem;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: opacity 0.5s ease 0.3s, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  }
  .loaded .page-content {
    opacity: 1;
    transform: translateZ(0);
  }
  .nav-link {
    text-transform: uppercase;
    font-size: 0.73rem;
    letter-spacing: 0.125em;
    font-weight: 300;
    transition: opacity 0.3s;
  }
  .section-title {
    font-size: 2.25rem;
    font-weight: 300;
    margin-bottom: 3rem;
  }
  .artwork-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .artwork-card {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
  }
  .artwork-title {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-family: var(--font-serif);
  }
  .artwork-subtitle {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(107, 114, 128);
  }
  .artwork-image {
    width: 100%;
    height: auto;
    transition: transform 0.7s;
  }
  .language-selector {
    position: relative;
    z-index: 30;
  }
  #language-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.6rem;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 0.25rem;
    background-color: var(--color-background);
    transition: background-color 0.2s, border-color 0.2s;
  }
  #language-toggle:hover {
    background-color: rgb(243, 244, 246);
    border-color: rgb(209, 213, 219);
  }
  #language-toggle.active {
    background-color: rgb(243, 244, 246);
    border-color: rgb(209, 213, 219);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  }
  #language-dropdown {
    position: absolute;
    right: 0;
    margin-top: 0.5rem;
    width: 9rem;
    background-color: var(--color-background);
    border: 1px solid rgb(229, 231, 235);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px;
    z-index: 20;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s, transform 0.2s, visibility linear 0.2s;
    visibility: hidden;
  }
  #language-dropdown:not(.hidden) {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: opacity 0.2s, transform 0.2s, visibility linear;
  }
  #language-dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  #language-dropdown a:hover {
    background-color: rgb(243, 244, 246);
  }
  .group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
  }
  .inline-block.border.border-text:hover {
    background-color: var(--color-text);
    color: var(--color-background);
  }
  .sticky {
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sticky img {
    transition: transform 0.3s;
  }
  @media (min-width: 768px) {
    .section-title {
      font-size: 3rem;
      margin-bottom: 4rem;
    }
    .artwork-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 4rem;
    }
    .page-content {
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
    .page-content .sticky {
      will-change: transform;
      transform: translateZ(0);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-x-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
