 

 
: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;
}

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

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

.c254731 { padding-block: var(--section); }
.c43c089 { padding-block: calc(var(--section) * .62); }
.c911d6e { background: var(--cream); }
.c179093 { background: var(--ink); }

 
.c179093,
.c179093 p,
.cb7eb39, .cb7eb39 p { color: rgba(255,255,255,.78); }
.c179093 h1, .c179093 h2, .c179093 h3,
.cb7eb39 h1, .cb7eb39 h2, .cb7eb39 h3 { color: #fff; }
.c179093 .c726889, .cb7eb39 .c726889 { color: var(--gold-lift); }

 
.c726889 {
  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;
}
.c5d4695 {
  font-size: var(--t-lede);
  line-height: 1.62;
  color: var(--body);
  max-width: 60ch;
}
.cab4f09 { max-width: 44rem; margin-bottom: clamp(2rem, 1rem + 2.4vw, 3.25rem); }
.ce8298d { margin-inline: auto; text-align: center; }
.ce8298d .c5d4695 { margin-inline: auto; }
.cab4f09 h2 + .c5d4695 { margin-top: 1.1rem; }

 
.cf4ea17 h2 { margin-top: 2.6em; }
.cf4ea17 h2:first-child { margin-top: 0; }
.cf4ea17 h3 { margin-top: 1.9em; margin-bottom: .5em; font-size: 1.18rem; }
.cf4ea17 > h2 + p { margin-top: 1rem; }
.cf4ea17 ul, .cf4ea17 ol { margin: 0 0 1.2em; padding-left: 1.15rem; }
.cf4ea17 li { margin-bottom: .5em; }
.cf4ea17 li::marker { color: var(--gold); }
.cf4ea17 strong { color: var(--ink); font-weight: 700; }
 
.c179093 .cf4ea17 strong,
.c2a01d8 .cf4ea17 strong,
.cb7eb39 .cf4ea17 strong,
.c801c8b .cf4ea17 strong { color: #fff; }
.cf4ea17 a:not(.c7aa66c):not(.cf41130) {
  color: var(--ink); text-decoration: underline;
  text-decoration-color: var(--gold); text-underline-offset: 3px;
}
.cf4ea17 a:not(.c7aa66c):not(.cf41130):hover { color: var(--gold); }

 
.c7aa66c {
  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;
}
.c6dd0f2 { background: var(--ink); color: #fff; }
.c6dd0f2:hover { background: var(--gold); }
.cf91cb7 { background: transparent; color: var(--ink); border-color: var(--ink); }
.cf91cb7:hover { background: var(--ink); color: #fff; }
.c773ee1 { background: #fff; color: var(--ink); }
.c773ee1:hover { background: var(--gold); color: #fff; }
.cc533f2 { width: 100%; }

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

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

.ce57244 {
  position: sticky; top: 0; z-index: 60;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.ce57244 .c29d3e4 {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: 84px;
}
 
.ca4120d {
  display: flex; align-items: center; gap: .7rem; margin-right: auto; flex: none;
   
  --lockup: clamp(.68rem, .44rem + .5vw, .82rem);
}
.cb47169 {
  width: calc(var(--lockup) * 3.1); height: calc(var(--lockup) * 3.1);
  color: var(--ink); flex: none;
}
.c934fc4 { display: flex; flex-direction: column; gap: .18em; min-width: 0; }
.c5cf2f3 {
  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;
}

 
.ca8ca66 { flex-direction: row-reverse; }
.c3ea683 .c5cf2f3 + .c5cf2f3 {
  margin-top: .3em; padding-top: .34em; border-top: 1px solid var(--gold);
}
.c64d155 .c934fc4 { padding-left: .65rem; border-left: 2px solid var(--gold); }
.c17603a .cb47169 {
  box-sizing: content-box; padding: .3rem .34rem;
  background: var(--gold); color: var(--cream); border-radius: var(--radius);
}
.c8bf018 .c934fc4 {
  padding-bottom: .32rem; border-bottom: 1.5px solid var(--gold);
}
.c3267a9 .c5cf2f3 {
  font-family: var(--serif); font-weight: 400; letter-spacing: .22em;
  text-transform: uppercase;
}

 
.cd54abc { display: flex; align-items: center; gap: .1rem; }
.c831c96 { position: relative; }
.cf8fd8a {
  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) {
  .cf8fd8a { padding: .6rem .45rem; font-size: .85rem; }
  .ce57244 .c7aa66c { padding: .8rem 1rem; font-size: .72rem; }
  .ccc5fe6 { gap: .9rem; }
  .ced51bc { font-size: 1.14rem; }
  .ced51bc svg { width: 17px; height: 17px; }
  .c5cf2f3 { letter-spacing: .11em; }
}
.cf8fd8a:hover, .c831c96[aria-expanded="true"] .cf8fd8a { color: var(--gold); }
.cf8fd8a[aria-current="page"] { color: var(--gold); }
.ccc5fe6 { display: flex; align-items: center; gap: 1.4rem; flex: none; }

 
.ced51bc {
  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;
}
.ced51bc svg { width: 21px; height: 21px; color: var(--gold); flex: none; }
.ced51bc:hover { color: var(--gold); }

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

.cef253b {
  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;
}
.c831c96:hover > .cef253b,
.c831c96:focus-within > .cef253b { opacity: 1; visibility: visible; pointer-events: auto; }
.c2a1fdf { display: grid; grid-template-columns: 1fr 1fr; gap: .15rem 2rem; }
.c2c716d { grid-column: 1 / -1; padding-bottom: 1rem; margin-bottom: .9rem; border-bottom: 1px solid var(--line); }
.c2c716d .c726889 { margin-bottom: .5rem; }
.c2c716d p { font-size: var(--t-small); color: var(--body-light); margin: .35rem 0 0; }
.cef253b a.c65b3be {
  display: block; padding: .5rem 0;
  font-size: .93rem; font-weight: 500; color: var(--ink-soft);
  border-bottom: 1px solid transparent;
}
.cef253b a.c65b3be:hover { color: var(--gold); }
.c8cc79d { grid-column: 1 / -1; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }

.c460b6f { display: none; }
.c909f87 { display: none; }

.c65674d { display: none; }

.c4375da {
  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;
}
.c4375da span { display: block; width: 18px; height: 1.5px; background: var(--ink); position: relative; }
.c4375da span::before, .c4375da span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--ink);
}
.c4375da span::before { top: -6px; } .c4375da span::after { top: 6px; }

 
 
.cdb1562 { position: relative; padding-bottom: clamp(2.5rem, 1rem + 4vw, 4.5rem); }
.c2f5156 {
  position: relative;
  height: clamp(390px, 30vw + 220px, 660px);
  background: var(--cream-deep) center/cover no-repeat;
}
.c2f5156::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(21,20,15,.42) 0%, rgba(21,20,15,.08) 55%, transparent 100%);
}
.c17e5ad {
  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;
}
.c17e5ad h1 { color: #fff; font-size: var(--t-display); line-height: 1.02; }
.c17e5ad .c726889 { color: var(--gold-lift); }
.c17e5ad p { color: rgba(255,255,255,.8); margin-top: 1.1rem; max-width: 46ch; }
.cd1fc0d { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

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

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

 
.c006443 {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 1rem + 4vw, 5.5rem);
  align-items: center;
}
.c006443 + .c006443 { margin-top: var(--section); }
 
.cbce228 { align-items: start; }
.ca309b8 .c037e0f { order: 2; }
.c4a1ece img,
.c4a1ece .c5dbd2a { border-radius: var(--radius); box-shadow: 0 18px 40px -22px rgba(21,20,15,.4); }
.c037e0f .c5d4695 { margin-top: 1rem; }
.c037e0f .cf41130 { margin-top: 1.4rem; }

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

 
.c6aa15a { display: grid; gap: 1.4rem; }
.c1897e3 { grid-template-columns: repeat(2, 1fr); }
.c17b3f5 { grid-template-columns: repeat(3, 1fr); }
.c44a027 { grid-template-columns: repeat(4, 1fr); }

.c7a78d5 {
  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);
}
.ccaf61b { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; transition: transform .5s ease; }
.c7a78d5:hover .ccaf61b { transform: scale(1.04); }
.cceff1d {
  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%);
}
.c4f536e {
  font-family: var(--serif); font-size: 1.16rem; font-weight: 600; line-height: 1.2; color: #fff;
}
.ce0ff35 { display: block; margin-top: .3rem; font-size: .78rem; color: rgba(255,255,255,.72); }
.ca3a0bd {
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--ink); aspect-ratio: 4 / 3; padding: 1.5rem;
}
.ca3a0bd .cf41130 { color: var(--gold-lift); }

 
.ccd9e5b { display: grid; gap: 1.4rem; }
.c8ba6fd { grid-template-columns: repeat(2, 1fr); }
.cc53e58 { grid-template-columns: repeat(3, 1fr); }
.c035cfd {
  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.c035cfd:hover { border-color: var(--gold); transform: translateY(-2px); }
.c035cfd h3 { font-size: 1.1rem; }
.c035cfd p { margin-top: .55rem; font-size: var(--t-small); color: var(--body-light); }
.c035cfd .cf41130 { margin-top: auto; padding-top: 1.1rem; }
.c911d6e .c035cfd { background: var(--paper); }

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

.c04c3ff {
  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);
}
.c04c3ff svg { width: 15px; height: 15px; }
.c04c3ff:hover { color: #fff; }
 
.ca2dd19 .c29d3e4 {
  position: relative; z-index: 2; padding-block: var(--section);
  pointer-events: none;
}
.cebc525 { pointer-events: auto; }
.c85542f { z-index: 1; }
.cebc525 {
  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;
}
.cebc525 h2 { color: #fff; }
.cebc525 .c726889 { color: var(--gold-lift); }
.cd1b926 {
  list-style: none; margin: 1.7rem 0 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.2rem;
}
.cd1b926 li { display: flex; align-items: flex-start; gap: .55rem; font-size: .93rem; color: #fff; }
.cd1b926 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);
}
.cebc525 .c7aa66c { margin-top: 2rem; }

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

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

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

.c5ffa7b {
  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);
}
.c5332c5 { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--ink); line-height: 1; }

 
.c48fcaf {
  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);
}
.cb9d838 { display: flex; gap: .8rem; align-items: flex-start; }
.cc60308 { flex: none; width: 22px; height: 22px; color: var(--gold); }
.cb9d838 strong { display: block; color: var(--ink); font-size: .95rem; }
.cb9d838 span { font-size: var(--t-small); color: var(--body-light); }

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

 
.c76b00a { border-top: 1px solid var(--line); }
.cc68573 { border-bottom: 1px solid var(--line); }
.c8a1c65 {
  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);
}
.c8a1c65:hover { color: var(--gold); }
.c479d3b { flex: none; position: relative; width: 14px; height: 14px; color: var(--gold); }
.c479d3b::before, .c479d3b::after {
  content: ""; position: absolute; background: currentColor; transition: transform .2s ease;
}
.c479d3b::before { top: 6px; left: 0; width: 14px; height: 1.6px; }
.c479d3b::after { left: 6px; top: 0; width: 1.6px; height: 14px; }
.c8a1c65[aria-expanded="true"] .c479d3b::after { transform: scaleY(0); }
.cbb58eb { display: none; padding-bottom: 1.4rem; max-width: 68ch; }
.c8a1c65[aria-expanded="true"] + .cbb58eb { display: block; }

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

 
.cd30a30 { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.2rem; }
.cd30a30 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);
}
.cd30a30 button:hover { border-color: var(--gold); color: var(--ink); }
.cd30a30 button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.c59b5be { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.c59b5be figure { margin: 0; }
.c59b5be button {
  display: block; width: 100%; padding: 0; border: 0; background: none;
  cursor: zoom-in; border-radius: var(--radius); overflow: hidden;
  position: relative;
}
.c59b5be img {
  aspect-ratio: 4/3; width: 100%; object-fit: cover;
  border-radius: var(--radius); transition: transform .5s ease;
}
.c59b5be button:hover img { transform: scale(1.04); }
.c59b5be button::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  background: rgba(21,20,15,.18); opacity: 0; transition: opacity .2s ease;
}
.c59b5be button:hover::after { opacity: 1; }

 
.c1b3bf6 {
  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);
}
.c1b3bf6[data-open="true"] { display: flex; }
.c7db16d {
  margin: 0; max-width: min(1180px, 100%); max-height: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.c444413 {
  max-width: 100%; max-height: calc(100vh - 11rem);
  width: auto; object-fit: contain; border-radius: var(--radius);
}
.ca62287 {
  color: rgba(255,255,255,.8); font-size: .9rem; text-align: center;
}
.ca62287 b { display: block; color: #fff; font-weight: 500; }
.c35a308 { color: var(--gold-lift); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.c349387 {
  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;
}
.c349387:hover { background: var(--gold); border-color: var(--gold); }
.c349387 svg { width: 22px; height: 22px; }
.c595d2e { left: clamp(.5rem, .2rem + 1.4vw, 2rem); }
.c9c0973 { right: clamp(.5rem, .2rem + 1.4vw, 2rem); }
.c9c627f {
  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) {
  .c349387 { width: 42px; height: 42px; }
  .c595d2e { left: .4rem; } .c9c0973 { right: .4rem; }
}
.is-hidden { display: none !important; }

 
.c5dbd2a {
  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;
}

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

.c356455 { background: var(--ink); color: rgba(255,255,255,.72); font-size: .9rem; border-top: 1px solid var(--line-dark); }
.c356455 .c29d3e4 { padding-block: clamp(3rem, 2rem + 3vw, 4.5rem); }
.ccf723f { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; }
.c356455 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;
}
.c356455 ul { list-style: none; margin: 0; padding: 0; }
.c356455 li { margin-bottom: .55rem; }
.c356455 a:hover { color: #fff; }
.cf1d548 .c5cf2f3 { color: #fff; }
.cf1d548 .c8bf018 .c934fc4,
.cf1d548 .c934fc4 { border-color: var(--gold-lift); }
.cccc424 { margin-top: 1.2rem; font-size: .82rem; color: rgba(255,255,255,.55); }
 
.c8e3c9c {
  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);
}
.c8e3c9c a { color: #fff; font-weight: 700; }
.c1c99b9 { color: #fff; font-weight: 700; }
.cf62b7b { color: rgba(255,255,255,.28); }
.c8e3c9c + .c2c6de0 { margin-top: 1.5rem; padding-top: 1.5rem; }
@media (max-width: 600px) {
  .cf62b7b { display: none; }
  .c8e3c9c { flex-direction: column; gap: .35rem; }
}
.c2c6de0 {
  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);
}
.c8e1237 { display: flex; flex-wrap: wrap; gap: 1.2rem; }

 
.c4f5380 {
  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);
}
.c4f5380 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;
}
.c4f5380 a + a { background: var(--gold); }

 
@media (max-width: 1024px) {
  .c44a027 { grid-template-columns: repeat(2, 1fr); }
  .c5325d7 { grid-template-columns: repeat(3, 1fr); }
  .c9c2798 { grid-template-columns: repeat(2, 1fr); }
  .c84e966 { grid-template-columns: 1fr; }
  .cc53e58 { grid-template-columns: repeat(2, 1fr); }
  .ccf723f { grid-template-columns: 1fr 1fr; }
  .c48fcaf { grid-template-columns: 1fr 1fr; }
  .c85542f { left: 0; opacity: .35; }
  .c62f512 { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .c4375da { display: flex; }
  .ce57244 .c29d3e4 { min-height: 68px; }
  .ce57244 .c7aa66c { display: none; }

  .cd54abc {
    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;
  }
  .cd54abc[data-open="true"] { transform: none; }

   
  body.c0b246e .ce57244 { z-index: 100; }

  .c65674d {
    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;
  }
  .c65674d svg { width: 20px; height: 20px; }
  .cf8fd8a { padding: .85rem .2rem; font-size: 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .c831c96 { width: 100%; }
  .cef253b {
    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;
  }
  .c831c96[data-open="true"] .cef253b { display: block; }
  .c831c96:hover > .cef253b, .c831c96:focus-within > .cef253b { display: none; }
  .c831c96[data-open="true"]:hover > .cef253b { display: block; }
  .c2a1fdf { grid-template-columns: 1fr; }
  .c2c716d { display: none; }
   
  .ce57244 .c460b6f { display: flex; margin-top: 1.4rem; }
  .c909f87 { display: block; }

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

  .c006443 { grid-template-columns: 1fr; }
  .ca309b8 .c037e0f { order: 0; }
  .c4a1ece { order: -1; }
  .c5325d7 { grid-template-columns: repeat(2, 1fr); }
  .c59b5be { grid-template-columns: repeat(2, 1fr); }
  .c4f5380 { display: flex; }
  body { padding-bottom: 52px; }
   
  .c48bc11 { display: none; }
  .ccc5fe6 { display: none; }
  .c909f87 {
    margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line);
  }
  .c909f87 .cf8fd8a { font-size: .95rem; color: var(--body); }
}

@media (max-width: 560px) {
  .c1897e3, .c17b3f5, .c44a027, .c8ba6fd, .cc53e58 { grid-template-columns: 1fr; }
  .c5325d7 { grid-template-columns: 1fr; }
  .c9c2798, .c48fcaf { grid-template-columns: 1fr; }
  .ccf723f { grid-template-columns: 1fr; }
  .c59b5be { grid-template-columns: 1fr; }
  .c7ee466 { grid-template-columns: 1fr; }
  .cd1b926 { grid-template-columns: 1fr; }
  .c17e5ad { margin-top: -2.2rem; }
}

@media print {
  .c48bc11, .ce57244, .c4f5380, .c65e3dc, .c19ff1a { 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"] > .c5dbd2a {
  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 > .c5dbd2a { transform: none; }

 
.ceb48bc[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] > .c5dbd2a {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

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

 
.c5b80c1 {
  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;
}

 
 
.ce97f52 { position: relative; background: var(--paper); }
.cef2227 { background: var(--cream); }
.c2a01d8 { background: var(--ink); }
.c2a01d8 h2, .c2a01d8 h3 { color: #fff; }
.c2a01d8 p, .c2a01d8 li { color: rgba(255,255,255,.78); }
.c2a01d8 .c726889 { color: var(--gold-lift); }
.c2a01d8 .c6ee73d, .c2a01d8 .c8b5fdd { border-color: var(--line-dark); }
.c2a01d8 .c8b5fdd > a { color: #fff; }
.c2a01d8 .c8b5fdd > a:hover { color: var(--gold-lift); }

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

 
.cebc6ee {
  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);
}
.cebc6ee > img,
.cebc6ee > .c5dbd2a {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 0;
}
 
@media (prefers-reduced-motion: no-preference) {
  .cebc6ee > img { transition: transform 1.2s cubic-bezier(.22,.61,.36,1); }
  .ce97f52:hover .cebc6ee > img { transform: scale(1.035); }
}

 
.c4989e1 {
  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;
}
.c4989e1 strong {
  display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  color: #fff; line-height: 1;
}
.c4989e1 span {
  display: block; margin-top: .4rem;
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-lift);
}
.ce31096 .c4989e1 {
  left: auto; right: 0;
  border-radius: var(--radius) 0 0 var(--radius);
}

.c42041b {
  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;
}
.ce97f52:not(.ce31096) .c42041b { padding-right: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.ce31096 .c42041b { padding-left: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.c42041b > .c5d4695 { margin-top: 1.1rem; }
.c42041b .cf4ea17 { margin-top: 1.5rem; }
.c42041b .cf4ea17 p { font-size: .97rem; }
.cc7af64 { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.6rem; margin-top: 2rem; }

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

 
.c0196bd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.c0196bd figure { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; overflow: clip; background: var(--cream-deep); }
.c0196bd img, .c0196bd .c5dbd2a { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.c0196bd 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;
}

 
.c3ac2ef { display: grid; }
.c3ac2ef .c21c91a { height: 100%; }
.c3ac2ef::after { display: none; }
 
 
.c348868 .c575c0b .c17e5ad h1 { color: var(--ink); }
.c348868 .c575c0b .c17e5ad p { color: var(--body); }
.c348868 .c575c0b .c17e5ad .c726889 { color: var(--gold-text); }
.c348868 .c575c0b .c17e5ad .c773ee1 { background: var(--ink); color: #fff; }
.c348868 .c575c0b .c17e5ad .c773ee1:hover { background: var(--gold); }
.c348868 .c575c0b .c17e5ad .cf41130 { color: var(--ink); }
 
.c348868 .c575c0b .c21c91a { visibility: hidden; }
.c348868 .c575c0b .c3ac2ef {
  background:
    repeating-linear-gradient(135deg, rgba(163,131,63,.05) 0 12px, transparent 12px 24px),
    var(--cream-deep);
}

 
 
.c21c91a {
   
  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;
}
.c21c91a svg { width: 34px; height: 34px; color: var(--gold); opacity: .65; }
.c21c91a em { font-style: normal; font-size: .72rem; letter-spacing: .04em; text-transform: none; opacity: .85; }
 
.c0196bd .c21c91a { justify-content: center; }
.c0196bd .c21c91a svg { width: 26px; height: 26px; }
.c0196bd .c21c91a em, .c0196bd .c21c91a { font-size: 0; }
.c0196bd .c21c91a svg { font-size: 1rem; }

 
 
.c553a3a { background: var(--ink); color: rgba(255,255,255,.78); }
.c553a3a .c29d3e4 {
  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);
}
.c553a3a h2 { color: #fff; font-size: clamp(1.35rem, 1.1rem + .8vw, 1.85rem); max-width: 26ch; }
.c553a3a p { margin-top: .5rem; max-width: 52ch; font-size: .92rem; }
.c0b2b75 { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.4rem; max-width: 100%; }
.cd2c981 { background: var(--cream); color: var(--body); border-block: 1px solid var(--line); }
.cd2c981 h2 { color: var(--ink); }

 
.cc4774e {
  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;
}
.cc4774e svg { width: 22px; height: 22px; color: var(--gold-lift); flex: none; }
.cc4774e:hover { color: var(--gold-lift); }
.cd2c981 .cc4774e { color: var(--ink); }
.cd2c981 .cc4774e svg { color: var(--gold); }
.cd2c981 .cc4774e:hover { color: var(--gold); }

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

 
.c820a1a { margin-top: 2.4rem; }
.c820a1a > .c726889 { display: block; margin-bottom: .8rem; }
.c820a1a .c76b00a { border-top: 1px solid var(--line); }
.c2a01d8 .c820a1a .c76b00a, .c2a01d8 .c820a1a .cc68573 { border-color: var(--line-dark); }
.c2a01d8 .c820a1a .c8a1c65 { color: #fff; }
.c820a1a .c8a1c65 { font-size: .95rem; padding-block: 1rem; }
.c820a1a .cbb58eb { font-size: .9rem; }
.c820a1a .cbb58eb table { font-size: .85rem; }

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

 
 
.c801c8b { background: var(--ink); }
.c801c8b h2, .c801c8b h3 { color: #fff; }
.c801c8b > .c29d3e4 > .c645cd9 > div > p { color: rgba(255,255,255,.78); }
.c801c8b .c726889 { color: var(--gold-lift); }
.c801c8b .c4a395f h3 { color: var(--ink); }
.c645cd9 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 3vw, 4rem); align-items: start; }
.c9241eb { margin: 1.8rem 0 0; padding: 0; list-style: none; display: grid; gap: 1rem; }
.c9241eb li { display: flex; gap: .8rem; align-items: flex-start; color: rgba(255,255,255,.78); font-size: .93rem; }
.c9241eb svg { flex: none; width: 20px; height: 20px; color: var(--gold-lift); margin-top: .15rem; }
.c5105b5 {
  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);
}
.c5105b5 a { color: #fff; font-weight: 700; }
.c801c8b .c4a395f { background: var(--paper); border-color: transparent; }

 
@media (max-width: 1024px) {
   
  .c578c93, .ce31096 .c578c93 {
    display: flex; flex-direction: column; min-height: 0;
  }
  .c42041b { order: 1; }
  .cebc6ee, .ce31096 .cebc6ee { order: 2; }
   
  .cebc6ee { position: relative; top: auto; height: clamp(340px, 52vw, 560px); min-height: 0; }
  .c42041b,
  .ce97f52:not(.ce31096) .c42041b,
  .ce31096 .c42041b { padding-inline: var(--shell-pad); max-width: none; }
  .c520dda { grid-template-columns: 1fr; }
  .c645cd9 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .c1a3350 { columns: 2 !important; }
  .c0196bd { grid-template-columns: 1fr 1fr; }
  .c0196bd figure:nth-child(3) { display: none; }
   
  .c553a3a .c29d3e4 { flex-direction: column; align-items: stretch; flex-wrap: nowrap; }
  .c0b2b75 { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .c0b2b75 .c7aa66c { width: 100%; text-align: center; justify-content: center; }
}
@media (max-width: 560px) {
  .c1a3350 { columns: 1 !important; }
  .c0196bd { grid-template-columns: 1fr; }
  .c0196bd figure:nth-child(3) { display: block; }
   
  .c4989e1,
  .ce31096 .c4989e1 {
    left: 0; right: auto; bottom: 0; max-width: none;
    padding: .85rem 1.1rem; border-radius: 0 var(--radius) 0 0;
  }
  .c4989e1 strong { font-size: 1.3rem; }
  .cebc6ee { height: clamp(260px, 62vw, 400px); }
}

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

 

 
 
.cb2a5b0 .cdb1562 { padding-bottom: 0; }
.cb2a5b0 .c2f5156 { display: none; }
.cb2a5b0 .cdb1562 > .c29d3e4 { max-width: none; padding: 0; }
.cb2a5b0 .c17e5ad {
  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);
}
.cb2a5b0 .c17e5ad > * { grid-column: 1; max-width: 100%; }
.cb2a5b0 .c17e5ad {
  align-content: center;
  padding: clamp(2.5rem, 1.5rem + 4vw, 5rem) clamp(1.25rem, .55rem + 2.8vw, 4rem);
}
.cb2a5b0 .c17e5ad h1 { color: var(--ink); max-width: 15ch; }
.cb2a5b0 .c17e5ad p { color: var(--body); }
.cb2a5b0 .c17e5ad .c726889 { color: var(--gold-text); }
 
.cb2a5b0 .c17e5ad { position: relative; }
.cb2a5b0 .c966e25 {
  position: absolute; top: 0; right: 0; bottom: 0; width: 50%;
  overflow: clip; background: var(--cream-deep);
}
.cb2a5b0 .c966e25 > img, .cb2a5b0 .c966e25 > .c5dbd2a {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.cb2a5b0 .c773ee1 { background: var(--ink); color: #fff; }
.cb2a5b0 .c773ee1:hover { background: var(--gold); }
.cb2a5b0 .c17e5ad .cf41130 { color: var(--ink); }

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

 
 
.c51ce79 .cdb1562 { padding-bottom: 0; display: flex; flex-direction: column-reverse; }
.c51ce79 .c2f5156 { height: clamp(300px, 34vw, 520px); }
.c51ce79 .c2f5156::after { background: none; }
.c51ce79 .cdb1562 > .c29d3e4 { padding-block: clamp(2.6rem, 1.6rem + 3.5vw, 5rem); }
.c51ce79 .c17e5ad {
  background: none; color: var(--body); margin: 0; padding: 0; max-width: 58rem;
}
.c51ce79 .c17e5ad h1 { color: var(--ink); }
.c51ce79 .c17e5ad p { color: var(--body); max-width: 58ch; }
.c51ce79 .c17e5ad .c726889 { color: var(--gold-text); }
.c51ce79 .c773ee1 { background: var(--ink); color: #fff; }
.c51ce79 .c17e5ad .cf41130 { color: var(--ink); }

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

 
 
 
.c141dd3 .c578c93 { display: flex; flex-direction: column; min-height: 0; }
.c141dd3 .c42041b { order: 1; }
.c141dd3 .cebc6ee { order: 2; }
.c141dd3 .cebc6ee {
  position: relative; top: auto; height: clamp(340px, 40vw, 620px);
  width: 100%; min-height: 0;
}
.c141dd3 .c42041b,
.c141dd3 .ce97f52:not(.ce31096) .c42041b,
.c141dd3 .ce31096 .c42041b {
  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) {
  .c141dd3 .c42041b > .c5d4695,
  .c141dd3 .c42041b > .cf4ea17 { max-width: 68ch; }
  .c141dd3 .cfeab70 { columns: 2; column-gap: 3.5rem; }
  .c141dd3 .c5a3daf { break-inside: avoid; }
  .c141dd3 .c5a3daf:first-child { border-top: 0; }
}

 
 
.c402499 .c578c93 {
  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);
}
.c402499 .ce31096 .c578c93 { grid-template-columns: 1fr 1fr; }
.c402499 .cebc6ee {
  position: relative; top: auto; height: clamp(420px, 46vw, 720px);
  min-height: 0; border-radius: var(--radius-lg);
}
.c402499 .c42041b,
.c402499 .ce97f52:not(.ce31096) .c42041b,
.c402499 .ce31096 .c42041b { padding: 0; max-width: none; }
@media (max-width: 1024px) {
  .c402499 .c578c93 { grid-template-columns: 1fr; }
  .c402499 .cebc6ee { height: clamp(320px, 52vw, 520px); }
}

 
 
.ca07bde .cef253b { display: none !important; }
.ca07bde .c9d128c { display: none; }
.ca07bde .c48bc11 { border-bottom: 0; }

 
 
@media (min-width: 881px) {
  .c2366bc .ce57244 .c29d3e4 {
    display: grid; grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "spacer brand actions" "nav nav nav";
    gap: .4rem 1rem; padding-block: 1.1rem;
  }
  .c2366bc .ca4120d { grid-area: brand; margin: 0; justify-content: center; }
  .c2366bc .ccc5fe6 { grid-area: actions; justify-content: flex-end; }
  .c2366bc .cd54abc { grid-area: nav; justify-content: center; gap: .4rem; }
  .c2366bc .cef253b { display: none !important; }
  .c2366bc .c9d128c { display: none; }
}

 
.cc61670 {
  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);
}
.cc61670:hover { background: var(--gold); }
@media (max-width: 880px) { .cc61670 { display: none; } }

 
.c575155[hidden] { display: none !important; }
.c575155 {
  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;
}
.c29bbc1 {
  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);
}
.cccb999 {
  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;
}
.cccb999:hover { background: var(--cream); }
.cccb999 svg { width: 20px; height: 20px; }
@media (prefers-reduced-motion: no-preference) {
  .c575155 { animation: modal-in .18s ease both; }
  .c29bbc1 { 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); } }
}

 
 
.c21c55b { background: var(--cream); border-bottom: 1px solid var(--line); }
.c21c55b .c29d3e4 {
  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);
}
.c21c55b h2 { font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem); max-width: 18ch; }
.c21c55b p { margin-top: .6rem; font-size: .92rem; max-width: 46ch; }
.c21c55b .c4a395f { background: var(--paper); }
@media (max-width: 880px) { .c21c55b .c29d3e4 { grid-template-columns: 1fr; } }

 
@media (max-width: 900px) {
  .cb2a5b0 .c17e5ad { grid-template-columns: 1fr; min-height: 0; }
  .cb2a5b0 .c966e25 {
    position: static; width: auto; grid-column: 1; grid-row: 2;
    height: clamp(280px, 56vw, 440px);
  }
  .cd89b10 .c178b80 { grid-template-columns: 1fr 1fr; }
  .c348868 .c2f5156 { height: clamp(460px, 92vw, 640px); }
}

 
:root {
  --ink:        #241a17;
  --ink-soft:   #33241f;
  --body:       #55483f;
  --body-light: #706359;
  --gold:       #8c3f2c;
  --gold-lift:  #bd7b67;
  --gold-text:  #8c3f2c;    
  --ph-text:    #6a5d53;        
  --paper:      #fffdfb;
  --cream:      #f4efe8;
  --cream-deep: #e8dfd3;
  --line:       #e0d5c7;

  --serif: "Libre Baskerville", Georgia, serif;
  --sans:  "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --radius:    2px;
  --radius-lg: 2px;

  --t-display: clamp(2.44rem, 1.50rem + 3.10vw, 3.76rem);
  --t-h1:      clamp(1.97rem, 1.41rem + 1.90vw, 2.73rem);
  --t-h2:      clamp(1.55rem, 1.22rem + 1.10vw, 1.97rem);
  --t-h3:      clamp(1.13rem, 1.00rem + 0.45vw, 1.36rem);
}

 
* { font-variation-settings: normal; }

 
h1, h2, h3, .ceb48bc, .cc4774e, .c4989e1 strong {
  letter-spacing: normal;
}

.c7aa66c { border-radius:0; }
.c892424 input, .c892424 select, .c892424 textarea { border-radius: var(--radius); }

.c726889 { text-transform: uppercase; }

 
.c726889, .cf41130, .c0efc37 > h3 { color: var(--gold-text); }
.c21c91a { color: var(--ph-text); }
.c6718a5 { color: var(--gold-text); }
.c179093 .c726889, .c2a01d8 .c726889, .cb7eb39 .c726889,
.c801c8b .c726889, .c553a3a .c726889,
.cebc525 .c726889, .c356455 h3,
.cbe0c14 .c17e5ad .c726889,
.cd89b10 .c17e5ad .c726889,
.c348868 .cdb1562:not(.c575c0b) .c17e5ad .c726889 { color: var(--gold-lift); }
.c179093 .cf41130, .c2a01d8 .cf41130, .cb7eb39 .cf41130,
.c801c8b .cf41130, .c553a3a .cf41130,
.cbe0c14 .c17e5ad .cf41130,
.cd89b10 .c17e5ad .cf41130,
.c348868 .cdb1562:not(.c575c0b) .c17e5ad .cf41130 { color: var(--gold-lift); }

 
.cd2c981 .c726889, .cd2c981 .cf41130 { color: var(--gold-text); }
