:root{
  --agv-header-h:64px;
  --agv-header-max:1180px;
  --agv-gold:#7E724E;
  --agv-gold-soft:rgba(150,132,87,.20);
  --agv-ink:#273638;
  --agv-muted:#576452;
  --agv-paper:rgba(255,255,255,.982);
  --agv-footer-bg:#f5f1ea;
  --agv-border:rgba(159,145,92,.22);
}
html{scroll-padding-top:calc(var(--agv-header-h) + 22px)!important;}
html body{margin-top:0!important;padding-top:0!important;overflow-x:hidden!important;}
html body .agv-shell-header,
html body .agv-shell-header *,
html body .agv-shell-header *::before,
html body .agv-shell-header *::after,
html body .site-footer,
html body .site-footer *,
html body .site-footer *::before,
html body .site-footer *::after{box-sizing:border-box!important;}
html body .agv-shell-header{
  position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:999900!important;
  display:block!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;min-height:0!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:0!important;border-bottom:1px solid var(--agv-gold-soft)!important;
  outline:0!important;overflow:visible!important;background:var(--agv-paper)!important;box-shadow:0 8px 24px rgba(39,54,56,.055)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;transform:none!important;text-align:initial!important;isolation:isolate!important;
}
html body .agv-shell-header::before,html body .agv-shell-header::after{content:none!important;display:none!important;}
html body .agv-shell-inner{
  width:100%!important;max-width:var(--agv-header-max)!important;min-height:var(--agv-header-h)!important;height:auto!important;margin:0 auto!important;padding:0 22px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;position:relative!important;z-index:2!important;
}
html body .agv-shell-brand{display:flex!important;flex-direction:column!important;justify-content:center!important;flex:0 0 auto!important;min-width:142px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--agv-gold)!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.14em!important;line-height:1.05!important;font-family:'Cinzel','Roboto',Georgia,serif!important;}
html body .agv-shell-brand strong{display:block!important;margin:0!important;padding:0!important;font-size:.93rem!important;font-weight:600!important;color:var(--agv-gold)!important;white-space:nowrap!important;line-height:1.05!important;}
html body .agv-shell-brand span{display:block!important;margin:4px 0 0!important;padding:0!important;font-size:.66rem!important;font-weight:500!important;letter-spacing:.11em!important;color:var(--agv-muted)!important;white-space:nowrap!important;line-height:1.05!important;}
html body .agv-desktop-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;min-width:0!important;flex:1 1 auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important;}
html body .agv-desktop-item{position:relative!important;display:block!important;margin:0!important;padding:0!important;}
html body .agv-desktop-link{display:flex!important;align-items:center!important;min-height:38px!important;margin:0!important;padding:9px 9px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:var(--agv-muted)!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.075em!important;font-family:'Roboto',Arial,sans-serif!important;font-size:.68rem!important;font-weight:800!important;line-height:1.1!important;white-space:nowrap!important;transition:color .18s ease,background .18s ease!important;}
html body .agv-desktop-link::after{content:'▾'!important;margin-left:6px!important;font-size:.52rem!important;opacity:.62!important;line-height:1!important;}
html body .agv-desktop-item:hover>.agv-desktop-link,html body .agv-desktop-item:focus-within>.agv-desktop-link{color:var(--agv-gold)!important;background:rgba(150,132,87,.10)!important;}
html body .agv-desktop-dropdown{position:absolute!important;top:100%!important;left:50%!important;display:block!important;width:max-content!important;min-width:218px!important;margin:0!important;padding:10px 0 0!important;border:0!important;background:transparent!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(-50%,6px,0)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;z-index:999920!important;}
html body .agv-desktop-item:hover .agv-desktop-dropdown,html body .agv-desktop-item:focus-within .agv-desktop-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate3d(-50%,0,0)!important;}
html body .agv-dropdown-panel{display:grid!important;gap:2px!important;margin:0!important;padding:9px!important;min-width:218px!important;border:1px solid rgba(150,132,87,.24)!important;border-radius:14px!important;background:rgba(255,255,255,.99)!important;box-shadow:0 16px 36px rgba(39,54,56,.12)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;}
html body .agv-dropdown-panel a{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;padding:10px 12px!important;border-radius:10px!important;color:var(--agv-muted)!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.065em!important;font-family:'Roboto',Arial,sans-serif!important;font-size:.67rem!important;font-weight:800!important;line-height:1.18!important;white-space:nowrap!important;background:transparent!important;transition:background .16s ease,color .16s ease!important;}
html body .agv-dropdown-panel a:hover,html body .agv-dropdown-panel a:focus{color:var(--agv-gold)!important;background:rgba(150,132,87,.10)!important;outline:none!important;}
html body .agv-dropdown-panel a span{display:inline-flex!important;min-width:16px!important;align-items:center!important;justify-content:center!important;color:var(--agv-gold)!important;font-size:.78rem!important;line-height:1!important;}
html body .agv-shell-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;}
html body .agv-shell-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;margin:0!important;padding:8px 11px!important;border:1px solid rgba(150,132,87,.24)!important;border-radius:999px!important;background:rgba(255,255,255,.68)!important;color:var(--agv-muted)!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-family:'Roboto',Arial,sans-serif!important;font-size:.64rem!important;font-weight:800!important;line-height:1.1!important;white-space:nowrap!important;transition:background .18s ease,color .18s ease,border-color .18s ease!important;}
html body .agv-shell-action:hover,html body .agv-shell-action:focus{color:var(--agv-gold)!important;border-color:rgba(150,132,87,.42)!important;background:rgba(150,132,87,.09)!important;outline:none!important;}
html body .agv-shell-action--primary{border-color:rgba(126,114,78,.45)!important;background:#273638!important;color:#fff!important;}
html body .agv-shell-action--primary:hover,html body .agv-shell-action--primary:focus{background:#576452!important;color:#fff!important;border-color:#576452!important;}
html body .agv-menu-toggle{display:none!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:4px!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important;border:1px solid rgba(150,132,87,.25)!important;border-radius:10px!important;background:rgba(255,255,255,.72)!important;color:var(--agv-gold)!important;cursor:pointer!important;appearance:none!important;}
html body .agv-menu-toggle span{display:block!important;width:18px!important;height:2px!important;margin:0!important;padding:0!important;border-radius:2px!important;background:var(--agv-gold)!important;transition:transform .18s ease,opacity .18s ease!important;}
html body .agv-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)!important;}
html body .agv-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0!important;}
html body .agv-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important;}
html body .agv-mobile-panel{position:absolute!important;top:100%!important;left:0!important;right:0!important;z-index:999910!important;display:none!important;width:100%!important;max-height:calc(100vh - var(--agv-header-h) - 10px)!important;margin:0!important;padding:14px 18px 18px!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;border-top:1px solid rgba(150,132,87,.18)!important;border-bottom:1px solid rgba(150,132,87,.20)!important;background:rgba(255,255,255,.992)!important;box-shadow:0 18px 38px rgba(39,54,56,.14)!important;}
html body .agv-mobile-panel.is-open{display:block!important;}
html body .agv-mobile-toplink,html body .agv-mobile-group summary,html body .agv-mobile-links a,html body .agv-mobile-actions a{font-family:'Roboto',Arial,sans-serif!important;text-decoration:none!important;}
html body .agv-mobile-toplink{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 8px!important;padding:13px 14px!important;border:1px solid rgba(150,132,87,.18)!important;border-radius:12px!important;background:rgba(150,132,87,.07)!important;color:var(--agv-gold)!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.72rem!important;font-weight:900!important;}
html body .agv-mobile-group{margin:8px 0 0!important;padding:0!important;border:1px solid rgba(150,132,87,.18)!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;}
html body .agv-mobile-group summary{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:44px!important;margin:0!important;padding:12px 14px!important;color:var(--agv-ink)!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.74rem!important;font-weight:900!important;cursor:pointer!important;list-style:none!important;}
html body .agv-mobile-group summary::-webkit-details-marker{display:none!important;}
html body .agv-mobile-group summary::after{content:'+'!important;color:var(--agv-gold)!important;font-size:1rem!important;font-weight:700!important;}
html body .agv-mobile-group[open] summary::after{content:'–'!important;}
html body .agv-mobile-links{display:grid!important;gap:1px!important;margin:0!important;padding:0 9px 10px!important;}
html body .agv-mobile-links a{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;padding:11px 10px!important;border-radius:10px!important;color:var(--agv-muted)!important;text-transform:uppercase!important;letter-spacing:.065em!important;font-size:.7rem!important;font-weight:800!important;line-height:1.2!important;}
html body .agv-mobile-links a:hover,html body .agv-mobile-links a:focus{background:rgba(150,132,87,.08)!important;color:var(--agv-gold)!important;outline:none!important;}
html body .agv-mobile-links a span{min-width:16px!important;text-align:center!important;color:var(--agv-gold)!important;}
html body .agv-mobile-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:14px 0 0!important;padding:0!important;}
html body .agv-mobile-actions a{display:flex!important;justify-content:center!important;align-items:center!important;min-height:42px!important;border-radius:999px!important;border:1px solid rgba(150,132,87,.24)!important;color:var(--agv-muted)!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-size:.7rem!important;font-weight:900!important;background:#fff!important;}
html body .agv-mobile-actions a.agv-mobile-primary{background:#273638!important;color:#fff!important;border-color:#273638!important;}
html body .agv-app-main{display:block;position:relative;z-index:1;}
html body .agv-skip-link{position:absolute;left:-999px;top:10px;z-index:1000000;padding:10px 14px;background:#273638;color:#fff;text-decoration:none;border-radius:999px;font-family:'Roboto',Arial,sans-serif;font-size:.78rem;font-weight:800;}
html body .agv-skip-link:focus{left:12px;}
html body .site-footer{display:block!important;width:100%!important;max-width:none!important;margin:44px 0 0!important;padding:0!important;border-top:1px solid var(--agv-border)!important;border-right:0!important;border-bottom:0!important;border-left:0!important;border-radius:0!important;background:var(--agv-footer-bg)!important;color:#253437!important;font-family:'Crimson Pro',Georgia,serif!important;box-shadow:none!important;overflow:hidden!important;text-align:initial!important;}
html body .site-footer::before,html body .site-footer::after{content:none!important;display:none!important;}
html body .footer-inner{max-width:1080px!important;margin:0 auto!important;padding:44px 24px 36px!important;display:grid!important;grid-template-columns:1.4fr 1fr 1fr!important;gap:40px!important;align-items:start!important;}
html body .footer-brand-name{font-family:'Cinzel','Roboto',Georgia,serif!important;font-size:1.05rem!important;font-weight:600!important;color:#7c6f4a!important;letter-spacing:.12em!important;text-transform:none!important;margin:0 0 10px!important;line-height:1.35!important;}
html body .footer-brand-desc{font-size:.95rem!important;color:#4a5a5c!important;line-height:1.65!important;font-style:italic!important;margin:0 0 18px!important;padding:0!important;}
html body .footer-link-main{font-family:'Cinzel','Roboto',Georgia,serif!important;font-size:.78rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#7c6f4a!important;text-decoration:none!important;border-bottom:1px solid rgba(124,111,74,.4)!important;padding-bottom:2px!important;}
html body .footer-link-main:hover{border-color:#7c6f4a!important;}
html body .footer-col-title{font-family:'Cinzel','Roboto',Georgia,serif!important;font-size:.72rem!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#4a5a5c!important;margin:0 0 14px!important;line-height:1.35!important;}
html body .footer-links{display:flex!important;flex-direction:column!important;gap:8px!important;list-style:none!important;padding:0!important;margin:0!important;}
html body .footer-links li{list-style:none!important;margin:0!important;padding:0!important;}
html body .footer-links li a{font-size:.93rem!important;color:#4a5a5c!important;text-decoration:none!important;display:flex!important;align-items:center!important;gap:7px!important;line-height:1.35!important;font-family:'Crimson Pro',Georgia,serif!important;}
html body .footer-links li a:hover{color:#7c6f4a!important;}
html body .footer-links li a span{font-size:.8rem!important;color:#9f915c!important;}
html body .footer-bottom{max-width:1080px!important;margin:0 auto!important;padding:16px 24px 20px!important;border-top:1px solid rgba(159,145,92,.14)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;flex-wrap:wrap!important;}
html body .footer-copy{font-size:.85rem!important;color:#4a5a5c!important;font-style:italic!important;margin:0!important;padding:0!important;}
html body .footer-disclaimer{font-size:.82rem!important;color:#4a5a5c!important;text-align:right!important;max-width:480px!important;line-height:1.5!important;margin:0!important;padding:0!important;}
html body .eeat-wrap,html body .eeat-wrap *{box-sizing:border-box;}
html body .eeat-wrap{max-width:1080px;margin:0 auto;padding:0 24px 40px;font-family:'Crimson Pro',Georgia,serif;}
html body .eeat-author{display:flex;align-items:center;gap:16px;background:#4e524c;border:1px solid #f3d76f;border-radius:14px;padding:18px 22px;text-decoration:none;transition:border-color .2s,box-shadow .2s;}
html body .eeat-author:hover{border-color:#f3d76f;box-shadow:0 4px 24px rgba(243,215,111,.2);}
html body .eeat-avatar{width:52px;height:52px;border-radius:50%;border:2px solid #f3d76f;background:rgba(243,215,111,.12);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;color:#f3d76f;overflow:visible;}
html body .eeat-info{flex:1;min-width:0;}
html body .eeat-name{font-family:'Cinzel',serif;font-size:.95rem;font-weight:700;color:#f3d76f;letter-spacing:.06em;margin-bottom:3px;}
html body .eeat-role{font-size:1rem;color:#fff;font-style:italic;line-height:1.4;}
html body .eeat-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;}
html body .eeat-chip{font-family:'Cinzel',serif;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:20px;background:#fff;border:1px solid #253437;color:#253437;}
html body .eeat-arrow{color:#f3d76f;opacity:.7;font-size:.9rem;flex-shrink:0;}
@media (max-width:1180px){html body .agv-shell-actions{display:none!important;}html body .agv-desktop-link{padding-left:8px!important;padding-right:8px!important;font-size:.65rem!important;}}
@media (max-width:980px){html body .agv-shell-inner{min-height:58px!important;padding:0 16px!important;}html body .agv-desktop-nav,html body .agv-shell-actions{display:none!important;}html body .agv-menu-toggle{display:flex!important;}html body .agv-shell-brand{min-width:0!important;}html body .agv-shell-brand strong{font-size:.86rem!important;}html body .agv-shell-brand span{font-size:.62rem!important;}.site-footer .footer-inner{grid-template-columns:1fr!important;gap:28px!important;padding:36px 22px 30px!important;}html body .footer-bottom{align-items:flex-start!important;flex-direction:column!important;}html body .footer-disclaimer{text-align:left!important;max-width:none!important;}}
@media (max-width:560px){html body .agv-mobile-panel{padding:12px 12px 16px!important;}html body .agv-mobile-group summary{font-size:.7rem!important;}html body .agv-mobile-links a{font-size:.66rem!important;}html body .footer-inner{padding-left:18px!important;padding-right:18px!important;}html body .footer-bottom{padding-left:18px!important;padding-right:18px!important;}}
@media (prefers-reduced-motion:reduce){html body .agv-shell-header *,html body .agv-mobile-panel{transition:none!important;scroll-behavior:auto!important;}}
