/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ============================================================================
   Nuno Zimas — custom design system (Gantry 5 / Helium override)
   Derived from the battle-tested absolute.lv system; reskinned to the
   Nuno Zimas identity: near-black stage, orange→amber→yellow accents,
   Overlock SC display type. Single language (en-GB). Class prefix: .nz-
   ========================================================================== */
/* Display + body fonts (matches the current site: Hind / Noto Sans / Overlock SC).
   NOTE: loaded from Google Fonts for local review; self-host before production. */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Overlock+SC&display=swap");
/* Avenger — the display face of the Nuno Zimas wordmark logo. Self-hosted. */
@font-face {
  font-family: "Avenger";
  src: url('../fonts/avenger.ttf?6a57b314') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ---- Palette --------------------------------------------------------------- */
/* ---- Fonts ----------------------------------------------------------------- */
body, .g-content, #g-mainbar {
  font-family: "Hind", "Noto Sans", system-ui, -apple-system, sans-serif;
}
/* Overrides */
.g-logo img, .g-logo svg {
  display: inline;
}
/* Inner-page full-bleed hero: pull flush under the nav (remove top dead space) */
.nz-hero {
  margin-top: -73px;
}
/* Active main-menu item stands out: accent text + accent underline */
#g-navigation .g-main-nav .g-menu-item.active > .g-menu-item-container, #g-navigation .g-main-nav .g-menu-item.active > .g-menu-item-container .g-menu-item-title {
  color: #ff7a18;
}
#g-navigation .g-main-nav .g-menu-item.active > .g-menu-item-container {
  box-shadow: inset 0 -3px 0 #ff7a18;
}
/* Desktop: centre the main menu so logo | menu | social are evenly spaced */
@media (min-width: 48rem) {
  #g-navigation .g-main-nav, #g-navigation .g-main-nav > .g-toplevel {
    text-align: center;
  }
}
/* Social icons in header, accent on hover */
.g-social-header a, #g-navigation .g-social a {
  color: #bdb9b3;
  transition: color 0.2s ease;
}
.g-social-header a:hover, #g-navigation .g-social a:hover {
  color: #ff7a18;
}
/* ---- Buttons: unified, legible accent system ------------------------------ */
.nz-btn, .item-page a.nz-btn, .nz-section a.nz-btn {
  display: inline-block;
  background: #ff7a18 !important;
  color: #141210 !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding: 0.9rem 2.3rem;
  border: 2px solid #ff7a18;
  border-radius: 40px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.nz-btn:hover, .nz-btn:focus, .item-page a.nz-btn:hover, .nz-section a.nz-btn:hover {
  background: #ffb84d !important;
  border-color: #ffb84d;
  color: #141210 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 122, 24, 0.3);
}
/* Outline button variant */
.nz-btn--ghost, a.nz-btn--ghost {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ff7a18;
}
.nz-btn--ghost:hover, a.nz-btn--ghost:hover {
  background: #ff7a18 !important;
  color: #141210 !important;
}
/* Home: hero sits BELOW the header bar — remove Helium's negative overlap. */
#g-header {
  margin-top: 0 !important;
}
/* Footer: black, slim, copyright left / legal links right. */
#g-footer {
  background: #000 !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#g-footer .g-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
}
#g-footer .g-grid > .g-block {
  width: auto !important;
  flex: 0 1 auto;
  margin: 0;
}
.nz-foot-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  justify-content: flex-end;
}
.nz-foot-legal a {
  color: #bdb9b3;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.nz-foot-legal a:hover {
  color: #ff7a18;
}
/* Legal pages (Privacy / Terms) */
.nz-legal {
  max-width: 900px;
}
.nz-legal h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 0.3rem;
  line-height: 1.1;
  font-family: "Overlock SC", "Hind", system-ui, sans-serif;
}
.nz-legal__updated {
  color: #8a8781;
  font-size: 0.9rem;
  margin: 0 0 2.2rem;
}
.nz-legal h2 {
  color: #ff7a18;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 2.2rem 0 0.6rem;
}
.nz-legal ul {
  color: #cfcdc9;
  line-height: 1.85;
  padding-left: 1.2rem;
  margin: 0 0 1rem;
}
.nz-legal li {
  margin-bottom: 0.5rem;
}
.nz-legal a {
  color: #ff7a18;
}
/* ============================================================================
   Cookie consent — dark/accent, matches the site
   ========================================================================== */
.nz-cc, .nz-cc * {
  box-sizing: border-box;
}
.nz-cc__banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background: #141210;
  border-top: 2px solid #ff7a18;
  color: #e8e6e3;
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.5);
}
.nz-cc__banner p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1 1 320px;
  color: #cfcdc9;
}
.nz-cc__banner a {
  color: #ff7a18;
}
.nz-cc__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.nz-cc__btn {
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.6rem 1.3rem;
  border-radius: 40px;
  cursor: pointer;
  border: 2px solid #ff7a18;
  background: transparent;
  color: #ff7a18;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.nz-cc__btn:hover {
  background: rgba(255, 122, 24, 0.12);
}
.nz-cc__btn--primary {
  background: #ff7a18;
  color: #141210;
}
.nz-cc__btn--primary:hover {
  background: #ffb84d;
}
.nz-cc__overlay {
  position: fixed;
  inset: 0;
  z-index: 99991;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.nz-cc__modal {
  background: #17140f;
  color: #e8e6e3;
  width: min(560px, 100%);
  max-height: 88vh;
  overflow-y: auto;
  border-radius: 10px;
  border: 1px solid #2c2926;
  padding: 1.8rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.nz-cc__modal h2 {
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-family: "Overlock SC", "Hind", system-ui, sans-serif;
}
.nz-cc__modal > p {
  color: #cfcdc9;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}
.nz-cc__cat {
  border-top: 1px solid #2c2926;
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.nz-cc__cat h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  color: #ff7a18;
  font-weight: 600;
}
.nz-cc__cat p {
  margin: 0;
  font-size: 0.85rem;
  color: #bdb9b3;
  line-height: 1.5;
}
.nz-cc__cat-body {
  flex: 1;
}
.nz-cc__switch {
  position: relative;
  width: 46px;
  height: 26px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.nz-cc__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.nz-cc__slider {
  position: absolute;
  inset: 0;
  background: #3a3631;
  border-radius: 26px;
  transition: 0.2s;
  cursor: pointer;
}
.nz-cc__slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 3px;
  background: #cfcdc9;
  border-radius: 50%;
  transition: 0.2s;
}
.nz-cc__switch input:checked + .nz-cc__slider {
  background: #ff7a18;
}
.nz-cc__switch input:checked + .nz-cc__slider::before {
  transform: translateX(20px);
  background: #141210;
}
.nz-cc__switch input:disabled + .nz-cc__slider {
  opacity: 0.6;
  cursor: not-allowed;
}
.nz-cc__modal-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
@media (max-width: 600px) {
  .nz-cc__banner {
    flex-direction: column;
    align-items: stretch;
  }
  .nz-cc__actions {
    justify-content: stretch;
  }
  .nz-cc__btn {
    flex: 1;
    text-align: center;
  }
}
/* Consent placeholder shown before a third-party embed is loaded */
.nz-embed {
  position: relative;
}
.nz-embed__ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.9rem;
  min-height: 120px;
  background: #16120d;
  border: 1px dashed rgba(255, 122, 24, 0.4);
  border-radius: 12px;
  padding: 1.6rem;
  color: #bdb9b3;
}
.nz-embed__ph p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.nz-embed__ph strong {
  color: #e8e6e3;
}
/* ============================================================================
   Sections / bands (design system)
   ========================================================================== */
.nz-hero--home {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 82vh;
  padding: 7rem 1.5rem 5rem;
  background-image: radial-gradient(120% 110% at 50% 40%, rgba(255, 122, 24, 0.18) 0%, rgba(255, 122, 24, 0) 62%), linear-gradient(180deg, rgba(8, 7, 6, 0.4) 0%, rgba(8, 7, 6, 0.12) 42%, rgba(8, 7, 6, 0.62) 100%), url('../../../../images/nzimas/img_20221024_143045_414.jpg?6a57610c');
  background-size: cover, cover, cover;
  background-position: center, center, center;
}
.nz-hero--home::before {
  display: none;
}
.nz-hero--home .nz-hero__inner {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
}
.nz-hero .nz-hero__inner h1 {
  font-family: "Avenger", "Overlock SC", system-ui, sans-serif;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.5);
}
.nz-hero--home .nz-hero__inner h1 {
  font-size: clamp(1.8rem, 4.6vw, 3.4rem) !important;
  text-align: center;
  margin: 0 auto;
}
.nz-hero--home .nz-hero__rule {
  width: 72px;
  height: 0;
  margin: 1.7rem auto;
  border: 0;
  border-top: 2px solid rgba(255, 122, 24, 0.6);
}
.nz-hero--home .nz-hero__sub {
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  color: #ded9d1;
  font-weight: 300;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.nz-hero__cta {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
@media (max-width: 47.99rem) {
  .g-logo img {
    max-height: 30px !important;
    width: auto !important;
  }
  .nz-hero--home {
    min-height: 66vh;
    padding: 3.5rem 1.25rem 3rem;
  }
  .nz-hero--home .nz-hero__inner h1 {
    font-size: clamp(1.8rem, 8vw, 2.6rem) !important;
  }
  .nz-hero--home .nz-hero__sub {
    font-size: 1.05rem;
  }
}
/* Full-bleed bands. Use background-COLOR (not the `background` shorthand) so a band
   that also carries a background-image (e.g. the home hero) keeps its image — the
   shorthand would reset background-image to none. */
.nz-band {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #0a0908;
}
.nz-band--alt {
  background-color: #14100b;
}
.nz-band--accent {
  background: radial-gradient(130% 120% at 50% 0%, rgba(255, 122, 24, 0.16) 0%, rgba(255, 122, 24, 0) 62%), linear-gradient(180deg, #17110a 0%, #0e0a06 100%);
}
.nz-band + .nz-band {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.nz-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3.6rem, 7vw, 6rem) 1.6rem;
}
/* Section header rhythm */
.nz-eyebrow {
  display: inline-block;
  color: #ff7a18;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin: 0 0 1rem;
}
.nz-h2 {
  color: #ffffff;
  font-family: "Overlock SC", "Hind", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.15;
  margin: 0;
}
.nz-h2 strong {
  color: #ff7a18;
  font-weight: 400;
}
.nz-sub {
  color: #bdb9b3;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 66ch;
  margin: 1.1rem 0 0;
}
.nz-center {
  text-align: center;
}
.nz-center .nz-sub {
  margin-left: auto;
  margin-right: auto;
}
.nz-grid, .nz-discog, .nz-videos, .nz-points, .nz-gigs {
  margin-top: clamp(2.4rem, 4vw, 3.4rem);
}
/* ---- Discography / album grid --------------------------------------------- */
.nz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.nz-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #16120d;
  border: 1px solid #241d15;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.nz-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 122, 24, 0.55);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
}
.nz-card__art {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #0e0b07;
}
.nz-card__body {
  padding: 1.3rem 1.4rem 1.5rem;
}
.nz-card h3 {
  color: #ffffff;
  font-size: 1.24rem;
  font-weight: 500;
  margin: 0 0 0.35rem;
  letter-spacing: 0.005em;
}
.nz-card__meta {
  color: #aca8a2;
  font-size: 0.9rem;
  margin: 0 0 0.9rem;
}
.nz-card__go {
  color: #ff7a18;
  font-weight: 600;
  font-size: 0.92rem;
}
.nz-card__go::after {
  content: " ↗";
}
/* ---- Video grid ------------------------------------------------------------ */
.nz-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.nz-video {
  background: #16120d;
  border: 1px solid #241d15;
  border-radius: 14px;
  overflow: hidden;
}
.nz-video .nz-embed, .nz-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1.7777777778;
  border: 0;
}
.nz-video .nz-embed__ph {
  min-height: 100%;
  border: 0;
  border-radius: 0;
}
/* ---- Bandcamp embed row (home) -------------------------------------------- */
.nz-tracks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.nz-track {
  background: #16120d;
  border: 1px solid #241d15;
  border-radius: 14px;
  padding: 0.9rem;
}
.nz-track iframe, .nz-track .nz-embed {
  width: 100%;
  border: 0;
}
.nz-track__cap {
  color: #aca8a2;
  font-size: 0.86rem;
  margin: 0.6rem 0 0;
  text-align: center;
}
/* ---- Performances list ----------------------------------------------------- */
.nz-gigs {
  list-style: none;
  padding: 0;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.nz-gig {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 1rem 1.4rem;
  align-items: baseline;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.nz-gig:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nz-gig__date {
  color: #ff7a18;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-size: 0.98rem;
}
.nz-gig__act {
  color: #ffffff;
  font-weight: 500;
}
.nz-gig__venue {
  color: #aca8a2;
  font-size: 0.95rem;
  text-align: right;
}
/* ---- Biography ------------------------------------------------------------- */
.nz-bio {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.nz-bio__photo {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #241d15;
}
.nz-bio__text {
  color: #cfcdc9;
  line-height: 1.85;
  font-size: 1.05rem;
}
.nz-bio__text p {
  margin: 0 0 1.1rem;
}
/* ---- Contact --------------------------------------------------------------- */
.nz-contact {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.nz-social-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.nz-social-list a {
  color: #d4d1cc;
  text-decoration: none;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  transition: color 0.2s ease;
}
.nz-social-list a:hover {
  color: #ff7a18;
}
/* Contact form (copied from absolute: styled, inert client-side, wired at deploy) */
.nz-form {
  display: grid;
  gap: 1rem;
  max-width: 640px;
}
.nz-form input, .nz-form textarea {
  background: #151311;
  border: 1px solid #2c2926;
  color: #eee;
  padding: 0.9rem 1rem;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
  font-family: inherit;
}
.nz-form input:focus, .nz-form textarea:focus {
  outline: none;
  border-color: #ff7a18;
}
.nz-form textarea {
  resize: vertical;
}
.nz-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nz-form__note {
  color: #aca8a2;
  font-size: 0.9rem;
  margin: 0.4rem 0 0;
}
/* Approach / points */
.nz-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.nz-point {
  padding-top: 1.2rem;
  border-top: 2px solid rgba(255, 122, 24, 0.5);
}
.nz-point h4 {
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.nz-point p {
  color: #aca8a2;
  line-height: 1.75;
  margin: 0;
  font-size: 0.98rem;
}
/* CTA closer */
.nz-cta {
  text-align: center;
}
.nz-cta .nz-h2 {
  margin: 0 auto 0.9rem;
}
.nz-cta .nz-sub {
  margin-left: auto;
  margin-right: auto;
}
.nz-cta .nz-hero__cta {
  margin-top: 2.2rem;
}
@media (max-width: 900px) {
  .nz-grid, .nz-videos, .nz-tracks {
    grid-template-columns: 1fr 1fr;
  }
  .nz-points {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .nz-bio, .nz-contact {
    grid-template-columns: 1fr;
  }
  .nz-gig {
    grid-template-columns: 90px 1fr;
  }
  .nz-gig__venue {
    grid-column: 1 / -1;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .nz-grid, .nz-videos, .nz-tracks {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=custom_13.css.map */