/* ============================================
   Oreobambo Web Site - Stylesheet
   Palette faithful to original:
     background #000 (black)
     primary    #faebd7 (antiquewhite)
     accent     #8b0000 (dark red) - for subtitles
     muted      #ababab (light gray) - sitemap labels
   Typography: Times New Roman / Georgia (as original)
   ============================================ */

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #faebd7;
  font-family: 'Times New Roman', Georgia, Times, serif;
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: #faebd7;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease;
}

a:hover {
  color: #fff5e0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

em, i { font-style: italic; }
strong, b { font-weight: bold; }

/* ============================================
   Navigation (sticky, with hamburger on mobile)
   ============================================ */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(250, 235, 215, 0.2);
  padding: 0.8rem 2rem;
}

nav .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}

nav .nav-brand {
  font-family: 'Times New Roman', Georgia, Times, serif;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #faebd7;
}

nav .nav-links {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

nav .nav-links a {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8c4a3;
  padding: 0.3rem 0;
  border-bottom: 1px solid transparent;
}

nav .nav-links a:hover,
nav .nav-links a.active {
  color: #faebd7;
  border-bottom-color: #faebd7;
}

nav .nav-links sup {
  font-size: 0.65em;
  vertical-align: super;
}

nav .nav-links .nav-sub {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: #a59074;
  text-transform: uppercase;
  margin-top: 0.1rem;
  line-height: 1.2;
}

nav .nav-links a:hover .nav-sub,
nav .nav-links a.active .nav-sub {
  color: #c8b49a;
}

nav .nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #d8c4a3;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.3rem;
}

/* ============================================
   Main Content
   ============================================ */
main {
  flex: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem;
  width: 100%;
  text-align: center;
}

/* Oreobambo page title (used on Discography, Photographs, etc.) */
.ob-title {
  margin: 1rem auto 3rem;
  text-align: center;
}

.ob-title .brand {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.55em;
  font-weight: normal;
  color: #faebd7;
  text-transform: uppercase;
  padding-left: 0.55em; /* compensate for letter-spacing on last char */
  margin-bottom: 0.6rem;
}

.ob-title .section {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.55em;
  font-weight: normal;
  color: #faebd7;
  text-transform: uppercase;
  padding-left: 0.55em;
}

/* ============================================
   Home
   ============================================ */
.home-hero {
  margin: 1rem auto 2.5rem;
  max-width: 680px;
  text-align: center;
  /* Clip the zoom inside the frame so nothing overflows the layout */
  overflow: hidden;
}

.home-hero a {
  display: block;
}

.home-hero img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  transform-origin: center center;
  animation: kenburns-home 18s ease-in-out infinite alternate;
  will-change: transform;
}

/* Slow Ken Burns zoom (Apple-style).
   Goes from 1x to ~1.12x and back, forever, with a gentle ease. */
@keyframes kenburns-home {
  0%   { transform: scale(1); }
  100% { transform: scale(1.12); }
}

/* Respect the user's OS-level motion preferences */
@media (prefers-reduced-motion: reduce) {
  .home-hero img {
    animation: none;
  }
}

/* ============================================
   Sitemap - big banner rows
   ============================================ */
.sitemap-list {
  max-width: 1000px;
  margin: 2rem auto;
  list-style: none;
  padding: 0;
  text-align: left;
}

.sitemap-list .sm-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.2rem;
  padding: 0.4rem 0;
}

.sitemap-list .sm-label {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #faebd7;
}

.sitemap-list .sm-label a {
  color: #faebd7;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

.sitemap-list .sm-label a:hover {
  border-bottom-color: #faebd7;
}

.sitemap-list .sm-label sup {
  font-size: 0.7em;
  vertical-align: super;
}

.sitemap-list .sm-banner img {
  width: 100%;
  max-width: 567px;
  height: auto;
}

.sitemap-list .sm-banner a {
  display: block;
  overflow: hidden;
}

.sitemap-list .sm-banner a img {
  transition: transform 0.6s ease;
}

.sitemap-list .sm-banner a:hover img {
  transform: scale(1.03);
}

/* ============================================
   Discography - album grid
   ============================================ */
.discography {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1000px;
  margin: 1rem auto 2rem;
  text-align: left;
}

.discography .gocce {
  position: sticky;
  top: 5rem;
  max-width: 230px;
  opacity: 0.92;
}

.discography .albums {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.album {
  display: grid;
  grid-template-columns: 227px 1fr;
  gap: 1.5rem;
  align-items: center;
}

.album .cover img {
  width: 227px;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.album .cover a:hover img {
  transform: scale(1.02);
}

.album .info {
  font-family: 'Times New Roman', Georgia, Times, serif;
}

.album .info .title {
  font-size: 1.35rem;
  color: #faebd7;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.album .info .title a {
  color: #faebd7;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.album .info .title a:hover {
  border-bottom-color: #faebd7;
}

.album .info .label {
  font-size: 1rem;
  color: #e8d4b3;
  letter-spacing: 0.02em;
}

/* Online store CTA */
.store-cta {
  max-width: 600px;
  margin: 3rem auto 1rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(250, 235, 215, 0.18);
  background: rgba(250, 235, 215, 0.03);
  text-align: center;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.store-cta p {
  margin-bottom: 0.4rem;
}

.store-cta p:last-child {
  margin-bottom: 0;
}

.store-cta a {
  color: #faebd7;
  border-bottom: 1px solid rgba(250, 235, 215, 0.4);
  padding-bottom: 2px;
}

.store-cta a:hover {
  color: #fff5e0;
  border-bottom-color: #fff5e0;
}

/* ============================================
   Photographs page
   ============================================ */
.photo-hero {
  margin: 2rem auto 5rem;
  max-width: 454px;
}

.photo-hero img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  transition: transform 0.5s ease;
}

.photo-hero a:hover img {
  transform: scale(1.02);
}

.gallery-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 3rem auto;
  max-width: 900px;
}

.gallery-strip .thumb {
  flex: 0 0 auto;
}

.gallery-strip .thumb img {
  height: 113px;
  width: auto;
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-strip .thumb a {
  display: block;
  overflow: hidden;
}

.gallery-strip .thumb a:hover img {
  opacity: 0.9;
  transform: scale(1.04);
}

.photo-more {
  margin: 3rem auto 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.photo-more a {
  border-bottom: 1px solid rgba(250, 235, 215, 0.4);
  padding-bottom: 2px;
}

.photo-more a:hover {
  border-bottom-color: #fff5e0;
}

.exhibitions-block {
  margin: 3rem auto 2rem;
  padding: 2rem 1rem;
  border-top: 1px solid rgba(250, 235, 215, 0.15);
}

.exhibitions-block .exhibitions-thumb {
  max-width: 198px;
  margin: 0 auto 1rem;
}

.exhibitions-block .exhibitions-thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.exhibitions-block .exhibitions-thumb a:hover img {
  transform: scale(1.03);
}

.exhibitions-block .exhibitions-label {
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  color: #faebd7;
  margin-top: 0.6rem;
}

.exhibitions-block .exhibitions-label a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.exhibitions-block .exhibitions-label a:hover {
  border-bottom-color: #faebd7;
}

/* ============================================
   Contact page
   ============================================ */
.contact-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 2rem auto;
  max-width: 1000px;
}

.contact-photos figure {
  max-width: 397px;
  text-align: right;
}

.contact-photos figure img {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}

.contact-photos figure figcaption {
  font-size: 0.75rem;
  color: #d8c4a3;
  letter-spacing: 0.04em;
}

.contact-email {
  margin: 3rem auto;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

.contact-email a {
  color: #faebd7;
  border-bottom: 1px solid rgba(250, 235, 215, 0.4);
  padding-bottom: 2px;
}

.contact-email a:hover {
  color: #fff5e0;
  border-bottom-color: #fff5e0;
}

/* ============================================
   ColourfulTone page
   ============================================ */
.ct-hero {
  margin: 2rem auto;
  max-width: 652px;
}

.ct-hero img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.ct-hero a:hover img {
  transform: scale(1.02);
}

.ct-hero figcaption {
  font-size: 0.75rem;
  color: #d8c4a3;
  text-align: right;
  margin-top: 0.4rem;
  letter-spacing: 0.03em;
}

.ct-link {
  margin: 2.5rem auto;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.ct-link .label {
  color: #d8c4a3;
  font-style: italic;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.ct-link a {
  color: #faebd7;
  border-bottom: 1px solid rgba(250, 235, 215, 0.4);
  padding-bottom: 2px;
}

.ct-link a:hover {
  color: #fff5e0;
  border-bottom-color: #fff5e0;
}

/* ============================================
   Footer
   ============================================ */
footer {
  border-top: 1px solid rgba(250, 235, 215, 0.18);
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
}

footer .footer-logo {
  margin: 0 auto 1.2rem;
  max-width: 170px;
}

footer .footer-logo img {
  margin: 0 auto;
  width: 170px;
  height: auto;
}

footer p {
  font-size: 0.72rem;
  color: #d8c4a3;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

footer p strong {
  color: #faebd7;
  font-weight: normal;
  letter-spacing: 0.04em;
}

/* Section divider */
.section-divider {
  width: 80px;
  height: 1px;
  background: rgba(250, 235, 215, 0.3);
  margin: 2.5rem auto;
  border: none;
}

/* ============================================
   Album detail pages (/CD/*.htm)
   ============================================ */
.album-detail {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.album-cover-large {
  margin: 1rem auto 2rem;
  max-width: 227px;
}

.album-cover-large img {
  width: 227px;
  height: auto;
  margin: 0 auto;
  display: block;
  transition: transform 0.4s ease;
}

.album-cover-large a:hover img {
  transform: scale(1.02);
}

.album-header {
  margin: 1.5rem auto 2rem;
  font-family: 'Times New Roman', Georgia, Times, serif;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #faebd7;
}

.album-header .artist {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.album-header .album-title {
  font-size: 1.55rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 1.2rem;
}

.album-header .sub {
  margin-bottom: 0.4rem;
}

.album-header .year-length {
  margin-top: 1.2rem;
  color: #e8d4b3;
  letter-spacing: 0.02em;
}

/* Tracklist table */
.tracklist {
  max-width: 660px;
  margin: 2rem auto 1rem;
  border-collapse: collapse;
  width: 100%;
  font-family: 'Times New Roman', Georgia, Times, serif;
  font-size: 1.05rem;
}

.tracklist thead th {
  font-size: 1.05rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d8c4a3;
  border-bottom: 1px solid rgba(250, 235, 215, 0.25);
  padding: 0.6rem 0.5rem;
}

.tracklist thead th.num { text-align: center; width: 48px; }
.tracklist thead th.title { text-align: left; }
.tracklist thead th.time { text-align: right; width: 90px; }

.tracklist td {
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid rgba(250, 235, 215, 0.08);
  line-height: 1.5;
}

.tracklist td.num { text-align: center; color: #d8c4a3; width: 48px; }
.tracklist td.title { text-align: left; }
.tracklist td.time { text-align: right; color: #e8d4b3; width: 90px; white-space: nowrap; }

.tracklist tr.copyright td {
  border-bottom: none;
  color: #d8c4a3;
  font-size: 0.95rem;
  font-style: italic;
  padding-top: 1.2rem;
  text-align: center;
}

/* Album figures (inline photos with caption) */
.album-figure {
  margin: 2.5rem auto;
  text-align: center;
}

.album-figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

.album-figure figcaption {
  font-size: 0.8rem;
  color: #d8c4a3;
  text-align: right;
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
  font-style: italic;
}

.album-figure.photo-850 { max-width: 850px; }
.album-figure.photo-737 { max-width: 737px; }
.album-figure.photo-680 { max-width: 680px; }
.album-figure.photo-642 { max-width: 642px; }
.album-figure.photo-624 { max-width: 624px; }
.album-figure.photo-595 { max-width: 595px; }
.album-figure.photo-540 { max-width: 540px; }
.album-figure.photo-501 { max-width: 501px; }
.album-figure.photo-454 { max-width: 454px; }
.album-figure.photo-420 { max-width: 420px; }
.album-figure.photo-397 { max-width: 397px; }

/* Recording thumbnails row (small preview images that link to detail pages) */
.recording-thumbs {
  margin: 3rem auto 2.5rem;
  text-align: center;
  max-width: 680px;
}

.recording-thumbs .recording-heading {
  font-family: 'Times New Roman', Georgia, Times, serif;
  font-size: 1rem;
  margin: 0 0 1.2rem;
  color: #faebd7;
  letter-spacing: 0.02em;
}

.recording-thumbs .thumb-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
}

.recording-thumbs .thumb-row img {
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border: 1px solid rgba(250, 235, 215, 0.15);
}

.recording-thumbs .thumb-row a:hover img {
  transform: scale(1.04);
  border-color: rgba(250, 235, 215, 0.45);
}

/* Review / quote blocks */
.album-reviews {
  max-width: 680px;
  margin: 2.5rem auto;
  text-align: left;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #faebd7;
}

.album-reviews blockquote {
  margin: 0 0 1.8rem 0;
  padding: 0;
  font-style: normal;
}

.album-reviews blockquote p {
  margin-bottom: 0.9rem;
}

.album-reviews blockquote cite {
  display: block;
  font-style: italic;
  color: #e8d4b3;
  margin-top: 0.5rem;
  font-size: 0.98rem;
}

.album-reviews .review-heading {
  margin: 1.5rem 0 0.8rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #faebd7;
}

.album-reviews .review-heading em {
  font-weight: normal;
}

.album-reviews .read-full {
  margin-top: 0.8rem;
  font-size: 1.05rem;
}

.album-reviews .read-full a {
  border-bottom: 1px solid rgba(250, 235, 215, 0.4);
  padding-bottom: 2px;
}

.album-reviews .read-full a:hover {
  border-bottom-color: #fff5e0;
}

/* Feedback link (green_feedback banner) */
.album-feedback {
  margin: 2.5rem auto;
  max-width: 300px;
  text-align: center;
}

.album-feedback img {
  width: 100%;
  max-width: 227px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.4s ease;
}

.album-feedback a:hover img {
  transform: scale(1.03);
}

.album-feedback .label {
  margin-top: 0.6rem;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
}

.album-feedback .label a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.album-feedback .label a:hover {
  border-bottom-color: #faebd7;
}

/* Recording box (cream background with all details + audio player) */
.recording-box {
  max-width: 680px;
  margin: 2.5rem auto;
  padding: 1.8rem 1.6rem;
  background: #ffebcd;
  color: #111;
  text-align: left;
  font-family: 'Times New Roman', Georgia, Times, serif;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 2px;
}

.recording-box h2 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #111;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.recording-box p {
  margin-bottom: 0.5rem;
  color: #111;
}

.recording-box .track-title {
  font-weight: bold;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.recording-box .mp3-note {
  font-size: 0.8rem;
  color: #444;
  margin: 0.8rem 0 0.4rem;
  font-style: italic;
}

.recording-box audio {
  width: 100%;
  margin-top: 0.5rem;
}

/* ColourfulTone reel block */
.ct-reel {
  margin: 3rem auto 1.5rem;
  text-align: center;
  max-width: 300px;
}

.ct-reel img {
  width: 185px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.4s ease;
}

.ct-reel a:hover img {
  transform: scale(1.03);
}

.ct-reel figcaption {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: #d8c4a3;
  letter-spacing: 0.03em;
}

/* Back to discography */
.back-to-discography {
  margin: 3rem auto 1rem;
  text-align: center;
}

.back-to-discography a {
  display: inline-block;
  color: #faebd7;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.back-to-discography a:hover {
  border-bottom-color: #faebd7;
}

.back-to-discography .back-thumb {
  display: block;
  margin: 0 auto 0.8rem;
  width: 85px;
  height: 85px;
  transition: transform 0.4s ease;
}

.back-to-discography a:hover .back-thumb {
  transform: scale(1.05);
}

/* Recording story / sub-pages */
.story-page {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.85;
}

.story-page h1 {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 1.5rem auto 2rem;
  color: #faebd7;
}

.story-page h2 {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
  color: #faebd7;
  letter-spacing: 0.04em;
}

.story-page p {
  margin-bottom: 1.1rem;
}

.story-page .story-image {
  margin: 2rem auto;
  text-align: center;
}

.story-page .story-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.story-page .story-image figcaption {
  font-size: 0.8rem;
  color: #d8c4a3;
  margin-top: 0.5rem;
  text-align: right;
  font-style: italic;
}

.story-nav {
  margin: 3rem auto 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  padding: 0 1rem;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.story-nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.story-nav a:hover {
  border-bottom-color: #faebd7;
}

/* Responsive tweaks for album pages */
@media (max-width: 768px) {
  .tracklist {
    font-size: 0.95rem;
  }
  .tracklist thead th.time,
  .tracklist td.time {
    width: 70px;
  }
  .album-header .album-title {
    font-size: 1.3rem;
  }
  .recording-box {
    padding: 1.4rem 1.1rem;
    font-size: 0.95rem;
  }
  .story-nav {
    flex-direction: column;
    gap: 0.6rem;
    text-align: center;
  }
}

/* ============================================
   Earth Gallery (photo pages)
   ============================================ */
.gallery-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.gallery-photo {
  margin: 2rem auto 0.8rem;
}

.gallery-photo img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery-photo figcaption {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #d8c4a3;
  letter-spacing: 0.04em;
  font-style: italic;
}

.gallery-nav {
  margin: 1.5rem auto 2rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
}

.gallery-nav a {
  display: inline-block;
  opacity: 0.75;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-nav a:hover {
  opacity: 1;
  transform: scale(1.1);
}

.gallery-nav img {
  width: 45px;
  height: 14px;
  display: block;
}

.back-to-photographs {
  margin: 3rem auto 1.5rem;
  text-align: center;
}

.back-to-photographs a {
  display: inline-block;
  color: #faebd7;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.back-to-photographs a:hover {
  border-bottom-color: #faebd7;
}

.back-to-photographs .back-thumb {
  display: block;
  margin: 0 auto 0.8rem;
  width: 198px;
  height: 199px;
  transition: transform 0.4s ease;
  border-radius: 2px;
}

.back-to-photographs a:hover .back-thumb {
  transform: scale(1.03);
}

/* ============================================
   Forte Stella 2007 Exhibition
   ============================================ */
.exhibition-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.exhibition-intro .ex-letters {
  font-size: 1.6rem;
  letter-spacing: 0.25em;
  color: #faebd7;
  margin: 1.5rem 0 3rem;
  text-align: center;
  font-family: "Times New Roman", Georgia, Times, serif;
  white-space: nowrap;
  overflow-wrap: normal;
}

@media (max-width: 600px) {
  .exhibition-intro .ex-letters {
    font-size: 1.15rem;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 420px) {
  .exhibition-intro .ex-letters {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.exhibition-intro .invito-frame {
  background: #faebd7;
  padding: 30px;
  display: inline-block;
  margin: 1rem auto 2.5rem;
}

.exhibition-intro .invito-frame img {
  display: block;
  max-width: 100%;
  height: auto;
}

.exhibition-intro .ex-title {
  font-size: 1.9rem;
  font-family: "Times New Roman", Georgia, Times, serif;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #faebd7;
}

.exhibition-intro .ex-subtitle {
  font-size: 1.15rem;
  font-family: "Times New Roman", Georgia, Times, serif;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.exhibition-intro .ex-place {
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.exhibition-intro .ex-quote {
  max-width: 520px;
  margin: 2.5rem auto;
  font-family: "Times New Roman", Georgia, Times, serif;
  font-size: 1.05rem;
  line-height: 1.7;
  font-style: italic;
  color: #d8c4a3;
}

.exhibition-intro .ex-quote cite {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-size: 0.9rem;
  color: #faebd7;
}

.exhibition-intro .ex-block {
  margin: 3rem auto;
}

.exhibition-intro .ex-block img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.exhibition-intro .ex-block a:hover img {
  transform: scale(1.02);
}

.exhibition-intro .ex-block .block-label {
  margin-top: 0.6rem;
  font-family: "Times New Roman", Georgia, Times, serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.exhibition-intro .ex-block .block-label a {
  color: #faebd7;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.exhibition-intro .ex-block .block-label a:hover {
  border-bottom-color: #faebd7;
}

.exhibition-intro .ex-credit {
  font-size: 0.95rem;
  margin-top: 0.4rem;
  color: #d8c4a3;
}

.exhibition-intro .ex-oreo {
  margin: 3rem auto 1rem;
  max-width: 363px;
}

.exhibition-intro .ex-oreo img {
  max-width: 100%;
  height: auto;
}

.exhibition-intro .ex-oreo figcaption {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: #d8c4a3;
  text-align: right;
  font-style: italic;
}

/* Exhibition gallery single-photo pages */
.exhibition-gallery {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.exhibition-gallery .ex-photo {
  margin: 2.5rem auto 1.5rem;
}

.exhibition-gallery .ex-photo img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.exhibition-gallery .ex-heading {
  font-family: "Times New Roman", Georgia, Times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin: 2rem 0 0.6rem;
}

.exhibition-gallery .ex-subcredit {
  font-size: 1rem;
  color: #d8c4a3;
  margin-bottom: 1.5rem;
}

.exhibition-gallery .ex-pagination {
  margin: 1.5rem auto 2.5rem;
  font-family: "Times New Roman", Georgia, Times, serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  max-width: 720px;
  line-height: 2;
}

.exhibition-gallery .ex-pagination a {
  color: #faebd7;
  padding: 0 0.15em;
  border-bottom: 1px solid transparent;
}

.exhibition-gallery .ex-pagination a:hover {
  border-bottom-color: #faebd7;
}

.exhibition-gallery .ex-pagination .current {
  color: #cd853f;
  font-weight: bold;
}

.exhibition-gallery .guestbook-link {
  margin: 3rem auto 1rem;
}

.exhibition-gallery .guestbook-link img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.exhibition-gallery .guestbook-link a:hover img {
  transform: scale(1.02);
}

.exhibition-gallery .guestbook-link .gb-label {
  margin-top: 0.6rem;
  font-family: "Times New Roman", Georgia, Times, serif;
  font-size: 1.05rem;
}

.exhibition-gallery .guestbook-link .gb-label a {
  color: #faebd7;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.exhibition-gallery .guestbook-link .gb-label a:hover {
  border-bottom-color: #faebd7;
}

/* Exhibition guestbook */
.guestbook-page {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.guestbook-page .gb-hero {
  margin: 2rem auto 3rem;
}

.guestbook-page .gb-hero img {
  max-width: 100%;
  height: auto;
}

.guestbook-page h1 {
  font-family: "Times New Roman", Georgia, Times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin: 2rem 0 2.5rem;
  font-weight: bold;
}

.guestbook-page .gb-entries {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 3rem;
}

.guestbook-page .gb-entries img {
  max-width: 100%;
  height: auto;
  display: block;
}

.guestbook-page .gb-nav {
  margin: 3rem auto 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  font-family: "Times New Roman", Georgia, Times, serif;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.guestbook-page .gb-nav .gb-nav-block {
  text-align: center;
  max-width: 220px;
}

.guestbook-page .gb-nav .gb-nav-block img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
  height: auto;
}

.guestbook-page .gb-nav .gb-nav-block a {
  color: #faebd7;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  display: inline-block;
}

.guestbook-page .gb-nav .gb-nav-block a:hover img {
  opacity: 0.85;
}

.guestbook-page .gb-nav .gb-nav-block .gb-nav-label a:hover {
  border-bottom-color: #faebd7;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 900px) {
  .discography {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .discography .gocce {
    display: none;
  }
  .album {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    text-align: center;
    justify-items: center;
  }
  .album .cover img {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  nav {
    padding: 0.7rem 1rem;
  }

  nav .nav-toggle {
    display: block;
  }

  nav .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
    padding-top: 0.8rem;
    align-items: flex-start;
  }

  nav .nav-links.open {
    display: flex;
  }

  nav .nav-links a {
    font-size: 0.9rem;
    padding: 0.4rem 0;
    width: 100%;
  }

  nav .nav-brand {
    font-size: 1rem;
    letter-spacing: 0.15em;
  }

  main {
    padding: 2rem 1rem;
  }

  .ob-title .brand {
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }

  .ob-title .section {
    font-size: 1rem;
    letter-spacing: 0.4em;
  }

  .sitemap-list .sm-row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    text-align: center;
  }

  .sitemap-list .sm-banner img {
    max-width: 100%;
  }

  .contact-photos {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .contact-photos figure {
    text-align: center;
  }

  .exhibitions-block .exhibitions-label {
    font-size: 1.1rem;
  }

  footer {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 480px) {
  main {
    padding: 1.5rem 0.8rem;
  }

  .ob-title .brand {
    font-size: 1.1rem;
    letter-spacing: 0.3em;
  }

  .ob-title .section {
    font-size: 0.9rem;
    letter-spacing: 0.3em;
  }

  .album .cover img {
    width: 100%;
    max-width: 227px;
  }

  footer p {
    font-size: 0.7rem;
  }
}
