@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.eden-banner {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: var(--ink);
}

.eden-banner__picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.eden-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.eden-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px; /* adjust to match your nav's actual height */
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(6, 6, 5, 0.35) 0%,
    rgba(6, 6, 5, 0.15) 60%,
    transparent 100%
  );
}

@media (max-width: 767px) {
  .eden-banner {
    height: 400px;
  }
}



.project-details-section {
    background-color: #ECECEC;
    padding: 40px 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    box-sizing: border-box;
    width: 100%;
  }
 
  .project-details-section *,
  .project-details-section *::before,
  .project-details-section *::after {
    box-sizing: border-box;
  }
 
  .project-details-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px;
  }
 
  .project-details-header {
    text-align: center;
    margin-bottom: 20px;
  }
 
.project-details-title {
  font-size: 30px;
  font-weight: 500;
  color: #3a3733;
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
}

.project-details-title::after {
  content: "";
  display: block;
  width: 156px;
  height: 2px;
  background: #b8862d;
  margin: 10px auto 20px;
}
 
  .project-details-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    color: #6b6862;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
  }
 
  .project-details-pin {
    font-size: 15px;
    color: #6b6862;
  }
 
  .project-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
 
  .project-details-card {
    background-color: #ECECEC;
    padding: 22px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
  }
 
  .project-details-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #d3d0ca;
  }
 
  .project-details-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #232220;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .project-details-icon i {
    font-size: 17px;
    color: #ECECEC;
  }
 
  .project-details-label {
    font-size: 19px;
    font-weight: 500;
    color: #232220;
    margin: 0;
    line-height: 1.3;
  }



  .about-sadasiva {
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 60px auto;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 80px;
}

.about-sadasiva-img {
  width: 40%;
  height: 590px;
  display: block;
  border-radius: 0px;
  object-fit: cover;
}

.about-sadasiva-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 0;
}

.about-sadasiva-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.about-sadasiva-eyebrow-line {
  width: 35px;
  height: 1px;
  background:  #c9a15c;
  flex-shrink: 0;
}

.about-sadasiva-eyebrow {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:  #c9a15c;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.about-sadasiva-content h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}

.about-sadasiva-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 2px;
  background: #B8862D;
}

.about-sadasiva-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  text-align: justify;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  max-width: 480px;
}

.about-sadasiva-btn {
  padding: 14px 36px;
  font-size: 15px;
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  align-self: flex-start;
  margin-top: auto;
}

.about-sadasiva-btn:hover {
  background-color: #333333;
}




.sadasiva-amenities {
  --ink: #ece7db;
  --ink-dim: #a8a196;
  --stone: #0d0c0a;
  --stone-deep: #060605;
  --gold: #c9a15c;
  --gold-soft: rgba(201, 161, 92, 0.5);
  --hairline: rgba(236, 231, 219, 0.28);
  --panel-glass: rgba(236, 231, 219, 0.1);
 
 
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  padding: 5rem 3.2rem 5.5rem;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
}
 
.sadasiva-amenities *,
.sadasiva-amenities *::before,
.sadasiva-amenities *::after {
  box-sizing: inherit;
}
 
.sadasiva-amenities-header {
  max-width: 1000px;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
 
.sadasiva-amenities-label {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: 'Inter', Serif;
}
 
.sadasiva-amenities-label span.sadasiva-amenities-rule {
  width: 34px;
  height: 1px;
  background: var(--gold-soft);
  display: block;
}
 
.sadasiva-amenities-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-transform: uppercase;
  color: #0d0c0a;

  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.sadasiva-amenities-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 160px;
  height: 2px;
  background: #B8862D;
}
 
.sadasiva-amenities-text {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  color: #0d0c0a;
  margin: 0;
  max-width: 110ch;
  font-family: 'Inter', Serif;
}
 
.sadasiva-amenities-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
 
.sadasiva-amenity-panel {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: var(--stone-deep);
}
 
.sadasiva-amenity-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
  filter: saturate(0.92) brightness(0.86);
}
 
.sadasiva-amenity-panel:hover img {
  transform: scale(1.12);
  filter: saturate(1) brightness(0.95);
}
 
.sadasiva-panel-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,6,5,0.05) 0%, rgba(6,6,5,0.05) 45%, rgba(6,6,5,0.75) 100%),
    linear-gradient(90deg, rgba(6,6,5,0.35) 0%, rgba(6,6,5,0) 30%);
  pointer-events: none;
}
 
.sadasiva-panel-tag {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  max-width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
  display: block; /* was flex — flex was letting the item shrink to content */
  transition: transform 0.4s ease;
}

.sadasiva-amenity-panel:hover .sadasiva-panel-tag {
  transform: translateY(-2px);
}

.sadasiva-panel-tag span.sadasiva-label {
  display: block;
  width: 100%;
  font-size: 26px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  white-space: normal;
  line-height: 1.3;
  font-family: 'Anton';
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

/* 1st panel — right-aligned */
.sadasiva-amenity-panel:nth-child(1) .sadasiva-panel-tag span.sadasiva-label {
  text-align: right;
   padding-right: 25px;
}

/* 2nd, 3rd, 4th panels — center-aligned */
.sadasiva-amenity-panel:nth-child(2) .sadasiva-panel-tag span.sadasiva-label,
.sadasiva-amenity-panel:nth-child(3) .sadasiva-panel-tag span.sadasiva-label,
.sadasiva-amenity-panel:nth-child(4) .sadasiva-panel-tag span.sadasiva-label {
  text-align: center;
}

/* 5th panel — left-aligned */
.sadasiva-amenity-panel:nth-child(5) .sadasiva-panel-tag span.sadasiva-label {
  text-align: right;
   padding-right: 25px;
}




.sadasiva-closeby {
  --endee-ink: #16211D;
  --endee-ink-soft: #4A564F;
  --endee-line: #D8D3C4;
  --endee-bg: #F6F4EE;
  --endee-panel: #FFFFFF;
  --endee-blue: #24467C;
  --endee-blue-soft: #E7ECF4;
  --endee-gold: #A9852E;
  --endee-radius: 2px;

  box-sizing: border-box;
  background: #ECECEC;
  color: var(--endee-ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 60px 60px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.sadasiva-closeby *,
.sadasiva-closeby *::before,
.sadasiva-closeby *::after {
  box-sizing: border-box;
}

.sadasiva-closeby-header {
  max-width: 1000px;
  margin: 0 auto 45px;
  text-align: center;
}

.sadasiva-closeby-title {
  font-size: 30px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.sadasiva-closeby-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 160px;
  height: 2px;
  background: #B8862D;
}

.sadasiva-closeby-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin: 0 0 20px;
  font-family: 'Inter', Serif;
}

.sadasiva-closeby-text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  font-family: 'Inter', Serif;
}

.sadasiva-closeby-box {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid var(--endee-line);
  border-radius: var(--endee-radius);
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.sadasiva-closeby-accordion {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--endee-line);
}

.sadasiva-closeby-item {
  border-bottom: 1px solid var(--endee-line);
}

.sadasiva-closeby-item:last-child {
  border-bottom: none;
}

.sadasiva-closeby-item-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 26px 20px;
  text-align: left;
  font-family: inherit;
  color: var(--endee-ink);
  transition: background-color 0.2s ease;
}

.sadasiva-closeby-item-trigger:hover {
  background-color: var(--endee-blue-soft);
}

.sadasiva-closeby-item-trigger:focus-visible {
  outline: 2px solid var(--endee-blue);
  outline-offset: -2px;
}

.sadasiva-closeby-item-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--endee-line);
  color: var(--endee-blue);
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.sadasiva-closeby-item.active .sadasiva-closeby-item-icon {
  background-color: var(--endee-blue);
  border-color: var(--endee-blue);
  color: #fff;
}

.sadasiva-closeby-item-icon svg {
  width: 18px;
  height: 18px;
}

.sadasiva-closeby-item-title-text {
  flex: 1;
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: var(--endee-ink);
}

.sadasiva-closeby-item-chevron {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  color: var(--endee-ink-soft);
}

.sadasiva-closeby-item.active .sadasiva-closeby-item-chevron {
  transform: rotate(180deg);
  color: var(--endee-blue);
}

.sadasiva-closeby-item-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.sadasiva-closeby-item.active .sadasiva-closeby-item-panel {
  grid-template-rows: 1fr;
}

.sadasiva-closeby-item-panel-inner {
  overflow: hidden;
}

.sadasiva-closeby-item-list {
  list-style: none;
  margin: 0;
  padding: 0 20px 26px 70px;
}

.sadasiva-closeby-item-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  font-size: 14.5px;
  color: var(--endee-ink-soft);
  border-top: 1px solid var(--endee-line);
}

.sadasiva-closeby-item-list li:first-child {
  border-top: none;
}

.sadasiva-closeby-item-list .sadasiva-closeby-place {
  color: var(--endee-ink);
}

.sadasiva-closeby-item-list .sadasiva-closeby-distance {
  flex-shrink: 0;
  color: var(--endee-gold);
  font-variant-numeric: tabular-nums;
}

.sadasiva-closeby-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.sadasiva-closeby-visual-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.sadasiva-closeby-visual-panel.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.sadasiva-closeby-visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




 .sadasiva-locations {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  margin-top: 30px;
}

.sadasiva-locations__title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 15px;
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;

  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.sadasiva-locations__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 160px;
  height: 2px;
  background: #B8862D;
}

.sadasiva-locations__map-wrap {
  width: 1200px;
  max-width: 100%;
  overflow-x: auto;
}

.sadasiva-locations__map {
  width: 1200px;
  height: 350px;
  max-width: 100%;
  border: 0;
  display: block;
}





:root{
    --stone-100:#FFFFFF;
    --stone-050:#FFFFFF;
    --ink:#211F1B;
    --ink-soft:#6B665D;
    --line:#D8D3C8;
    --brick:#9C4A2A;
    --brick-dark:#7C3A20;
    --gold:#B08D57;
  }
 
  .sadasiva-contact-section *{
    box-sizing:border-box;
  }
 
  .sadasiva-contact-section{
    margin:0 auto;
    font-family:'Inter', sans-serif;
    color:var(--ink);
    width:100%;
    max-width:1400px;
    background:var(--stone-100);
    padding:80px 88px;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:96px;
    position:relative;
    overflow:hidden;
  }
 
  .sadasiva-contact-section::before{
    content:"";
    position:absolute;
    top:0; right:0;
    width:220px; height:220px;
 
    opacity:.35;
    mask-image:linear-gradient(225deg, black, transparent 70%);
    pointer-events:none;
  }
 
  .sadasiva-contact-left{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
  }
 
  .sadasiva-contact-eyebrow-mark{
    width:36px;
    height:3px;
    background:var(--brick);
    margin-bottom:28px;
  }
 
  .sadasiva-contact-left h2{
    font-family:'Fraunces', serif;
    font-weight:500;
    font-size:34px;
    line-height:1.1;
    margin:0 0 22px 0;
    letter-spacing:-0.01em;
  }
 
  .sadasiva-contact-left p{
    font-size:16px;
    line-height:1.65;
    color:var(--ink-soft);
    max-width:38ch;
    margin:0 0 56px 0;
  }
 
  .sadasiva-contact-info-row{
    display:flex;
    gap:20px;
    align-items:flex-start;
    padding:26px 0;
    border-top:1px solid var(--line);
  }
 
  .sadasiva-contact-info-row:last-of-type{
    border-bottom:1px solid var(--line);
  }
 
  .sadasiva-contact-info-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid var(--ink);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
 
  .sadasiva-contact-info-icon svg{
    width:18px;
    height:18px;
    stroke:var(--ink);
  }
 
  .sadasiva-contact-info-text h3{
    font-family:'Fraunces', serif;
    font-weight:500;
    font-size:18px;
    margin:0 0 6px 0;
  }
 
  .sadasiva-contact-info-text p{
    margin:0;
    font-size:15px;
    color:var(--ink-soft);
    line-height:1.5;
    max-width:32ch;
  }
 
  .sadasiva-contact-right{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
 
  form{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:48px;
    row-gap:36px;
  }
 
  .sadasiva-contact-field{
    display:flex;
    flex-direction:column;
    position:relative;
  }
 
  .sadasiva-contact-field.sadasiva-contact-field-full{
    grid-column:1 / -1;
  }
 
  .sadasiva-contact-field label{
    font-size:14px;
    color:var(--ink-soft);
    margin-bottom:12px;
  }
 
  .sadasiva-contact-field label .req{
    color:var(--brick);
    margin-left:2px;
  }
 
  .sadasiva-contact-field input,
  .sadasiva-contact-field select{
    appearance:none;
    -webkit-appearance:none;
    border:none;
    border-bottom:1px solid var(--ink);
    background:transparent;
    padding:0 0 10px 0;
    font-family:'Inter', sans-serif;
    font-size:15.5px;
    color:var(--ink);
    outline:none;
    transition:border-color .2s ease;
    width:100%;
  }
 
  .sadasiva-contact-field select{
    cursor:pointer;
  }
 
  .sadasiva-contact-field select:invalid{
    color:var(--ink-soft);
  }
 
  .sadasiva-contact-select-wrap{
    position:relative;
  }
 
  .sadasiva-contact-select-wrap::after{
    content:"";
    position:absolute;
    right:2px;
    bottom:14px;
    width:9px;
    height:9px;
    border-right:1.5px solid var(--ink);
    border-bottom:1.5px solid var(--ink);
    transform:rotate(45deg);
    pointer-events:none;
  }
 
  .sadasiva-contact-field input:focus,
  .sadasiva-contact-field select:focus{
    border-bottom-color:var(--brick);
  }
 
  .sadasiva-contact-field input::placeholder{
    color:#A19C90;
  }
 
  .sadasiva-contact-consent{
    grid-column:1 / -1;
    display:flex;
    justify-content:flex-end;
    margin-top:8px;
  }
 
  button.sadasiva-contact-submit{
    background:var(--ink);
    color:var(--stone-050);
    border:none;
    padding:16px 28px;
    font-family:'Inter', sans-serif;
    font-size:14.5px;
    font-weight:500;
    border-radius:2px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    transition:background .2s ease, transform .15s ease;
    white-space:nowrap;
  }
 
  button.sadasiva-contact-submit:hover{
    background:var(--brick-dark);
  }
 
  button.sadasiva-contact-submit:active{
    transform:scale(0.98);
  }
 
  button.sadasiva-contact-submit svg{
    width:14px;
    height:14px;
    transition:transform .2s ease;
  }
 
  button.sadasiva-contact-submit:hover svg{
    transform:translate(2px,-2px);
  }
 
  button.sadasiva-contact-submit:disabled{
    background:#B9B4A8;
    cursor:not-allowed;
  }
 
  .sadasiva-contact-form-note{
    grid-column:1/-1;
    font-size:13px;
    color:var(--brick);
    min-height:16px;
    margin-top:-14px;
  }



  .sc-gallery {
    width: 1100px;
    margin: 0 auto;
    padding-top: 18px;
    box-sizing: border-box;
    padding-bottom: 60px;
    margin-top: -15px;
  }
 
  .sc-gallery *,
  .sc-gallery *::before,
  .sc-gallery *::after {
    box-sizing: inherit;
  }
 
  .sc-header {
    text-align: center;
    margin-bottom: 20px;
  }
 
  .sc-title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 16px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
  }
 
  .sc-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 160px;
    height: 2px;
    background: #B8862D;
  }
 
  .sc-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
 
  .sc-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 340px 300px;
    gap: 12px;
    width: 1100px;
  }
 
  .sc-cell {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 140px;
  }
 
  .sc-cell img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
 
  .sc-cell:hover img {
    transform: scale(1.05);
  }
 
  .sc-cell-1 { grid-column: 1 / 2; grid-row: 1 / 2; }
  .sc-cell-2 { grid-column: 2 / 3; grid-row: 1 / 2; }
  .sc-cell-3 { grid-column: 3 / 5; grid-row: 1 / 2; }
  .sc-cell-4 { grid-column: 1 / 3; grid-row: 2 / 3; }
  .sc-cell-5 { grid-column: 3 / 4; grid-row: 2 / 3; }
  .sc-cell-6 { grid-column: 4 / 5; grid-row: 2 / 3; }
 
  .sc-block-hidden { display: none; }
 
  .sc-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
 
  .sc-more-btn {
    background-color: #1c1c1c;
    color: #ffffff;
    border: none;
    padding: 13px 40px;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
 
  .sc-more-btn:hover { background-color: #3a3a3a; }
 
  .sc-more-btn:disabled {
    opacity: 0.4;
    cursor: default;
    background-color: #1c1c1c;
  }
 
  .sc-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(10, 10, 10, 0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
 
  .sc-lightbox.sc-open { display: flex; }
 
  .sc-lb-img {
    max-width: 82%;
    max-height: 82vh;
    object-fit: contain;
    display: block;
  }
 
  .sc-lb-close {
    position: absolute;
    top: 24px;
    right: 32px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
  }
 
  .sc-lb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ffffff;
    font-size: 56px;
    line-height: 1;
    cursor: pointer;
    padding: 8px 16px;
    user-select: none;
  }
 
  .sc-lb-prev { left: 20px; }
  .sc-lb-next { right: 20px; }
 
  .sc-lb-arrow:hover,
  .sc-lb-close:hover { color: #cfcfcf; }