/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Trebuchet MS",Verdana,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .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;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
  }
  body.belvezet-site {
    margin: 0;
    color: #26392f;
    background: #f6f2e9;
    font: 18px/1.7 "Trebuchet MS",Verdana,sans-serif;
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: Georgia,"Palatino Linotype",serif;
    line-height: 1.16;
    font-weight: 400;
    text-wrap: balance;
  }
  h1 {
    font-size: clamp(2.2rem,5vw,4.5rem);
  }
  h2 {
    font-size: clamp(1.8rem,3.5vw,3rem);
  }
  h3 {
    font-size: 1.8rem;
  }
  p {
    margin: 0 0 1.2em;
  }
  a {
    color: inherit;
    text-underline-offset: .2em;
  }
  a:hover {
    text-decoration: underline;
  }
  a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible,audio:focus-visible {
    outline: 3px solid #8c4c31;
    outline-offset: 5px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  figure {
    margin: 0;
  }
  button,input,select,textarea {
    font: inherit;
  }
  button,input[type=submit] {
    cursor: pointer;
  }
  audio {
    max-width: 100%;
  }
}
@layer components {
  .wrap {
    width: min(1200px,calc(100% - 96px));
    margin-inline: auto;
  }
  .section {
    padding-block: 88px;
  }
  .small {
    font-size: .87rem;
    color: #596259;
  }
  .eyebrow {
    font: 700 .72rem/1.5 "Trebuchet MS",Verdana,sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8c4c31;
    margin-bottom: 20px;
  }
  .screen-reader-text,.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .skip-link:focus {
    width: auto;
    height: auto;
    clip: auto;
    top: 10px;
    left: 10px;
    padding: 12px 20px;
    background: #fff;
    z-index: 99999;
  }
  .site-header {
    border-bottom: 1px solid #d4d5c9;
  }
  .header-inner {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none !important;
  }
  .brand strong {
    display: block;
    font: 400 2.4rem/1 Georgia,serif;
    letter-spacing: -.04em;
  }
  .brand small {
    display: block;
    font-size: .61rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-top: 8px;
  }
  .desktop-nav ul {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .desktop-nav a {
    font-size: .86rem;
    display: block;
    padding-block: 15px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .desktop-nav a:hover {
    border-color: #8c4c31;
  }
  .mobile-nav {
    display: none;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    align-items: center;
    gap: 55px;
    padding-block: 60px 48px;
  }
  .hero h1 {
    font-size: clamp(3.2rem,5.7vw,5.6rem);
    letter-spacing: -.055em;
    line-height: 1.03;
    margin: 0 0 28px;
  }
  .hero h1 em {
    font-weight: 400;
    color: #8c4c31;
  }
  .hero-intro {
    font-size: 1.15rem;
    max-width: 36ch;
    line-height: 1.65;
  }
  .hero-photo img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center 80%;
    border-radius: 2px;
  }
  figcaption {
    font-size: .72rem;
    color: #596259;
    margin-top: 12px;
    line-height: 1.5;
  }
  .hero-note {
    margin: 25px 0 0;
    font-size: .76rem;
    color: #596259;
    max-width: 36ch;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    min-height: 52px;
    padding: 13px 22px;
    background: #26392f;
    color: #f6f2e9;
    font-size: .88rem;
    text-decoration: none;
    border: 1px solid #26392f;
  }
  .button:hover {
    background: #354c3f;
    text-decoration: none;
  }
  .button span {
    font-size: 1.4rem;
  }
  .intro-band {
    background: #e9ecdf;
    border-block: 1px solid #d4d5c9;
  }
  .band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-block: 24px;
  }
  .band-inner p {
    margin: 0;
    font-size: .87rem;
  }
  .band-inner p:first-child {
    font: italic 1.5rem Georgia,serif;
  }
  .section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
  }
  .section-heading h2 {
    margin: 0;
  }
  .section-heading .eyebrow {
    margin-bottom: 12px;
  }
  .text-link {
    display: inline-block;
    min-height: 44px;
    padding-block: 10px;
    font-size: .86rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .path-grid,.archive-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 32px;
  }
  .path {
    display: block;
    position: relative;
    border-top: 1px solid #a3aa98;
    padding: 23px 28px 30px 0;
    text-decoration: none !important;
  }
  .path:not(:last-child) {
    border-right: 1px solid #d4d5c9;
  }
  .path:hover h3 {
    color: #8c4c31;
  }
  .path-number {
    font-size: .68rem;
    letter-spacing: .12em;
    color: #596259;
  }
  .path h3 {
    margin: 26px 0 16px;
    font-size: 2.15rem;
  }
  .path p {
    font-size: .91rem;
    color: #596259;
    max-width: 30ch;
  }
  .path-arrow {
    font-size: 1.5rem;
  }
  .heritage-section {
    background: #ede7d9;
  }
  .archive-card {
    border-top: 1px solid #c3c7b9;
    padding-top: 22px;
    min-width: 0;
  }
  .archive-card .eyebrow {
    font-size: .66rem;
    letter-spacing: .07em;
    margin-bottom: 18px;
  }
  .archive-card :is(h2,h3) {
    font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 18px;
  }
  .archive-card :is(h2,h3) a {
    text-decoration: none;
  }
  .archive-card :is(h2,h3) a:hover {
    text-decoration: underline;
  }
  .card-excerpt {
    font-size: .94rem;
    color: #465148;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .card-categories {
    font-size: .72rem;
    color: #596259;
    margin: 20px 0 5px;
  }
  .photo-feature {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 65px;
    align-items: center;
  }
  .photo-feature figure img {
    width: 100%;
    height: 390px;
    object-fit: cover;
  }
  .photo-feature h3 {
    font-size: 2.5rem;
    margin: 0 0 24px;
  }
  .photo-feature p {
    max-width: 40ch;
  }
  .album-links {
    border-top: 1px solid #d4d5c9;
    margin-top: 20px;
  }
  .album-links a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid #d4d5c9;
    font-size: .88rem;
    text-decoration: none;
  }
  .documents-section {
    background: #26392f;
    color: #f6f2e9;
  }
  .documents-section .eyebrow {
    color: #dbc2a1;
  }
  .documents-section .small {
    color: #d0d6c9;
  }
  .documents-section h2 {
    margin: 0 0 25px;
  }
  .document-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
  }
  .document-layout p {
    max-width: 38ch;
    font-size: .94rem;
  }
  .document-list>a {
    display: grid;
    grid-template-columns: 45px 1fr 20px;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid #56675a;
    padding: 19px 0;
    font-size: .91rem;
    text-decoration: none;
  }
  .document-list>a:first-child {
    border-top: 1px solid #56675a;
  }
  .file-type {
    font-size: .64rem;
    letter-spacing: .08em;
    color: #dbc2a1;
  }
  .audio-document {
    padding-top: 25px;
  }
  .audio-document p {
    font-size: .88rem;
  }
  .audio-document audio {
    display: block;
    width: 100%;
  }
  .site-footer {
    background: #e9ecdf;
    border-top: 1px solid #c3c7b9;
    padding-top: 58px;
  }
  .footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 55px;
    padding-bottom: 40px;
  }
  .footer-brand {
    font: 2.4rem Georgia,serif;
    text-decoration: none;
  }
  .footer-main p {
    font-size: .88rem;
    margin-top: 15px;
  }
  .footer-main h2 {
    font-family: "Trebuchet MS",sans-serif;
    font-size: .8rem;
    font-weight: 700;
    margin: 10px 0 18px;
  }
  .footer-main ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .footer-main li a {
    display: inline-block;
    padding: 7px 0;
    font-size: .85rem;
  }
  .footer-bottom {
    border-top: 1px solid #c3c7b9;
    padding-block: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .72rem;
  }
  .footer-bottom p {
    margin: 0;
  }
  .page-heading {
    padding-block: 55px 35px;
    border-bottom: 1px solid #d4d5c9;
  }
  .page-heading h1 {
    margin: 0 0 20px;
  }
  .page-heading p {
    max-width: 65ch;
  }
  .breadcrumb {
    font-size: .8rem;
    margin-bottom: 32px;
  }
  .archive-layout {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 50px;
    padding-block: 45px 80px;
  }
  .archive-sidebar {
    font-size: .85rem;
  }
  .archive-sidebar h2 {
    font: 700 .82rem "Trebuchet MS",sans-serif;
    margin: 28px 0 14px;
  }
  .archive-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .archive-sidebar li a {
    display: inline-block;
    padding: 6px 0;
  }
  .archive-sidebar .current-cat>a {
    font-weight: 700;
  }
  .archive-layout .archive-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 35px;
  }
  .year-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
  .year-list li {
    display: inline-block;
  }
  .search-form label {
    display: block;
    font-size: .79rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .search-row {
    display: flex;
    gap: 0;
  }
  .search-row input {
    min-width: 0;
    width: 100%;
    background: #fffdf7;
    border: 1px solid #7d8779;
    padding: 10px 12px;
    border-radius: 0;
  }
  .search-row button {
    border: 1px solid #26392f;
    background: #26392f;
    color: #fff;
    padding: 10px 15px;
    font-size: .8rem;
    min-height: 46px;
  }
  .search-form {
    margin-block: 12px 26px;
    max-width: 580px;
  }
  .archive-sidebar .search-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .archive-sidebar .search-row button {
    width: 100%;
  }
  .pagination {
    margin-top: 40px;
  }
  .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
  .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px;
    border: 1px solid #d4d5c9;
    text-decoration: none;
    font-size: .85rem;
  }
  .page-numbers.current {
    background: #26392f;
    color: #fff;
  }
  .reading-wrap {
    width: min(760px,calc(100% - 64px));
    margin-inline: auto;
    padding-block: 50px 75px;
  }
  .reading-wrap h1 {
    font-size: clamp(2.2rem,4.5vw,3.7rem);
    margin: 0 0 22px;
    overflow-wrap: anywhere;
  }
  .post-meta {
    font-size: .8rem;
    color: #596259;
  }
  .post-taxonomy {
    font-size: .78rem;
    margin-bottom: 18px;
  }
  .archive-notice {
    padding: 14px 18px;
    border-left: 3px solid #8c4c31;
    background: #ede7d9;
    font-size: .85rem;
    margin: 28px 0 35px;
  }
  .entry-content {
    font: 1.13rem/1.85 Georgia,serif;
    overflow-wrap: anywhere;
  }
  .entry-content>* {
    max-width: 100%;
  }
  .entry-content p {
    margin-bottom: 1.35em;
    text-align: left !important;
  }
  .entry-content span[style*="font-size"],.entry-content font {
    font-size: inherit !important;
    font-family: inherit !important;
  }
  .entry-content h2 {
    margin: 1.7em 0 .7em;
    font-size: 1.9rem;
  }
  .entry-content h3 {
    margin: 1.5em 0 .65em;
  }
  .entry-content ul,.entry-content ol {
    padding-left: 1.5em;
    margin-block: 1.2em;
  }
  .entry-content ul {
    list-style: disc;
  }
  .entry-content ol {
    list-style: decimal;
  }
  .entry-content img {
    max-width: 100% !important;
    height: auto !important;
  }
  .entry-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
  .entry-content td,.entry-content th {
    padding: 9px;
    border: 1px solid #d4d5c9;
  }
  .entry-content iframe,.entry-content object,.entry-content embed {
    max-width: 100%;
  }
  .entry-content blockquote {
    border-left: 3px solid #8c4c31;
    margin: 2em 0;
    padding-left: 25px;
  }
  .entry-content .gallery {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    margin-block: 30px !important;
  }
  .entry-content .gallery-item {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left;
  }
  .entry-content .gallery img {
    border: 0 !important;
    width: 100%;
    height: auto;
  }
  .gallery-caption,.wp-caption-text {
    font: .78rem/1.6 "Trebuchet MS",sans-serif;
  }
  .entry-content .gallery br {
    display: none;
  }
  .post-navigation {
    border-block: 1px solid #d4d5c9;
    padding-block: 25px;
    margin-top: 45px;
    font-size: .86rem;
  }
  .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .post-navigation .nav-links>div {
    max-width: 48%;
  }
  .comments-area {
    margin-top: 45px;
    font-size: .9rem;
  }
  .comments-area textarea,.comments-area input:not([type=checkbox]):not([type=submit]) {
    width: 100%;
    border: 1px solid #7d8779;
    background: #fff;
    padding: 12px;
  }
  .comments-area input[type=submit] {
    background: #26392f;
    color: #fff;
    padding: 12px 18px;
  }
  .comments-area label {
    display: block;
  }
  .comments-area ol {
    list-style: none;
    padding: 0;
  }
  .error-page {
    padding-block: 90px;
    min-height: 55vh;
  }
  @media (max-width:1000px) {
    .wrap {
      width: calc(100% - 56px);
    }
    .desktop-nav ul {
      gap: 15px;
    }
    .desktop-nav a {
      font-size: .78rem;
    }
    .hero {
      gap: 30px;
    }
    .hero-photo img {
      height: 430px;
    }
    .path h3 {
      font-size: 1.8rem;
    }
    .photo-feature,.document-layout {
      gap: 35px;
    }
  }
  @media (max-width:760px) {
    .wrap {
      width: calc(100% - 36px);
    }
    .section {
      padding-block: 55px;
    }
    .header-inner {
      min-height: 86px;
      position: relative;
    }
    .brand strong {
      font-size: 2rem;
    }
    .brand small {
      font-size: .54rem;
    }
    .brand svg {
      width: 35px;
    }
    .desktop-nav {
      display: none;
    }
    .mobile-nav {
      display: block;
    }
    .mobile-nav summary {
      font-size: .86rem;
      cursor: pointer;
      list-style: none;
      padding: 12px;
      border: 1px solid #b2b9aa;
      min-height: 46px;
    }
    .mobile-nav summary::-webkit-details-marker {
      display: none;
    }
    .mobile-nav summary span {
      margin-left: 10px;
    }
    .mobile-nav nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 30;
      background: #f6f2e9;
      border: 1px solid #b2b9aa;
      padding: 10px 20px;
      box-shadow: 0 10px 20px #26392f12;
    }
    .mobile-nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .mobile-nav li a {
      display: block;
      padding: 11px 0;
      border-bottom: 1px solid #d4d5c9;
    }
    .hero {
      grid-template-columns: 1fr;
      padding-block: 38px;
      gap: 30px;
    }
    .hero h1 {
      font-size: clamp(3rem,12vw,5rem);
    }
    .hero-intro {
      font-size: 1.06rem;
      max-width: 42ch;
    }
    .hero-photo img {
      height: 300px;
    }
    .hero-note {
      max-width: none;
    }
    .band-inner {
      display: block;
      padding-block: 22px;
    }
    .band-inner p:first-child {
      margin-bottom: 12px;
    }
    .band-inner br {
      display: none;
    }
    .section-heading {
      display: block;
      margin-bottom: 28px;
    }
    .section-heading>.text-link {
      margin-top: 16px;
    }
    .path-grid,.archive-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .path {
      padding: 22px 0;
    }
    .path:not(:last-child) {
      border-right: 0;
    }
    .path h3 br {
      display: none;
    }
    .path h3 {
      font-size: 2rem;
      margin-block: 18px 12px;
    }
    .path p {
      max-width: 45ch;
    }
    .path-arrow {
      position: absolute;
      right: 3px;
      top: 18px;
    }
    .photo-feature,.document-layout {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .photo-feature figure img {
      height: 280px;
    }
    .photo-feature h3 {
      font-size: 2.2rem;
    }
    .footer-main {
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }
    .footer-main>div:first-child {
      grid-column: 1/-1;
    }
    .footer-bottom {
      display: block;
    }
    .footer-bottom a {
      display: inline-block;
      padding-top: 12px;
    }
    .archive-layout {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .archive-sidebar {
      border-bottom: 1px solid #d4d5c9;
      padding-bottom: 25px;
    }
    .archive-sidebar .search-row {
      flex-wrap: nowrap;
    }
    .archive-sidebar .search-row button {
      width: auto;
    }
    .archive-sidebar .category-list {
      display: flex;
      flex-wrap: wrap;
      gap: 2px 18px;
    }
    .archive-layout .archive-grid {
      grid-template-columns: 1fr;
    }
    .reading-wrap {
      width: calc(100% - 36px);
      padding-block: 30px 50px;
    }
    .entry-content {
      font-size: 1.08rem;
      line-height: 1.8;
    }
    .entry-content .gallery {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .post-navigation .nav-links {
      display: block;
    }
    .post-navigation .nav-links>div {
      max-width: 100%;
      margin-block: 15px;
    }
    .page-heading {
      padding-block: 35px 20px;
    }
    .document-list>a {
      grid-template-columns: 40px 1fr 15px;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  @media print {
    .site-header,.site-footer,.archive-sidebar,.post-navigation,.comments-area,.button {
      display: none;
    }
    body.belvezet-site {
      background: white;
      color: black;
    }
    .wrap,.reading-wrap {
      width: 100%;
      padding: 0;
    }
    .entry-content {
      font-size: 12pt;
    }
    .archive-notice {
      border: 1px solid #999;
    }
    .hero-photo img {
      height: auto;
    }
    a {
      text-decoration: underline;
    }
  }
}
@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;
  }
}
