/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'DM Sans', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --radius-sm: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-muted: #6B6456;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .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;
    }
  }
  .form-input {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
    &::placeholder {
      color: oklch(55.1% 0.027 264.364);
      opacity: 1;
    }
    &::-webkit-datetime-edit-fields-wrapper {
      padding: 0;
    }
    &::-webkit-date-and-time-value {
      min-height: 1.5em;
    }
    &::-webkit-date-and-time-value {
      text-align: inherit;
    }
    &::-webkit-datetime-edit {
      display: inline-flex;
    }
    &::-webkit-datetime-edit {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-year-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-month-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-day-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-hour-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-minute-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-second-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-millisecond-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-meridiem-field {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .form-select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
    &:where([size]:not([size="1"])) {
      background-image: initial;
      background-position: initial;
      background-repeat: unset;
      background-size: initial;
      padding-right: 0.75rem;
      print-color-adjust: unset;
    }
  }
  .form-textarea {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
    &::placeholder {
      color: oklch(55.1% 0.027 264.364);
      opacity: 1;
    }
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #191510;
  background: #F3EFE6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-nav {
  background: #1A1826;
  border-bottom: 1px solid rgba(200,150,42,0.15);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-open-input {
  display: none;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-brand {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: #EAE4D8;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-brand .accent {
  color: #C8962A;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(234,228,216,0.6);
  padding: 0.5rem 0.85rem;
  border-radius: 2px;
  transition: color 0.2s;
  position: relative;
  display: block;
}
.nav-links a:hover, .nav-links a[aria-current="page"] {
  color: #C8962A;
}
.nav-links a[aria-current="page"]::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0.85rem;
  right: 0.85rem;
  height: 1px;
  background: #C8962A;
}
.has-dropdown {
  position: relative;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background: #1A1826;
  border: 1px solid rgba(200,150,42,0.2);
  list-style: none;
  padding: 0.4rem 0;
  min-width: 160px;
  z-index: 10;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown {
  display: block;
}
.dropdown a {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.6rem;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #EAE4D8;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-cta {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: #C8962A;
  border: 1px solid rgba(200,150,42,0.4);
  padding: 0.45rem 1rem;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.nav-cta:hover {
  background: #C8962A;
  color: #1A1826;
  border-color: #C8962A;
}
@media (max-width: 768px) {
  .nav-links, .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .nav-container {
    flex-wrap: wrap;
    height: auto;
    min-height: 56px;
    padding: 0.85rem 1.25rem;
    gap: 0;
  }
  .nav-brand {
    flex: 1;
  }
  .nav-open-input:checked + .nav-container .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    order: 3;
    padding: 0.5rem 0 0.75rem;
    border-top: 1px solid rgba(200,150,42,0.12);
    gap: 0;
    margin-top: 0.5rem;
  }
  .nav-open-input:checked + .nav-container .nav-cta {
    display: flex;
    width: 100%;
    order: 4;
    justify-content: center;
    padding: 0.65rem 1rem;
    margin-bottom: 0.5rem;
  }
  .nav-open-input:checked + .nav-container .nav-links li {
    width: 100%;
  }
  .nav-open-input:checked + .nav-container .nav-links a {
    padding: 0.65rem 0;
  }
  .dropdown {
    position: static;
    border: none;
    padding: 0 0 0.25rem 1rem;
    display: block !important;
    background: transparent;
  }
  .nav-links a[aria-current="page"]::after {
    display: none;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section {
  padding: 5rem 1.5rem;
}
.section--sm {
  padding: 3rem 1.5rem;
}
.section--dark {
  background: #1A1826;
  color: #EAE4D8;
}
.section--surface {
  background: #EDE8DE;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C8962A;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #C8962A;
  flex-shrink: 0;
}
.eyebrow--light {
  color: rgba(200,150,42,0.8);
}
.eyebrow--light::before {
  background: rgba(200,150,42,0.8);
}
.section-title {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.05;
  color: #191510;
  margin: 0 0 1.25rem;
}
.section-title--light {
  color: #EAE4D8;
}
.section-title em {
  color: #C8962A;
  font-style: italic;
}
.section-sub {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6B6456;
  max-width: 62ch;
  margin: 0;
}
.section-sub--light {
  color: rgba(234,228,216,0.6);
}
.body-text {
  font-size: 1rem;
  line-height: 1.85;
  color: #6B6456;
}
.body-text p {
  margin: 0 0 1rem;
}
.body-text p:last-child {
  margin-bottom: 0;
}
.body-text strong {
  color: #191510;
  font-weight: 600;
}
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.42);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 135deg, rgba(26,24,38,0.88) 0%, rgba(26,24,38,0.52) 55%, rgba(26,24,38,0.38) 100% );
}
.hero__content {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 1.5rem 6rem;
  width: 100%;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C8962A;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: slideUp 0.7s ease forwards 0.1s;
}
.hero__eyebrow-line {
  width: 28px;
  height: 1px;
  background: #C8962A;
  flex-shrink: 0;
}
.hero__title {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.5rem, 9vw, 8rem);
  line-height: 0.93;
  color: #EAE4D8;
  margin: 0 0 2rem;
  max-width: 11ch;
  opacity: 0;
  animation: slideUp 0.85s ease forwards 0.3s;
}
.hero__title em {
  color: #C8962A;
  font-style: italic;
  display: block;
}
.hero__sub {
  font-family: 'Lora', serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: rgba(234,228,216,0.72);
  max-width: 50ch;
  margin: 0 0 2.5rem;
  opacity: 0;
  animation: slideUp 0.85s ease forwards 0.5s;
}
.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: slideUp 0.85s ease forwards 0.7s;
}
.hero__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(200,150,42,0.2);
  background: rgba(26,24,38,0.88);
  backdrop-filter: blur(8px);
}
.hero__stat {
  padding: 1.5rem;
  border-right: 1px solid rgba(200,150,42,0.1);
  opacity: 0;
  animation: slideUp 0.7s ease forwards 0.9s;
}
.hero__stat:nth-child(2) {
  animation-delay: 1.0s;
}
.hero__stat:nth-child(3) {
  animation-delay: 1.1s;
}
.hero__stat:nth-child(4) {
  animation-delay: 1.2s;
  border-right: none;
}
.hero__stat-num {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 2.25rem;
  color: #C8962A;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.hero__stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(234,228,216,0.45);
}
@media (max-width: 640px) {
  .hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__stat:nth-child(2) {
    border-right: none;
  }
  .hero__stat:nth-child(3) {
    border-top: 1px solid rgba(200,150,42,0.1);
  }
  .hero__stat:nth-child(4) {
    border-top: 1px solid rgba(200,150,42,0.1);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.67rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.9rem 1.85rem;
  border-radius: 2px;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
  cursor: pointer;
  border: 1px solid transparent;
  line-height: 1;
}
.btn--gold {
  background: #C8962A;
  color: #1A1826;
  border-color: #C8962A;
}
.btn--gold:hover {
  background: #b8861f;
  border-color: #b8861f;
}
.btn--outline {
  background: transparent;
  color: #EAE4D8;
  border-color: rgba(234,228,216,0.35);
}
.btn--outline:hover {
  border-color: #EAE4D8;
  background: rgba(234,228,216,0.06);
}
.btn--outline-ink {
  background: transparent;
  color: #191510;
  border-color: rgba(25,21,16,0.35);
}
.btn--outline-ink:hover {
  border-color: #191510;
}
.page-header {
  background: #1A1826;
  padding: 6rem 1.5rem 4.5rem;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(200,150,42,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #C8962A 0%, rgba(200,150,42,0.3) 40%, transparent 100%);
}
.page-header__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.services-section {
  max-width: 1200px;
  margin: 0 auto;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #D4CCC0;
  margin-top: 3rem;
}
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.service-card {
  background: #F3EFE6;
  padding: 2.25rem 2rem;
  transition: background 0.2s;
}
.section--surface .service-card {
  background: #EDE8DE;
}
.section--surface .service-card:hover {
  background: #E5DDD0;
}
.service-card:hover {
  background: #EDE8DE;
}
.service-card__icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200,150,42,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #C8962A;
  font-size: 1rem;
  flex-shrink: 0;
}
.service-card__title {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #191510;
  margin: 0 0 0.65rem;
}
.service-card__text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #6B6456;
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.about-grid__img-wrap {
  position: relative;
}
.about-grid__img-wrap img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
}
.about-grid__img-wrap::after {
  content: '';
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid rgba(200,150,42,0.3);
  pointer-events: none;
}
.about-grid__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-grid--reverse {
  grid-template-columns: 7fr 5fr;
}
.about-grid--reverse .about-grid__img-wrap::after {
  inset: 14px 14px -14px -14px;
}
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-grid__img-wrap::after {
    display: none;
  }
  .about-grid__img-wrap img {
    aspect-ratio: 4/3;
  }
  .about-grid--reverse .about-grid__content {
    order: 1;
  }
  .about-grid--reverse .about-grid__img-wrap {
    order: 2;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,24,38,0.85) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-item__overlay {
  opacity: 1;
}
.gallery-item__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(234,228,216,0.85);
}
.gallery-preview {
  display: grid;
  grid-template-columns: 5fr 3fr 3fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  height: 500px;
  margin-top: 2.5rem;
}
.gallery-preview .gallery-item {
  aspect-ratio: unset;
}
.gallery-preview .gallery-item:first-child {
  grid-row: 1 / 3;
}
@media (max-width: 768px) {
  .gallery-preview {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .gallery-preview .gallery-item {
    aspect-ratio: 4/3;
  }
  .gallery-preview .gallery-item:first-child {
    grid-row: unset;
    grid-column: 1 / 3;
  }
}
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.area-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6456;
  border: 1px solid #D4CCC0;
  padding: 0.35rem 0.85rem;
  border-radius: 2px;
  white-space: nowrap;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
  counter-reset: step;
}
.process-step {
  counter-increment: step;
  padding-top: 0.5rem;
  border-top: 1px solid #D4CCC0;
}
.process-step::before {
  content: counter(step, decimal-leading-zero);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: #C8962A;
  display: block;
  margin-bottom: 0.85rem;
}
.process-step__title {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #191510;
  margin: 0 0 0.5rem;
}
.process-step__text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #6B6456;
  margin: 0;
}
.faq-list {
  max-width: 820px;
  border-top: 1px solid #D4CCC0;
  margin-top: 2.5rem;
}
.faq-item {
  border-bottom: 1px solid #D4CCC0;
  padding: 1.75rem 0;
}
.faq-question {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #191510;
  margin: 0 0 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.faq-question::before {
  content: 'Q';
  position: absolute;
  left: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  color: #C8962A;
  letter-spacing: 0.1em;
  top: 0.2em;
}
.faq-answer {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #6B6456;
  margin: 0;
  padding-left: 1.5rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contact-card {
  border: 1px solid #D4CCC0;
  padding: 2rem 1.75rem;
  background: #EDE8DE;
  transition: border-color 0.2s;
}
.contact-card:hover {
  border-color: rgba(200,150,42,0.4);
}
.contact-card__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #C8962A;
  margin-bottom: 0.85rem;
}
.contact-card__value {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  color: #191510;
  line-height: 1.55;
}
.contact-card__value a {
  color: inherit;
  transition: color 0.2s;
}
.contact-card__value a:hover {
  color: #C8962A;
}
.contact-card__sub {
  font-size: 0.85rem;
  color: #6B6456;
  margin-top: 0.4rem;
  font-family: 'DM Sans', sans-serif;
}
.creds-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 2rem 0;
  border-top: 1px solid #D4CCC0;
  border-bottom: 1px solid #D4CCC0;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.cred {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cred__val {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #C8962A;
}
.cred__key {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.57rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6B6456;
}
.cta-banner {
  background: #1A1826;
  padding: 5.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #C8962A, transparent);
}
.cta-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.cta-banner__title {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: #EAE4D8;
  margin: 0 0 0.4rem;
  line-height: 1.1;
}
.cta-banner__sub {
  font-family: 'Lora', serif;
  font-size: 1rem;
  color: rgba(234,228,216,0.55);
  margin: 0;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 5rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.rule-dec {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0;
}
.rule-dec__line {
  height: 1px;
  background: linear-gradient(to right, #C8962A, transparent);
  width: 50px;
  flex-shrink: 0;
}
.rule-dec__diamond {
  width: 5px;
  height: 5px;
  background: #C8962A;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-footer {
  background: #1A1826;
  padding: 4.5rem 1.5rem 2rem;
  border-top: 1px solid rgba(200,150,42,0.12);
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(200,150,42,0.1);
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.footer-brand {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 1.4rem;
  color: #EAE4D8;
  margin-bottom: 0.75rem;
  display: block;
}
.footer-brand .accent {
  color: #C8962A;
}
.footer-desc {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(234,228,216,0.4);
  max-width: 32ch;
}
.footer-heading {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #C8962A;
  margin-bottom: 1.25rem;
  display: block;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-links a {
  font-size: 0.875rem;
  color: rgba(234,228,216,0.5);
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #C8962A;
}
.footer-contact-row {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 1rem;
}
.footer-contact-row:last-child {
  margin-bottom: 0;
}
.footer-contact-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.54rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(200,150,42,0.55);
}
.footer-contact-val {
  font-size: 0.875rem;
  color: rgba(234,228,216,0.55);
}
.footer-contact-val a {
  color: inherit;
  transition: color 0.2s;
}
.footer-contact-val a:hover {
  color: #C8962A;
}
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-copy, .footer-lic {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(234,228,216,0.18);
}
.contact-form {
  max-width: 720px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.25rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group--full {
  grid-column: 1 / -1;
}
.form-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8962A;
}
.form-label__required {
  color: rgba(200,150,42,0.55);
  margin-left: 0.35rem;
}
.form-input, .form-select, .form-textarea {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #191510;
  background: #EDE8DE;
  border: 1px solid #D4CCC0;
  border-radius: 2px;
  padding: 0.85rem 1rem;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: #C8962A;
  background: #F3EFE6;
  box-shadow: 0 0 0 3px rgba(200,150,42,0.15);
}
.form-textarea {
  min-height: 160px;
  resize: vertical;
  font-family: 'Lora', serif;
  line-height: 1.65;
}
.form-file {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: #6B6456;
  padding: 0.5rem 0;
}
.form-file::file-selector-button {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: transparent;
  color: #C8962A;
  border: 1px solid rgba(200,150,42,0.4);
  padding: 0.55rem 1rem;
  border-radius: 2px;
  margin-right: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.form-file::file-selector-button:hover {
  background: #C8962A;
  color: #1A1826;
}
.form-help {
  font-size: 0.75rem;
  color: #6B6456;
  font-style: italic;
}
.form-turnstile {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}
.form-submit-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid #D4CCC0;
}
.form-submit {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #C8962A;
  color: #1A1826;
  border: 1px solid #C8962A;
  padding: 0.95rem 2.25rem;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.22s, border-color 0.22s, opacity 0.22s;
}
.form-submit:hover:not(:disabled) {
  background: #b8861f;
  border-color: #b8861f;
}
.form-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-status {
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
  min-width: 200px;
}
.form-status--success {
  color: #2d6a2d;
}
.form-status--error {
  color: #8a2020;
}
@media (max-width: 640px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
  .form-submit-row {
    justify-content: center;
    text-align: center;
  }
}
.projects-index {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .projects-index {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.project-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #191510;
  margin-bottom: 1.25rem;
}
.project-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.project-card:hover .project-card__img {
  transform: scale(1.03);
}
.project-card__cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8962A;
  margin-bottom: 0.6rem;
  display: block;
}
.project-card__title {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  line-height: 1.05;
  color: #191510;
  margin: 0 0 0.55rem;
  transition: color 0.2s;
}
.project-card:hover .project-card__title {
  color: #C8962A;
}
.project-card__loc {
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  color: #6B6456;
  margin: 0;
}
.project-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 520px;
  max-height: 860px;
  overflow: hidden;
  background: #0F0D14;
}
.project-hero picture, .project-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-hero__frame {
  position: absolute;
  inset: 1.5rem;
  border: 1px solid rgba(200,150,42,0.18);
  pointer-events: none;
  z-index: 2;
}
.project-hero__tag {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 3;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #EAE4D8;
  background: rgba(26,24,38,0.55);
  backdrop-filter: blur(8px);
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(200,150,42,0.25);
}
@media (max-width: 640px) {
  .project-hero {
    height: 65vh;
    min-height: 400px;
  }
  .project-hero__frame {
    inset: 1rem;
  }
  .project-hero__tag {
    top: 1.75rem;
    left: 1.75rem;
    font-size: 0.55rem;
  }
}
.project-intro {
  background: #F3EFE6;
  padding: 5rem 1.5rem 3rem;
}
.project-intro__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.project-intro__cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8962A;
  margin: 0 0 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.project-intro__cat::before, .project-intro__cat::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #C8962A;
}
.project-intro__title {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  line-height: 1.02;
  color: #191510;
  margin: 0 0 1.25rem;
}
.project-intro__title em {
  color: #C8962A;
  font-style: italic;
}
.project-intro__loc {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  color: #6B6456;
  margin: 0;
}
.project-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 2rem;
  max-width: 720px;
  margin: 3rem auto 0;
  padding-top: 2.25rem;
  border-top: 1px solid #D4CCC0;
  text-align: left;
}
.project-meta__row {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.project-meta__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8962A;
}
.project-meta__value {
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  color: #191510;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .project-meta {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .project-meta__row {
    align-items: center;
    text-align: center;
  }
}
.project-body {
  padding: 3rem 1.5rem 5rem;
  background: #F3EFE6;
}
.project-media {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.project-media picture, .project-media img {
  width: 100%;
  display: block;
}
.project-media__single img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.project-media__tall img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.project-media__wide img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.project-media__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.project-media__pair img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.project-media__pair--tall img {
  aspect-ratio: 4/5;
}
@media (max-width: 640px) {
  .project-media__pair {
    grid-template-columns: 1fr;
  }
}
.project-outro {
  max-width: 680px;
  margin: 4rem auto 0;
  text-align: center;
}
.project-outro__text {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6B6456;
  font-style: italic;
}
.project-next {
  background: #1A1826;
  padding: 4rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(200,150,42,0.15);
}
.project-next__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(200,150,42,0.7);
  margin-bottom: 1rem;
}
.project-next__title {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: #EAE4D8;
  margin: 0 0 0.5rem;
  transition: color 0.2s;
}
.project-next:hover .project-next__title {
  color: #C8962A;
}
.project-next__sub {
  font-family: 'Lora', serif;
  color: rgba(234,228,216,0.5);
  margin: 0 0 1.5rem;
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
