:root {
  --navy: #0c1220;
  --plum: #140c12;
  --plum-deep: #1c1018;
  --burgundy: #72283a;
  --burgundy-deep: #4c1826;
  --copper: #b8734a;
  --copper-bright: #e4b98a;
  --brass: #c6a15a;
  --ivory: #f3eadc;
  --ivory-dim: #cfc4b4;
  --ink: #120c10;
  --glass: rgba(20, 12, 18, 0.78);
  --line: rgba(198, 161, 90, 0.42);
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --max: 1120px;
  --measure: 68ch;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.65;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(114, 40, 58, 0.35), transparent 55%),
    radial-gradient(900px 500px at 110% 10%, rgba(184, 115, 74, 0.12), transparent 50%),
    linear-gradient(180deg, var(--navy) 0%, var(--plum) 48%, #0a0c14 100%);
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 8% 18%, rgba(228, 185, 138, 0.55) 50%, transparent 51%),
    radial-gradient(1px 1px at 22% 72%, rgba(228, 185, 138, 0.35) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 78% 22%, rgba(243, 234, 220, 0.45) 50%, transparent 51%),
    radial-gradient(1px 1px at 88% 66%, rgba(198, 161, 90, 0.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 48% 12%, rgba(243, 234, 220, 0.3) 50%, transparent 51%);
  opacity: 0.55;
  z-index: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

.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.75rem;
}

.site-header,
.site-footer,
main,
.cookie-banner {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(12, 18, 32, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner,
.footer-inner,
.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ivory);
  text-decoration: none;
}

.brand-ring {
  width: 36px;
  height: 36px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  position: relative;
  flex: none;
  box-shadow: inset 0 0 0 4px rgba(20, 12, 18, 0.8), 0 0 0 1px rgba(114, 40, 58, 0.6);
}

.brand-ring::before,
.brand-ring::after {
  content: "";
  position: absolute;
  background: var(--copper-bright);
}

.brand-ring::before {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}

.brand-ring::after {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
}

.brand-ring span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--copper);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.brand-name {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.brand-coord {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
}

.nav-toggle {
  display: none;
  font: inherit;
  color: var(--ivory);
  background: transparent;
  border: 1px solid var(--line);
  padding: 0.45rem 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
}

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

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

.nav-error,
.island-error {
  color: #f0c2b0;
  font-size: 0.92rem;
}

main {
  padding-bottom: 4rem;
}

.hero {
  width: min(1280px, calc(100% - 2rem));
  margin: 1.25rem auto 0;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  min-height: 72vh;
  background: var(--plum);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
  background: var(--plum-deep);
}

.hero-card {
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(20, 12, 18, 0.2), rgba(12, 18, 32, 0.92)),
    var(--plum-deep);
  border-left: 1px solid var(--line);
}

.kicker,
.coord {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.8rem;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.08;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

h3 {
  font-size: 1.45rem;
}

.lede {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ivory);
  max-width: var(--measure);
}

.measure {
  height: 12px;
  margin: 0.4rem 0 1rem;
  background-image: repeating-linear-gradient(
    90deg,
    var(--brass) 0 1px,
    transparent 1px 10px
  );
  opacity: 0.75;
  max-width: 220px;
}

.btn,
button.btn {
  --ring-x: 0px;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.72rem 1.15rem 0.72rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--copper-bright);
  background: linear-gradient(180deg, #8d4d32 0%, #5c301f 100%);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 230, 200, 0.25);
}

.btn .rail {
  position: relative;
  width: 34px;
  height: 16px;
  flex: none;
}

.btn .rail i {
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  height: 2px;
  background: linear-gradient(90deg, #6a4324, #f0d7b0 50%, #6a4324);
}

.btn .ring {
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #f3e2c8;
  box-shadow: inset 0 0 0 3px rgba(92, 48, 31, 0.55);
  transform: translateX(var(--ring-x)) rotate(0deg);
  transition: transform 0.55s ease;
}

.btn:hover .ring,
.btn:focus-visible .ring {
  transform: translateX(18px) rotate(200deg);
}

.btn-ghost {
  background: transparent;
  color: var(--ivory);
}

.hero-note {
  width: min(1280px, calc(100% - 2rem));
  margin: 0.7rem auto 0;
  color: var(--ivory-dim);
  font-size: 0.95rem;
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 4.2rem auto 0;
}

.folio {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.folio img,
.frame img,
.study-hero img,
.portrait img,
.story-figure img,
.card-media img {
  width: 100%;
  object-fit: cover;
  background: var(--plum-deep);
  border: 1px solid var(--line);
}

.folio img {
  aspect-ratio: 4 / 5;
  position: sticky;
  top: 5.5rem;
}

.numbered {
  list-style: none;
  margin: 0;
  padding: 0;
}

.numbered li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.8rem;
  padding: 0.95rem 0;
  border-top: 1px solid var(--line);
}

.numbered li:last-child {
  border-bottom: 1px solid var(--line);
}

.num {
  font-family: var(--serif);
  color: var(--copper-bright);
  font-size: 1.4rem;
}

.pull {
  margin: 4rem auto;
  width: min(860px, calc(100% - 2rem));
  padding: 2rem 0 0;
  border-top: 1px solid var(--burgundy);
}

.pull p {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.25;
  margin: 0;
}

.pull cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--brass);
}

.index-list {
  display: flex;
  flex-direction: column;
}

.index-row {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.index-row:last-child {
  border-bottom: 1px solid var(--line);
}

.index-row img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--plum-deep);
}

.index-row h3 {
  margin: 0 0 0.3rem;
  color: var(--ivory);
}

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

.index-meta {
  color: var(--brass);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
}

.band {
  background: rgba(20, 12, 18, 0.72);
  border-block: 1px solid var(--line);
  padding: 2.2rem 0;
}

.band .wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

.address-block {
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.3;
  margin: 0;
}

.page-head {
  width: min(var(--max), calc(100% - 2rem));
  margin: 2.5rem auto 0;
}

.page-head p {
  max-width: var(--measure);
}

.study-hero {
  margin: 0 0 1.5rem;
}

.study-hero img {
  aspect-ratio: 16 / 8;
  max-height: 520px;
}

.study-hero figcaption,
.caption {
  color: var(--ivory-dim);
  font-size: 0.88rem;
  margin-top: 0.45rem;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2rem;
  padding: 0;
}

.facts div {
  border-top: 1px solid var(--brass);
  padding-top: 0.6rem;
}

.facts dt {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
}

.facts dd {
  margin: 0.3rem 0 0;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.prose {
  max-width: 74ch;
}

.prose section {
  margin-top: 2rem;
}

.prose ul,
.prose ol {
  padding-left: 1.2rem;
}

.prose li + li {
  margin-top: 0.35rem;
}

.people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 1rem;
}

.portrait img {
  aspect-ratio: 4 / 5;
}

.portrait h3 {
  margin: 0.7rem 0 0.2rem;
}

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

.rate-table,
.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0 1.6rem;
  font-size: 0.98rem;
}

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

.rate-table th,
.cookie-table th {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 500;
}

.table-wrap {
  overflow-x: auto;
}

.quote-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.quote {
  margin: 0;
  padding: 1.2rem 1.2rem 1.2rem 1.3rem;
  background: var(--glass);
  border: 1px solid var(--line);
  border-left: 3px solid var(--burgundy);
}

.quote p {
  margin: 0;
}

.quote footer {
  margin-top: 0.8rem;
  color: var(--brass);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.story + .story {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.journal-list {
  display: flex;
  flex-direction: column;
}

.journal-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.3rem;
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}

.journal-row:last-child {
  border-bottom: 1px solid var(--line);
}

.journal-row img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--plum-deep);
}

.journal-row h2 {
  font-size: 2rem;
  margin-bottom: 0.35rem;
}

.meta-line {
  color: var(--brass);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-cover {
  margin: 1rem 0 1.4rem;
}

.article-cover img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--plum-deep);
}

form {
  display: grid;
  gap: 0.95rem;
  max-width: 680px;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
}

label span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--brass);
}

input,
select,
textarea {
  font: inherit;
  color: var(--ivory);
  background: rgba(8, 10, 16, 0.65);
  border: 1px solid var(--line);
  padding: 0.7rem 0.75rem;
  border-radius: 2px;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.field-error {
  color: #f0c2b0;
  font-size: 0.88rem;
  min-height: 0;
}

.form-status {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  max-width: 680px;
}

.form-status.is-success {
  border-color: var(--brass);
  background: rgba(76, 24, 38, 0.45);
}

.form-status.is-error {
  border-color: #f0c2b0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 2rem;
  align-items: start;
}

.office-card {
  background: var(--glass);
  border: 1px solid var(--line);
  padding: 1.2rem 1.2rem 1.4rem;
}

.office-card p {
  margin: 0 0 0.8rem;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.8rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--serif);
  color: var(--copper-bright);
  font-size: 1.5rem;
}

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

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

.site-footer h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

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

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

.site-footer a {
  color: var(--ivory-dim);
}

.legal-line {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(198, 161, 90, 0.25);
  color: var(--ivory-dim);
  font-size: 0.85rem;
}

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

.cookie-banner p {
  margin: 0;
  flex: 1 1 280px;
}

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

.cookie-actions .btn {
  margin-top: 0;
}

.lost {
  min-height: 50vh;
  display: grid;
  align-content: center;
}

.lost-mark {
  font-family: var(--serif);
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: 0.85;
  margin: 0;
  color: var(--copper-bright);
}

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

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

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 1rem 1rem;
    background: rgba(12, 18, 32, 0.97);
    border-bottom: 1px solid var(--line);
  }

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

  .hero,
  .folio,
  .band .wrap,
  .facts,
  .people,
  .contact-grid,
  .footer-grid,
  .index-row,
  .journal-row {
    grid-template-columns: 1fr;
  }

  .hero-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .index-row img,
  .journal-row img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .index-meta {
    text-align: left;
  }

  .folio img {
    position: static;
  }
}

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

  .btn .ring {
    transition: none;
  }
}
