:root {
    --navy: #092b46;
    --ink: #0b2943;
    --teal: #007f91;
    --cyan: #03bdd0;
    --muted: #536579;
    --pale: #edf5f8;
    --radius: 14px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    line-height: 1.65;
    background: white
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit;
    cursor: pointer
}

img {
    max-width: 100%;
    display: block
}

button,
a {
    -webkit-tap-highlight-color: transparent
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #e7aa00;
    outline-offset: 5px
}

h1,
h2,
h3,
p {
    margin: 0
}

h2 {
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    line-height: 1.15;
    letter-spacing: -1.2px
}

h3 {
    line-height: 1.3
}

em {
    color: var(--teal);
    font-style: normal
}

.container {
    width: min(1280px, calc(100% - 80px));
    margin-inline: auto
}

.section {
    padding: 78px 0
}

.eyebrow {
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: var(--teal);
    margin-bottom: 13px
}

.skip-link {
    position: fixed;
    top: -100px;
    background: white;
    padding: 12px;
    z-index: 100
}

.skip-link:focus {
    top: 0
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    transition: box-shadow .3s
}

.site-header.scrolled {
    box-shadow: 0 5px 25px #07283f20
}

.topbar {
    background: var(--navy);
    color: #eaf5fc;
    font-size: .75rem;
    max-height: 45px;
    overflow: hidden;
    transition: max-height .3s
}

.scrolled .topbar {
    max-height: 0
}

.top-inner,
.top-inner > div {
    display: flex;
    align-items: center;
    gap: 22px
}

.top-inner {
    justify-content: space-between;
    min-height: 34px
}

.socials {
    display: flex;
    align-items: center;
    gap: 14px
}

.socials button {
    border: 0;
    background: none;
    color: inherit;
    font-weight: 700;
    padding: 0;
    min-width: 20px;
    min-height: 26px
}

.nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 94px;
    transition: min-height .3s
}

.scrolled .nav-row {
    min-height: 78px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

.brand img {
    object-fit: contain;
    border-radius: 50%;
    background: #fff
}

.brand span {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -.5px
}

.brand small {
    display: block;
    font-weight: 400;
    font-size: .75rem;
    color: var(--muted);
    letter-spacing: 0;
    margin-top: 3px
}

nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: .82rem;
    font-weight: 500
}

nav > a:not(.button) {
    padding: 12px 0;
    position: relative
}

nav > a:hover,
nav > a[aria-current] {
    color: var(--teal)
}

nav > a[aria-current]:after {
    content: '';
    height: 2px;
    background: var(--cyan);
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 13px 24px;
    background: var(--teal);
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s, background .2s
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px #00a7b333;
    background: #006d80
}

.nav-quote {
    padding: 11px 17px;
    margin-left: 8px
}

.menu-toggle {
    display: none
}

.hero {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: white;
    min-height: 580px
}

.hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: kenburns 18s ease-in-out infinite alternate
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #05243cdd 0%, #05243c65 43%, transparent 70%)
}

.hero-content {
    position: relative;
    padding-top: 62px;
    padding-bottom: 28px
}

.hero .eyebrow {
    color: #28d9e5
}

.hero h1,
.hero h2 {
    font-size: clamp(2.8rem, 4.6vw, 4.5rem);
    line-height: 1.06;
    letter-spacing: -2px;
    font-weight: 800
}

.hero em {
    color: #16d3e1
}

.hero-copy {
    font-size: 1.05rem;
    line-height: 1.5;
    margin-top: 22px;
    max-width: 540px;
    color: #eef7fb
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 25px
}

.hero .button {
    background: #007f91
}

.button-outline {
    background: transparent !important;
    border-color: #d5e5ed;
    color: white
}

.slide {
    animation: slideIn .65s both
}

.slide[hidden] {
    display: none
}

.slider-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px
}

.dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #ffffff66;
    padding: 0;
    position: relative
}

.dot:before {
    content: '';
    position: absolute;
    inset: -7px
}

.dot.active {
    background: #13d0df
}

.pause {
    margin-left: 13px;
    border: 1px solid #ffffff66;
    border-radius: 50%;
    background: #092b4660;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 1
}

.slide-number {
    font-size: .7rem;
    letter-spacing: 2px;
    margin-left: 12px;
    color: #dae8ee
}

.stats {
    background: white;
    border-bottom: 1px solid #e6edf1
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr 1.1fr;
    padding: 30px 0;
    gap: 26px
}

.stats-grid > div {
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #d5e0e7;
    padding-right: 15px
}

.stats-grid > div:last-child {
    border: 0
}

.stat-icon {
    color: #009db1;
    font-size: 2.6rem;
    line-height: 1
}

.stats p {
    line-height: 1.25
}

.stats strong {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -.7px
}

.stats small {
    display: block;
    font-size: .72rem;
    color: var(--muted);
    margin: 4px 0
}

.stats b {
    font-size: .85rem
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
    align-items: center
}

.about-image {
    height: 370px;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    background: var(--navy)
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-label {
    position: absolute;
    bottom: 24px;
    left: 25px;
    color: white;
    line-height: 1.4;
    background: #082b46bd;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: .9rem
}

.about p:not(.eyebrow) {
    font-size: .90rem;
    color: var(--muted);
    margin-top: 18px
}

.about .button {
    margin-top: 25px
}

.button-light {
    background: white;
    border-color: var(--teal);
    color: var(--teal)
}

.button-light:hover {
    color: white
}

.quality {
    padding: 35px 0;
    background: linear-gradient(110deg, #092b46, #144d69);
    color: #fff
}

.quality .container {
    display: flex;
    align-items: center;
    gap: 45px
}

.quality-heading {
    max-width: 370px
}

.quality .eyebrow {
    color: #35dce5
}

.quality h2 {
    font-size: 1.65rem;
    letter-spacing: -.6px
}

.quality p:not(.eyebrow) {
    font-size: .9rem;
    color: #cfdee9;
    margin-top: 10px
}

.benefits {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 25px;
    flex: 1;
    margin: 0
}

.benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.4
}

.benefits li:before {
    content: '✓';
    width: 30px;
    height: 30px;
    border: 2px solid #26c4d1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    flex-shrink: 0
}

.products {
    background: linear-gradient(120deg, #f3f7f9, #eaf3f7)
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px
}

.text-link {
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap
}

.text-link:hover {
    color: var(--teal)
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.product-card {
    min-height: 205px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    transition: transform .3s, box-shadow .3s
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px #0a486317
}

.product-card > div:first-child {
    padding: 24px 0 24px 23px;
    position: relative;
    z-index: 2;
    width: 60%
}

.product-card h3 {
    font-size: 1rem;
    letter-spacing: -.3px
}

.product-card p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.5;
    margin: 10px 0 20px;
    max-width: 160px
}

.product-card a {
    font-size: .76rem;
    color: var(--teal);
    font-weight: 700
}

.product-card img {
    width: 43%;
    height: 195px;
    object-fit: contain;
    position: absolute;
    right: -4px;
    bottom: 0;
    transition: transform .4s
}

.product-card:hover img {
    transform: scale(1.05)
}

.clear {
    background: linear-gradient(110deg, #fff 45%, #cdeef1)
}

.special {
    background: linear-gradient(110deg, #fff 40%, #ffd0ce)
}

.binder {
    background: linear-gradient(110deg, #fff 40%, #deedcf)
}

.paper {
    background: linear-gradient(110deg, #fff 40%, #e2dfda)
}

.pigment {
    background: linear-gradient(110deg, #fff 40%, #ffe0ef)
}

.category-letter {
    position: absolute;
    right: 10px;
    font-size: 4rem;
    font-weight: 800;
    color: #7a756855;
    line-height: 1
}

.category-letter span {
    display: block;
    font-size: .65rem;
    letter-spacing: 1px
}

.swatches {
    position: absolute;
    right: -30px;
    bottom: 15px;
    width: 155px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    transform: rotate(-18deg)
}

.swatches i {
    height: 45px;
    border-radius: 8px;
    background: #ed1980;
    box-shadow: 0 4px 10px #082b4615
}

.swatches i:nth-child(2) {
    background: #f6c200
}

.swatches i:nth-child(3) {
    background: #10b1ca
}

.swatches i:nth-child(4) {
    background: #f57421
}

.swatches i:nth-child(5) {
    background: #194da4
}

.swatches i:nth-child(6) {
    background: #a80aa0
}

.product-note {
    font-size: .72rem;
    color: var(--muted);
    margin-top: 20px
}

.values .container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 65px;
    align-items: center
}

.vision p:last-child {
    font-size: .88rem;
    color: var(--muted);
    margin-top: 20px
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.value-grid h3 {
    font-size: .9rem;
    margin-bottom: 10px
}

.value-grid p {
    font-size: .85rem;
    color: var(--muted)
}

.value-icon {
    font-size: 2.8rem;
    line-height: 1;
    display: block;
    margin-bottom: 20px
}

.pink {
    color: #e72a78
}

.orange {
    color: #d99400
}

.blue {
    color: #1475d9
}

.cta {
    background: linear-gradient(110deg, #008699, #00aabe);
    color: white;
    padding: 43px 0
}

.cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.cta .eyebrow {
    color: #e0ffff
}

.cta h2 {
    font-size: 2rem
}

.button-white {
    background: #fff;
    color: var(--navy);
    min-width: 170px
}

.button-white:hover {
    color: white
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.contact-grid article {
    padding: 28px;
    border: 1px solid #dde8ed;
    border-radius: 12px
}

.contact h3 {
    font-size: 1.1rem;
    margin-bottom: 14px
}

.contact address {
    font-style: normal;
    color: var(--muted);
    font-size: .9rem;
    max-width: 470px
}

.contact article p {
    margin: 15px 0 7px;
    font-size: .85rem
}

.contact article > a {
    color: var(--teal);
    font-size: .9rem
}

.privacy-note {
    font-size: .78rem;
    color: var(--muted);
    padding-bottom: 35px
}

.privacy-note a {
    text-decoration: underline
}

footer {
    background: #08263e;
    color: #cfdae4;
    padding: 45px 0 0;
    font-size: .85rem
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr 1fr 1.1fr;
    gap: 55px
}

.footer-brand span {
    color: white;
    font-size: 1.05rem
}

.footer-brand small {
    color: #bacbd8
}

.footer-grid p {
    margin: 15px 0
}

.footer-grid h3 {
    font-size: .88rem;
    color: #fff;
    margin: 0 0 20px
}

.footer-grid > div > a:not(.brand) {
    display: block;
    margin: 6px 0
}

.footer-grid strong {
    display: block;
    color: #e7f2f8;
    margin-top: 15px;
    font-size: .8rem
}

.footer-grid a:hover {
    color: #36d4e0
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 35px;
    padding: 22px 0;
    border-top: 1px solid #ffffff20;
    font-size: .8rem
}

.heart {
    color: #e31e24
}

.whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    background: #16853c;
    border: 3px solid #ffffff;
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 40;
    box-shadow: 0 6px 20px #06293b25;
    animation: pulse 3s infinite
}

.whatsapp svg {
    width: 36px;
    height: 36px
}

#toast {
    position: fixed;
    bottom: 95px;
    right: 24px;
    background: var(--navy);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    z-index: 50;
    max-width: 280px;
    display: none;
    font-size: .85rem
}

#toast.visible {
    display: block
}

.reveal {
    opacity: 1
}

.motion-ready .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s, transform .65s
}

.motion-ready .reveal.visible {
    opacity: 1;
    transform: none
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff50;
    pointer-events: none;
    animation: ripple .6s ease-out forwards
}

@keyframes ripple {
    to {
        transform: scale(20);
        opacity: 0
    }
}

@keyframes kenburns {
    to {
        transform: scale(1.065)
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 9px #25c96015
    }
}

@media(min-width:1600px) {
    .hero {
        min-height: 650px
    }

    .hero-content {
        padding-top: 85px
    }
}

@media(max-width:1150px) {
    .container {
        width: calc(100% - 48px)
    }

    nav {
        gap: 15px;
        font-size: .75rem
    }

    .brand span {
        font-size: 1.05rem
    }

    .brand img {
        width: 50px;
        height: 50px
    }

    .nav-quote {
        padding: 10px 12px;
        gap: 10px
    }

    .extra-phone {
        display: none
    }

    .about-grid {
        gap: 35px
    }

    .stats-grid {
        gap: 15px
    }

    .stats-grid > div {
        gap: 12px
    }

    .stats strong {
        font-size: 1.2rem
    }

    .values .container {
        gap: 35px
    }

    .footer-grid {
        gap: 30px
    }
}

@media(max-width:960px) {
    .nav-row {
        min-height: 80px
    }

    .menu-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        border: 0;
        background: #eef5f8;
        border-radius: 8px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        align-items: center;
        z-index: 32
    }

    .menu-toggle span {
        width: 22px;
        height: 2px;
        background: var(--navy);
        transition: transform .3s, opacity .3s
    }

    .menu-toggle[aria-expanded=true] span:first-child {
        transform: translateY(7px) rotate(45deg)
    }

    .menu-toggle[aria-expanded=true] span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded=true] span:last-child {
        transform: translateY(-7px) rotate(-45deg)
    }

    nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 15px 24px 25px;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        box-shadow: 0 16px 20px #092b4620;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-12px);
        transition: .25s;
        max-height: calc(100dvh - 100px);
        overflow: auto;
        font-size: .95rem
    }

    nav.open {
        visibility: visible;
        opacity: 1;
        transform: none
    }

    nav .nav-quote {
        margin: 10px 0 0
    }

    .hero {
        min-height: 560px
    }

    .hero-shade {
        background: linear-gradient(90deg, #05243cf0, #05243c80 60%, #05243c30)
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px
    }

    .stats-grid > div:nth-child(2) {
        border: 0
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .quality .container {
        display: block
    }

    .quality-heading {
        max-width: 650px
    }

    .benefits {
        margin-top: 28px
    }

    .values .container {
        display: block
    }

    .vision {
        max-width: 650px
    }

    .value-grid {
        margin-top: 35px
    }

    .footer-grid {
        grid-template-columns: 1.3fr 1fr
    }

    .about-image {
        height: 350px
    }

    .section {
        padding: 60px 0
    }
}

@media(max-width:600px) {
    .container {
        width: calc(100% - 36px)
    }

    .top-inner {
        justify-content: center;
        min-height: 32px
    }

    .top-inner > div {
        gap: 10px
    }

    .topbar {
        font-size: .62rem
    }

    .topbar .socials {
        display: none
    }

    .brand span {
        font-size: 1.05rem
    }

    .brand small {
        font-size: .68rem
    }

    .hero {
        min-height: 630px
    }

    .hero-image {
        object-position: 67% center
    }

    .hero-shade {
        background: linear-gradient(90deg, #05243cee, #05243c75), linear-gradient(0deg, #05243c55, transparent)
    }

    .hero-content {
        padding-top: 58px
    }

    .hero h1,
    .hero h2 {
        font-size: 3rem;
        letter-spacing: -1.5px
    }

    .hero .eyebrow {
        font-size: .65rem;
        letter-spacing: 1.4px
    }

    .hero-copy {
        font-size: .95rem;
        max-width: 310px
    }

    .hero-buttons {
        gap: 12px
    }

    .button {
        padding: 13px 18px;
        font-size: .78rem;
        gap: 13px
    }

    .slider-controls {
        margin-top: 40px
    }

    .stats-grid {
        padding: 25px 0;
        gap: 22px 12px
    }

    .stat-icon {
        font-size: 1.8rem
    }

    .stats strong {
        font-size: 1.07rem
    }

    .stats small {
        font-size: .65rem
    }

    .stats b {
        font-size: .7rem
    }

    .stats-grid > div {
        gap: 9px;
        padding-right: 4px
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .about-image {
        height: 290px
    }

    .section {
        padding: 48px 0
    }

    h2 {
        font-size: 2rem
    }

    .section-heading {
        display: block
    }

    .section-heading .text-link {
        display: inline-block;
        margin-top: 18px;
        white-space: normal
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .product-card {
        min-height: 205px
    }

    .product-card > div:first-child {
        padding-left: 25px
    }

    .product-card h3 {
        font-size: 1.1rem
    }

    .product-card p {
        font-size: .9rem;
        max-width: 190px
    }

    .product-card a {
        font-size: .85rem
    }

    .product-card img {
        width: 40%
    }

    .benefits {
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px
    }

    .benefits li {
        font-size: .65rem;
        gap: 8px
    }

    .value-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .value-grid article {
        position: relative;
        padding-left: 60px
    }

    .value-icon {
        position: absolute;
        left: 0;
        top: 0
    }

    .value-grid p {
        font-size: .9rem
    }

    .cta .container {
        display: block
    }

    .cta h2 {
        font-size: 1.9rem
    }

    .cta .button {
        margin-top: 25px
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .contact-grid article {
        padding: 22px
    }

    .contact article p {
        line-height: 2
    }

    .footer-grid {
        gap: 30px 20px;
        grid-template-columns: 1fr 1fr
    }

    .footer-grid > div:first-child {
        grid-column: 1/-1
    }

    .footer-grid > div:last-child {
        grid-column: 1/-1
    }

    .copyright {
        display: block;
        padding-right: 50px;
        font-size: .67rem
    }

    .copyright > span {
        display: block;
        margin-bottom: 8px
    }

    .whatsapp {
        width: 53px;
        height: 53px;
        right: 17px;
        bottom: 17px
    }

    .privacy-note {
        overflow-wrap: anywhere
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important
    }

    .motion-ready .reveal {
        opacity: 1;
        transform: none
    }
}

/* Inner pages */
.page-hero {
    position: relative;
    padding: 0;
    background: radial-gradient(ellipse at 95% 20%, #11718b55, transparent 55%), var(--navy);
    color: white;
    overflow: hidden;
    padding-bottom: 64px
}

.page-hero .container {
    position: relative
}

.page-hero:after {
    content: '';
    position: absolute;
    width: 440px;
    height: 440px;
    border: 1px solid #28cfda30;
    border-radius: 50%;
    right: -130px;
    top: -140px;
    pointer-events: none
}

.page-hero h1 {
    font-size: clamp(2.8rem, 4.4vw, 4rem);
    line-height: 1.08;
    letter-spacing: -1.8px
}

.page-hero em {
    color: #2bd4e0
}

.page-hero .eyebrow {
    color: #52d8e4
}

.page-lead {
    color: #d4e4ee;
    max-width: 650px;
    margin-top: 20px;
    font-size: 1rem
}

.breadcrumbs {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    overflow: visible;
    max-height: none;
    background: none;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    padding: 25px 0 30px;
    font-size: .78rem;
    font-weight: 400;
    color: #c3d5e2
}

.breadcrumbs a {
    padding: 0 !important
}

.breadcrumbs a:hover {
    color: white
}

.breadcrumbs [aria-current] {
    color: #fff
}

.prose p {
    margin-top: 18px;
    color: var(--muted);
    font-size: .9rem
}

.certification {
    padding: 45px 0;
    background: var(--pale)
}

.certification-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 60px
}

.certificate-type {
    padding: 32px;
    border-left: 5px solid var(--cyan);
    background: white;
    border-radius: 0 15px 15px 0
}

.certificate-type span {
    font-size: .65rem;
    letter-spacing: 1.5px;
    color: var(--muted)
}

.certificate-type strong {
    font-size: 2.8rem;
    display: block;
    line-height: 1.15;
    margin-top: 16px;
    letter-spacing: -2px
}

.certification p:not(.eyebrow) {
    margin-top: 15px;
    color: var(--muted);
    font-size: .9rem
}

.certification .text-link {
    display: inline-block;
    margin-top: 18px;
    color: var(--teal)
}

.vision-panel {
    max-width: 780px;
    margin-bottom: 40px
}

.vision-panel > p:last-child {
    font-size: 1.1rem;
    color: var(--muted);
    margin-top: 20px
}

.principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.principles article {
    border: 1px solid #dce8ee;
    border-radius: 14px;
    padding: 28px
}

.principle-number {
    display: block;
    font-size: 2rem;
    color: var(--teal);
    font-weight: 700;
    margin-bottom: 20px
}

.principles h3 {
    font-size: 1.05rem;
    min-height: 60px
}

.principles p {
    font-size: .9rem;
    color: var(--muted);
    margin-top: 15px
}

.catalogue-section {
    background: #f4f8fa
}

.catalogue-tools {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 24px
}

.catalogue-tools > div {
    width: min(100%, 480px)
}

.catalogue-tools p {
    font-size: .82rem;
    color: var(--muted);
    padding-bottom: 12px
}

.catalogue-tools label {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 8px
}

.catalogue-tools input {
    width: 100%;
    border: 1px solid #b7cbd5;
    padding: 14px 16px;
    border-radius: 8px;
    background: white;
    color: var(--ink);
    font: inherit
}

.category-nav {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    overflow: visible;
    max-height: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 30px;
    background: none
}

.category-nav a {
    padding: 9px 13px !important;
    border: 1px solid #c6d9e2;
    border-radius: 7px;
    background: white;
    font-size: .85rem
}

.category-nav span {
    margin-left: 7px;
    font-size: .68rem;
    color: var(--muted)
}

.catalogue-layout {
    display: grid;
    grid-template-columns: 265px 1fr;
    gap: 35px;
    align-items: start
}

.catalogue-aside {
    position: sticky;
    top: 115px;
    background: linear-gradient(155deg, #e4f6f7, white);
    border: 1px solid #d4e7ed;
    border-radius: 14px;
    padding: 24px
}

.catalogue-aside img {
    width: 190px;
    height: 190px;
    object-fit: contain;
    margin: 0 auto 24px
}

.catalogue-aside h2 {
    font-size: 1.65rem
}

.catalogue-aside p {
    font-size: .85rem;
    color: var(--muted);
    margin: 16px 0 22px
}

.catalogue-aside small {
    display: block;
    font-size: .7rem;
    color: var(--muted);
    margin-top: 15px
}

.catalogue-aside .button {
    padding: 12px 16px;
    font-size: .75rem
}

.catalogue-group {
    background: #fff;
    border: 1px solid #dce8ee;
    border-radius: 14px;
    margin-bottom: 24px;
    scroll-margin-top: 112px;
    overflow: hidden
}

.catalogue-heading {
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    background: linear-gradient(90deg, #eef7f9, white)
}

.category-index {
    font-size: 1.5rem;
    font-weight: 700;
    color: #007e90
}

.catalogue-heading h2 {
    font-size: 1.35rem;
    letter-spacing: -.5px
}

.catalogue-heading p {
    font-size: .78rem;
    color: var(--muted);
    margin-top: 6px
}

.category-count {
    margin-left: auto;
    font-size: .7rem;
    white-space: nowrap;
    color: var(--muted)
}

.product-list {
    list-style: none;
    margin: 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px
}

.product-list li {
    padding: 14px 0;
    border-bottom: 1px solid #e5edf1;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    min-height: 56px
}

.product-list li a {
    color: var(--teal);
    font-weight: 600;
    font-size: .7rem;
    white-space: nowrap;
    padding: 4px 0
}

.product-list li > span {
    overflow-wrap: anywhere
}

.product-list li:last-child {
    border-bottom: 0
}

.catalogue-note {
    margin-top: 30px;
    color: var(--muted);
    font-size: .85rem
}

.empty-results {
    padding: 35px;
    text-align: center;
    background: white;
    border: 1px solid #dce8ee;
    border-radius: 10px
}

.empty-results a {
    color: var(--teal);
    text-decoration: underline
}

[hidden] {
    display: none !important
}

.contact-page-grid {
    display: grid;
    grid-template-columns: .85fr 1.3fr;
    gap: 40px;
    align-items: start
}

.office-stack {
    display: grid;
    gap: 22px
}

.office-card {
    padding: 28px;
    background: #f2f7f9;
    border: 1px solid #e0ebf0;
    border-radius: 14px
}

.office-card h2 {
    font-size: 1.9rem
}

.office-card address {
    font-style: normal;
    color: var(--muted);
    font-size: .9rem;
    margin: 17px 0
}

.office-card h3 {
    font-size: .8rem;
    margin: 20px 0 8px
}

.office-card p {
    font-size: .9rem;
    line-height: 1.9
}

.office-email {
    display: block;
    color: var(--teal);
    font-size: .88rem;
    margin-top: 15px;
    overflow-wrap: anywhere
}

.whatsapp-contact {
    background: #eaf7ee;
    padding: 18px 22px;
    border-radius: 10px;
    font-size: .83rem;
    color: #156032
}

.whatsapp-contact strong {
    display: block;
    margin-top: 5px
}

.enquiry-panel {
    border: 1px solid #dbe8ef;
    padding: 36px;
    border-radius: 16px;
    box-shadow: 0 16px 50px #0b294307
}

.enquiry-panel > p:not(.eyebrow) {
    font-size: .88rem;
    color: var(--muted);
    margin: 15px 0 25px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.form-grid .full {
    grid-column: 1/-1
}

form label {
    display: block;
    font-size: .83rem;
    font-weight: 600;
    margin-bottom: 7px
}

form input:not([type=hidden]),
form textarea {
    border: 1px solid #b5c8d3;
    border-radius: 7px;
    font: inherit;
    font-size: 1rem;
    background: #fbfdfe;
    color: var(--ink);
    padding: 11px 13px;
    width: 100%;
    min-width: 0
}

form textarea {
    resize: vertical;
    min-height: 130px
}

input:focus,
textarea:focus {
    outline: 2px solid var(--teal);
    outline-offset: 2px
}

form small {
    font-size: .72rem;
    color: var(--muted)
}

.honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.captcha-block {
    margin-top: 23px
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 13px
}

.captcha-row > span {
    font-size: 1rem;
    font-weight: 700;
    min-width: 100px
}

.captcha-row input {
    max-width: 110px
}

.captcha-row button {
    border: 1px solid #c6d8e0;
    border-radius: 6px;
    background: white;
    color: var(--teal);
    font-size: 1.6rem;
    line-height: 1;
    width: 42px;
    height: 42px
}

.form-privacy {
    font-size: .76rem;
    color: var(--muted);
    margin: 22px 0
}

.form-privacy a {
    text-decoration: underline;
    color: var(--teal)
}

button:disabled {
    cursor: wait;
    opacity: .6;
    transform: none !important
}

#form-status {
    font-size: .88rem;
    border-radius: 8px;
    margin-top: 20px;
    scroll-margin-top: 125px
}

#form-status:not(:empty) {
    padding: 15px
}

.status-error {
    background: #fff0ee;
    color: #922c24;
    border: 1px solid #f1c2bd
}

.status-success {
    background: #eaf7ee;
    color: #175b31;
    border: 1px solid #b8dec4
}

.status-info {
    background: #eef6fa;
    color: var(--ink);
    border: 1px solid #c8dce5
}

.map-section {
    background: #f2f7f9
}

.map-section .section-heading > p {
    color: var(--muted);
    font-size: .85rem;
    max-width: 320px
}

.map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.map-card {
    border: 1px solid #d8e6ee;
    border-radius: 14px;
    background: white;
    padding: 24px
}

.map-card h3 {
    margin-bottom: 18px;
    font-size: 1.15rem
}

.map-placeholder {
    height: 310px;
    background: linear-gradient(140deg, #e3eff3, #f8fbfc);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    padding: 20px
}

.map-placeholder > span {
    font-size: 3rem;
    color: var(--teal)
}

.map-placeholder p {
    font-size: .88rem;
    margin: 10px 0 18px
}

.map-placeholder small {
    font-size: .7rem;
    color: var(--muted);
    margin-top: 15px
}

.map-card iframe {
    border: 0;
    width: 100%;
    height: 310px;
    border-radius: 8px;
    display: block
}

.map-card > .text-link {
    display: inline-block;
    margin-top: 17px;
    color: var(--teal)
}

.policy-layout {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 65px;
    align-items: start
}

.policy-nav {
    position: sticky;
    top: 110px;
    padding: 22px;
    background: var(--pale);
    border-radius: 10px
}

.policy-nav a {
    display: block;
    margin: 0 0 13px;
    font-size: .85rem
}

.policy-nav a:last-child {
    margin: 0
}

.policy-nav a:hover {
    color: var(--teal)
}

.policy-content {
    max-width: 800px;
    color: var(--muted)
}

.policy-date {
    font-size: .8rem;
    margin-bottom: 30px
}

.policy-content section {
    margin-bottom: 32px;
    scroll-margin-top: 112px
}

.policy-content h2 {
    font-size: 1.45rem;
    color: var(--ink);
    letter-spacing: -.4px;
    margin-bottom: 17px
}

.policy-content h3 {
    font-size: 1rem;
    color: var(--ink);
    margin: 22px 0 10px
}

.policy-content p,
.policy-content li {
    font-size: .95rem;
    margin-bottom: 15px
}

.policy-content a {
    color: var(--teal);
    text-decoration: underline;
    overflow-wrap: anywhere
}

.policy-content ul {
    padding-left: 22px
}

@media(max-width:960px) {
    .catalogue-layout {
        grid-template-columns: 1fr
    }

    .catalogue-aside {
        position: static;
        display: none
    }

    .contact-page-grid {
        gap: 25px;
        grid-template-columns: .85fr 1.15fr
    }

    .enquiry-panel {
        padding: 25px
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .certification-grid {
        gap: 35px;
        grid-template-columns: 250px 1fr
    }

    .policy-layout {
        grid-template-columns: 190px 1fr;
        gap: 35px
    }

    .category-nav {
        padding-top: 0
    }

    .breadcrumbs {
        padding-top: 25px
    }

    .principles {
        gap: 16px
    }

    .principles article {
        padding: 22px
    }

    .principles h3 {
        min-height: 80px
    }
}

@media(max-width:600px) {
    .page-hero {
        padding-bottom: 40px
    }

    .page-hero h1 {
        font-size: 2.8rem
    }

    .page-lead {
        font-size: .92rem
    }

    .breadcrumbs {
        font-size: .72rem;
        padding-bottom: 22px
    }

    .certification-grid,
    .principles,
    .contact-page-grid,
    .map-grid,
    .policy-layout {
        grid-template-columns: 1fr
    }

    .certification-grid {
        gap: 27px
    }

    .certificate-type {
        max-width: 300px
    }

    .certificate-type strong {
        font-size: 2.3rem
    }

    .principles h3 {
        min-height: 0
    }

    .vision-panel > p:last-child {
        font-size: 1rem
    }

    .catalogue-tools {
        display: block
    }

    .catalogue-tools p {
        margin-top: 12px
    }

    .category-nav {
        gap: 7px;
        padding-bottom: 23px
    }

    .category-nav a {
        font-size: .7rem;
        padding: 8px 10px !important
    }

    .catalogue-heading {
        padding: 20px 17px;
        gap: 12px;
        align-items: start
    }

    .category-count {
        display: none
    }

    .catalogue-heading h2 {
        font-size: 1.22rem
    }

    .catalogue-heading p {
        font-size: .76rem
    }

    .product-list {
        grid-template-columns: 1fr;
        padding: 0 18px
    }

    .product-list li {
        font-size: .9rem
    }

    .product-list li a {
        font-size: .76rem
    }

    .office-card {
        padding: 25px
    }

    .enquiry-panel {
        padding: 25px 20px
    }

    .enquiry-panel h2 {
        font-size: 1.8rem
    }

    .captcha-row {
        gap: 10px
    }

    .captcha-row > span {
        min-width: 85px
    }

    .map-card {
        padding: 20px
    }

    .map-placeholder,
    .map-card iframe {
        height: 280px
    }

    .policy-nav {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 12px 18px
    }

    .policy-nav a {
        margin: 0;
        font-size: .78rem
    }

    .policy-layout {
        gap: 28px
    }
}

/* Expanded navigation, contact icons and partner pages */
#navigation {
    gap: 15px;
    font-size: .95rem
}

#navigation .nav-quote {
    margin-left: 0;
    padding: 11px 14px;
    gap: 10px
}

.nav-row {
    gap: 20px
}

.topbar {
    max-height: 180px;
    font-size: .78rem
}

.top-inner {
    min-height: 52px;
    gap: 16px
}

.top-inner > div.top-contacts {
    gap: 16px;
    flex-wrap: wrap
}

.top-contacts > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    padding: 6px 0
}

.top-contacts svg {
    width: 21px;
    height: 21px;
    flex-shrink: 0
}

.topbar .socials {
    display: flex;
    gap: 5px;
    flex-shrink: 0
}

.socials svg {
    width: 22px;
    height: 22px;
    display: block
}

.socials a,
.socials button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 36px;
    border-radius: 5px;
    transition: background .2s, color .2s
}

.socials a:hover {
    background: #ffffff20;
    color: #4bdfec
}

.socials > span {
    font-size: .7rem;
    margin-right: 4px
}

.footer-grid .socials {
    gap: 7px;
    flex-wrap: wrap
}

.footer-grid .socials a {
    width: 36px;
    height: 38px
}

.certificate-layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 65px;
    align-items: center
}

.certificate-preview {
    display: block;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 12px 35px #08283c15
}

.certificate-preview img {
    width: 100%;
    height: auto
}

.certificate-preview span {
    display: block;
    text-align: center;
    color: var(--teal);
    font-size: .82rem;
    font-weight: 600;
    padding: 13px 5px 4px
}

.certificate-layout blockquote {
    font-size: 1.1rem;
    line-height: 1.7;
    border-left: 3px solid var(--cyan);
    padding: 12px 0 12px 20px;
    margin: 22px 0;
    color: var(--ink)
}

.certificate-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 24px 0
}

.certificate-details dt {
    font-size: .76rem;
    color: var(--muted)
}

.certificate-details dd {
    margin: 4px 0 0;
    font-size: .93rem;
    font-weight: 600
}

.section-intro {
    max-width: 410px;
    font-size: .94rem;
    color: var(--muted)
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.industry-card {
    border: 1px solid #d9e6ec;
    padding: 30px;
    border-radius: 14px;
    transition: transform .25s, box-shadow .25s;
    background: linear-gradient(145deg, #f2f9fb, #fff 45%)
}

.industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px #092b4610
}

.industry-card h3 {
    font-size: 1.16rem;
    margin-bottom: 16px
}

.industry-card p {
    font-size: .9rem;
    color: var(--muted)
}

.industry-products {
    border-top: 1px solid #dce7ee;
    margin: 22px 0;
    padding-top: 19px
}

.industry-products strong {
    font-size: .76rem;
    display: block;
    margin-bottom: 8px;
    color: var(--teal)
}

.application-strip {
    background: var(--pale);
    padding: 55px 0
}

.application-strip > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.application-strip p:not(.eyebrow) {
    color: var(--muted);
    margin-bottom: 22px
}

.distributor-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.distributor-intro > div > p:not(.eyebrow) {
    color: var(--muted);
    margin: 20px 0
}

.distributor-intro .button {
    margin-top: 8px
}

.distributor-range {
    background: linear-gradient(135deg, #e9f7f8, #f5f8fb);
    padding: 30px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 23px
}

.distributor-range img {
    width: 40%;
    height: auto;
    object-fit: contain
}

.distributor-range h3 {
    font-size: 1.2rem
}

.distributor-range p:not(.eyebrow) {
    font-size: .85rem;
    color: var(--muted);
    margin: 15px 0
}

.distributor-steps {
    background: #f3f8fa
}

.distributor-steps .principles {
    margin-top: 30px
}

.distributor-steps article {
    background: white
}

.distributor-application {
    display: grid;
    grid-template-columns: .85fr 1.3fr;
    gap: 65px;
    align-items: start
}

.application-copy {
    position: sticky;
    top: 120px
}

.application-copy p {
    color: var(--muted);
    font-size: .92rem;
    margin: 20px 0
}

.application-copy ul {
    padding-left: 20px;
    color: var(--muted);
    font-size: .92rem
}

.application-copy li {
    margin-bottom: 13px
}

.application-copy .text-link {
    white-space: normal;
    color: var(--teal)
}

@media(max-width:1200px) {
    .top-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        padding: 8px 0
    }

    .top-inner > div.top-contacts {
        justify-content: center
    }

    .topbar .socials {
        margin-top: 4px
    }

    .menu-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        border: 0;
        background: #eef5f8;
        border-radius: 8px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        align-items: center;
        z-index: 32
    }

    .menu-toggle span {
        width: 22px;
        height: 2px;
        background: var(--navy);
        transition: transform .3s, opacity .3s
    }

    .menu-toggle[aria-expanded=true] span:first-child {
        transform: translateY(7px) rotate(45deg)
    }

    .menu-toggle[aria-expanded=true] span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded=true] span:last-child {
        transform: translateY(-7px) rotate(-45deg)
    }

    #navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 15px 24px 25px;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        box-shadow: 0 16px 20px #092b4620;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-12px);
        transition: .25s;
        max-height: calc(100dvh - 170px);
        overflow: auto;
        font-size: .95rem
    }

    #navigation.open {
        visibility: visible;
        opacity: 1;
        transform: none
    }

    #navigation .nav-quote {
        margin: 10px 0 0
    }

    .distributor-intro {
        gap: 30px
    }

    .distributor-range {
        padding: 25px;
        gap: 15px
    }
}

@media(max-width:960px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .certificate-layout {
        grid-template-columns: 270px 1fr;
        gap: 35px
    }

    .certificate-details {
        grid-template-columns: 1fr
    }

    .distributor-intro,
    .distributor-application {
        grid-template-columns: 1fr
    }

    .distributor-range {
        max-width: 650px
    }

    .application-copy {
        position: static
    }

    .distributor-application {
        gap: 30px
    }

    .application-strip > .container {
        gap: 30px
    }
}

@media(max-width:600px) {
    .topbar {
        font-size: .69rem;
        max-height: 200px
    }

    .top-inner > div.top-contacts {
        gap: 3px 12px
    }

    .top-contacts svg {
        width: 19px;
        height: 19px
    }

    .top-contacts > a {
        gap: 5px;
        padding: 2px 0
    }

    .topbar .socials {
        display: flex;
        gap: 7px;
        width: 100%;
        justify-content: center;
        margin-top: 6px
    }

    .topbar .socials > span {
        display: none
    }

    .topbar .socials a {
        min-width: 34px;
        min-height: 34px
    }

    .socials svg {
        width: 23px;
        height: 23px
    }

    .certificate-layout,
    .industry-grid,
    .application-strip > .container {
        grid-template-columns: 1fr
    }

    .certificate-preview {
        max-width: 330px;
        margin-inline: auto
    }

    .certificate-details {
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }

    .certificate-details dd {
        font-size: .82rem;
        overflow-wrap: anywhere
    }

    .industry-card {
        padding: 25px
    }

    .section-intro {
        margin-top: 20px
    }

    .distributor-range {
        padding: 22px;
        gap: 15px
    }

    .distributor-range h3 {
        font-size: 1rem
    }

    .distributor-range .eyebrow {
        font-size: .65rem
    }

    .distributor-range .text-link {
        font-size: .72rem;
        white-space: normal
    }

    .application-strip > .container {
        gap: 25px
    }

    .scrolled .topbar {
        max-height: 0
    }

    .footer-grid .socials {
        gap: 4px
    }
}
