@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic - Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Generic - Box Sizing
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base - Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Base - Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #404040;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Base - Links
--------------------------------------------------------------*/
a {
  color: #f15a24;
}
a:where(:visited) {
  color: #f15a24;
}
a:where(:hover, :focus, :active) {
  color: #d4471a;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Base - Buttons
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

/*--------------------------------------------------------------
# Base - Fields
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components - Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.1rem 2rem;
}

.site-header .site-branding {
  display: flex;
  align-items: center;
  margin: 0;
}
.site-header .site-branding .custom-logo-link {
  display: block;
}
.site-header .site-branding .custom-logo-link img {
  display: block;
  width: auto;
  height: auto;
  max-height: 64px;
}
.site-header .site-branding .site-title {
  margin: 0;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.site-header .site-branding .site-title a {
  color: #f15a24;
  font-weight: 700;
  text-decoration: none;
}

.site-header .main-navigation {
  width: auto;
}
.site-header .main-navigation ul {
  align-items: center;
  gap: 0.25rem;
  margin: 0;
}
.site-header .main-navigation li {
  margin: 0;
}
.site-header .main-navigation a {
  display: block;
  padding: 0.5rem 1.1rem;
  color: #44434a;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.15s ease;
}
.site-header .main-navigation a:hover, .site-header .main-navigation a:focus {
  color: #f15a24;
}
.site-header .main-navigation .current-menu-item > a,
.site-header .main-navigation .current_page_item > a,
.site-header .main-navigation .current-menu-ancestor > a,
.site-header .main-navigation .current_page_ancestor > a {
  color: #f15a24;
}
.site-header .main-navigation .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.4em;
  vertical-align: 0.15em;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid currentColor;
}
.site-header .main-navigation ul ul,
.site-header .main-navigation .sub-menu {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 250px;
  padding: 0.4rem 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
}
.site-header .main-navigation ul ul a,
.site-header .main-navigation .sub-menu a {
  width: auto;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  letter-spacing: 0;
  text-transform: none;
}
.site-header .main-navigation ul ul a:hover, .site-header .main-navigation ul ul a:focus,
.site-header .main-navigation .sub-menu a:hover,
.site-header .main-navigation .sub-menu a:focus {
  background: rgba(241, 90, 36, 0.08);
  color: #f15a24;
}
.site-header .main-navigation .menu-toggle {
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  color: #44434a;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 47.9375em) {
  .site-header__inner {
    position: relative;
    padding: 1rem 1.25rem;
  }
  .site-header .main-navigation {
    position: static;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .site-header .main-navigation.toggled > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0.25rem 0 0.75rem;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.1);
  }
  .site-header .main-navigation li {
    width: 100%;
  }
  .site-header .main-navigation a {
    padding: 0.9rem 1.25rem;
    font-size: 1rem;
  }
  .site-header .main-navigation.toggled > ul > li:nth-child(even) {
    background: rgba(241, 90, 36, 0.06);
  }
  .site-header .main-navigation .sub-menu,
  .site-header .main-navigation ul ul {
    position: static;
    left: auto;
    min-width: 0;
    margin: 0;
    padding: 0 0 0.25rem 1rem;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .site-header .main-navigation .sub-menu a {
    padding: 0.7rem 1.25rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(68, 67, 74, 0.85);
  }
  .site-header .main-navigation .menu-item-has-children > a::after {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Components - Posts and Pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Components - Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Components - Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Components - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins - Jetpack Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Utilities - Alignments
--------------------------------------------------------------*/
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 4rem;
  border-top: 4px solid #f15a24;
  background: #2b2a31;
  color: #b8b7c2;
  font-size: 0.95rem;
  line-height: 1.6;
}
.site-footer a {
  color: #b8b7c2;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer a:hover, .site-footer a:focus {
  color: #f15a24;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.4fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 2rem 2.5rem;
}

@media screen and (max-width: 60em) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 30em) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}
.footer-heading {
  margin: 0 0 1.1rem;
  color: #fff;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-col--brand .footer-logo-link {
  display: inline-block;
  margin-bottom: 1.1rem;
}
.footer-col--brand .footer-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 52px;
}

.footer-brand-name {
  margin: 0 0 1.1rem;
  color: #fff;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.footer-tagline {
  max-width: 30ch;
  margin: 0 0 1.4rem;
}
.footer-tagline .footer-tagline__line {
  display: block;
}
.footer-tagline .footer-tagline__line--accent {
  color: #f15a24;
}

.footer-menu,
.footer-contact,
.footer-legal,
.footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 0.65rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.footer-contact svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  fill: #f15a24;
}

.footer-hours {
  margin: 1.1rem 0 0;
  font-size: 0.85rem;
  opacity: 0.8;
}

.footer-social {
  display: flex;
  gap: 0.6rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.footer-social a:hover, .footer-social a:focus {
  background: #f15a24;
  color: #fff;
}
.footer-social a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  font-size: 0.85rem;
}
.site-footer__bottom-inner .site-info {
  margin: 0;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

/*--------------------------------------------------------------
# Audience Band (Option 1 — secondary CTAs below the hero)
--------------------------------------------------------------*/
.audience-band {
  padding: 3.5rem 0;
  background: #faf6f3;
}

.audience-band__header {
  max-width: 1200px;
  margin: 0 auto 2.5rem;
  padding: 0 2rem;
  text-align: center;
}

.audience-band__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.9rem;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f15a24;
}
.audience-band__eyebrow::before, .audience-band__eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #f15a24;
}

.audience-band__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  color: #2b2a31;
}

.audience-band__subtitle {
  max-width: 50ch;
  margin: 0 auto;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a4954;
}

.home .site-main .page {
  margin-bottom: 0;
}

.home .site-footer {
  margin-top: 0;
}

#page:has(.site-main > .page > .entry-content > section:last-child) .site-main > .page {
  margin-bottom: 0;
}
#page:has(.site-main > .page > .entry-content > section:last-child) .site-footer {
  margin-top: 0;
}

.audience-band__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 48em) {
  .audience-band__inner {
    grid-template-columns: 1fr;
  }
}
.audience-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2rem;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.audience-card::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -40%;
  width: 70%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.audience-card:hover, .audience-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
.audience-card--refer {
  background: linear-gradient(135deg, #f6713f 0%, #f15a24 55%, #d4471a 100%);
}
.audience-card--refer:hover, .audience-card--refer:focus {
  color: #2b2a31;
}
.audience-card--refer:hover .audience-card__desc, .audience-card--refer:focus .audience-card__desc {
  color: #2b2a31;
}
.audience-card--join {
  background: linear-gradient(135deg, #3a3942 0%, #2b2a31 70%);
}
.audience-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}
.audience-card__icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.audience-card__body {
  position: relative;
  z-index: 1;
}
.audience-card__title {
  display: block;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}
.audience-card__desc {
  display: block;
  margin: 0.4rem 0 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.audience-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.audience-card__arrow {
  display: inline-block;
  transition: transform 0.18s ease;
}
.audience-card:hover .audience-card__arrow, .audience-card:focus .audience-card__arrow {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Legal Document template (Privacy, Accessibility, Cookies, etc.)
--------------------------------------------------------------*/
.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 4.5rem;
}

.legal-document__header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(241, 90, 36, 0.18);
}
.legal-document__title {
  margin: 0;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 1.2;
  color: #2b2a31;
}
.legal-document__meta {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: #70707a;
}
.legal-document__content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #404040;
}
.legal-document__content h2 {
  margin: 2.75rem 0 0.85rem;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.3;
  color: #2b2a31;
}
.legal-document__content h3 {
  margin: 2rem 0 0.6rem;
  font-family: "Poppins", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #2b2a31;
}
.legal-document__content p,
.legal-document__content ul,
.legal-document__content ol {
  margin: 0 0 1.35rem;
}
.legal-document__content ul,
.legal-document__content ol {
  padding-left: 1.4rem;
}
.legal-document__content ul li,
.legal-document__content ol li {
  margin-bottom: 0.5rem;
}
.legal-document__content a {
  color: #f15a24;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-document__content a:hover, .legal-document__content a:focus {
  color: #d4471a;
}
.legal-document__content blockquote {
  margin: 1.75rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid #f15a24;
  background: rgba(241, 90, 36, 0.05);
  font-style: normal;
}
.legal-document__content blockquote p:last-child {
  margin-bottom: 0;
}
.legal-document__content hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid #ccc;
}

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