

.hero {
    min-height: calc(100vh - 94px);
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #09251f;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(2,30,26,.99) 0%,
    rgba(2,30,26,.95) 25%,
    rgba(2,30,26,.70) 45%,
    rgba(2,30,26,.20) 65%,
    rgba(2,30,26,.02) 85%,
    rgba(2,30,26,0) 100%
);
}

/* HERO CONTENT */

.hero-content {
    position: relative;
    z-index: 2;
    width: min(610px,45vw);
    margin-left: 4.3vw;
    padding-top: 85px;
    color: #fff;
}

.eyebrow {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 23px;
}

h1 {
    font-size: 56px;
    line-height: .96;
    letter-spacing: -2px;
    margin: 0 0 27px;
    font-weight: 800;
}

.intro {
    font-size: 20px;
    line-height: 1.45;
    max-width: 575px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.94);
}

.products {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 31px;
    max-width: 570px;
}

.buttons {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.btn {
    min-width: 220px;
    height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(0,0,0,.08);
    transition: .3s;
}

.btn:hover {
    background: rgba(255,255,255,.12);
}

.btn-primary {
    background: #7DBF83;
    border-color: #7DBF83;
}

.btn-primary:hover {
    background: #00806c;
}

.download-icon {
    width: 20px;
    height: 22px;
    position: relative;
    display: inline-block;
}

.download-arrow {
    position: absolute;
    width: 2px;
    height: 12px;
    background: #fff;
    left: 9px;
    top: 0;
}

.download-arrow::before,
.download-arrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #fff;
    bottom: -1px;
}

.download-arrow::before {
    left: -6px;
    transform: rotate(45deg);
}

.download-arrow::after {
    right: -6px;
    transform: rotate(-45deg);
}

.download-line {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    left: 1px;
    bottom: 3px;
}

.download-line::before,
.download-line::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    background: #fff;
    top: -5px;
}

.download-line::before {
    left: 0;
}

.download-line::after {
    right: 0;
}

/* SCROLL INDICATOR */

.scroll {
    position: absolute;
    left: 4.3vw;
    bottom: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 21px;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.scroll-circle {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

/* WATCH OUR STORY */

.watch {
    position: absolute;
    right: 27%;
    top: 78%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255,255,255,.92);
    font-weight: 700;
    font-size: 17px;
}

.play {
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00715e;
    font-size: 25px;
    padding-left: 4px;
}

/* RIGHT SIDE TEXT */

.side-wordmark {
    position: absolute;
    right: 4.2vw;
    bottom: 60px;
    z-index: 3;
    color: rgba(255,255,255,.9);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: .5px;
    text-align: right;
}

/* STATS BAR */

/* STATS BAR */

.stats-bar {
    width: 100%;
    min-height: 145px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    padding: 0 4.3vw;
    overflow: hidden;
}

.stat-item {
    min-width: 0;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 25px;
    border-right: 2px solid #e1e5e4;
}

.stat-item:last-child {
    border-right: none;
}

.stat-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.stat-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-title {
    color: #172522;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.stat-subtitle {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1.2;
    white-space: nowrap;
}

/* ABOUT SECTION */

.about-section {
    width: 100%;
    background: #fff;
    padding: 0 4.3vw 35px
}

.about-top {
    display: grid;
    grid-template-columns: 39% 37% 26%;
    gap: 0;
    align-items: stretch;
}

.about-image-left {
    height: 420px;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
}

.about-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-content {
    padding: 0px 55px 25px 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-eyebrow {
    color: #7DBF83;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.about-title {
    color: #172522;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-description {
    color: #333333;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-btn {
    width: fit-content;
    min-width: 230px;
    height: 54px;
    padding: 0 25px;
    background: #7DBF83;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 15px;
    font-weight: 700;
    transition: .3s;
}

.about-btn:hover {
    background: #004c40;
}

.about-image-right {
    height: 595px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}

.about-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-slideshow {
    position: relative;
    width: 100%;
    height: 89%;
    overflow: hidden;
}

.about-slideshow::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 45%,
        rgba(0,40,34,.75) 100%
    );
    z-index: 1;
}

.about-slideshow .slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.about-slideshow .slide.active {
    opacity: 1;
}

.about-video-content {
    position: absolute;
    left: 28px;
    bottom: 35px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
}

.about-play {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding-left: 3px;
}

.about-video-text {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 2px;
}

.about-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.about-feature {
    padding: 10px 15px;
    display: block;
    grid-template-columns: 55px 1fr;
    align-items: start;
    gap: 22px;
    border-right:none;
}

.about-feature:first-child {
    padding-left: 0;
}

.about-feature:last-child {
    border-right: none;
}

.about-feature-icon {
    width: 55px;
    height: 55px;
    border: 1px solid #e1e5e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-feature-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.about-feature-text {
    display: flex;
    flex-direction: column;
}

.about-feature-title {
    color: #172522;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    white-space: nowrap;
}

.about-feature-description {
    color: #333333;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}

.about-products-heading {
    margin-top: 70px;
    color: #006e5c;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}

.about-image-left {
    height: 445px;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.about-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yarn-overlay-text {
    position: absolute;
    left: 32px;
    bottom: 28px;
    z-index: 2;

    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.7;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.yarn-overlay-text span {
    font-weight: 700;
}

/* ================= OUR PRODUCTS ================= */

.products-section {
    width: 100%;
    padding: 5px 4.3vw 45px;
    background: #fff;
}

.product-title {
    color: #172522;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* PRODUCTS HEADER */

.products-header {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr auto;
    align-items: center;
    column-gap: 60px;
    margin-bottom: 28px;
}

.products-eyebrow {
    color: #7DBF83;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.products-heading h2 {
    color: #172522;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 800;
    margin-bottom: 20px;
}

.products-intro {
    display: flex;
    align-items: flex-start;
    padding: 0;
    max-width: 620px;
}

.products-intro p {
    color: #333333;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 500;
    margin: 0;
}

.view-range {
    width: fit-content;
    min-width: 230px;
    height: 54px;
    padding: 0 25px;

    background: #7DBF83;
    color: #fff;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    font-size: 15px;
    font-weight: 700;

    border: none;
    text-decoration: none;

    transition: .3s;
}

.view-range:hover {
    background: #004c40;
}

.view-range span {
    font-size: 23px;
    line-height: 0;
}

/* PRODUCT GRID */

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* PRODUCT CARD */

.product-card {
    border: 1px solid #e1e5e4;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: transform .3s ease, box-shadow .3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,.07);
}

/* PRODUCT IMAGE */

.product-image {
    width: 100%;
    height: 202px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.04);
}

/* PRODUCT CONTENT */

.product-content {
    padding: 23px 27px 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-content h3 {
    color: #102722;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 8px;
}

.product-tagline {
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 17px;
}

/* PRODUCT LIST */

.product-content ul {
    padding: 0;
    margin: 0 0 25px 20px;
    color: #333333;
}

.product-content li {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 3px;
}

.product-content li::marker {
    color: #17322e;
    font-size: 9px;
}

/* EXPLORE PRODUCT */

.product-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #17322e;
    font-size: 14px;
    font-weight: 700;
    width: fit-content;
}

.product-link span {
    font-size: 21px;
    line-height: 0;
    transition: transform .25s ease;
}

.product-link:hover span {
    transform: translateX(5px);
}

/* ================= SUSTAINABILITY SECTION ================= */

.sustainability-section {
    width: 100%;
    height: 550px;

    display: grid;
    grid-template-columns: 51% 27% 22%;

    background: #fff;
    overflow: hidden;
}

/* ================= LEFT PANEL ================= */

.sustainability-main {
    position: relative;
    height: 550px;
    overflow: hidden;
}

.sustainability-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}

.sustainability-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 35, 29, .94) 0%,
        rgba(0, 35, 29, .82) 45%,
        rgba(0, 35, 29, .45) 75%,
        rgba(0, 35, 29, .20) 100%
    );
}

.sustainability-content {
    position: relative;
    z-index: 2;

    width: 620px;
    max-width: 75%;

    padding-left: 4.3vw;
    padding-top: 62px;

    color: #fff;
}

.sustainability-eyebrow {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;

    margin-bottom: 20px;
}

.sustainability-content h2 {
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 800;

    margin: 0 0 20px;
}

.sustainability-content p {
    max-width: 610px;

    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;

    color: rgba(255,255,255,.90);

    margin: 0 0 25px;
}

/* ================= SUSTAINABILITY BUTTON ================= */

.sustainability-btn {
    width: fit-content;
    min-width: 230px;
    height: 54px;
    padding: 0 25px;
    background: #7DBF83;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    text-decoration: none;
    transition: .3s;
}

.sustainability-btn:hover {
    background: #004c40;
}

/* ================= CERTIFICATIONS ================= */

.certifications-panel {
    height: 550px;

    background: #fff;

    padding: 62px 45px 0;
}

.certifications-eyebrow {
    color: #333333;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 1.8px;

    margin-bottom: 25px;
}

.certification-list {
    width: 100%;
}

.certification-item {
    min-height: 140px;

    display: flex;
    align-items: center;

    gap: 25px;

    border-bottom: 1px solid #e1e5e4;
}

.certification-item:last-child {
    border-bottom: none;
}

.certification-icon {
    width: 75px;
    height: 75px;

    flex: 0 0 70px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-icon img {
    width: 60px;
    height: 60px;

    object-fit: contain;
}

.certification-text {
    min-width: 0;
}

.certification-text h3 {
    color: #17322e;

    font-size: 17px;
    font-weight: 700;

    margin: 0 0 7px;
}

.certification-text p {
    color: #333333;

    font-size: 13px;
    line-height: 1.4;

    font-weight: 500;

    margin: 0;
}

/* ================= CLOSING PANEL ================= */

.closing-panel {
    position: relative;

    height: 550px;

    overflow: hidden;
}

.closing-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}

.closing-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 35, 29, .68),
        rgba(0, 35, 29, .35)
    );
}

.closing-content {
    position: relative;
    z-index: 2;

    height: 100%;

    padding: 105px 45px 45px;

    color: #fff;

    display: flex;
    flex-direction: column;
}

.closing-content h2 {
    font-size: 27px;
    line-height: 1.45;

    letter-spacing: .5px;

    font-weight: 500;

    margin: 0;
}

.closing-line {
    width: 42px;
    height: 2px;

    background: #fff;

    margin-top: 45px;
}

.closing-bottom {
    margin-top: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.closing-text {
    font-size: 11px;
    line-height: 1.5;

    letter-spacing: 1.5px;

    font-weight: 800;
}

.closing-arrow {
    width: 58px;
    height: 58px;

    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;

    flex-shrink: 0;
}

/* ================= MANUFACTURING SECTION ================= */

.manufacturing-section {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    min-height: 500px;
    padding-top: 45px;
}

/* LEFT IMAGE */

.manufacturing-image {
    position: relative;
    height: 460px;
    overflow: hidden;
}

.manufacturing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* PLAY BUTTON */

.manufacturing-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 68px;
    height: 68px;

    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #006e5c;
    font-size: 24px;

    padding-left: 4px;

    box-shadow: 0 4px 15px rgba(0,0,0,.12);
}

/* IMAGE CAPTION */

.manufacturing-caption {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);

    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;

    white-space: nowrap;

    text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

/* RIGHT CONTENT */

.manufacturing-content {
    position: relative;

    padding: 5px 5vw 45px 3.5vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* NAVIGATION */

.manufacturing-nav {
    position: absolute;
    top: 38px;
    right: 3.5vw;

    display: flex;
    gap: 10px;
}

.manufacturing-nav button {
    width: 42px;
    height: 42px;

    background: #fff;
    border: 1px solid #e1e5e4;
    border-radius: 4px;

    color: #17322e;
    font-size: 25px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .25s;
}

.manufacturing-nav button:hover {
    background: #7DBF83;
    color: #fff;
    border-color: #7DBF83;
}

/* EYEBROW */

.manufacturing-eyebrow {
    color: #7DBF83;

    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;

    margin-bottom: 17px;
}

/* HEADING */

.manufacturing-content h2 {
    color: #172522;

    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -1.8px;

    font-weight: 800;

    margin: 0 0 17px;
}

/* DESCRIPTION */

.manufacturing-description {
    max-width: 700px;

    color: #333333;

    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;

    margin: 0 0 25px;
}

/* FEATURES */

.manufacturing-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 35px;
    margin-bottom: 25px;
}

.manufacturing-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.manufacturing-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.manufacturing-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.manufacturing-feature strong {
    display: block;
    color: #172522;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.manufacturing-feature span {
    display: block;
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
    white-space: nowrap;
}

/* BUTTON */

.manufacturing-btn {
    width: fit-content;
    min-width: 300px;
    height: 54px;

    padding: 0 25px;

    background: #7DBF83;
    color: #fff;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 18px;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    transition: .3s;
}

.manufacturing-btn:hover {
    background: #004c40;
}

.manufacturing-btn span {
    font-size: 23px;
    line-height: 0;
}

/* ================= WHY CHOOSE HAMI ================= */

.why-hami-section {
    width: 100%;
    min-height: 315px;

    position: relative;
    overflow: hidden;

    background:
        url("../images/yarn2.png")
        center center / cover no-repeat;

    color: #fff;
}

/* DARK GREEN OVERLAY */

.why-hami-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 58, 48, 0.90);

    z-index: 0;
}

/* CONTENT */

.why-hami-content {
    position: relative;
    z-index: 1;

    width: 100%;

    padding: 30px 4.3vw 35px;
}

/* HEADER */

.why-hami-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}

/* EYEBROW */

.why-hami-eyebrow {
    color: #fff;
    font-size: 15px;
    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 14px;
}

/* HEADING */

.why-hami-header h2 {
    margin: 0;

    color: #fff;

    font-size: 36px;
    line-height: 1.12;

    letter-spacing: -1.2px;

    font-weight: 800;
}

/* NAVIGATION */

.why-hami-nav {
    display: flex;
    gap: 10px;

    margin-top: 20px;
}

.why-hami-nav button {
    width: 43px;
    height: 43px;

    border: 1px solid rgba(255,255,255,.45);
    border-radius: 4px;

    background: rgba(255,255,255,.05);

    color: #fff;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .25s;
}

.why-hami-nav button:hover {
    background: #7DBF83;
    border-color: #7DBF83;
}

/* FEATURES */

.why-hami-features {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    align-items: stretch;
}

/* FEATURE */

.why-hami-feature {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    padding: 8px 28px;

    border-right: none;

    min-width: 0;
}

.why-hami-feature:first-child {
    padding-left: 10px;
}

.why-hami-feature:last-child {
    border-right: none;
}

/* ICON */

.why-hami-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.why-hami-icon img {
    width: 44px;
    height: 44px;

    object-fit: contain;

    filter: brightness(0) invert(1);
}

/* TEXT */

.why-hami-text {
    min-width: 0;
}

.why-hami-text h3 {
    color: #fff;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.25;

    margin: 2.5px 0 5px;

    white-space: nowrap;
}

.why-hami-text p {
    color: rgba(255,255,255,.78);

    font-size: 10px;
    font-weight: 500;

    line-height: 1.55;

    margin: 0;
}

/* =====================================================
   FOOTER
===================================================== */

/* =====================================================
   FOOTER CTA
===================================================== */

.footer-cta {
    width: 100%;
    min-height: 220px;

    position: relative;
    overflow: hidden;

    background-image: url("../images/yarn.png");
    background-size: cover;
    background-position: center 48%;

    color: #fff;
}

.footer-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 45, 39, .94) 0%,
            rgba(0, 45, 39, .88) 45%,
            rgba(0, 45, 39, .55) 100%
        );
}

.footer-cta-content {
    position: relative;
    z-index: 2;

    width: 100%;
    min-height: 220px;

    padding: 32px 4.3vw;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;
}

/* CTA TEXT */

.footer-eyebrow {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;

    margin-bottom: 14px;

    color: rgba(255,255,255,.85);
}

.footer-cta-text h2 {
    margin: 0;

    color: #fff;

    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -1px;

    font-weight: 700;
}

/* CTA BUTTONS */

.footer-cta-buttons {
    width: 300px;

    display: flex;
    flex-direction: column;

    gap: 25px;

    flex-shrink: 0;
}

.footer-btn {
    width: 100%;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    font-size: 15px;
    font-weight: 700;

    border-radius: 4px;

    transition: .3s;
}

.footer-btn span {
    font-size: 22px;
    line-height: 0;
}

/* WHITE BUTTON */

.footer-btn-light {
    background: #fff;
    color: #17322e;

    border: 1px solid #fff;
}

.footer-btn-light:hover {
    background: #7DBF83;
    border-color: #7DBF83;
    color: #fff;
}

/* WHATSAPP BUTTON */

.footer-btn-whatsapp {
    color: #fff;

    background: rgba(0, 75, 62, .65);

    border: 1px solid rgba(255,255,255,.55);
}

.footer-btn-whatsapp:hover {
    background: #7DBF83;
    border-color: #7DBF83;
}

.whatsapp-icon {
    width: 25px;
    height: 25px;

    border: 2px solid #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px !important;
}

/* =====================================================
   FOOTER MAIN
===================================================== */

/* COLUMNS */

/* BRAND */

/* FOOTER COLUMN */

/* QUICK LINKS */

/* LOCATIONS */

/* SOCIAL */

/* BROCHURE */

/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-legal {
    display: flex;
    align-items: center;

    gap: 15px;
}

.footer-legal a {
    color: #333333;

    font-size: 12px;
    font-weight: 500;

    transition: .2s;
}

.footer-legal a:hover {
    color: #17322e;
}

.footer-legal span {
    color: #c4ccca;
}

/* =====================================================
   BACK TO TOP
===================================================== */

.back-to-top {
    position: absolute;

    right: 2vw;
    bottom: 78px;

    width: 56px;
    height: 56px;

    border-radius: 50%;

    background: #006e5c;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    z-index: 5;

    transition: .3s;
        border: none;
    cursor: pointer ;
}

.back-to-top:hover {
    background: #7DBF83;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {
.footer-cta-content {
        padding: 35px 3vw;
    }
.footer-cta-text h2 {
        font-size: 30px;
    }
.footer-cta-buttons {
        width: 270px;
    }
.back-to-top {
        right: 20px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 800px) {
.footer-cta {
        min-height: auto;
    }
.footer-cta-content {
        min-height: auto;

        padding: 45px 22px;

        flex-direction: column;
        align-items: flex-start;

        gap: 30px;
    }
.footer-cta-text h2 {
        font-size: 29px;
        line-height: 1.2;
    }
.footer-cta-buttons {
        width: 100%;
    }
.footer-legal {
        gap: 10px;
    }
.back-to-top {
        width: 48px;
        height: 48px;

        right: 20px;
        bottom: 130px;
    }
}

/* ================= TABLET ================= */

@media (max-width: 1100px) {
.why-hami-content {
        padding: 30px 3vw 35px;
    }
.why-hami-header h2 {
        font-size: 32px;
    }
.why-hami-features {
        grid-template-columns:
            repeat(3, 1fr);
        gap: 20px 0;
    }
.why-hami-feature:nth-child(3) {
        border-right: none;
    }
.why-hami-feature {
        padding: 10px 20px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 800px) {
.why-hami-section {
        min-height: auto;
    }
.why-hami-content {
        padding: 45px 22px 45px;
    }
.why-hami-header {
        margin-bottom: 30px;
    }
.why-hami-eyebrow {
        font-size: 12px;
        letter-spacing: 1.5px;
    }
.why-hami-header h2 {
        font-size: 30px;
        line-height: 1.1;
    }
.why-hami-nav {
        margin-top: 0;
    }
.why-hami-nav button {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }
.why-hami-features {
        grid-template-columns: 1fr;
    }
.why-hami-feature,
.why-hami-feature:first-child {
        padding: 18px 0;

        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
.why-hami-feature:last-child {
        border-bottom: none;
    }
.why-hami-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
.why-hami-text h3 {
        font-size: 14px;
        margin-bottom: 8px;
        white-space: normal;
    }
.why-hami-text p {
        font-size: 12px;
    }
}

/* ================= TABLET ================= */

@media (max-width: 1100px) {
.manufacturing-section {
        grid-template-columns: 50% 50%;
    }
.manufacturing-image {
        height: 480px;
    }
.manufacturing-content {
        padding: 40px 30px;
    }
.manufacturing-content h2 {
        font-size: 34px;
    }
.manufacturing-description {
        font-size: 13px;
    }
.manufacturing-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
.manufacturing-btn {
        min-width: 270px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 800px) {
.manufacturing-section {
        display: flex;
        flex-direction: column;
    }
.manufacturing-image {
        height: 350px;
        order: 1;
    }
.manufacturing-content {
        order: 2;
        padding: 45px 22px 55px;
    }
.manufacturing-nav {
        top: 25px;
        right: 22px;
    }
.manufacturing-eyebrow {
        font-size: 13px;
        margin-bottom: 14px;
    }
.manufacturing-content h2 {
        font-size: 32px;
        line-height: 1.1;
        padding-right: 80px;
    }
.manufacturing-description {
        font-size: 14px;
        line-height: 1.7;
    }
.manufacturing-features {
        grid-template-columns: 1fr 1fr;
        gap: 20px 10px;
    }
.manufacturing-feature {
        gap: 8px;
    }
.manufacturing-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }
.manufacturing-icon img {
        width: 36px;
        height: 36px;
    }
.manufacturing-feature strong {
        font-size: 12px;
    }
.manufacturing-feature span {
        font-size: 10px;
        white-space: normal;
    }
.manufacturing-btn {
        width: 100%;
        min-width: 0;
    }
}

/* ================= TABLET ================= */

@media (max-width: 1100px) {
.products-section {
        padding: 60px 3vw 35px;
    }
.products-header {
        grid-template-columns: 1.2fr 1fr;
        gap: 25px;
    }
.products-heading h2 {
        font-size: 40px;
    }
.view-range {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }
.products-intro {
        grid-column: 1 / 3;
        grid-row: 2;
        max-width: 650px;
    }
.products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
.product-image {
        height: 230px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 800px) {
.products-section {
        padding: 50px 22px 60px;
    }
.products-header {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 30px;
    }
.products-eyebrow {
        font-size: 13px;
        margin-bottom: 13px;
    }
.products-heading h2 {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -1px;
    }
.products-intro {
        padding: 0;
    }
.products-intro p {
        font-size: 13px;
    }
.view-range {
        align-self: flex-start;
        padding-top: 0;
    }
.products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
.product-image {
        height: 250px;
    }
.product-content {
        padding: 22px;
    }
.product-content h3 {
        font-size: 19px;
    }
}

/* TABLET */

@media (max-width: 1100px) {
.about-section {
        padding: 55px 3vw 65px;
    }
.about-top {
        grid-template-columns: 40% 38% 24%;
    }
.about-content {
        padding: 20px 30px;
    }
.about-title {
        font-size: 32px;
    }
.about-description {
        font-size: 13px;
    }
.about-features {
        width: 78%;
    }
.about-feature {
        padding: 10px 18px;
        gap: 12px;
    }
.about-feature-icon {
        width: 55px;
        height: 55px;
    }
.about-feature-icon img {
        width: 30px;
        height: 30px;
    }
.about-feature-title {
        font-size: 13px;
    }
.about-feature-description {
        font-size: 11px;
    }
}

/* MOBILE */

@media (max-width: 800px) {
.about-section {
        padding: 45px 22px 55px;
    }
.about-top {
        display: flex;
        flex-direction: column;
    }
.about-image-left {
        height: 300px;
        border-radius: 6px;
        order: 1;
    }
.about-content {
        padding: 40px 0;
        order: 2;
    }
.about-eyebrow {
        font-size: 13px;
        margin-bottom: 14px;
    }
.about-title {
        font-size: 32px;
        line-height: 1.1;
    }
.about-description {
        font-size: 14px;
    }
.about-btn {
        width: 100%;
    }
.about-image-right {
        height: 400px;
        border-radius: 6px;
        order: 3;
    }
.about-features {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
.about-feature {
        min-height: 95px;
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid #e1e5e4;
    }
.about-feature:first-child {
        padding-left: 0;
    }
.about-feature:last-child {
        border-bottom: none;
    }
.about-feature-title {
        white-space: normal;
    }
.about-products-heading {
        margin-top: 40px;
    }
}

/* TABLET */

@media (max-width: 1100px) {
.stats-bar {
        padding: 0 2vw;
    }
.stat-item {
        gap: 12px;
        padding: 0 15px;
    }
.stat-icon {
        width: 40px;
        font-size: 35px;
    }
.stat-title {
        font-size: 16px;
    }
.stat-subtitle {
        font-size: 12px;
    }
}

/* MOBILE */

@media (max-width: 800px) {
.stats-bar {
        grid-template-columns: 1fr 1fr;
        padding: 25px 20px;
        gap: 0;
    }
.stat-item {
        min-height: 90px;
        justify-content: flex-start;
        padding: 15px;
    }
.stat-item:nth-child(2) {
        border-right: none;
    }
.stat-item:nth-child(3) {
        border-top: 1px solid #e1e5e4;
    }
.stat-item:nth-child(4) {
        border-top: 1px solid #e1e5e4;
        border-right: none;
    }
.stat-item:nth-child(5) {
        grid-column: 1 / 3;
        border-top: 1px solid #e1e5e4;
        border-right: none;
        justify-content: center;
    }
.stat-icon {
        width: 35px;
        font-size: 32px;
    }
.stat-title {
        font-size: 15px;
    }
.stat-subtitle {
        font-size: 11px;
    }
}

/* TABLET */

/* MOBILE */

@media (max-width:800px) {
.hero {
        min-height: calc(100vh - 76px);
    }
.hero-content {
        width: auto;
        margin: 0;
        padding: 55px 25px 120px;
    }
.hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(2,30,26,.99),
        rgba(2,30,26,.90)
    );
}
.eyebrow {
        font-size: 13px;
    }
h1 {
        font-size: 56px;
    }
.intro {
        font-size: 17px;
    }
.products {
        font-size: 14px;
    }
.btn {
        width: 100%;
        min-width: 0;
        height: 58px;
    }
.watch {
        display: none;
    }
.side-wordmark {
        right: 25px;
        bottom: 35px;
        font-size: 14px;
    }
.scroll {
        display: none;
    }
}

/* =========================================================
   FINAL RESPONSIVE OVERRIDES
   Desktop design/content preserved.
   Tablet + mobile layout corrections only.
   ========================================================= */

/* MOBILE/TABLET DRAWER HEADER */



















/* TABLET */

@media (max-width: 1100px) {
.hero-content {
        width: min(610px, 62vw);
        padding-top: 65px;
    }
.hero h1 {
        font-size: clamp(46px, 5.2vw, 62px);
    }
.hero .intro {
        font-size: 18px;
    }
.side-wordmark {
        right: 3vw;
        font-size: 16px;
    }
.watch {
        right: 8%;
    }
.about-section,
.products-section {
        padding-left: 3vw;
        padding-right: 3vw;
    }
.about-top {
        grid-template-columns: 36% 39% 25%;
    }
.about-content {
        padding-left: 28px;
        padding-right: 28px;
    }
.about-title,
.products-heading h2 {
        font-size: 30px;
    }
.about-features {
        width: 82%;
    }
.products-header {
        grid-template-columns: 1.2fr 1fr;
        column-gap: 30px;
    }
.products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.product-image {
        height: 220px;
    }
.sustainability-section {
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr 1fr;
    }
.sustainability-main,
.certifications-panel,
.closing-panel {
        height: 520px;
    }
.sustainability-content {
        width: auto;
        max-width: none;
        padding: 55px 4vw;
    }
.sustainability-content h2 {
        font-size: 38px;
    }
.certifications-panel {
        padding: 50px 30px 0;
    }
.closing-panel {
        grid-column: 1 / -1;
    }
.manufacturing-section {
        grid-template-columns: 48% 52%;
        min-height: 0;
    }
.manufacturing-image {
        height: 500px;
    }
.manufacturing-content {
        padding: 45px 4vw;
    }
.manufacturing-content h2 {
        font-size: 36px;
    }
.manufacturing-feature strong,
.manufacturing-feature span {
        white-space: normal;
    }
.why-hami-content {
        padding-left: 3vw;
        padding-right: 3vw;
    }
.why-hami-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
.why-hami-feature {
        padding-left: 15px;
        padding-right: 15px;
    }
.why-hami-text h3 {
        white-space: normal;
    }
.footer-cta-content {
        padding-left: 3vw;
        padding-right: 3vw;
    }
.footer-cta-content {
        gap: 30px;
    }
.footer-cta-text h2 {
        font-size: 29px;
    }
.footer-cta-buttons {
        width: 250px;
    }
}

/* TABLET PORTRAIT / SMALL TABLET */

@media (max-width: 900px) {
.hero {
        min-height: calc(100svh - 82px);
    }
.hero-content {
        width: 68vw;
        padding-top: 55px;
    }
.about-top {
        grid-template-columns: 1fr 1fr;
    }
.about-image-left {
        height: 420px;
    }
.about-content {
        padding: 20px 25px;
    }
.about-image-right {
        grid-column: 1 / -1;
        height: 430px;
        margin-top: 25px;
    }
.about-features {
        width: 100%;
        margin-top: 30px;
    }
.sustainability-section {
        grid-template-columns: 1fr;
    }
.sustainability-main,
.certifications-panel,
.closing-panel {
        height: auto;
        min-height: 480px;
    }
.certifications-panel {
        padding: 45px 5vw;
    }
.closing-panel {
        grid-column: auto;
    }
.manufacturing-section {
        grid-template-columns: 1fr;
    }
.manufacturing-image {
        height: 430px;
    }
.manufacturing-content {
        padding: 45px 5vw 55px;
    }
.why-hami-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.why-hami-feature:last-child {
        grid-column: 1 / -1;
    }
}

/* MOBILE */

@media (max-width: 800px) {

.hero {
        min-height: calc(100svh - 76px);
    }
.hero-content {
        width: 100%;
        padding: 50px 22px 120px;
    }
.hero h1 {
        font-size: clamp(42px, 11vw, 56px);
        letter-spacing: -1.5px;
    }
.hero .intro {
        font-size: 16px;
        line-height: 1.55;
    }
.hero .products {
        font-size: 13px;
        line-height: 1.65;
    }
.buttons {
        width: 100%;
        gap: 12px;
        margin-bottom: 50px;
    }
.btn {
        width: 100%;
        min-width: 0;
    }
.side-wordmark {
        right: 20px;
        bottom: 28px;
        font-size: 12px;
        line-height: 1.7;
    }
.stats-bar {
        grid-template-columns: 1fr 1fr;
        min-height: 0;
        padding: 15px 18px;
    }
.stat-item {
        min-height: 88px;
        padding: 12px 10px;
        gap: 10px;
    }
.stat-item:nth-child(2) {
        border-right: none;
    }
.stat-item:nth-child(3),
.stat-item:nth-child(4) {
        border-top: 1px solid #e1e5e4;
    }
.stat-item:nth-child(5) {
        grid-column: 1 / -1;
        border-top: 1px solid #e1e5e4;
        border-right: none;
        justify-content: center;
    }
.stat-icon,
.stat-icon img {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
.stat-title {
        font-size: 13px;
        white-space: normal;
    }
.stat-subtitle {
        font-size: 10px;
        white-space: normal;
    }
.about-section,
.products-section {
        padding-left: 22px;
        padding-right: 22px;
    }
.about-top {
        display: flex;
        flex-direction: column;
    }
.about-image-left {
        height: 300px;
        border-radius: 6px;
        order: 1;
    }
.about-content {
        padding: 38px 0;
        order: 2;
    }
.about-title,
.products-heading h2 {
        font-size: 32px;
        line-height: 1.1;
    }
.about-description {
        font-size: 13px;
    }
.about-btn,
.view-range {
        max-width: 100%;
    }
.about-btn {
        width: 100%;
    }
.about-image-right {
        order: 3;
        height: 380px;
        margin-top: 0;
        border-radius: 6px;
    }
.about-features {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 28px;
    }
.about-feature {
        min-height: 90px;
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid #e1e5e4;
    }
.about-feature-title {
        white-space: normal;
    }
.yarn-overlay-text {
        left: 22px;
        bottom: 20px;
        font-size: 12px;
        letter-spacing: 2px;
    }
.products-section {
        padding-top: 45px;
        padding-bottom: 55px;
    }
.products-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
.products-heading h2 {
        font-size: 32px;
    }
.products-intro p {
        font-size: 13px;
    }
.view-range {
        align-self: flex-start;
        width: 100%;
        min-width: 0;
    }
.products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
.product-image {
        height: 230px;
    }
.product-content {
        padding: 20px;
    }
.product-content h3 {
        font-size: 18px;
    }
.product-content li {
        font-size: 12px;
    }
.sustainability-main {
        min-height: 520px;
    }
.sustainability-content {
        max-width: none;
        padding: 50px 22px 55px;
    }
.sustainability-content h2 {
        font-size: 34px;
        line-height: 1.1;
    }
.sustainability-content p {
        font-size: 14px;
    }
.sustainability-btn {
        width: 100%;
    }
.certifications-panel {
        min-height: auto;
        padding: 45px 22px;
    }
.certification-item {
        min-height: 110px;
        gap: 15px;
    }
.certification-icon {
        width: 55px;
        height: 55px;
        flex-basis: 55px;
    }
.certification-icon img {
        width: 48px;
        height: 48px;
    }
.certification-text h3 {
        font-size: 15px;
    }
.certification-text p {
        font-size: 12px;
    }
.closing-panel {
        min-height: 450px;
    }
.closing-content {
        padding: 70px 22px 35px;
    }
.closing-content h2 {
        font-size: 23px;
    }
.manufacturing-image {
        height: 330px;
    }
.manufacturing-content {
        padding: 42px 22px 50px;
    }
.manufacturing-nav {
        top: 20px;
        right: 22px;
    }
.manufacturing-content h2 {
        font-size: 32px;
        line-height: 1.1;
        padding-right: 75px;
    }
.manufacturing-description {
        font-size: 13px;
        line-height: 1.7;
    }
.manufacturing-features {
        grid-template-columns: 1fr 1fr;
        gap: 18px 10px;
    }
.manufacturing-feature {
        align-items: flex-start;
    }
.manufacturing-feature strong {
        font-size: 11px;
        white-space: normal;
    }
.manufacturing-feature span {
        font-size: 10px;
        white-space: normal;
    }
.manufacturing-btn {
        width: 100%;
        min-width: 0;
    }
.why-hami-content {
        padding: 42px 22px 45px;
    }
.why-hami-header h2 {
        font-size: 30px;
        line-height: 1.1;
    }
.why-hami-nav {
        display: none;
    }
.why-hami-features {
        grid-template-columns: 1fr;
    }
.why-hami-feature,
.why-hami-feature:first-child {
        padding: 17px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
.why-hami-feature:last-child {
        grid-column: auto;
        border-bottom: none;
    }
.why-hami-text h3 {
        font-size: 14px;
        white-space: normal;
    }
.why-hami-text p {
        font-size: 11px;
    }
.footer-cta-content {
        padding: 42px 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
.footer-cta-text h2 {
        font-size: 27px;
        line-height: 1.25;
    }
.footer-cta-buttons {
        width: 100%;
        gap: 14px;
    }
.footer-legal {
        flex-wrap: wrap;
    }
.back-to-top {
        width: 46px;
        height: 46px;
        right: 18px;
        bottom: 25px;
    }
}

/* SMALL MOBILE */

@media (max-width: 480px) {

.hero-content {
        padding-left: 18px;
        padding-right: 18px;
    }
.hero h1 {
        font-size: clamp(38px, 12vw, 48px);
    }
.hero .intro {
        font-size: 15px;
    }
.hero .products {
        font-size: 12px;
    }
.stats-bar {
        padding-left: 12px;
        padding-right: 12px;
    }
.stat-item {
        padding-left: 7px;
        padding-right: 7px;
    }
.stat-icon,
.stat-icon img {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
.stat-title {
        font-size: 12px;
    }
.stat-subtitle {
        font-size: 9px;
    }
.about-section,
.products-section {
        padding-left: 18px;
        padding-right: 18px;
    }
.about-title,
.products-heading h2 {
        font-size: 29px;
    }
.about-image-left {
        height: 250px;
    }
.about-image-right {
        height: 320px;
    }
.product-image {
        height: 200px;
    }
.sustainability-content {
        padding-left: 18px;
        padding-right: 18px;
    }
.certifications-panel {
        padding-left: 18px;
        padding-right: 18px;
    }
.manufacturing-content {
        padding-left: 18px;
        padding-right: 18px;
    }
.manufacturing-content h2 {
        padding-right: 0;
    }
.manufacturing-features {
        grid-template-columns: 1fr;
    }
.why-hami-content {
        padding-left: 18px;
        padding-right: 18px;
    }
.footer-cta-content {
        padding-left: 18px;
        padding-right: 18px;
    }
.footer-cta-text h2 {
        font-size: 24px;
    }
}

/* VERY SMALL PHONES */

/* =========================================================
   FINAL DEVICE-SPECIFIC RESPONSIVE POLISH
   Desktop design/content preserved.
   ========================================================= */

@media (max-width:1100px) {
.hero-content {width:min(580px,58vw);padding-top:58px}
.hero h1 {font-size:clamp(44px,5vw,58px);line-height:1;margin-bottom:22px}
.hero .intro {font-size:17px;line-height:1.5;margin-bottom:24px}
.hero .products {font-size:14px;line-height:1.6;margin-bottom:26px}
.buttons {gap:14px;margin-bottom:55px}
.btn {min-width:205px;height:52px;padding:0 20px;font-size:14px}
.hero-overlay {background:linear-gradient(90deg,rgba(2,30,26,.96) 0%,rgba(2,30,26,.88) 38%,rgba(2,30,26,.58) 68%,rgba(2,30,26,.22) 100%)}
.about-section {padding-bottom:45px}
.products-section {padding-top:35px;padding-bottom:55px}
.sustainability-content {padding-top:48px;padding-bottom:48px}
.manufacturing-section {padding-top:30px}
.why-hami-content {padding-top:35px;padding-bottom:38px}
}

@media (max-width:900px) {
.hero-content {width:72vw;padding-top:48px}
.hero h1 {font-size:clamp(42px,6vw,54px)}
.hero .intro {max-width:540px;font-size:16px}
.hero .products {max-width:540px;font-size:13px}
.btn {min-width:195px;height:50px}
.about-section {padding-bottom:40px}
.products-section {padding-top:35px;padding-bottom:50px}
.sustainability-main,
.certifications-panel,
.closing-panel {min-height:450px}
.manufacturing-section {padding-top:25px}
.why-hami-content {padding-top:35px;padding-bottom:35px}
}

@media (max-width:800px) {
.hero {min-height:calc(100svh - 76px)}
.hero-content {width:100%;padding:38px 22px 95px}
.hero-overlay {background:linear-gradient(90deg,rgba(2,30,26,.93) 0%,rgba(2,30,26,.88) 48%,rgba(2,30,26,.72) 100%)}
.eyebrow {font-size:11px;letter-spacing:1.5px;margin-bottom:15px}
.hero h1 {font-size:clamp(38px,10vw,48px);line-height:.98;letter-spacing:-1px;margin-bottom:20px}
.hero .intro {font-size:15px;line-height:1.5;margin-bottom:23px}
.hero .products {font-size:12px;line-height:1.65;margin-bottom:25px}
.buttons {width:100%;gap:10px;margin-bottom:35px}
.btn {width:100%;min-width:0;height:52px;padding:0 16px;font-size:14px;gap:10px}
.download-icon {width:18px;height:20px}
.side-wordmark {right:18px;bottom:20px;font-size:10px;line-height:1.6}
.stats-bar {padding-top:12px;padding-bottom:12px}
.about-section {padding-top:0;padding-bottom:38px}
.about-content {padding-top:32px;padding-bottom:32px}
.about-title,
.products-heading h2 {font-size:29px;line-height:1.08;margin-bottom:16px}
.about-description {font-size:13px;line-height:1.6;margin-bottom:18px}
.about-btn,
.view-range,
.sustainability-btn,
.manufacturing-btn {height:50px;font-size:14px}
.about-features {margin-top:22px}
.products-section {padding-top:38px;padding-bottom:45px}
.products-header {gap:16px;margin-bottom:22px}
.products-eyebrow,
.about-eyebrow,
.sustainability-eyebrow,
.manufacturing-eyebrow {font-size:12px;letter-spacing:1.5px}
.products-intro p {font-size:12px;line-height:1.6}
.products-grid {gap:15px}
.product-image {height:210px}
.product-content {padding:18px 18px 20px}
.product-content h3 {font-size:16px}
.product-tagline {font-size:11px;margin-bottom:14px}
.product-content li {font-size:12px;line-height:1.6}
.sustainability-content {padding:42px 22px 45px}
.sustainability-content h2 {font-size:30px;line-height:1.08;margin-bottom:17px}
.sustainability-content p {font-size:13px;line-height:1.6;margin-bottom:22px}
.certifications-panel {padding-top:38px;padding-bottom:38px}
.closing-content {padding:58px 22px 30px}
.closing-content h2 {font-size:21px}
.manufacturing-section {padding-top:20px}
.manufacturing-content {padding:38px 22px 44px}
.manufacturing-content h2 {font-size:29px;margin-bottom:15px}
.manufacturing-description {font-size:12.5px;line-height:1.65;margin-bottom:22px}
.manufacturing-features {gap:15px 10px;margin-bottom:22px}
.manufacturing-btn {min-width:0}
.why-hami-content {padding:38px 22px 40px}
.why-hami-header {margin-bottom:22px}
.why-hami-header h2 {font-size:28px}
.footer-cta {min-height:0}
.footer-cta-content {padding:38px 22px;gap:24px}
.footer-cta-text h2 {font-size:25px;line-height:1.2}
}

@media (max-width:480px) {
.hero-content {padding:30px 18px 82px}
.hero-overlay {background:linear-gradient(90deg,rgba(2,30,26,.91) 0%,rgba(2,30,26,.86) 55%,rgba(2,30,26,.76) 100%)}
.eyebrow {font-size:10px;margin-bottom:13px}
.hero h1 {font-size:clamp(34px,10.5vw,44px);margin-bottom:17px}
.hero .intro {font-size:14px;line-height:1.5;margin-bottom:20px}
.hero .products {font-size:11.5px;line-height:1.6;margin-bottom:22px}
.buttons {gap:9px;margin-bottom:28px}
.btn {height:50px;font-size:13px}
.side-wordmark {font-size:9px;bottom:17px}
.about-section {padding-bottom:32px}
.about-content {padding-top:28px;padding-bottom:28px}
.about-title,
.products-heading h2 {font-size:27px}
.products-section {padding-top:32px;padding-bottom:40px}
.product-image {height:190px}
.sustainability-content {padding-top:35px;padding-bottom:38px}
.sustainability-content h2 {font-size:27px}
.manufacturing-content {padding-top:32px;padding-bottom:38px}
.manufacturing-content h2 {font-size:27px}
.why-hami-content {padding-top:32px;padding-bottom:35px}
.why-hami-header h2 {font-size:26px}
.footer-cta-content {padding-top:32px;padding-bottom:32px}
.footer-cta-text h2 {font-size:23px}
}

@media (max-width:360px) {
.hero-content {padding:25px 16px 75px}
.hero h1 {font-size:34px}
.hero .intro {font-size:13px}
.hero .products {font-size:11px}
.btn {height:48px;font-size:12px}
.about-title,
.products-heading h2 {font-size:25px}
.sustainability-content h2,
.manufacturing-content h2 {font-size:25px}
}

/* =========================================================
   FINAL RESPONSIVE REFINEMENT
   - Tablet keeps the desktop/laptop visual language
   - Footer typography/buttons/logo are scaled down
   - Mobile hero video is fully visible instead of being cropped
   ========================================================= */

/* TABLET: keep the layout close to laptop */

@media (min-width: 801px) and (max-width: 1100px) {
/* Header */
/* Hero - laptop-like proportions */
.hero {
        min-height: calc(100svh - 86px);
    }
.hero-content {
        width: min(570px, 52vw);
        margin-left: 4vw;
        padding-top: 62px;
        padding-bottom: 70px;
    }
.hero h1 {
        font-size: clamp(46px, 5vw, 58px);
        margin-bottom: 22px;
    }
.hero .intro {
        font-size: 17px;
        line-height: 1.5;
        max-width: 540px;
        margin-bottom: 23px;
    }
.hero .products {
        font-size: 14px;
        line-height: 1.6;
        max-width: 540px;
        margin-bottom: 25px;
    }
.buttons {
        gap: 12px;
        margin-bottom: 45px;
    }
.btn {
        min-width: 205px;
        height: 50px;
        padding: 0 18px;
        font-size: 13px;
    }
.hero-overlay {
        background: linear-gradient(
            90deg,
            rgba(2,30,26,.96) 0%,
            rgba(2,30,26,.89) 34%,
            rgba(2,30,26,.60) 65%,
            rgba(2,30,26,.18) 100%
        );
    }
/* Keep sections visually close to desktop */
.about-section,
.products-section {
        padding-left: 3vw;
        padding-right: 3vw;
    }
.about-content {
        padding-left: 25px;
        padding-right: 25px;
    }
.about-title,
.products-heading h2 {
        font-size: 30px;
    }
.product-content h3 {
        font-size: 15px;
    }
/* Footer - smaller, laptop-like */
.footer-cta {
        min-height: 195px;
    }
.footer-cta-content {
        min-height: 195px;
        padding: 28px 3vw;
        gap: 30px;
    }
.footer-eyebrow {
        font-size: 11px;
        margin-bottom: 10px;
    }
.footer-cta-text h2 {
        font-size: 25px;
        line-height: 1.2;
    }
.footer-cta-buttons {
        width: 220px;
        gap: 10px;
    }
.footer-btn {
        height: 45px;
        font-size: 12px;
        gap: 10px;
    }
.footer-btn span {
        font-size: 18px;
    }
.footer-legal a {
        font-size: 10px;
    }
.back-to-top {
        width: 44px;
        height: 44px;
        right: 18px;
        bottom: 55px;
        font-size: 19px;
    }
}

/* MOBILE: preserve the complete video frame */

@media (max-width: 800px) {
.hero {
        min-height: 0;
        height: auto;
        background: #09251f;
    }
.hero-video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        background: #09251f;
    }
.hero-overlay {
        background: linear-gradient(
            90deg,
            rgba(2,30,26,.90) 0%,
            rgba(2,30,26,.82) 48%,
            rgba(2,30,26,.67) 100%
        );
    }
.hero-content {
        min-height: calc(100svh - 76px);
    }
/* Smaller footer controls on mobile */
.footer-cta-buttons {
        width: 100%;
        max-width: 310px;
    }
.footer-btn {
        height: 46px;
        font-size: 12px;
    }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
.hero-content {
        min-height: calc(100svh - 76px);
    }
.footer-cta-buttons {
        max-width: 280px;
    }
.footer-btn {
        height: 44px;
        font-size: 11px;
    }
}

/* =========================================================
   FINAL RESPONSIVE CLEANUP
   Keeps desktop design/content unchanged.
   Tablet stays close to laptop. Mobile uses compact spacing.
   ========================================================= */

@media (min-width:801px) and (max-width:1100px) {
.hero-content {margin-left:4vw;padding-top:55px;padding-bottom:55px}
/* Keep section spacing close to desktop */
.about-section {padding-top:0;padding-bottom:35px}
.products-section {padding-top:15px;padding-bottom:40px}
.manufacturing-section {padding-top:25px}
.why-hami-content {padding-top:30px;padding-bottom:30px}
/* Do not introduce large tablet whitespace */
.about-content {padding-top:10px;padding-bottom:20px}
.products-header {margin-bottom:22px}
.sustainability-content {padding-top:42px;padding-bottom:42px}
}

@media (max-width:800px) {
/* Global mobile horizontal spacing */
.about-section,
.products-section {
        padding-left:18px !important;
        padding-right:18px !important;
    }
/* Remove excessive top/bottom whitespace */
.about-section {padding-top:0 !important;padding-bottom:28px !important}
.about-content {padding-top:24px !important;padding-bottom:24px !important}
.about-features {margin-top:18px !important; }
.products-section {padding-top:25px !important;padding-bottom:30px !important}
.products-header {gap:12px !important;margin-bottom:18px !important}
.sustainability-content {padding:28px 18px 30px !important}
.certifications-panel {padding:30px 18px !important}
.closing-content {padding:45px 18px 28px !important}
.manufacturing-content {padding:28px 18px 32px !important}
.why-hami-content {padding:28px 18px 30px !important}
.footer-cta-content {padding:30px 18px !important}
/* Product/about headings: no artificial left offset */
.products-heading,
.about-content,
.products-intro {padding-left:0 !important}
/* Header: hamburger stays immediately left of logo */
/* Mobile hero: keep content readable without changing desktop design */
.hero-content {padding-left:18px !important;padding-right:18px !important}
/* Preserve the full video frame on narrow screens.
       The surrounding hero background fills any aspect-ratio difference. */
.hero {height:auto !important;min-height:0 !important;background:#09251f}
.hero-video {position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center;background:#09251f}
.hero-content {min-height:calc(100svh - 76px)}
}

@media (max-width:480px) {
.about-section,
.products-section {padding-left:16px !important;padding-right:16px !important}
.about-section {padding-bottom:24px !important}
.about-content {padding-top:22px !important;padding-bottom:22px !important}
.products-section {padding-top:22px !important;padding-bottom:26px !important}
.sustainability-content {padding:25px 16px 27px !important}
.certifications-panel {padding:27px 16px !important}
.manufacturing-content {padding:25px 16px 30px !important}
.why-hami-content {padding:25px 16px 28px !important}
.footer-cta-content {padding:27px 16px !important}
.hero-content {padding-left:16px !important;padding-right:16px !important}
}

/* =========================================================
   FIX PRODUCTS HEADING HORIZONTAL ALIGNMENT
========================================================= */

@media (max-width: 800px) {
.products-section {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
.products-header {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
.products-heading {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
    }
.products-eyebrow,
.products-heading h2 {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
.products-intro {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.view-range {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* =========================================================
   TABLET FINAL LAYOUT
   801px - 1100px
========================================================= */

@media (min-width: 761px) and (max-width: 1000px) {
/* =========================================
       PRODUCTS — 2 X 2
    ========================================= */
.products-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
.product-card {
        width: 100%;
    }
/* =========================================
       ABOUT FEATURES — ONE ROW
    ========================================= */
.about-features {
        width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        gap: 0 !important;

        margin-top: 30px !important;
    }
.about-feature {
        min-width: 0;

        padding-left: 20px !important;
        padding-right: 20px !important;

        border-right: 1px solid #e1e5e4;
    }
.about-feature:first-child {
        padding-left: 0 !important;
    }
.about-feature:last-child {
        border-right: none;
    }
.about-feature-title {
        white-space: normal !important;
    }
/* =========================================
       CERTIFICATIONS — ONE ROW
    ========================================= */
.certifications-panel {
        padding: 45px 30px !important;
    }
.certification-list {
        width: 100%;

        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        gap: 15px !important;
    }
.certification-item {
        min-width: 0;

        min-height: 130px !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        text-align: center;

        gap: 10px !important;

        padding: 10px !important;
    }
.certification-icon {
        width: 65px !important;
        height: 65px !important;
        flex: 0 0 65px !important;
    }
.certification-icon img {
        width: 55px !important;
        height: 55px !important;
    }
.certification-text h3 {
        font-size: 14px !important;
        margin-bottom: 4px !important;
    }
.certification-text p {
        font-size: 11px !important;
    }
/* =========================================
       WHY HAMI FEATURES — ONE ROW
    ========================================= */
.why-hami-features {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
        width: 100% !important;
    }
.why-hami-feature {
        min-width: 0 !important;
    }
.why-hami-feature h3 {
        font-size: 16px !important;
        line-height: 1.25 !important;
    }
.why-hami-feature p {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }
.why-hami-feature img,
.why-hami-feature svg {
        max-width: 48px !important;
    }
.why-hami-feature,
.why-hami-feature:last-child {
        grid-column: auto !important;

        min-width: 0;

        border-right: 1px solid rgba(255,255,255,.25);

        border-bottom: none !important;

        padding-left: 15px !important;
        padding-right: 15px !important;
    }
.why-hami-feature:first-child {
        padding-left: 0 !important;
    }
.why-hami-feature:last-child {
        border-right: none;
    }
.why-hami-text h3 {
        white-space: normal !important;
    }
/* =========================================================
   MOBILE — FINAL SECTION WIDTH FIX
========================================================= */
@media (max-width: 800px) {
.sustainability-section,
.manufacturing-section {
        width: calc(100% - 44px) !important;
        max-width: calc(100% - 44px) !important;

        margin-left: 22px !important;
        margin-right: 22px !important;
    }
.sustainability-section > *,
.manufacturing-section > * {
        width: 100% !important;
        max-width: 100% !important;
    }
/* =========================================================
   FIX: SIDE MARGINS FOR SUSTAINABILITY + MANUFACTURING
   ========================================================= */
/* LAPTOP / DESKTOP */
body .sustainability-section,
body .manufacturing-section {
    width: calc(100% - 8.6vw) !important;
    max-width: calc(100% - 8.6vw) !important;

    margin-left: 4.3vw !important;
    margin-right: 4.3vw !important;

    box-sizing: border-box !important;
}
/* TABLET */
@media (max-width: 1100px) {
body .sustainability-section,
body .manufacturing-section {
        width: calc(100% - 6vw) !important;
        max-width: calc(100% - 6vw) !important;

        margin-left: 3vw !important;
        margin-right: 3vw !important;
    }
}
/* MOBILE */
@media (max-width: 800px) {
body .sustainability-section,
body .manufacturing-section {
        width: calc(100% - 44px) !important;
        max-width: calc(100% - 44px) !important;

        margin-left: 22px !important;
        margin-right: 22px !important;

        box-sizing: border-box !important;
    }
/* Keep all internal content inside the section */
body .sustainability-section > *,
body .manufacturing-section > * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}
}
}

@media (min-width: 761px) and (max-width: 1000px) {
.sustainability-section {
        height: auto !important;
        min-height: 0 !important;
    }
.sustainability-main,
.certifications-panel,
.closing-panel {
        height: auto !important;
        min-height: 0 !important;
    }
.certifications-panel {
        padding: 45px 30px 40px !important;
    }
.certification-list {
        margin-bottom: 0 !important;
    }
}

/* =========================================
   TABLET — SUSTAINABILITY + CERTIFICATIONS
   SIDE BY SIDE, CERTIFICATES VERTICAL
   ========================================= */

@media (min-width: 850px) and (max-width: 1100px) {
.sustainability-section {
        width: calc(100% - 6vw) !important;
        max-width: calc(100% - 6vw) !important;
        margin-left: 3vw !important;
        margin-right: 3vw !important;

        display: grid !important;
        grid-template-columns: 60% 40% !important;

        height: 550px !important;
        min-height: 550px !important;

        overflow: hidden !important;
    }
/* LEFT — Sustainability */
.sustainability-main {
        width: 100% !important;
        height: 550px !important;
        min-height: 550px !important;
    }
/* RIGHT — Certifications */
.certifications-panel {
        width: 100% !important;
        height: 550px !important;
        min-height: 0 !important;

        padding: 40px 30px !important;
        box-sizing: border-box !important;

        overflow: hidden !important;
    }
/* Stack certificates vertically */
.certification-list {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        gap: 0 !important;
        margin: 0 !important;
    }
.certification-item {
        width: 100% !important;
        min-height: 145px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 15px 10px !important;
        box-sizing: border-box !important;

        border-bottom: 1px solid #dfe5e3 !important;
    }
.certification-item:last-child {
        border-bottom: none !important;
    }
.certification-item img {
        width: auto !important;
        max-width: 75px !important;
        height: 55px !important;
        object-fit: contain !important;

        margin-bottom: 10px !important;
    }
.certification-item h3 {
        margin: 0 0 5px !important;
        font-size: 17px !important;
        text-align: center !important;
    }
.certification-item p { 
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }
}

html { scroll-behavior: smooth; }

@keyframes headerStickyIn {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}





.back-to-top {
  position: fixed !important; right: 28px !important; bottom: 28px !important;
  width: 52px !important; height: 52px !important; border-radius: 50% !important;
  z-index: 9998 !important; opacity: 0 !important; visibility: hidden !important;
  pointer-events: none !important; transform: translateY(14px) scale(.92);
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease, background-color .28s ease !important;
}

.back-to-top.is-visible { opacity:1 !important; visibility:visible !important; pointer-events:auto !important; transform:translateY(0) scale(1); }

@media (max-width:767px) {
.back-to-top {right:16px !important;bottom:18px !important;width:46px !important;height:46px !important;}
}

@media (prefers-reduced-motion:reduce) {
html {scroll-behavior:auto;}
}

/* Sticky header after 200px - externalized */

html { scroll-behavior:smooth; }

@keyframes stickyHeaderFadeIn { from {opacity:0; transform:translateY(-22px);} to {opacity:1; transform:translateY(0);} }





.back-to-top {position:fixed !important;right:28px !important;bottom:28px !important;z-index:9998 !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(14px) scale(.92);transition:opacity .28s ease,visibility .28s ease,transform .28s ease !important;}

.back-to-top.is-visible {opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) scale(1);}

@media (max-width:767px) {
.back-to-top {right:16px !important;bottom:18px !important;}
}

@media (prefers-reduced-motion:reduce) {
html {scroll-behavior:auto}
} 

.hero-video-desktop {
  display: block;
  width: 100%;
}

.hero-video-mobile {
  display: none;
}

@media (max-width: 767px) {
.hero-video-desktop {
    display: none;
  }
.hero-video-mobile {
    display: block;
    width: 100%;
    object-fit: cover;
  }
.mobile-size{
min-height: calc(100svh - 76px);
}
          
}
