.dome-fabrication-shortcode,
.dome-fabrication-shortcode * {
  box-sizing: border-box;
}

.dome-fabrication-shortcode {
  color: #808080;
  scroll-behavior: smooth;
}

.dome-fabrication-shortcode .fabrication-container {
  width: 100%;
  margin: 60px auto 15px;
  padding: 0 15px;
}

.dome-fabrication-shortcode .fabrication-summary-section {
  padding: 40px 0 0;
}

.dome-fabrication-shortcode .fabrication-summary-section .fabrication-container {
  margin-top: 0;
  margin-bottom: 0;
}

.dome-fabrication-shortcode .fabrication-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.dome-fabrication-shortcode .fabrication-summary-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease;
}

.dome-fabrication-shortcode .fabrication-summary-item:hover {
  transform: translateY(-4px);
}

.dome-fabrication-shortcode .fabrication-summary-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  transition: opacity 0.3s;
}

.dome-fabrication-shortcode .fabrication-summary-item:hover::before {
  opacity: 0.9;
}

.dome-fabrication-shortcode .fabrication-summary-item__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
}

.dome-fabrication-shortcode .fabrication-summary-item__link:hover {
  color: #fff;
}

.dome-fabrication-shortcode .fabrication-summary-item__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dome-fabrication-shortcode .fabrication-summary-item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  padding: 0.5rem;
  border-radius: 100vw;
  color: #fff;
  background-color: #25a8a3;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.dome-fabrication-shortcode .fabrication-summary-grid li:nth-of-type(2) .fabrication-summary-item__number {
  background-color: #067d9f;
}

.dome-fabrication-shortcode .fabrication-summary-grid li:nth-of-type(3) .fabrication-summary-item__number {
  background-color: #267cb5;
}

.dome-fabrication-shortcode .fabrication-summary-item__title {
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

.dome-fabrication-shortcode .fabrication-section {
  max-width: 890px;
  margin-inline: auto;
}

.dome-fabrication-shortcode .fabrication-section:last-of-type {
  margin-bottom: 125px;
}

.dome-fabrication-shortcode .fabrication-section__header {
  margin-top: 100px;
  padding-top: 40px;
  border-top: solid #e5e5e5 2px;
  text-align: center;
}

.dome-fabrication-shortcode .fabrication-section:first-of-type .fabrication-section__header {
  margin-top: 0;
}

.dome-fabrication-shortcode .fabrication-section__label {
  padding: 0.375rem 1.5rem;
  color: #fff;
  background-color: #25a8a3;
  font-size: 1rem;
  font-weight: 600;
}

.dome-fabrication-shortcode #fabrication-section-2 .fabrication-section__label {
  background-color: #067d9f;
}

.dome-fabrication-shortcode #fabrication-section-3 .fabrication-section__label {
  background-color: #267cb5;
}

.dome-fabrication-shortcode .fabrication-section__title {
  margin: 2rem 0 1rem;
  color: #808080;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
}

.dome-fabrication-shortcode .fabrication-section__intro {
  max-width: 700px;
  margin: 0 auto;
  color: #808080;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.dome-fabrication-shortcode .fabrication-section__intro p {
  margin: 0 0 1rem;
}

.dome-fabrication-shortcode .fabrication-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  max-width: 890px;
  margin-inline: auto;
}

.dome-fabrication-shortcode .fabrication-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}

.dome-fabrication-shortcode .fabrication-sidebar__heading {
  margin: 0;
  color: #808080;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}

.dome-fabrication-shortcode .fabrication-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 40px;
  border-left: dotted lightgray 2px;
}

.dome-fabrication-shortcode .detail-group {
  margin-bottom: 0;
  break-inside: avoid;
}

.dome-fabrication-shortcode .detail-group__heading {
  margin-block-start: 0;
  margin-bottom: 0.5rem;
  color: #808080;
  font-size: 1.125rem;
  font-weight: 500;
}

.dome-fabrication-shortcode .detail-group__content {
  color: #808080;
  line-height: 1.55;
}

.dome-fabrication-shortcode .detail-group__content p {
  margin-bottom: 1rem;
}

.dome-fabrication-shortcode .detail-group__content ul,
.dome-fabrication-shortcode .detail-group__content ol {
  margin-bottom: 1rem;
  padding-left: 0;
}

.dome-fabrication-shortcode .fabrication-section .gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.dome-fabrication-shortcode .fabrication-section .gallery-list li {
  margin: 0;
}

.dome-fabrication-shortcode .fabrication-section .gallery-list a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dome-fabrication-shortcode .fabrication-section .gallery-list a:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dome-fabrication-shortcode .fabrication-section .gallery-list img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .dome-fabrication-shortcode .fabrication-grid {
    grid-template-columns: 200px 1fr;
    gap: 40px;
  }

  .dome-fabrication-shortcode .fabrication-main {
    gap: 30px;
    padding-left: 0;
    border: 0;
  }
}

@media (max-width: 768px) {
  .dome-fabrication-shortcode .fabrication-container {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
  }

  .dome-fabrication-shortcode .fabrication-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dome-fabrication-shortcode .fabrication-sidebar {
    position: static;
  }

  .dome-fabrication-shortcode .fabrication-sidebar__heading {
    text-align: left;
  }

  .dome-fabrication-shortcode .fabrication-main {
    gap: 0;
  }

  .dome-fabrication-shortcode .fabrication-section .gallery-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .dome-fabrication-shortcode .fabrication-section .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
