@charset "UTF-8";
/*!
Theme Name: NJTN 2026
Theme URI: https://weareoutright.com
Author: Outright
Author URI: https://weareoutright.com
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: njtn_2026

*/
@font-face {
  font-family: "Calibre";
  src: url("./fonts/Calibre-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Calibre";
  src: url("./fonts/Calibre-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Calibre";
  src: url("./fonts/Calibre-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Genesize Grotesk";
  src: url("./fonts/Genesize Grotesk.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}
q:before {
  content: "“";
  font-style: normal;
}
q:after {
  content: "”";
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.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;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:root {
  interpolate-size: allow-keywords;
}

body.page {
  background-color: #EDEBDF;
}
body.page #wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
}
body.page #container {
  margin-top: 175px;
  width: 100%;
  transition: margin 0.3s;
}
body.page.njtn-header-expanded {
  overflow-y: scroll;
}
body.page.njtn-header-expanded #container {
  margin-top: 100vh;
}
body.page .entry-content {
  color: #372300;
}
body.page .entry-content .wp-block-heading {
  color: #372300;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Genesize Grotesk";
  font-style: normal;
  font-weight: 400;
  margin: 100px auto 50px;
}
body.page .entry-content h2.wp-block-heading {
  line-height: 80px; /* 62.5% */
  font-size: 128px;
}
body.page .entry-content h2.wp-block-heading.heading-alt {
  color: #2D4C54;
}
body.page .entry-content > p {
  font-feature-settings: "liga" off, "clig" off;
  font-family: Calibre;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  max-width: 1484px;
  margin: 50px auto;
  width: 100%;
  padding: 0 40px;
}
body.page .entry-content > .wp-block-quote {
  font-feature-settings: "liga" off, "clig" off;
  font-family: Calibre;
  font-size: 36px;
  color: #F28D3D;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  max-width: 1484px;
  margin: 50px auto;
  width: 100%;
  border: 0;
  padding: 0 calc(10% - 40px);
}
body.page .entry-content > .wp-block-quote > p.block-quote-alt {
  color: #2D4C54;
}
body.page .entry-content .wp-block-buttons {
  margin: 90px auto 40px;
  justify-content: center;
}
body.page .entry-content .wp-block-buttons .wp-block-button {
  padding: 10px;
  transition: 0.2s;
}
body.page .entry-content .wp-block-buttons .wp-block-button:hover {
  padding: 0;
}
body.page .entry-content .wp-block-buttons .wp-block-button:hover a {
  padding: 40px 60px;
}
body.page .entry-content .wp-block-buttons a {
  background: #EDEBDF;
  color: #372300;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Calibre;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  border-radius: 10px;
  padding: 30px 50px;
  transition: 0.2s;
  text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
  body.page .entry-content > p {
    padding: 0 calc(14% - 40px);
  }
  body.page .entry-content > .wp-block-quote {
    padding: 0 calc(25% - 40px);
  }
}
@media screen and (max-width: 768px) {
  body.page #wrapper {
    padding-bottom: 10px;
  }
  body.page #container {
    margin-top: 135px;
  }
  body.page .entry-content > p {
    padding: 0 40px;
  }
}
body.page.home {
  background-color: #F28D3D;
}
body.page.home .entry-content .wp-block-heading {
  color: #EDEBDF;
}

#header {
  max-width: 2160px;
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: #EDEBDF;
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  margin: 20px auto;
  height: 115px;
  transition: height 0.6s cubic-bezier(0.34, 1.12, 0.64, 1);
  overflow: hidden;
  position: fixed;
  z-index: 3;
}
#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 115px;
  padding: 18px 40px;
}
#header #menu {
  opacity: 0;
  transition: opacity 0.2s;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

body.njtn-header-expanded {
  overflow-y: hidden;
}
body.njtn-header-expanded #header {
  height: calc(100vh - 40px);
}
body.njtn-header-expanded.admin-bar #header {
  height: calc(100vh - 72px);
}
body.njtn-header-expanded .btn-header-menu:before {
  transform: translateY(14px) rotate(45deg);
}
body.njtn-header-expanded .btn-header-menu:after {
  transform: translateY(-14px) rotate(-45deg);
}

body.njtn-header-menu-visible #header #menu {
  opacity: 1;
}

#branding a {
  background-image: url(/wp-content/themes/njtn-2026/img/njtn-logo.svg);
  height: 79px;
  width: 98px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

.header-actions {
  display: flex;
  align-items: center;
}
.header-actions .btn-join {
  background: #F28D3D;
  color: #372300;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Calibre;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  text-decoration: none;
  padding: 30px 50px;
  border-radius: 10px;
  transition: all 0.3s;
  margin-right: 50px;
}
.header-actions .btn-join:hover {
  background: #EDEBDF;
  padding: 40px 60px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-right: 40px;
}
.header-actions .btn-header-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  cursor: pointer;
  height: 70px;
  width: 70px;
  border: 0;
  background: transparent;
}
.header-actions .btn-header-menu:hover {
  background: transparent;
}
.header-actions .btn-header-menu:before {
  content: " ";
  background: #372300;
  height: 4px;
  width: 100%;
  transition: 0.2s;
}
.header-actions .btn-header-menu:after {
  content: " ";
  background: #372300;
  height: 4px;
  width: 100%;
  transition: 0.2s;
}

#menu {
  padding: 40px;
}
#menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#menu a {
  font-family: "Genesize Grotesk";
  color: #F28D3D;
  leading-trim: both;
  text-edge: cap;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 109px;
  text-decoration: none;
  transition: 0.3s;
}
#menu a:hover {
  color: #372300;
}

@media screen and (max-width: 768px) {
  #header {
    margin-top: 10px;
    width: calc(100% - 20px);
    box-shadow: none;
  }
  #header .header-actions .btn-join {
    display: none;
  }
  #menu a {
    font-size: 80px;
    line-height: 60px;
  }
}
#footer {
  background: #EDEBDF;
  color: #372300;
  padding: 40px;
  font-size: 24px;
  font-family: Calibre;
  border-radius: 30px;
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  max-width: 2160px;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .copyright {
  font-weight: 700;
}
#footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: right;
}
#footer .footer-link {
  color: #372300;
}

@media screen and (max-width: 768px) {
  #footer {
    flex-direction: column;
    gap: 40px;
    font-size: 20px;
    align-items: flex-start;
    width: calc(100% - 20px);
  }
  #footer .footer-links {
    text-align: left;
  }
}
.social-links {
  display: flex;
  align-items: center;
}

.social-links li {
  padding: 6px;
  transition: 0.2s;
  width: 42px;
  height: 42px;
  box-sizing: inherit;
}

.social-links li:hover {
  padding: 0;
}

.social-links a {
  width: 100%;
  height: 100%;
  background: #372300;
  border-radius: 8px;
  display: flex;
  color: #EDEBDF;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.photo-credit {
  position: absolute;
  bottom: 40px;
  right: 60px;
  background: #372300;
  color: #EDEBDF;
  display: flex;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
  align-items: center;
  height: 38px;
}
.photo-credit.expanded .photo-credit-name {
  width: auto;
  margin-right: 10px;
}

.photo-credit-btn {
  cursor: pointer;
  background: transparent;
  color: #EDEBDF;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.photo-credit-name {
  width: 0;
  transition: width 0.6s cubic-bezier(0.34, 1.25, 0.64, 1);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Calibre;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}

.photo-credit-label {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .photo-credit {
    right: 10px;
    bottom: 10px;
  }
}

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