:root {
  --navy: #10182a;
  --plum: #140910;
  --plum-raised: #23141c;
  --burgundy: #72283a;
  --burgundy-deep: #4a1826;
  --copper: #b5834a;
  --copper-bright: #e0b575;
  --ivory: #f4ead8;
  --ivory-dim: #d9cbb4;
  --ink: #1c1216;
  --line: rgba(181, 131, 74, 0.45);
  --smoke: rgba(244, 234, 216, 0.06);
  --serif: "Cormorant Garamond", Palatino, "Palatino Linotype", serif;
  --text: "Source Serif 4", Georgia, "Times New Roman", serif;
  --small: "Cormorant SC", "Cormorant Garamond", serif;
  --measure: 68ch;
  --page: 1120px;
  --header: 4.6rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ivory);
  font-family: var(--text);
  font-size: 1.05rem;
  line-height: 1.65;
  background-color: var(--plum);
  background-image:
    radial-gradient(ellipse 80% 50% at 0% -10%, rgba(114, 40, 58, 0.55), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(16, 24, 42, 0.9), transparent 50%),
    radial-gradient(circle at 18% 40%, rgba(181, 131, 74, 0.05), transparent 2px),
    radial-gradient(circle at 72% 18%, rgba(244, 234, 216, 0.07), transparent 1.5px),
    radial-gradient(circle at 40% 80%, rgba(244, 234, 216, 0.05), transparent 1.5px);
  background-attachment: fixed;
}

img {
  max-width: 100%;
  height: auto;
  background: #2a1822;
}

a {
  color: var(--copper-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ivory);
}

:focus-visible {
  outline: 2px solid var(--copper-bright);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ivory);
  color: var(--ink);
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

.skip:focus {
  top: 0.6rem;
}

.wrap {
  width: min(var(--page), calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--page), calc(100% - 2.4rem));
  margin: 0 auto;
  min-height: var(--header);
  padding: 0.7rem 0;
  background: linear-gradient(180deg, rgba(20, 9, 16, 0.94), rgba(20, 9, 16, 0.78));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ivory);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  line-height: 1;
}

.brand__mark {
  width: 1.35rem;
  height: 1.35rem;
  border: 1.5px solid var(--copper);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px transparent, inset 0 0 0 4px var(--copper);
  flex: none;
}

.nav-toggle {
  display: none;
  font-family: var(--small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--ivory);
  background: transparent;
  border: 1px solid var(--line);
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1rem;
}

.site-nav a {
  color: var(--ivory-dim);
  text-decoration: none;
  font-family: var(--small);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--copper-bright);
}

.island-error {
  width: min(var(--page), calc(100% - 2.4rem));
  margin: 0.4rem auto 0;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--burgundy);
  background: rgba(114, 40, 58, 0.35);
  color: var(--ivory);
  font-size: 0.95rem;
}

.island-error[hidden] {
  display: none;
}

main {
  padding-bottom: 4.5rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2.2rem 2.8rem;
  align-items: end;
  padding: 2.2rem 0 1rem;
}

.hero__copy {
  padding: 0.4rem 0 0.4rem 1.2rem;
  border-left: 1px solid var(--copper);
}

.coord {
  margin: 0 0 0.8rem;
  font-family: var(--small);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--copper-bright);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.015em;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.7rem, 5.6vw, 4.8rem);
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
}

h3 {
  margin: 1.6rem 0 0.4rem;
  font-size: 1.55rem;
}

.lede {
  margin: 0 0 1.4rem;
  font-size: 1.18rem;
  color: var(--ivory-dim);
  max-width: 38ch;
}

.hero__figure {
  margin: 0;
}

.frame {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(181, 131, 74, 0.2), transparent 30%),
    #24141c;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.frame figcaption,
.hero__figure figcaption {
  margin-top: 0.55rem;
  font-family: var(--small);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--ivory-dim);
}

.rail-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.4rem;
  padding: 0.45rem 1.15rem 0.45rem 0.45rem;
  color: var(--ivory);
  text-decoration: none;
  background: linear-gradient(180deg, #3a222c, #1c1016);
  border: 1px solid var(--copper);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  font-family: var(--small);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rail-btn::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -7px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #6d4a28, var(--copper-bright), #6d4a28);
}

.rail-btn__ring {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  border: 2px solid var(--copper);
  box-shadow: inset 0 0 0 3px #1a0e14, inset 0 0 0 4px var(--copper-bright);
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
  flex: none;
}

.rail-btn:hover,
.rail-btn:focus-visible {
  color: var(--ivory);
  transform: translateX(10px);
}

.rail-btn:hover .rail-btn__ring,
.rail-btn:focus-visible .rail-btn__ring {
  transform: rotate(78deg);
}

button.rail-btn {
  color: var(--ivory);
}

.rail-btn--quiet {
  background: transparent;
}

.band {
  padding: 3.2rem 0 0.4rem;
}

.band--ruled {
  margin-top: 2.4rem;
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: start;
}

.prose {
  max-width: var(--measure);
}

.prose p,
.prose li {
  color: var(--ivory-dim);
}

.prose strong {
  color: var(--ivory);
  font-weight: 600;
}

.catalogue {
  display: grid;
  gap: 1.4rem;
}

.catalogue article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1.1rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}

.catalogue h3 {
  margin: 0.2rem 0 0.35rem;
  font-size: 1.8rem;
}

.catalogue h3 a {
  color: var(--ivory);
  text-decoration: none;
}

.catalogue h3 a:hover {
  color: var(--copper-bright);
}

.catalogue p {
  margin: 0.3rem 0 0;
  color: var(--ivory-dim);
}

.plate {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.2rem;
  margin: 1.2rem 0 0;
  padding: 0.9rem 1rem;
  background: rgba(16, 24, 42, 0.45);
  border: 1px solid var(--line);
}

.plate div {
  min-width: 0;
}

.plate dt {
  font-family: var(--small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--copper-bright);
}

.plate dd {
  margin: 0.15rem 0 0;
  color: var(--ivory);
}

.story {
  margin: 0;
  padding: 1.4rem 1.3rem 1.3rem 1.4rem;
  background: linear-gradient(180deg, rgba(74, 24, 38, 0.55), rgba(16, 24, 42, 0.4));
  border-left: 3px solid var(--copper);
}

.story p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.25;
  color: var(--ivory);
}

.story footer {
  margin-top: 0.9rem;
  font-family: var(--small);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--copper-bright);
}

.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.people article h3 {
  margin-top: 0.7rem;
}

.people p {
  color: var(--ivory-dim);
}

.page-head {
  padding: 2.4rem 0 0.6rem;
  max-width: 46rem;
}

.page-head h1 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
}

.stack {
  display: grid;
  gap: 2rem;
}

.note-list {
  display: grid;
  gap: 1.6rem;
}

.note-list article {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 1.1rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.note-list h2 {
  font-size: 2rem;
  margin: 0.25rem 0 0.4rem;
}

.note-list h2 a {
  color: var(--ivory);
  text-decoration: none;
}

.note-list h2 a:hover {
  color: var(--copper-bright);
}

.letters {
  display: grid;
  gap: 1.1rem;
}

.letters article {
  padding: 1.1rem 1.15rem 1rem;
  background: rgba(16, 24, 42, 0.38);
  border: 1px solid rgba(181, 131, 74, 0.28);
}

.letters p {
  margin: 0;
  color: var(--ivory-dim);
}

.letters header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  font-family: var(--small);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--copper-bright);
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.4rem;
}

.rate-table th,
.rate-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.75rem 0.7rem;
  border-bottom: 1px solid var(--line);
}

.rate-table th {
  font-family: var(--small);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--copper-bright);
  font-weight: 500;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

.steps li {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: 0.8rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.steps .deg {
  font-family: var(--small);
  letter-spacing: 0.08em;
  color: var(--copper-bright);
}

.form-grid {
  display: grid;
  gap: 0.9rem;
  max-width: 40rem;
}

label {
  display: grid;
  gap: 0.3rem;
  font-family: var(--small);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--copper-bright);
}

input,
select,
textarea {
  font: inherit;
  color: var(--ivory);
  background: rgba(16, 24, 42, 0.55);
  border: 1px solid var(--line);
  padding: 0.65rem 0.7rem;
  border-radius: 0;
}

textarea {
  min-height: 9rem;
  resize: vertical;
}

.field-error {
  color: #f0c2c8;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--text);
  font-size: 0.92rem;
  min-height: 1.1em;
}

.form-success {
  padding: 1.2rem 1rem;
  border: 1px solid var(--copper);
  background: rgba(16, 24, 42, 0.5);
  max-width: 40rem;
}

.form-success[hidden],
[hidden] {
  display: none !important;
}

.visit-card {
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  background: rgba(20, 9, 16, 0.45);
  max-width: 36rem;
}

.visit-card address {
  font-style: normal;
  color: var(--ivory);
}

.cookie-banner {
  position: fixed;
  z-index: 30;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.2rem;
  padding: 0.9rem 1rem;
  background: rgba(20, 9, 16, 0.94);
  border: 1px solid var(--copper);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  max-width: 920px;
  margin-inline: auto;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 280px;
  color: var(--ivory-dim);
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.6rem;
  background: rgba(10, 8, 16, 0.55);
}

.site-footer .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
}

.site-footer p,
.site-footer address,
.site-footer li {
  color: var(--ivory-dim);
  font-size: 0.98rem;
}

.site-footer address {
  font-style: normal;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer h2 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  font-family: var(--small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-hero {
  margin: 0.4rem 0 1.2rem;
}

.article-hero .frame {
  aspect-ratio: 16 / 8;
}

.legal h2 {
  font-size: 1.7rem;
  margin-top: 1.8rem;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  html.js .site-nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 0.8rem 1.2rem 1rem;
    background: rgba(20, 9, 16, 0.97);
    border-bottom: 1px solid var(--line);
  }

  html.js .site-nav.is-open {
    display: flex;
  }

  .site-header {
    position: sticky;
    flex-wrap: wrap;
  }

  .hero,
  .split,
  .people,
  .catalogue article,
  .note-list article,
  .site-footer .wrap,
  .steps li {
    grid-template-columns: 1fr;
  }

  .plate {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rail-btn,
  .rail-btn__ring {
    transition: none;
  }

  .rail-btn:hover,
  .rail-btn:focus-visible {
    transform: none;
  }
}
