:root {
  --gd-bg: #071523;
  --gd-dark: #0b1b2a;
  --gd-border: #7f4f43;
  --gd-gold: #c28a62;
  --gd-rose: #d87b78;
  --gd-text: #d8c6ba;
  --gd-muted: #9e8d86;
}

/* =====================
   TAG / NACHT SWITCH
===================== */

.gd-scene-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 25px;
  color: var(--gd-gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gd-switch {
  width: 58px;
  height: 28px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.gd-switch input {
  display: none;
}

.gd-switch i {
  position: absolute;
  inset: 0;
  border-radius: 999px;

  background:
    linear-gradient(
      rgb(5 13 26 / 88%),
      rgb(5 13 26 / 98%)
    );

  border: 1px solid rgba(194, 138, 98, 0.35);

  box-shadow:
    inset 0 0 8px rgb(0 0 0 / 45%);
}

.gd-switch i::before {
  content: "☀";
  position: absolute;

  width: 22px;
  height: 22px;

  left: 3px;
  top: 2px;

  border-radius: 50%;

  background: var(--gd-gold);
  color: rgb(5 13 26);

  font-size: 13px;
  line-height: 22px;
  text-align: center;

  transition: .25s;
}

.gd-switch input:checked + i::before {
  content: "☾";
  transform: translateX(28px);
  background: var(--gd-rose);
}

/* =====================
   TOPBAR
===================== */

.gd-topbar {
  height: 62px;

  background:
    linear-gradient(
      rgb(5 13 26 / 84%),
      rgb(5 13 26 / 96%)
    ),
    url(../../../images/style/goldendaysnight/header.png) center top / cover no-repeat;

  border-bottom: 1px solid rgba(194, 138, 98, 0.16);

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 55px;
  box-sizing: border-box;

  font-size: 14px;
  letter-spacing: .5px;

  position: relative;
  z-index: 10;
}

/* TAG */

body.gd-day .gd-topbar,
html.gd-day .gd-topbar {
  background:
    linear-gradient(
      rgb(5 13 26 / 78%),
      rgb(5 13 26 / 92%)
    );
}

.gd-topbar-left,
.gd-topbar-right {
  display: flex;
  align-items: center;
}

.gd-topbar a {
  color: var(--gd-gold);
  text-decoration: none;
  margin-left: 22px;
  font-weight: bold;
}

.gd-topbar a:hover {
  color: var(--gd-rose);
}

/* =====================
   NAVIGATION
===================== */

.gd-nav {
  height: 70px;

  background:
    linear-gradient(
      rgb(5 13 26 / 74%),
      rgb(5 13 26 / 92%)
    ),
    url(../../../images/style/goldendaysnight/header.png) center 8% / cover no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 58px;

  border-bottom: 1px solid rgba(194, 138, 98, 0.12);

  text-transform: uppercase;
  letter-spacing: 1.5px;

  position: relative;
  z-index: 10;
}

/* TAG */

body.gd-day .gd-nav,
html.gd-day .gd-nav {
  background:
    linear-gradient(
      rgb(5 13 26 / 60%),
      rgb(5 13 26 / 84%)
    ),
    url(../../../images/style/goldendaysnight/day.png) center 8% / cover no-repeat;
}

.gd-logo {
  padding-right: 35px;
  border-right: 1px solid rgba(194, 138, 98, 0.25);
}

.gd-logo img {
  width: 70px;
  height: auto;
  display: block;
}

.gd-nav a {
  color: var(--gd-text);
  text-decoration: none;

  font-size: 15px;
  font-weight: bold;

  position: relative;
  padding: 25px 0;
}

.gd-nav a:hover,
.gd-nav a.active {
  color: var(--gd-rose);
}

.gd-nav a.active::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;

  height: 3px;

  background: var(--gd-rose);
}

/* =====================
   HERO
===================== */

.gd-hero {
  height: clamp(360px, 48vw, 680px);

  background:
    url(../../../images/style/goldendaysnight/header.png) center center / cover no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  position: relative;

  overflow: visible;
}

/* TAG */

body.gd-day .gd-hero,
html.gd-day .gd-hero {
  background:
    url(../../../images/style/goldendaysnight/day.png) center center / cover no-repeat;
}

/* ÜBERGANG */

.gd-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgb(5 13 26 / 0%) 0%,
    rgb(5 13 26 / 10%) 25%,
    rgb(5 13 26 / 35%) 50%,
    rgb(5 13 26 / 70%) 78%,
    rgb(5 13 26 / 96%) 100%
  );
}

.gd-hero-content {
  position: relative;
  z-index: 3;
  margin-top: -20px;
}

.gd-hero h1 {
  margin: 0;

  font-family: "Great Vibes", "Edwardian Script ITC", cursive;
  font-size: 92px;
  font-weight: normal;

  color: var(--gd-gold);

  text-shadow:
    0 3px 10px rgba(0, 0, 0, 0.6);
}

.gd-hero h2 {
  margin: 5px 0 18px;

  text-transform: uppercase;
  letter-spacing: 7px;

  font-size: 25px;

  color: var(--gd-text);
}

.gd-heart {
  color: var(--gd-rose);
  font-size: 34px;
  margin: 8px 0;
}

.gd-hero p {
  color: var(--gd-rose);

  text-transform: uppercase;
  letter-spacing: 7px;

  font-weight: bold;
  font-size: 13px;
}

/* =====================
   MOBILE
===================== */

@media (max-width: 900px) {

  .gd-topbar {
    padding: 15px;
    height: auto;
    flex-direction: column;
    gap: 12px;
  }

  .gd-nav {
    height: auto;
    flex-wrap: wrap;
    gap: 25px;
    padding: 18px;
  }

  .gd-logo {
    border-right: 0;
    padding-right: 0;
  }

  .gd-hero {
    height: 360px;
  }

  .gd-hero h1 {
    font-size: 58px;
  }

  .gd-hero h2 {
    font-size: 16px;
    letter-spacing: 4px;
  }
}