@font-face {
  font-family: "Opulent Brand";
  src: url("../fonts/opulent-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "AvantGarde Brand";
  src: url("../fonts/avant-garde-book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-display: "Opulent Brand";
  --font-sans: "AvantGarde Brand";
  --navy: #1e2132;
  --navy-2: #272b40;
  --ink: #1e2132;
  --gold: #ba9576;
  --gold-light: #c9aa91;
  --cream: #f0e9e5;
  --paper: #faf7f4;
  --white: #ffffff;
  --muted: #66727b;
  --line: rgba(30, 33, 50, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 86px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 32px;
  background: rgba(250, 247, 244, 0.97);
  color: var(--navy);
  border-bottom: 1px solid rgba(30, 33, 50, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 185px;
}

.brand-image {
  display: block;
  width: 220px;
  height: 63px;
  background: transparent;
  object-fit: contain;
  object-position: left center;
}

.brand-fallback {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}

.brand-fallback-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.brand-fallback > b {
  font-family: var(--font-display), serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -2px;
  color: var(--gold-light);
}

.brand-fallback > span {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.brand-fallback small {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.34em;
  color: rgba(255, 255, 255, 0.68);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.main-nav > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  position: relative;
  padding: 31px 0 27px;
  color: rgba(30, 33, 50, 0.76);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 1px;
  background: var(--gold);
  transition: right 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--navy);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0 10px;
  border-bottom: 1px solid rgba(216, 183, 127, 0.7);
  color: #8b664d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: var(--navy);
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: var(--cream);
}

.hero-copy {
  padding: clamp(80px, 9vw, 145px) clamp(38px, 7vw, 112px) 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.kicker {
  margin: 0 0 23px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow > span {
  display: inline-block;
  width: 29px;
  height: 1px;
  background: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display), serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 32px;
  color: var(--navy);
  font-size: clamp(54px, 6.2vw, 96px);
}

.hero-intro {
  max-width: 640px;
  margin-bottom: 40px;
  color: #53616b;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.button {
  min-height: 54px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.045em;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--navy);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: var(--gold-light);
}

.text-link,
.underlined-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.text-link {
  padding: 14px 0 8px;
  border-bottom: 1px solid var(--line);
}

.hero-proof {
  margin-top: clamp(65px, 8vw, 120px);
  padding-top: 28px;
  display: flex;
  gap: clamp(28px, 5vw, 70px);
  border-top: 1px solid var(--line);
}

.hero-proof > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-proof strong {
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.hero-proof span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.045), transparent 45%),
    var(--navy);
}

.hero-art::before,
.hero-art::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
}

.hero-art::before {
  inset: 0 auto 0 17%;
  width: 1px;
}

.hero-art::after {
  inset: 23% 0 auto 0;
  height: 1px;
}

.hero-arch {
  position: relative;
  width: min(62%, 500px);
  aspect-ratio: 0.68;
  margin-top: 35px;
  padding: 42% 11% 11%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(216, 183, 127, 0.58);
  border-radius: 50% 50% 0 0 / 34% 34% 0 0;
}

.hero-arch::before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(216, 183, 127, 0.17);
  border-radius: 50% 50% 0 0 / 33% 33% 0 0;
}

.hero-brandmark {
  position: relative;
  z-index: 1;
  display: block;
  width: min(48%, 175px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.hero-arch p {
  position: relative;
  margin: 60px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-display), serif;
  font-size: clamp(18px, 1.8vw, 25px);
  font-style: italic;
  line-height: 1.35;
}

.arch-line {
  position: absolute;
  display: block;
  width: 37%;
  height: 1px;
  background: var(--gold);
}

.arch-line-one {
  top: 28%;
  left: -22%;
}

.arch-line-two {
  right: -22%;
  bottom: 31%;
}

.hero-stamp {
  position: absolute;
  right: 27px;
  bottom: 38px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.21em;
  writing-mode: vertical-rl;
}

.trust-strip {
  min-height: 70px;
  padding: 18px clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 55px);
  background: var(--gold);
  color: var(--navy);
}

.trust-strip span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--navy);
  opacity: 0.55;
}

.section-shell {
  width: min(100%, 1540px);
  margin: 0 auto;
  padding-left: clamp(24px, 6.5vw, 104px);
  padding-right: clamp(24px, 6.5vw, 104px);
}

.institutional,
.method,
.articles {
  padding-top: clamp(95px, 10vw, 160px);
  padding-bottom: clamp(95px, 10vw, 160px);
}

.section-label {
  margin-bottom: 58px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #7c858c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-label span {
  color: var(--gold);
}

.section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 12px;
  background: var(--line);
}

.section-label-light {
  color: rgba(255, 255, 255, 0.48);
}

.section-label-light::after {
  background: rgba(255, 255, 255, 0.13);
}

.institutional-grid,
.services-heading,
.method-grid,
.articles-heading,
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(55px, 8vw, 130px);
}

.kicker {
  margin-bottom: 24px;
}

.institutional h2,
.services h2,
.method h2,
.articles h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(45px, 5.2vw, 74px);
}

.institutional h2,
.method h2,
.articles h2 {
  color: var(--navy);
}

.institutional-copy {
  padding-top: 35px;
}

.institutional-copy p {
  margin-bottom: 23px;
  color: #53616b;
  font-size: 16px;
  line-height: 1.85;
}

.underlined-link {
  margin-top: 17px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold);
}

.profile-card {
  margin-top: 90px;
  min-height: 260px;
  display: grid;
  grid-template-columns: 210px minmax(250px, 0.75fr) 1.25fr;
  align-items: center;
  background: var(--cream);
  border: 1px solid rgba(20, 32, 42, 0.08);
}

.profile-portrait {
  align-self: stretch;
  min-height: 260px;
  overflow: hidden;
  background: var(--navy);
}

.profile-portrait img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
  object-position: 50% 24%;
}

.profile-info {
  padding: 35px 42px;
  border-right: 1px solid var(--line);
}

.profile-info p {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.profile-info h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.profile-info > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.profile-bio {
  max-width: 640px;
  margin: 0;
  padding: 35px clamp(35px, 5vw, 75px);
  color: #5a6670;
  font-size: 14px;
  line-height: 1.85;
}

.services {
  padding-top: clamp(95px, 10vw, 150px);
  padding-bottom: clamp(95px, 10vw, 150px);
  background: var(--navy);
  color: var(--white);
}

.kicker-gold {
  color: var(--gold-light);
}

.services-heading > p {
  max-width: 600px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.85;
}

.service-list {
  margin-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.service-item {
  min-height: 185px;
  padding: 38px 0;
  display: grid;
  grid-template-columns: 70px minmax(290px, 1.1fr) 0.9fr 48px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 180ms ease, padding 180ms ease;
}

.service-item:hover {
  padding-left: 18px;
  padding-right: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.service-number {
  align-self: start;
  color: var(--gold);
  font-family: var(--font-display), serif;
  font-size: 17px;
}

.service-item h3 {
  margin: 0 0 13px;
  font-family: var(--font-display), serif;
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.1;
}

.service-item p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.75;
}

.service-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-item li {
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.035em;
}

.service-item li::before {
  content: "—";
  margin-right: 10px;
  color: var(--gold);
}

.service-item > a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--gold-light);
  transition: background 180ms ease, color 180ms ease;
}

.service-item > a:hover,
.service-item > a:focus-visible {
  background: var(--gold);
  color: var(--navy);
}

.method {
  background: var(--paper);
}

.method-grid > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-grid li {
  padding: 31px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.method-grid li:first-child {
  padding-top: 0;
}

.method-grid li > span {
  color: var(--gold);
  font-family: var(--font-display), serif;
  font-size: 16px;
}

.method-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: 25px;
  font-weight: 500;
}

.method-grid li p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.articles {
  background: var(--cream);
}

.articles-heading {
  align-items: end;
}

.editor-actions-links {
  justify-self: end;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 7px;
}

.editor-button {
  justify-self: end;
  padding: 13px 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: transparent;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.editor-button > span {
  color: var(--gold);
  font-size: 19px;
  font-weight: 400;
}

.editor-button small {
  margin-left: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-button-secondary {
  padding-top: 8px;
  border-bottom-color: rgba(30, 33, 50, 0.22);
  font-size: 10px;
}

.article-tools {
  margin: 80px 0 36px;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.category-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.category-tabs button,
.category-tabs a,
.category-tabs li {
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: #7b858d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.category-tabs li {
  list-style: none;
}

.category-tabs button.active,
.category-tabs a.active,
.category-tabs .current-cat > a {
  color: var(--navy);
}

.category-tabs button.active::before,
.category-tabs a.active::before,
.category-tabs .current-cat > a::before {
  content: "•";
  margin-right: 8px;
  color: var(--gold);
}

.article-search {
  width: min(230px, 100%);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(20, 32, 42, 0.28);
}

.article-search input {
  min-width: 0;
  width: 100%;
  padding: 8px 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
}

.article-search button {
  padding: 7px 4px;
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: 20px;
  cursor: pointer;
}

.article-search input::placeholder {
  color: #929aa0;
}

.article-search > span:last-child {
  color: var(--gold);
  font-size: 20px;
}

.article-grid {
  min-height: 390px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.article-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 190px 1fr;
  background: var(--paper);
  border: 1px solid rgba(20, 32, 42, 0.09);
}

.article-cover {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--navy-2);
}

.article-cover::before,
.article-cover::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(216, 183, 127, 0.31);
  border-radius: 50% 50% 0 0 / 50% 50% 0 0;
}

.article-cover::before {
  width: 150px;
  height: 180px;
  top: 33px;
}

.article-cover::after {
  width: 108px;
  height: 140px;
  top: 62px;
}

.article-cover span {
  position: relative;
  z-index: 1;
  color: var(--gold-light);
  font-family: var(--font-display), serif;
  font-size: 50px;
  letter-spacing: -0.05em;
}

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

.article-cover i {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.article-body {
  position: relative;
  min-height: 260px;
  padding: 29px;
}

.article-meta {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #868e94;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-meta span {
  color: var(--gold);
}

.article-body h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: clamp(24px, 2.2vw, 31px);
  font-weight: 500;
  line-height: 1.13;
}

.article-body h3 a {
  color: inherit;
}

.article-body > p {
  margin-bottom: 29px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.article-body > a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-body > a span {
  color: var(--gold);
}

.article-body small {
  position: absolute;
  right: 29px;
  bottom: 29px;
  color: #9aa1a6;
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.empty-articles {
  grid-column: 1 / -1;
  padding: 90px 20px;
  color: var(--muted);
  text-align: center;
}

.cms-note {
  margin-top: 28px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(20, 32, 42, 0.12);
  background: rgba(255, 255, 255, 0.38);
}

.cms-note > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.cms-note p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.cms-note strong {
  color: var(--navy);
}

.contact {
  position: relative;
  overflow: hidden;
  padding-top: clamp(95px, 10vw, 150px);
  padding-bottom: clamp(95px, 10vw, 150px);
  background: var(--navy);
  color: var(--white);
}

.contact-decoration {
  position: absolute;
  right: -35px;
  bottom: -105px;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--font-display), serif;
  font-size: clamp(320px, 43vw, 680px);
  line-height: 0.7;
  letter-spacing: -0.14em;
  pointer-events: none;
}

.contact-inner {
  position: relative;
  z-index: 1;
}

.contact-grid > div > p:not(.kicker) {
  max-width: 650px;
  margin: 32px 0 38px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.8;
}

.contact address {
  padding-left: clamp(0px, 5vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px 45px;
  align-content: end;
  font-style: normal;
}

.contact address > div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact address span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact address a,
.contact address p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  line-height: 1.75;
}

footer {
  min-height: 160px;
  padding: 42px clamp(24px, 6.5vw, 104px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 45px;
  background: var(--paper);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
}

.footer-brand img {
  display: block;
  width: 230px;
  height: auto;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a,
.footer-links button,
footer > p {
  margin: 0;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-transform: uppercase;
}

.footer-links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--navy);
}

.archive-page,
.single-article {
  background: var(--paper);
}

.archive-hero,
.single-hero {
  padding-top: clamp(105px, 11vw, 175px);
  padding-bottom: clamp(80px, 9vw, 135px);
}

.archive-hero h1,
.single-hero h1,
.standard-page h1 {
  max-width: 1000px;
  margin: 0 0 24px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 500;
  line-height: 0.98;
}

.archive-hero > p:last-child,
.single-meta {
  max-width: 720px;
  color: var(--muted);
}

.archive-content {
  padding-top: 45px;
  padding-bottom: clamp(95px, 10vw, 150px);
}

.navigation.pagination {
  margin-top: 55px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 9px 13px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 11px;
}

.page-numbers.current {
  background: var(--navy);
  color: var(--white);
}

.single-meta {
  display: flex;
  gap: 22px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-cover {
  padding-bottom: 55px;
}

.single-cover img {
  width: 100%;
  max-height: 720px;
  display: block;
  object-fit: cover;
}

.entry-content {
  max-width: 920px;
  padding-top: 45px;
  padding-bottom: clamp(95px, 10vw, 150px);
  color: #46535d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.9;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 2em;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-weight: 500;
  line-height: 1.15;
}

.entry-content a {
  color: #8f6b50;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.standard-page {
  min-height: 60vh;
  padding-top: clamp(105px, 11vw, 175px);
  padding-bottom: clamp(95px, 10vw, 150px);
}

footer > p {
  justify-self: end;
  text-align: right;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 22px;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(3, 12, 20, 0.78);
  backdrop-filter: blur(8px);
}

[hidden] {
  display: none !important;
}

.privacy-dialog-open {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  background: var(--paper);
  border: 1px solid rgba(30, 33, 50, 0.16);
  box-shadow: 0 18px 60px rgba(8, 15, 24, 0.24);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: 24px;
  font-weight: 500;
}

.cookie-banner p {
  max-width: 730px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cookie-actions .button {
  min-height: 46px;
  white-space: nowrap;
}

.cookie-link {
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.privacy-modal {
  position: relative;
  width: min(100%, 880px);
  max-height: calc(100vh - 44px);
  padding: clamp(34px, 5vw, 62px);
  overflow-y: auto;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.privacy-modal h2 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.03;
}

.privacy-modal > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.privacy-modal h3,
.cookie-option strong {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: 23px;
  font-weight: 500;
}

.cookie-option p {
  margin: 0;
  color: #58656e;
  font-size: 12px;
  line-height: 1.8;
}

.cookie-option {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  border-top: 1px solid var(--line);
}

.cookie-option > span {
  align-self: center;
  padding: 6px 9px;
  background: rgba(186, 149, 118, 0.13);
  color: #7f5c43;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-option-disabled {
  opacity: 0.66;
}

.cookie-save {
  margin-top: 25px;
}

.privacy-page {
  max-width: 1040px;
  padding-top: clamp(105px, 11vw, 175px);
  padding-bottom: clamp(95px, 10vw, 150px);
}

.privacy-page h1 {
  max-width: 900px;
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 500;
  line-height: 1;
}

.privacy-updated {
  margin-bottom: 55px;
  color: var(--muted);
  font-size: 11px;
}

.privacy-page section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.privacy-page h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: 30px;
  font-weight: 500;
}

.privacy-page section p {
  margin: 0;
  color: #58656e;
  font-size: 14px;
  line-height: 1.85;
}

.privacy-page a {
  color: #8b664d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-sources {
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.editor-modal {
  position: relative;
  width: min(100%, 710px);
  max-height: calc(100vh - 44px);
  padding: clamp(32px, 5vw, 58px);
  overflow-y: auto;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--navy);
  font-size: 25px;
  font-weight: 300;
  cursor: pointer;
}

.editor-modal h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--font-display), serif;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 500;
  line-height: 1;
}

.editor-intro {
  max-width: 570px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.editor-modal form,
.editor-modal label {
  display: grid;
}

.editor-modal form {
  gap: 20px;
}

.editor-modal label {
  gap: 8px;
  color: var(--navy);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-modal input,
.editor-modal select,
.editor-modal textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 32, 42, 0.23);
  outline: none;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.editor-modal textarea {
  resize: vertical;
}

.editor-modal input:focus,
.editor-modal select:focus,
.editor-modal textarea:focus {
  border-color: var(--gold);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 25px;
}

.upload-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.upload-field > span {
  min-height: 70px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed rgba(20, 32, 42, 0.25);
  color: var(--navy);
  cursor: pointer;
}

.upload-field small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 500;
}

.editor-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.editor-actions > button:first-child {
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    padding: 25px clamp(24px, 5vw, 80px) 33px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    color: var(--white);
  }

  .main-nav a::after,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .hero {
    grid-template-columns: 1fr 0.82fr;
  }

  .profile-card {
    grid-template-columns: 150px 1fr;
  }

  .profile-bio {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .service-item {
    grid-template-columns: 55px 1fr 0.8fr 46px;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  .site-header {
    min-height: 76px;
  }

  .main-nav {
    top: 76px;
  }

  .brand-image {
    width: 190px;
    height: 50px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: calc(100vh - 76px);
    padding-top: 95px;
  }

  .hero h1 {
    font-size: clamp(53px, 13vw, 78px);
  }

  .hero-art {
    min-height: 680px;
  }

  .hero-arch {
    width: min(62%, 420px);
  }

  .trust-strip {
    flex-wrap: wrap;
  }

  .institutional-grid,
  .services-heading,
  .method-grid,
  .articles-heading,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .institutional-copy {
    padding-top: 0;
  }

  .profile-card {
    margin-top: 65px;
  }

  .service-item {
    grid-template-columns: 45px 1fr 42px;
  }

  .service-item ul {
    grid-column: 2 / 3;
  }

  .service-item > a {
    grid-column: 3;
    grid-row: 1;
  }

  .editor-actions-links,
  .editor-button {
    justify-self: start;
    align-items: flex-start;
  }

  .contact address {
    padding-left: 0;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    justify-self: end;
  }

  footer > p {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    padding-left: 18px;
    padding-right: 16px;
  }

  .brand-image {
    width: 175px;
  }

  .brand-fallback > b {
    font-size: 27px;
  }

  .brand-fallback > span {
    font-size: 10px;
  }

  .hero-copy {
    min-height: auto;
    padding: 82px 24px 60px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 65px);
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .text-link {
    width: fit-content;
  }

  .hero-proof {
    margin-top: 60px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-art {
    min-height: 570px;
  }

  .hero-arch {
    width: 74%;
  }

  .trust-strip {
    padding-top: 22px;
    padding-bottom: 22px;
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .trust-strip span {
    width: calc(50% - 18px);
  }

  .trust-strip i {
    display: none;
  }

  .section-label {
    margin-bottom: 44px;
  }

  .institutional h2,
  .services h2,
  .method h2,
  .articles h2,
  .contact h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .profile-card {
    grid-template-columns: 1fr;
  }

  .profile-portrait {
    min-height: min(118vw, 520px);
  }

  .profile-portrait img {
    min-height: min(118vw, 520px);
    object-position: 50% 18%;
  }

  .profile-info {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .profile-bio {
    grid-column: auto;
  }

  .service-list {
    margin-top: 60px;
  }

  .service-item {
    grid-template-columns: 35px 1fr;
    gap: 17px;
  }

  .service-item ul {
    grid-column: 2;
  }

  .service-item > a {
    grid-column: 2;
    grid-row: auto;
    margin-top: 8px;
  }

  .method-grid li {
    grid-template-columns: 40px 1fr;
  }

  .article-tools {
    margin-top: 58px;
    align-items: stretch;
    flex-direction: column;
  }

  .category-tabs {
    gap: 14px 22px;
  }

  .article-search {
    width: 100%;
  }

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

  .cms-note {
    grid-template-columns: 1fr;
  }

  .contact address {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 21px;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-link {
    width: fit-content;
  }

  .privacy-modal {
    padding: 34px 24px;
  }

  .cookie-option {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cookie-option > span {
    justify-self: start;
  }

  .footer-links {
    justify-self: start;
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .editor-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
