:root{--navy:#191939;--gold:#c9a84c;--warm-white:#f7f6f3;--text-dark:#2d2d2d;--text-light:#fff;--grey-light:#ededeb;--max-width:1200px;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--warm-white);-webkit-font-smoothing:antialiased;font-size:16px;font-weight:400;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.2}h1{font-size:2.75rem}h2{font-size:2.125rem}h3{font-size:1.5rem}h4{font-size:1.125rem}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.75rem}}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.gold-rule{background:var(--gold);border:none;width:60px;height:2px;margin:1rem auto}.btn{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;border:2px solid var(--gold);cursor:pointer;padding:.75rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--navy);color:var(--text-light);border-color:var(--gold)}.btn-primary:hover{background:var(--gold);color:var(--navy)}.btn-secondary{background:var(--text-light);color:var(--navy);border-color:var(--gold)}.btn-secondary:hover{background:var(--gold);color:var(--navy)}.content-body h2{color:var(--navy);margin-top:2.5rem;margin-bottom:1rem;font-size:1.75rem}.content-body h2:first-child{margin-top:0}.content-body h3{color:var(--navy);border-top:1px solid #00000014;margin-top:2.5rem;margin-bottom:.75rem;padding-top:1.5rem;font-size:1.35rem}.content-body h3:first-child{border-top:none;margin-top:0;padding-top:0}.content-body h2+h3,.content-body h3+h3{border-top:none;margin-top:1.5rem;padding-top:0}.content-body h4{color:var(--navy);margin-top:1.75rem;margin-bottom:.5rem;font-size:1.1rem}.content-body p{color:var(--text-dark);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.9}.content-body ul,.content-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.content-body li{margin-bottom:.35rem;font-size:1.05rem;line-height:1.8}.content-body a{color:var(--gold);font-weight:500;text-decoration:underline}.content-body a:hover{color:var(--navy)}.content-body blockquote{border-left:3px solid var(--gold);background:#c9a84c0d;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.content-body hr{background:#0000001a;border:none;height:1px;margin:2rem 0}.content-body strong{font-weight:600}.content-body img{border-radius:6px;margin:1rem 0}.content-body table{border-collapse:separate;border-spacing:0;border:none;width:100%;margin:1.5rem 0;font-size:.95rem}.content-body th,.content-body td{text-align:left;border:1px solid #0000001a;padding:.75rem 1rem}.content-body th{background:var(--navy);color:var(--text-light);font-weight:600}.content-body table[cellpadding]{border-spacing:0 .75rem;border:none}.content-body table[cellpadding] tr{background:var(--grey-light);border-radius:8px;transition:background .2s}.content-body table[cellpadding] tr:hover{background:#e4e4e0}.content-body table[cellpadding] td{vertical-align:top;border:none;padding:1.25rem 1.5rem;line-height:1.7}.content-body table[cellpadding] td:first-child{border-left:3px solid var(--gold);font-family:var(--font-heading);color:var(--navy);white-space:nowrap;border-radius:8px 0 0 8px;min-width:160px;font-size:1rem;font-weight:700}.content-body table[cellpadding] td:last-child{color:#555;border-radius:0 8px 8px 0;font-size:.9rem}.content-body table[cellpadding] td a{color:var(--gold);font-weight:500;text-decoration:none}.content-body table[cellpadding] td a:hover{text-decoration:underline}.content-body table[cellpadding] tr:has(td:empty:first-child){display:none}@media (width<=768px){.content-body table[cellpadding],.content-body table[cellpadding] tbody{display:block}.content-body table[cellpadding] tr{border-left:3px solid var(--gold);border-radius:8px;margin-bottom:1rem;padding:1rem;display:block}.content-body table[cellpadding] td{border:none;border-radius:0;padding:.25rem 0;display:block}.content-body table[cellpadding] td:first-child{border-bottom:1px solid #00000014;border-left:none;border-radius:0;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.1rem}}.content-sidebar{flex-direction:column;gap:1.5rem;display:flex}.sidebar-nav{background:var(--navy);border-radius:8px;padding:1.5rem}.sidebar-nav h3{color:var(--gold);border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.1rem}.sidebar-nav ul{margin:0;padding:0;list-style:none}.sidebar-nav li a{color:#fffc;border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.sidebar-nav li a:hover{color:var(--gold)}.sidebar-nav li:last-child a{border-bottom:none}.topbar[data-astro-cid-nazmfhjt]{background:var(--text-light);border-bottom:1px solid #eee;padding:1.5rem 0 1rem}.topbar-grid[data-astro-cid-nazmfhjt]{grid-template-columns:1fr 2fr 1fr;align-items:center;gap:1rem;display:grid}.topbar-left[data-astro-cid-nazmfhjt],.topbar-right[data-astro-cid-nazmfhjt]{text-align:center;color:var(--navy);font-size:.8rem;line-height:1.5}.topbar-left[data-astro-cid-nazmfhjt] p[data-astro-cid-nazmfhjt],.topbar-right[data-astro-cid-nazmfhjt] p[data-astro-cid-nazmfhjt]{margin:0}.topbar-centre[data-astro-cid-nazmfhjt]{text-align:center}.crest-row[data-astro-cid-nazmfhjt]{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.crest[data-astro-cid-nazmfhjt]{border-radius:4px;width:70px;height:auto}.year[data-astro-cid-nazmfhjt]{font-family:var(--font-heading);color:var(--navy);font-size:1.25rem;font-weight:700}.year-line[data-astro-cid-nazmfhjt]{background:var(--navy);width:60px;height:2px;display:block}.society-name[data-astro-cid-nazmfhjt]{color:var(--navy);letter-spacing:.01em;margin:.25rem 0;font-size:2rem}.society-sub[data-astro-cid-nazmfhjt]{color:var(--navy);margin-bottom:.25rem;font-size:.85rem}.society-greek[data-astro-cid-nazmfhjt]{color:var(--navy);letter-spacing:.03em;font-size:.8rem;font-weight:500}.society-greek[data-astro-cid-nazmfhjt] em[data-astro-cid-nazmfhjt]{font-style:italic;font-weight:700}@media (width<=768px){.topbar-grid[data-astro-cid-nazmfhjt]{text-align:center;grid-template-columns:1fr}.topbar-left[data-astro-cid-nazmfhjt],.topbar-right[data-astro-cid-nazmfhjt]{display:none}.society-name[data-astro-cid-nazmfhjt]{font-size:1.5rem}.year-line[data-astro-cid-nazmfhjt]{width:30px}}.site-header[data-astro-cid-nen7h5rs]{z-index:100;border-image:linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold) 70%, transparent 100%) 1;background:linear-gradient(#12122a 0%,#1e1e42 100%);border-top:1px solid;border-bottom:1px solid;position:sticky;top:0}.header-inner[data-astro-cid-nen7h5rs]{justify-content:center;align-items:center;padding-top:.75rem;padding-bottom:.75rem;display:flex}.desktop-nav[data-astro-cid-nen7h5rs]{display:none}@media (width>=1025px){.desktop-nav[data-astro-cid-nen7h5rs]{display:block}.mobile-menu[data-astro-cid-nen7h5rs]{display:none}}.menu[data-astro-cid-nen7h5rs]{justify-content:center;gap:.5rem;list-style:none;display:flex}.menu[data-astro-cid-nen7h5rs]>li[data-astro-cid-nen7h5rs]{position:relative}.menu[data-astro-cid-nen7h5rs]>li[data-astro-cid-nen7h5rs]>a[data-astro-cid-nen7h5rs]{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1.25rem;font-size:.8rem;font-weight:500;transition:color .2s;display:block}.menu[data-astro-cid-nen7h5rs]>li[data-astro-cid-nen7h5rs]>a[data-astro-cid-nen7h5rs]:hover,.has-dropdown[data-astro-cid-nen7h5rs]:hover>a[data-astro-cid-nen7h5rs]{color:var(--gold)}.has-dropdown[data-astro-cid-nen7h5rs]{margin-bottom:-.75rem;padding-bottom:.75rem}.dropdown[data-astro-cid-nen7h5rs]{z-index:200;background:linear-gradient(#1a1a3a 0%,#191939 100%);border-radius:6px;min-width:220px;padding:.5rem 0;list-style:none;display:none;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0006}.dropdown[data-astro-cid-nen7h5rs]:before{content:"";height:.75rem;position:absolute;top:-.75rem;left:0;right:0}.has-dropdown[data-astro-cid-nen7h5rs]:hover .dropdown[data-astro-cid-nen7h5rs]{display:block}.dropdown[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:#fffc;padding:.55rem 1.25rem;font-size:.8rem;transition:background .2s,color .2s;display:block}.dropdown[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--gold);background:#c9a84c1a}.mobile-menu[data-astro-cid-nen7h5rs]{position:relative}.mobile-menu[data-astro-cid-nen7h5rs] summary[data-astro-cid-nen7h5rs]{cursor:pointer;padding:.5rem;list-style:none}.mobile-menu[data-astro-cid-nen7h5rs] summary[data-astro-cid-nen7h5rs]::-webkit-details-marker{display:none}.hamburger[data-astro-cid-nen7h5rs]{background:var(--text-light);width:24px;height:2px;display:block;position:relative}.hamburger[data-astro-cid-nen7h5rs]:before,.hamburger[data-astro-cid-nen7h5rs]:after{content:"";background:var(--text-light);width:24px;height:2px;position:absolute;left:0}.hamburger[data-astro-cid-nen7h5rs]:before{top:-7px}.hamburger[data-astro-cid-nen7h5rs]:after{top:7px}.mobile-nav[data-astro-cid-nen7h5rs]{background:var(--navy);border-top:2px solid var(--gold);min-width:200px;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #0000004d}.mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--text-light);border-bottom:1px solid #ffffff1a;padding:.75rem 1.25rem;font-size:.875rem;display:block}.mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].mobile-top{text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].mobile-child{opacity:.85;padding-left:2.25rem;font-size:.8rem}.mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--gold)}@media (width>=1025px){.mobile-menu[data-astro-cid-nen7h5rs]{display:none}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--navy);color:var(--text-light);text-align:center;opacity:.8;padding:1.5rem 0;font-size:.8rem}
