

/* ── Text box objects (Header and Body) section ── */
.text-box-section-content {
    max-width: 50vw;
    margin: auto;   
    padding: 40px 5%;
    position: relative;
    z-index: 10;

}

.text-box-section-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 500;
    color: #215a6b;
    margin-bottom: 24px;
    margin-top: -15vw;
}

.text-box-section-content-p {
    font-family: 'Lora', serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #374151;
    max-width: 750px;
    text-align: left;
    text-align: right;
    margin-bottom: 300px;
    margin-left: 500px;

}

/* --------------------------------------------- */

/* ── Wave 2 (Upwards left to right) No dandellions ── */
.wave-two-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/wave2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: calc(100vw * 1642 / 1920);
    z-index: 0;
    margin-top: -300px;
}

.wave-two-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
    padding-top: 35vh; /* pushes content down onto the wave */
    z-index: 0;
}

.wave-two-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 500;
    color: #215a6b;
    margin-bottom: 24px;
    z-index: 0;
}

.wave-two-content p {
    font-family: 'Lora', serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #374151;
    max-width: 750px;
    text-align: left;
    z-index: 0;
}

.thin-background-wave {
    width: 100%;
    height: 500px;
    background-image: url('/static/images/lrt_wave3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    flex-shrink: 0;
}

/* --------------------------------------------- */

.milwaka-ethics-principles-section {
    width: 100vw;
    position: relative;
    background-image: url('/static/images/ethics.svg');
    background-repeat: no-repeat;
    min-height: 200px;
    overflow: hidden;
    transform: scale(0.8);
    }

.milwaka-security-principles-section {
    width: 100vw;
    position: relative;
    background-image: url('/static/images/security.svg');
    background-repeat: no-repeat;
    min-height: 600px;
    overflow: hidden;
    transform: scale(0.8);
}

.milwaka-transparency-principles-section {
    width: 100vw;
    position: relative;
    background-image: url('/static/images/transparency.svg');
    background-repeat: no-repeat;
    min-height: 200px;
    overflow: hidden;
    transform: scale(0.8);
}

/* ── Wave 2 Milwaka "Why" section ── */
.wave-safety-principles-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/lrt_wave1.svg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-lrt-does-structure-section {
    padding: 4rem 2rem;
    font-family: sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.what-lrt-does-structure-container {
    max-width: 650px;
    flex: 1;
    margin-left: 5%;
    position: relative;
    z-index: 2;
}

/* Main Title */
.section-title {
    text-align: center;   /* Centered like the design */
    color: #1F434D;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 3.5rem;
    padding-left: 0;      /* Remove the old offset */
}

.structure-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.structure-item {
    margin-bottom: 2rem;
}

.item-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;            /* Space between bullet and heading */
    margin-bottom: 0.5rem;
}

.bullet-point {
    flex-shrink: 0;       /* Stops it squishing */
    width: 14px;
    height: 14px;
    background-color: #1F434D;
    border-radius: 50%;
}

.item-heading {
    color: #1F434D;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 0;           /* Remove old left padding — gap handles spacing now */
}

.item-content p {
    font-family: 'Lora', serif;
    color: #2A505A;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 30px;   /* Indent body text to align under heading */
}

/* Image sits to the right naturally via flexbox */
.feature-image {
    flex-shrink: 0;
    width: 45%;
    z-index: 1;
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;  /* Match the organic rounded look in your design */
}
.approach-wave-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/wave1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: calc(100vw * 1642 / 1920);
    z-index: 0;
    margin-top: -300px;
}

.approach-wave-content {
    position: relative;
    width: 100%;
    min-height: inherit;
}

.approach-main-title {
    position: absolute;
    top: 20%;
    left: 3%;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 500;
    color: #1F434D;
    margin: 0;
}

.approach-item {
    position: absolute;
    max-width: 320px;
}

.approach-item h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1F434D;
    margin: 0 0 0.75rem 0;
    text-align: center;
}

.approach-item p {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #2A505A;
    margin: 0;
    text-align: center;
}

.approach-left {
    top: 36%;
    left: 20%;
}

.approach-right {
    top: 36%;
    right: 20%;
    text-align: center;
}


.wave-three-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/wave3.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: calc(100vw * 1642 / 1920);
    z-index: 0;
    margin-top: -300px;
}

.values-wave-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/wave2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: calc(100vw * 1642 / 1920);
    z-index: 0;
    margin-top: -300px;
}

.values-wave-content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.values-main-title {
    position: absolute;
    top: 20%;
    left: 15%;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 500;
    color: #1F434D;
    margin: 0;
}

.value-item {
    position: absolute;
    max-width: 280px;
}

.value-item h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #1F434D;
    margin: 0 0 0.75rem 0;
    text-align: center;
}

.value-item p {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #2A505A;
    margin: 0;
}

.value-tuhonotanga {
    top: 18%;
    right: 4%;
    text-align: center;
}

.value-maramatanga {
    top: 40%;
    left: 28%;
    text-align: center;
}

.value-maia {
    top: 34%;
    right: 25%;
    text-align: center;
}

.value-aroha {
    top: 60%;
    left: 8%;
    text-align: center;
}

.what-lrt-does-section {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 10rem 2rem;
    position: relative;
    margin-top: -500px;
}

.what-lrt-does-container {
    flex: 1;
    max-width: 550px;
    margin-left: 5%;
}

.what-lrt-does-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    color: #1F434D;
    margin: 0 0 2.5rem 0;
}

.what-lrt-does-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.what-lrt-does-item {
    margin-bottom: 2.5rem;
}

.item-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.bullet-point {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-color: #1F434D;
    border-radius: 50%;
}

.item-heading {
    font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #1F434D;
    margin: 0;
    padding: 0;
}

.item-content p {
    font-family: 'Lora', serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #2A505A;
    margin: 0;
    padding-left: 34px; /* aligns under the heading text, past the bullet */
}

/* Image on the right */
.what-lrt-does-image {
    flex-shrink: 0;
    width: 42%;
    max-width: 520px;
}

.what-lrt-does-image img,
.rounded-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 40% 40% 40% 40% / 30% 30% 50% 50%; /* organic blob shape */
    object-fit: cover;
}