@charset "UTF-8";
:root {
  --minima-brand-color: #818181;
  --minima-brand-color-light: #e7e7e7;
  --minima-brand-color-dimmed: rgb(100.95, 100.95, 100.95);
  --minima-brand-color-dark: rgb(65.25, 65.25, 65.25);
  --minima-site-title-color: rgb(65.25, 65.25, 65.25);
  --minima-heading-color: #111111;
  --minima-text-color: rgb(65.25, 65.25, 65.25);
  --minima-background-color: #fdfdfd;
  --minima-code-background-color: #f6f8fa;
  --minima-link-base-color: #1e69d8;
  --minima-link-visited-color: rgb(20.6707317073, 72.3475609756, 148.8292682927);
  --minima-link-hover-color: rgb(65.25, 65.25, 65.25);
  --minima-border-color-01: #e7e7e7;
  --minima-border-color-02: rgb(218.25, 218.25, 218.25);
  --minima-border-color-03: rgb(65.25, 65.25, 65.25);
  --minima-table-text-color: rgb(62.9, 62.9, 62.9);
  --minima-table-zebra-color: rgb(246.3, 246.3, 246.3);
  --minima-table-header-bg-color: rgb(238.65, 238.65, 238.65);
  --minima-table-header-border: rgb(223.35, 223.35, 223.35);
  --minima-table-border-color: #e7e7e7;
}

.highlight .err {
  color: #e3d2d2;
  background-color: #a61717;
}
.highlight .c {
  color: #9c9996;
}
.highlight .cm {
  color: #9c9996;
}
.highlight .cp {
  color: #9c9996;
}
.highlight .c1 {
  color: #9c9996;
}
.highlight .cs {
  color: #9c9996;
  font-style: italic;
}
.highlight .gd {
  color: #e25050;
}
.highlight .gd .x {
  color: #e25050;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #3f993f;
}
.highlight .gi .x {
  color: #3f993f;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #cf222e;
}
.highlight .kc {
  color: #cf222e;
}
.highlight .kd {
  color: #cf222e;
}
.highlight .kp {
  color: #cf222e;
}
.highlight .kr {
  color: #cf222e;
}
.highlight .kt {
  color: #445588;
}
.highlight .n {
  color: #111111;
}
.highlight .na {
  color: #097e39;
}
.highlight .nb {
  color: #cf222e;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #097e39;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #2c7d74;
}
.highlight .ni {
  color: #097e39;
}
.highlight .nn {
  color: #097e39;
}
.highlight .no {
  color: #a61154;
}
.highlight .nt {
  color: #b81e63;
}
.highlight .nv {
  color: #752a75;
}
.highlight .vc {
  color: #752a75;
}
.highlight .vg {
  color: #752a75;
}
.highlight .vi {
  color: #752a75;
}
.highlight .o {
  color: #0842a0;
}
.highlight .ow {
  color: #0842a0;
}
.highlight .m {
  color: #005a99;
}
.highlight .mf {
  color: #005a99;
}
.highlight .mh {
  color: #005a99;
}
.highlight .mi {
  color: #005a99;
}
.highlight .il {
  color: #005a99;
}
.highlight .mo {
  color: #005a99;
}
.highlight .s {
  color: #914d08;
}
.highlight .s1 {
  color: #914d08;
}
.highlight .s2 {
  color: #914d08;
}
.highlight .sb {
  color: #914d08;
}
.highlight .sc {
  color: #914d08;
}
.highlight .sd {
  color: #914d08;
}
.highlight .se {
  color: #914d08;
}
.highlight .sh {
  color: #914d08;
}
.highlight .si {
  color: #914d08;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #0842a0;
}
.highlight .sx {
  color: #914d08;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .lineno, .highlight .gl {
  color: #9c9996;
}
.highlight .hll {
  background-color: #ffffcc;
}

@media (prefers-color-scheme: dark) {
  :root {
    --minima-brand-color: #999999;
    --minima-brand-color-light: rgb(165.75, 165.75, 165.75);
    --minima-brand-color-dimmed: rgb(132.6, 132.6, 132.6);
    --minima-brand-color-dark: rgb(43.35, 43.35, 43.35);
    --minima-site-title-color: rgb(165.75, 165.75, 165.75);
    --minima-heading-color: #bbbbbb;
    --minima-text-color: rgb(148.75, 148.75, 148.75);
    --minima-background-color: #181818;
    --minima-code-background-color: #222222;
    --minima-link-base-color: #5691cd;
    --minima-link-visited-color: #80bbff;
    --minima-link-hover-color: rgb(148.75, 148.75, 148.75);
    --minima-border-color-01: rgb(43.35, 43.35, 43.35);
    --minima-border-color-02: rgb(165.75, 165.75, 165.75);
    --minima-border-color-03: #999999;
    --minima-table-text-color: rgb(148.75, 148.75, 148.75);
    --minima-table-zebra-color: rgb(34.2, 34.2, 34.2);
    --minima-table-header-bg-color: rgb(49.5, 49.5, 49.5);
    --minima-table-header-border: rgb(62.25, 62.25, 62.25);
    --minima-table-border-color: rgb(43.35, 43.35, 43.35);
  }
  .highlight .err {
    color: #e3d2d2;
    background-color: #8c2121;
  }
  .highlight .c {
    color: #8a8a8a;
  }
  .highlight .c1 {
    color: #8a8a8a;
  }
  .highlight .cm {
    color: #8a8a8a;
  }
  .highlight .cp {
    color: #8a8a8a;
  }
  .highlight .cs {
    color: #8a8a8a;
    font-style: italic;
  }
  .highlight .gd {
    color: #d85a5a;
  }
  .highlight .gd .x {
    color: #d85a5a;
  }
  .highlight .ge {
    font-style: italic;
  }
  .highlight .gh {
    color: #999999;
  }
  .highlight .gi {
    color: #4ec64e;
  }
  .highlight .gi .x {
    color: #4ec64e;
  }
  .highlight .go {
    color: #888888;
  }
  .highlight .gp {
    color: #555555;
  }
  .highlight .gr {
    color: #f07178;
  }
  .highlight .gs {
    font-weight: bold;
  }
  .highlight .gt {
    color: #f07178;
  }
  .highlight .gu {
    color: #aaaaaa;
  }
  .highlight .k {
    color: #d85a7b;
  }
  .highlight .kc {
    color: #d85a7b;
  }
  .highlight .kd {
    color: #d85a7b;
  }
  .highlight .kp {
    color: #d85a7b;
  }
  .highlight .kr {
    color: #d85a7b;
  }
  .highlight .kt {
    color: #ffcb6b;
  }
  .highlight .n {
    color: #c7d1d8;
  }
  .highlight .na {
    color: #11a69f;
  }
  .highlight .nb {
    color: #d85a7b;
  }
  .highlight .bp {
    color: #999999;
  }
  .highlight .nc {
    color: #11a69f;
  }
  .highlight .ne {
    color: #990000;
  }
  .highlight .nf {
    color: #5ab780;
  }
  .highlight .ni {
    color: #11a69f;
  }
  .highlight .nn {
    color: #11a69f;
  }
  .highlight .no {
    color: #9d99e6;
  }
  .highlight .nt {
    color: #de3581;
  }
  .highlight .nv {
    color: #9680b1;
  }
  .highlight .vc {
    color: #9680b1;
  }
  .highlight .vg {
    color: #9680b1;
  }
  .highlight .vi {
    color: #9680b1;
  }
  .highlight .o {
    color: #bcd890;
  }
  .highlight .ow {
    color: #bcd890;
  }
  .highlight .m {
    color: #9d99e6;
  }
  .highlight .mf {
    color: #9d99e6;
  }
  .highlight .mh {
    color: #9d99e6;
  }
  .highlight .mi {
    color: #9d99e6;
  }
  .highlight .il {
    color: #9d99e6;
  }
  .highlight .mo {
    color: #9d99e6;
  }
  .highlight .s {
    color: #baa94a;
  }
  .highlight .s1 {
    color: #baa94a;
  }
  .highlight .s2 {
    color: #baa94a;
  }
  .highlight .sb {
    color: #baa94a;
  }
  .highlight .sc {
    color: #baa94a;
  }
  .highlight .sd {
    color: #baa94a;
  }
  .highlight .se {
    color: #baa94a;
  }
  .highlight .sh {
    color: #baa94a;
  }
  .highlight .si {
    color: #baa94a;
  }
  .highlight .sr {
    color: #009926;
  }
  .highlight .ss {
    color: #3c90f5;
  }
  .highlight .sx {
    color: #baa94a;
  }
  .highlight .w {
    color: #eeffff;
  }
  .highlight .lineno, .highlight .gl {
    color: #8a8a8a;
  }
  .highlight .hll {
    background-color: #373730;
  }
}
html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: var(--minima-text-color);
  background-color: var(--minima-background-color);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: var(--minima-heading-color);
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: var(--minima-link-base-color);
  text-decoration: none;
}
a:visited {
  color: var(--minima-link-visited-color);
}
a:hover {
  color: var(--minima-link-hover-color);
  text-decoration: underline var(--minima-brand-color);
  text-underline-offset: 3px;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: var(--minima-brand-color);
  border-left: 4px solid var(--minima-border-color-01);
  padding-left: 15px;
  font-size: 1.05rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: var(--minima-code-background-color);
}
@media screen and (max-width: 600px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--minima-heading-color);
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid var(--minima-border-color-01);
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}
div.highlight .lineno, div.highlight .gl, figure.highlight .lineno, figure.highlight .gl {
  text-align: right;
}

figure.highlight table {
  margin: -8px -12px -14px;
}
figure.highlight td.gutter {
  border-right: 1px solid var(--minima-border-color-01);
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid var(--minima-border-color-01);
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: var(--minima-table-text-color);
  border-collapse: collapse;
  border: 1px solid var(--minima-table-border-color);
}
table tr:nth-child(even) {
  background-color: var(--minima-table-zebra-color);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: var(--minima-table-header-bg-color);
  border: 1px solid var(--minima-table-header-border);
}
table td {
  border: 1px solid var(--minima-table-border-color);
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 55.95px;
  line-height: 54px;
  background-color: var(--minima-background-color);
  border-top: 5px solid var(--minima-border-color-03);
  border-bottom: 1px solid var(--minima-border-color-01);
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: var(--minima-site-title-color);
}

.site-nav {
  float: right;
  border: none;
  background-color: inherit;
}
.site-nav label[for=nav-trigger], .site-nav #nav-trigger {
  display: none;
}
.site-nav .nav-item {
  color: var(--minima-text-color);
}
.site-nav .nav-item:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 18px;
    background-color: var(--minima-background-color);
    border: 1px solid var(--minima-border-color-01);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
  }
  .site-nav .menu-icon::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
  }
  .site-nav .menu-icon > svg path {
    fill: var(--minima-border-color-03);
  }
  .site-nav #nav-trigger ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f0c9";
    font-size: 1.25em;
  }
  .site-nav #nav-trigger ~ .nav-items {
    clear: both;
    display: none;
  }
  .site-nav #nav-trigger:checked ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f00d";
    font-size: 1.5em;
  }
  .site-nav #nav-trigger:checked ~ .nav-items {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav #nav-trigger:checked ~ .nav-items .nav-item {
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .nav-item {
    display: block;
    margin-right: 15px;
    padding: 5px 0;
    color: var(--minima-text-color);
    line-height: 1.5;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid var(--minima-border-color-01);
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: var(--minima-brand-color-dimmed);
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: var(--minima-brand-color-dimmed);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid var(--minima-border-color-01);
}

.post-meta .bullet-divider {
  padding-inline: 15px;
}
.post-meta .meta-label {
  font-weight: 600;
}
.post-meta .force-inline {
  display: inline;
}
.post-meta .force-inline::before {
  content: "•";
  padding-inline: 5px;
}
.post-meta .post-authors {
  margin-top: 3px;
}

.post-title,
.post-content h1 {
  margin-bottom: 10px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.comments-disabled-message {
  text-align: center;
  font-weight: 300;
}

.social-media-list {
  display: table;
  margin: 0 auto;
}
.social-media-list li {
  float: left;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type {
  margin-right: 0;
}
.social-media-list li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--minima-border-color-01);
}
.social-media-list li a:hover {
  border-color: var(--minima-border-color-02);
}

/**
 * Pagination navbar
 */
.pagination {
  display: table;
  margin: 0 auto;
  list-style-type: none;
}
.pagination li {
  float: left;
  margin: 0 3px;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
}
.pagination li a {
  display: block;
  text-decoration: none;
  border: 1px solid var(--minima-border-color-01);
}
.pagination li a:hover {
  border-color: var(--minima-border-color-02);
}
.pagination li a, .pagination li div {
  min-width: 41px;
  padding: 10px 12px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: var(--minima-border-color-01);
  border: 1px dashed;
}
.pagination li div.current-page {
  font-weight: bold;
}

/**
 * Task-lists
 */
.task-list {
  margin-left: 0;
  padding-left: 18px;
}

.task-list-item {
  list-style-type: none;
}
.task-list-item-checkbox {
  position: relative;
  margin-right: 9px;
  margin-left: -15px;
  appearance: none;
  border: 8px solid var(--minima-border-color-01);
  vertical-align: text-top;
  z-index: -1;
}
.task-list-item-checkbox::after {
  position: absolute;
  top: -8px;
  left: -3px;
  width: 4px;
  height: 10px;
  content: "";
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.task-list-item-checkbox:checked::after {
  border-color: var(--minima-border-color-03);
}

/**
 * Grid helpers
 */
@media screen and (min-width: 800px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
/* ─── NestNinja Hub Custom Styles ─────────────────────────────────────────── */
/* Hub brand colour: teal — distinct from NestNinja.uk blue */
:root {
  --hub-teal: #0d9488;
  --hub-teal-dark: #0f766e;
  --hub-teal-light: #ccfbf1;
  --hub-night: #0f172a;
  --hub-overlay: rgba(15, 23, 42, 0.72);
}

/* Background — night-sky/nature feel */
body {
  background-color: var(--hub-night);
  background-image: url("/assets/images/hub-background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--hub-overlay);
  z-index: -1;
}

/* ─── Header ──────────────────────────────────────────────────────────────── */
.site-header {
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(13, 148, 136, 0.3);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* Logo — hide text, show image (same technique as NestNinja.uk) */
.site-title {
  font-size: 0 !important;
  padding: 0;
  line-height: 0;
}

.site-title::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 50px;
  background-image: url("/assets/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  /* Invert to white for the dark hub header */
  filter: brightness(0) invert(1);
}

/* 'Hub' label alongside the logo */
.site-title::after {
  content: "Hub";
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--hub-teal);
  vertical-align: middle;
  margin-left: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.site-title:hover {
  text-decoration: none;
}

@media (max-width: 600px) {
  .site-title::before {
    width: 160px;
    height: 40px;
  }
  .site-title::after {
    font-size: 0.85rem;
    margin-left: 0.35rem;
  }
}
.site-nav .page-link {
  color: rgba(255, 255, 255, 0.85);
}

.site-nav .page-link:hover {
  color: var(--hub-teal);
}

/* ─── Footer ──────────────────────────────────────────────────────────────── */
.site-footer {
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(13, 148, 136, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.site-footer a {
  color: var(--hub-teal);
}

.site-footer a:hover {
  color: #fff;
}

/* ─── Content wrapper ─────────────────────────────────────────────────────── */
.page-content {
  background: transparent;
}

.page-content .wrapper {
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid rgba(13, 148, 136, 0.15);
  padding: 2rem;
  margin: 1rem auto;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

.page-content .wrapper h1,
.page-content .wrapper h2,
.page-content .wrapper h3 {
  color: #fff;
}

.page-content .wrapper p,
.page-content .wrapper li {
  color: rgba(255, 255, 255, 0.82);
}

/* ─── Hero ────────────────────────────────────────────────────────────────── */
.hub-hero {
  text-align: center;
  padding: 3rem 1rem 2rem;
}

.hub-hero h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}

.hub-hero .hub-tagline {
  font-size: 1.2rem;
  color: var(--hub-teal);
  margin-bottom: 1.5rem;
}

.hub-hero .hub-sub {
  max-width: 560px;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

/* ─── Search placeholder ──────────────────────────────────────────────────── */
.hub-search {
  display: flex;
  max-width: 520px;
  margin: 0 auto 1rem;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 2px var(--hub-teal);
}

.hub-search input {
  flex: 1;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
  font-size: 1rem;
  outline: none;
}

.hub-search input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.hub-search button {
  padding: 0.75rem 1.2rem;
  background: var(--hub-teal);
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}
.hub-search button:hover {
  background: var(--hub-teal-dark);
}

@media (max-width: 540px) {
  .hub-search button {
    padding: 0.75rem 0.9rem;
  }
  .hub-search button .btn-text {
    display: none;
  }
  .page-content .wrapper {
    padding: 1.25rem;
  }
}
@media (max-width: 380px) {
  .page-content .wrapper {
    padding: 0.75rem;
  }
  .hub-search button {
    padding: 0.75rem 0.65rem;
  }
}
.hub-search-note {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 2.5rem;
}

/* ─── Autocomplete ───────────────────────────────────────────────────────── */
.hub-search-wrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto 1rem;
}

/* override the old margin on .hub-search now it lives inside the wrap */
.hub-search-wrap .hub-search {
  max-width: 100%;
  margin: 0;
}

.hub-suggestions {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0f2233;
  border: 1px solid rgba(13, 148, 136, 0.5);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow-y: auto;
  max-height: 22rem;
}

.hub-suggestions.is-open {
  display: block;
}

.hub-suggestion-heading {
  padding: 0.4rem 1rem 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  user-select: none;
}

/* Inline divider between sections within a single result list */
.hub-suggestion-heading--inline {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(13, 148, 136, 0.2);
}

.hub-suggestion-item {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.12s;
}
.hub-suggestion-item:last-child {
  border-bottom: none;
}
.hub-suggestion-item:hover, .hub-suggestion-item.is-active {
  background: rgba(13, 148, 136, 0.18);
}

.sug-label {
  font-size: 0.95rem;
  color: #fff;
  white-space: nowrap;
}

.sug-note {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hub-suggestion-item.is-species .sug-label {
  color: #86efac;
} /* green   — species      */
.hub-suggestion-item.is-environment .sug-label {
  color: #fcd34d;
} /* amber   — habitat      */
.hub-suggestion-item.is-location .sug-label {
  color: #7dd3fc;
} /* blue    — location     */
.hub-suggestion-item.is-hint .sug-label {
  color: #c4b5fd;
} /* lavender — browse hint */
.sug-arrow {
  font-size: 1rem;
  color: rgba(196, 181, 253, 0.5);
  margin-right: 0.3rem;
  flex-shrink: 0;
}

/* ─── Coming soon card grid ───────────────────────────────────────────────── */
.hub-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.hub-feature {
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid rgba(13, 148, 136, 0.25);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s, transform 0.2s;
}

.hub-feature:hover {
  border-color: var(--hub-teal);
  transform: translateY(-3px);
}

.hub-feature h3 {
  margin-top: 0;
  color: var(--hub-teal) !important;
  font-size: 1rem;
}

.hub-feature p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.65) !important;
  margin: 0;
}

/* ─── Status banner ───────────────────────────────────────────────────────── */
.hub-status {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  background: rgba(13, 148, 136, 0.15);
  border: 1px solid var(--hub-teal);
  border-radius: 20px;
  color: var(--hub-teal);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* ─── CTA Buttons ─────────────────────────────────────────────────────────── */
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.btn-primary {
  background: var(--hub-teal);
  color: #fff;
  border: 2px solid var(--hub-teal);
}

.btn-primary:hover {
  background: var(--hub-teal-dark);
  border-color: var(--hub-teal-dark);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: var(--hub-teal);
  border: 2px solid var(--hub-teal);
}

.btn-secondary:hover {
  background: rgba(13, 148, 136, 0.12);
  color: #fff;
}

/* ─── Divider ─────────────────────────────────────────────────────────────── */
hr {
  border-color: rgba(13, 148, 136, 0.2);
}

/* ─── Search Results Page ─────────────────────────────────────────────────── */
.hub-search-page {
  padding-bottom: 3rem;
}

/* Search header bar (inline, compact — replaces the hero) */
.hub-search-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0 1rem;
  border-bottom: 1px solid rgba(13, 148, 136, 0.2);
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.btn-back {
  color: var(--hub-teal);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-back:hover {
  color: #fff;
  text-decoration: none;
}

/* Allow the search to grow to fill available space inside the header */
.hub-search-wrap--inline {
  flex: 1;
  min-width: 220px;
  margin: 0;
}

.hub-search-wrap--inline .hub-search {
  max-width: 100%;
}

/* Enable the search button on the results page */
.hub-search-page .hub-search button {
  cursor: pointer;
}

/* Results meta: count + filter pills */
.hub-results-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hub-results-count {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
}
.hub-results-count strong {
  color: #fff;
}

/* Struck-through query text — signals demo data isn’t actually being filtered */
.hub-query-strike {
  text-decoration: line-through;
  text-decoration-color: #f87171;
  text-decoration-thickness: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.hub-query-demo-note {
  font-size: 0.78rem;
  color: #f87171;
  opacity: 0.8;
  white-space: nowrap;
}

/* Filter pills */
.hub-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hub-pill {
  padding: 0.3rem 0.85rem;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  border: 1px solid rgba(13, 148, 136, 0.35);
  background: rgba(13, 148, 136, 0.07);
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.hub-pill:hover {
  background: rgba(13, 148, 136, 0.18);
  color: #fff;
  border-color: var(--hub-teal);
}
.hub-pill.hub-pill--active {
  background: var(--hub-teal);
  border-color: var(--hub-teal);
  color: #fff;
}

/* Demo notice banner */
.hub-demo-notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(253, 224, 71, 0.07);
  border: 1px solid rgba(253, 224, 71, 0.25);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  font-size: 0.83rem;
  color: rgba(253, 224, 71, 0.75);
  margin-bottom: 1.5rem;
}

/* ─── Feed card grid ──────────────────────────────────────────────────────── */
.hub-feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* Individual feed card */
.hub-feed-card {
  border-radius: 12px;
  border: 1px solid rgba(13, 148, 136, 0.25);
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(6px);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.hub-feed-card:hover {
  border-color: var(--hub-teal);
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
.hub-feed-card.hub-feed-card--offline {
  opacity: 0.75;
  border-color: rgba(255, 255, 255, 0.1);
}

/* 16:9 video embed container */
.hub-feed-video {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  background: #0a1628;
  overflow: hidden;
}
.hub-feed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Static thumbnail for offline/placeholder cards */
.hub-feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45) grayscale(0.4);
}

/* Playable thumbnails (non-offline) — brighter, with hover dim */
.hub-feed-thumb--playable {
  filter: brightness(0.72);
  transition: filter 0.2s;
  cursor: pointer;
}
.hub-feed-thumb--playable:hover, .hub-feed-thumb--playable.is-playing {
  filter: brightness(1);
}
.hub-feed-thumb--playable {
  /* Hide the play overlay once the iframe is injected */
}
.hub-feed-thumb--playable.is-playing .hub-play-btn {
  opacity: 0;
  pointer-events: none;
}

/* Play button overlay */
.hub-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: rgba(13, 148, 136, 0.85);
  backdrop-filter: blur(4px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, transform 0.15s, opacity 0.2s;
  z-index: 2;
}
.hub-play-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-left: 3px; /* optical centre for the play triangle */
}
.hub-play-btn:hover {
  background: var(--hub-teal-dark);
  transform: translate(-50%, -50%) scale(1.12);
}

/* Status badge overlaid on the video */
.hub-feed-status {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  z-index: 1;
}
.hub-feed-status.hub-feed-status--live {
  background: rgba(220, 38, 38, 0.75);
  color: #fff;
}
.hub-feed-status.hub-feed-status--recording {
  background: rgba(22, 163, 74, 0.75);
  color: #fff;
}
.hub-feed-status.hub-feed-status--offline {
  background: rgba(71, 85, 105, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

/* Card info section */
.hub-feed-info {
  padding: 0.9rem 1rem 1rem;
}

.hub-feed-title {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.hub-feed-location {
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Species tag row */
.hub-feed-species {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.hub-species-tag {
  padding: 0.18rem 0.55rem;
  border-radius: 10px;
  font-size: 0.76rem;
  font-weight: 600;
  background: rgba(134, 239, 172, 0.12);
  border: 1px solid rgba(134, 239, 172, 0.25);
  color: #86efac;
}
.hub-species-tag.hub-species-tag--owl {
  background: rgba(253, 186, 116, 0.12);
  border-color: rgba(253, 186, 116, 0.3);
  color: #fdba74;
}
.hub-species-tag.hub-species-tag--swift {
  background: rgba(147, 197, 253, 0.12);
  border-color: rgba(147, 197, 253, 0.3);
  color: #93c5fd;
}
.hub-species-tag.hub-species-tag--waterbird {
  background: rgba(125, 211, 252, 0.12);
  border-color: rgba(125, 211, 252, 0.3);
  color: #7dd3fc;
}

/* Footer row: owner label + watch link */
.hub-feed-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.hub-feed-owner {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.35);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hub-feed-watch {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--hub-teal);
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}
.hub-feed-watch:hover {
  color: #fff;
  text-decoration: none;
}
.hub-feed-watch.hub-feed-watch--none {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}

/* Results page footer */
.hub-results-footer {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
  border-top: 1px solid rgba(13, 148, 136, 0.15);
}
.hub-results-footer p {
  margin: 0.4rem 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.45) !important;
}
.hub-results-footer a {
  color: var(--hub-teal);
}
.hub-results-footer a:hover {
  color: #fff;
}

/* ─── Responsive adjustments for search page ──────────────────────────────── */
@media (max-width: 640px) {
  .hub-search-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hub-search-wrap--inline {
    width: 100%;
  }
  .hub-results-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .hub-feed-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */