 

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

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

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

.c1dd5aa { padding-block: var(--section); }
.c994495 { padding-block: calc(var(--section) * .62); }
.c4a3fc2 { background: var(--cream); }
.c616b65 { background: var(--ink); }

 
.c616b65,
.c616b65 p,
.c4b3fd7, .c4b3fd7 p { color: rgba(255,255,255,.78); }
.c616b65 h1, .c616b65 h2, .c616b65 h3,
.c4b3fd7 h1, .c4b3fd7 h2, .c4b3fd7 h3 { color: #fff; }
.c616b65 .c74cec9, .c4b3fd7 .c74cec9 { color: var(--gold-lift); }

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

 
.ca78040 h2 { margin-top: 2.6em; }
.ca78040 h2:first-child { margin-top: 0; }
.ca78040 h3 { margin-top: 1.9em; margin-bottom: .5em; font-size: 1.18rem; }
.ca78040 > h2 + p { margin-top: 1rem; }
.ca78040 ul, .ca78040 ol { margin: 0 0 1.2em; padding-left: 1.15rem; }
.ca78040 li { margin-bottom: .5em; }
.ca78040 li::marker { color: var(--gold); }
.ca78040 strong { color: var(--ink); font-weight: 700; }
 
.c616b65 .ca78040 strong,
.cc15040 .ca78040 strong,
.c4b3fd7 .ca78040 strong,
.c1ed04d .ca78040 strong { color: #fff; }
.ca78040 a:not(.cc7344b):not(.cf70f70) {
  color: var(--ink); text-decoration: underline;
  text-decoration-color: var(--gold); text-underline-offset: 3px;
}
.ca78040 a:not(.cc7344b):not(.cf70f70):hover { color: var(--gold); }

 
.cc7344b {
  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;
}
.c114335 { background: var(--ink); color: #fff; }
.c114335:hover { background: var(--gold); }
.cdf371f { background: transparent; color: var(--ink); border-color: var(--ink); }
.cdf371f:hover { background: var(--ink); color: #fff; }
.cd9d29f { background: #fff; color: var(--ink); }
.cd9d29f:hover { background: var(--gold); color: #fff; }
.c003755 { width: 100%; }

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

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

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

 
.cfba383 { flex-direction: row-reverse; }
.cff2d49 .c0aa132 + .c0aa132 {
  margin-top: .3em; padding-top: .34em; border-top: 1px solid var(--gold);
}
.c19ce18 .c7634dc { padding-left: .65rem; border-left: 2px solid var(--gold); }
.c14942d .cd41021 {
  box-sizing: content-box; padding: .3rem .34rem;
  background: var(--gold); color: var(--cream); border-radius: var(--radius);
}
.c0ce697 .c7634dc {
  padding-bottom: .32rem; border-bottom: 1.5px solid var(--gold);
}
.c603c96 .c0aa132 {
  font-family: var(--serif); font-weight: 400; letter-spacing: .22em;
  text-transform: uppercase;
}

 
.c7efef7 { display: flex; align-items: center; gap: .1rem; }
.c4a8481 { position: relative; }
.cd33405 {
  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) {
  .cd33405 { padding: .6rem .45rem; font-size: .85rem; }
  .c63c790 .cc7344b { padding: .8rem 1rem; font-size: .72rem; }
  .c2d84ae { gap: .9rem; }
  .cdaf55f { font-size: 1.14rem; }
  .cdaf55f svg { width: 17px; height: 17px; }
  .c0aa132 { letter-spacing: .11em; }
}
.cd33405:hover, .c4a8481[aria-expanded="true"] .cd33405 { color: var(--gold); }
.cd33405[aria-current="page"] { color: var(--gold); }
.c2d84ae { display: flex; align-items: center; gap: 1.4rem; flex: none; }

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

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

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

.c36cf21 { display: none; }
.c589570 { display: none; }

.c4a1b32 { display: none; }

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

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

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

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

 
.c0c8a2b {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 1rem + 4vw, 5.5rem);
  align-items: center;
}
.c0c8a2b + .c0c8a2b { margin-top: var(--section); }
 
.cd54f1c { align-items: start; }
.cfb360f .cf03700 { order: 2; }
.c132cef img,
.c132cef .c4abc3d { border-radius: var(--radius); box-shadow: 0 18px 40px -22px rgba(21,20,15,.4); }
.cf03700 .c4685e5 { margin-top: 1rem; }
.cf03700 .cf70f70 { margin-top: 1.4rem; }

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

 
.c304882 { display: grid; gap: 1.4rem; }
.cc74509 { grid-template-columns: repeat(2, 1fr); }
.c397f1f { grid-template-columns: repeat(3, 1fr); }
.c86d8d6 { grid-template-columns: repeat(4, 1fr); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cdfb0d9 { background: var(--ink); color: rgba(255,255,255,.72); font-size: .9rem; border-top: 1px solid var(--line-dark); }
.cdfb0d9 .cf56bed { padding-block: clamp(3rem, 2rem + 3vw, 4.5rem); }
.c0a3815 { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; }
.cdfb0d9 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;
}
.cdfb0d9 ul { list-style: none; margin: 0; padding: 0; }
.cdfb0d9 li { margin-bottom: .55rem; }
.cdfb0d9 a:hover { color: #fff; }
.ca74b1b .c0aa132 { color: #fff; }
.ca74b1b .c0ce697 .c7634dc,
.ca74b1b .c7634dc { border-color: var(--gold-lift); }
.c490bf0 { margin-top: 1.2rem; font-size: .82rem; color: rgba(255,255,255,.55); }
 
.c45781f {
  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);
}
.c45781f a { color: #fff; font-weight: 700; }
.c79f305 { color: #fff; font-weight: 700; }
.caa397b { color: rgba(255,255,255,.28); }
.c45781f + .caa3c00 { margin-top: 1.5rem; padding-top: 1.5rem; }
@media (max-width: 600px) {
  .caa397b { display: none; }
  .c45781f { flex-direction: column; gap: .35rem; }
}
.caa3c00 {
  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);
}
.c3c25a0 { display: flex; flex-wrap: wrap; gap: 1.2rem; }

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

 
@media (max-width: 1024px) {
  .c86d8d6 { grid-template-columns: repeat(2, 1fr); }
  .c8d2084 { grid-template-columns: repeat(3, 1fr); }
  .cd7f4f1 { grid-template-columns: repeat(2, 1fr); }
  .cc30b84 { grid-template-columns: 1fr; }
  .ca02f42 { grid-template-columns: repeat(2, 1fr); }
  .c0a3815 { grid-template-columns: 1fr 1fr; }
  .c0ed9ba { grid-template-columns: 1fr 1fr; }
  .ce061db { left: 0; opacity: .35; }
  .cfd528f { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .cd248ac { display: flex; }
  .c63c790 .cf56bed { min-height: 68px; }
  .c63c790 .cc7344b { display: none; }

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

   
  body.cfec61b .c63c790 { z-index: 100; }

  .c4a1b32 {
    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;
  }
  .c4a1b32 svg { width: 20px; height: 20px; }
  .cd33405 { padding: .85rem .2rem; font-size: 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .c4a8481 { width: 100%; }
  .c9ee25e {
    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;
  }
  .c4a8481[data-open="true"] .c9ee25e { display: block; }
  .c4a8481:hover > .c9ee25e, .c4a8481:focus-within > .c9ee25e { display: none; }
  .c4a8481[data-open="true"]:hover > .c9ee25e { display: block; }
  .ccb44e3 { grid-template-columns: 1fr; }
  .c302b67 { display: none; }
   
  .c63c790 .c36cf21 { display: flex; margin-top: 1.4rem; }
  .c589570 { display: block; }

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

  .c0c8a2b { grid-template-columns: 1fr; }
  .cfb360f .cf03700 { order: 0; }
  .c132cef { order: -1; }
  .c8d2084 { grid-template-columns: repeat(2, 1fr); }
  .c291132 { grid-template-columns: repeat(2, 1fr); }
  .c2c7fcf { display: flex; }
  body { padding-bottom: 52px; }
   
  .cf0437d { display: none; }
  .c2d84ae { display: none; }
  .c589570 {
    margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line);
  }
  .c589570 .cd33405 { font-size: .95rem; color: var(--body); }
}

@media (max-width: 560px) {
  .cc74509, .c397f1f, .c86d8d6, .cb6381f, .ca02f42 { grid-template-columns: 1fr; }
  .c8d2084 { grid-template-columns: 1fr; }
  .cd7f4f1, .c0ed9ba { grid-template-columns: 1fr; }
  .c0a3815 { grid-template-columns: 1fr; }
  .c291132 { grid-template-columns: 1fr; }
  .c02649f { grid-template-columns: 1fr; }
  .cacb93e { grid-template-columns: 1fr; }
  .c4ab6d8 { margin-top: -2.2rem; }
}

@media print {
  .cf0437d, .c63c790, .c2c7fcf, .ca2fddc, .cdb12dc { 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"] > .c4abc3d {
  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 > .c4abc3d { transform: none; }

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

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

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

 
 
.c65e6bc { position: relative; background: var(--paper); }
.cc019a8 { background: var(--cream); }
.cc15040 { background: var(--ink); }
.cc15040 h2, .cc15040 h3 { color: #fff; }
.cc15040 p, .cc15040 li { color: rgba(255,255,255,.78); }
.cc15040 .c74cec9 { color: var(--gold-lift); }
.cc15040 .c4fb046, .cc15040 .cc269a1 { border-color: var(--line-dark); }
.cc15040 .cc269a1 > a { color: #fff; }
.cc15040 .cc269a1 > a:hover { color: var(--gold-lift); }

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

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

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

.c8800d9 {
  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;
}
.c65e6bc:not(.c42b33f) .c8800d9 { padding-right: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.c42b33f .c8800d9 { padding-left: max(var(--shell-pad), (100vw - var(--shell)) / 2); }
.c8800d9 > .c4685e5 { margin-top: 1.1rem; }
.c8800d9 .ca78040 { margin-top: 1.5rem; }
.c8800d9 .ca78040 p { font-size: .97rem; }
.c302c63 { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.6rem; margin-top: 2rem; }

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

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

 
.c81af12 { display: grid; }
.c81af12 .ce3a33c { height: 100%; }
.c81af12::after { display: none; }
 
 
.c528756 .c365d99 .c4ab6d8 h1 { color: var(--ink); }
.c528756 .c365d99 .c4ab6d8 p { color: var(--body); }
.c528756 .c365d99 .c4ab6d8 .c74cec9 { color: var(--gold-text); }
.c528756 .c365d99 .c4ab6d8 .cd9d29f { background: var(--ink); color: #fff; }
.c528756 .c365d99 .c4ab6d8 .cd9d29f:hover { background: var(--gold); }
.c528756 .c365d99 .c4ab6d8 .cf70f70 { color: var(--ink); }
 
.c528756 .c365d99 .ce3a33c { visibility: hidden; }
.c528756 .c365d99 .c81af12 {
  background:
    repeating-linear-gradient(135deg, rgba(163,131,63,.05) 0 12px, transparent 12px 24px),
    var(--cream-deep);
}

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

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

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

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

 
.c5bd1d2 { margin-top: 2.4rem; }
.c5bd1d2 > .c74cec9 { display: block; margin-bottom: .8rem; }
.c5bd1d2 .c26b7be { border-top: 1px solid var(--line); }
.cc15040 .c5bd1d2 .c26b7be, .cc15040 .c5bd1d2 .cc76609 { border-color: var(--line-dark); }
.cc15040 .c5bd1d2 .cbe8512 { color: #fff; }
.c5bd1d2 .cbe8512 { font-size: .95rem; padding-block: 1rem; }
.c5bd1d2 .ccce04c { font-size: .9rem; }
.c5bd1d2 .ccce04c table { font-size: .85rem; }

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

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

 
@media (max-width: 1024px) {
   
  .c319edc, .c42b33f .c319edc {
    display: flex; flex-direction: column; min-height: 0;
  }
  .c8800d9 { order: 1; }
  .ce270e4, .c42b33f .ce270e4 { order: 2; }
   
  .ce270e4 { position: relative; top: auto; height: clamp(340px, 52vw, 560px); min-height: 0; }
  .c8800d9,
  .c65e6bc:not(.c42b33f) .c8800d9,
  .c42b33f .c8800d9 { padding-inline: var(--shell-pad); max-width: none; }
  .cb09d3c { grid-template-columns: 1fr; }
  .ce2b122 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .c81bb7b { columns: 2 !important; }
  .c18b9ab { grid-template-columns: 1fr 1fr; }
  .c18b9ab figure:nth-child(3) { display: none; }
   
  .cd5b81c .cf56bed { flex-direction: column; align-items: stretch; flex-wrap: nowrap; }
  .c5e7993 { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .c5e7993 .cc7344b { width: 100%; text-align: center; justify-content: center; }
}
@media (max-width: 560px) {
  .c81bb7b { columns: 1 !important; }
  .c18b9ab { grid-template-columns: 1fr; }
  .c18b9ab figure:nth-child(3) { display: block; }
   
  .cb576aa,
  .c42b33f .cb576aa {
    left: 0; right: auto; bottom: 0; max-width: none;
    padding: .85rem 1.1rem; border-radius: 0 var(--radius) 0 0;
  }
  .cb576aa strong { font-size: 1.3rem; }
  .ce270e4 { height: clamp(260px, 62vw, 400px); }
}

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

 

 
 
.cb7b4d1 .c068154 { padding-bottom: 0; }
.cb7b4d1 .c65ded5 { display: none; }
.cb7b4d1 .c068154 > .cf56bed { max-width: none; padding: 0; }
.cb7b4d1 .c4ab6d8 {
  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);
}
.cb7b4d1 .c4ab6d8 > * { grid-column: 1; max-width: 100%; }
.cb7b4d1 .c4ab6d8 {
  align-content: center;
  padding: clamp(2.5rem, 1.5rem + 4vw, 5rem) clamp(1.25rem, .55rem + 2.8vw, 4rem);
}
.cb7b4d1 .c4ab6d8 h1 { color: var(--ink); max-width: 15ch; }
.cb7b4d1 .c4ab6d8 p { color: var(--body); }
.cb7b4d1 .c4ab6d8 .c74cec9 { color: var(--gold-text); }
 
.cb7b4d1 .c4ab6d8 { position: relative; }
.cb7b4d1 .c298694 {
  position: absolute; top: 0; right: 0; bottom: 0; width: 50%;
  overflow: clip; background: var(--cream-deep);
}
.cb7b4d1 .c298694 > img, .cb7b4d1 .c298694 > .c4abc3d {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.cb7b4d1 .cd9d29f { background: var(--ink); color: #fff; }
.cb7b4d1 .cd9d29f:hover { background: var(--gold); }
.cb7b4d1 .c4ab6d8 .cf70f70 { color: var(--ink); }

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

 
 
.c6722f3 .c068154 { padding-bottom: 0; display: flex; flex-direction: column-reverse; }
.c6722f3 .c65ded5 { height: clamp(300px, 34vw, 520px); }
.c6722f3 .c65ded5::after { background: none; }
.c6722f3 .c068154 > .cf56bed { padding-block: clamp(2.6rem, 1.6rem + 3.5vw, 5rem); }
.c6722f3 .c4ab6d8 {
  background: none; color: var(--body); margin: 0; padding: 0; max-width: 58rem;
}
.c6722f3 .c4ab6d8 h1 { color: var(--ink); }
.c6722f3 .c4ab6d8 p { color: var(--body); max-width: 58ch; }
.c6722f3 .c4ab6d8 .c74cec9 { color: var(--gold-text); }
.c6722f3 .cd9d29f { background: var(--ink); color: #fff; }
.c6722f3 .c4ab6d8 .cf70f70 { color: var(--ink); }

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

 
 
 
.c56fdf0 .c319edc { display: flex; flex-direction: column; min-height: 0; }
.c56fdf0 .c8800d9 { order: 1; }
.c56fdf0 .ce270e4 { order: 2; }
.c56fdf0 .ce270e4 {
  position: relative; top: auto; height: clamp(340px, 40vw, 620px);
  width: 100%; min-height: 0;
}
.c56fdf0 .c8800d9,
.c56fdf0 .c65e6bc:not(.c42b33f) .c8800d9,
.c56fdf0 .c42b33f .c8800d9 {
  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) {
  .c56fdf0 .c8800d9 > .c4685e5,
  .c56fdf0 .c8800d9 > .ca78040 { max-width: 68ch; }
  .c56fdf0 .c7f29a5 { columns: 2; column-gap: 3.5rem; }
  .c56fdf0 .c1222b2 { break-inside: avoid; }
  .c56fdf0 .c1222b2:first-child { border-top: 0; }
}

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

 
 
.c73edb9 .c9ee25e { display: none !important; }
.c73edb9 .cebc68c { display: none; }
.c73edb9 .cf0437d { border-bottom: 0; }

 
 
@media (min-width: 881px) {
  .c400498 .c63c790 .cf56bed {
    display: grid; grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "spacer brand actions" "nav nav nav";
    gap: .4rem 1rem; padding-block: 1.1rem;
  }
  .c400498 .c1f2a61 { grid-area: brand; margin: 0; justify-content: center; }
  .c400498 .c2d84ae { grid-area: actions; justify-content: flex-end; }
  .c400498 .c7efef7 { grid-area: nav; justify-content: center; gap: .4rem; }
  .c400498 .c9ee25e { display: none !important; }
  .c400498 .cebc68c { display: none; }
}

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

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

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

 
@media (max-width: 900px) {
  .cb7b4d1 .c4ab6d8 { grid-template-columns: 1fr; min-height: 0; }
  .cb7b4d1 .c298694 {
    position: static; width: auto; grid-column: 1; grid-row: 2;
    height: clamp(280px, 56vw, 440px);
  }
  .cfbfc05 .c6c4f80 { grid-template-columns: 1fr 1fr; }
  .c528756 .c65ded5 { height: clamp(460px, 92vw, 640px); }
}

 
:root {
  --ink:        #1a2338;
  --ink-soft:   #28324a;
  --body:       #4a5163;
  --body-light: #616878;
  --gold:       #4a7fa5;
  --gold-lift:  #7aa8c9;
  --gold-text:  #417091;    
  --ph-text:    #5b6270;        
  --paper:      #ffffff;
  --cream:      #eef1f5;
  --cream-deep: #dfe5ed;
  --line:       #d8dee8;

  --serif: "Playfair Display", Georgia, serif;
  --sans:  "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --radius:    4px;
  --radius-lg: 6px;

  --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, .cd65301, .cd4eec2, .cb576aa strong {
  letter-spacing: normal;
}

.cc7344b { border-radius:var(--radius); }
.cc56680 input, .cc56680 select, .cc56680 textarea { border-radius: var(--radius); }

.c74cec9 { text-transform: uppercase; }

 
.c74cec9, .cf70f70, .c1d8a97 > h3 { color: var(--gold-text); }
.ce3a33c { color: var(--ph-text); }
.c84a7f6 { color: var(--gold-text); }
.c616b65 .c74cec9, .cc15040 .c74cec9, .c4b3fd7 .c74cec9,
.c1ed04d .c74cec9, .cd5b81c .c74cec9,
.c5f04ad .c74cec9, .cdfb0d9 h3,
.c50b531 .c4ab6d8 .c74cec9,
.cfbfc05 .c4ab6d8 .c74cec9,
.c528756 .c068154:not(.c365d99) .c4ab6d8 .c74cec9 { color: var(--gold-lift); }
.c616b65 .cf70f70, .cc15040 .cf70f70, .c4b3fd7 .cf70f70,
.c1ed04d .cf70f70, .cd5b81c .cf70f70,
.c50b531 .c4ab6d8 .cf70f70,
.cfbfc05 .c4ab6d8 .cf70f70,
.c528756 .c068154:not(.c365d99) .c4ab6d8 .cf70f70 { color: var(--gold-lift); }

 
.ce821cd .c74cec9, .ce821cd .cf70f70 { color: var(--gold-text); }
