 

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

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

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

.c9538fe { padding-block: var(--section); }
.c48b1b4 { padding-block: calc(var(--section) * .62); }
.c753bb9 { background: var(--cream); }
.ce72125 { background: var(--ink); }

 
.ce72125,
.ce72125 p,
.c7b25d6, .c7b25d6 p { color: rgba(255,255,255,.78); }
.ce72125 h1, .ce72125 h2, .ce72125 h3,
.c7b25d6 h1, .c7b25d6 h2, .c7b25d6 h3 { color: #fff; }
.ce72125 .cb37c7b, .c7b25d6 .cb37c7b { color: var(--gold-lift); }

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

 
.c193e6b h2 { margin-top: 2.6em; }
.c193e6b h2:first-child { margin-top: 0; }
.c193e6b h3 { margin-top: 1.9em; margin-bottom: .5em; font-size: 1.18rem; }
.c193e6b > h2 + p { margin-top: 1rem; }
.c193e6b ul, .c193e6b ol { margin: 0 0 1.2em; padding-left: 1.15rem; }
.c193e6b li { margin-bottom: .5em; }
.c193e6b li::marker { color: var(--gold); }
.c193e6b strong { color: var(--ink); font-weight: 700; }
 
.ce72125 .c193e6b strong,
.c6ec1d7 .c193e6b strong,
.c7b25d6 .c193e6b strong,
.c275762 .c193e6b strong { color: #fff; }
.c193e6b a:not(.c7e5221):not(.c518b27) {
  color: var(--ink); text-decoration: underline;
  text-decoration-color: var(--gold); text-underline-offset: 3px;
}
.c193e6b a:not(.c7e5221):not(.c518b27):hover { color: var(--gold); }

 
.c7e5221 {
  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;
}
.c241882 { background: var(--ink); color: #fff; }
.c241882:hover { background: var(--gold); }
.c43d2d4 { background: transparent; color: var(--ink); border-color: var(--ink); }
.c43d2d4:hover { background: var(--ink); color: #fff; }
.c714835 { background: #fff; color: var(--ink); }
.c714835:hover { background: var(--gold); color: #fff; }
.cb7d931 { width: 100%; }

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

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

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

 
.c05fcb0 { flex-direction: row-reverse; }
.c436e25 .c6b7971 + .c6b7971 {
  margin-top: .3em; padding-top: .34em; border-top: 1px solid var(--gold);
}
.c2ac3e8 .c789ff9 { padding-left: .65rem; border-left: 2px solid var(--gold); }
.c6ac8d8 .c296089 {
  box-sizing: content-box; padding: .3rem .34rem;
  background: var(--gold); color: var(--cream); border-radius: var(--radius);
}
.c4072cc .c789ff9 {
  padding-bottom: .32rem; border-bottom: 1.5px solid var(--gold);
}
.cd0eaa6 .c6b7971 {
  font-family: var(--serif); font-weight: 400; letter-spacing: .22em;
  text-transform: uppercase;
}

 
.ce7d561 { display: flex; align-items: center; gap: .1rem; }
.c559152 { position: relative; }
.ccafa2e {
  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) {
  .ccafa2e { padding: .6rem .45rem; font-size: .85rem; }
  .c044a31 .c7e5221 { padding: .8rem 1rem; font-size: .72rem; }
  .c9c3c1e { gap: .9rem; }
  .cc7b5a0 { font-size: 1.14rem; }
  .cc7b5a0 svg { width: 17px; height: 17px; }
  .c6b7971 { letter-spacing: .11em; }
}
.ccafa2e:hover, .c559152[aria-expanded="true"] .ccafa2e { color: var(--gold); }
.ccafa2e[aria-current="page"] { color: var(--gold); }
.c9c3c1e { display: flex; align-items: center; gap: 1.4rem; flex: none; }

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

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

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

.c8caa77 { display: none; }
.c776877 { display: none; }

.cef48d1 { display: none; }

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

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

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

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

 
.c90e95d {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 1rem + 4vw, 5.5rem);
  align-items: center;
}
.c90e95d + .c90e95d { margin-top: var(--section); }
 
.c14fbb3 { align-items: start; }
.ce9e7c1 .c9ebc75 { order: 2; }
.cf7e0e2 img,
.cf7e0e2 .c191312 { border-radius: var(--radius); box-shadow: 0 18px 40px -22px rgba(21,20,15,.4); }
.c9ebc75 .c466606 { margin-top: 1rem; }
.c9ebc75 .c518b27 { margin-top: 1.4rem; }

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

 
.c5389e2 { display: grid; gap: 1.4rem; }
.c2225c0 { grid-template-columns: repeat(2, 1fr); }
.c54446f { grid-template-columns: repeat(3, 1fr); }
.c156a6b { grid-template-columns: repeat(4, 1fr); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c939d85 { background: var(--ink); color: rgba(255,255,255,.72); font-size: .9rem; border-top: 1px solid var(--line-dark); }
.c939d85 .caf8260 { padding-block: clamp(3rem, 2rem + 3vw, 4.5rem); }
.ca90722 { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; }
.c939d85 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;
}
.c939d85 ul { list-style: none; margin: 0; padding: 0; }
.c939d85 li { margin-bottom: .55rem; }
.c939d85 a:hover { color: #fff; }
.cb1f193 .c6b7971 { color: #fff; }
.cb1f193 .c4072cc .c789ff9,
.cb1f193 .c789ff9 { border-color: var(--gold-lift); }
.cc30900 { margin-top: 1.2rem; font-size: .82rem; color: rgba(255,255,255,.55); }
 
.cf4ca8d {
  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);
}
.cf4ca8d a { color: #fff; font-weight: 700; }
.cc080ba { color: #fff; font-weight: 700; }
.c673cc3 { color: rgba(255,255,255,.28); }
.cf4ca8d + .c72f266 { margin-top: 1.5rem; padding-top: 1.5rem; }
@media (max-width: 600px) {
  .c673cc3 { display: none; }
  .cf4ca8d { flex-direction: column; gap: .35rem; }
}
.c72f266 {
  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);
}
.c525bb1 { display: flex; flex-wrap: wrap; gap: 1.2rem; }

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

 
@media (max-width: 1024px) {
  .c156a6b { grid-template-columns: repeat(2, 1fr); }
  .cc4019f { grid-template-columns: repeat(3, 1fr); }
  .c4daea1 { grid-template-columns: repeat(2, 1fr); }
  .c79972a { grid-template-columns: 1fr; }
  .c87a81f { grid-template-columns: repeat(2, 1fr); }
  .ca90722 { grid-template-columns: 1fr 1fr; }
  .c5285bc { grid-template-columns: 1fr 1fr; }
  .c01ffb6 { left: 0; opacity: .35; }
  .c542aba { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .c10c084 { display: flex; }
  .c044a31 .caf8260 { min-height: 68px; }
  .c044a31 .c7e5221 { display: none; }

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

   
  body.ca45682 .c044a31 { z-index: 100; }

  .cef48d1 {
    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;
  }
  .cef48d1 svg { width: 20px; height: 20px; }
  .ccafa2e { padding: .85rem .2rem; font-size: 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .c559152 { width: 100%; }
  .c69843e {
    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;
  }
  .c559152[data-open="true"] .c69843e { display: block; }
  .c559152:hover > .c69843e, .c559152:focus-within > .c69843e { display: none; }
  .c559152[data-open="true"]:hover > .c69843e { display: block; }
  .cc6c1fe { grid-template-columns: 1fr; }
  .c3d0ebd { display: none; }
   
  .c044a31 .c8caa77 { display: flex; margin-top: 1.4rem; }
  .c776877 { display: block; }

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

  .c90e95d { grid-template-columns: 1fr; }
  .ce9e7c1 .c9ebc75 { order: 0; }
  .cf7e0e2 { order: -1; }
  .cc4019f { grid-template-columns: repeat(2, 1fr); }
  .ccb6a82 { grid-template-columns: repeat(2, 1fr); }
  .c091833 { display: flex; }
  body { padding-bottom: 52px; }
   
  .c7e2ee4 { display: none; }
  .c9c3c1e { display: none; }
  .c776877 {
    margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line);
  }
  .c776877 .ccafa2e { font-size: .95rem; color: var(--body); }
}

@media (max-width: 560px) {
  .c2225c0, .c54446f, .c156a6b, .cdde6a8, .c87a81f { grid-template-columns: 1fr; }
  .cc4019f { grid-template-columns: 1fr; }
  .c4daea1, .c5285bc { grid-template-columns: 1fr; }
  .ca90722 { grid-template-columns: 1fr; }
  .ccb6a82 { grid-template-columns: 1fr; }
  .c6d93c4 { grid-template-columns: 1fr; }
  .cc52824 { grid-template-columns: 1fr; }
  .c340c36 { margin-top: -2.2rem; }
}

@media print {
  .c7e2ee4, .c044a31, .c091833, .c9fa7c2, .cf9850a { 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"] > .c191312 {
  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 > .c191312 { transform: none; }

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

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

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

 
 
.cfe4540 { position: relative; background: var(--paper); }
.c75e2cd { background: var(--cream); }
.c6ec1d7 { background: var(--ink); }
.c6ec1d7 h2, .c6ec1d7 h3 { color: #fff; }
.c6ec1d7 p, .c6ec1d7 li { color: rgba(255,255,255,.78); }
.c6ec1d7 .cb37c7b { color: var(--gold-lift); }
.c6ec1d7 .c0fc609, .c6ec1d7 .c53099b { border-color: var(--line-dark); }
.c6ec1d7 .c53099b > a { color: #fff; }
.c6ec1d7 .c53099b > a:hover { color: var(--gold-lift); }

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

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

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

.cf8e0f8 {
  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;
}
.cfe4540:not(.c16dcd6) .cf8e0f8 { padding-right: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.c16dcd6 .cf8e0f8 { padding-left: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.cf8e0f8 > .c466606 { margin-top: 1.1rem; }
.cf8e0f8 .c193e6b { margin-top: 1.5rem; }
.cf8e0f8 .c193e6b p { font-size: .97rem; }
.c657a04 { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.6rem; margin-top: 2rem; }

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

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

 
.c398c8c { display: grid; }
.c398c8c .c46f571 { height: 100%; }
.c398c8c::after { display: none; }
 
 
.c14e41d .c7219ef .c340c36 h1 { color: var(--ink); }
.c14e41d .c7219ef .c340c36 p { color: var(--body); }
.c14e41d .c7219ef .c340c36 .cb37c7b { color: var(--gold-text); }
.c14e41d .c7219ef .c340c36 .c714835 { background: var(--ink); color: #fff; }
.c14e41d .c7219ef .c340c36 .c714835:hover { background: var(--gold); }
.c14e41d .c7219ef .c340c36 .c518b27 { color: var(--ink); }
 
.c14e41d .c7219ef .c46f571 { visibility: hidden; }
.c14e41d .c7219ef .c398c8c {
  background:
    repeating-linear-gradient(135deg, rgba(163,131,63,.05) 0 12px, transparent 12px 24px),
    var(--cream-deep);
}

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

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

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

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

 
.c4aae5f { margin-top: 2.4rem; }
.c4aae5f > .cb37c7b { display: block; margin-bottom: .8rem; }
.c4aae5f .c914d85 { border-top: 1px solid var(--line); }
.c6ec1d7 .c4aae5f .c914d85, .c6ec1d7 .c4aae5f .c1c4ae8 { border-color: var(--line-dark); }
.c6ec1d7 .c4aae5f .c7057f2 { color: #fff; }
.c4aae5f .c7057f2 { font-size: .95rem; padding-block: 1rem; }
.c4aae5f .c2043aa { font-size: .9rem; }
.c4aae5f .c2043aa table { font-size: .85rem; }

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

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

 
@media (max-width: 1024px) {
   
  .ceab782, .c16dcd6 .ceab782 {
    display: flex; flex-direction: column; min-height: 0;
  }
  .cf8e0f8 { order: 1; }
  .cc91051, .c16dcd6 .cc91051 { order: 2; }
   
  .cc91051 { position: relative; top: auto; height: clamp(340px, 52vw, 560px); min-height: 0; }
  .cf8e0f8,
  .cfe4540:not(.c16dcd6) .cf8e0f8,
  .c16dcd6 .cf8e0f8 { padding-inline: var(--shell-pad); max-width: none; }
  .c861a31 { grid-template-columns: 1fr; }
  .c879c61 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .c5ecf13 { columns: 2 !important; }
  .c476cd1 { grid-template-columns: 1fr 1fr; }
  .c476cd1 figure:nth-child(3) { display: none; }
   
  .cf68ddc .caf8260 { flex-direction: column; align-items: stretch; flex-wrap: nowrap; }
  .c256057 { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .c256057 .c7e5221 { width: 100%; text-align: center; justify-content: center; }
}
@media (max-width: 560px) {
  .c5ecf13 { columns: 1 !important; }
  .c476cd1 { grid-template-columns: 1fr; }
  .c476cd1 figure:nth-child(3) { display: block; }
   
  .c1b144f,
  .c16dcd6 .c1b144f {
    left: 0; right: auto; bottom: 0; max-width: none;
    padding: .85rem 1.1rem; border-radius: 0 var(--radius) 0 0;
  }
  .c1b144f strong { font-size: 1.3rem; }
  .cc91051 { height: clamp(260px, 62vw, 400px); }
}

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

 

 
 
.c6545fd .c04d48c { padding-bottom: 0; }
.c6545fd .cceb86b { display: none; }
.c6545fd .c04d48c > .caf8260 { max-width: none; padding: 0; }
.c6545fd .c340c36 {
  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);
}
.c6545fd .c340c36 > * { grid-column: 1; max-width: 100%; }
.c6545fd .c340c36 {
  align-content: center;
  padding: clamp(2.5rem, 1.5rem + 4vw, 5rem) clamp(1.25rem, .55rem + 2.8vw, 4rem);
}
.c6545fd .c340c36 h1 { color: var(--ink); max-width: 15ch; }
.c6545fd .c340c36 p { color: var(--body); }
.c6545fd .c340c36 .cb37c7b { color: var(--gold-text); }
 
.c6545fd .c340c36 { position: relative; }
.c6545fd .c531ff1 {
  position: absolute; top: 0; right: 0; bottom: 0; width: 50%;
  overflow: clip; background: var(--cream-deep);
}
.c6545fd .c531ff1 > img, .c6545fd .c531ff1 > .c191312 {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.c6545fd .c714835 { background: var(--ink); color: #fff; }
.c6545fd .c714835:hover { background: var(--gold); }
.c6545fd .c340c36 .c518b27 { color: var(--ink); }

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

 
 
.c469061 .c04d48c { padding-bottom: 0; display: flex; flex-direction: column-reverse; }
.c469061 .cceb86b { height: clamp(300px, 34vw, 520px); }
.c469061 .cceb86b::after { background: none; }
.c469061 .c04d48c > .caf8260 { padding-block: clamp(2.6rem, 1.6rem + 3.5vw, 5rem); }
.c469061 .c340c36 {
  background: none; color: var(--body); margin: 0; padding: 0; max-width: 58rem;
}
.c469061 .c340c36 h1 { color: var(--ink); }
.c469061 .c340c36 p { color: var(--body); max-width: 58ch; }
.c469061 .c340c36 .cb37c7b { color: var(--gold-text); }
.c469061 .c714835 { background: var(--ink); color: #fff; }
.c469061 .c340c36 .c518b27 { color: var(--ink); }

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

 
 
 
.caabc65 .ceab782 { display: flex; flex-direction: column; min-height: 0; }
.caabc65 .cf8e0f8 { order: 1; }
.caabc65 .cc91051 { order: 2; }
.caabc65 .cc91051 {
  position: relative; top: auto; height: clamp(340px, 40vw, 620px);
  width: 100%; min-height: 0;
}
.caabc65 .cf8e0f8,
.caabc65 .cfe4540:not(.c16dcd6) .cf8e0f8,
.caabc65 .c16dcd6 .cf8e0f8 {
  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) {
  .caabc65 .cf8e0f8 > .c466606,
  .caabc65 .cf8e0f8 > .c193e6b { max-width: 68ch; }
  .caabc65 .ce18f30 { columns: 2; column-gap: 3.5rem; }
  .caabc65 .c6ef522 { break-inside: avoid; }
  .caabc65 .c6ef522:first-child { border-top: 0; }
}

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

 
 
.cdf1b72 .c69843e { display: none !important; }
.cdf1b72 .cc00921 { display: none; }
.cdf1b72 .c7e2ee4 { border-bottom: 0; }

 
 
@media (min-width: 881px) {
  .cd0c2d0 .c044a31 .caf8260 {
    display: grid; grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "spacer brand actions" "nav nav nav";
    gap: .4rem 1rem; padding-block: 1.1rem;
  }
  .cd0c2d0 .c38eaeb { grid-area: brand; margin: 0; justify-content: center; }
  .cd0c2d0 .c9c3c1e { grid-area: actions; justify-content: flex-end; }
  .cd0c2d0 .ce7d561 { grid-area: nav; justify-content: center; gap: .4rem; }
  .cd0c2d0 .c69843e { display: none !important; }
  .cd0c2d0 .cc00921 { display: none; }
}

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

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

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

 
@media (max-width: 900px) {
  .c6545fd .c340c36 { grid-template-columns: 1fr; min-height: 0; }
  .c6545fd .c531ff1 {
    position: static; width: auto; grid-column: 1; grid-row: 2;
    height: clamp(280px, 56vw, 440px);
  }
  .c6f862f .cb0a144 { grid-template-columns: 1fr 1fr; }
  .c14e41d .cceb86b { height: clamp(460px, 92vw, 640px); }
}

 
:root {
  --ink:        #2e2622;
  --ink-soft:   #453a34;
  --body:       #5f534c;
  --body-light: #796d65;
  --gold:       #b98a7a;
  --gold-lift:  #d4a898;
  --gold-text:  #876559;    
  --ph-text:    #6b6059;        
  --paper:      #ffffff;
  --cream:      #faf6f3;
  --cream-deep: #f0e7e1;
  --line:       #ebdfd8;

  --serif: "Marcellus", "Optima", Georgia, serif;
  --sans:  "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --radius:    24px;
  --radius-lg: 32px;

  --t-display: clamp(2.60rem, 1.60rem + 3.10vw, 4.00rem);
  --t-h1:      clamp(2.10rem, 1.50rem + 1.90vw, 2.90rem);
  --t-h2:      clamp(1.65rem, 1.30rem + 1.10vw, 2.10rem);
  --t-h3:      clamp(1.20rem, 1.06rem + 0.45vw, 1.45rem);
}

 
* { font-variation-settings: normal; }

 
h1, h2, h3, .cfe146f, .cb86a20, .c1b144f strong {
  letter-spacing: normal;
}

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

.cb37c7b { text-transform: uppercase; }

 
.cb37c7b, .c518b27, .c1cb912 > h3 { color: var(--gold-text); }
.c46f571 { color: var(--ph-text); }
.ced94d7 { color: var(--gold-text); }
.ce72125 .cb37c7b, .c6ec1d7 .cb37c7b, .c7b25d6 .cb37c7b,
.c275762 .cb37c7b, .cf68ddc .cb37c7b,
.c7a82db .cb37c7b, .c939d85 h3,
.c51849c .c340c36 .cb37c7b,
.c6f862f .c340c36 .cb37c7b,
.c14e41d .c04d48c:not(.c7219ef) .c340c36 .cb37c7b { color: var(--gold-lift); }
.ce72125 .c518b27, .c6ec1d7 .c518b27, .c7b25d6 .c518b27,
.c275762 .c518b27, .cf68ddc .c518b27,
.c51849c .c340c36 .c518b27,
.c6f862f .c340c36 .c518b27,
.c14e41d .c04d48c:not(.c7219ef) .c340c36 .c518b27 { color: var(--gold-lift); }

 
.c4b4c17 .cb37c7b, .c4b4c17 .c518b27 { color: var(--gold-text); }
