.hero-section {
  position: relative;
}
.hero-background {
  position: absolute;
  inset: 0px;
}
.hero-container {
  background: var(--color-grad-2);
  position: relative;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 120px;
  padding-bottom: 5rem;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}
.hero-eyebrow {
  font-family: var(--font-family-02);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-02);
}
.hero-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: rgb(240 237 231 / 1);
}
.hero-subtitle {
  max-width: 42rem;
  color: rgb(255 255 255 / 0.7);
}
.hero-button-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
  font-family: var(--font-family-02);
}
.section-desc {
  width: 60%;
}
.primary-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  background-color: rgb(216 181 116 / 1);
  color: rgb(14 14 15 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(255 255 255 / 0.1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.primary-button:hover {
  background-color: rgb(225 199 137 / 1);
}

.secondary-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  border: 1px solid var(--color-box-3);
  color: var(--color-01);
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.secondary-button:hover {
  color: rgb(216 181 116 / 1);
  border-color: rgb(216 181 116 / 1);
}

.our-story-section {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}

.story-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.story-text-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(240 237 231 / 1);
}
.story-paragraph {
  color: var(--color-02);
  font-family: var(--font-family-02);
  font-size: var(--font-size-h5);
}
.story-highlights {
  display: flex;
  gap: 1.5rem;
  padding-top: 0.5rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.highlight-icon {
  height: 1.25rem;
  width: 1.25rem;
}
.highlight-text {
  color: var(--color-grbl);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--font-family-02);
}
.story-visual-wrapper {
  position: relative;
}

.story-visual-card {
  border-radius: 1rem;
  background-color: rgb(21 21 21 / 1);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 0.75rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 60px rgba(0, 0, 0, 0.45);
}

.story-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.story-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background-color: rgb(14 14 15 / 1);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-family-02);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 30px rgba(0, 0, 0, 0.4);
}
.badge-icon {
  height: 1.25rem;
  width: 1.25rem;
}
.badge-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.8);
}
.mission-values-section {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  background-color: var(--color-grad-2);
}
.values-container {
  background: var(--color-grad-2);
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.values-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.values-titles {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section-subtitle {
  font-family: var(--font-family-02);
  color: var(--color-grbl);
}
.values-accent {
  height: 1px;
  width: 10rem;
  background-image: linear-gradient(
    to right,
    transparent,
    rgb(216 181 116 / 0.6),
    rgb(216 181 116 / 0)
  );
}
.values-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.value-card {
  border-radius: 1rem;
  background-color: var(--color-03);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 1.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 40px rgba(0, 0, 0, 0.35);
}
.value-card:hover {
  border-color: rgb(216 181 116 / 0.6);
}
.value-icon-wrap {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.5rem;
  background-color: rgb(29 29 29 / 1);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.value-icon {
  height: 1.25rem;
  width: 1.25rem;
}
.value-title {
  font-family: var(--font-family-02);
  font-size: var(--font-size-h3);
  color: var(--color-02);
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.value-text {
  font-family: var(--font-family-02);
  color: var(--color-grbl);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.why-choose-us-section {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}
.choose-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.choose-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.choose-card {
  border-radius: 1rem;
  background-color: var(--contrast);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.choose-card:hover {
  border-color: rgb(216 181 116 / 0.6);
}
.choose-icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.25rem;
}
.choose-content {
  flex: 1 1 0%;
}
.choose-title {
  color: rgb(255 255 255 / 0.9);
  font-weight: 500;
  font-family: var(--font-family-02);
  font-size: var(--font-size-h3-mobile);
}
.choose-text {
  color: rgb(255 255 255 / 0.6);
  font-size: 0.875rem;
  font-family: var(--font-family-02);
  line-height: 1.25rem;
}
.timeline-section {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}
.timeline-container {
  background: var(--color-grad-2);
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.timeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.subtle-accent {
  height: 1px;
  width: 10rem;
  background-image: linear-gradient(
    to right,
    transparent,
    rgb(216 181 116 / 0.6),
    rgb(216 181 116 / 0)
  );
}
.timeline-track {
  position: relative;
}
.track-line {
  position: absolute;
  top: 2rem;
  left: 0px;
  right: 0px;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgb(216 181 116 / 0.4),
    rgb(216 181 116 / 0)
  );
}
.milestones-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.milestone-card {
  border-radius: 1rem;
  background-color: var(--contrast);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 1.5rem;
  position: relative;
}
.milestone-dot {
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: rgb(216 181 116 / 1);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(4px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.milestone-year {
  color: rgb(216 181 116 / 1);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.milestone-title {
  color: rgb(255 255 255 / 0.9);
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.milestone-text {
  color: rgb(255 255 255 / 0.6);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.quality-craftsmanship-section {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}
.craft-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.craft-visual-large {
  grid-column: span 2 / span 2;
}

.image-card {
  border-radius: 1rem;
  background-color: rgb(21 21 21 / 1);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 0.75rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 60px rgba(0, 0, 0, 0.45);
}

.craft-image-1 {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0.75rem;
}
.craft-text-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.craft-paragraph {
  font-family: var(--font-family-02);
  color: var(--color-grbl);
}
.craft-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.craft-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.list-icon {
  height: 1.25rem;
  width: 1.25rem;
  margin-top: 0.125rem;
}
.list-text {
  color: var(--color-grbl);
  font-size: 0.875rem;
  font-family: var(--font-family-02);
  line-height: 1.25rem;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 0.5rem;
}

.mini-image-card {
  border-radius: 0.75rem;
  overflow: hidden;
  border-width: 1px;
  height: 120px;
  border-color: rgb(255 255 255 / 0.1);
}

.craft-image-2 {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.craft-image-3 {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.cta-section {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}

.cta-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.cta-banner {
  border-radius: 1.5rem;
  background-image: var(--background-01);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-copy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cta-title {
  font-family: var(--font-family-01);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(240 237 231 / 1);
}
.cta-subtitle {
  font-family: var(--font-family-02);
  color: rgb(255 255 255 / 0.6);
}
.cta-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-family-02);
}
.cta-primary {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  background-color: rgb(216 181 116 / 1);
  color: rgb(14 14 15 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(255 255 255 / 0.1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cta-primary:hover {
  background-color: rgb(225 199 137 / 1);
}
.cta-secondary {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  color: rgb(255 255 255 / 0.85);
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cta-secondary:hover {
  color: rgb(216 181 116 / 1);
  border-color: rgb(216 181 116 / 1);
}
.hero-content {
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .story-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .values-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .values-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choose-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .timeline-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .milestones-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .craft-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

@media (max-width: 786px) {
  .section-desc {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .values-container {
    padding-top: 0rem;
  }
  .section-desc {
    font-size: var(--font-size-base);
  }
  .story-highlights {
    flex-wrap: wrap;
  }
  .primary-button,
  .secondary-button {
    font-size: var(--font-size-h6-mobile);
  }
  .section-desc {
    font-size: var(--font-size-base);
    margin-bottom: 0px;
  }
  .value-title {
    font-size: var(--font-size-h3-mobile);
  }
  .value-text {
    font-size: var(--font-size-base-mobile);
  }
  .story-paragraph {
    font-size: var(--font-size-base);
    margin-bottom: 0px;
  }
  #i0oqr {
    width: 95%;
  }
  .cta-subtitle {
    font-size: var(--font-size-h5-mobile);
    margin-bottom: 0px;
  }
  .cta-actions {
    flex-wrap: wrap;
  }
  .hero-container {
    padding-top: 90px;
    padding-bottom: 0rem;
  }
  .cta-title {
    font-size: var(--font-size-h2-mobile);
  }
  .cta-container {
    padding-top: 0.5rem;
  }
  .craft-paragraph {
    font-size: var(--font-size-base);
  }
  .choose-header {
    margin-bottom: 0.5rem;
  }
  .choose-container {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .hero-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .values-cards-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .milestones-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
