/* Index */
body {
    margin: 0;
    background: black;
    font-family: "Courier New", Courier, monospace;
    color: #f2f2f2;
}

.frame {
    border: 3px solid #f2f2f2;
    margin: 20px;
    padding: 40px;
    text-align: center;
    box-sizing: border-box;
}

.logo {
    width: 320px;
    display: block;
    margin: 0 auto 30px auto;
}

.quote {
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.quote p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

/* Firma */
.author {
    margin-top: 20px;
    font-style: italic;
    opacity: 0.9;
}

.menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item {
    width: 30%;
    text-align: center;
}

.box {
    width: 100%;
    height: 180px;
    border: 3px solid #f2f2f2;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.link {
    color: #0047ff;
    text-decoration: none;
    font-size: 13px;
}

.link:hover {
    text-decoration: underline;
}

/* Categories */
.title {
    font-size: 22px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 13px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.categories-grid {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    text-align: left;
}

.category-column {
    width: 50%;
}

.category-column h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.label {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.category-column p {
    font-size: 13px;
    line-height: 1.6;
}

.back-link {
    text-align: center;
    margin-top: 50px;
}

/* Catalogue */
.featured {
    margin: 25px 0 40px 0;
    font-size: 15px;
}

.catalogue-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px 10px;
    text-align: center;
    margin-bottom: 50px;
}

.navigation-links {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
}

/* About us */
.about-grid {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    text-align: left;
    margin-top: 20px;
}

.about-column {
    width: 50%;
}

.about-column h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.about-column p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-image-box {
    width: 220px;
    height: 220px;
    border: 3px solid #f2f2f2;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Domus Alba */
body {
    background-color: #000;
    color: #f2f2f2;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
}

.archive-frame {
    border: 3px solid #fff;
    margin: 20px;
    padding: 30px;
    text-align: center;
}

.title {
    font-size: 32px;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 14px;
    margin-bottom: 20px;
}

.description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.image-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.image-box {
    width: 30%;
    border: 3px solid #fff;
    padding: 10px;
    box-sizing: border-box;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.text-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.text-row p {
    width: 48%;
}

.links {
    margin-top: 20px;
}

.links a {
    color: #1e4fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
}

.links a:hover {
    text-decoration: underline;
}

/* His Realm */
.dual-title {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}

.dual-title > div {
    width: 48%;
    text-align: center;
}

.stone-offset {
    margin-left: 85px;
}

.maze-offset {
    margin-right: 85px;
}

.audio-link {
    color: #0047ff;
    cursor: pointer;
    text-decoration: underline;
}

.audio-link:hover {
    opacity: 0.8;
}
