:root {
    --blue: #073b79;
    --navy: #092e57;
    --ink: #182e42;
    --paper: #fbfaf7;
    --muted: #64717b;
    --line: #dce0df;
    --serif: Georgia, serif
}

* {
    box-sizing: border-box
}

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

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', Arial, sans-serif
}

body.modal-open {
    overflow: hidden
}

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

button {
    font: inherit;
    cursor: pointer
}

img {
    display: block;
    width: 100%
}

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

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

[hidden] {
    display: none !important
}

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

.header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 250, 247, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px)
}

.header-inner {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand img {
    width: 138px;
    height: 48px;
    object-fit: contain
}

.nav {
    display: flex;
    gap: 34px;
    font-size: 13px
}

.nav a:hover,
.text-link:hover {
    color: #2171ab
}

.header-cta {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    gap: 28px;
    align-items: center;
    border-bottom: 1px solid var(--blue);
    padding: 10px 0
}

.header-cta span {
    font-size: 22px
}

.menu-toggle {
    display: none
}

.hero {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 55px;
    padding-block: 44px 56px;
    align-items: center
}

.eyebrow {
    font-size: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--blue);
    display: block;
    margin-bottom: 22px
}

.eyebrow i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--blue);
    border-radius: 50%;
    margin-right: 9px
}

.hero h1 {
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(56px, 6.3vw, 88px);
    line-height: 1.04;
    letter-spacing: -5px;
    font-weight: 500;
    margin: 0 0 26px
}

.hero h1>span {
    font-family: var(--serif);
    font-style: italic;
    color: var(--blue);
    letter-spacing: -4px
}

.hero-copy>p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--muted);
    max-width: 350px;
    margin: 0 0 30px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding: 17px 23px;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: background .2s, transform .2s
}

.button:hover {
    transform: translateY(-2px)
}

.button>span {
    font-size: 20px;
    line-height: 1
}

.primary {
    background: var(--blue);
    color: white
}

.primary:hover {
    background: var(--navy)
}

.hero-footnote {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    color: var(--muted);
    margin-top: 36px
}

.line {
    height: 1px;
    width: 32px;
    background: #a4afb8
}

.hero-visual {
    position: relative;
    min-width: 0;
    height: 560px;
    border-radius: 5px;
    overflow: hidden
}

.hero-photo {
    height: 100%;
    object-fit: cover
}

.image-topline {
    position: absolute;
    inset: 20px 22px auto;
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    letter-spacing: 1.1px;
    color: white;
    text-shadow: 0 1px 6px #000;
    background: #092e5780;
    padding: 9px 12px;
    border-radius: 3px
}

.hero-tag {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    background: rgba(251, 250, 247, .96);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-radius: 3px
}

.hero-tag small {
    display: block;
    color: var(--muted);
    font-size: 10px;
    margin-bottom: 6px
}

.hero-tag strong {
    font-size: 19px;
    font-weight: 500
}

.circle-arrow {
    border: 1px solid #aebcc8;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    font-size: 21px
}

.brand-strip {
    border-block: 1px solid var(--line)
}

.brand-strip>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 70px;
    font-size: 11px;
    color: var(--muted)
}

.brand-strip b {
    color: var(--blue);
    margin: 0 24px;
    font-size: 17px
}

.section {
    padding-block: 95px
}

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

h2 {
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(34px, 3.6vw, 49px);
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.13;
    margin: 0
}

.section-heading p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0 0 3px
}

.section-heading .eyebrow {
    margin-bottom: 17px
}

.environments {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px
}

.environment {
    min-width: 0
}

.environment img {
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    transition: filter .25s
}

.environment:hover img {
    filter: brightness(1.09)
}

.environment>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px
}

.environment strong {
    font-weight: 500
}

.environment b {
    font-size: 20px;
    font-weight: 400
}

.collection {
    background: #f0f2ef;
    border-block: 1px solid #e4e7e3
}

.collection-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.filter {
    background: transparent;
    border: 1px solid #cbd3d2;
    border-radius: 30px;
    font-size: 12px;
    padding: 10px 20px;
    color: #465963
}

.filter.active {
    color: #fff;
    background: var(--navy);
    border-color: var(--navy)
}

.filter:hover:not(.active) {
    background: #e2e8e4
}

.result-count {
    font-size: 11px;
    color: var(--muted);
    white-space: nowrap
}

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

.product-card {
    min-width: 0
}

.product-trigger {
    display: block;
    border: 0;
    text-align: left;
    background: transparent;
    width: 100%;
    padding: 0;
    color: inherit
}

.product-image {
    position: relative;
    overflow: hidden;
    background: #e6e5df;
    border-radius: 4px;
    aspect-ratio: 1.15
}

.product-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.product-trigger:hover img {
    transform: scale(1.045)
}

.product-view {
    position: absolute;
    right: 14px;
    bottom: 14px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: grid;
    place-items: center;
    background: var(--paper);
    font-size: 21px;
    box-shadow: 0 2px 15px #0001
}

.product-info {
    padding-top: 17px
}

.product-info small {
    font-size: 9px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--muted)
}

.product-info h3 {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -.6px;
    margin: 6px 0
}

.product-info p {
    font-size: 11px;
    color: var(--muted);
    margin: 0
}

.empty-state {
    text-align: center;
    padding: 65px 20px;
    background: #fbfaf7;
    border: 1px solid var(--line)
}

.empty-state h3 {
    font-size: 30px;
    margin: 0 0 16px
}

.empty-state p {
    max-width: 440px;
    margin: 0 auto 25px;
    line-height: 1.7;
    color: var(--muted);
    font-size: 14px
}

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

.about-photo {
    position: relative
}

.about-photo img {
    aspect-ratio: 1.05;
    object-fit: cover;
    border-radius: 4px
}

.about-photo>span {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: var(--paper);
    padding: 12px 16px;
    font-size: 9px;
    letter-spacing: 1.4px
}

.about-copy h2 {
    font-size: clamp(36px, 4vw, 55px)
}

em {
    font-family: var(--serif);
    font-weight: 400
}

.about-copy p {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.9;
    color: var(--muted);
    margin: 25px 0
}

.text-link {
    display: inline-flex;
    gap: 25px;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    font-size: 12px
}

.closing {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: white;
    padding-block: 70px
}

.closing .container {
    position: relative;
    z-index: 1
}

.closing .eyebrow {
    color: #bed4e3
}

.closing h2 {
    font-size: clamp(34px, 4vw, 54px);
    margin-bottom: 30px
}

.light {
    background: var(--paper);
    color: var(--navy)
}

.closing-mark {
    position: absolute;
    right: 2%;
    bottom: -80px;
    font-family: var(--serif);
    font-size: 370px;
    letter-spacing: -30px;
    color: #ffffff08;
    pointer-events: none
}

.footer {
    padding-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap
}

.footer>p,
.footer>a:not(.brand) {
    font-size: 11px;
    color: var(--muted)
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding: 22px 0;
    font-size: 10px;
    color: var(--muted)
}

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

.skip-link:focus {
    top: 10px
}

dialog {
    padding: 0;
    border: 0;
    border-radius: 8px;
    width: min(900px, calc(100% - 32px));
    max-height: 90dvh;
    color: var(--ink);
    background: var(--paper)
}

dialog::backdrop {
    background: #051a30b8;
    backdrop-filter: blur(5px)
}

.dialog-layout {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.dialog-layout>img {
    height: 100%;
    min-height: 460px;
    object-fit: cover
}

.dialog-copy {
    padding: 58px 35px 28px
}

.dialog-copy h2 {
    font-size: 36px
}

.dialog-copy>p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--muted)
}

.dialog-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    font-size: 24px;
    color: var(--ink);
    z-index: 1
}

.detail-note {
    border-top: 1px solid var(--line);
    padding-top: 22px;
    margin-top: 25px
}

.detail-note strong {
    font-size: 13px
}

.detail-note p {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.7
}

.dialog-copy .button {
    width: 100%;
    gap: 15px;
    margin-top: 12px
}

.copy-status {
    min-height: 22px;
    font-size: 11px !important;
    margin-bottom: 0
}

@media(min-width:1550px) {
    .hero-visual {
        height: 620px
    }
}

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

    .hero {
        gap: 30px
    }

    .hero h1 {
        font-size: 65px
    }

    .hero-visual {
        height: 510px
    }

    .environment img {
        height: 210px
    }

    .about {
        gap: 50px
    }

    .brand-strip b {
        margin: 0 12px
    }
}

@media(max-width:900px) {
    html {
        scroll-padding-top: 85px
    }

    .container {
        width: calc(100% - 36px)
    }

    .header-inner {
        height: 72px;
        gap: 15px
    }

    .brand img {
        width: 115px;
        height: 40px
    }

    .header-cta {
        margin-left: auto;
        font-size: 10px;
        gap: 9px
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        width: 40px;
        height: 40px;
        border: 1px solid var(--line);
        background: transparent;
        border-radius: 3px;
        padding: 10px
    }

    .menu-toggle span {
        width: 18px;
        height: 1px;
        background: var(--ink)
    }

    .nav {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        padding: 20px;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        gap: 0
    }

    .nav.open {
        display: flex
    }

    .nav a {
        padding: 13px
    }

    .hero {
        grid-template-columns: 1fr;
        padding-block: 35px;
        gap: 30px
    }

    .hero h1 {
        font-size: 64px;
        letter-spacing: -3px;
        margin-bottom: 21px
    }

    .hero-copy>p {
        max-width: 420px;
        font-size: 14px
    }

    .hero .eyebrow {
        margin-bottom: 20px
    }

    .hero-footnote {
        margin-top: 24px
    }

    .hero-visual {
        height: 430px
    }

    .brand-strip>.container {
        padding-block: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        font-size: 10px
    }

    .brand-strip b {
        margin: 0 10px;
        font-size: 14px
    }

    .section {
        padding-block: 58px
    }

    .section-heading {
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 28px
    }

    .section-heading p {
        font-size: 12px
    }

    .section-heading p br {
        display: none
    }

    .environments {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px
    }

    .environment img {
        height: 210px
    }

    .environment:last-child {
        grid-column: span 2
    }

    .environment:last-child img {
        height: 220px
    }

    .collection-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px
    }

    .filter {
        font-size: 11px;
        padding: 9px 15px
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 14px
    }

    .product-image {
        aspect-ratio: .9
    }

    .product-info h3 {
        font-size: 18px
    }

    .product-info p {
        font-size: 10px;
        line-height: 1.5
    }

    .product-view {
        height: 30px;
        width: 30px;
        right: 9px;
        bottom: 9px;
        font-size: 17px
    }

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

    .about-photo img {
        aspect-ratio: 1.2
    }

    .about-copy h2 br {
        display: none
    }

    .about-copy h2 {
        max-width: 400px
    }

    .closing {
        padding-block: 50px
    }

    .closing-mark {
        font-size: 260px;
        bottom: -50px
    }

    .footer {
        padding-top: 28px;
        gap: 15px
    }

    .footer>p {
        display: none
    }

    .footer-bottom {
        font-size: 9px;
        gap: 20px;
        line-height: 1.6
    }

    .dialog-layout {
        grid-template-columns: 1fr
    }

    .dialog-layout>img {
        height: 240px;
        min-height: 0
    }

    .dialog-copy {
        padding: 28px 24px 18px
    }

    .dialog-copy .eyebrow {
        margin-bottom: 12px
    }

    .dialog-copy h2 {
        font-size: 30px
    }

    .detail-note {
        margin-top: 18px;
        padding-top: 18px
    }
}

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

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

.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 48px;
    overflow: hidden;
    flex-shrink: 0
}

.brand img {
    width: 360px;
    max-width: none;
    height: 125px;
    flex-shrink: 0
}

@media(max-width:900px) {
    .brand {
        width: 100px;
        height: 40px
    }

    .brand img {
        width: 280px;
        height: 100px
    }
}



/* Quiet, continuous brand ribbon. The duplicate is visual only. */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.brand-strip {
    position: relative;
    isolation: isolate;
    padding-right: 58px
}

.marquee-window {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent)
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: brand-drift 48s linear infinite
}

.marquee-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 58px;
    min-width: max(1080px, 100vw);
    padding: 0 29px;
    min-height: 72px;
    flex-shrink: 0
}

.marquee-group>span {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .15px;
    color: var(--muted)
}

.marquee-group .marquee-dot {
    color: var(--blue);
    font-size: 20px;
    opacity: .55
}

.brand-strip:hover .marquee-track,
.brand-strip:focus-within .marquee-track,
.brand-strip.is-paused .marquee-track {
    animation-play-state: paused
}

.marquee-toggle {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    color: var(--muted)
}

.marquee-toggle:hover {
    border-color: var(--blue);
    color: var(--blue)
}

.marquee-toggle .play-icon {
    display: none
}

.is-paused .marquee-toggle .play-icon {
    display: block
}

.is-paused .marquee-toggle .pause-icon {
    display: none
}

@keyframes brand-drift {
    to {
        transform: translateX(-50%)
    }
}

/* Marketplaces use brand color in the marks, keeping the site palette intact. */
.marketplaces {
    padding-bottom: 0
}

.marketplaces .section-heading h2 {
    font-size: clamp(32px, 3.25vw, 46px)
}

.market-tabs {
    display: flex;
    gap: 34px;
    border-bottom: 1px solid var(--line);
    margin-top: 42px
}

.market-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 68px;
    padding: 8px 4px 18px;
    background: none;
    border: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 500
}

.market-tab img {
    width: 34px;
    height: 29px;
    object-fit: contain
}

.market-tab::after {
    position: absolute;
    content: '';
    height: 2px;
    background: var(--blue);
    bottom: -1px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform .2s ease
}

.market-tab[aria-selected="true"] {
    color: var(--navy)
}

.market-tab[aria-selected="true"]::after {
    transform: scaleX(1)
}

.market-tab:hover {
    color: var(--navy)
}

.market-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 42px 0 12px;
    min-width: 0
}

.market-copy {
    padding: 10px 0;
    min-width: 0
}

.market-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -.65px;
    margin-bottom: 25px;
    color: #2d3277
}

.market-brand img {
    width: 48px;
    height: 40px;
    object-fit: contain
}

.market-brand.shopee {
    color: #ee4d2d;
    font-weight: 500
}

.market-brand.shopee img {
    width: 38px
}

.market-copy h3 {
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(25px, 2.5vw, 35px);
    line-height: 1.25;
    letter-spacing: -1.2px;
    font-weight: 500;
    margin: 0 0 18px
}

.market-copy>p {
    max-width: 410px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
    margin: 0 0 27px
}

.market-link {
    gap: 26px;
    min-height: 50px
}

.market-address {
    display: block;
    margin-top: 15px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .15px;
    overflow-wrap: anywhere
}

.market-showcase {
    background: #f0f2ef;
    border: 1px solid #e6e9e4;
    border-radius: 5px;
    padding: 25px;
    min-width: 0
}

.showcase-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: var(--blue);
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 23px
}

.showcase-heading>span:last-child {
    font-size: 20px;
    letter-spacing: 0
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 17px;
    align-items: start
}

.showcase-grid figure {
    margin: 0;
    min-width: 0
}

.showcase-grid figure:last-child {
    padding-top: 32px
}

.showcase-grid img {
    height: auto;
    aspect-ratio: .88;
    object-fit: cover;
    border-radius: 3px
}

.showcase-grid figcaption {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    flex-wrap: wrap;
    font-size: 11px;
    padding-top: 12px;
    color: var(--ink)
}

.showcase-grid figcaption span {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.6
}

.market-showcase>p {
    color: var(--muted);
    font-size: 10px;
    margin: 24px 0 0;
    padding-top: 18px;
    border-top: 1px solid #d9dfd8
}

.dialog-stores {
    display: grid;
    gap: 8px;
    margin-block: 16px
}

.dialog-stores>a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    font-size: 11px;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 10px 12px;
    transition: border-color .2s
}

.dialog-stores>a:hover {
    border-color: var(--blue)
}

.dialog-stores img {
    width: 25px;
    height: 22px;
    object-fit: contain
}

.dialog-stores>a>span:nth-of-type(2) {
    margin-left: auto;
    font-size: 18px
}

.dialog-copy #copy-product {
    background: transparent;
    border: 1px solid var(--line);
    color: var(--blue);
    margin-top: 0
}

@media(max-width:1100px) {
    .nav {
        gap: 22px
    }

    .market-panel {
        gap: 30px
    }

    .market-showcase {
        padding: 20px
    }

    .market-link {
        gap: 17px;
        padding-inline: 18px
    }
}

@media(max-width:900px) {
    .marquee-group {
        min-height: 62px;
        gap: 42px;
        min-width: 1000px
    }

    .marquee-group>span {
        font-size: 11px
    }

    .market-panel {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 30px
    }

    .market-copy>p {
        max-width: 500px
    }

    .market-copy h3 {
        font-size: 30px
    }

    .marketplaces {
        padding-bottom: 0
    }

    .market-tabs {
        margin-top: 26px;
        gap: 28px
    }

    .market-tab {
        font-size: 13px;
        gap: 10px;
        min-height: 62px
    }

    .market-showcase {
        max-width: 600px;
        width: 100%
    }

    .market-brand {
        font-size: 22px;
        margin-bottom: 20px
    }

    .market-link {
        font-size: 12px
    }
}

@media(max-width:400px) {
    .market-tab {
        font-size: 12px;
        gap: 8px
    }

    .market-tabs {
        gap: 24px
    }

    .market-tab img {
        width: 30px
    }

    .market-showcase {
        padding: 17px
    }

    .showcase-grid {
        gap: 12px
    }

    .market-copy h3 {
        font-size: 27px
    }

    .market-copy>p {
        font-size: 13px
    }

    .market-link {
        width: 100%;
        justify-content: space-between
    }

    .showcase-heading {
        font-size: 8px;
        letter-spacing: 1px
    }
}

@media(prefers-reduced-motion:reduce) {
    .brand-strip {
        padding: 12px 18px
    }

    .marquee-window {
        mask-image: none
    }

    .marquee-track {
        animation: none;
        transform: none;
        width: 100%
    }

    .marquee-group {
        min-width: 0;
        width: 100%;
        min-height: 0;
        justify-content: center;
        gap: 12px 24px;
        flex-wrap: wrap;
        padding: 0
    }

    .marquee-group[aria-hidden="true"],
    .marquee-dot,
    .marquee-toggle {
        display: none
    }
}

@media(max-width:400px) {
    .hero h1 {
        font-size: clamp(48px, 16vw, 64px)
    }
}


/* Brand refinement: let the complete mark breathe inside the header. */
.header-inner {
    height: 100px
}

.brand {
    width: 190px;
    height: 88px;
    overflow: visible
}

.brand img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    max-width: none;
    pointer-events: none
}

.nav a {
    display: inline-block;
    transition: transform .24s ease, color .24s ease
}

.nav a:hover,
.nav a:focus-visible {
    transform: translateY(-3px);
    color: var(--blue)
}

.interactive-arrow {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    transform-origin: center;
    transition: transform .28s cubic-bezier(.2, .7, .3, 1)
}

a:hover .interactive-arrow,
button:hover .interactive-arrow,
a:focus-visible .interactive-arrow,
button:focus-visible .interactive-arrow {
    transform: rotate(45deg)
}

.environment b,
.product-view,
.circle-arrow {
    display: grid;
    place-items: center
}

.text-link {
    align-items: center
}

.hero-tag {
    transition: box-shadow .25s ease, background .25s ease
}

.hero-tag:hover {
    background: var(--paper);
    box-shadow: 0 5px 20px #092e5712
}

/* Serif rhythm, quiet blue ornaments and generous spacing. */
.brand-strip {
    background: #f4f5f1
}

.marquee-group {
    min-height: 104px;
    gap: 42px;
    min-width: max(1440px, 100vw);
    padding-inline: 21px
}

.marquee-group .marquee-phrase {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.5px;
    color: var(--ink)
}

.marquee-phrase em {
    font-family: inherit;
    color: var(--blue);
    font-weight: 500
}

.marquee-group .marquee-separator {
    display: grid;
    place-items: center;
    color: var(--blue);
    opacity: .42
}

.marquee-toggle {
    background: #f4f5f1
}

.marquee-track {
    animation-duration: 56s
}

/* Shopping channels: focused copy and a clear action, without repeated products. */
.market-panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    gap: 60px;
    padding: 38px 42px;
    margin-top: 24px;
    background: #f0f2ef;
    border: 1px solid #e2e6e0;
    border-radius: 5px
}

.market-copy {
    padding: 0
}

.market-copy h3 {
    font-size: 28px;
    letter-spacing: -1px
}

.market-copy>p {
    font-size: 13px;
    max-width: 490px;
    margin: 0
}

.market-brand {
    margin-bottom: 22px;
    font-size: 21px
}

.market-action {
    border-left: 1px solid #d6ded6;
    padding: 28px 0 28px 42px;
    min-width: 0
}

.market-action .eyebrow {
    font-size: 9px;
    margin-bottom: 17px
}

.market-action>p {
    font-size: 10px;
    line-height: 1.6;
    color: var(--muted);
    margin: 18px 0 0
}

.market-address {
    font-size: 10px;
    line-height: 1.6
}

.market-link {
    font-size: 12px;
    padding: 17px 20px;
    gap: 18px
}

/* Our essence is a story and a set of principles, not another product gallery. */
.about {
    display: block;
    padding-top: 110px;
    padding-bottom: 90px
}

.essence-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start
}

.essence-intro h2 {
    font-size: clamp(38px, 4vw, 57px);
    line-height: 1.14;
    letter-spacing: -2px;
    max-width: 550px
}

.essence-intro h2 em {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--blue);
    font-size: 1.15em
}

.essence-story>p {
    font-size: 14px;
    line-height: 1.9;
    color: var(--muted);
    margin: 0 0 17px
}

.essence-story>.essence-lead {
    font-size: 21px;
    line-height: 1.55;
    color: var(--ink);
    letter-spacing: -.4px;
    margin-bottom: 22px
}

.essence-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
    margin-top: 55px;
    padding-top: 32px;
    border-top: 1px solid var(--line)
}

.value-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--blue);
    margin-bottom: 24px
}

.value-top>span {
    font-size: 10px;
    letter-spacing: 1px;
    color: #8c9aa2
}

.essence-values h3 {
    font-family: Manrope, Arial, sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.4px;
    margin: 0 0 13px
}

.essence-values p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
    margin: 0
}

.essence-invitation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 45px;
    padding: 28px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.essence-invitation>div {
    display: flex;
    gap: 20px;
    align-items: center
}

.essence-invitation img {
    width: 46px;
    height: 46px;
    object-fit: contain
}

.essence-invitation p {
    font-size: 12px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0
}

.essence-invitation strong {
    font-weight: 500;
    color: var(--ink)
}

.essence-invitation .text-link {
    white-space: nowrap;
    padding-block: 13px
}

.dialog-stores>a {
    font-size: 12px;
    min-height: 48px
}

@media(max-width:1100px) {
    .header-inner {
        gap: 20px
    }

    .nav {
        gap: 19px;
        font-size: 12px
    }

    .brand {
        width: 168px
    }

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

    .market-panel {
        gap: 30px;
        padding: 30px
    }

    .market-action {
        padding-left: 25px
    }

    .market-link {
        font-size: 11px;
        padding-inline: 14px;
        gap: 12px
    }

    .essence-intro {
        gap: 45px
    }

    .essence-values {
        gap: 26px
    }
}

@media(max-width:900px) {
    .header-inner {
        height: 82px
    }

    .brand {
        width: 128px;
        height: 72px
    }

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

    .nav {
        top: 82px
    }

    .marquee-group {
        min-height: 88px;
        min-width: 1280px;
        gap: 34px;
        padding-inline: 17px
    }

    .marquee-group .marquee-phrase {
        font-size: 27px
    }

    .marquee-separator svg {
        width: 18px;
        height: 18px
    }

    .market-panel {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 28px
    }

    .market-action {
        border-left: 0;
        border-top: 1px solid #d6ded6;
        padding: 23px 0 0
    }

    .market-action .eyebrow {
        display: none
    }

    .market-link {
        font-size: 12px
    }

    .essence-intro {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .about {
        padding-block: 65px
    }

    .essence-story {
        max-width: 640px
    }

    .essence-intro h2 {
        max-width: 550px
    }

    .essence-values {
        gap: 20px;
        margin-top: 35px
    }

    .essence-values h3 {
        font-size: 17px
    }

    .essence-values p {
        font-size: 12px
    }

    .essence-invitation {
        align-items: flex-start;
        flex-direction: column;
        gap: 19px
    }

    .essence-invitation .text-link {
        white-space: normal
    }
}

@media(max-width:600px) {
    .essence-values {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .essence-values article+article {
        border-top: 1px solid var(--line);
        padding-top: 25px
    }

    .value-top {
        margin-bottom: 15px
    }

    .essence-values h3 {
        font-size: 20px
    }

    .essence-values p {
        font-size: 13px
    }

    .market-panel {
        padding: 25px 22px
    }

    .market-copy h3 {
        font-size: 25px
    }

    .essence-story>.essence-lead {
        font-size: 20px
    }

    .essence-invitation>div {
        gap: 15px
    }

    .essence-invitation p {
        font-size: 11px
    }

    .dialog-stores>a {
        font-size: 11px
    }
}

@media(max-width:400px) {
    .header-inner {
        gap: 8px
    }

    .brand {
        width: 112px
    }

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

    .header-cta {
        font-size: 9px;
        gap: 7px
    }

    .header-cta .interactive-arrow {
        width: 18px
    }

    .marquee-group .marquee-phrase {
        font-size: 25px
    }

    .market-link {
        font-size: 11px
    }

    .essence-intro h2 {
        font-size: 38px
    }
}

@media(prefers-reduced-motion:reduce) {
    .marquee-group {
        min-width: 0;
        min-height: 0;
        padding: 10px 0;
        gap: 15px 25px
    }

    .marquee-group .marquee-phrase {
        font-size: 22px
    }

    .marquee-separator {
        display: none !important
    }

    .nav a:hover,
    .nav a:focus-visible {
        transform: none
    }

    .interactive-arrow {
        transition: none
    }
}

/* A single photographic canvas, softened by a translucent ivory veil. */
.hero.container {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 700px;
    margin: 0;
    padding: 66px max(48px, calc((100vw - 1320px) / 2));
    overflow: hidden;
    background: #efeee8;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, #fbfaf7 0%, rgba(251, 250, 247, .99) 22%, rgba(251, 250, 247, .94) 35%, rgba(251, 250, 247, .75) 47%, rgba(251, 250, 247, .27) 61%, rgba(251, 250, 247, 0) 77%);
}

.hero .hero-copy {
    position: relative;
    z-index: 1;
    width: min(620px, 58%);
    padding: 0;
}

.hero .eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    font-size: 10px;
    letter-spacing: 2px;
}

.hero .eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--blue);
    opacity: .65
}

.hero h1 {
    font-size: clamp(70px, 7.2vw, 104px);
    line-height: 1.015;
    letter-spacing: -5.5px;
    font-weight: 500;
    margin-bottom: 27px;
}

.hero h1>span {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: 1.13em;
    line-height: .95;
    letter-spacing: -4px;
}

.hero .hero-copy>p {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.85;
    color: #4c6070;
    margin-bottom: 29px;
}

.hero .button {
    padding: 18px 24px;
    gap: 35px;
    box-shadow: 0 5px 20px #092e5710
}

.hero .hero-footnote {
    margin-top: 29px;
    font-size: 10px;
    color: #546774
}

.hero .hero-visual {
    position: absolute;
    inset: 0 0 0 26%;
    height: auto;
    min-width: 0;
    border-radius: 0;
    overflow: visible;
    z-index: -2;
}

.hero .hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 55%;
    border-radius: 0;
    mask-image: linear-gradient(90deg, transparent, #000 17%);
}

.hero .image-topline {
    inset: 28px max(48px, calc((100vw - 1320px) / 2)) auto auto;
    background: rgba(251, 250, 247, .86);
    backdrop-filter: blur(12px);
    color: var(--navy);
    text-shadow: none;
    padding: 11px 15px;
    gap: 24px;
    border: 1px solid #ffffff80;
    font-size: 8px;
    letter-spacing: 1.5px;
}

.hero .hero-tag {
    inset: auto max(48px, calc((100vw - 1320px) / 2)) 34px auto;
    width: 330px;
    gap: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .75);
    background: rgba(251, 250, 247, .85);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px #092e5710;
}

.hero .hero-tag small {
    font-size: 10px;
    margin-bottom: 7px;
    color: #4c6070
}

.hero .hero-tag strong {
    font-size: 19px;
    letter-spacing: -.4px
}

/* Bring photo controls above the veil without blocking the text. */
.hero .hero-visual {
    z-index: auto;
    pointer-events: none
}

.hero .hero-photo {
    position: absolute;
    z-index: -2
}

.hero .image-topline,
.hero .hero-tag {
    z-index: 2;
    pointer-events: auto
}

@media(min-width:1600px) {
    .hero.container {
        min-height: 760px;
        padding-block: 76px
    }

    .hero .hero-visual {
        left: 29%
    }
}

@media(max-width:1100px) {
    .hero.container {
        padding: 58px 28px;
        min-height: 670px
    }

    .hero h1 {
        font-size: 78px;
        letter-spacing: -4px
    }

    .hero .hero-copy {
        width: 60%
    }

    .hero .hero-visual {
        left: 22%
    }

    .hero .hero-tag {
        right: 28px;
        width: 290px;
        padding: 18px
    }

    .hero .image-topline {
        right: 28px;
        gap: 15px;
        font-size: 7px
    }

    .hero .hero-tag strong {
        font-size: 17px
    }
}

@media(max-width:900px) {
    .hero.container {
        min-height: 660px;
        padding: 50px 28px
    }

    .hero .hero-copy {
        width: 65%
    }

    .hero h1 {
        font-size: 74px
    }

    .hero .hero-copy>p {
        max-width: 320px;
        font-size: 13px
    }

    .hero .hero-visual {
        left: 16%
    }

    .hero::before {
        background: linear-gradient(90deg, #fbfaf7 0%, rgba(251, 250, 247, .98) 22%, rgba(251, 250, 247, .86) 43%, rgba(251, 250, 247, .35) 65%, transparent 87%)
    }

    .hero .image-topline {
        display: none
    }

    .hero .hero-tag {
        width: 260px;
        bottom: 24px;
        right: 24px;
        padding: 16px
    }

    .hero .hero-tag strong {
        font-size: 16px
    }

    .hero .circle-arrow {
        width: 34px;
        height: 34px
    }

    .hero .hero-footnote {
        max-width: 270px
    }
}

@media(max-width:600px) {
    .hero.container {
        min-height: 920px;
        padding: 38px 22px 390px;
        align-items: flex-start
    }

    .hero .hero-copy {
        width: 100%;
        max-width: 430px
    }

    .hero .eyebrow {
        font-size: 9px;
        letter-spacing: 1.8px;
        margin-bottom: 23px
    }

    .hero h1 {
        font-size: clamp(55px, 15.5vw, 78px);
        letter-spacing: -3.5px;
        margin-bottom: 23px
    }

    .hero h1>span {
        letter-spacing: -2.5px
    }

    .hero .hero-copy>p {
        max-width: 330px;
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 25px
    }

    .hero .hero-footnote {
        margin-top: 23px;
        font-size: 9px;
        max-width: none
    }

    .hero .button {
        padding: 16px 20px;
        font-size: 11px;
        gap: 30px
    }

    .hero .hero-visual {
        inset: 290px 0 0;
        height: auto
    }

    .hero .hero-photo {
        mask-image: linear-gradient(180deg, transparent, #000 27%);
        object-position: 60% 58%
    }

    .hero::before {
        background: linear-gradient(180deg, #fbfaf7 0%, rgba(251, 250, 247, .97) 32%, rgba(251, 250, 247, .80) 46%, rgba(251, 250, 247, .18) 66%, transparent 79%)
    }

    .hero .hero-tag {
        left: 22px;
        right: 22px;
        bottom: 22px;
        width: auto;
        padding: 18px 20px
    }

    .hero .hero-tag strong {
        font-size: 18px
    }
}

@media(max-width:360px) {
    .hero.container {
        padding-inline: 18px;
        min-height: 900px
    }

    .hero h1 {
        font-size: 54px
    }

    .hero .hero-copy>p {
        font-size: 12px
    }

    .hero .hero-tag {
        left: 18px;
        right: 18px
    }
}


/* Less veil, more of the room: the title now shares the photograph. */
.hero .hero-visual {
    left: 7%
}

.hero .hero-photo {
    object-position: 58% 52%;
    mask-image: linear-gradient(90deg, transparent, #000 9%)
}

.hero::before {
    background: linear-gradient(90deg, rgba(251, 250, 247, .91) 0%, rgba(251, 250, 247, .83) 12%, rgba(251, 250, 247, .69) 29%, rgba(251, 250, 247, .43) 45%, rgba(251, 250, 247, .14) 62%, transparent 80%)
}

.hero .hero-copy>p,
.hero .hero-footnote {
    color: #263f53
}

.hero h1 {
    text-shadow: 0 1px 18px #fbfaf730
}

.hero .hero-tag {
    width: 355px
}

/* Subtle architectural lines in the brand blue. */
.about {
    position: relative;
    isolation: isolate
}

.about::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 35px -35px 20px;
    pointer-events: none;
    background: radial-gradient(ellipse at 5% 20%, #002f6d09, transparent 55%), linear-gradient(125deg, #002f6d04, transparent 65%);
    border-radius: 8px
}

.about::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 320px;
    height: 320px;
    left: 20px;
    top: 70px;
    border: 1px solid #002f6d10;
    border-radius: 50%;
    box-shadow: 0 0 0 55px #002f6d04, 0 0 0 110px #002f6d02;
    pointer-events: none
}

.essence-values article {
    border-top: 2px solid #002f6d22;
    padding-top: 20px
}

.essence-invitation {
    background: #002f6d04;
    padding-inline: 20px;
    border-color: #002f6d18
}

/* Real company photographs, equally weighted in a compact composition. */
.company {
    background: #002f6d;
    color: #fff;
    padding: 76px 0;
    overflow: hidden
}

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

.company .eyebrow {
    color: #bcd6ee
}

.company h2 {
    font-size: clamp(36px, 3.5vw, 49px);
    line-height: 1.14
}

.company h2 em {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.18em;
    color: #e5f0fa
}

.company-copy>p {
    font-size: 13px;
    line-height: 1.85;
    color: #d2dfec;
    max-width: 490px;
    margin: 18px 0 0
}

.company-copy>.company-lead {
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    margin-top: 24px;
    max-width: 440px
}

.company-facts {
    display: flex;
    gap: 35px;
    border-top: 1px solid #ffffff28;
    padding-top: 23px;
    margin-top: 28px
}

.company-facts>span {
    font-size: 10px;
    line-height: 1.8;
    color: #bcd0e4
}

.company-facts strong {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px
}

.company-visual {
    min-width: 0
}

.company-gallery {
    position: relative;
    height: 460px;
    max-width: 620px;
    margin: auto
}

.company-photo {
    position: absolute;
    margin: 0;
    width: 51%;
    height: 168px;
    padding: 5px;
    background: #f7f8fa;
    border-radius: 4px;
    box-shadow: 0 12px 25px #00173340;
    transition: transform .3s ease, box-shadow .3s ease
}

.company-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2px
}

.company-photo figcaption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #002f6dd9;
    color: #fff;
    font-size: 8px;
    letter-spacing: .4px;
    padding: 6px 8px;
    border-radius: 2px
}

.photo-1 {
    left: 0;
    top: 15px;
    transform: rotate(-3deg);
    z-index: 1
}

.photo-2 {
    right: 0;
    top: 40px;
    transform: rotate(3deg);
    z-index: 2
}

.photo-3 {
    left: 12px;
    top: 178px;
    transform: rotate(-2deg);
    z-index: 3
}

.photo-4 {
    right: 0;
    top: 205px;
    transform: rotate(2deg);
    z-index: 4
}

.photo-5 {
    left: 36%;
    top: 278px;
    width: 29%;
    height: 180px;
    transform: rotate(-4deg);
    z-index: 5
}

.photo-5 img {
    object-position: 50% 46%
}

.company-photo:hover {
    transform: translateY(-4px) rotate(0);
    z-index: 6;
    box-shadow: 0 15px 30px #00173350
}

.gallery-caption {
    font-size: 10px;
    color: #c2d7e9;
    text-align: center;
    letter-spacing: .25px;
    margin: 22px 0 0
}

/* A final, direct route to personal customer support. */
.support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.support h2 {
    font-size: clamp(36px, 3.4vw, 48px)
}

.support h2 em {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #002f6d;
    font-size: 1.15em
}

.support-copy>p {
    max-width: 450px;
    font-size: 14px;
    line-height: 1.85;
    color: var(--muted);
    margin: 23px 0 20px
}

.support-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 10px;
    color: #456079
}

.support-contact {
    padding: 36px;
    border: 1px solid #002f6d18;
    background: #f1f5f4;
    border-radius: 6px
}

.support-channel {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--navy)
}

.whatsapp-logo {
    color: #168445;
    flex-shrink: 0
}

.support-channel small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: var(--muted);
    margin-top: 5px
}

.support-number {
    display: inline-block;
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(24px, 2.3vw, 32px);
    letter-spacing: -1px;
    margin-top: 27px;
    transition: color .2s
}

.support-number:hover {
    color: #168445
}

.support-contact>p {
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
    margin: 14px 0 25px
}

.whatsapp-button {
    width: 100%;
    justify-content: space-between;
    gap: 15px
}

.nav {
    gap: 23px
}

@media(min-width:1600px) {
    .hero .hero-visual {
        left: 9%
    }
}

@media(max-width:1100px) {
    .company-layout {
        gap: 35px
    }

    .company-photo {
        height: 145px
    }

    .photo-3 {
        top: 157px
    }

    .photo-4 {
        top: 180px
    }

    .photo-5 {
        top: 249px;
        height: 175px;
        width: 33%
    }

    .company-gallery {
        height: 425px
    }

    .support {
        gap: 40px
    }

    .support-contact {
        padding: 28px
    }

    .nav {
        gap: 16px;
        font-size: 11px
    }

    .hero .hero-visual {
        left: 4%
    }
}

@media(max-width:900px) {
    .hero .hero-visual {
        left: 0
    }

    .hero::before {
        background: linear-gradient(90deg, rgba(251, 250, 247, .91), rgba(251, 250, 247, .77) 28%, rgba(251, 250, 247, .48) 51%, rgba(251, 250, 247, .12) 80%, transparent)
    }

    .hero .hero-tag {
        width: 310px
    }

    .nav {
        gap: 0;
        font-size: 13px
    }

    .company-layout {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .company-copy>p {
        max-width: 650px
    }

    .company-gallery {
        width: min(580px, 100%);
        height: 460px
    }

    .company-photo {
        height: 165px
    }

    .photo-3 {
        top: 178px
    }

    .photo-4 {
        top: 205px
    }

    .photo-5 {
        top: 278px;
        width: 29%;
        height: 180px
    }

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

    .support-contact {
        max-width: 580px;
        width: 100%
    }

    .about::before {
        inset: 15px -10px
    }

    .about::after {
        width: 230px;
        height: 230px;
        left: 15px;
        top: 55px;
        box-shadow: 0 0 0 35px #002f6d04
    }

    .company {
        padding: 58px 0
    }
}

@media(max-width:600px) {
    .hero .hero-visual {
        inset: 170px 0 0
    }

    .hero .hero-photo {
        mask-image: linear-gradient(180deg, transparent, #000 15%);
        object-position: 60% 55%
    }

    .hero::before {
        background: linear-gradient(180deg, rgba(251, 250, 247, .97), rgba(251, 250, 247, .87) 15%, rgba(251, 250, 247, .72) 30%, rgba(251, 250, 247, .42) 48%, rgba(251, 250, 247, .06) 68%, transparent)
    }

    .hero .hero-tag {
        width: auto;
        left: 22px;
        right: 22px
    }

    .hero .hero-tag strong {
        font-size: 17px
    }

    .company-gallery {
        height: 370px
    }

    .company-photo {
        height: 120px;
        padding: 4px
    }

    .photo-1 {
        top: 10px
    }

    .photo-2 {
        top: 35px
    }

    .photo-3 {
        top: 129px;
        left: 0
    }

    .photo-4 {
        top: 155px
    }

    .photo-5 {
        top: 216px;
        height: 151px;
        width: 33%;
        left: 35%
    }

    .company-photo figcaption {
        font-size: 7px;
        padding: 4px 5px;
        left: 8px;
        bottom: 8px
    }

    .gallery-caption {
        font-size: 9px;
        margin-top: 18px
    }

    .company-facts {
        gap: 22px
    }

    .essence-invitation {
        padding-inline: 15px
    }

    .support-contact {
        padding: 24px
    }

    .support-number {
        font-size: 27px
    }

    .support-copy>p {
        font-size: 13px
    }

    .whatsapp-button {
        font-size: 11px;
        padding-inline: 16px
    }
}

@media(prefers-reduced-motion:reduce) {
    .company-photo {
        transition: none
    }

    .company-photo:hover {
        transform: none
    }
}

.company-photo.photo-5 img {
    object-fit: contain;
    background: #002f6d
}

/* A direct transition from stores to About, with a restrained footer. */
.marketplaces {
    padding-bottom: 80px
}

.company-location {
    display: flex;
    align-items: center;
    gap: 12px
}

.brazil-flag {
    flex-shrink: 0;
    width: 40px;
    height: 28px;
    opacity: .9
}

.company-photo.photo-5 img {
    object-fit: cover;
    object-position: 50% 24%
}

.footer {
    justify-content: flex-end;
    padding-top: 25px;
    gap: 20px
}

.footer>a {
    padding-block: 8px
}

@media(max-width:900px) {
    .marketplaces {
        padding-bottom: 58px
    }
}

@media(max-width:400px) {
    .company-facts {
        gap: 18px
    }

    .company-location {
        gap: 9px
    }

    .brazil-flag {
        width: 32px;
        height: 23px
    }

    .company-facts strong {
        font-size: 11px
    }

    .company-facts>span {
        font-size: 9px
    }
}

/* Wide photograph: preserve the room and soften only the reading area. */
.hero .hero-visual {
    inset: 0
}

.hero .hero-photo {
    object-fit: cover;
    object-position: 54% 52%;
    mask-image: none
}

.hero::before {
    background: linear-gradient(90deg, rgba(251, 250, 247, .96) 0%, rgba(251, 250, 247, .88) 18%, rgba(251, 250, 247, .70) 33%, rgba(251, 250, 247, .36) 47%, rgba(251, 250, 247, .06) 63%, transparent 76%)
}

@media(min-width:1600px) {
    .hero .hero-visual {
        inset: 0
    }
}

@media(min-width:601px) and (max-width:900px) {
    .hero .hero-visual {
        inset: 0 -12% 0 0
    }

    .hero .hero-photo {
        object-position: 62% 50%
    }

    .hero::before {
        background: linear-gradient(90deg, rgba(251, 250, 247, .95), rgba(251, 250, 247, .83) 27%, rgba(251, 250, 247, .51) 49%, rgba(251, 250, 247, .10) 74%, transparent)
    }
}

@media(max-width:600px) {
    .hero.container {
        min-height: calc(570px + 56.25vw);
        padding-bottom: calc(56.25vw + 70px);
        background: #fbfaf7
    }

    .hero .hero-visual {
        inset: auto 0 0;
        height: calc(56.25vw + 100px)
    }

    .hero .hero-photo {
        width: 100%;
        height: auto;
        bottom: 0;
        object-fit: contain;
        object-position: center;
        mask-image: linear-gradient(180deg, transparent, #000 18%)
    }

    .hero::before {
        background: linear-gradient(180deg, rgba(251, 250, 247, .85) 0%, rgba(251, 250, 247, .7) 50%, rgba(251, 250, 247, .20) 70%, transparent 83%)
    }

    .hero .hero-tag {
        bottom: 12px;
        left: 18px;
        right: 18px;
        padding: 12px 15px;
        background: rgba(251, 250, 247, .88)
    }

    .hero .hero-tag small {
        font-size: 9px;
        margin-bottom: 4px
    }

    .hero .hero-tag strong {
        font-size: 15px
    }
}

@media(max-width:600px) {
    .hero.container {
        min-height: 0;
        padding-bottom: calc(56.25vw + 24px)
    }

    .hero .hero-photo {
        bottom: 0
    }
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 6px;
    line-height: 1.6
}

/* Matched footer rhythm and model names with the editorial italic. */
.footer-tagline {
    line-height: 1.6;
    display: block
}

.product-info h3 em {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.24em;
    font-weight: 500;
    color: #002f6d;
    letter-spacing: -.3px
}

@media(min-width:601px) {
    .hero .hero-photo {
        transform: translateX(3%)
    }
}

@media(max-width:900px) {

    .nav,
    .nav.open {
        display: flex;
        overflow: hidden;
        gap: 0
    }

    .nav {
        max-height: 0;
        padding: 0 20px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        border-bottom-color: transparent;
        transition: max-height .38s cubic-bezier(.2, .7, .3, 1), padding .38s cubic-bezier(.2, .7, .3, 1), opacity .25s ease, transform .38s cubic-bezier(.2, .7, .3, 1), visibility 0s .38s
    }

    .nav.open {
        max-height: 360px;
        padding: 20px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        border-bottom-color: var(--line);
        transition-delay: 0s;
        box-shadow: 0 14px 20px #092e5708
    }

    .menu-toggle span {
        transition: transform .3s ease
    }

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

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

/* Compact preferences; colours follow the Blue Moby palette. */
.header-tools,
.language-picker {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0
}

.header-tools {
    gap: 12px;
    margin-left: auto
}

.language-picker {
    padding-right: 12px;
    border-right: 1px solid var(--line)
}

.language-button,
.theme-toggle {
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 38px;
    padding: 6px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    transition: background .2s, transform .2s, border-color .2s
}

.language-button svg {
    display: block;
    border-radius: 2px
}

.language-button[aria-pressed="true"] {
    border-color: var(--line);
    background: #002f6d08
}

.language-button:hover,
.theme-toggle:hover {
    background: #002f6d0d;
    transform: translateY(-2px)
}

.language-button:focus-visible,
.theme-toggle:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 3px
}

.theme-toggle {
    width: 38px
}

.sun-icon {
    display: none
}

[data-theme="dark"] .sun-icon {
    display: block
}

[data-theme="dark"] .moon-icon {
    display: none
}

[data-theme="dark"] {
    color-scheme: dark;
    --blue: #e9f2ff;
    --navy: #f3f7ff;
    --ink: #f3f7ff;
    --paper: #002f6d;
    --muted: #b9cde5;
    --line: #ffffff29
}

[data-theme="dark"] body {
    background: var(--paper);
    color: var(--ink)
}

[data-theme="dark"] .header,
[data-theme="dark"] .nav {
    background: #002858f5;
    border-color: var(--line)
}

[data-theme="dark"] .language-button[aria-pressed="true"],
[data-theme="dark"] .language-button:hover,
[data-theme="dark"] .theme-toggle:hover {
    background: #ffffff12
}

[data-theme="dark"] .hero.container {
    background: #002f6d
}

[data-theme="dark"] .hero::before {
    background: linear-gradient(90deg, rgba(0, 35, 82, .98) 0%, rgba(0, 35, 82, .91) 18%, rgba(0, 35, 82, .78) 33%, rgba(0, 35, 82, .43) 47%, rgba(0, 35, 82, .08) 67%, transparent 80%)
}

[data-theme="dark"] .hero h1 {
    text-shadow: none
}

[data-theme="dark"] .hero .hero-copy>p,
[data-theme="dark"] .hero .hero-footnote {
    color: #dce8f7
}

[data-theme="dark"] .hero .hero-tag {
    background: #002f6ddd;
    border-color: #ffffff35
}

[data-theme="dark"] .hero .hero-tag small {
    color: #c4d7ee
}

[data-theme="dark"] .primary {
    background: #eef5ff;
    color: #002f6d;
    border-color: #eef5ff
}

[data-theme="dark"] .primary:hover {
    background: #d8e8fc;
    color: #002858
}

[data-theme="dark"] .brand-strip,
[data-theme="dark"] .marquee-toggle {
    background: #002858;
    border-color: var(--line)
}

[data-theme="dark"] .collection {
    background: #002758
}

[data-theme="dark"] .filter {
    color: #c6d8ed;
    border-color: #ffffff30
}

[data-theme="dark"] .filter:hover {
    background: #ffffff12
}

[data-theme="dark"] .filter.active {
    background: #eef5ff;
    color: #002f6d;
    border-color: #eef5ff
}

[data-theme="dark"] .product-info h3 em,
[data-theme="dark"] .support h2 em {
    color: #e0edff
}

[data-theme="dark"] .product-view {
    background: #002f6d;
    color: #fff
}

[data-theme="dark"] .market-panel,
[data-theme="dark"] .support-contact {
    background: #073b79;
    border-color: var(--line)
}

[data-theme="dark"] .market-tab {
    color: #c6d8ed;
    border-color: var(--line);
    background: transparent
}

[data-theme="dark"] .market-tab[aria-selected="true"] {
    color: #fff;
    background: #073b79;
    border-color: #afcbed
}

[data-theme="dark"] .market-brand {
    color: #f3f7ff
}

[data-theme="dark"] .market-action {
    border-color: var(--line)
}

[data-theme="dark"] .company {
    background: #001f49
}

[data-theme="dark"] .support-topics {
    color: #c6d8ed
}

[data-theme="dark"] .whatsapp-logo,
[data-theme="dark"] .support-number:hover {
    color: #79dfab
}

[data-theme="dark"] dialog {
    background: #002f6d;
    color: #f3f7ff;
    border: 1px solid var(--line)
}

[data-theme="dark"] .dialog-close {
    background: #002858;
    color: #fff
}

[data-theme="dark"] .dialog-stores>a {
    background: #073b79;
    color: #fff;
    border-color: var(--line)
}

[data-theme="dark"] .dialog-stores>a:hover {
    background: #104986
}

[data-theme="dark"] #copy-product {
    background: transparent;
    color: #dceaff
}

[data-theme="dark"] .detail-note {
    border-color: var(--line)
}

[data-theme="dark"] .footer-bottom {
    border-color: var(--line)
}

html[lang="zh-CN"] body {
    font-family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2 {
    letter-spacing: 0;
    line-height: 1.25
}

html[lang="zh-CN"] .hero h1 {
    font-size: clamp(48px, 5.5vw, 82px)
}

html[lang="zh-CN"] .hero h1>span {
    font-family: 'Songti SC', SimSun, serif;
    letter-spacing: 0;
    font-size: 1.08em
}

html[lang="zh-CN"] .eyebrow {
    letter-spacing: 1.5px
}

html[lang="zh-CN"] .marquee-phrase em,
html[lang="zh-CN"] .company h2 em,
html[lang="zh-CN"] .support h2 em {
    font-family: 'Songti SC', SimSun, serif;
    font-style: normal
}

@media(min-width:901px) and (max-width:1100px) {
    .header-inner {
        gap: 14px
    }

    .header-tools {
        gap: 7px
    }

    .language-picker {
        padding-right: 7px;
        gap: 1px
    }

    .nav {
        gap: 13px
    }

    .brand {
        width: 145px
    }
}

@media(max-width:900px) {
    .header-inner {
        gap: 12px
    }

    .header-tools {
        margin-left: auto
    }

    .menu-toggle {
        flex-shrink: 0
    }

    .header-tools {
        gap: 8px
    }

    .language-picker {
        padding-right: 8px
    }
}

@media(max-width:400px) {
    .header-inner {
        gap: 6px
    }

    .header-tools {
        gap: 4px
    }

    .language-picker {
        padding-right: 4px;
        gap: 0
    }

    .language-button {
        min-width: 29px;
        padding: 4px
    }

    .theme-toggle {
        min-width: 32px;
        width: 32px
    }

    .header .brand {
        width: 90px
    }

    .header .brand img {
        width: 120px;
        height: 120px
    }
}

@media(max-width:600px) {
    [data-theme="dark"] .hero::before {
        background: linear-gradient(180deg, rgba(0, 47, 109, .9), rgba(0, 47, 109, .75) 50%, rgba(0, 47, 109, .2) 70%, transparent 83%)
    }

    html[lang="zh-CN"] .hero h1 {
        font-size: clamp(46px, 12vw, 66px)
    }
}

/* Transparent brand variants follow the saved theme before first paint. */
.brand .brand-logo-dark{display:none}
[data-theme="dark"] .brand .brand-logo-light{display:none}
[data-theme="dark"] .brand .brand-logo-dark{display:block}

@media(min-width:901px) {
    .header-tools {
        margin-left: 0
    }

    .header .nav {
        margin-inline: auto
    }
}
