@charset "UTF-8";
/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
field set,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
fig caption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Document */

@font-face {
  font-family: "Vollkorn";
  font-weight: 400;
  src: url("../fonts/vollkorn.woff2") format("woff2");
}

body {
  background-color: #fff;
  font-family: Georgia, Times, serif;
  line-height: 1.5;
  color: #000;
  webkit-text-size-adjust: none;
  font-weight: normal;
  font-variant: normal;
  background-color: #fff;
  max-width: 60rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

p,
h1,
h2,
h3,
h4 {
  max-width: 65ch;
}

img {
  width: 100%;
  height: auto;
}


.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.column-l {
  flex: 1 1 400px;
}
.column-s {
  flex: 1 1 200px;
}

.image-columns {
  margin-block-start: 1.5rem;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

html {
  border: 5px solid #c8ae75;
  min-height: 100%;
}

em {
  font-style: italic;
}

h1 {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 2rem;
  margin-block: 1.25rem;
  text-align: center;
}

h2,
h3 {
  font-family: "Vollkorn", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h2 {
  font-size: 1.25rem;
  margin-block-end: 1rem;
}

h3,
#footnav h2 {
  font-size: 1rem;
  margin-block: 1.5rem 0.5rem;
  color: #444;
}

p + p {
  margin-block-start: 1.5rem;
}

.menu {
  padding: 1rem 2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "Vollkorn", Georgia, serif;
  border-bottom: #c8ae75 1px solid;
}

.menu a {
  color: #444;
}

a {
  text-decoration: none;
  color: #826a35;
}

p a {
  color: #826a35;
  text-decoration: underline;
}

a:focus-visible {
  outline: 3px solid #c8ae75;
  outline-offset: 0.25em;
}

a:focus-visible,
a.active {
  color: #826a35;
}

picture {
  line-height: 0;
}

section,
#footnav {
  border-bottom: #c8ae75 1px solid;
  padding: 2rem 0;
  overflow: hidden;
  width: 100%;
  top: 200px;
}

#footnav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 2rem 1rem;
}

#footnav p {
  color: #444;
}

#footnav > a {
  display: block;
}

#footnav a:hover {
  color: #000;
}

#footnav a:hover h2 {
  color: #826a35;
  text-decoration: underline;
}

#footnav picture {
  display: block;
  overflow: hidden;
  margin-block-end: 1rem;
}

#footnav img {
  transition: scale 2s ease-out;
}

#footnav a:hover img {
  scale: 1.1;
}

.carousel {
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.carousel {
  --scrollbar-color-thumb: #c8ae75;
  --scrollbar-color-thumb-hover: #826a35;
  --scrollbar-color-track: white;
  --scrollbar-width: thin;
  --scrollbar-width-legacy: 5px;
}

/* Modern browsers with `scrollbar-*` support */
@supports (scrollbar-width: auto) {
  .carousel {
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
    scrollbar-width: var(--scrollbar-width);
  }
}

/* Legacy browsers with `::-webkit-scrollbar-*` support */
@supports selector(::-webkit-scrollbar) {
  .carousel::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color-thumb);
    border-radius: 20px;
  }
  .carousel::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-color-thumb-hover);
  }
  .carousel::-webkit-scrollbar-track {
    background: var(--scrollbar-color-track);
  }
  .carousel::-webkit-scrollbar {
    max-width: var(--scrollbar-width-legacy);
    max-height: var(--scrollbar-width-legacy);
  }
}

.carousel::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.carousel::-webkit-scrollbar-thumb {
  background: #c8ae75;
}
.carousel > figure {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

footer {
  padding-block: 20px;
  display: flex;
  justify-content: flex-end;
}

a h3 {
  color: #000;
  padding: 5px 0 10px 0;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 40px;
}

.hus {
  stroke: #c8ae75;
}

a:hover .hus,
a:focus-visible .hus {
  fill: #c8ae75;
}

.circle {
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
