main{}/* ============================================================
   THE HALF-ACRE v2 — Global styles
   Fonts: Fraunces (display) + DM Mono (body/labels)
   Theme: Field Notes — dark organic editorial
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,600;1,9..144,700&family=DM+Mono:wght@300;400;500&display=swap');

:root {
  --ha-soil:    #0E0C08;
  --ha-parch:   #E8DFC8;
  --ha-parch2:  #C9BC9C;
  --ha-gold:    #C8922A;
  --ha-amber:   #E8A83A;
  --ha-sage:    #6B7C5C;
  --ha-moss:    #3D5232;
  --ha-rust:    #9B4C2A;
  --ha-cream:   #F4EFE2;
  --ha-muted:   rgba(232,223,200,0.45);
  --ha-border:  rgba(232,223,200,0.1);
  --ha-max:     1160px;
  --ha-radius:  6px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Mono', monospace;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ha-soil);
  background: var(--ha-soil);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: var(--ha-amber); }
a:hover { color: var(--ha-gold); }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }main {color:rgba(0,0,0,1.00);position:relative;font-size:16px;background:rgba(255,255,255,1.00);min-height:100vh;font-family:Inter;font-weight:400;line-height:1.4;}main container{width:100%;display:block;max-width:1280px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;}main h2{font-size:42px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h1{font-size:60px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;}main h4{font-size:24px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h5{font-size:20px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h6{font-size:16px;margin-top:0px;font-weight:700;margin-bottom:0px;}main p{margin-top:0px;margin-bottom:0px;}main .stylesheet-part{padding:60px 0px 60px 0px;border-bottom:1px solid rgba(223,223,223,1.00);}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;}main textarea{resize:vertical;}main .button-primary{color:rgba(255,255,255,1.00);border:1px solid rgba(0,0,0,1);background:rgba(0,0,0,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);}main a{cursor:pointer;transition:all 200ms 0ms linear;}main .button-secondary{color:rgba(0,0,0,1.00);border:1px solid rgba(0,0,0,1);background:rgba(255,255,255,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-secondary:hover{color:rgba(255,255,255,1.00);background:rgba(0,0,0,1.00);}main button{cursor:pointer;}main component{display:block;}main .rich-text-dh-styling  hr{width:100%;border:0px solid rgba(0,0,0,1);height:1px;display:block;border-top:1px solid rgb(203,203,203);margin-top:20px;padding-top:0px;margin-bottom:20px;padding-bottom:0px;}main .rich-text-dh-styling{display:flex;row-gap:24px;flex-direction:column;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main .hero{background:var(--soil);color:var(--straw);padding-block:clamp(4rem, 12vw, 9rem) clamp(3rem, 8vw, 6rem);position:relative;overflow:hidden;}main .hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(ellipse 60% 80% at 80% 50%, rgba(107,124,92,0.25) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(160,82,45,0.15) 0%, transparent 60%);pointer-events:none;}main .hero__eyebrow{font-family:var(--font-body);font-size:0.75rem;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;color:var(--mint);margin-bottom:1.25rem;display:flex;align-items:center;gap:0.75rem;}main .hero__eyebrow::after{content:'';display:block;width:40px;height:1px;background:var(--mint);opacity:0.6;}main .hero__lead{font-size:clamp(1rem, 2vw, 1.2rem);max-width:560px;color:rgba(232,217,181,0.8);margin-bottom:2.5rem;}main .hero__stats{display:flex;flex-wrap:wrap;gap:2rem;padding-top:2.5rem;border-top:1px solid rgba(232,217,181,0.15);}main .hero__stat-val{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--mint);line-height:1;}main .hero__stat-label{font-size:0.8rem;color:rgba(232,217,181,0.65);margin-top:0.25rem;letter-spacing:0.03em;}main .site-nav{background:var(--soil);border-bottom:1px solid rgba(232,217,181,0.1);position:sticky;top:0;z-index:100;}main .site-nav__inner{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none;}main .site-nav__inner::-webkit-scrollbar{display:none;}main .nav-link{font-family:var(--font-body);font-size:0.8rem;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;color:rgba(232,217,181,0.55);text-decoration:none;padding:1rem 1.25rem;white-space:nowrap;transition:color 0.2s;border-bottom:2px solid transparent;}main .nav-link:hover{color:var(--straw);}main .section{padding-block:clamp(3rem, 8vw, 6rem);}main .section-header{margin-bottom:clamp(2rem, 5vw, 3.5rem);max-width:680px;}main .zone-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1px;background:rgba(44,35,24,0.1);border:1px solid rgba(44,35,24,0.1);border-radius:12px;overflow:hidden;}main .zone-card{background:var(--white);padding:1.5rem;transition:background 0.2s;}main .zone-card:hover{background:var(--cream);}main .zone-card__header{display:flex;align-items:flex-start;gap:10px;margin-bottom:0.5rem;}main .zone-card__dot{width:10px;height:10px;border-radius:50%;margin-bottom:1rem;flex-shrink:0;}main .zone-card__size{font-size:0.75rem;font-weight:500;letter-spacing:0.05em;color:var(--clay);margin-top:0.1rem;}main .section--alt{background:var(--white);}main .sisters-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:1.5rem;}@media screen and (max-width: 767px) {main .sisters-grid{grid-template-columns:1fr;}}main .sister-card{border-radius:12px;padding:1.75rem 1.5rem;position:relative;overflow:hidden;}main .sister-card--corn{background:var(--straw);}main .sister-card__number{font-family:var(--font-display);font-size:3.5rem;font-weight:700;opacity:0.12;position:absolute;top:0.5rem;right:1rem;line-height:1;color:var(--soil);}main .sister-card--bean{background:var(--mint);}main .sister-card--squash{background:#EAD8B8;}main .crop-section__title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--soil);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid rgba(44,35,24,0.12);}main .crop-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:10px;}main .crop-card{background:var(--cream);border-radius:8px;padding:1rem;border:1px solid rgba(44,35,24,0.08);}main .crop-card__name{font-weight:500;font-size:0.95rem;margin-bottom:0.35rem;}main .calendar-strip{display:grid;grid-template-columns:90px 1fr;gap:0;border-radius:12px;overflow:hidden;border:1px solid rgba(44,35,24,0.1);}@media screen and (max-width: 767px) {main .calendar-strip{grid-template-columns:70px 1fr;}}main .cal-row{display:contents;}main .cal-row:last-child .cal-month{border-bottom:none;}main .cal-row:last-child .cal-content{border-bottom:none;}main .cal-month{background:var(--soil);color:var(--straw);font-size:0.75rem;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,0.06);}main .cal-content{background:var(--white);padding:1rem 1.25rem;font-size:0.88rem;color:var(--bark);border-bottom:1px solid rgba(44,35,24,0.06);display:flex;align-items:center;gap:0.75rem;}main .cal-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;}main .livestock-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;}@media screen and (max-width: 767px) {main .livestock-grid{grid-template-columns:1fr;}}main .livestock-card{border-radius:12px;overflow:hidden;border:1px solid rgba(44,35,24,0.1);}main .livestock-card__header{padding:1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;}main .livestock-card__label{font-size:0.7rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--clay);margin-bottom:0.3rem;}main .livestock-card__stat{font-family:var(--font-display);font-size:1.6rem;font-weight:600;color:var(--soil);}main .livestock-card__body{padding:1.5rem;background:var(--white);}main .loop-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:1px;background:rgba(44,35,24,0.1);border-radius:12px;overflow:hidden;}main .loop-card{background:var(--white);padding:1.25rem 1.5rem;}main .loop-card__dot{width:10px;height:10px;border-radius:50%;margin-bottom:0.75rem;}main .costs-wrap{border:1px solid rgba(44,35,24,0.1);border-radius:12px;overflow:hidden;}main .costs-table{width:100%;border-collapse:collapse;font-size:0.88rem;}main .timeline{display:flex;flex-direction:column;gap:0;}main .tl-item{display:grid;grid-template-columns:120px 1fr;gap:0;border-bottom:1px solid rgba(44,35,24,0.08);}main .tl-item:last-child{border-bottom:none;}@media screen and (max-width: 767px) {main .tl-item{grid-template-columns:80px 1fr;}}main .tl-year{background:var(--soil);color:var(--mint);font-family:var(--font-display);font-size:1rem;font-weight:600;padding:1.25rem 1.25rem;display:flex;align-items:flex-start;justify-content:flex-end;text-align:right;}main .tl-body{background:var(--white);padding:1.25rem 1.5rem;}main .tl-percent{display:inline-block;font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--leaf);margin-left:0.5rem;}main .hacks-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.5rem;}main .hack-card{background:var(--white);border-radius:12px;padding:1.5rem;border:1px solid rgba(44,35,24,0.08);}main .badge-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:1rem;}main .badge{display:inline-block;font-size:0.72rem;font-weight:500;padding:3px 10px;border-radius:99px;letter-spacing:0.03em;}main .badge--green{background:var(--mint);color:var(--leaf);}main .badge--amber{background:#EEDDB0;color:#7A5A10;}main .badge--blue{background:var(--sky);color:#2A4E6A;}main .section--dark{background:var(--soil);color:var(--straw);}main .energy-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:1.5rem;margin-bottom:2.5rem;}main .energy-card{background:rgba(232,217,181,0.12);border-radius:12px;padding:1.5rem;border:1px solid rgba(232,217,181,0.2);}main .energy-stack{margin-top:2rem;}main .energy-stack__row{display:grid;grid-template-columns:260px 1fr 60px;align-items:center;gap:1rem;padding:0.75rem 0;border-bottom:1px solid rgba(232,217,181,0.1);}main .energy-stack__row:last-child{border-bottom:none;}@media screen and (max-width: 767px) {main .energy-stack__row{grid-template-columns:1fr 1fr 40px;}}main .energy-stack__label{font-size:0.88rem;color:var(--straw);}@media screen and (max-width: 767px) {main .energy-stack__label{grid-column:1 / -1;}}main .energy-stack__bar-wrap{background:rgba(255,255,255,0.1);border-radius:4px;height:6px;overflow:hidden;}main .energy-stack__bar{height:100%;border-radius:4px;background:var(--mint);}main .energy-stack__pct{font-size:0.85rem;color:var(--mint);text-align:right;font-weight:500;}main .tips-list{display:flex;flex-direction:column;gap:0;}main .tip-row{display:flex;gap:1.25rem;padding:1rem 0;border-bottom:1px solid rgba(44,35,24,0.08);align-items:flex-start;}main .tip-row:last-child{border-bottom:none;}main .tip-icon{width:28px;height:28px;background:var(--mint);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.9rem;margin-top:0.1rem;}main .site-footer{background:var(--soil);color:rgba(232,217,181,0.5);text-align:center;padding:2rem;font-size:0.8rem;letter-spacing:0.05em;}main .ha-nav{background:var(--ha-soil);position:sticky;top:0;z-index:200;border-bottom:1px solid rgba(232,217,176,0.08);}main .ha-container{width:100%;max-width:var(--ha-max);margin-inline:auto;padding-inline:clamp(1.25rem, 5vw, 3rem);}main .ha-nav__inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1rem;}main .ha-nav__brand{font-family:var(--ha-font-display);font-size:1.1rem;font-weight:600;color:var(--ha-straw);text-decoration:none;white-space:nowrap;letter-spacing:0.02em;}main .ha-nav__links{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none;}main .ha-nav__links::-webkit-scrollbar{display:none;}main .ha-nav__link{font-size:0.78rem;font-weight:500;letter-spacing:0.07em;text-transform:uppercase;color:rgba(232,217,176,0.5);text-decoration:none;padding:0.5rem 0.9rem;white-space:nowrap;transition:color 0.2s;border-radius:6px;}main .ha-nav__link:hover{color:var(--ha-straw);}main .ha-page-hero{background:var(--ha-soil);padding-block:clamp(3.5rem, 9vw, 7rem) clamp(2.5rem, 6vw, 4.5rem);position:relative;overflow:hidden;}main .ha-page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 70% at 85% 40%, rgba(94,112,80,0.2) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 5% 90%,  rgba(155,79,42,0.12) 0%, transparent 60%);pointer-events:none;}main .ha-page-hero__lead{font-size:clamp(1rem, 2vw, 1.15rem);color:rgba(232,217,176,0.75);max-width:540px;}main .ha-stats{display:flex;flex-wrap:wrap;gap:2rem 3rem;padding-top:2.5rem;margin-top:2.5rem;border-top:1px solid rgba(232,217,176,0.12);}main .ha-stat__val{font-family:var(--ha-font-display);font-size:2rem;font-weight:700;color:var(--ha-mint);line-height:1;}main .ha-stat__label{font-size:0.78rem;color:rgba(232,217,176,0.55);margin-top:0.3rem;letter-spacing:0.04em;}main .ha-section{padding-block:clamp(3rem, 8vw, 5.5rem);}main .ha-section--alt{background:var(--ha-white);}main .ha-section-header{margin-bottom:clamp(2rem, 5vw, 3.5rem);max-width:640px;}main .ha-card-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1px;background:rgba(30,26,20,0.1);border:1px solid rgba(30,26,20,0.1);border-radius:var(--ha-radius);overflow:hidden;}main .ha-card{background:var(--ha-white);padding:1.5rem;transition:background 0.18s;}main .ha-card:hover{background:var(--ha-cream);}main .ha-card__eyebrow{font-size:0.72rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--ha-clay);margin-bottom:0.4rem;}main .ha-section-header--centre{max-width:720px;margin-inline:auto;text-align:center;}main .ha-footer{background:var(--ha-soil);border-top:1px solid rgba(255,255,255,0.05);}main .ha-footer__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding-block:2.5rem;}@media screen and (max-width: 767px) {main .ha-footer__inner{grid-template-columns:1fr;}}main .ha-footer__brand{font-family:var(--ha-font-display);font-size:1rem;font-weight:600;color:var(--ha-straw);}main .ha-footer__tagline{font-size:0.8rem;color:rgba(232,217,176,0.4);margin-top:0.3rem;}main .ha-footer__links{display:flex;flex-wrap:wrap;gap:0.5rem 1.5rem;justify-content:flex-end;}@media screen and (max-width: 767px) {main .ha-footer__links{justify-content:flex-start;}}main .Global* *::before *::after{box-sizing:border-box;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;}main .Globalhtml{scroll-behavior:smooth;}main .Globalbody{font-family:'DM Mono', monospace;font-weight:400;font-size:16px;line-height:1.75;color:var(--ha-soil);background:var(--ha-soil);-webkit-font-smoothing:antialiased;}main .Globalimg{display:block;max-width:100%;}main .Globala{color:var(--ha-amber);}main .Globala:hover{color:var(--ha-gold);}main .Globalp{margin-bottom:1em;}main .Globalp:last-child{margin-bottom:0;}body main .t7{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t7{row-gap:30px;grid-template-columns:1fr ;}}body main .t9{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t9{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t10{color:rgba(163,117,255,1.00);}}body main .t18{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t18{row-gap:30px;grid-template-columns:1fr ;}}body main .t20{display:flex;row-gap:40px;column-gap:40px;}body main .t22{display:flex;flex-direction:column;}body main .t23{display:flex;flex-direction:column;}body main .t24{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t27{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t29{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t29{row-gap:30px;grid-template-columns:1fr ;}}body main .t30{display:flex;row-gap:25px;flex-direction:column;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t37{display:flex;column-gap:100px;}body main .t40{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t48{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t56{color:rgba(163,117,255,1.00);}}body main .t63{color:var(--soil);font-size:clamp(2.4rem, 6vw, 4.2rem);font-family:var(--font-display);font-weight:700;line-height:1.2;}body main .t66{margin-bottom:1em;}body main .t66:last-child{margin-bottom:0;}body main .t91{color:var(--leaf);text-decoration:underline;text-underline-offset:3px;}body main .t91:hover{color:var(--clay);}body main .t92{color:var(--leaf);text-decoration:underline;text-underline-offset:3px;}body main .t92:hover{color:var(--clay);}body main .t93{color:var(--leaf);text-decoration:underline;text-underline-offset:3px;}body main .t93:hover{color:var(--clay);}body main .t94{color:var(--leaf);text-decoration:underline;text-underline-offset:3px;}body main .t94:hover{color:var(--clay);}body main .t95{color:var(--leaf);text-decoration:underline;text-underline-offset:3px;}body main .t95:hover{color:var(--clay);}body main .t96{color:var(--leaf);text-decoration:underline;text-underline-offset:3px;}body main .t96:hover{color:var(--clay);}body main .t100{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t101{color:var(--soil);font-size:clamp(1.6rem, 3.5vw, 2.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t102{margin-bottom:1em;}body main .t102:last-child{margin-bottom:0;}body main .t106{background:#4A6741;}body main .t108{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t111{margin-bottom:1em;}body main .t111:last-child{margin-bottom:0;}body main .t114{background:#A0522D;}body main .t116{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t119{margin-bottom:1em;}body main .t119:last-child{margin-bottom:0;}body main .t122{background:#993C1D;}body main .t124{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t127{margin-bottom:1em;}body main .t127:last-child{margin-bottom:0;}body main .t130{background:#185FA5;}body main .t132{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t135{margin-bottom:1em;}body main .t135:last-child{margin-bottom:0;}body main .t138{background:#534AB7;}body main .t140{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t143{margin-bottom:1em;}body main .t143:last-child{margin-bottom:0;}body main .t146{background:#3B6D11;}body main .t148{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t151{margin-bottom:1em;}body main .t151:last-child{margin-bottom:0;}body main .t154{background:#0F6E56;}body main .t156{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t159{margin-bottom:1em;}body main .t159:last-child{margin-bottom:0;}body main .t162{background:#5F5E5A;}body main .t164{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t167{margin-bottom:1em;}body main .t167:last-child{margin-bottom:0;}body main .t168{color:var(--bark);font-size:0.85rem;margin-top:1.5rem;margin-bottom:1em;}body main .t168:last-child{margin-bottom:0;}body main .t169{font-weight:500;}body main .t174{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t175{color:var(--soil);font-size:clamp(1.6rem, 3.5vw, 2.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t176{margin-bottom:1em;}body main .t176:last-child{margin-bottom:0;}body main .t177{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:0.5rem;}body main .t178{color:var(--bark);font-size:0.95rem;margin-bottom:1em;}body main .t178:last-child{margin-bottom:0;}body main .t183{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t184{margin-bottom:1em;}body main .t184:last-child{margin-bottom:0;}body main .t188{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t189{margin-bottom:1em;}body main .t189:last-child{margin-bottom:0;}body main .t193{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t194{margin-bottom:1em;}body main .t194:last-child{margin-bottom:0;}body main .t195{margin-top:3rem;}body main .t203{margin-bottom:1em;}body main .t203:last-child{margin-bottom:0;}body main .t207{margin-bottom:1em;}body main .t207:last-child{margin-bottom:0;}body main .t211{margin-bottom:1em;}body main .t211:last-child{margin-bottom:0;}body main .t215{margin-bottom:1em;}body main .t215:last-child{margin-bottom:0;}body main .t223{margin-bottom:1em;}body main .t223:last-child{margin-bottom:0;}body main .t227{margin-bottom:1em;}body main .t227:last-child{margin-bottom:0;}body main .t231{margin-bottom:1em;}body main .t231:last-child{margin-bottom:0;}body main .t235{margin-bottom:1em;}body main .t235:last-child{margin-bottom:0;}body main .t239{margin-bottom:1em;}body main .t239:last-child{margin-bottom:0;}body main .t243{margin-bottom:1em;}body main .t243:last-child{margin-bottom:0;}body main .t244{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);margin-top:3rem;font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:1rem;}body main .t250{background:#5F5E5A;}body main .t256{background:#6B7C5C;}body main .t262{background:#4A6741;}body main .t268{background:#3B6D11;}body main .t274{background:#A0522D;}body main .t280{background:#2C2318;}body main .t285{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t286{color:var(--soil);font-size:clamp(1.6rem, 3.5vw, 2.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t287{margin-bottom:1em;}body main .t287:last-child{margin-bottom:0;}body main .t296{text-align:right;}body main .t299{font-size:1.1rem;}body main .t315{text-align:right;}body main .t318{font-size:1.1rem;}body main .t328{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:1rem;}body main .t331{background:#4A6741;}body main .t332{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t333{margin-bottom:1em;}body main .t333:last-child{margin-bottom:0;}body main .t335{background:#534AB7;}body main .t336{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t337{margin-bottom:1em;}body main .t337:last-child{margin-bottom:0;}body main .t339{background:#A0522D;}body main .t340{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t341{margin-bottom:1em;}body main .t341:last-child{margin-bottom:0;}body main .t343{background:#3B6D11;}body main .t344{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t345{margin-bottom:1em;}body main .t345:last-child{margin-bottom:0;}body main .t349{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t350{color:var(--soil);font-size:clamp(1.6rem, 3.5vw, 2.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t351{margin-bottom:1em;}body main .t351:last-child{margin-bottom:0;}body main .t358{text-align:right;}body main .t452{text-align:right;}body main .t490{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);margin-top:3rem;font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:1rem;}body main .t491{border:1px solid rgba(44,35,24,0.1);overflow:hidden;border-radius:12px;}body main .t496{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t499{margin-bottom:1em;}body main .t499:last-child{margin-bottom:0;}body main .t504{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t507{margin-bottom:1em;}body main .t507:last-child{margin-bottom:0;}body main .t512{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t515{margin-bottom:1em;}body main .t515:last-child{margin-bottom:0;}body main .t520{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t523{margin-bottom:1em;}body main .t523:last-child{margin-bottom:0;}body main .t528{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t531{margin-bottom:1em;}body main .t531:last-child{margin-bottom:0;}body main .t535{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t536{color:var(--soil);font-size:clamp(1.6rem, 3.5vw, 2.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t537{margin-bottom:1em;}body main .t537:last-child{margin-bottom:0;}body main .t540{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t542{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t543{margin-bottom:1em;}body main .t543:last-child{margin-bottom:0;}body main .t545{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t547{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t548{margin-bottom:1em;}body main .t548:last-child{margin-bottom:0;}body main .t550{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t552{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t553{margin-bottom:1em;}body main .t553:last-child{margin-bottom:0;}body main .t555{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t557{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t558{margin-bottom:1em;}body main .t558:last-child{margin-bottom:0;}body main .t560{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t562{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t563{margin-bottom:1em;}body main .t563:last-child{margin-bottom:0;}body main .t565{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t567{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t568{margin-bottom:1em;}body main .t568:last-child{margin-bottom:0;}body main .t570{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t572{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t573{margin-bottom:1em;}body main .t573:last-child{margin-bottom:0;}body main .t575{width:36px;height:36px;display:flex;font-size:1rem;background:var(--mint);align-items:center;border-radius:8px;margin-bottom:1rem;justify-content:center;}body main .t577{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t578{margin-bottom:1em;}body main .t578:last-child{margin-bottom:0;}body main .t579{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);margin-top:3rem;font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:1rem;}body main .t580{color:var(--bark);font-size:0.9rem;margin-bottom:1em;}body main .t580:last-child{margin-bottom:0;}body main .t592{color:var(--clay);font-size:1rem;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}body main .t593{color:var(--soil);font-size:clamp(1.6rem, 3.5vw, 2.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t594{margin-bottom:1em;}body main .t594:last-child{margin-bottom:0;}body main .t597{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t598{margin-bottom:1em;}body main .t598:last-child{margin-bottom:0;}body main .t600{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t601{margin-bottom:1em;}body main .t601:last-child{margin-bottom:0;}body main .t603{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t604{margin-bottom:1em;}body main .t604:last-child{margin-bottom:0;}body main .t606{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;}body main .t607{margin-bottom:1em;}body main .t607:last-child{margin-bottom:0;}body main .t609{color:rgba(232,217,181,0.45);font-size:0.75rem;font-weight:500;margin-bottom:1rem;letter-spacing:0.1em;text-transform:uppercase;}body main .t615{width:65%;}body main .t622{width:78%;}body main .t629{width:88%;}body main .t636{width:95%;}body main .t639{border:1px solid rgba(232,217,181,0.12);padding:1.5rem 2rem;background:rgba(232,217,181,0.08);margin-top:2.5rem;border-radius:12px;}body main .t640{color:var(--soil);font-size:clamp(1.1rem, 2vw, 1.4rem);font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:1rem;}body main .t643{color:var(--mint);background:rgba(200,217,184,0.2);}body main .t645{margin-bottom:1em;}body main .t645:last-child{margin-bottom:0;}body main .t646{font-weight:500;}body main .t649{color:var(--mint);background:rgba(200,217,184,0.2);}body main .t651{margin-bottom:1em;}body main .t651:last-child{margin-bottom:0;}body main .t652{font-weight:500;}body main .t655{color:var(--mint);background:rgba(200,217,184,0.2);}body main .t657{margin-bottom:1em;}body main .t657:last-child{margin-bottom:0;}body main .t658{font-weight:500;}body main .t660{color:rgba(232,217,181,0.35);font-size:0.78rem;margin-top:1.5rem;margin-bottom:1em;}body main .t660:last-child{margin-bottom:0;}body main .t662{margin-bottom:1em;}body main .t662:last-child{margin-bottom:0;}body main .t665{overflow:hidden;position:relative;background:#0E0C08;padding-block:clamp(5rem,12vw,9rem) clamp(4rem,8vw,6rem);}body main .t666{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t667{color:#C8922A;font-size:0.68rem;font-family:'DM Mono', monospace;font-weight:400;margin-bottom:1.5rem;letter-spacing:0.18em;text-transform:uppercase;}body main .t668{color:#E8DFC8;font-size:clamp(3rem,7vw,5.5rem);max-width:700px;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1.05;margin-bottom:1.75rem;}body main .t669{display:block;}body main .t670{color:#E8A83A;display:block;font-style:italic;}body main .t671{color:rgba(232,223,200,0.45);font-size:0.85rem;max-width:520px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:3rem;}body main .t672{gap:2.5rem 4rem;display:flex;flex-wrap:wrap;border-top:1px solid rgba(232,223,200,0.12);padding-top:2.5rem;}body main .t674{color:#E8A83A;font-size:2.4rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t675{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t677{color:#E8A83A;font-size:2.4rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t678{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t680{color:#E8A83A;font-size:2.4rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t681{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t683{color:#E8A83A;font-size:2.4rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t684{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t685{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t686{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t687{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t688{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:560px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:1rem;}body main .t689{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:3rem;}body main .t690{border:1px solid rgba(232,223,200,0.1);overflow:hidden;border-radius:6px;margin-bottom:4rem;}body main .t691{width:100%;display:block;background:rgb(0,0,0);padding-top:20px;border-radius:4px;}body main .t692{display:grid;overflow:hidden;border-top:1px solid rgba(232,223,200,0.08);border-left:1px solid rgba(232,223,200,0.08);border-radius:4px;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));}body main .t693{padding:1.75rem 1.5rem;background:rgba(232,223,200,0.03);transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t693:hover{background:rgba(200,146,42,0.05);}body main .t694{color:#C8922A;opacity:0.2;font-size:3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t695{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t696{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.75rem;}body main .t697{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t698{padding:1.75rem 1.5rem;background:rgba(232,223,200,0.03);transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t698:hover{background:rgba(200,146,42,0.05);}body main .t699{color:#C8922A;opacity:0.2;font-size:3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t700{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t701{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.75rem;}body main .t702{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t703{padding:1.75rem 1.5rem;background:rgba(232,223,200,0.03);transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t703:hover{background:rgba(200,146,42,0.05);}body main .t704{color:#C8922A;opacity:0.2;font-size:3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t705{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t706{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.75rem;}body main .t707{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t708{padding:1.75rem 1.5rem;background:rgba(232,223,200,0.03);transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t708:hover{background:rgba(200,146,42,0.05);}body main .t709{color:#C8922A;opacity:0.2;font-size:3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t710{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t711{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.75rem;}body main .t712{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t713{padding:1.75rem 1.5rem;background:rgba(232,223,200,0.03);transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t713:hover{background:rgba(200,146,42,0.05);}body main .t714{color:#C8922A;opacity:0.2;font-size:3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t715{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t716{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.75rem;}body main .t717{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t718{background:#F4EFE2;padding-block:clamp(4rem,10vw,7rem);}body main .t719{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t720{color:#9B4C2A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t721{color:#0E0C08;font-size:clamp(1.6rem,3vw,2.4rem);font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.75rem;}body main .t722{color:rgba(14,12,8,0.5);font-size:0.9rem;max-width:540px;line-height:1.75;margin-bottom:3rem;}body main .t723{gap:1rem;display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));}body main .t724{text-decoration:none;}body main .t725{border:1px solid rgba(14,12,8,0.08);cursor:pointer;padding:1.5rem;background:#F4EFE2;transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t725:hover{box-shadow:0 4px 20px rgba(155,76,42,0.12);border-color:#9B4C2A;}body main .t726{color:#9B4C2A;font-size:0.62rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.12em;}body main .t727{color:#0E0C08;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.5rem;}body main .t728{color:rgba(14,12,8,0.5);margin:0;font-size:0.82rem;line-height:1.7;}body main .t729{text-decoration:none;}body main .t730{border:1px solid rgba(14,12,8,0.08);cursor:pointer;padding:1.5rem;background:#F4EFE2;transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t730:hover{box-shadow:0 4px 20px rgba(155,76,42,0.12);border-color:#9B4C2A;}body main .t731{color:#9B4C2A;font-size:0.62rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.12em;}body main .t732{color:#0E0C08;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.5rem;}body main .t733{color:rgba(14,12,8,0.5);margin:0;font-size:0.82rem;line-height:1.7;}body main .t734{text-decoration:none;}body main .t735{border:1px solid rgba(14,12,8,0.08);cursor:pointer;padding:1.5rem;background:#F4EFE2;transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t735:hover{box-shadow:0 4px 20px rgba(155,76,42,0.12);border-color:#9B4C2A;}body main .t736{color:#9B4C2A;font-size:0.62rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.12em;}body main .t737{color:#0E0C08;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.5rem;}body main .t738{color:rgba(14,12,8,0.5);margin:0;font-size:0.82rem;line-height:1.7;}body main .t739{text-decoration:none;}body main .t740{border:1px solid rgba(14,12,8,0.08);cursor:pointer;padding:1.5rem;background:#F4EFE2;transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t740:hover{box-shadow:0 4px 20px rgba(155,76,42,0.12);border-color:#9B4C2A;}body main .t741{color:#9B4C2A;font-size:0.62rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.12em;}body main .t742{color:#0E0C08;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.5rem;}body main .t743{color:rgba(14,12,8,0.5);margin:0;font-size:0.82rem;line-height:1.7;}body main .t744{text-decoration:none;}body main .t745{border:1px solid rgba(14,12,8,0.08);cursor:pointer;padding:1.5rem;background:#F4EFE2;transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t745:hover{box-shadow:0 4px 20px rgba(155,76,42,0.12);border-color:#9B4C2A;}body main .t746{color:#9B4C2A;font-size:0.62rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.12em;}body main .t747{color:#0E0C08;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.5rem;}body main .t748{color:rgba(14,12,8,0.5);margin:0;font-size:0.82rem;line-height:1.7;}body main .t749{text-decoration:none;}body main .t750{border:1px solid rgba(14,12,8,0.08);cursor:pointer;padding:1.5rem;background:#F4EFE2;transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t750:hover{box-shadow:0 4px 20px rgba(155,76,42,0.12);border-color:#9B4C2A;}body main .t751{color:#9B4C2A;font-size:0.62rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.12em;}body main .t752{color:#0E0C08;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.5rem;}body main .t753{color:rgba(14,12,8,0.5);margin:0;font-size:0.82rem;line-height:1.7;}body main .t754{background:#0E0C08;border-top:1px solid rgba(232,223,200,0.1);}body main .t755{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t756{gap:2rem;display:grid;align-items:center;padding-block:3rem;grid-template-columns:1fr auto;}@media screen and (max-width: 767px) {body main .t756{grid-template-columns:1fr;}}body main .t758{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;}body main .t759{color:#E8A83A;font-style:italic;}body main .t761{color:rgba(232,223,200,0.3);font-size:0.68rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.04em;}body main .t762{gap:0.5rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t762{justify-content:flex-start;}}body main .t763{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t763:hover{color:#E8DFC8;}body main .t764{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t764:hover{color:#E8DFC8;}body main .t765{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t765:hover{color:#E8DFC8;}body main .t766{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t766:hover{color:#E8DFC8;}body main .t767{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t767:hover{color:#E8DFC8;}body main .t768{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t768:hover{color:#E8DFC8;}body main .t772{overflow:hidden;position:relative;background:#0E0C08;padding-block:clamp(4rem,9vw,7rem) clamp(3rem,6vw,5rem);}body main .t773{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t774{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1.25rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t775{color:#E8DFC8;font-size:clamp(2.4rem,5.5vw,4.5rem);max-width:660px;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1.05;margin-bottom:1.5rem;}body main .t776{display:block;}body main .t777{color:#E8A83A;display:block;font-style:italic;}body main .t778{color:rgba(232,223,200,0.45);font-size:0.85rem;max-width:500px;font-family:'DM Mono', monospace;line-height:1.85;}body main .t779{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t780{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t781{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t782{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t783{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t784{gap:2rem 3.5rem;display:flex;flex-wrap:wrap;border-top:1px solid rgba(232,223,200,0.12);margin-top:2.5rem;padding-top:2.5rem;}body main .t786{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t787{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t789{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t790{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t792{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t793{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t795{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t796{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t797{display:grid;overflow:hidden;border-top:1px solid rgba(232,223,200,0.08);border-left:1px solid rgba(232,223,200,0.08);border-radius:4px;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));}body main .t798{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t798:hover{background:rgba(200,146,42,0.05);}body main .t799{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t800{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t801{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t802{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t803{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t803:hover{background:rgba(200,146,42,0.05);}body main .t804{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t805{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t806{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t807{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t808{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t808:hover{background:rgba(200,146,42,0.05);}body main .t809{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t810{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t811{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t812{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t813{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t813:hover{background:rgba(200,146,42,0.05);}body main .t814{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t815{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t816{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t817{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t818{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t818:hover{background:rgba(200,146,42,0.05);}body main .t819{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t820{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t821{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t822{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t823{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t823:hover{background:rgba(200,146,42,0.05);}body main .t824{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t825{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t826{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t827{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t828{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t828:hover{background:rgba(200,146,42,0.05);}body main .t829{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t830{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t831{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t832{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t833{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t833:hover{background:rgba(200,146,42,0.05);}body main .t834{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t835{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t836{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t837{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t838{background:#F4EFE2;padding-block:clamp(4rem,10vw,7rem);}body main .t839{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t840{color:#9B4C2A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t841{color:#0E0C08;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t842{color:rgba(14,12,8,0.5);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t843{gap:1rem;display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));}body main .t844{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:rgba(255,255,255,0.6);transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t844:hover{box-shadow:0 4px 20px rgba(155,76,42,0.1);border-color:#9B4C2A;}body main .t845{color:#9B4C2A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t846{color:#0E0C08;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t847{color:rgba(14,12,8,0.5);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t848{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:rgba(255,255,255,0.6);transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t848:hover{box-shadow:0 4px 20px rgba(155,76,42,0.1);border-color:#9B4C2A;}body main .t849{color:#9B4C2A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t850{color:#0E0C08;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t851{color:rgba(14,12,8,0.5);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t852{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:rgba(255,255,255,0.6);transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t852:hover{box-shadow:0 4px 20px rgba(155,76,42,0.1);border-color:#9B4C2A;}body main .t853{color:#9B4C2A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t854{color:#0E0C08;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t855{color:rgba(14,12,8,0.5);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t856{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:rgba(255,255,255,0.6);transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t856:hover{box-shadow:0 4px 20px rgba(155,76,42,0.1);border-color:#9B4C2A;}body main .t857{color:#9B4C2A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t858{color:#0E0C08;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t859{color:rgba(14,12,8,0.5);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t860{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:rgba(255,255,255,0.6);transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t860:hover{box-shadow:0 4px 20px rgba(155,76,42,0.1);border-color:#9B4C2A;}body main .t861{color:#9B4C2A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t862{color:#0E0C08;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t863{color:rgba(14,12,8,0.5);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t864{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:rgba(255,255,255,0.6);transition:border-color 0.2s, box-shadow 0.2s;border-radius:6px;}body main .t864:hover{box-shadow:0 4px 20px rgba(155,76,42,0.1);border-color:#9B4C2A;}body main .t865{color:#9B4C2A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t866{color:#0E0C08;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t867{color:rgba(14,12,8,0.5);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t868{background:#0E0C08;border-top:1px solid rgba(232,223,200,0.1);}body main .t869{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t870{gap:2rem;display:grid;align-items:center;padding-block:3rem;grid-template-columns:1fr auto;}@media screen and (max-width: 767px) {body main .t870{grid-template-columns:1fr;}}body main .t872{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;}body main .t873{color:#E8A83A;font-style:italic;}body main .t875{color:rgba(232,223,200,0.3);font-size:0.68rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.04em;}body main .t876{gap:0.5rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t876{justify-content:flex-start;}}body main .t877{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t877:hover{color:#E8DFC8;}body main .t878{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t878:hover{color:#E8DFC8;}body main .t879{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t879:hover{color:#E8DFC8;}body main .t880{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t880:hover{color:#E8DFC8;}body main .t881{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t881:hover{color:#E8DFC8;}body main .t882{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t882:hover{color:#E8DFC8;}body main .t886{overflow:hidden;position:relative;background:#0E0C08;padding-block:clamp(4rem,9vw,7rem) clamp(3rem,6vw,5rem);}body main .t887{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t888{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1.25rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t889{color:#E8DFC8;font-size:clamp(2.4rem,5.5vw,4.5rem);max-width:660px;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1.05;margin-bottom:1.5rem;}body main .t890{display:block;}body main .t891{color:#E8A83A;display:block;font-style:italic;}body main .t892{color:rgba(232,223,200,0.45);font-size:0.85rem;max-width:500px;font-family:'DM Mono', monospace;line-height:1.85;}body main .t893{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t894{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t895{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t896{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t897{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t898{gap:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);}@media screen and (max-width: 767px) {body main .t898{grid-template-columns:1fr;}}body main .t899{padding:1.75rem 1.5rem;overflow:hidden;position:relative;background:#E8D9B0;border-radius:6px;}body main .t900{color:#0E0C08;opacity:0.15;font-size:3.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t901{color:#0E0C08;position:relative;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;margin-bottom:0.5rem;}body main .t902{color:rgba(14,12,8,0.5);margin:0;position:relative;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t903{padding:1.75rem 1.5rem;overflow:hidden;position:relative;background:#C4D5B0;border-radius:6px;}body main .t904{color:#0E0C08;opacity:0.15;font-size:3.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t905{color:#0E0C08;position:relative;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;margin-bottom:0.5rem;}body main .t906{color:rgba(14,12,8,0.5);margin:0;position:relative;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t907{padding:1.75rem 1.5rem;overflow:hidden;position:relative;background:#EAD8B8;border-radius:6px;}body main .t908{color:#0E0C08;opacity:0.15;font-size:3.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.5rem;}body main .t909{color:#0E0C08;position:relative;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;margin-bottom:0.5rem;}body main .t910{color:rgba(14,12,8,0.5);margin:0;position:relative;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t911{background:#F4EFE2;padding-block:clamp(4rem,10vw,7rem);}body main .t912{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t913{color:#9B4C2A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t914{color:#0E0C08;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t915{color:#0E0C08;font-size:1rem;margin-top:0.5rem;font-family:'Fraunces', Georgia, serif;font-weight:600;margin-bottom:0.75rem;}body main .t916{border:1px solid rgba(14,12,8,0.1);overflow:hidden;border-radius:6px;margin-bottom:2rem;}body main .t917{color:#0E0C08;font-size:1rem;margin-top:2rem;font-family:'Fraunces', Georgia, serif;font-weight:600;margin-bottom:0.75rem;}body main .t918{border:1px solid rgba(14,12,8,0.1);overflow:hidden;border-radius:6px;margin-bottom:2rem;}body main .t919{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t920{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t921{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t922{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t923{margin-bottom:3rem;}body main .t924{gap:2rem;display:flex;padding:0.75rem 0;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t925{color:#C8922A;padding:1rem 0;font-size:0.65rem;min-width:90px;flex-shrink:0;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t926{gap:0.75rem;flex:1;display:flex;align-items:flex-start;}body main .t927{width:8px;height:8px;background:#C8922A;margin-top:0.35rem;flex-shrink:0;border-radius:50%;}body main .t928{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.7;}body main .t929{gap:2rem;display:flex;padding:0.75rem 0;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t930{color:#C8922A;padding:1rem 0;font-size:0.65rem;min-width:90px;flex-shrink:0;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t931{gap:0.75rem;flex:1;display:flex;align-items:flex-start;}body main .t932{width:8px;height:8px;background:#6B7C5C;margin-top:0.35rem;flex-shrink:0;border-radius:50%;}body main .t933{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.7;}body main .t934{gap:2rem;display:flex;padding:0.75rem 0;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t935{color:#C8922A;padding:1rem 0;font-size:0.65rem;min-width:90px;flex-shrink:0;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t936{gap:0.75rem;flex:1;display:flex;align-items:flex-start;}body main .t937{width:8px;height:8px;background:#3D5232;margin-top:0.35rem;flex-shrink:0;border-radius:50%;}body main .t938{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.7;}body main .t939{gap:2rem;display:flex;padding:0.75rem 0;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t940{color:#C8922A;padding:1rem 0;font-size:0.65rem;min-width:90px;flex-shrink:0;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t941{gap:0.75rem;flex:1;display:flex;align-items:flex-start;}body main .t942{width:8px;height:8px;background:#E8DFC8;margin-top:0.35rem;flex-shrink:0;border-radius:50%;}body main .t943{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.7;}body main .t944{gap:2rem;display:flex;padding:0.75rem 0;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t945{color:#C8922A;padding:1rem 0;font-size:0.65rem;min-width:90px;flex-shrink:0;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t946{gap:0.75rem;flex:1;display:flex;align-items:flex-start;}body main .t947{width:8px;height:8px;background:#E8A83A;margin-top:0.35rem;flex-shrink:0;border-radius:50%;}body main .t948{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.7;}body main .t949{gap:2rem;display:flex;padding:0.75rem 0;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t950{color:#C8922A;padding:1rem 0;font-size:0.65rem;min-width:90px;flex-shrink:0;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t951{gap:0.75rem;flex:1;display:flex;align-items:flex-start;}body main .t952{width:8px;height:8px;background:rgba(232,223,200,0.45);margin-top:0.35rem;flex-shrink:0;border-radius:50%;}body main .t953{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.7;}body main .t954{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t955{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t956{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t957{gap:8px;display:flex;flex-wrap:wrap;}body main .t958{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t959{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t960{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t961{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t962{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#C8922A;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t963{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#E8A83A;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t964{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#E8A83A;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t965{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t966{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t967{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t968{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t969{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t971{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t972{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t973{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t974{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t975{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t976{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t977{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t978{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t979{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t980{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t981{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t982{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t983{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t984{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t985{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t986{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t987{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t988{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t989{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t990{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t991{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t992{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t993{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t994{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t995{background:#0E0C08;border-top:1px solid rgba(232,223,200,0.1);}body main .t996{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t997{gap:2rem;display:grid;align-items:center;padding-block:3rem;grid-template-columns:1fr auto;}@media screen and (max-width: 767px) {body main .t997{grid-template-columns:1fr;}}body main .t999{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;}body main .t1000{color:#E8A83A;font-style:italic;}body main .t1002{color:rgba(232,223,200,0.3);font-size:0.68rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.04em;}body main .t1003{gap:0.5rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1003{justify-content:flex-start;}}body main .t1004{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1004:hover{color:#E8DFC8;}body main .t1005{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1005:hover{color:#E8DFC8;}body main .t1006{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1006:hover{color:#E8DFC8;}body main .t1007{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1007:hover{color:#E8DFC8;}body main .t1008{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1008:hover{color:#E8DFC8;}body main .t1009{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1009:hover{color:#E8DFC8;}body main .t1013{overflow:hidden;position:relative;background:#0E0C08;padding-block:clamp(4rem,9vw,7rem) clamp(3rem,6vw,5rem);}body main .t1014{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1015{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1.25rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1016{color:#E8DFC8;font-size:clamp(2.4rem,5.5vw,4.5rem);max-width:660px;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1.05;margin-bottom:1.5rem;}body main .t1017{display:block;}body main .t1018{color:#E8A83A;display:block;font-style:italic;}body main .t1019{color:rgba(232,223,200,0.45);font-size:0.85rem;max-width:500px;font-family:'DM Mono', monospace;line-height:1.85;}body main .t1020{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1021{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1022{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1023{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1024{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1025{gap:2rem 3.5rem;display:flex;flex-wrap:wrap;border-top:1px solid rgba(232,223,200,0.12);margin-top:2.5rem;padding-top:2.5rem;}body main .t1027{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1028{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1030{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1031{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1033{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1034{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1036{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1037{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1038{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1039{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1040{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1041{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1043{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1044{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1045{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1046{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1047{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1048{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1049{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1050{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1051{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1052{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1053{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1054{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1055{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1056{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1057{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1058{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1059{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1060{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1061{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1062{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1063{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1064{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1066{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1067{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1068{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1069{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1070{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1071{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1072{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1073{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1074{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1075{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1076{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1077{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1078{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1079{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1080{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1081{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1082{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1083{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1084{background:#F4EFE2;padding-block:clamp(4rem,10vw,7rem);}body main .t1085{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1086{color:#9B4C2A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1087{color:#0E0C08;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1088{color:rgba(14,12,8,0.5);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1089{border:1px solid rgba(14,12,8,0.1);overflow:hidden;border-radius:6px;margin-bottom:2rem;}body main .t1090{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1091{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1092{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1093{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1094{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1095{display:grid;overflow:hidden;border-top:1px solid rgba(232,223,200,0.08);border-left:1px solid rgba(232,223,200,0.08);border-radius:4px;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));}body main .t1096{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1096:hover{background:rgba(200,146,42,0.05);}body main .t1097{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1098{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1099{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1100{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1101{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1101:hover{background:rgba(200,146,42,0.05);}body main .t1102{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1103{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1104{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1105{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1106{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1106:hover{background:rgba(200,146,42,0.05);}body main .t1107{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1108{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1109{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1110{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1111{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1111:hover{background:rgba(200,146,42,0.05);}body main .t1112{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1113{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1114{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1115{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1116{background:#0E0C08;border-top:1px solid rgba(232,223,200,0.1);}body main .t1117{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1118{gap:2rem;display:grid;align-items:center;padding-block:3rem;grid-template-columns:1fr auto;}@media screen and (max-width: 767px) {body main .t1118{grid-template-columns:1fr;}}body main .t1120{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;}body main .t1121{color:#E8A83A;font-style:italic;}body main .t1123{color:rgba(232,223,200,0.3);font-size:0.68rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.04em;}body main .t1124{gap:0.5rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1124{justify-content:flex-start;}}body main .t1125{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1125:hover{color:#E8DFC8;}body main .t1126{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1126:hover{color:#E8DFC8;}body main .t1127{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1127:hover{color:#E8DFC8;}body main .t1128{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1128:hover{color:#E8DFC8;}body main .t1129{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1129:hover{color:#E8DFC8;}body main .t1130{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1130:hover{color:#E8DFC8;}body main .t1134{overflow:hidden;position:relative;background:#0E0C08;padding-block:clamp(4rem,9vw,7rem) clamp(3rem,6vw,5rem);}body main .t1135{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1136{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1.25rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1137{color:#E8DFC8;font-size:clamp(2.4rem,5.5vw,4.5rem);max-width:660px;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1.05;margin-bottom:1.5rem;}body main .t1138{display:block;}body main .t1139{color:#E8A83A;display:block;font-style:italic;}body main .t1140{color:rgba(232,223,200,0.45);font-size:0.85rem;max-width:500px;font-family:'DM Mono', monospace;line-height:1.85;}body main .t1141{background:#F4EFE2;padding-block:clamp(4rem,10vw,7rem);}body main .t1142{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1143{color:#9B4C2A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1144{color:#0E0C08;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1145{color:rgba(14,12,8,0.5);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1146{border:1px solid rgba(14,12,8,0.1);overflow:hidden;border-radius:6px;margin-bottom:2rem;}body main .t1147{color:#0E0C08;font-size:1.3rem;margin-top:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:600;margin-bottom:0.75rem;}body main .t1148{border:1px solid rgba(14,12,8,0.1);overflow:hidden;border-radius:6px;margin-bottom:2rem;}body main .t1149{background:#F4EFE2;padding-block:clamp(4rem,10vw,7rem);}body main .t1150{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1151{color:#9B4C2A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1152{color:#0E0C08;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1153{color:rgba(14,12,8,0.5);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1154{border:1px solid rgba(14,12,8,0.1);overflow:hidden;border-radius:6px;margin-bottom:2rem;}body main .t1155{gap:1rem;display:grid;margin-bottom:2rem;grid-template-columns:1fr 1fr;}body main .t1156{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:#F4EFE2;border-radius:6px;}body main .t1157{color:#3D5232;font-size:2.2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:0.5rem;}body main .t1158{color:rgba(14,12,8,0.5);font-size:0.72rem;font-family:'DM Mono', monospace;letter-spacing:0.06em;text-transform:uppercase;}body main .t1159{border:1px solid rgba(14,12,8,0.08);padding:1.5rem;background:#F4EFE2;border-radius:6px;}body main .t1160{color:#9B4C2A;font-size:2.2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:0.5rem;}body main .t1161{color:rgba(14,12,8,0.5);font-size:0.72rem;font-family:'DM Mono', monospace;letter-spacing:0.06em;text-transform:uppercase;}body main .t1162{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1163{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1164{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1165{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1166{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1168{gap:2rem;display:flex;padding:1.5rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1169{color:#C8922A;font-size:0.9rem;min-width:90px;flex-shrink:0;font-family:'Fraunces', Georgia, serif;font-weight:600;padding-top:0.1rem;}body main .t1171{color:#E8A83A;font-size:1.3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:0.25rem;}body main .t1172{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:0.4rem;letter-spacing:0.1em;text-transform:uppercase;}body main .t1173{color:rgba(232,223,200,0.45);margin:0;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.75;}body main .t1174{gap:2rem;display:flex;padding:1.5rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1175{color:#C8922A;font-size:0.9rem;min-width:90px;flex-shrink:0;font-family:'Fraunces', Georgia, serif;font-weight:600;padding-top:0.1rem;}body main .t1177{color:#E8A83A;font-size:1.3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:0.25rem;}body main .t1178{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:0.4rem;letter-spacing:0.1em;text-transform:uppercase;}body main .t1179{color:rgba(232,223,200,0.45);margin:0;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.75;}body main .t1180{gap:2rem;display:flex;padding:1.5rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1181{color:#C8922A;font-size:0.9rem;min-width:90px;flex-shrink:0;font-family:'Fraunces', Georgia, serif;font-weight:600;padding-top:0.1rem;}body main .t1183{color:#E8A83A;font-size:1.3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:0.25rem;}body main .t1184{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:0.4rem;letter-spacing:0.1em;text-transform:uppercase;}body main .t1185{color:rgba(232,223,200,0.45);margin:0;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.75;}body main .t1186{gap:2rem;display:flex;padding:1.5rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1187{color:#C8922A;font-size:0.9rem;min-width:90px;flex-shrink:0;font-family:'Fraunces', Georgia, serif;font-weight:600;padding-top:0.1rem;}body main .t1189{color:#E8A83A;font-size:1.3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:0.25rem;}body main .t1190{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:0.4rem;letter-spacing:0.1em;text-transform:uppercase;}body main .t1191{color:rgba(232,223,200,0.45);margin:0;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.75;}body main .t1192{gap:2rem;display:flex;padding:1.5rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1193{color:#C8922A;font-size:0.9rem;min-width:90px;flex-shrink:0;font-family:'Fraunces', Georgia, serif;font-weight:600;padding-top:0.1rem;}body main .t1195{color:#E8A83A;font-size:1.3rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:0.25rem;}body main .t1196{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:0.4rem;letter-spacing:0.1em;text-transform:uppercase;}body main .t1197{color:rgba(232,223,200,0.45);margin:0;font-size:0.8rem;font-family:'DM Mono', monospace;line-height:1.75;}body main .t1198{background:#0E0C08;border-top:1px solid rgba(232,223,200,0.1);}body main .t1199{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1200{gap:2rem;display:grid;align-items:center;padding-block:3rem;grid-template-columns:1fr auto;}@media screen and (max-width: 767px) {body main .t1200{grid-template-columns:1fr;}}body main .t1202{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;}body main .t1203{color:#E8A83A;font-style:italic;}body main .t1205{color:rgba(232,223,200,0.3);font-size:0.68rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.04em;}body main .t1206{gap:0.5rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1206{justify-content:flex-start;}}body main .t1207{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1207:hover{color:#E8DFC8;}body main .t1208{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1208:hover{color:#E8DFC8;}body main .t1209{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1209:hover{color:#E8DFC8;}body main .t1210{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1210:hover{color:#E8DFC8;}body main .t1211{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1211:hover{color:#E8DFC8;}body main .t1212{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1212:hover{color:#E8DFC8;}body main .t1216{overflow:hidden;position:relative;background:#0E0C08;padding-block:clamp(4rem,9vw,7rem) clamp(3rem,6vw,5rem);}body main .t1217{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1218{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1.25rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1219{color:#E8DFC8;font-size:clamp(2.4rem,5.5vw,4.5rem);max-width:660px;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1.05;margin-bottom:1.5rem;}body main .t1220{display:block;}body main .t1221{color:#E8A83A;display:block;font-style:italic;}body main .t1222{color:rgba(232,223,200,0.45);font-size:0.85rem;max-width:500px;font-family:'DM Mono', monospace;line-height:1.85;}body main .t1223{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1224{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1225{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1226{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1227{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1228{display:grid;overflow:hidden;border-top:1px solid rgba(232,223,200,0.08);border-left:1px solid rgba(232,223,200,0.08);border-radius:4px;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));}body main .t1229{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1229:hover{background:rgba(200,146,42,0.05);}body main .t1230{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1231{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1232{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1233{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1234{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1234:hover{background:rgba(200,146,42,0.05);}body main .t1235{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1236{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1237{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1238{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1239{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1239:hover{background:rgba(200,146,42,0.05);}body main .t1240{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1241{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1242{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1243{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1244{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1244:hover{background:rgba(200,146,42,0.05);}body main .t1245{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1246{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1247{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1248{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1249{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1249:hover{background:rgba(200,146,42,0.05);}body main .t1250{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1251{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1252{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1253{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1254{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1254:hover{background:rgba(200,146,42,0.05);}body main .t1255{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1256{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1257{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1258{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1259{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1259:hover{background:rgba(200,146,42,0.05);}body main .t1260{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1261{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1262{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1263{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1264{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1264:hover{background:rgba(200,146,42,0.05);}body main .t1265{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1266{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1267{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1268{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1269{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1270{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1271{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1272{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1273{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1275{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1276{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1277{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1278{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1279{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1280{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1281{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1282{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1283{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1284{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1285{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1286{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1287{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1288{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1289{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1290{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1291{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1292{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1293{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1294{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1295{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1296{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1297{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1298{gap:8px;display:flex;flex-wrap:wrap;margin-bottom:2.5rem;}body main .t1299{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t1300{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t1301{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t1302{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#3D5232;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t1303{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#C8922A;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t1304{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#E8A83A;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t1305{color:#0E0C08;padding:4px 12px;font-size:0.7rem;background:#E8A83A;font-family:'DM Mono', monospace;font-weight:500;border-radius:99px;letter-spacing:0.03em;}body main .t1306{border:1px solid rgba(155,76,42,0.25);padding:1.5rem 1.75rem;background:rgba(155,76,42,0.08);border-radius:6px;}body main .t1307{color:#E8DFC8;font-size:1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;margin-bottom:0.75rem;}body main .t1308{color:rgba(232,223,200,0.45);margin:0;font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1309{background:#0E0C08;border-top:1px solid rgba(232,223,200,0.1);}body main .t1310{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1311{gap:2rem;display:grid;align-items:center;padding-block:3rem;grid-template-columns:1fr auto;}@media screen and (max-width: 767px) {body main .t1311{grid-template-columns:1fr;}}body main .t1313{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;}body main .t1314{color:#E8A83A;font-style:italic;}body main .t1316{color:rgba(232,223,200,0.3);font-size:0.68rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.04em;}body main .t1317{gap:0.5rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1317{justify-content:flex-start;}}body main .t1318{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1318:hover{color:#E8DFC8;}body main .t1319{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1319:hover{color:#E8DFC8;}body main .t1320{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1320:hover{color:#E8DFC8;}body main .t1321{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1321:hover{color:#E8DFC8;}body main .t1322{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1322:hover{color:#E8DFC8;}body main .t1323{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1323:hover{color:#E8DFC8;}body main .t1327{overflow:hidden;position:relative;background:#0E0C08;padding-block:clamp(4rem,9vw,7rem) clamp(3rem,6vw,5rem);}body main .t1328{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1329{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1.25rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1330{color:#E8DFC8;font-size:clamp(2.4rem,5.5vw,4.5rem);max-width:660px;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1.05;margin-bottom:1.5rem;}body main .t1331{display:block;}body main .t1332{color:#E8A83A;display:block;font-style:italic;}body main .t1333{color:rgba(232,223,200,0.45);font-size:0.85rem;max-width:500px;font-family:'DM Mono', monospace;line-height:1.85;}body main .t1334{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1335{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1336{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1337{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1338{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1339{gap:2rem 3.5rem;display:flex;flex-wrap:wrap;border-top:1px solid rgba(232,223,200,0.12);margin-top:2.5rem;padding-top:2.5rem;}body main .t1341{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1342{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1344{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1345{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1347{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1348{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1350{color:#E8A83A;font-size:2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;}body main .t1351{color:rgba(232,223,200,0.45);font-size:0.62rem;margin-top:0.35rem;font-family:'DM Mono', monospace;letter-spacing:0.1em;text-transform:uppercase;}body main .t1352{display:grid;overflow:hidden;border-top:1px solid rgba(232,223,200,0.08);border-left:1px solid rgba(232,223,200,0.08);border-radius:4px;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));}body main .t1353{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1353:hover{background:rgba(200,146,42,0.05);}body main .t1354{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1355{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1356{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1357{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1358{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1358:hover{background:rgba(200,146,42,0.05);}body main .t1359{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1360{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1361{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1362{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1363{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1363:hover{background:rgba(200,146,42,0.05);}body main .t1364{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1365{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1366{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1367{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1368{padding:1.75rem 1.5rem;transition:background 0.2s;border-right:1px solid rgba(232,223,200,0.08);border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1368:hover{background:rgba(200,146,42,0.05);}body main .t1369{color:#C8922A;opacity:0.2;font-size:2.5rem;font-family:'Fraunces', Georgia, serif;font-weight:700;line-height:1;margin-bottom:-0.4rem;}body main .t1370{color:#C8922A;font-size:0.6rem;font-family:'DM Mono', monospace;margin-bottom:0.6rem;letter-spacing:0.15em;text-transform:uppercase;}body main .t1371{color:#E8DFC8;font-size:1.05rem;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.2;margin-bottom:0.65rem;}body main .t1372{color:rgba(232,223,200,0.45);margin:0;font-size:0.78rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1373{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1374{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1375{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1376{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1377{color:rgba(232,223,200,0.45);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1378{margin-bottom:0.5rem;}body main .t1379{gap:1.5rem;display:flex;padding:0.75rem 0;align-items:center;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1380{color:#E8DFC8;font-size:0.82rem;min-width:250px;flex-shrink:0;font-family:'DM Mono', monospace;}body main .t1381{flex:1;height:6px;overflow:hidden;background:rgba(232,223,200,0.1);border-radius:3px;}body main .t1382{width:65%;height:6px;background:#E8A83A;border-radius:3px;}body main .t1383{color:#E8A83A;font-size:0.82rem;min-width:50px;text-align:right;font-family:'DM Mono', monospace;font-weight:500;}body main .t1384{gap:1.5rem;display:flex;padding:0.75rem 0;align-items:center;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1385{color:#E8DFC8;font-size:0.82rem;min-width:250px;flex-shrink:0;font-family:'DM Mono', monospace;}body main .t1386{flex:1;height:6px;overflow:hidden;background:rgba(232,223,200,0.1);border-radius:3px;}body main .t1387{width:78%;height:6px;background:#E8A83A;border-radius:3px;}body main .t1388{color:#E8A83A;font-size:0.82rem;min-width:50px;text-align:right;font-family:'DM Mono', monospace;font-weight:500;}body main .t1389{gap:1.5rem;display:flex;padding:0.75rem 0;align-items:center;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1390{color:#E8DFC8;font-size:0.82rem;min-width:250px;flex-shrink:0;font-family:'DM Mono', monospace;}body main .t1391{flex:1;height:6px;overflow:hidden;background:rgba(232,223,200,0.1);border-radius:3px;}body main .t1392{width:88%;height:6px;background:#E8A83A;border-radius:3px;}body main .t1393{color:#E8A83A;font-size:0.82rem;min-width:50px;text-align:right;font-family:'DM Mono', monospace;font-weight:500;}body main .t1394{gap:1.5rem;display:flex;padding:0.75rem 0;align-items:center;border-bottom:1px solid rgba(232,223,200,0.07);}body main .t1395{color:#E8DFC8;font-size:0.82rem;min-width:250px;flex-shrink:0;font-family:'DM Mono', monospace;}body main .t1396{flex:1;height:6px;overflow:hidden;background:rgba(232,223,200,0.1);border-radius:3px;}body main .t1397{width:95%;height:6px;background:#E8A83A;border-radius:3px;}body main .t1398{color:#E8A83A;font-size:0.82rem;min-width:50px;text-align:right;font-family:'DM Mono', monospace;font-weight:500;}body main .t1399{color:rgba(232,223,200,0.25);font-size:0.7rem;margin-top:1rem;font-family:'DM Mono', monospace;}body main .t1400{background:#0E0C08;padding-block:clamp(4rem,10vw,7rem);}body main .t1401{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1402{color:#C8922A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1403{color:#E8DFC8;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1405{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1406{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1407{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1408{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1409{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1410{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1411{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1412{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1413{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1414{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1415{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1416{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1417{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1418{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1419{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1420{background:#F4EFE2;padding-block:clamp(4rem,10vw,7rem);}body main .t1421{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1422{color:#9B4C2A;font-size:0.65rem;font-family:'DM Mono', monospace;margin-bottom:1rem;letter-spacing:0.2em;text-transform:uppercase;}body main .t1423{color:#0E0C08;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:640px;font-family:'Fraunces', Georgia, serif;font-weight:600;line-height:1.15;margin-bottom:0.75rem;}body main .t1424{color:rgba(14,12,8,0.5);font-size:0.82rem;max-width:580px;font-family:'DM Mono', monospace;line-height:1.85;margin-bottom:2.5rem;}body main .t1426{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1427{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1428{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1429{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1430{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1431{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1432{gap:2rem;display:flex;padding:1rem 0;align-items:flex-start;border-bottom:1px solid rgba(232,223,200,0.08);}body main .t1433{color:#C8922A;font-size:0.72rem;min-width:160px;flex-shrink:0;font-family:'DM Mono', monospace;font-weight:500;padding-top:0.1rem;letter-spacing:0.06em;text-transform:uppercase;}body main .t1434{color:rgba(232,223,200,0.45);font-size:0.82rem;font-family:'DM Mono', monospace;line-height:1.8;}body main .t1435{background:#0E0C08;border-top:1px solid rgba(232,223,200,0.1);}body main .t1436{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1437{gap:2rem;display:grid;align-items:center;padding-block:3rem;grid-template-columns:1fr auto;}@media screen and (max-width: 767px) {body main .t1437{grid-template-columns:1fr;}}body main .t1439{color:#E8DFC8;font-size:1.1rem;font-family:'Fraunces', Georgia, serif;font-weight:600;}body main .t1440{color:#E8A83A;font-style:italic;}body main .t1442{color:rgba(232,223,200,0.3);font-size:0.68rem;margin-top:0.4rem;font-family:'DM Mono', monospace;letter-spacing:0.04em;}body main .t1443{gap:0.5rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1443{justify-content:flex-start;}}body main .t1444{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1444:hover{color:#E8DFC8;}body main .t1445{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1445:hover{color:#E8DFC8;}body main .t1446{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1446:hover{color:#E8DFC8;}body main .t1447{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1447:hover{color:#E8DFC8;}body main .t1448{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1448:hover{color:#E8DFC8;}body main .t1449{color:rgba(232,223,200,0.4);font-size:0.68rem;transition:color 0.2s;font-family:'DM Mono', monospace;letter-spacing:0.04em;text-decoration:none;}body main .t1449:hover{color:#E8DFC8;}body main .t1450{top:0;z-index:200;position:sticky;background:#0E0C08;border-bottom:1px solid rgba(232,223,200,0.1);}body main .t1451{width:100%;max-width:1160px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);}body main .t1452{gap:1rem;height:64px;display:flex;align-items:center;justify-content:space-between;}body main .t1453{color:#E8DFC8;font-size:1.2rem;font-family:'Fraunces', Georgia, serif;font-weight:700;white-space:nowrap;letter-spacing:0.01em;text-decoration:none;}body main .t1454{color:#E8A83A;font-style:italic;}body main .t1456{gap:0;display:flex;overflow-x:auto;align-items:center;}body main .t1457{color:rgba(232,223,200,0.45);padding:0.4rem 0.85rem;font-size:0.68rem;background:transparent;transition:color 0.2s, background 0.2s;font-family:'DM Mono', monospace;font-weight:400;white-space:nowrap;border-radius:4px;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;}body main .t1457:hover{color:#E8DFC8;background:rgba(232,223,200,0.07);}body main .t1458{color:rgba(232,223,200,0.45);padding:0.4rem 0.85rem;font-size:0.68rem;background:transparent;transition:color 0.2s, background 0.2s;font-family:'DM Mono', monospace;font-weight:400;white-space:nowrap;border-radius:4px;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;}body main .t1458:hover{color:#E8DFC8;background:rgba(232,223,200,0.07);}body main .t1459{color:rgba(232,223,200,0.45);padding:0.4rem 0.85rem;font-size:0.68rem;background:transparent;transition:color 0.2s, background 0.2s;font-family:'DM Mono', monospace;font-weight:400;white-space:nowrap;border-radius:4px;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;}body main .t1459:hover{color:#E8DFC8;background:rgba(232,223,200,0.07);}body main .t1460{color:rgba(232,223,200,0.45);padding:0.4rem 0.85rem;font-size:0.68rem;background:transparent;transition:color 0.2s, background 0.2s;font-family:'DM Mono', monospace;font-weight:400;white-space:nowrap;border-radius:4px;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;}body main .t1460:hover{color:#E8DFC8;background:rgba(232,223,200,0.07);}body main .t1461{color:rgba(232,223,200,0.45);padding:0.4rem 0.85rem;font-size:0.68rem;background:transparent;transition:color 0.2s, background 0.2s;font-family:'DM Mono', monospace;font-weight:400;white-space:nowrap;border-radius:4px;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;}body main .t1461:hover{color:#E8DFC8;background:rgba(232,223,200,0.07);}body main .t1462{color:rgba(232,223,200,0.45);padding:0.4rem 0.85rem;font-size:0.68rem;background:transparent;transition:color 0.2s, background 0.2s;font-family:'DM Mono', monospace;font-weight:400;white-space:nowrap;border-radius:4px;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;}body main .t1462:hover{color:#E8DFC8;background:rgba(232,223,200,0.07);}body main .t1463{color:#E8DFC8;padding:0.4rem 0.85rem;font-size:0.68rem;background:;transition:color 0.2s, background 0.2s;font-family:'DM Mono', monospace;font-weight:400;white-space:nowrap;border-radius:4px;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;}body main .t1463:hover{color:#E8DFC8;background:rgba(232,223,200,0.07);}