/* =========================================================================
   NOISE OFF DEDICATED LAYOUT & STYLES (Full Width Expanded)
   ========================================================================= */

:root {
  --noise-bg-page: #FBF8F4;
  --noise-bg-card: #FFFFFF;
  --noise-bg-card-subtle: #FAF5EE;
  --noise-text-dark: #1E2522;
  --noise-text-secondary: #4A574E;
  --noise-text-muted: #8E9890;
  --noise-accent-green: #2B4237;
  --noise-accent-gold: #C69234;
  --noise-border: #EFE6DA;
}

body.noise-page {
  background-color: var(--noise-bg-page);
  color: var(--noise-text-dark);
  font-family: var(--font-sans);
  margin: 0;
  padding: 0;
}

/* Master 3-Column Grid - Expanded to Full Width */
.noise-master-grid {
  display: grid;
  grid-template-columns: 300px 1fr 330px;
  gap: 1.75rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 1.5rem auto;
  padding: 0 2.5rem;
  align-items: start;
}

/* Left Column */
.noise-left-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.noise-card {
  background: #FFFFFF;
  border: 1px solid var(--noise-border);
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.02);
}

.noise-today-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.noise-headphone-icon {
  font-size: 2rem;
  color: #2B4237;
}

.noise-today-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: #1E2522;
  margin: 0;
}

.noise-today-sub {
  font-size: 0.76rem;
  color: #8E9890;
}

/* Left Journal Picture */
.noise-journal-card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.95rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.noise-journal-img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

.noise-journal-desc {
  font-size: 0.86rem;
  color: #4A574E;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.noise-daily-time {
  font-size: 0.76rem;
  color: #8E9890;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

/* Past Experiences List */
.noise-past-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.noise-past-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1E2522;
  margin: 0;
}

.noise-past-view-all {
  font-size: 0.76rem;
  color: #8E9890;
  text-decoration: none;
}

.noise-past-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.noise-past-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.35rem;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  transition: all 0.15s ease;
  cursor: pointer;
}

.noise-past-item:hover {
  background: #FAF5EE;
}

.noise-past-item-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.noise-past-thumb {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.noise-past-name {
  font-weight: 600;
  font-size: 0.85rem;
  color: #232D28;
}

.noise-past-date {
  font-size: 0.72rem;
  color: #9C8E7C;
}

.noise-past-play-icon {
  font-size: 0.85rem;
  color: #2B4237;
}

/* Middle Hero Column */
.noise-center-hero-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 680px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--noise-border);
  background: #FFF;
}

.noise-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hero Content Overlays */
.noise-hero-text-overlay {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  max-width: 450px;
  z-index: 2;
}

.noise-hero-welcome {
  font-size: 0.95rem;
  color: #38463D;
  margin-bottom: 2px;
  font-weight: 500;
}

.noise-hero-title {
  font-family: var(--font-serif);
  font-size: 3rem;
  color: #1E2522;
  margin-top: 0;
  margin-bottom: 0.35rem;
  line-height: 1.1;
}

.noise-hero-sub {
  font-size: 0.95rem;
  color: #38463D;
  line-height: 1.55;
  margin-bottom: 1.6rem;
}

.noise-hero-features {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.noise-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.noise-feature-icon {
  font-size: 1.25rem;
  color: #2B4237;
  margin-top: 1px;
}

.noise-feature-text h4 {
  font-weight: 700;
  font-size: 0.9rem;
  color: #1E2522;
  margin: 0 0 2px 0;
}

.noise-feature-text p {
  font-size: 0.78rem;
  color: #5F6E64;
  margin: 0;
}

/* Inset Frosted Audio Player on Bottom Left of Hero */
.noise-hero-player-box {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(239, 230, 218, 0.95);
  border-radius: 20px;
  padding: 1.4rem 1.6rem;
  width: 340px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.noise-player-label {
  font-size: 0.74rem;
  color: #8E9890;
  margin-bottom: 2px;
}

.noise-player-quote {
  font-family: var(--font-serif);
  font-size: 0.96rem;
  font-weight: 700;
  color: #1E2522;
  line-height: 1.35;
  margin-bottom: 2px;
}

.noise-player-author {
  font-size: 0.78rem;
  color: #8E9890;
  margin-bottom: 0.9rem;
}

.noise-player-waveform-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 1.1rem;
}

.noise-player-play-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2B4237;
  color: #FFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(43, 66, 55, 0.3);
  transition: transform 0.15s;
}

.noise-player-play-btn:hover {
  transform: scale(1.06);
}

.noise-player-time {
  font-size: 0.74rem;
  color: #8E9890;
  font-weight: 600;
}

.noise-btn-start {
  width: 100%;
  padding: 0.8rem;
  background: #2B4237;
  color: #FFF;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}

.noise-btn-start:hover {
  background: #1D3027;
  transform: translateY(-1px);
}

/* Right Column */
.noise-right-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.noise-soundscapes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.95rem;
}

.noise-soundscapes-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1E2522;
  margin: 0;
}

.noise-soundscapes-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.noise-sound-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.35rem;
  border-radius: 12px;
  transition: all 0.15s ease;
  cursor: pointer;
}

.noise-sound-item:hover {
  background: #FAF5EE;
}

.noise-sound-left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.noise-sound-thumb {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}

.noise-sound-info {
  display: flex;
  flex-direction: column;
}

.noise-sound-name {
  font-weight: 600;
  font-size: 0.88rem;
  color: #1E2522;
}

.noise-sound-desc {
  font-size: 0.72rem;
  color: #8E9890;
}

.noise-sound-play-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2B4237;
  color: #FFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
  transition: transform 0.15s;
}

.noise-sound-play-circle:hover {
  transform: scale(1.08);
}

/* Mindful Tip Card */
.noise-tip-card {
  background: #FAF5EE;
  border: 1px solid #EFE4D6;
  border-radius: 20px;
  padding: 1.4rem 1.6rem;
  position: relative;
  overflow: hidden;
}

.noise-tip-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #2B4237;
  margin-bottom: 0.9rem;
}

.noise-tip-body {
  font-size: 0.86rem;
  color: #38463D;
  line-height: 1.6;
  margin-bottom: 0.9rem;
  position: relative;
  z-index: 1;
}

.noise-tip-author {
  font-size: 0.76rem;
  color: #8E9890;
  position: relative;
  z-index: 1;
}

.noise-tip-leaf-art {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95px;
  opacity: 0.7;
  pointer-events: none;
}

/* Bottom Banner */
.noise-bottom-banner {
  width: calc(100% - 5rem);
  box-sizing: border-box;
  margin: 1.5rem 2.5rem 3rem 2.5rem;
  padding: 1.15rem 2.5rem;
  background: #FAF5EE;
  border: 1px solid #EDE1D0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.noise-banner-quote {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: #38463D;
  text-align: center;
  flex: 1;
}

/* Responsive */
@media (max-width: 1200px) {
  .noise-master-grid {
    grid-template-columns: 260px 1fr;
    padding: 0 1.5rem;
  }
  .noise-right-col {
    display: none;
  }
}

@media (max-width: 768px) {
  .noise-master-grid {
    grid-template-columns: 1fr;
    padding: 0 0.75rem;
    margin: 0.75rem auto;
    gap: 1rem;
  }
  .noise-soundscape-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .noise-card {
    padding: 1.15rem 0.85rem;
    border-radius: 16px;
  }
  .noise-banner-card {
    flex-direction: column;
    padding: 1.25rem 1rem;
    text-align: center;
    gap: 0.85rem;
  }
  .noise-left-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .noise-soundscape-grid {
    grid-template-columns: 1fr;
  }
}

