@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");:root{--spacing-unit: 30px;--breakpoint-mobile: 600px;--breakpoint-tablet: 800px;--breakpoint-desktop: 1200px;--content-max-width: 1440px;--reading-max-width: 800px;--brand-gold: #de9f43;--brand-blue: #2b2c57;--brand-white: #FFFFFF;--brand-cream: #f0eade;--bg-light: var(--brand-cream);--bg-white: var(--brand-white);--text-color: #333;--text-muted: #666;--border-color: #00000022;--border-width: 1px;--font-headers: "Figtree", serif;--font-body: "Figtree", sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:20px}body{background-color:var(--bg-light);display:grid;grid-template-areas:"layout-area--header" "layout-area--content" "layout-area--footer";grid-template-rows:auto 1fr auto;min-height:100vh}.layout-area--header{grid-area:layout-area--header}.layout-area--content{grid-area:layout-area--content;display:grid;gap:var(--spacing-unit)}.layout-area--footer{grid-area:layout-area--footer}.content-wrapper{max-width:var(--reading-max-width);width:100%;margin:0 auto;padding:0 var(--spacing-unit)}h1,h2,h3,h4,h5,h6{font-family:var(--font-headers);font-weight:700;color:var(--brand-gold);line-height:1}body{font-family:var(--font-body);font-size:1rem;color:var(--text-color);line-height:1.6}a{color:var(--brand-blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}table{width:calc(100vw - 2 * var(--spacing-unit));border-collapse:collapse;background:var(--bg-white);margin-left:calc(50% - 50vw + var(--spacing-unit));margin-right:calc(50% - 50vw + var(--spacing-unit))}table th,table td{padding:0.5rem;text-align:left;border-bottom:var(--border-width) solid var(--border-color)}table th{font-weight:700}table th:first-child,table td:first-child{padding-left:var(--spacing-unit)}table th:last-child,table td:last-child{padding-right:var(--spacing-unit)}@media screen and (max-width: 1000px){table thead{display:none}table tbody tr{display:grid;border:var(--border-width) solid var(--border-color)}table tbody tr:nth-child(even){background:var(--bg-light)}table tbody td{display:block;text-align:left;padding:calc(var(--spacing-unit) / 3) var(--spacing-unit);border-bottom:none}table tbody td:before{content:attr(data-label);display:block;font-weight:700;font-size:0.65rem;color:var(--text-muted);text-transform:uppercase;margin-bottom:0.25rem}table tbody td:last-child{border-bottom:none}table tbody td[data-label="Rank"]{font-size:2em;font-weight:bold}}.svg-icon{width:16px;height:16px;display:inline-block;fill:currentColor}.post,.page{padding:var(--spacing-unit) 0;display:flex;flex-direction:column;gap:var(--spacing-unit)}.post header,.post .post-content,.page header,.page .post-content{display:flex;flex-direction:column;gap:calc(var(--spacing-unit) / 3)}.post .post-meta,.page .post-meta{font-size:0.75rem;color:var(--text-muted)}.post.post--with-hero,.page.post--with-hero{padding-top:0}.post-summary{display:flex;flex-direction:column;gap:calc(var(--spacing-unit) / 3)}.page{padding:var(--spacing-unit)}.layout-area--header{--stroke-width: 6px;background:var(--bg-white);border-top:var(--stroke-width) solid var(--brand-blue);padding:var(--spacing-unit) max(var(--spacing-unit), calc((100vw - var(--content-max-width)) / 2));display:grid;grid-template-columns:repeat(2, 1fr);grid-template-areas:"header-area--title  header-area--hamburger" "header-area--nav    header-area--nav";align-items:center}@media screen and (min-width: 800px){.layout-area--header{grid-template-columns:auto 1fr;grid-template-areas:"header-area--title  header-area--nav"}}.header-area--title{grid-area:header-area--title;display:grid}.header-area--title img{display:block;height:calc(1.5 * var(--spacing-unit));width:auto}.hamburger{grid-area:header-area--hamburger;display:block;opacity:0;position:absolute;pointer-events:none}@media screen and (min-width: 600px){.hamburger{display:none}}label[for="hamburger"]{grid-area:header-area--hamburger;display:flex;align-items:center;justify-content:flex-end;cursor:pointer}label[for="hamburger"] .menu-icon{display:flex;align-items:center;justify-content:center}label[for="hamburger"] .menu-icon svg{display:block;overflow:visible}label[for="hamburger"] .menu-icon svg .line{stroke-width:calc(var(--stroke-width) * 100 / 30 / 2);stroke-linecap:round;stroke:var(--brand-blue);transition:all 500ms}label[for="hamburger"] .menu-icon svg .line--top{transform-origin:26px 40px}label[for="hamburger"] .menu-icon svg .line--middle{stroke-dasharray:100 100}label[for="hamburger"] .menu-icon svg .line--bottom{transform-origin:26px 60px}@media screen and (min-width: 800px){label[for="hamburger"]{display:none}}.hamburger:checked ~ label[for="hamburger"] .menu-icon svg .line--top{transform:rotate(45deg)}.hamburger:checked ~ label[for="hamburger"] .menu-icon svg .line--middle{stroke-dasharray:1 100;stroke-dashoffset:-50}.hamburger:checked ~ label[for="hamburger"] .menu-icon svg .line--bottom{transform:rotate(-45deg)}.hamburger:checked ~ .header-area--nav .trigger{display:flex}.header-area--nav{grid-area:header-area--nav}.header-area--nav .trigger{display:none;flex-direction:column;align-items:flex-end;gap:var(--spacing-unit);padding-top:var(--spacing-unit)}@media screen and (min-width: 800px){.header-area--nav .trigger{display:flex;flex-direction:row;justify-content:flex-end;padding-top:0}}.header-area--nav .page-link{text-decoration:none;color:var(--text-color)}.header-area--nav .page-link:hover{text-decoration:underline}.layout-area--footer{background:var(--bg-white);padding:var(--spacing-unit) max(var(--spacing-unit), calc((100vw - var(--content-max-width)) / 2));display:grid;grid-template-areas:"footer-area--brand" "footer-area--links" "footer-area--social" "footer-area--copyright";gap:var(--spacing-unit)}@media screen and (min-width: 800px){.layout-area--footer{grid-template-columns:2fr 1fr;grid-template-areas:"footer-area--brand footer-area--links" "footer-area--copyright footer-area--social"}}.layout-area--footer a:link,.layout-area--footer a:visited{color:var(--brand-blue)}.footer-brand{grid-area:footer-area--brand}.footer-brand .footer-logo img{height:120px;width:auto}.footer-nav{grid-area:footer-area--links}@media screen and (min-width: 800px){.footer-nav{justify-self:end}}.footer-nav ul{text-align:right;line-height:1;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(var(--spacing-unit) / 2)}.footer-description{font-size:0.75rem}.footer-license{grid-area:footer-area--copyright;font-size:0.5rem}.footer-social-inline{grid-area:footer-area--social}@media screen and (min-width: 800px){.footer-social-inline{justify-self:end}}.footer-social-inline .social-media-list{display:flex;gap:var(--spacing-unit);list-style:none;margin:0;padding:0}.footer-social-inline .social-media-list .username{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.hero{width:100%;background:url("../assets/hero-image.webp") center center/cover no-repeat;color:#fff;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative}.hero::before{content:'';position:absolute;inset:0;background:var(--brand-blue);mix-blend-mode:multiply;pointer-events:none}@media screen and (min-width: 800px){.hero{min-height:500px}}@media screen and (min-width: 1200px){.hero{min-height:600px}}.hero-content{position:relative;padding:var(--spacing-unit);display:flex;flex-direction:column;align-items:center;text-align:center}.hero-logo{max-width:80%;width:600px}.hero-tagline{font-size:1.5rem}@media screen and (max-width: 599px){.hero-logo{width:90%}.hero-tagline{font-size:1.2rem}}@media screen and (min-width: 600px){.hero-tagline{max-width:50vw}}.posts-grid{display:grid;gap:var(--spacing-unit);background:var(--bg-light);padding:0 var(--spacing-unit);grid-template-columns:1fr}.posts-grid:last-child{padding-bottom:var(--spacing-unit)}@media screen and (min-width: 800px){.posts-grid{grid-template-columns:repeat(2, 1fr)}.posts-grid .post-card:nth-child(1){grid-column:span 2}}@media screen and (min-width: 1200px){.posts-grid{grid-template-columns:repeat(6, 1fr)}.posts-grid .post-card:nth-child(1){grid-column:span 4;grid-row:span 2}.posts-grid .post-card:nth-child(2){grid-column:span 2}.posts-grid .post-card:nth-child(3){grid-column:span 2}.posts-grid .post-card:nth-child(4){grid-column:span 3}.posts-grid .post-card:nth-child(5){grid-column:span 3}}.post-card{display:block;position:relative;min-height:200px;padding:var(--spacing-unit);background-color:var(--brand-blue);background-size:cover;background-position:center;color:#fff;text-decoration:none}@media screen and (min-width: 800px){.post-card{min-height:250px}}@media screen and (min-width: 1200px){.post-card{min-height:300px}.post-card:nth-child(1){min-height:400px}}.post-card::before{content:'';position:absolute;inset:0;background:rgba(43,44,87,0.7);z-index:1}.post-card.has-image::before{background:rgba(0,0,0,0.5)}.post-card-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.post-card-content h2{color:#fff}@media screen and (min-width: 1200px){.post-card:nth-child(1) .post-card-content h2{font-size:2.5rem}}.post-hero{width:100vw;margin-left:calc(-50vw + 50%);min-height:400px;background-size:cover;background-position:center;position:relative}@media screen and (min-width: 800px){.post-hero{min-height:500px}}.post-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%)}
