/**
 * The Studio Section Styles for The Studio Page
 * Component: IcaTheStudio-studio
 * Page: The Studio
 * Layout: Uses site-grid-rails.css for positioning
 */

/* ===== The Studio Section ===== */
.studio-the-studio {
  background: var(--ica-mint, #DCF4EF);
  position: relative;
}

/* ===== Row 1: Introduction ===== */
.studio-the-studio__row-1 {
  background: #dcf4ef;
  height: auto;
  min-height: 300px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.studio-the-studio__row-1-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* H1 Heading */
.studio-the-studio__row-1 h1 {
  font-family: "ivypresto-display", sans-serif;
  font-size: clamp(4.875rem, 5vw, 5.7rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ica-green-deep, #1E312F);
  margin: 0 0 1.5rem;
  text-align: center;
  font-display: swap;
}

/* First Paragraph */
.studio-the-studio__row-1 p:first-of-type {
  font-family: "ivypresto-display", sans-serif;
  font-size: clamp(2.0rem, 2.0vw, 3.725rem);
  font-weight: 400;
  line-height: 1.2em;
  color: var(--ica-green-deep, #1E312F);
  margin: 0 0 1rem;
  text-align: center;
  font-display: swap;
}

/* Second Paragraph */
.studio-the-studio__row-1 p:last-of-type {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.0rem, 2.1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4em;
  color: var(--ica-green-deep, #1E312F);
  margin: 0 0 2rem;
  text-align: center;
  opacity: 0.8;
  font-display: swap;
}

/* Button Container */
.studio-the-studio__row-1-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

/* Register Now Button - Self-contained button styles */
.studio-the-studio__register-btn {
  background-color: var(--ica-lavender, #CFADD1);
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  fill: var(--ica-green-deep, #1E312F);
  color: var(--ica-green-deep, #1E312F);
  box-shadow: -6px 6px 0px 1px rgba(207, 172.99999999999997, 209, 0.52);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: var(--ica-lavender, #CFADD1);
  border-radius: 0px 0px 0px 0px;
  padding: 12px 22px 12px 22px;
  will-change: transform, box-shadow;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-display: swap;
}

.studio-the-studio__register-btn:hover {
  background: var(--ica-white, #FFFFFF);
  color: var(--ica-green-deep, #1E312F);
  box-shadow: -6px 6px 0px 1px rgba(207, 172.99999999999997, 209, 0.52);
  transform: translateY(-2px);
}

.studio-the-studio__register-btn:active {
  transform: scale(0.97);
}

.studio-the-studio__register-btn:focus {
  outline: none;
}

/* ===== Row 2: Pricing ===== */
.studio-the-studio__row-2 {
  background: #0f2323;
  height: auto;
  min-height: 180px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5F7F6;
  position: relative;
  overflow: hidden;
}

/* Background gradients */
.studio-the-studio__row-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(1200px 600px at 10% -10%, rgba(207,173,209,.15), transparent 60%),
    radial-gradient(1200px 600px at 110% 120%, rgba(220,244,239,.12), transparent 60%),
    linear-gradient(180deg, #132E2E 0%, #0f2323 70%);
  pointer-events: none;
}

.studio-the-studio__row-2-content {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Clean Pricing Design - Single Row Layout */
.studio-the-studio__pricing {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

/* Pricing Row Container */
.studio-the-studio__pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
  min-height: auto;
  padding: 20px 0;
}

/* Pricing Label - "PRICING" */
.studio-the-studio__pricing-label {
  font-family: "termina", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ica-green-deep, #1E312F);
  background-color: var(--ica-bg, #F9F6F4);
  padding: 0.75rem 1.25rem;
  border-radius: 0;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  min-width: fit-content;
  font-display: swap;
}

/* Pricing Price - "$295 per class" */
.studio-the-studio__pricing-price {
  font-family: "ivypresto-display", serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--ica-bg, #F9F6F4);
  line-height: 1.1;
  white-space: nowrap;
  flex: 1;
  text-align: center;
  margin: 0;
  min-width: fit-content;
  font-display: swap;
}

/* Pricing Session - "12-week session" */
.studio-the-studio__pricing-session {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ica-bg, #F9F6F4);
  opacity: 0.9;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  min-width: fit-content;
  font-display: swap;
}

/* ===== Responsive Design ===== */

/* Tablet and below - Stack vertically */
@media (max-width: 768px) {
  .studio-the-studio__row-1 {
    padding: 40px 0;
  }
  
  .studio-the-studio__row-2 {
    padding: 20px 0;
  }
  
  .studio-the-studio__row-3 {
    padding: 15px 0;
  }
  
  .studio-the-studio__pricing-row {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
  }
  
  .studio-the-studio__pricing-label {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
  
  .studio-the-studio__pricing-price {
    font-size: 3.2rem;
  }
  
  .studio-the-studio__pricing-session {
    font-size: 1.2rem;
  }
}

/* Small mobile - Compact spacing */
@media (max-width: 480px) {
  .studio-the-studio__row-1 {
    padding: 40px 0;
  }
  
  .studio-the-studio__row-2 {
    padding: 15px 0;
  }
  
  .studio-the-studio__row-3 {
    padding: 10px 0;
  }
  
  .studio-the-studio__pricing-row {
    gap: 0.75rem;
  }
  
  .studio-the-studio__pricing-label {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
  }
  
  .studio-the-studio__pricing-price {
    font-size: 3.0rem;
  }
  
  .studio-the-studio__pricing-session {
    font-size: 1.1rem;
  }
}

/* Row 3 - Mobile column layout */
@media (max-width: 500px) {
  .studio-the-studio__location-row-1 {
    flex-direction: column !important;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
  }
  
  .studio-the-studio__location-row-2 {
    flex-direction: column !important;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
  }
  
  .studio-the-studio__venue-name,
  .studio-the-studio__venue-address {
    white-space: normal !important;
  }
}

/* ========================================
   ROW 3 STYLES - LOCATION
   ======================================== */

/* Row 3 Container */
.studio-the-studio__row-3 {
  background-color: #17968c5e;
  height: auto;
  min-height: 150px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Row 3 Content */
.studio-the-studio__row-3-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Location Container */
.studio-the-studio__location {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}

/* Location Row 1: Heading and Venue Name */
.studio-the-studio__location-row-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

/* Location Heading */
.studio-the-studio__location-heading {
  font-family: "termina", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ica-green-deep, #1E312F);
  background-color: var(--ica-bg, #F9F6F4);
  padding: 0.75rem 1.25rem;
  border-radius: 0;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  min-width: fit-content;
  font-display: swap;
}

/* Location Row 2: Address and Button */
.studio-the-studio__location-row-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

/* Venue Name */
.studio-the-studio__venue-name {
  font-family: "ivypresto-display", serif;
  font-size: clamp(2.0rem, 3vw, 2.5rem);
  font-weight: 400;
  color: var(--ica-green-deep, #1E312F);
  line-height: 1.2;
  white-space: nowrap;
  font-display: swap;
}

/* Venue Address */
.studio-the-studio__venue-address {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.0rem, 1.5vw, 1.3rem);
  font-weight: 400;
  color: var(--ica-green-deep, #1E312F);
  line-height: 1.2;
  opacity: 0.9;
  white-space: nowrap;
  font-display: swap;
}

/* Map Button */
.studio-the-studio__map-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "termina", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ica-green-deep, #1E312F);
  background-color: var(--ica-white, #FFFFFF);
  border: 1px solid var(--ica-green-deep, #1E312F);
  border-radius: 4px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  will-change: background-color, color;
  font-display: swap;
}

.studio-the-studio__map-btn:hover {
  background-color: var(--ica-lavender, #CFADD1);
  color: var(--ica-green-deep, #1E312F);
}

/* Map Icon */
.studio-the-studio__map-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ========================================
   ROW 4 STYLES - DISCLAIMER
   ======================================== */

/* Row 4 Container */
.studio-the-studio__row-4 {
  background-color: #FFFFFF;
  height: auto;
  min-height: 150px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Row 4 Content */
.studio-the-studio__row-4-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Disclaimer Container */
.studio-the-studio__disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  text-align: center;
}

/* Disclaimer Text */
.studio-the-studio__disclaimer-text {
  font-family: "termina", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  color: var(--ica-green-deep, #17968C);
  opacity: 0.8;
  margin: 0;
  padding: 0 1rem;
  font-display: swap;
}

/* ===== Print Styles ===== */
@media print {
  .studio-the-studio {
    background: none !important;
    color: var(--ica-green-deep, #1E312F) !important;
  }
  
  .studio-the-studio__register-btn {
    border: 2px solid var(--ica-green-deep, #1E312F);
    background: none !important;
    color: var(--ica-green-deep, #1E312F) !important;
  }
}
