 

 
:root {
   
  --ink:        #15140f;
  --ink-soft:   #24211a;
  --body:       #4c463c;
  --body-light: #6b6458;
  --gold:       #a3833f;
  --gold-lift:  #c2a05a;    
  --paper:      #ffffff;
  --cream:      #f4f1e9;
  --cream-deep: #ebe6da;
  --line:       #e2ddd0;
  --line-dark:  rgba(255,255,255,.16);

  --radius: 6px;
  --radius-lg: 8px;

   
  --t-display: clamp(2.6rem, 1.6rem + 3.1vw, 4rem);       
  --t-h1:      clamp(2.1rem, 1.5rem + 1.9vw, 2.9rem);     
  --t-h2:      clamp(1.65rem, 1.3rem + 1.1vw, 2.1rem);    
  --t-h3:      clamp(1.2rem, 1.06rem + .45vw, 1.45rem);   
  --t-body:    1rem;
  --t-lede:    clamp(1.02rem, .98rem + .22vw, 1.14rem);
  --t-small:   .875rem;
  --t-eyebrow: .78rem;

  --serif: "Fraunces", "Georgia", "Times New Roman", serif;
  --sans:  "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

   
  --gap:      2rem;
  --section:  clamp(4rem, 2.4rem + 6.4vw, 7.5rem);
  --shell:    1152px;    
  --shell-pad: clamp(1.25rem, .55rem + 2.8vw, 3rem);
}

 
* { font-variation-settings: "SOFT" 0, "WONK" 0; }

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

html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--sans);
  font-size: var(--t-body);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }

 
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
h1 { font-size: var(--t-h1); line-height: 1.08; }
h2 { font-size: var(--t-h2); line-height: 1.14; }
h3 { font-size: var(--t-h3); line-height: 1.22; }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--ink); color: #fff; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.c0c4e47 {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: .8rem 1.2rem;
}
.c0c4e47:focus { left: 0; }

 
.cb68ac8 {
  width: 100%;
  max-width: calc(var(--shell) + var(--shell-pad) * 2);
  margin-inline: auto;
  padding-inline: var(--shell-pad);
}
.c678b3b { max-width: calc(760px + var(--shell-pad) * 2); }

.c78b1b9 { padding-block: var(--section); }
.ced09c3 { padding-block: calc(var(--section) * .62); }
.cd74981 { background: var(--cream); }
.c7264c7 { background: var(--ink); }

 
.c7264c7,
.c7264c7 p,
.ca9ffca, .ca9ffca p { color: rgba(255,255,255,.78); }
.c7264c7 h1, .c7264c7 h2, .c7264c7 h3,
.ca9ffca h1, .ca9ffca h2, .ca9ffca h3 { color: #fff; }
.c7264c7 .c012958, .ca9ffca .c012958 { color: var(--gold-lift); }

 
.c012958 {
  display: block;
  font-family: var(--sans);
  font-size: var(--t-eyebrow);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 .9rem;
}
.c09913b {
  font-size: var(--t-lede);
  line-height: 1.62;
  color: var(--body);
  max-width: 60ch;
}
.c202336 { max-width: 44rem; margin-bottom: clamp(2rem, 1rem + 2.4vw, 3.25rem); }
.ca1c8b1 { margin-inline: auto; text-align: center; }
.ca1c8b1 .c09913b { margin-inline: auto; }
.c202336 h2 + .c09913b { margin-top: 1.1rem; }

 
.c4be6e9 h2 { margin-top: 2.6em; }
.c4be6e9 h2:first-child { margin-top: 0; }
.c4be6e9 h3 { margin-top: 1.9em; margin-bottom: .5em; font-size: 1.18rem; }
.c4be6e9 > h2 + p { margin-top: 1rem; }
.c4be6e9 ul, .c4be6e9 ol { margin: 0 0 1.2em; padding-left: 1.15rem; }
.c4be6e9 li { margin-bottom: .5em; }
.c4be6e9 li::marker { color: var(--gold); }
.c4be6e9 strong { color: var(--ink); font-weight: 700; }
 
.c7264c7 .c4be6e9 strong,
.c414039 .c4be6e9 strong,
.ca9ffca .c4be6e9 strong,
.c919c6e .c4be6e9 strong { color: #fff; }
.c4be6e9 a:not(.cb4f46f):not(.ca5042d) {
  color: var(--ink); text-decoration: underline;
  text-decoration-color: var(--gold); text-underline-offset: 3px;
}
.c4be6e9 a:not(.cb4f46f):not(.ca5042d):hover { color: var(--gold); }

 
.cb4f46f {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.7rem;
  font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid transparent; border-radius: var(--radius);
  cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.c097943 { background: var(--ink); color: #fff; }
.c097943:hover { background: var(--gold); }
.c088606 { background: transparent; color: var(--ink); border-color: var(--ink); }
.c088606:hover { background: var(--ink); color: #fff; }
.c2c599c { background: #fff; color: var(--ink); }
.c2c599c:hover { background: var(--gold); color: #fff; }
.cd199e4 { width: 100%; }

 
.ca5042d {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--gold);
}
.ca5042d::after {
  content: ""; width: 1.15rem; height: 1px; background: currentColor;
  transition: width .2s ease;
}
.ca5042d:hover::after { width: 1.9rem; }
.ca9ffca .ca5042d, .c7264c7 .ca5042d { color: var(--gold-lift); }

 
.cd05541 {
  background: var(--ink);
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  letter-spacing: .04em;
}
.cd05541 .cb68ac8 {
  display: flex; align-items: center; justify-content: flex-end;
  min-height: 40px;
}
.c206263 { display: flex; align-items: center; gap: 1.75rem; }
.c206263 a {
  font-size: .8rem; font-weight: 500; letter-spacing: .06em;
  color: rgba(255,255,255,.78);
}
.c206263 a:hover, .c206263 a[aria-current="page"] { color: var(--gold-lift); }

.c7a7631 {
  position: sticky; top: 0; z-index: 60;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.c7a7631 .cb68ac8 {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: 84px;
}
 
.c6420f7 {
  display: flex; align-items: center; gap: .7rem; margin-right: auto; flex: none;
   
  --lockup: clamp(.68rem, .44rem + .5vw, .82rem);
}
.c6157b1 {
  width: calc(var(--lockup) * 3.1); height: calc(var(--lockup) * 3.1);
  color: var(--ink); flex: none;
}
.ccd1742 { display: flex; flex-direction: column; gap: .18em; min-width: 0; }
.c220d10 {
  display: block;
  font-family: var(--sans);
  font-size: var(--lockup);
  font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink); line-height: 1.08; white-space: nowrap;
}

 
.c7d7580 { flex-direction: row-reverse; }
.c3e6778 .c220d10 + .c220d10 {
  margin-top: .3em; padding-top: .34em; border-top: 1px solid var(--gold);
}
.c65f9ad .ccd1742 { padding-left: .65rem; border-left: 2px solid var(--gold); }
.cb0f7bf .c6157b1 {
  box-sizing: content-box; padding: .3rem .34rem;
  background: var(--gold); color: var(--cream); border-radius: var(--radius);
}
.c4f4540 .ccd1742 {
  padding-bottom: .32rem; border-bottom: 1.5px solid var(--gold);
}
.cc8cd2b .c220d10 {
  font-family: var(--serif); font-weight: 400; letter-spacing: .22em;
  text-transform: uppercase;
}

 
.c54c4bf { display: flex; align-items: center; gap: .1rem; }
.c2c91ba { position: relative; }
.c0efb2e {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .6rem .62rem;
  font-size: .9rem; font-weight: 500; color: var(--ink-soft);
  border-radius: var(--radius);
  white-space: nowrap;
}
@media (min-width: 881px) and (max-width: 1280px) {
  .c0efb2e { padding: .6rem .45rem; font-size: .85rem; }
  .c7a7631 .cb4f46f { padding: .8rem 1rem; font-size: .72rem; }
  .c3ec329 { gap: .9rem; }
  .c3aae37 { font-size: 1.14rem; }
  .c3aae37 svg { width: 17px; height: 17px; }
  .c220d10 { letter-spacing: .11em; }
}
.c0efb2e:hover, .c2c91ba[aria-expanded="true"] .c0efb2e { color: var(--gold); }
.c0efb2e[aria-current="page"] { color: var(--gold); }
.c3ec329 { display: flex; align-items: center; gap: 1.4rem; flex: none; }

 
.c3aae37 {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans);
  font-size: 1.42rem; font-weight: 700; letter-spacing: -.01em;
  color: var(--ink); white-space: nowrap; line-height: 1;
}
.c3aae37 svg { width: 21px; height: 21px; color: var(--gold); flex: none; }
.c3aae37:hover { color: var(--gold); }

.c5ca0ed { width: 8px; height: 8px; border-right: 1.4px solid currentColor; border-bottom: 1.4px solid currentColor; transform: rotate(45deg) translate(-2px,-2px); }

.cfcef85 {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 560px; padding: 1.9rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px -20px rgba(21,20,15,.28);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .16s ease;
  z-index: 70;
}
.c2c91ba:hover > .cfcef85,
.c2c91ba:focus-within > .cfcef85 { opacity: 1; visibility: visible; pointer-events: auto; }
.ca7d971 { display: grid; grid-template-columns: 1fr 1fr; gap: .15rem 2rem; }
.ccba357 { grid-column: 1 / -1; padding-bottom: 1rem; margin-bottom: .9rem; border-bottom: 1px solid var(--line); }
.ccba357 .c012958 { margin-bottom: .5rem; }
.ccba357 p { font-size: var(--t-small); color: var(--body-light); margin: .35rem 0 0; }
.cfcef85 a.cba3a9b {
  display: block; padding: .5rem 0;
  font-size: .93rem; font-weight: 500; color: var(--ink-soft);
  border-bottom: 1px solid transparent;
}
.cfcef85 a.cba3a9b:hover { color: var(--gold); }
.cc1c1e2 { grid-column: 1 / -1; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }

.c1d66b9 { display: none; }
.c5f55e1 { display: none; }

.c7b0c90 { display: none; }

.c2a3eed {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center;
  background: none; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer;
}
.c2a3eed span { display: block; width: 18px; height: 1.5px; background: var(--ink); position: relative; }
.c2a3eed span::before, .c2a3eed span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--ink);
}
.c2a3eed span::before { top: -6px; } .c2a3eed span::after { top: 6px; }

 
 
.cc02f98 { position: relative; padding-bottom: clamp(2.5rem, 1rem + 4vw, 4.5rem); }
.cb185f7 {
  position: relative;
  height: clamp(390px, 30vw + 220px, 660px);
  background: var(--cream-deep) center/cover no-repeat;
}
.cb185f7::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(21,20,15,.42) 0%, rgba(21,20,15,.08) 55%, transparent 100%);
}
.c702c76 {
  position: relative;
  margin-top: clamp(-5.5rem, -3rem - 4vw, -3rem);
  background: var(--ink);
  color: #fff;
  padding: clamp(1.9rem, 1.2rem + 2.4vw, 3.1rem);
  max-width: 44rem;
  border-radius: var(--radius);
  z-index: 2;
}
.c702c76 h1 { color: #fff; font-size: var(--t-display); line-height: 1.02; }
.c702c76 .c012958 { color: var(--gold-lift); }
.c702c76 p { color: rgba(255,255,255,.8); margin-top: 1.1rem; max-width: 46ch; }
.c659065 { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

 
.c752fc8 { background: var(--cream); border-bottom: 1px solid var(--line); }
.c752fc8 .cb68ac8 { padding-block: clamp(2.6rem, 1.6rem + 3vw, 4.4rem); }
.c752fc8 h1 { max-width: 22ch; }
.c752fc8 .c09913b { margin-top: 1.1rem; }
.c889692 { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }

.c6119c8 { font-size: .8rem; color: var(--body-light); margin-bottom: 1.1rem; }
.c6119c8 a:hover { color: var(--gold); }
.c6119c8 span { color: var(--line); margin: 0 .45rem; }

 
.c1b65cd {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 1rem + 4vw, 5.5rem);
  align-items: center;
}
.c1b65cd + .c1b65cd { margin-top: var(--section); }
 
.c14a4b0 { align-items: start; }
.cf2444d .cbb3266 { order: 2; }
.c5c8008 img,
.c5c8008 .c24d2bf { border-radius: var(--radius); box-shadow: 0 18px 40px -22px rgba(21,20,15,.4); }
.cbb3266 .c09913b { margin-top: 1rem; }
.cbb3266 .ca5042d { margin-top: 1.4rem; }

 
.cecbc4a { margin-top: 2.2rem; border-top: 1px solid var(--line); }
.c970dbd { border-bottom: 1px solid var(--line); }
.c970dbd > a, .c970dbd > .ca73ff0 {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .95rem 0;
  font-size: .96rem; font-weight: 700; color: var(--ink);
}
.c970dbd > a:hover { color: var(--gold); }
.c970dbd > a::after {
  content: "+"; font-family: var(--sans); font-weight: 400; font-size: 1.1rem;
  color: var(--gold); line-height: 1;
}
.ca9ffca .cecbc4a, .c7264c7 .cecbc4a { border-color: var(--line-dark); }
.ca9ffca .c970dbd, .c7264c7 .c970dbd { border-color: var(--line-dark); }
.ca9ffca .c970dbd > a, .c7264c7 .c970dbd > a { color: #fff; }

 
.c2d9b4d { display: grid; gap: 1.4rem; }
.c2a77d3 { grid-template-columns: repeat(2, 1fr); }
.c0ebcf4 { grid-template-columns: repeat(3, 1fr); }
.c97aea4 { grid-template-columns: repeat(4, 1fr); }

.c002675 {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 16px 34px -22px rgba(21,20,15,.45);
  background: var(--cream-deep);
}
.c6d8c11 { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; transition: transform .5s ease; }
.c002675:hover .c6d8c11 { transform: scale(1.04); }
.c19245b {
  position: absolute; inset: auto 0 0 0;
  padding: 1.5rem 1.35rem 1.25rem;
  background: linear-gradient(to top, rgba(21,20,15,.9) 0%, rgba(21,20,15,.55) 55%, transparent 100%);
}
.c4b168d {
  font-family: var(--serif); font-size: 1.16rem; font-weight: 600; line-height: 1.2; color: #fff;
}
.cbdbb9e { display: block; margin-top: .3rem; font-size: .78rem; color: rgba(255,255,255,.72); }
.cdbcc04 {
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--ink); aspect-ratio: 4 / 3; padding: 1.5rem;
}
.cdbcc04 .ca5042d { color: var(--gold-lift); }

 
.cc83682 { display: grid; gap: 1.4rem; }
.c4a8639 { grid-template-columns: repeat(2, 1fr); }
.cf9eb11 { grid-template-columns: repeat(3, 1fr); }
.c6aeb94 {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem;
  transition: border-color .18s ease, transform .18s ease;
}
a.c6aeb94:hover { border-color: var(--gold); transform: translateY(-2px); }
.c6aeb94 h3 { font-size: 1.1rem; }
.c6aeb94 p { margin-top: .55rem; font-size: var(--t-small); color: var(--body-light); }
.c6aeb94 .ca5042d { margin-top: auto; padding-top: 1.1rem; }
.cd74981 .c6aeb94 { background: var(--paper); }

 
.c59bd2b { position: relative; background: var(--cream); }
.c51e1b6 {
  position: absolute; inset: 0; left: 30%;
  background: var(--cream-deep);
  overflow: hidden;
}
.c51e1b6 iframe {
  width: 100%; height: 100%; border: 0; display: block;
   
  filter: saturate(.6) sepia(.22) contrast(1.04);
}
 
.c51e1b6::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, var(--cream) 0%, rgba(244,241,233,.72) 8%, transparent 26%);
}
 
.c51e1b6:hover iframe, .c51e1b6:focus-within iframe { filter: none; }
.c51e1b6:hover::after, .c51e1b6:focus-within::after { opacity: .35; }
.c51e1b6::after { transition: opacity .25s ease; }
.c51e1b6 iframe { transition: filter .25s ease; }

.c8ed1ac {
  display: inline-flex; align-items: center; gap: .45rem;
  margin-top: 1.1rem; font-size: .82rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gold-lift);
}
.c8ed1ac svg { width: 15px; height: 15px; }
.c8ed1ac:hover { color: #fff; }
 
.c59bd2b .cb68ac8 {
  position: relative; z-index: 2; padding-block: var(--section);
  pointer-events: none;
}
.cd9fe1f { pointer-events: auto; }
.c51e1b6 { z-index: 1; }
.cd9fe1f {
  background: var(--ink); color: rgba(255,255,255,.8);
  border-radius: var(--radius);
  padding: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
  max-width: 30rem;
}
.cd9fe1f h2 { color: #fff; }
.cd9fe1f .c012958 { color: var(--gold-lift); }
.c81174f {
  list-style: none; margin: 1.7rem 0 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.2rem;
}
.c81174f li { display: flex; align-items: flex-start; gap: .55rem; font-size: .93rem; color: #fff; }
.c81174f li::before {
  content: ""; flex: none; width: 9px; height: 5px; margin-top: .52rem;
  border-left: 1.6px solid var(--gold-lift); border-bottom: 1.6px solid var(--gold-lift);
  transform: rotate(-45deg);
}
.cd9fe1f .cb4f46f { margin-top: 2rem; }

 
.c203879 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
.c218fbe { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; border-radius: var(--radius); background: var(--cream-deep); }
.cd447a3 {
  display: block; margin: 1.1rem 0 .45rem;
  font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .14em; color: var(--gold);
}
.cdfa20c h3 { font-size: 1.06rem; }
.cdfa20c p { margin-top: .45rem; font-size: var(--t-small); color: var(--body-light); }

 
.c55bc0d { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.ce549fd {
  font-family: var(--serif); font-size: clamp(2.4rem, 1.6rem + 2.6vw, 3.6rem);
  font-weight: 600; line-height: 1; color: var(--ink);
}
.c7264c7 .ce549fd { color: #fff; }
.cbf7af7 { margin-top: .6rem; font-size: var(--t-small); color: var(--body-light); }
.c7264c7 .cbf7af7 { color: rgba(255,255,255,.68); }

 
.c9f837a { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.cdbc83c {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem; display: flex; flex-direction: column;
}
.c8a031a { color: var(--gold); letter-spacing: .16em; font-size: .95rem; }
.c44f19d { margin-top: .95rem; font-size: .95rem; }
.cf698f4 { margin-top: auto; padding-top: 1.2rem; font-size: var(--t-small); color: var(--body-light); }
.cf698f4 strong { display: block; color: var(--ink); font-weight: 700; }

.c1d745b {
  display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1.3rem;
  padding: 1rem 1.3rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper);
}
.c1331c5 { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--ink); line-height: 1; }

 
.cb425ea {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem 2rem;
  padding-block: 2.2rem;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.ccbbff7 { display: flex; gap: .8rem; align-items: flex-start; }
.cef579d { flex: none; width: 22px; height: 22px; color: var(--gold); }
.ccbbff7 strong { display: block; color: var(--ink); font-size: .95rem; }
.ccbbff7 span { font-size: var(--t-small); color: var(--body-light); }

 
.c1e032d { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table.cf2d9c6 { width: 100%; border-collapse: collapse; font-size: .93rem; min-width: 520px; }
table.cf2d9c6 th, table.cf2d9c6 td { padding: .95rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); }
table.cf2d9c6 thead th {
  background: var(--cream); color: var(--ink);
  font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
table.cf2d9c6 tbody tr:last-child td { border-bottom: 0; }
table.cf2d9c6 td:first-child { color: var(--ink); font-weight: 500; }

 
.c9eb815 { border-top: 1px solid var(--line); }
.ccaa43c { border-bottom: 1px solid var(--line); }
.cd9c84d {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.3rem 0; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--ink);
}
.cd9c84d:hover { color: var(--gold); }
.c9e2f49 { flex: none; position: relative; width: 14px; height: 14px; color: var(--gold); }
.c9e2f49::before, .c9e2f49::after {
  content: ""; position: absolute; background: currentColor; transition: transform .2s ease;
}
.c9e2f49::before { top: 6px; left: 0; width: 14px; height: 1.6px; }
.c9e2f49::after { left: 6px; top: 0; width: 1.6px; height: 14px; }
.cd9c84d[aria-expanded="true"] .c9e2f49::after { transform: scaleY(0); }
.cde7d18 { display: none; padding-bottom: 1.4rem; max-width: 68ch; }
.cd9c84d[aria-expanded="true"] + .cde7d18 { display: block; }

 
.c5aa448 {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.5rem, 1rem + 1.6vw, 2.2rem);
}
.c7264c7 .c5aa448 { border-color: transparent; }
.c5aa448 h2, .c5aa448 h3 { font-size: 1.4rem; }
.c743793 { font-size: .8rem; color: var(--body-light); margin-top: 1rem; }
.c33c171 { display: block; margin-bottom: 1rem; }
.c33c171 > span {
  display: block; margin-bottom: .4rem;
  font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink);
}
.c33c171 input, .c33c171 select, .c33c171 textarea {
  width: 100%; padding: .8rem .9rem;
  background: var(--paper); color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--radius);
}
.c33c171 input:focus, .c33c171 select:focus, .c33c171 textarea:focus { border-color: var(--gold); outline: none; }
.c33c171 textarea { min-height: 110px; resize: vertical; }
.cd697b4 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }

 
.ccfdb1f { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.2rem; }
.ccfdb1f button {
  padding: .55rem 1.1rem; background: none;
  border: 1px solid var(--line); border-radius: 999px; cursor: pointer;
  font-size: .82rem; font-weight: 500; color: var(--body);
}
.ccfdb1f button:hover { border-color: var(--gold); color: var(--ink); }
.ccfdb1f button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.c7cd0ff { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.c7cd0ff figure { margin: 0; }
.c7cd0ff button {
  display: block; width: 100%; padding: 0; border: 0; background: none;
  cursor: zoom-in; border-radius: var(--radius); overflow: hidden;
  position: relative;
}
.c7cd0ff img {
  aspect-ratio: 4/3; width: 100%; object-fit: cover;
  border-radius: var(--radius); transition: transform .5s ease;
}
.c7cd0ff button:hover img { transform: scale(1.04); }
.c7cd0ff button::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  background: rgba(21,20,15,.18); opacity: 0; transition: opacity .2s ease;
}
.c7cd0ff button:hover::after { opacity: 1; }

 
.cb0cb79 {
  position: fixed; inset: 0; z-index: 120;
  display: none; align-items: center; justify-content: center;
  background: rgba(12,11,8,.94);
  padding: clamp(1rem, .5rem + 2vw, 3rem);
}
.cb0cb79[data-open="true"] { display: flex; }
.ce00eb7 {
  margin: 0; max-width: min(1180px, 100%); max-height: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.ceff1d0 {
  max-width: 100%; max-height: calc(100vh - 11rem);
  width: auto; object-fit: contain; border-radius: var(--radius);
}
.cc47170 {
  color: rgba(255,255,255,.8); font-size: .9rem; text-align: center;
}
.cc47170 b { display: block; color: #fff; font-weight: 500; }
.c4a7435 { color: var(--gold-lift); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.c5e4082 {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%; color: #fff; cursor: pointer;
}
.c5e4082:hover { background: var(--gold); border-color: var(--gold); }
.c5e4082 svg { width: 22px; height: 22px; }
.c5c738d { left: clamp(.5rem, .2rem + 1.4vw, 2rem); }
.cc82d5f { right: clamp(.5rem, .2rem + 1.4vw, 2rem); }
.c0fbd74 {
  position: absolute; top: clamp(.75rem, .4rem + 1vw, 1.5rem); right: clamp(.75rem, .4rem + 1vw, 1.5rem);
  transform: none; width: 46px; height: 46px;
}
@media (max-width: 560px) {
  .c5e4082 { width: 42px; height: 42px; }
  .c5c738d { left: .4rem; } .cc82d5f { right: .4rem; }
}
.is-hidden { display: none !important; }

 
.c24d2bf {
  display: flex; align-items: center; justify-content: center; text-align: center;
  background:
    repeating-linear-gradient(45deg, var(--cream) 0 12px, var(--cream-deep) 12px 24px);
  color: var(--body-light);
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  aspect-ratio: 4/3; padding: 1rem;
}

 
.c6a59c3 { background: var(--ink); color: rgba(255,255,255,.8); }
.c6a59c3 .cb68ac8 { padding-block: var(--section); }
.c0a9d0a { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,26rem); gap: clamp(2rem,1rem+3vw,4rem); align-items: center; }
.c6a59c3 h2 { color: #fff; }
.c6a59c3 .c012958 { color: var(--gold-lift); }
.c6b0872 { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.c19500c { background: var(--ink); color: rgba(255,255,255,.72); font-size: .9rem; border-top: 1px solid var(--line-dark); }
.c19500c .cb68ac8 { padding-block: clamp(3rem, 2rem + 3vw, 4.5rem); }
.c9e419f { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; }
.c19500c h3 {
  font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; color: var(--gold-lift); margin-bottom: 1.1rem;
}
.c19500c ul { list-style: none; margin: 0; padding: 0; }
.c19500c li { margin-bottom: .55rem; }
.c19500c a:hover { color: #fff; }
.c8c7f2e .c220d10 { color: #fff; }
.c8c7f2e .c4f4540 .ccd1742,
.c8c7f2e .ccd1742 { border-color: var(--gold-lift); }
.c57a238 { margin-top: 1.2rem; font-size: .82rem; color: rgba(255,255,255,.55); }
 
.cf3cbf5 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .1rem .7rem;
  margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark);
  font-style: normal; font-size: .875rem; color: rgba(255,255,255,.72);
}
.cf3cbf5 a { color: #fff; font-weight: 700; }
.cf0ab24 { color: #fff; font-weight: 700; }
.ce90166 { color: rgba(255,255,255,.28); }
.cf3cbf5 + .cc33c9a { margin-top: 1.5rem; padding-top: 1.5rem; }
@media (max-width: 600px) {
  .ce90166 { display: none; }
  .cf3cbf5 { flex-direction: column; gap: .35rem; }
}
.cc33c9a {
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
  margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark);
  font-size: .78rem; color: rgba(255,255,255,.5);
}
.c3a4445 { display: flex; flex-wrap: wrap; gap: 1.2rem; }

 
.c6885bf {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: none; gap: 1px;
  background: var(--line-dark);
  box-shadow: 0 -8px 24px -12px rgba(21,20,15,.5);
}
.c6885bf a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem .5rem; background: var(--ink); color: #fff;
  font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
}
.c6885bf a + a { background: var(--gold); }

 
@media (max-width: 1024px) {
  .c97aea4 { grid-template-columns: repeat(2, 1fr); }
  .c203879 { grid-template-columns: repeat(3, 1fr); }
  .c55bc0d { grid-template-columns: repeat(2, 1fr); }
  .c9f837a { grid-template-columns: 1fr; }
  .cf9eb11 { grid-template-columns: repeat(2, 1fr); }
  .c9e419f { grid-template-columns: 1fr 1fr; }
  .cb425ea { grid-template-columns: 1fr 1fr; }
  .c51e1b6 { left: 0; opacity: .35; }
  .c0a9d0a { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .c2a3eed { display: flex; }
  .c7a7631 .cb68ac8 { min-height: 68px; }
  .c7a7631 .cb4f46f { display: none; }

  .c54c4bf {
    position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 5.2rem 1.4rem 2rem;
    background: var(--paper); border-left: 1px solid var(--line);
    overflow-y: auto; transform: translateX(100%); transition: transform .26s ease;
    z-index: 90;
  }
  .c54c4bf[data-open="true"] { transform: none; }

   
  body.c70ed7e .c7a7631 { z-index: 100; }

  .c7b0c90 {
    display: flex; align-items: center; justify-content: center;
    position: absolute; top: 1rem; right: 1.2rem;
    width: 42px; height: 42px; padding: 0;
    background: none; border: 1px solid var(--line); border-radius: var(--radius);
    color: var(--ink); cursor: pointer;
  }
  .c7b0c90 svg { width: 20px; height: 20px; }
  .c0efb2e { padding: .85rem .2rem; font-size: 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .c2c91ba { width: 100%; }
  .cfcef85 {
    position: static; transform: none; min-width: 0; opacity: 1; visibility: visible;
    pointer-events: auto; box-shadow: none; border: 0; border-bottom: 1px solid var(--line);
    padding: .4rem 0 1rem; display: none;
  }
  .c2c91ba[data-open="true"] .cfcef85 { display: block; }
  .c2c91ba:hover > .cfcef85, .c2c91ba:focus-within > .cfcef85 { display: none; }
  .c2c91ba[data-open="true"]:hover > .cfcef85 { display: block; }
  .ca7d971 { grid-template-columns: 1fr; }
  .ccba357 { display: none; }
   
  .c7a7631 .c1d66b9 { display: flex; margin-top: 1.4rem; }
  .c5f55e1 { display: block; }

  .c9d58d8 {
    position: fixed; inset: 0; background: rgba(21,20,15,.45); z-index: 85;
    opacity: 0; visibility: hidden; transition: opacity .22s ease;
  }
  .c9d58d8[data-open="true"] { opacity: 1; visibility: visible; }

  .c1b65cd { grid-template-columns: 1fr; }
  .cf2444d .cbb3266 { order: 0; }
  .c5c8008 { order: -1; }
  .c203879 { grid-template-columns: repeat(2, 1fr); }
  .c7cd0ff { grid-template-columns: repeat(2, 1fr); }
  .c6885bf { display: flex; }
  body { padding-bottom: 52px; }
   
  .cd05541 { display: none; }
  .c3ec329 { display: none; }
  .c5f55e1 {
    margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line);
  }
  .c5f55e1 .c0efb2e { font-size: .95rem; color: var(--body); }
}

@media (max-width: 560px) {
  .c2a77d3, .c0ebcf4, .c97aea4, .c4a8639, .cf9eb11 { grid-template-columns: 1fr; }
  .c203879 { grid-template-columns: 1fr; }
  .c55bc0d, .cb425ea { grid-template-columns: 1fr; }
  .c9e419f { grid-template-columns: 1fr; }
  .c7cd0ff { grid-template-columns: 1fr; }
  .cd697b4 { grid-template-columns: 1fr; }
  .c81174f { grid-template-columns: 1fr; }
  .c702c76 { margin-top: -2.2rem; }
}

@media print {
  .cd05541, .c7a7631, .c6885bf, .c6a59c3, .c9d58d8 { display: none !important; }
  body { color: #000; }
}

 

 
 
:root { --head-h: 92px; }
 
html, body { overflow-x: clip; }
[id] { scroll-margin-top: var(--head-h); }
@media (max-width: 880px) { :root { --head-h: 76px; } }

 
 
.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s cubic-bezier(.22,.61,.36,1),
              transform .8s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.js-reveal [data-reveal="fade"]  { transform: none; }
.js-reveal [data-reveal="left"]  { transform: translateX(-26px); }
.js-reveal [data-reveal="right"] { transform: translateX(26px); }
.js-reveal [data-reveal].is-in { opacity: 1; transform: none; }

 
.js-reveal [data-reveal="zoom"] { opacity: 0; transform: none; }
.js-reveal [data-reveal="zoom"] > img,
.js-reveal [data-reveal="zoom"] > .c24d2bf {
  transform: scale(1.06);
  transition: transform 1.4s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--d, 0ms);
}
.js-reveal [data-reveal="zoom"].is-in { opacity: 1; }
.js-reveal [data-reveal="zoom"].is-in > img,
.js-reveal [data-reveal="zoom"].is-in > .c24d2bf { transform: none; }

 
.ce549fd[data-count] { font-variant-numeric: tabular-nums; }

@media (prefers-reduced-motion: reduce) {
  .js-reveal [data-reveal],
  .js-reveal [data-reveal] > img,
  .js-reveal [data-reveal] > .c24d2bf {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

 
.c0efb2e.is-active,
.c206263 a.is-active { color: var(--gold); }
.c206263 a.is-active { color: var(--gold-lift); }

 
.c07414e {
  position: fixed; top: 0; left: 0; height: 2px; width: 100%;
  transform: scaleX(0); transform-origin: 0 50%;
  background: var(--gold); z-index: 70; pointer-events: none;
}

 
 
.c947c39 { position: relative; background: var(--paper); }
.c11cac7 { background: var(--cream); }
.c414039 { background: var(--ink); }
.c414039 h2, .c414039 h3 { color: #fff; }
.c414039 p, .c414039 li { color: rgba(255,255,255,.78); }
.c414039 .c012958 { color: var(--gold-lift); }
.c414039 .cecbc4a, .c414039 .c970dbd { border-color: var(--line-dark); }
.c414039 .c970dbd > a { color: #fff; }
.c414039 .c970dbd > a:hover { color: var(--gold-lift); }

.c1175fc {
  display: grid;
  grid-template-columns: 1.12fr .88fr;    
  align-items: stretch;
  min-height: min(88vh, 860px);
}
.cdf5f95 .c1175fc { grid-template-columns: .88fr 1.12fr; }
.cdf5f95 .ccef1f1 { order: 2; }

 
.ccef1f1 {
  position: sticky;
  top: var(--head-h);
  align-self: start;
  height: calc(100vh - var(--head-h));
  min-height: 520px;
  overflow: hidden;
  overflow: clip;
  background: var(--cream-deep);
}
.ccef1f1 > img,
.ccef1f1 > .c24d2bf {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 0;
}
 
@media (prefers-reduced-motion: no-preference) {
  .ccef1f1 > img { transition: transform 1.2s cubic-bezier(.22,.61,.36,1); }
  .c947c39:hover .ccef1f1 > img { transform: scale(1.035); }
}

 
.caa96c1 {
  position: absolute; left: 0; bottom: clamp(1.5rem, 4vw, 3rem);
   
  background: var(--ink); color: #fff;
  padding: 1rem clamp(1.2rem, 2vw, 1.8rem);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 18px 40px -22px rgba(21,20,15,.6);
  max-width: 22rem;
}
.caa96c1 strong {
  display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  color: #fff; line-height: 1;
}
.caa96c1 span {
  display: block; margin-top: .4rem;
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-lift);
}
.cdf5f95 .caa96c1 {
  left: auto; right: 0;
  border-radius: var(--radius) 0 0 var(--radius);
}

.c7cae1c {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(2.5rem, 1.5rem + 4vw, 5.5rem) clamp(1.25rem, .55rem + 2.8vw, 3.5rem);
  max-width: 46rem;
}
.c947c39:not(.cdf5f95) .c7cae1c { padding-right: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.cdf5f95 .c7cae1c { padding-left: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.c7cae1c > .c09913b { margin-top: 1.1rem; }
.c7cae1c .c4be6e9 { margin-top: 1.5rem; }
.c7cae1c .c4be6e9 p { font-size: .97rem; }
.cf5b556 { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.6rem; margin-top: 2rem; }

 
.c92433f { margin-top: 2.2rem; border-top: 1px solid var(--line); }
.c414039 .c92433f { border-color: var(--line-dark); }
.c79c9f6 { border-bottom: 1px solid var(--line); }
.c414039 .c79c9f6 { border-color: var(--line-dark); }
.c79c9f6 > * {
  display: grid; grid-template-columns: auto 1fr; gap: .15rem 1rem;
  padding: .95rem 0;
}
.c577a91 {
  grid-column: 1 / -1;
  font-family: var(--serif); font-size: 1.02rem; font-weight: 600; color: var(--ink);
}
.c414039 .c577a91 { color: #fff; }
.cafcc7e { grid-column: 1 / -1; font-size: .875rem; color: var(--body-light); margin: 0; }
.c414039 .cafcc7e { color: rgba(255,255,255,.62); }
.c79c9f6:target .c577a91 { color: var(--gold); }

 
.ce654a0 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.ce654a0 figure { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; overflow: clip; background: var(--cream-deep); }
.ce654a0 img, .ce654a0 .c24d2bf { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.ce654a0 figcaption {
   
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: .7rem .9rem;
  background: rgba(21,20,15,.82);
  color: #fff; font-size: .78rem; letter-spacing: .05em;
}

 
.c51fbd2 { display: grid; }
.c51fbd2 .c351f11 { height: 100%; }
.c51fbd2::after { display: none; }
 
 
.c670a3e .cf239ba .c702c76 h1 { color: var(--ink); }
.c670a3e .cf239ba .c702c76 p { color: var(--body); }
.c670a3e .cf239ba .c702c76 .c012958 { color: var(--gold-text); }
.c670a3e .cf239ba .c702c76 .c2c599c { background: var(--ink); color: #fff; }
.c670a3e .cf239ba .c702c76 .c2c599c:hover { background: var(--gold); }
.c670a3e .cf239ba .c702c76 .ca5042d { color: var(--ink); }
 
.c670a3e .cf239ba .c351f11 { visibility: hidden; }
.c670a3e .cf239ba .c51fbd2 {
  background:
    repeating-linear-gradient(135deg, rgba(163,131,63,.05) 0 12px, transparent 12px 24px),
    var(--cream-deep);
}

 
 
.c351f11 {
   
  min-width: 0; max-width: 100%; overflow-wrap: anywhere;
   
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding: clamp(1.2rem, 3vw, 2.4rem) 1rem;
  gap: .6rem; text-align: center;
  background:
    repeating-linear-gradient(135deg, rgba(163,131,63,.05) 0 12px, transparent 12px 24px),
    var(--cream-deep);
  color: var(--body-light);
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
}
.c351f11 svg { width: 34px; height: 34px; color: var(--gold); opacity: .65; }
.c351f11 em { font-style: normal; font-size: .72rem; letter-spacing: .04em; text-transform: none; opacity: .85; }
 
.ce654a0 .c351f11 { justify-content: center; }
.ce654a0 .c351f11 svg { width: 26px; height: 26px; }
.ce654a0 .c351f11 em, .ce654a0 .c351f11 { font-size: 0; }
.ce654a0 .c351f11 svg { font-size: 1rem; }

 
 
.cbfdced { background: var(--ink); color: rgba(255,255,255,.78); }
.cbfdced .cb68ac8 {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.2rem 2rem; padding-block: clamp(2rem, 1.4rem + 1.8vw, 3rem);
}
.cbfdced h2 { color: #fff; font-size: clamp(1.35rem, 1.1rem + .8vw, 1.85rem); max-width: 26ch; }
.cbfdced p { margin-top: .5rem; max-width: 52ch; font-size: .92rem; }
.c460d36 { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.4rem; max-width: 100%; }
.c08be0d { background: var(--cream); color: var(--body); border-block: 1px solid var(--line); }
.c08be0d h2 { color: var(--ink); }

 
.cda847d {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--serif); font-size: clamp(1.25rem, 1rem + .8vw, 1.7rem);
  font-weight: 600; color: #fff; letter-spacing: -.01em;
}
.cda847d svg { width: 22px; height: 22px; color: var(--gold-lift); flex: none; }
.cda847d:hover { color: var(--gold-lift); }
.c08be0d .cda847d { color: var(--ink); }
.c08be0d .cda847d svg { color: var(--gold); }
.c08be0d .cda847d:hover { color: var(--gold); }

 
.ca84849 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 2.5rem; }
 
.ca84849 > * { min-width: 0; }
.c9e7fe0 { margin-top: 1.6rem; font-size: .82rem; color: var(--body-light); max-width: 70ch; }

 
.cbd5359 { margin-top: 2.4rem; }
.cbd5359 > .c012958 { display: block; margin-bottom: .8rem; }
.cbd5359 .c9eb815 { border-top: 1px solid var(--line); }
.c414039 .cbd5359 .c9eb815, .c414039 .cbd5359 .ccaa43c { border-color: var(--line-dark); }
.c414039 .cbd5359 .cd9c84d { color: #fff; }
.cbd5359 .cd9c84d { font-size: .95rem; padding-block: 1rem; }
.cbd5359 .cde7d18 { font-size: .9rem; }
.cbd5359 .cde7d18 table { font-size: .85rem; }

 
.cf973b2 { display: grid; gap: 2.8rem; }
.cc3326a > h3 {
  font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .6rem;
}

 
 
.c919c6e { background: var(--ink); }
.c919c6e h2, .c919c6e h3 { color: #fff; }
.c919c6e > .cb68ac8 > .ce2bbe1 > div > p { color: rgba(255,255,255,.78); }
.c919c6e .c012958 { color: var(--gold-lift); }
.c919c6e .c5aa448 h3 { color: var(--ink); }
.ce2bbe1 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 3vw, 4rem); align-items: start; }
.c8302dd { margin: 1.8rem 0 0; padding: 0; list-style: none; display: grid; gap: 1rem; }
.c8302dd li { display: flex; gap: .8rem; align-items: flex-start; color: rgba(255,255,255,.78); font-size: .93rem; }
.c8302dd svg { flex: none; width: 20px; height: 20px; color: var(--gold-lift); margin-top: .15rem; }
.cc16988 {
  margin-top: 2.4rem; padding-top: 1.6rem; border-top: 1px solid var(--line-dark);
  font-style: normal; font-size: .9rem; line-height: 1.9; color: rgba(255,255,255,.7);
}
.cc16988 a { color: #fff; font-weight: 700; }
.c919c6e .c5aa448 { background: var(--paper); border-color: transparent; }

 
@media (max-width: 1024px) {
   
  .c1175fc, .cdf5f95 .c1175fc {
    display: flex; flex-direction: column; min-height: 0;
  }
  .c7cae1c { order: 1; }
  .ccef1f1, .cdf5f95 .ccef1f1 { order: 2; }
   
  .ccef1f1 { position: relative; top: auto; height: clamp(340px, 52vw, 560px); min-height: 0; }
  .c7cae1c,
  .c947c39:not(.cdf5f95) .c7cae1c,
  .cdf5f95 .c7cae1c { padding-inline: var(--shell-pad); max-width: none; }
  .ca84849 { grid-template-columns: 1fr; }
  .ce2bbe1 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .c9d9909 { columns: 2 !important; }
  .ce654a0 { grid-template-columns: 1fr 1fr; }
  .ce654a0 figure:nth-child(3) { display: none; }
   
  .cbfdced .cb68ac8 { flex-direction: column; align-items: stretch; flex-wrap: nowrap; }
  .c460d36 { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .c460d36 .cb4f46f { width: 100%; text-align: center; justify-content: center; }
}
@media (max-width: 560px) {
  .c9d9909 { columns: 1 !important; }
  .ce654a0 { grid-template-columns: 1fr; }
  .ce654a0 figure:nth-child(3) { display: block; }
   
  .caa96c1,
  .cdf5f95 .caa96c1 {
    left: 0; right: auto; bottom: 0; max-width: none;
    padding: .85rem 1.1rem; border-radius: 0 var(--radius) 0 0;
  }
  .caa96c1 strong { font-size: 1.3rem; }
  .ccef1f1 { height: clamp(260px, 62vw, 400px); }
}

 
.cc43d77 { display: grid; gap: clamp(2rem, 1rem + 3vw, 4rem); align-items: center; }
.c685e74 { position: relative; overflow: clip; border-radius: var(--radius-lg); }
.c685e74 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.c010df1 h2 { margin-top: .4rem; }
.c010df1 .c09913b { margin-top: 1rem; }
.cc02581 { list-style: none; margin: 1.9rem 0 2.2rem; padding: 0; display: grid; gap: 1.1rem; }
.cc02581 li { display: grid; gap: .2rem; }
.cc02581 strong { color: var(--ink); font-size: .95rem; }
.cc02581 span { font-size: .92rem; color: var(--body); }
@media (min-width: 900px) {
  .cc43d77 { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
  .c685e74 { max-height: 620px; }
}

 

 
 
.ce96066 .cc02f98 { padding-bottom: 0; }
.ce96066 .cb185f7 { display: none; }
.ce96066 .cc02f98 > .cb68ac8 { max-width: none; padding: 0; }
.ce96066 .c702c76 {
  display: grid; grid-template-columns: 1fr 1fr;
  margin: 0; max-width: none; border-radius: 0; padding: 0;
  background: var(--cream); color: var(--body);
  min-height: min(78vh, 760px);
}
.ce96066 .c702c76 > * { grid-column: 1; max-width: 100%; }
.ce96066 .c702c76 {
  align-content: center;
  padding: clamp(2.5rem, 1.5rem + 4vw, 5rem) clamp(1.25rem, .55rem + 2.8vw, 4rem);
}
.ce96066 .c702c76 h1 { color: var(--ink); max-width: 15ch; }
.ce96066 .c702c76 p { color: var(--body); }
.ce96066 .c702c76 .c012958 { color: var(--gold-text); }
 
.ce96066 .c702c76 { position: relative; }
.ce96066 .c9e62f3 {
  position: absolute; top: 0; right: 0; bottom: 0; width: 50%;
  overflow: clip; background: var(--cream-deep);
}
.ce96066 .c9e62f3 > img, .ce96066 .c9e62f3 > .c24d2bf {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.ce96066 .c2c599c { background: var(--ink); color: #fff; }
.ce96066 .c2c599c:hover { background: var(--gold); }
.ce96066 .c702c76 .ca5042d { color: var(--ink); }

 
 
.c670a3e .cc02f98 { padding-bottom: 0; }
.c670a3e .cb185f7 { height: clamp(520px, 46vw + 260px, 860px); }
 
.c670a3e .cb185f7::after {
  background: linear-gradient(180deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.46) 45%, rgba(0,0,0,.62) 100%);
}
 
.c670a3e .c702c76 p, .c670a3e .ceb86f5 p { color: #fff; }
.c670a3e .cc02f98 > .cb68ac8 {
  position: absolute; inset: 0; display: grid; place-items: center;
  z-index: 2; pointer-events: none;
}
.c670a3e .c702c76 {
  background: none; margin: 0; max-width: 44rem; text-align: center;
  padding: 0; pointer-events: auto;
}
.c670a3e .c702c76 p { margin-inline: auto; }
.c670a3e .c659065 { justify-content: center; }
.c670a3e .cc02f98 { position: relative; }

 
 
.cd19f6e .cc02f98 { padding-bottom: 0; display: flex; flex-direction: column-reverse; }
.cd19f6e .cb185f7 { height: clamp(300px, 34vw, 520px); }
.cd19f6e .cb185f7::after { background: none; }
.cd19f6e .cc02f98 > .cb68ac8 { padding-block: clamp(2.6rem, 1.6rem + 3.5vw, 5rem); }
.cd19f6e .c702c76 {
  background: none; color: var(--body); margin: 0; padding: 0; max-width: 58rem;
}
.cd19f6e .c702c76 h1 { color: var(--ink); }
.cd19f6e .c702c76 p { color: var(--body); max-width: 58ch; }
.cd19f6e .c702c76 .c012958 { color: var(--gold-text); }
.cd19f6e .c2c599c { background: var(--ink); color: #fff; }
.cd19f6e .c702c76 .ca5042d { color: var(--ink); }

 
 
.cbb0928 .cc02f98 { padding-bottom: 0; background: var(--ink); }
.cbb0928 .cb185f7 { display: none; }
.cbb0928 .cc02f98 > .cb68ac8 { padding-block: clamp(4rem, 2rem + 7vw, 8.5rem); }
 
.cbb0928 .c702c76 {
  background: none; margin: 0; padding: 0; max-width: none; border-radius: 0;
}
.cbb0928 .c702c76 h1 {
  font-size: clamp(2.6rem, 1.2rem + 5.6vw, 5.6rem); line-height: .95;
  text-transform: uppercase; max-width: 16ch;
}
.cbb0928 .c702c76 p { max-width: 46ch; font-size: 1.06rem; }
.cbb0928 .c702c76 .c012958 { white-space: nowrap; }
.cbb0928 .c0b18ba { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.cbb0928 .c0b18ba figure {
  position: relative; margin: 0; aspect-ratio: 1; overflow: clip; background: var(--cream-deep);
}
.cbb0928 .c0b18ba img, .cbb0928 .c0b18ba .c24d2bf {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}

 
 
 
.c24ba15 .c1175fc { display: flex; flex-direction: column; min-height: 0; }
.c24ba15 .c7cae1c { order: 1; }
.c24ba15 .ccef1f1 { order: 2; }
.c24ba15 .ccef1f1 {
  position: relative; top: auto; height: clamp(340px, 40vw, 620px);
  width: 100%; min-height: 0;
}
.c24ba15 .c7cae1c,
.c24ba15 .c947c39:not(.cdf5f95) .c7cae1c,
.c24ba15 .cdf5f95 .c7cae1c {
  max-width: calc(var(--shell) + var(--shell-pad) * 2);
  margin-inline: auto;
  padding: clamp(2.5rem, 1.5rem + 3vw, 4.5rem) var(--shell-pad);
}
 
@media (min-width: 900px) {
  .c24ba15 .c7cae1c > .c09913b,
  .c24ba15 .c7cae1c > .c4be6e9 { max-width: 68ch; }
  .c24ba15 .c92433f { columns: 2; column-gap: 3.5rem; }
  .c24ba15 .c79c9f6 { break-inside: avoid; }
  .c24ba15 .c79c9f6:first-child { border-top: 0; }
}

 
 
.c18228f .c1175fc {
  grid-template-columns: 1fr 1fr; min-height: 0; align-items: center;
  max-width: calc(var(--shell) + var(--shell-pad) * 2);
  margin-inline: auto; gap: clamp(2rem, 1rem + 3vw, 4.5rem);
  padding: clamp(3rem, 1.5rem + 4vw, 6rem) var(--shell-pad);
}
.c18228f .cdf5f95 .c1175fc { grid-template-columns: 1fr 1fr; }
.c18228f .ccef1f1 {
  position: relative; top: auto; height: clamp(420px, 46vw, 720px);
  min-height: 0; border-radius: var(--radius-lg);
}
.c18228f .c7cae1c,
.c18228f .c947c39:not(.cdf5f95) .c7cae1c,
.c18228f .cdf5f95 .c7cae1c { padding: 0; max-width: none; }
@media (max-width: 1024px) {
  .c18228f .c1175fc { grid-template-columns: 1fr; }
  .c18228f .ccef1f1 { height: clamp(320px, 52vw, 520px); }
}

 
 
.c0a8ae2 .cfcef85 { display: none !important; }
.c0a8ae2 .c5ca0ed { display: none; }
.c0a8ae2 .cd05541 { border-bottom: 0; }

 
 
@media (min-width: 881px) {
  .c05d99e .c7a7631 .cb68ac8 {
    display: grid; grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "spacer brand actions" "nav nav nav";
    gap: .4rem 1rem; padding-block: 1.1rem;
  }
  .c05d99e .c6420f7 { grid-area: brand; margin: 0; justify-content: center; }
  .c05d99e .c3ec329 { grid-area: actions; justify-content: flex-end; }
  .c05d99e .c54c4bf { grid-area: nav; justify-content: center; gap: .4rem; }
  .c05d99e .cfcef85 { display: none !important; }
  .c05d99e .c5ca0ed { display: none; }
}

 
.c555d4c {
  position: fixed; right: 0; top: 50%; z-index: 75;
  transform: translate(0, -50%) rotate(180deg);
  writing-mode: vertical-rl;
  padding: 1.2rem .7rem; border: 0; cursor: pointer;
  background: var(--ink); color: #fff;
  font-family: var(--sans); font-size: .78rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  border-radius: 0 0 var(--radius) var(--radius);
}
.c555d4c:hover { background: var(--gold); }
@media (max-width: 880px) { .c555d4c { display: none; } }

 
.c4fe50c[hidden] { display: none !important; }
.c4fe50c {
  position: fixed; inset: 0; z-index: 120;
  display: grid; place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: rgba(21,20,15,.62);
  overflow-y: auto;
}
.c3e773f {
  position: relative; width: min(560px, 100%);
  background: var(--paper); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 1rem + 2vw, 2.6rem);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.65);
}
.c564416 {
  position: absolute; top: .8rem; right: .8rem;
  width: 40px; height: 40px; display: grid; place-items: center;
  background: none; border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--ink); cursor: pointer;
}
.c564416:hover { background: var(--cream); }
.c564416 svg { width: 20px; height: 20px; }
@media (prefers-reduced-motion: no-preference) {
  .c4fe50c { animation: modal-in .18s ease both; }
  .c3e773f { animation: box-in .22s cubic-bezier(.22,.61,.36,1) both; }
  @keyframes modal-in { from { opacity: 0; } }
  @keyframes box-in { from { opacity: 0; transform: translateY(14px); } }
}

 
 
.c35e034 { background: var(--cream); border-bottom: 1px solid var(--line); }
.c35e034 .cb68ac8 {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(1.5rem, 1rem + 2vw, 3.5rem);
  align-items: center; padding-block: clamp(2rem, 1.4rem + 2vw, 3.4rem);
}
.c35e034 h2 { font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem); max-width: 18ch; }
.c35e034 p { margin-top: .6rem; font-size: .92rem; max-width: 46ch; }
.c35e034 .c5aa448 { background: var(--paper); }
@media (max-width: 880px) { .c35e034 .cb68ac8 { grid-template-columns: 1fr; } }

 
@media (max-width: 900px) {
  .ce96066 .c702c76 { grid-template-columns: 1fr; min-height: 0; }
  .ce96066 .c9e62f3 {
    position: static; width: auto; grid-column: 1; grid-row: 2;
    height: clamp(280px, 56vw, 440px);
  }
  .cbb0928 .c0b18ba { grid-template-columns: 1fr 1fr; }
  .c670a3e .cb185f7 { height: clamp(460px, 92vw, 640px); }
}

 
:root {
  --ink:        #10231c;
  --ink-soft:   #1b3229;
  --body:       #455049;
  --body-light: #616d65;
  --gold:       #3f7d5c;
  --gold-lift:  #6faa87;
  --gold-text:  #3b7556;    
  --ph-text:    #5b665f;        
  --paper:      #ffffff;
  --cream:      #f1f4ef;
  --cream-deep: #e2e8de;
  --line:       #d7ded7;

  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans:  "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --radius:    14px;
  --radius-lg: 20px;

  --t-display: clamp(2.81rem, 1.73rem + 3.10vw, 4.32rem);
  --t-h1:      clamp(2.27rem, 1.62rem + 1.90vw, 3.13rem);
  --t-h2:      clamp(1.78rem, 1.40rem + 1.10vw, 2.27rem);
  --t-h3:      clamp(1.30rem, 1.14rem + 0.45vw, 1.57rem);
}

 
* { font-variation-settings: normal; }

 
h1, h2, h3, .ce549fd, .cda847d, .caa96c1 strong {
  letter-spacing: normal;
}

.cb4f46f { border-radius:999px; }
.c33c171 input, .c33c171 select, .c33c171 textarea { border-radius: var(--radius); }

.c012958 { text-transform: uppercase; }

 
.c012958, .ca5042d, .cc3326a > h3 { color: var(--gold-text); }
.c351f11 { color: var(--ph-text); }
.cd447a3 { color: var(--gold-text); }
.c7264c7 .c012958, .c414039 .c012958, .ca9ffca .c012958,
.c919c6e .c012958, .cbfdced .c012958,
.cd9fe1f .c012958, .c19500c h3,
.c4ad2db .c702c76 .c012958,
.cbb0928 .c702c76 .c012958,
.c670a3e .cc02f98:not(.cf239ba) .c702c76 .c012958 { color: var(--gold-lift); }
.c7264c7 .ca5042d, .c414039 .ca5042d, .ca9ffca .ca5042d,
.c919c6e .ca5042d, .cbfdced .ca5042d,
.c4ad2db .c702c76 .ca5042d,
.cbb0928 .c702c76 .ca5042d,
.c670a3e .cc02f98:not(.cf239ba) .c702c76 .ca5042d { color: var(--gold-lift); }

 
.c08be0d .c012958, .c08be0d .ca5042d { color: var(--gold-text); }
