/*
Theme Name: JW Digital Marketing
Author: JW Digital Marketing
Author URI: https://jwdigitalmarketing.com/
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #0B0E13;
  color: #E9E5DB;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

::selection {
  background: #F9CE32;
  color: #0B0E13;
}

/* Keyboard focus stays visible everywhere. */
a:focus-visible,
button:focus-visible {
  outline: 3px solid #F9CE32;
  outline-offset: 3px;
}

/* Screen-reader-only helper (used by the skip link). */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed !important;
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 12px 20px;
  background: #F9CE32;
  color: #0B0E13;
  font-weight: 700;
  border-radius: 6px;
}

/* ==================================================================
   HEADER
   Single-page site, so there is no nav - the lockup is centred rather
   than left in a corner on its own. Sits in normal flow (the Academy
   theme's header was fixed, which is why its hero needed 210px of
   top padding; this one does not).
================================================================== */
.br-header {
  position: relative;
  z-index: 20;
  background: #0B0E13;
  border-bottom: 1px solid rgba(249, 206, 50, .14);
}

.br-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-header__logo {
  display: block;
  line-height: 0;
}

.br-header__logo img {
  display: block;
  width: 205px;
  height: auto;
}

@media (max-width: 640px) {
  .br-header__inner {
    padding: 16px 20px;
  }

  .br-header__logo img {
    width: 158px;
  }
}

/* ==================================================================
   FOOTER
   No quick-links column - there is nowhere else on the site to go.
================================================================== */
.br-footer {
  background: #07090d;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 70px 0 30px;
}

.br-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.br-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 48px;
}

.br-footer__brand img {
  width: 100%;
  max-width: 230px;
  height: auto;
}

.br-footer__contact h2 {
  font-family: 'nikolaitrialsemibold', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  color: #F9CE32;
  margin: 0 0 18px;
}

.br-footer__contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.br-footer__contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.br-footer__contact li svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  fill: #F9CE32;
}

.br-footer__contact a {
  font-size: 15px;
  color: rgba(233, 229, 219, .72);
  text-decoration: none;
  transition: color .2s;
}

.br-footer__contact a:hover {
  color: #F9CE32;
}

.br-socials {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.br-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  transition: background .2s, border-color .2s;
}

.br-socials svg {
  width: 17px;
  height: 17px;
  fill: rgba(233, 229, 219, .72);
  transition: fill .2s;
}

.br-socials a:hover {
  background: #F9CE32;
  border-color: #F9CE32;
}

.br-socials a:hover svg {
  fill: #0B0E13;
}

.br-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 30px;
}

.br-footer__legal p {
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(233, 229, 219, .5);
  margin: 0 0 12px;
}

.br-footer__legal strong {
  color: rgba(233, 229, 219, .75);
}

.br-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 24px;
  padding-top: 24px;
}

.br-footer__bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(233, 229, 219, .55);
}

@media (max-width: 767px) {
  .br-footer {
    padding: 50px 0 24px;
  }

  .br-footer__inner {
    padding: 0 20px;
  }

  .br-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
