#header {
    background-image: url('images/head.jpg'),url('images/bg.jpg');
    background-repeat: no-repeat, repeat;
    background-position: center;
    height: 482px;
    width: 100%;
    position: relative;
    z-index: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Libre+Baskerville&family=Noto+Sans+Runic&family=Alumni+Sans+Pinstripe&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
    background:
        radial-gradient(circle at bottom, rgba(120,0,40,0.35), transparent 55%),
        linear-gradient(180deg, #050000 0%, #0b0004 40%, #1a0008 70%, #2b000f 100%);
    color: #e6d4c2;
}

#navigation {
    width: 100%;
    padding: 22px 30px;
    background:
        radial-gradient(circle at top, rgba(255,140,94,0.12), transparent 60%),
        linear-gradient(160deg, #120000, #2b0000);
    box-shadow:
        inset 0 -1px 0 rgba(255,140,94,0.25),
        0 6px 30px rgba(80,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    position: relative;
    font-family: 'Lora', serif;
}

#navigation::before { top: 6px; }
#navigation::after { bottom: 6px; }

#navigation a {
    position: relative;
    padding: 6px 8px;
    font-family: 'Cinzel Decorative', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f0d6b8;
    text-decoration: none;
    background: none;
    border: none;
    opacity: 0.9;
    transition: color 0.35s ease, opacity 0.35s ease;
-webkit-text-fill-color: #f0d6b8;
    -webkit-background-clip: border-box;
    background: none;
}

#navigation a:hover {
    color: #fff8ef;
    opacity: 1;
}

.nav-ornament {
    width: 70px;
    height: 20px;
    position: relative;
}

.nav-ornament::before {
    content: "✦ ❖ ✶ ❖ ✦";
    font-family: 'Cinzel Decorative', serif;
    font-size: 14px;
    color: rgba(255,140,94,0.5);
    letter-spacing: 6px;
    display: block;
    text-align: center;
}

.music-player {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background:
        linear-gradient(145deg, rgba(255,140,94,0.12), rgba(0,0,0,0.3));
    border-radius: 10px;
    box-shadow:
        inset 0 0 0 1px rgba(255,140,94,0.3),
        0 4px 12px rgba(0,0,0,0.5);
}

.music-player audio {
    height: 32px;
    filter:
        sepia(30%)
        saturate(140%)
        brightness(90%);
}

.music-player:hover {
    box-shadow:
        inset 0 0 0 1px rgba(255,180,140,0.6),
        0 6px 16px rgba(0,0,0,0.7);
}


#content {
    width: 70%;
    max-width: 1100px;
    margin: 90px auto;
    padding: 0 60px;
    position: relative;
}

.contentx {
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #e6d4c2;
    opacity: 0.92;
    text-align: justify;
}

.contentx h1 {
    display: block;
    margin: 50px auto 30px auto;
    padding: 12px 24px;
    font-size: 26px;
    letter-spacing: 2px;
    font-family: 'Cinzel Decorative', serif;
    text-align: center;
    max-width: 40%;
    background: linear-gradient(135deg, #330000, #660000); 
    color: #ff8b5e; 
    -webkit-background-clip: padding-box;
    -webkit-text-fill-color: #ff8b5e;
    border-radius: 30% 15% 30% 15% / 20% 40% 20% 40%;
    box-shadow:
        0 0 8px rgba(102,0,0,0.3),
        0 4px 14px rgba(51,0,0,0.2);
    text-shadow: 0 0 4px rgba(102,0,0,0.25);
    transform: translateY(0);
    animation: floatH1 5s ease-in-out infinite;
}


@keyframes floatH1 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}


a {
    font-family: 'Lora', serif;
    font-weight: 600;
    color: #e8b68a;
    -webkit-text-fill-color: #e8b68a;
    -webkit-background-clip: border-box;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: rgba(232,182,138,0.6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

a:hover {
    color: #ffe0c2;
    -webkit-text-fill-color: #ffe0c2;
}

a:hover::after {
    transform: scaleX(1);
}

blockquote {
    position: relative;
    margin: 80px auto;
    padding: 50px 70px;
    max-width: 880px;

    font-family: 'Georgia', serif;
    font-size: 22px;
    line-height: 1.9;
    letter-spacing: 0.6px;
    color: #e9d8c6;

    border-left: 3px solid rgba(160,80,60,0.6);
    background: rgba(10,0,3,0.35);
}


blockquote::before {
    content: "❝";
    position: absolute;
    top: 12px;
    left: 20px;
    font-family: 'Cinzel Decorative', serif;
    font-size: 46px;
    color: rgba(200,120,90,0.35);
}


blockquote::after {
    content: "❞";
    position: absolute;
    bottom: 10px;
    right: 24px;
    font-family: 'Cinzel Decorative', serif;
    font-size: 42px;
    color: rgba(200,120,90,0.25);
}



b,
strong {
    font-family: 'Cinzel Decorative', serif;
    font-weight: 600;
    color: #f0caa2;
    letter-spacing: 0.5px;
    position: relative;
}


b::before,
b::after,
strong::before,
strong::after {
    content: "✦";
    font-size: 10px;
    color: rgba(180,110,80,0.35);
    margin: 0 4px;
}


i,
em {
    font-family: 'Cinzel Decorative', serif;
    font-style: italic;
    color: #d8a070;
    letter-spacing: 0.6px;
    position: relative;
}


i::after,
em::after {
    content: " ✶";
    font-size: 11px;
    color: rgba(200,130,90,0.35);
}


input,
textarea,
select {
    width: 40%;
    padding: 14px 18px;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #f0dcc8;
    background: rgba(20,0,5,0.6);
    border: 1.5px solid rgba(200,120,90,0.35);
    border-radius: 6px;
    box-shadow: inset 0 1px 6px rgba(0,0,0,0.6);
    transition: all 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #d08a60;
    background: rgba(30,0,8,0.75);
}

#footer {
    margin-top: 120px;
    padding: 70px 20px 50px;
    text-align: center;
    font-size: 14px;
    color: #c9a88a;
}

#footer::before {
    content: "❖ ✦ ❖ ✶ ❖ ✦ ❖";
    font-family: 'Cinzel Decorative', serif;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 8px;
    color: rgba(200,120,90,0.35);
}


p.lyrics {
  column-count: 2;
  column-gap: 2em;
  white-space: pre-wrap; 
}


@media (max-width: 768px) {

  #header {
    height: 260px;
    background-size: cover, auto;
  }

  #navigation {
    flex-direction: column;
    gap: 14px;
    padding: 18px 12px;
  }

  #navigation a {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .music-player {
    width: 100%;
    justify-content: center;
  }

  .music-player audio {
    width: 100%;
  }

  #content {
    width: 92%;
    margin: 50px auto;
    padding: 0 15px;
  }

  .contentx {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .contentx h1 {
    font-size: 20px;
    max-width: 90%;
  }

  blockquote {
    padding: 25px 20px;
    font-size: 18px;
  }

  input,
  textarea,
  select {
    width: 100%;
  }

  p.lyrics {
    column-count: 1;
  }
}


@media (min-width: 769px) and (max-width: 1024px) {

  #header {
    height: 340px;
    background-size: cover, auto;
  }

  #navigation {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 18px;
  }

  #navigation a {
    font-size: 14px;
    letter-spacing: 2.5px;
  }

  .music-player {
    width: auto;
  }

  #content {
    width: 85%;
    margin: 70px auto;
    padding: 0 25px;
  }

  .contentx {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
  }

  .contentx h1 {
    font-size: 23px;
    max-width: 70%;
  }

  blockquote {
    padding: 35px 35px;
    font-size: 20px;
  }

  input,
  textarea,
  select {
    width: 80%;
  }

  p.lyrics {
    column-count: 1;
  }
}


@media (min-width: 1025px) and (max-width: 1500px) {

  #header {
    height: 400px;
    background-size: cover, auto;
  }

  #navigation {
    gap: 26px;
    padding: 20px 24px;
  }

  #navigation a {
    font-size: 14px;
    letter-spacing: 2.8px;
  }

  .music-player {
    padding: 6px 10px;
  }

  #content {
    width: 80%;
    margin: 80px auto;
    padding: 0 35px;
  }

  .contentx {
    font-size: 18px;
    line-height: 1.7;
  }

  .contentx h1 {
    font-size: 24px;
    max-width: 60%;
  }

  blockquote {
    padding: 40px 45px;
    font-size: 20px;
  }

  input,
  textarea,
  select {
    width: 70%;
  }

  p.lyrics {
    column-count: 2;
  }
}