
body {
  margin: 0;
  font-family: 'Source Sans 3', Arial, sans-serif;
  background-color: #000000; 
  color: #e8dcc4;
}

h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  margin: 0;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.page-frame {
  max-width: 1920px;
  margin: 0 auto;
}


.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 32px;
}

.site-nav .logo-image {
  height: 185px;
  width: auto;
}

.site-nav .nav-links {
  display: flex;
  gap: 30px;
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 16px;
}

.site-nav .nav-links a {
  color: #e8dcc4;
  text-decoration: none;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.95); 
}

.site-nav .nav-links a.book-now-link {
  color: #d4a854;
  font-weight: 600;
}


.hero {
  position: relative;
  height: 720px; 
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 40%;
  opacity: 0; 
  transition: opacity 1.5s ease-in-out; 
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide.slide-1 { background-image: url('images/hero-control-room-window.jpg'); }
.hero-slide.slide-2 { background-image: url('images/studio-microphone-and-pop-filter-closeup.jpg'); }
.hero-slide.slide-3 { background-image: url('images/control-room-rack-and-window.jpg'); }
.hero-slide.slide-4 { background-image: url('images/live-room-wide-piano-drums-cymbals.jpg'); }
.hero-slide.slide-5 { background-image: url('images/gear-panel-artwork-triptych-red-wall.jpg'); }
.hero-slide.slide-6 { background-image: url('images/live-room-drum-kit-wide-angle.jpg'); }
.hero-slide.slide-7 { background-image: url('images/upright-piano-with-guitar-closeup.jpg'); }
.hero-slide.slide-8 { background-image: url('images/control-room-lounge-guitars-and-couch.jpg'); } 
.hero-slide.slide-9 { background-image: url('images/session-band-tracking.jpg'); }


.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; 
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.65) 18%,
    rgba(0, 0, 0, 0.25) 42%,
    rgba(0, 0, 0, 0.55) 70%,
    rgba(0, 0, 0, 1) 100%
  );

}

.hero-text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 24px;
}

.hero-text .headline {
  font-size: 44px;
  color: #f0dfb8;
  max-width: 720px;
  line-height: 1.25;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.95); 
}

.hero-text .headline .stat-number {
  color: #d4a854;
}

.hero-text .subhead {
  margin-top: 16px;
  font-size: 18px;
  color: #cbb99a;
  max-width: 580px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.95); 
}

/* General brass CTA button -- unscoped so it can be reused anywhere
   on the site (homepage hero, About page closing CTA, About page's
   Contact block) without duplicating this rule per-location. Add
   margin-top via a wrapping element or a small modifier class if a
   specific spot needs different spacing (see .contact-book-btn). */
.book-now-button {
  margin-top: 28px;
  display: inline-block;
  background-color: #d4a854;
  color: #2a0f0d;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: none;
}

/* ============================================================
   INTRO / SERVICES SECTION
   ============================================================ */
.intro-copy {
  position: relative; 
  z-index: 3; 
  max-width: 680px;
  margin: -170px auto 0; /* increase (more negative) for more overlap, decrease for less */
  padding: 24px 24px 0; /* was 48px, per request -- less gap before the text starts, but not all the way to 0 */
}

.intro-copy p {
  font-size: 18px;
  line-height: 1.4;
  color: #ddd0b5;
 
}

.intro-copy ul {
  padding-left: 20px;
  margin: 24px 0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.95); 
}

.intro-copy li {
  font-size: 17px;
  line-height: 1.4;
  color: #ddd0b5;
  margin-bottom: 14px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.95); 
}

.intro-copy li::marker {
  color: #d4a854;
}

/* ============================================================
   MOBILE OVERRIDES
   ============================================================ */
@media (max-width: 600px) {

  .site-nav {
    padding: 10px 16px;

  }

  .site-nav .logo-image {
    height: 130px; 
  }

 
  .site-nav .nav-links {
    position: absolute;
    top: 13px; 
    right: 16px;
    z-index: 5;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    font-size: 13px;
  }

  .hero {
    height: 560px; 
  }

  /* ============================================================
     MOBILE PHOTO SWAP 
     ============================================================ */
  .hero-slide.slide-1 { background-image: url('images/vocalist-recording-live-room.jpg'); }
  .hero-slide.slide-2 { background-image: url('images/hero-control-room-window.jpg'); }
  .hero-slide.slide-3 { background-image: url('images/happy-client-drum-kit-session.jpg'); }
  .hero-slide.slide-4 { background-image: url('images/universal-audio-gold-mike-rack-closeup.jpg'); }
  .hero-slide.slide-5 { background-image: url('images/energetic-session-live-room-drums.jpg'); }
  .hero-slide.slide-6 { background-image: url('images/studio-microphone-and-pop-filter-closeup.jpg'); }
  .hero-slide.slide-7 { background-image: url('images/live-room-piano-drum-kit-portrait.jpg'); }
  .hero-slide.slide-8 { background-image: url('images/upright-piano-with-guitar-closeup.jpg'); }
  .hero-slide.slide-9 { background-image: url('images/control-room-guitar-wall-decor.jpg'); }

  .hero-text .headline {
    font-size: 30px; 
  }

  .hero-text .subhead {
    font-size: 15px; 
    max-width: 320px;
  }

  .intro-copy {
    margin-top: -100px; /* was -160px -- less overlap needed since the hero itself is shorter now */
    padding-top: 16px; 
  }

  .intro-copy p,
  .intro-copy li {
    font-size: 16px; 
  }
}

/* ============================================================
   AUDIO EXAMPLES PAGE ("Listen")
   ============================================================ */


.page-background-artwork {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(100%, 1920px);
  height: 100%;
  transform: translateX(-50%);
  z-index: -2;
  background-image: url('images/acoustic-panel-artwork-black5.webp'); 
  background-size: cover;
  background-position: center center;
}


.page-background-scrim {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(100%, 1920px);
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(10, 4, 3, 0.6) 0%,
    rgba(10, 4, 3, .2) 20%
  );
}


.listen-page .site-nav,
.about-page .site-nav {
  position: relative;
  z-index: 2;
}


.jukebox-player {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 45px auto 100px;
  background-color: rgba(0, 0, 0, 0.84);
  border: 2px solid #d4a854; 
  border-radius: 13px; 
  overflow: hidden; 
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
}


.now-playing {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(212, 168, 84, 0.25);
}

.now-playing-primary-line {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  color: #f0dfb8;
}

/* The connecting word "by"  */
.now-playing-primary-line .connector-word {
  color: #cbb99a;
  font-size: 18px;
}


.artist-link {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.now-playing-secondary-line {
  margin-top: 4px;
  font-size: 14px;
  color: #9c8c73;
  font-style: italic;
}


.is-hidden {
  display: none;
}


.stat-emphasis {
  color: #d4a854;
}


#now-playing-intro {
  text-align: center;
}

#now-playing-intro .now-playing-secondary-line {
  font-style: normal;
}


.transport-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 3px; 
}

.transport-controls button {
  background: none;
  border: none;
  color: #e8dcc4;
  font-size: 20px;
  cursor: pointer;
  padding: 6px 10px;
  line-height: 1;
}

.transport-controls button:hover {
  color: #d4a854;
}

.transport-controls .play-pause-button {
  font-size: 28px;
  color: #d4a854;
}


.progress-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 12px;
  color: #9c8c73;
}

.progress-bar-track {
  flex: 1;
  height: 6px;
  background-color: rgba(232, 220, 196, 0.15);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.progress-bar-fill {
  height: 100%;
  width: 0%; 
  background-color: #d4a854;
  border-radius: 3px;
  pointer-events: none; 
}

.time-display {
  min-width: 38px;
  text-align: center;
}



.track-row {
  padding: 7px 24px; 
  border-bottom: 1px solid rgba(232, 220, 196, 0.08);
  cursor: pointer;
}

.track-row:last-child {
  border-bottom: none;
}

.track-row:hover {
  background-color: rgba(212, 168, 84, 0.08);
}

.track-row.active {
  background-color: rgba(212, 168, 84, 0.14);
  border-left: 3px solid #d4a854;
  padding-left: 21px; 
}


.track-row-title {
  font-size: 15px;
  color: #e8dcc4;
}

.track-row-title .track-row-genre {
  color: #9c8c73;
  font-weight: 400;
}


.track-row-sub {
  margin-top: 2px;
  font-size: 12.5px;
  color: #9c8c73; 
}


@media (max-width: 600px) {
  .jukebox-player {
    margin: 15px 12px 60px; 
  }

  .now-playing {
    padding: 18px 18px;
  }

  .now-playing-title {
    font-size: 19px;
  }

  .track-row {
    padding: 7px 18px; 
  }

  .track-row.active {
    padding-left: 15px;
  }
}


/* ============================================================
   BOOKING PAGE ("Book Now")
   ============================================================ */
.booking-page .site-nav {
  position: relative;
  z-index: 2;
}


.listen-page .site-nav .logo-image,
.about-page .site-nav .logo-image,
.booking-page .site-nav .logo-image {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.90));
}


.booking-box {
  margin-top: 50px;
  padding: 28px 30px 32px;
}

.booking-box h1 {
  font-size: 28px;
  color: #f0dfb8;
  text-align: center;
  margin-bottom: 22px;
}


.policies-inline {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(212, 168, 84, 0.25);
  text-align: center;
}

.policies-inline p {
  font-size: 16px;
  line-height: 1.35;
  color: #ddd0b5;
  margin: 0 0 8px;
}

.policies-inline p:last-child {
  margin-bottom: 0;
}


p.policy-highlight {
  color: #d4a854;
  font-weight: 600;
}


.booking-step {
  margin-bottom: 26px;
}

.booking-step:last-child {
  margin-bottom: 0;
}

.booking-step-label {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #ddd0b5;
  margin-bottom: 10px;
}

.step-label-note {
  color: #9c8c73;
  font-weight: 400;
  text-decoration: none;
}


.calendar-wrapper {
  border: 1px solid rgba(212, 168, 84, 0.25);
  border-radius: 8px;
  overflow: hidden;
}

.calendar-header-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: rgba(212, 168, 84, 0.12);
  border-bottom: 1px solid rgba(212, 168, 84, 0.25);
}

.calendar-header-cell {
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #cbb99a;
}

.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 46px;
  gap: 6px;
  padding: 6px;
  overflow-y: auto;
  height: 162px;
}

.calendar-days-grid:has(.calendar-status-message) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-day-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #f0dfb8;
  cursor: pointer;
}

.calendar-day-month {
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  opacity: 0.85;
  margin-bottom: 1px;
}


.calendar-day-cell.available {
  background-color: #3f7d4f;
}

.calendar-day-cell.available:hover {
  background-color: #4a9760;
}

.calendar-day-cell.unavailable {
  background-color: #7a3630;
  color: #d8c4b8;
  cursor: not-allowed;
}

.calendar-day-cell.past {
  background-color: transparent;
  border: 1px solid rgba(232, 220, 196, 0.08);
  color: #5b5044;
  cursor: default;
}

.calendar-day-cell.selected {
  box-shadow: inset 0 0 0 3px #d4a854;
}


.day-availability-info {
  font-size: 14px;
  font-style: italic;
  color: #cbb99a;
  margin-top: 10px;
}


.time-slot-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.time-slot-button {
  background-color: rgba(232, 220, 196, 0.06);
  border: 1px solid rgba(212, 168, 84, 0.3);
  border-radius: 8px;
  color: #e8dcc4;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 14px;
  padding: 7px 14px;
  cursor: pointer;
}

.time-slot-button:hover {
  border-color: #d4a854;
}

.time-slot-button.selected {
  background-color: #d4a854;
  border-color: #d4a854;
  color: #2a0f0d;
  font-weight: 600;
}

.no-slots-message {
  font-size: 14px;
  color: #9c8c73;
  font-style: italic;
}


.calendar-status-message {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 13px;
  color: #9c8c73;
  font-style: italic;
  padding: 20px 0;
}


.length-option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.length-option-button {
  background-color: rgba(232, 220, 196, 0.06);
  border: 1px solid rgba(212, 168, 84, 0.3);
  border-radius: 8px;
  color: #e8dcc4;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 14px;
  padding: 7px 14px;
  cursor: pointer;
  text-align: center;
}

.length-option-button:hover {
  border-color: #d4a854;
}

.length-option-button.selected {
  background-color: rgba(212, 168, 84, 0.16);
  border-color: #d4a854;
  font-weight: 600;
}


.selection-summary {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  color: #f0dfb8;
}

.selection-summary.incomplete {
  color: #9c8c73;
  font-style: italic;
}


.info-field-row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.info-field-row .info-field {
  flex: 1;
  margin-bottom: 0;
}

.info-field {
  margin-bottom: 14px;
}

.info-field:last-child {
  margin-bottom: 0;
}

.info-field label {
  display: block;
  font-size: 13px;
  color: #ddd0b5;
  margin-bottom: 6px;
}

.info-field .optional-tag {
  font-style: italic;
  color: #776a56;
}

.info-field input,
.info-field textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(232, 220, 196, 0.06);
  border: 1px solid rgba(212, 168, 84, 0.3);
  border-radius: 6px;
  color: #f0dfb8;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 15px;
  padding: 10px 12px;
}

.info-field textarea {
  resize: vertical;
  min-height: 78px;
  line-height: 1.4;
}

.info-field input:focus,
.info-field textarea:focus {
  outline: none;
  border-color: #d4a854;
}

.info-field input::placeholder,
.info-field textarea::placeholder {
  color: #776a56;
}


.quick-contact-line {
  text-align: center;
  font-size: 13.5px;
  color: #9c8c73;
  margin: 6px 0 0;
}

.quick-contact-line a {
  color: #d4a854;
  text-decoration: none;
}

.quick-contact-line a:hover {
  text-decoration: underline;
}

.deposit-summary {
  text-align: center;
  font-size: 15px;
  color: #cbb99a;
  margin-bottom: 16px;
}

.deposit-summary .deposit-amount {
  color: #d4a854;
  font-weight: 600;
  font-size: 17px;
}


.deposit-policy-note {
  font-size: 15px;
  text-align: center;
  margin: 0 0 16px;
}

.payment-button-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #d4a854;
  color: #2a0f0d;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
}

.payment-button:hover {
  background-color: #e0b868;
}


.payment-button.secondary {
  background-color: transparent;
  border: 1px solid #d4a854;
  color: #d4a854;
}

.payment-button.secondary:hover {
  background-color: rgba(212, 168, 84, 0.1);
}

.payment-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


.booking-error {
  display: none;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(122, 54, 48, 0.6);
  background-color: rgba(122, 54, 48, 0.18);
  border-radius: 6px;
  color: #e8c4bd;
  font-size: 13px;
  text-align: center;
}

.booking-error.visible {
  display: block;
}

@media (max-width: 600px) {
  .booking-box {
    margin: 15px 12px 60px;
    padding: 22px 18px 26px;
  }

  .calendar-header-cell {
    font-size: 10.5px;
  }

  .calendar-day-cell {
    font-size: 12px;
  }

  .info-field-row {
    flex-direction: column;
    gap: 14px;
  }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

.about-box {
  margin: 45px auto 60px;
  padding: 30px 32px 34px;
}

.about-box h3 {
  font-size: 20px;
  color: #f0dfb8;
  margin: 0 0 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 168, 84, 0.2);
}


.mural-flex-image {
  flex-shrink: 0;
  display: block;
  border-radius: 8px;
}


.studio-row {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 20px;
}

.studio-text {
  flex: 1;
  min-width: 0;
}

.studio-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd0b5;
  margin: 0 0 14px;
}

.studio-text p:last-child {
  margin-bottom: 0;
}

.studio-text a {
  color: #d4a854;
}

.studio-image {
  flex-shrink: 0;
  width: 260px;
  height: auto;
  display: block;
  border-radius: 8px;
}


.mobile-lead-image {
  display: none;
}


.studio-emphasis {
  text-align: center;
  font-size: 19px;
  color: #f0dfb8;
  margin: 4px 0 20px;
}


.bio-section {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.bio-text {
  flex: 1;
  min-width: 0;
}

.bio-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd0b5;
  margin: 0 0 14px;
}

.bio-text p:last-child {
  margin-bottom: 0;
}

.bio-photo {
  flex-shrink: 0;
  width: 200px;
}

.bio-photo img {
  display: block;
  width: 100%;
  height: 250px;

  object-fit: cover;
  object-position: 30% 20%;
  border-radius: 10px;
}


.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}


.contact-row .mural-flex-image {
  width: 300px;
  height: auto;
}


.contact-block {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 14px;
  align-items: start;
}

.contact-line {
  min-width: 0;
}

.contact-line .contact-label {
  display: block;
  font-size: 13px;
  color: #9c8c73;
  margin-bottom: 3px;
}

.contact-line a,
.contact-line .contact-value {
  font-size: 16px;
  color: #e8dcc4;
}

.contact-line a {
  color: #d4a854;
  font-weight: 600;
  text-decoration: none;
}

.contact-line a:hover {
  text-decoration: underline;
}


.contact-note {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: #9c8c73;
  margin-top: 4px;
}


.phone-button-row {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}

.phone-button {
  display: inline-block;
  background-color: rgba(212, 168, 84, 0.12);
  border: 1px solid rgba(212, 168, 84, 0.5);
  border-radius: 6px;
  color: #d4a854 !important; 
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  padding: 6px 16px;
}

.phone-button:hover {
  background-color: rgba(212, 168, 84, 0.2);
}


.contact-book-btn {
  margin-top: 0; 
  justify-self: start; 
}


.contact-block .book-now-button {
  color: #2a0f0d;
}


.faq-item {
  border-bottom: 1px solid rgba(212, 168, 84, 0.2);
  padding: 12px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  cursor: pointer;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  color: #f0dfb8;
  list-style: none; /* removes the default triangle marker */
  position: relative;
  padding-right: 28px;
}


.faq-item summary::-webkit-details-marker {
  display: none;
}


.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 0;
  color: #d4a854;
  font-size: 19px;
}

.faq-item[open] summary::after {
  content: '\2013'; 
}

.faq-item p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: #ccbfa4;
}


.about-cta {
  text-align: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(212, 168, 84, 0.2);
}

.about-cta p {
  color: #cbb99a;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .about-box {
    margin: 20px 12px 40px;
    padding: 24px 20px 28px;
  }


  .mural-flex-image,
  .contact-row .mural-flex-image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .studio-row {
    flex-direction: column;
  }

  .studio-image {
    width: 100%;
    height: auto;
  }


  .mobile-lead-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .studio-image-mill,
  .studio-image-looms {
    display: none;
  }

  .bio-section {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .bio-photo {
    width: 180px;
    order: 2; 
  }

  .bio-photo img {
    height: 220px;
  }


  .contact-row {
    flex-direction: column;
  }

  .contact-row .contact-block {
    order: 1;
  }

  .contact-row .mural-flex-image {
    order: 2;
    margin-top: 6px;
  }
}

/* Desktop-only tweaks for the About page. */
@media (min-width: 601px) {

  .about-box h3:first-of-type {
    border-top: none;
    padding-top: 0;
  }

  
  .studio-row:first-of-type {
    align-items: flex-start;
  }

  
  .contact-row {
    margin-bottom: 20px;
  }
}

/* ============================================================
   SITE FOOTER
   ============================================================ */
.site-footer {
  background-color: #000000;
  padding: 22px 24px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #cbb99a;
}

.site-footer a {
  color: #d4a854;
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .site-footer p {
    font-size: 12px;
    line-height: 1.8;
  }
}
