/* ==========================================================
   GENERAL STYLES
   ========================================================== */

body {
	background-color: black;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 40px;
}

img {
	max-width: 1000px;
	width: 100%;
	border-radius: 6px;
}

h1,
h2 {
  font-family: Tahoma, Verdana, sans-serif;
}

h1 {
	font-size: 1.4rem;
	color: #d0d0d0;
	font-weight: 400;
}

p {
	color: #b3b3b3;
	font-size: 0.9rem;
}

/* ==========================================================
   LANDING PAGE
   ========================================================== */

.landing-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem 3rem 2rem;
}

.landing-intro {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0.5rem 0 0.75rem 0;
}

.site-logo {
	display: block;
	width: clamp(75px, 8vw, 110px);
	max-width: none;
	height: auto;
	flex-shrink: 0;
}

.landing-heading {
	min-width: 0;
}

.site-title {
	margin: 0;
	color: #d9822b;
	font-size: clamp(2.0rem, 3vw, 2.5rem);
	font-weight: 400;
	line-height: 1.1;
	text-align: left;
	letter-spacing: 0.02em;
}

.site-tagline {
	max-width: 700px;
	margin: 0.3rem 0 0 0;
	color: #a8a8a8;
	font-size: 1rem;
	line-height: 1.45;
	text-align: left;
}

.hero-image {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0;
	border-radius: 6px;
}

/*
	Hidden hero-image links

	The orange fill and outline are temporary testing aids.
	When the positions are confirmed, remove the background,
	border, and box-shadow declarations from .hidden-hotspot.
*/

.hero-container {
	position: relative;
}

.hero-container .hero-image {
	display: block;
	width: 100%;
	height: auto;
}

.hidden-hotspot {
	position: absolute;
	width: 1.75%;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	
	/* These lines make the targets visible
	border: 2px solid #d9822b;
	border-radius: 50%;
	background: rgba(217, 130, 43, 0.42);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.55); 
	*/
	
	z-index: 2;
}

.hidden-hotspot:hover,
.hidden-hotspot:focus-visible {
	cursor: pointer;
}

/* Nose → Back Room Gallery */
.back-room-gallery-link{
	left: 47.97%;
	top: 68.00%;
}

/* Ear → Listening Room */
.listening-room-link {
	left: 40.61%;
	top: 59.09%;
}

/* Eyes → Moving Images */
.moving-images-link {
	left: 44.73%;
	top: 64.95%;
}

.landing-statement {
	max-width: 1000px;
	margin: 0.75rem 0 0 0;
}

.landing-statement h2 {
	margin: 0 0 0.6rem 0;
	color: #d9822b;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
}

.intro-text {
	color: #d0d0d0;
	font-size: 1.05rem;
	line-height: 1.65;
	text-align: left;
}

.intro-text p {
	margin: 0 0 1.15rem 0;
}

/* ==========================================================
   IMAGE PAGE STYLES
   ========================================================== */

.image-sequence {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 margin: 0.5rem 0 0.8rem;
	 font-size: 0.85rem;
   }
   
   .image-sequence a {
	 color:  #d9822b;
	 text-decoration: none;
   }
   
   .image-sequence a:hover,
   .image-sequence a:focus {
	 color: #d9822b;
   }
   
   .image-sequence .next-image {
	 margin-left: auto;
   }

.gallery {
	max-width: 1000px;
	margin: 0 auto;
}

.portrait-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 75vh;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.title {
	margin-bottom: 30px;
}

.date {
	margin-top: -10px;
	color: #888888;
	font-size: 0.8rem;
}

details {
	max-width: 700px;
	margin: 30px auto;
	text-align: left;
}

summary {
	color: #b3b3b3;
	cursor: pointer;
	font-size: 0.9rem;
}

details p {
	color: #b3b3b3;
	line-height: 1.6;
}

/* Hide the default disclosure triangle */
summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

/* Add our own + sign */
summary::before {
	content: "+";
	margin-right: 8px;
	color: #b3b3b3;
	font-weight: normal;
}

/* Change + to − when open */
details[open] summary::before {
	content: "−";
}

.listen-button {
	display: block;
	margin-top: 8px;
	margin-left: auto;
	padding: 0;
	border: none;
	background: none;
	color: #8a8a8a;
	font: 0.85rem sans-serif;
	text-align: right;
	cursor: pointer;
	opacity: 0.75;
}

.listen-button:hover {
	color: #b3b3b3;
	opacity: 1.0;
}
/* ==========================================================
   PORTFOLIO PAGE
   ========================================================== */

.portfolio {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	max-width: 1400px;
	margin: 3rem auto;
	padding: 0 2rem;
}

.portfolio a {
	display: block;
}

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

.portfolio img:hover {
	transform: scale(1.02);
	opacity: 0.9;
}

/* ==========================================================
   ABOUT PAGE
   ========================================================== */

.about-page,
.about-intro,
.about-text {
	 text-align: left;
}
   
.about-page p {
	 text-align: left;
}

.about-intro h1 {
 margin: 0;
 color: #d9822b;
 font-size: clamp(2.0rem, 3vw, 2.5rem);
 font-weight: 400;
 line-height: 1.1;
 text-align: left;
 letter-spacing: 0.02em;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 2rem;
  align-items: start;
}

.about-photo {
  width: 100%;
  height: auto;
  margin: 0;
}

.about-text h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #d9822b;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}

.about-text h2:first-child {
  margin-top: 0;
}

@media (max-width: 700px) {
  .about-layout {
	grid-template-columns: 1fr;
  }

  .about-photo {
	width: min(100%, 320px);
  }
}

.about-page a:link,
.about-page a:visited {
  color: #d9822b;
  text-decoration: none;
}

.about-page a:hover,
.about-page a:focus {
  color: white;
  text-decoration: underline;
}

/* ==========================================================
   FIELD NOTES PAGE
   ========================================================== */

.field-notes-page,
.field-notes-intro,
.field-notes-list {
	text-align: left;
}

.field-notes-intro h1 {
	margin: 0;
	color: #d9822b;
	font-size: clamp(2.0rem, 3vw, 2.5rem);
	font-weight: 400;
	line-height: 1.1;
	text-align: left;
	letter-spacing: 0.02em;
}

.field-notes-intro p {
	max-width: 760px;
	line-height: 1.25;
	text-align: left;
}

.field-note {
	max-width: 760px;
	margin-top: 3rem;
	text-align: left;
}

.field-note-title {
	margin-bottom: 1.0rem;
	color: #b3b3b3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: bold;
}

.field-note p {
	line-height: 1.25;
	text-align: left;
}

.field-note-date {
	margin-top: 1.0rem;
	color: #888888;
	font-size: 0.8rem;
	font-style: italic;
}

.field-note-image {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 1.5rem 0;
	border-radius: 6px;
}

.field-note-image-150 {
	float: left;
	width: auto;
	max-width: 40%;
	height: 150px;
	margin: 0 1rem 0.75rem 0;
	border-radius: 6px;
}


/* ==========================================================
   NAVIGATION
   ========================================================== */

.navigation {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 1.5rem 0 2rem;
}

.navigation a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 0.9rem;
}

.navigation a:hover {
  color: white;
}

.navigation .current-page {
  color: white;
}

.landing-intro img.site-logo {
	width: 100px;
	max-width: 100px;
	height: auto;
	flex: 0 0 100px;
}

/* ==========================================================
   MOVING IMAGES PAGE
   ========================================================== */

.moving-images {
	max-width: 1000px;
	margin: 0 auto;
}

.film {
	margin: 3rem 0;
}

.film h2,
.film h3 {
	margin-bottom: 0.2rem;
}

.film-details {
	margin-top: 0;
	margin-bottom: 0.6rem;
	color: #888888;
	font-size: 0.8rem;
}

.film video {
	width: 70%;
	max-width: 900px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 6px;
}

.film-description {
	max-width: 700px;
	margin: 1rem auto 0;
	line-height: 1.6;
}

/* ==========================================================
   LISTENING ROOM PAGE
   ========================================================== */

.recording {
	margin: 3rem 0;
}

.recording-details {
	margin-top: 0;
	margin-bottom: 0.6rem;
	color: #888;
	font-size: 0.8rem;
}

.recording audio {
	width: 70%;
	max-width: 700px;
	display: block;
	margin: 0 auto;
}

.recording-description {
	max-width: 700px;
	margin: 1rem auto 0;
	line-height: 1.6;
}
