* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #123f43;
    color: #edf2ee;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

a {
    color: inherit;
}

.hero {
    height: 100vh;
    min-height: 650px;
    position: relative;
    background: url("../images/sea-of-love-panorama.jpg") left center / cover no-repeat;
}

.shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(3, 26, 34, 0.10),
        rgba(3, 26, 34, 0.03) 55%,
        rgba(3, 26, 34, 0.30)
    );
}

.brand {
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-shadow: 0 2px 12px #09242b;
}

.eiyen {
    font-family: Georgia, serif;
    font-size: clamp(38px, 5vw, 76px);
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.sea {
    font-family: Georgia, serif;
    font-size: clamp(20px, 2.4vw, 35px);
    letter-spacing: 0.28em;
}

.tag {
    margin-top: 18px;
}

.nav {
    position: absolute;
    z-index: 3;
    right: 7%;
    top: 22%;
    display: flex;
    flex-direction: column;
    width: 165px;
}

.nav a {
    padding: 12px 4px;
    text-decoration: none;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 14px;
    text-shadow: 0 1px 8px #09242b;
}

.buttons {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
}

.buttons a,
.links a {
    border: 1px solid #d8bd6d;
    padding: 10px 22px;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-size: 13px;
    background: rgba(4, 30, 39, 0.55);
}

.buttons .gold {
    background: #d8bd6d;
    color: #10232a;
}

section {
    padding: 70px 24px;
    background: #16494b;
}

.alt {
    background: #123f43;
}

.inner {
    max-width: 1080px;
    margin: auto;
}

.grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr;
    gap: 70px;
}

.kicker {
    font-family: Georgia, serif;
    color: #d8bd6d;
    letter-spacing: 0.08em;
}

h1,
h2 {
    font-family: Georgia, serif;
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 34px;
}

ol {
    padding-left: 22px;
}

li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

footer {
    padding: 24px 6%;
    background: #0d3337;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .hero {
        height: 100svh;
        min-height: 650px;
        background-image: url("../images/sea-of-love-panorama.jpg");
        background-position: 8% center;
    }

    .brand {
        top: 7%;
        width: 92%;
    }

    .eiyen {
        font-size: 38px;
    }

    .sea {
        font-size: 20px;
    }

    .tag {
        font-size: 13px;
    }

    .nav {
        right: auto;
        left: 7%;
        top: auto;
        bottom: 18%;
        width: 125px;
    }

    .nav a {
        padding: 5px 2px;
        font-size: 12px;
    }

    .buttons {
        bottom: 5%;
        width: 90%;
        justify-content: center;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    section {
        padding: 50px 22px;
    }

    h1 {
        font-size: 39px;
    }

    h2 {
        font-size: 30px;
    }
}


/* Press subpage */

.subhero {
    height: 48vh;
    min-height: 420px;
}

.subhero .brand {
    top: 10%;
}

.subhero .nav a.active {
    color: #d8bd6d;
}

.press-page {
    background: #16494b;
}

.press-inner {
    max-width: 900px;
    margin: auto;
}

.press-inner h1 {
    margin-bottom: 8px;
}

.press-lead {
    color: #d8bd6d;
    font-family: Georgia, serif;
    font-size: 18px;
    margin-bottom: 36px;
}

.press-inner p {
    max-width: 820px;
}

.press-inner em {
    font-family: Georgia, serif;
}

@media (max-width: 760px) {
    .subhero {
        height: 72svh;
        min-height: 560px;
    }

    .subhero .brand {
        top: 7%;
    }

    .press-lead {
        font-size: 16px;
    }
}


/* Multi-page navigation */

.nav a.active {
    color: #d8bd6d;
}

.page-section {
    min-height: 52vh;
}

.contact-mail {
    font-family: Georgia, serif;
    font-size: 22px;
}

.contact-mail a {
    text-decoration: none;
    border-bottom: 1px solid #d8bd6d;
}


.footer-links {
    display: flex;
    gap: 18px;
}

.footer-links a {
    text-decoration: none;
    border-bottom: 1px solid rgba(216, 189, 109, 0.55);
}






/* CD purchase area */

.cd-buy-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(420px, 1.15fr);
    gap: 42px;
    align-items: start;
    margin-top: 46px;
    padding-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cd-buy-copy {
    min-width: 0;
}

.cd-buy-copy .kicker {
    margin-top: 0;
}

.cd-buy-image {
    min-width: 0;
}

.cd-buy-image picture,
.cd-buy-image img {
    display: block;
    width: 100%;
}

.cd-buy-image img {
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

.cd-buy-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #d7b46a;
    color: #102e32;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.cd-buy-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.cd-cart {
    font-size: 1.15em;
}

.cd-arrow {
    font-size: 1.45em;
    line-height: 0.7;
}

@media (max-width: 760px) {
    .cd-buy-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 38px;
        padding-top: 32px;
    }

    .cd-buy-button {
        margin-top: 12px;
    }
}


/* Final CD / home button refinements */

.cd-buy-heading {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.cd-buy-button .cd-cart {
    color: #000000;
    filter: grayscale(1) brightness(0);
}

.home-listen-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 999px;
    background: #d7b46a !important;
    color: #102e32 !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.home-listen-buy:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

@media (max-width: 760px) {
    .cd-buy-heading {
        font-size: 2rem;
    }
}


.buttons a.home-listen-buy {
    border-radius: 999px !important;
    background: #d7b46a !important;
    color: #102e32 !important;
    border-color: #d7b46a !important;
}
