/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}

p {
    margin: 10px 0;
}

/* Hero Section */
.hero-story {
    padding: 180px 0 30px;
    background: #fff;
}

.hero-sec-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 38px;
    color: #333333;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.hero-line {
    height: 1px;
    background-color: #aaa;
    width: 1125px;
    max-width: 100%;
    margin: 0 auto;
}

/* Story Content Section */
.story-content {
    padding: 30px 0 10px;
    background: #fff;
}

.story-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.story-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.story-item.reverse {
    direction: rtl;
}

.story-item.reverse > * {
    direction: ltr;
}
.story-item.reverse .story-img {
    width: 370px;
    height: 370px;
    object-fit: cover;
}

.story-text {
    text-align: left;
}

.story-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.story-category {
    font-weight: 700;
    font-size: 18px;
    color: #707070;
    margin-bottom: 10px;
}

.story-line {
    width: 20px;
    height: 2px;
    background-color: #03528C;
    margin-bottom: 30px;
}

.story-description {
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}

.story-image {
    position: relative;
}

.story-img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

/* Vision Section */
.vision-section {
    padding: 80px 0 100px;
    text-align: center;
    background: #fff;
}

.vision-sec-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 50px;
}

.vision-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 40px;
    color: #333333;
    margin-bottom: 40px;
}

.vision-highlight {
    font-size: 64px;
}

.vision-description {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

/* History Section */
.history-header h3 {
    font-size: 40px;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    margin: 50px 10px;

}
.history-section {
    background-color: #eeece9;
    padding: 130px 0;
}

.history-header {
    margin-bottom: 80px;
}

.history-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 40px;
    color: #333333;
    margin-bottom: 20px;
}

.history-subtitle {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.history-line {
    height: 1px;
    background-color: #aaa;
    width: 1125px;
    max-width: 100%;
    margin: 0 auto;
}

.history-timeline {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-line {
    position: absolute;
    left: 14%;
    top: 0;
    bottom: -40px;
    width: 1px;
    background-color: #aaa;
    /* transform: translateX(-50%); */
}
.timeline-line::before {
    content: "●";
    position: absolute;
    left: -3px;
    top: -8px;
    font-size: 7px;
    color: #777;
}
.timeline-line::after {
    content: "●";
    position: absolute;
    left: -3px;
    bottom: -3px;
    font-size: 7px;
    color: #777;
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr 360px;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 2%;
}

.timeline-item-1 {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr 400px;
    gap: 25px;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 0%;
}

.timeline-item-2020 {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr 30px;
    gap: 25px;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 0%;
}
.timeline-item-2020 img {
    margin: 0 5px;
    vertical-align: bottom;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 12.6%;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #aaa;
    /* transform: translate(-50%, -50%); */
}

.timeline-year {
    font-family: 'Rosario', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #333333;
}

.timeline-content {
    font-size: 15px;
    line-height: 25px;
    color: #333333;
}

.timeline-content p {
    margin: 0 0 5px 0;
}

.timeline-image {
    /* text-align: center; */
}

.timeline-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.timeline-img-1 {
    width: 90%;
    height: auto;
}
.timeline-img-2 {
    width: 28%;
    height: auto;
}
.timeline-img-3 {
    width: 34%;
    height: auto;
    position: absolute;
    right: 0px;
    top: -140px;
}
.timeline-img-4 {
    width: 38%;
    height: auto;
}
.timeline-img-1716 {
    width: 80%;
    height: auto;
}
.timeline-item.future {
    grid-template-columns: 200px 1fr;
}

.timeline-item.future .timeline-year {
    font-family: 'Roboto Serif', serif;
    font-weight: 300;
}

.next {
    font-size: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}
.next span {
    font-family: 'Rosario', sans-serif;
    font-weight: 300;
    padding: 10px;
    font-size: 40px;
}

/* Sustainability Section */
.sustainability-section {
    background: #f5f5f5;
    padding: 130px 80px 40px;
}
.sustainability-header {
    margin-bottom: 60px;
}

.sustainability-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 50px;
    color: #333333;
    margin-bottom: 20px;
}

.sustainability-subtitle {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.sustainability-line {
    height: 1px;
    background-color: #aaa;
    max-width: 100%;
    margin: 0 auto;
}

.sustainability-intro {
    text-align: center;
    margin-bottom: 80px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}

/* Sustainability Section-2 */
.sustainability-section-2 {
    background: #f5f5f5;
    padding-bottom: 80px;
}

/* Hero Image */
.sustainability-hero {
    max-width: 1100px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.sustainability-hero-img {
    width: 100%;
    height: 311px;
    object-fit: cover;
}

/* Two Cards Section */
.sustainability-cards {
    max-width: 1100px;
    margin: 0 auto 80px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.sustainability-card {
    border: 1px solid #333;
    padding: 30px 45px 10px;
}

.card-title {
    font-size: 32px;
    color: #707070;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}

.card-description {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    text-align: justify;
}

/* ESG Card */
.esg-card {
    max-width: 1100px;
    margin: 23em auto 10px;
    padding: 0 20px;
    border: 1px solid #333;
    padding: 40px 40px 20px;
    text-align: center;
}

.esg-title {
    font-size: 32px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 30px;
}

.esg-description {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
}

/* Environment Section */
.environment-section {
    display: flex;
    gap: 40px;
    padding-bottom: 100px;
}

.environment-content {
    width: 65%;
    background-color: white;
    padding: 60px 8% 40px 8%;
}
.environment-image {
    position: absolute;
    right: 0;
    width: 48%;
    margin-top: 60px;
}

.environment-title {
    font-size: 32px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 30px;
}

.environment-list {
    list-style: none;
    margin-bottom: 30px;
}

.environment-list li {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    margin-bottom: 0px;
    padding-left: 15px;
    position: relative;
}

.environment-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
}

.environment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.environment-icon {
    width: 100px;
    height: auto;
}

.environment-img {
    width: 100%;
    height: 211px;
    object-fit: cover;
}

/* Dyeing Section */
.dyeing-section {
    display: flex;
    gap: 40px;
    padding-bottom: 100px;
}
.dyeing-image {
    position: absolute;
    left: 0;
    width: 48%;
    z-index: 100;
    margin-top: 60px;
}

.dyeing-img {
    width: 100%;
    height: 221px;
    object-fit: cover;
}

.dyeing-content {
    position: absolute;
    right: 0;
    width: 65%;
    background-color: white;
    padding: 60px 8% 40px 20%;
}

.dyeing-title {
    font-size: 32px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 30px;
}

.dyeing-list {
    list-style: none;
    margin-bottom: 30px;
}

.dyeing-list li {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 0px;
    padding-left: 15px;
    position: relative;
}

/* .dyeing-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
} */

.dyeing-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dyeing-icon {
    width: 100px;
    height: auto;
}

/* Goals Section */
.goal {
    background: #fff;
    padding: 20px 0 50px;
}
.goals-section {
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.goal-card {
    padding: 35px 35px 10px;
}

.goal-title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #707070;
    margin-bottom: 30px;
}

.goal-description {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
}

/* SDGs Logo */
.sdgs-logo {
    text-align: center;
    margin-top: 60px;
}

.sdgs-img {
    width: 100px;
    max-width: 100%;
    height: auto;
    margin: 10px;
}



/* Responsive Design */
/* @media (min-width: 1600px) {
    .environment-content {
        padding: 60px 20px 40px 180px;
    }
    .environment-img {
        width: 800px;
        height: 230px;
        margin-top: 45px;
    }
    .dyeing-content {
        padding: 60px 20px 40px 180px;
    }
    .dyeing-img {
        width: 800px;
        height: 230px;
        margin-top: 45px;
    }
} */

@media (max-width: 1200px) {
    .story-item {
        gap: 40px;
    }
    
    .sustainability-cards {
        grid-template-columns: 1fr;
    }
    
    .environment-section {
        grid-template-columns: 1fr;
    }
    
    .dyeing-section {
        grid-template-columns: 1fr;
    }
    
    .goals-section {
        grid-template-columns: 1fr;
    }
    
    .timeline-item {
        grid-template-columns: 180px 1fr 320px;
        gap: 30px;
    }
    .timeline-item::before {
        width: 65px;
    }
}

@media (max-width: 1200px) {
    .timeline-item {
        grid-template-columns: 140px 1fr 290px;
    }
    .timeline-item-1 {
        grid-template-columns: 130px 1fr 330px;
    }
    .dyeing-content {
        padding: 60px 2% 40px 17%;
    }
    .esg-card {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 60px 0 30px;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-story {
        padding: 120px 0 30px;
    }
    .story-item {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .story-item.reverse {
        direction: ltr;
    }
    .story-text {
        text-align: center;
    }
    .story-line {
        margin: 10px auto 30px;
    }
    .vision-section {
        padding: 0;
    }
    .vision-title {
        font-size: 32px;
    }
    
    .vision-highlight {
        font-size: 48px;
    }
    
    .vision-description {
        font-size: 16px;
        line-height: 32px;
    }
    .history-section {
        padding: 80px 0;
    }
    .history-title {
        font-size: 32px;
    }
    .history-header h3 {
        font-size: 34px;
        margin: 30px 10px;
    }
    
    .timeline-item {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-left: 0;
        text-align: center;
    }
    .timeline-item-1 {
        grid-template-columns: none;
    }
    
    .timeline-line {
        display: none;
    }
    
    .timeline-item::before {
        display: none;
    }
    
    .timeline-year {
        text-align: center;
        font-size: 52px;
    }
    
    .timeline-content {
        line-height: 24px;
        text-align: center;
    }
    .timeline-img {
        width: 85%;
        height: 210px;
    }
    .timeline-item-2020 {
        grid-template-columns: none;
    }
    .timeline-img-3 {
        width: 85%;
        position:relative;
        top: 0;
    }
    .timeline-img-4 {
        width: 34%;
    }
    .next span {
        display: block;
    }
    .sustainability-section {
        padding: 50px 10px;
    }
    .sustainability-title {
        font-size: 40px;
    }
    
    .sustainability-intro {
        font-size: 18px;
        line-height: 32px;
    }
    
    .card-title {
        font-size: 28px;
    }
    
    .card-description {
        font-size: 14px;
        line-height: 28px;
    }
    .esg-card {
        width: 80%;
        margin: 34em auto 10px;
    }
    .esg-title {
        font-size: 28px;
    }
    .esg-description {
        line-height: 28px;
        text-align: left;
    }
    
    .environment-section {
        padding-bottom: 80px;
    }
    .environment-content {
        padding: 60px 15% 40px 6%;
    }
    .environment-title {
        font-size: 28px;
    }
    .environment-list li {
        font-size: 14px;
        line-height: 28px;
    }
    .dyeing-title {
        font-size: 28px;
    }
    .dyeing-list li {
        font-size: 14px;
        line-height: 28px;
    }
    
    .goal-title {
        font-size: 28px;
    }
    
    .goal-description {
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .wrapper {
        padding: 0;
    }
    .hero {
        padding: 40px 0 20px;
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 14px;
    }
    .hero-sec-title {
        font-size: 35px;
    }
    .story-section {
        padding: 0;
    }
    .story-content {
        padding: 0 0 5px;
    }
    .story-item.reverse .story-img {
        width: 100%;
        height: auto;
    }
    .story-title {
        font-size: 26px;
    }
    .story-description {
        line-height: 28px;
        text-align: left;
    }
    
    .vision-section {
        padding: 0 0 50px;
    }
    .vision-sec-content {
        padding: 0;
    }
    .vision-title {
        font-size: 22px;
    }
    .vision-highlight {
        font-size: 40px;
    }
    .vision-description {
        line-height: 28px;
    }
    
    .history-section {
        padding: 60px 0;
    }
    .history-header h3 {
        font-size: 28px;
        margin: 30px 0px;
    }
    .history-title {
        font-size: 28px;
    }
    .history-timeline {
        padding: 0;
    }
    .timeline-year {
        font-size: 48px;
    }
    .timeline-content {
        line-height: 20px;
        text-align: left;
    }
    .timeline-img {
        width: 100%;
        height: 120px;
    }
    .timeline-img-2 {
        width: 60%;
        left: 17%;
        position: relative;
    }
    .timeline-img-4 {
        width: 60%;
        left: 17%;
        position: relative;
    }
    .timeline-img-1716 {
        width: 100%;
        height: auto;
    }
    .timeline-item-1 {
        gap: 0;
    }
    .timeline-item-2020 {
        margin-bottom: 10px;
        gap: 0;
    }
    .timeline-item-2020 img {
        margin: 10px;
    }
    .next {
        font-size: 23px;
        margin-top: 40px;
    }
    .next span {
        padding: 0;
    }
    .sustainability-header {
        margin: 50px 0;
    }
    .sustainability-section {
        padding: 10px 0;
    }
    .sustainability-hero {
        margin: 0 auto 50px;
        padding: 0;
    }
    .sustainability-title {
        font-size: 32px;
    }
    .sustainability-intro {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px;
    }
    .sustainability-card {
        padding: 20px;
    }
    .sustainability-cards {
        padding: 0;
        margin: 0 auto 40px;
    }
    .card-title {
        font-size: 24px;
    }
    .card-description {
        line-height: 24px;
    }
    .esg-card {
        width: 90%;
        margin: 20px auto 10px;
        padding: 40px 20px 20px;
    }
    .esg-title {
        font-size: 24px;
    }
    .esg-description {
        line-height: 27px;
        text-align: left;
    }
    .environment-section {
        flex-direction: column-reverse;
        gap: 0;
        padding: 30px 0;
    }
    .environment-content {
        width: 90%;
        margin: -10px auto 0;
        padding: 30px 20px;
    }
    .environment-title {
        font-size: 24px;
    }
    .environment-list li {
        line-height: 24px;
    }
    .environment-image {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .environment-img {
        height: 150px;
        margin-top: 0;
    }
    .environment-icon {
        width: 30%;
    }
    .dyeing-section {
        flex-direction: column;
        padding: 30px 0;
        gap: 0;
    }
    .dyeing-content {
        position: relative;
        width: 90%;
        margin: -10px auto 0;
        padding: 30px 20px;
    }
    .dyeing-title {
        font-size: 24px;
    }
    .dyeing-list li {
        line-height: 24px;
    }
    .dyeing-image {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .dyeing-img {
        height: 150px;
    }
    .dyeing-icon {
        width: 30%;
    }
    .goal-card {
        padding: 0px;
    }
    .goal-title {
        font-size: 24px;
    }
    .goal-description {
        line-height: 32px;
    }
    .sdgs-img {
        width: 30%;
    }
}


