/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  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 {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-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"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
@font-face {
  font-family: Cormorant Garamond;
  src: url(/assets/fonts/cormorant-garamond-400.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Cormorant Garamond;
  src: url(/assets/fonts/cormorant-garamond-600.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(/assets/fonts/inter-400.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(/assets/fonts/inter-500.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
:root {
  --ink: #18241f;
  --green: #173e35;
  --green-2: #295c4f;
  --cream: #f4efe5;
  --cream-2: #e8dec9;
  --gold: #a9813a;
  --white: #fffdf8;
  --muted: #5f675f;
  --line: #173e352e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--white);
  color: var(--ink);
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: var(--green-2);
  text-underline-offset: 3px;
}
a:hover {
  color: var(--gold);
}
img {
  max-width: 100%;
  display: block;
}
.shell {
  width: min(1180px, 100% - 42px);
  margin: 0 auto;
}
.skip {
  background: var(--ink);
  color: #fff;
  z-index: 100;
  padding: 10px 14px;
  position: absolute;
  top: 8px;
  left: -9999px;
}
.skip:focus {
  left: 8px;
}
.site-header {
  z-index: 30;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffdf8f5;
  position: sticky;
  top: 0;
}
.nav-row {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  display: flex;
}
.brand {
  color: var(--ink);
  flex-shrink: 0;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  display: flex;
}
.brand-seal {
  border: 1px solid var(--gold);
  letter-spacing: 0.08em;
  width: 46px;
  height: 46px;
  color: var(--green);
  border-radius: 50%;
  place-items: center;
  font:
    600 14px/1 Cormorant Garamond,
    serif;
  display: grid;
}
.brand-copy {
  flex-direction: column;
  line-height: 1.1;
  display: flex;
}
.brand-copy strong {
  font:
    600 21px/1.05 Cormorant Garamond,
    serif;
}
.brand-copy span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-top: 7px;
  font-size: 9px;
}
.desktop-nav {
  display: none;
}
.desktop-nav a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  border-bottom: 2px solid #0000;
  padding: 34px 0 29px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}
.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--green-2);
  border-color: var(--gold);
}
.signature-rule {
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold) 15%,
    var(--green) 50%,
    var(--gold) 85%,
    transparent
  );
  height: 1px;
}
.mobile-menu {
  margin-left: auto;
  display: block;
  position: relative;
}
.mobile-menu summary {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--green);
  min-width: 84px;
  min-height: 46px;
  padding: 0 38px 0 0;
  font-size: 11px;
  font-weight: 500;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  position: relative;
  z-index: 52;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu summary:before,
.mobile-menu summary:after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--green);
  position: absolute;
  right: 0;
  transition: transform 180ms ease, top 180ms ease;
}
.mobile-menu summary:before {
  top: 17px;
  box-shadow: 0 6px 0 var(--green);
}
.mobile-menu summary:after {
  top: 29px;
}
.mobile-menu[open] summary:before {
  top: 23px;
  transform: rotate(45deg);
  box-shadow: none;
}
.mobile-menu[open] summary:after {
  top: 23px;
  transform: rotate(-45deg);
}
.mobile-menu[open]:before {
  content: "";
  background: #18241f52;
  position: fixed;
  inset: 93px 0 0;
  z-index: 49;
}
.mobile-menu nav {
  background: var(--cream);
  border-left: 1px solid #a9813a66;
  width: min(430px, 92vw);
  padding: 42px 52px 54px;
  position: fixed;
  top: 93px;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: -18px 24px 55px #18241f2b;
  z-index: 50;
}
.mobile-menu a {
  color: var(--green);
  border-bottom: 1px solid var(--line);
  padding: 13px 2px;
  font: 600 22px/1.18 Cormorant Garamond, Georgia, serif;
  text-decoration: none;
  display: block;
}
.mobile-menu a:nth-child(6) {
  border-top: 1px solid #a9813a80;
  margin-top: 22px;
  padding-top: 28px;
}
.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  color: var(--gold);
}
.mobile-menu a[href="/standing-and-discretion/"] {
  color: var(--gold);
}
body:has(.mobile-menu[open]) {
  overflow: hidden;
}
.mobile-menu summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.hero {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.home-hero {
  background:
    radial-gradient(circle at 85% 40%, #a9813a21, transparent 28%),
    linear-gradient(135deg, var(--cream), #f8f4ec);
  padding: 90px 0 86px;
}
.page-hero {
  padding: 68px 0 60px;
}
.hero-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
  display: grid;
}
.page-hero .hero-grid {
  grid-template-columns: 1fr;
}
.eyebrow,
.section-label,
.kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 500;
  display: block;
}
h1,
h2,
h3 {
  color: var(--green);
  margin: 0 0 18px;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-weight: 600;
  line-height: 1.05;
}
h1 {
  max-width: 900px;
  font-size: clamp(48px, 7vw, 84px);
}
.page-hero h1 {
  font-size: clamp(42px, 5vw, 66px);
}
h2 {
  font-size: clamp(31px, 4vw, 46px);
}
h3 {
  font-size: 27px;
}
.hero p {
  color: #3e4a44;
  max-width: 800px;
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
}
.hero-emblem {
  object-fit: cover;
  border: 1px solid #a9813a73;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  box-shadow: 0 18px 50px #173e3521;
}
.hero-actions {
  align-items: center;
  gap: 26px;
  margin-top: 30px;
  display: flex;
}
.button {
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 18px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.text-link {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 12px;
  font-weight: 500;
}
.identity-strip {
  background: var(--green);
  color: #fff;
}
.identity-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.identity-grid div {
  border-right: 1px solid #ffffff24;
  padding: 24px 30px;
}
.identity-grid div:first-child {
  padding-left: 0;
}
.identity-grid span {
  color: #c9d6d1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  display: block;
}
.identity-grid strong {
  margin-top: 5px;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 21px;
  font-weight: 600;
  display: block;
}
.section {
  border-bottom: 1px solid var(--line);
  padding: 76px 0;
}
.section-alt {
  background: var(--cream);
}
.section-grid {
  grid-template-columns: 210px minmax(0, 800px);
  justify-content: start;
  gap: 70px;
  display: grid;
}
.prose > p:first-of-type {
  margin-top: 0;
}
.prose p {
  margin: 0 0 20px;
}
.doctrine-list {
  margin: 0 0 24px;
  padding-left: 1.25rem;
  list-style: disc;
}
.doctrine-list li {
  margin: 0 0 8px;
  padding-left: 0.35rem;
}
.lead {
  color: var(--green);
  font:
    400 clamp(25px, 3vw, 36px) / 1.25 Cormorant Garamond,
    serif;
}
blockquote {
  border-left: 2px solid var(--gold);
  color: var(--green);
  margin: 32px 0 0;
  padding: 4px 0 4px 25px;
  font:
    400 27px/1.35 Cormorant Garamond,
    serif;
}
.cards,
.people {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.card {
  border: 1px solid var(--line);
  background: var(--white);
  min-height: 240px;
  padding: 31px;
  box-shadow: 0 8px 26px #173e350a;
}
.card p {
  margin: 0 0 18px;
}
.card a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 500;
}
.card .kicker {
  margin-bottom: 13px;
}
.compact .card {
  min-height: 225px;
}
.center-link {
  text-align: center;
  margin: 36px 0 0;
}
.fact-box,
.legal-box {
  background: #fffaf0;
  border: 1px solid #a9813a80;
  margin: 26px 0;
  padding: 24px 27px;
}
.fact-box p {
  margin: 6px 0;
}
.legal-box {
  color: var(--muted);
  font-size: 14px;
}
.leadership-list {
  gap: 0;
  display: grid;
}
.leader {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 250px minmax(0, 760px);
  gap: 55px;
  padding: 48px 0;
  display: grid;
}
.leader:first-child {
  padding-top: 0;
}
.leader:last-child {
  border: 0;
  padding-bottom: 0;
}
.leader img {
  object-fit: cover;
  object-position: center top;
  background: var(--cream);
  width: 250px;
  height: 310px;
}
.leader h2 small {
  white-space: nowrap;
  font-size: 0.42em;
}
.role {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 500;
}
.small-note {
  color: var(--muted);
  font-size: 13px;
}
.contact-panel {
  border: 1px solid var(--line);
  background: var(--cream);
  max-width: 850px;
  padding: 45px;
}
.email {
  overflow-wrap: anywhere;
  font:
    600 clamp(23px, 4vw, 38px) / 1.2 Cormorant Garamond,
    serif;
}
.site-footer {
  background: var(--ink);
  color: #dce4df;
  padding: 48px 0 22px;
}
.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: start;
  gap: 50px;
  display: grid;
}
.footer-grid p {
  color: #aebbb4;
  margin: 4px 0;
  font-size: 12px;
}
.footer-maxim {
  color: #fff;
  font:
    400 24px/1.35 Cormorant Garamond,
    serif;
}
.footer-links {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.footer-links a {
  color: #dce4df;
  font-size: 12px;
  text-decoration: none;
}
.copyright {
  color: #91a098;
  border-top: 1px solid #ffffff1a;
  margin-top: 32px;
  padding-top: 18px;
  font-size: 11px;
}
@media (width<=1050px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero-emblem {
    width: 210px;
    height: 210px;
  }
  .section-grid {
    grid-template-columns: 170px 1fr;
    gap: 40px;
  }
}
@media (width<=760px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }
  .nav-row {
    min-height: 72px;
  }
  .brand {
    gap: 10px;
  }
  .brand-seal {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }
  .brand-copy strong {
    font-size: 18px;
  }
  .brand-copy span {
    letter-spacing: 0.09em;
    margin-top: 5px;
    font-size: 7px;
  }
  .mobile-menu summary {
    min-width: 72px;
    padding-right: 32px;
    font-size: 10px;
  }
  .mobile-menu[open]:before {
    inset: 73px 0 0;
  }
  .mobile-menu nav {
    top: 73px;
    width: min(390px, 94vw);
    padding: 30px 30px 42px;
  }
  .home-hero,
  .page-hero {
    padding: 58px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-emblem {
    display: none;
  }
  .hero p {
    font-size: 17px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .identity-grid,
  .cards,
  .people,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .identity-grid div,
  .identity-grid div:first-child {
    border-bottom: 1px solid #ffffff21;
    border-right: 0;
    padding: 18px 0;
  }
  .section {
    padding: 54px 0;
  }
  .section-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .card {
    min-height: 0;
  }
  .leader {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .leader img {
    width: 190px;
    height: 235px;
  }
  .contact-panel {
    padding: 28px;
  }
  .footer-grid {
    gap: 28px;
  }
}
@media (width<=360px) {
  .nav-row {
    gap: 12px;
  }
  .brand-seal {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  .brand-copy strong {
    font-size: 16px;
  }
  .brand-copy span {
    letter-spacing: 0.06em;
    font-size: 6px;
  }
  .mobile-menu summary {
    min-width: 64px;
    padding-right: 29px;
    letter-spacing: 0.11em;
    font-size: 9px;
  }
}
