@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/rubik-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/rubik-latinext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02FF, U+1E00-1EFF, U+2020, U+A720-A7FF;
}

:root {
  color-scheme: dark;
  --gold: #d6b469;
  --on-gold: #2b2007;
  --font: 'Rubik', 'Segoe UI', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; height: 100%; }
html { overflow-x: hidden; }
body {
  font-family: var(--font);
  width: 100%;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,.06) 0 2px, transparent 2px 9px),
    radial-gradient(120% 140% at 15% 8%, rgba(255,255,255,.14), transparent 55%),
    linear-gradient(155deg, var(--pc1), var(--pc2));
  color: #fff;
  -webkit-font-smoothing: antialiased;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
a { color: inherit; }

.leaf {
  display: inline-block; width: 1em; height: 1em; flex: none;
  background: url('listek_PNG.png') center / contain no-repeat;
}
.leaf-watermark {
  position: absolute;
  width: 340px; height: 340px;
  background: url('listek_PNG.png') center / contain no-repeat;
  opacity: .1;
  pointer-events: none;
}
.leaf-watermark.top-right { top: -60px; right: -60px; transform: rotate(18deg); }
.leaf-watermark.bottom-left { bottom: -70px; left: -70px; transform: rotate(-24deg); }

.leaf-rule { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 22px 0; }
.leaf-rule .leaf { width: 13px; height: 13px; opacity: .8; }
.leaf-rule .leaf:nth-child(2) { width: 19px; height: 19px; opacity: 1; }

.top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px clamp(20px, 4vw, 44px);
  position: relative; z-index: 2;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 48px; width: auto; display: block; }
.brand span { font-weight: 700; font-size: 16px; }
.tag { font-size: 16px; font-weight: 600; opacity: .9; }
.tag .thin { font-weight: 300; }
.tag b { font-weight: 700; }

main {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 20px clamp(20px, 6vw, 60px) 40px;
  position: relative; z-index: 2;
}
.crest { height: 84px; width: auto; margin-bottom: 22px; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
h1 { font-size: clamp(32px, 6vw, 52px); font-weight: 800; line-height: 1.1; margin: 12px 0 8px; text-wrap: balance; }
.section-name { font-size: clamp(17px, 2.4vw, 22px); font-weight: 500; opacity: .85; margin: 0 0 4px; }
.blurb { max-width: 46ch; font-size: 15.5px; line-height: 1.6; opacity: .82; margin: 14px 0 8px; }

.social { display: flex; gap: 14px; margin-top: 8px; }
.social-badge {
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(0,0,0,.2);
  backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.3);
  text-decoration: none;
  transition: transform .3s ease, background .3s ease;
}
.social-badge .icon { width: 21px; height: 21px; color: var(--gold); transition: color .3s ease; }
.icon path, .icon circle, .icon rect { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon.filled path, .icon.filled circle { fill: currentColor; stroke: none; }
.icon-ig path, .icon-ig circle, .icon-ig rect { stroke-width: 2.6; }
.social-badge:hover, .social-badge:focus-visible { transform: scale(1.08); background: rgba(214,180,105,.9); }
.social-badge:hover .icon, .social-badge:focus-visible .icon { color: var(--on-gold); }
.social-badge:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.home-link {
  margin-top: 30px;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  color: rgba(255,255,255,.75);
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.home-link:hover, .home-link:focus-visible { color: var(--gold); border-color: var(--gold); }

footer {
  position: relative; z-index: 2;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 6px 10px;
  text-align: center;
  font-size: 11.5px;
  color: rgba(255,255,255,.6);
  padding: 16px;
}
footer .sep { opacity: .4; }
footer a { color: rgba(255,255,255,.75); text-decoration: none; }
footer a:hover, footer a:focus-visible { color: var(--gold); }

@media (max-width: 560px) {
  .crest { height: 64px; }
  .social-badge { width: 40px; height: 40px; }
  .leaf-watermark { width: 220px; height: 220px; }
}
