:root {
    --ink: #202020;
    --muted: #707070;
    --paper: #f7f5f0;
    --tint: #e9e9e7;
    --line: #e5e2dc;
    --accent: #a48668;
    --green: #18c77a;
    --dark: #242424;
    --radius: 8px;
    --control-height: 44px;
}

html { scroll-behavior: auto; }
body { background: var(--paper); color: var(--ink); }
h1, h2, h3 { text-wrap: balance; overflow-wrap: anywhere; }
.brand { min-height: var(--control-height); }
.menu-toggle { width: var(--control-height); height: var(--control-height); }
body.home main#content > section:not(.hero):not(.atlas-strip):not(.section--dark),
.sourcing-page > section:not(.sourcing-hero):not(.sourcing-location):not(.section--dark),
.qc-page > section:not(.qc-hero):not(.qc-advantages):not(.section--dark),
.about-page > section:not(.about-hero):not(.about-services):not(.section--dark) {
    background: var(--paper);
}
.button {
    height: var(--control-height);
    min-height: var(--control-height);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
}
.filter-chip {
    display: inline-flex;
    min-height: var(--control-height);
    align-items: center;
    justify-content: center;
}
.product-card__select {
    height: var(--control-height);
    min-height: var(--control-height);
}
.site-header { background: rgba(255,255,255,.98); }
.hero--atlas {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #000;
}
.hero--atlas::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url('../images/hero-home.webp') center / cover no-repeat;
    opacity: .4;
}
.hero--atlas .hero-grid { position: relative; z-index: 1; }
.hero--atlas .hero-image { background: transparent; }
.hero--atlas .hero-image img, .hero--atlas .hero-image-note { visibility: hidden; }
.hero--atlas .hero-grid { display: block; min-height: 650px; }
.hero--atlas .hero-image { display: none; }
.hero--atlas .hero-copy {
    min-height: 650px;
    align-items: center;
    justify-content: center;
    padding: 96px 24px 86px;
    text-align: center;
}
.hero--atlas .hero-copy h1 { max-width: 960px; }
.hero--atlas .hero-lede { max-width: 820px; margin-right: auto; margin-left: auto; }
.hero--atlas .hero-actions { justify-content: center; }
.hero--atlas .hero-actions .button--light {
    order: 1;
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.hero--atlas .hero-actions .button--light:hover,
.hero--atlas .hero-actions .button--light:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.hero--atlas .hero-actions .button--ghost {
    order: 2;
    background: #fff;
    border-color: #fff;
    color: #000;
}
.hero--atlas .hero-actions .button--ghost:hover,
.hero--atlas .hero-actions .button--ghost:focus-visible {
    background: #dededb;
    border-color: #dededb;
    color: #000;
}
.hero--atlas .hero-proof { display: none; }

.atlas-strip { overflow: hidden; }
.atlas-strip-viewport { width: 100%; overflow: hidden; }
.atlas-strip-track {
    display: flex;
    width: max-content;
    animation: atlas-strip-right 30s linear infinite;
}
.atlas-strip-inner {
    display: flex;
    flex: 0 0 100vw;
    align-items: center;
    justify-content: space-around;
    gap: 60px;
    min-height: 68px;
    padding: 0 5vw;
    white-space: nowrap;
}
.atlas-strip-inner span { color: #fff; }
.fa-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    vertical-align: -0.125em;
    fill: currentColor;
}
.button .fa-icon, .text-link .fa-icon { width: .85em; height: .85em; }
.capability-icon .fa-icon { width: 28px; height: 28px; }
.advantage-icon .fa-icon { width: 20px; height: 20px; }
.contact-icon .fa-icon { width: 20px; height: 20px; }
.contact-fab-panel .fa-icon { width: 20px; height: 20px; }
.contact-fab-toggle .fa-icon { width: 26px; height: 26px; }
.product-card__select-mark .fa-icon { width: 11px; height: 11px; }
@keyframes atlas-strip-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
    .atlas-strip-track { animation: none; }
}

.capability-section { background: var(--paper); }
.capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid #d4d4d0;
    background: #d4d4d0;
}
.capability-card {
    min-height: 250px;
    padding: 28px 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
}
.capability-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid var(--accent);
    border-radius: 50%;
    color: var(--accent);
    font-size: 24px;
    line-height: 1;
}
.capability-card h3 {
    margin: 22px 0 10px;
    font-size: 18px;
}
.capability-card p {
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.65;
}
.collection-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding: 0;
    background: transparent;
}
.collection-tabs a {
    display: flex;
    min-height: var(--control-height);
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border: 1px solid #000;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font: 700 12px/1.2 Inter, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.collection-tabs a:hover, .collection-tabs a:focus-visible { background: #2a2a2a; border-color: #2a2a2a; color: #fff; }
.category-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    border: 7px solid #fff;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(0,0,0,.12);
}
.category-panel--pants > img { object-position: center 24%; }
.inquiry-cta { padding-top: 46px; padding-bottom: 46px; }
.inquiry-cta .contact-band h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(30px, 3.2vw, 44px); }
.inquiry-cta-button,
.inquiry-cta-button:hover,
.inquiry-cta-button:focus-visible {
    min-width: 178px;
    min-height: var(--control-height);
    padding: 0 24px;
    border-radius: 6px;
    color: #fff;
    white-space: nowrap;
}
.inquiry-cta-button:hover, .inquiry-cta-button:focus-visible { background: #10a965; border-color: #10a965; }
.difference-section { background: #f4f4f2; }
.difference-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.difference-heading h2 { margin-bottom: 14px; }
.difference-heading p:last-child { margin: 0; color: var(--muted); }
.difference-table {
    overflow: hidden;
    border: 1px solid #d1d1cd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0,0,0,.07);
}
.difference-row {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1.25fr;
    min-height: 66px;
    border-top: 1px solid #deded9;
}
.difference-row > * {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-left: 1px solid #deded9;
    color: #5f5f5b;
    font-size: 13px;
    line-height: 1.45;
}
.difference-row > :first-child { border-left: 0; color: var(--ink); font-weight: 700; }
.difference-row--header { border-top: 0; background: #242424; }
.difference-row--header > * { border-color: #4a4a47; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.difference-row--header > :nth-child(2) { background: #111; }
.difference-row:not(.difference-row--header) > :nth-child(2) { color: var(--ink); font-weight: 600; }
.section--dark h2 { color: #fff; }
.process-grid h2, .process-list strong { color: #fff; }
.contact-page-advantages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 52px;
    border: 1px solid #d4d4d0;
    background: #d4d4d0;
    box-shadow: 0 10px 26px rgba(0,0,0,.05);
}
.contact-advantage {
    min-height: 210px;
    padding: 28px 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contact-page-title { margin: 0 0 42px; }
.contact-page-title h1 { margin: 0; max-width: none; font-size: 80px; line-height: .98; text-align: center; text-transform: uppercase; }
.contact-page-kicker { margin: 0 0 16px; color: var(--ink); font: 700 13px/1.2 Inter, Arial, sans-serif; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.contact-advantage .advantage-icon { margin-inline: auto; }
.contact-advantage .fa-icon { width: 30px; height: 30px; color: #202020; }
.contact-advantage h2 { margin: 20px 0 10px; font-size: 19px; }
.contact-advantage p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.contact-page-grid { align-items: start; }
.contact-page-intro { margin-bottom: 32px; }
.contact-page-intro h2 { max-width: 560px; }
.contact-page-intro p:not(.eyebrow) { max-width: 560px; }
.inquiry-products {
    margin: 0 0 22px;
    padding: 18px 20px;
    border: 1px solid #d4d4d0;
    border-radius: 6px;
    background: #f4f4f2;
}
.inquiry-products-title { color: var(--ink); font: 700 12px/1.2 Inter, Arial, sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.inquiry-product-list { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.inquiry-product-list li { display: flex; justify-content: space-between; gap: 16px; padding-top: 8px; border-top: 1px solid #deded9; font-size: 13px; }
.inquiry-product-list a { color: var(--ink); font-weight: 600; }
.inquiry-product-list small { color: var(--muted); white-space: nowrap; }
.contact-item .contact-icon { flex: 0 0 auto; }
.contact-icon--email { background: #e5484d; border-color: #e5484d; color: #fff; }

@media (max-width: 900px) {
    .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .collection-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cooperation-grid { grid-template-columns: 1fr; gap: 42px; }
    .cooperation-steps { height: auto; }
    .cooperation-steps article { flex: 0 0 auto; align-content: start; min-height: auto; }
    .menu a { display: flex; min-height: var(--control-height); align-items: center; }
}

.menu a:hover, .menu a:focus-visible, .text-link:hover, .breadcrumbs a:hover,
.price-links a:hover { color: var(--ink); }
.button:hover, .button:focus-visible { background: #3a3a3a; border-color: #3a3a3a; color: #fff; }
.button--green, .button--green:hover, .button--green:focus-visible { background: var(--green); border-color: var(--green); color: #fff; }
.button--subtle { background: #e1e1de; border-color: #c8c8c4; color: var(--ink); }
.button--subtle:hover, .button--subtle:focus-visible { background: #d1d1cc; border-color: #bdbdb8; color: var(--ink); }
.filter-subgroup { border-left-color: var(--line); }
.catalog-search input:focus { border-color: #555; outline-color: #bdbdb8; }
.gallery-thumb.is-active, .variant-button:hover, .variant-button.is-active { border-color: #343434; }
.gallery-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    gap: 14px;
}
.gallery { width: 100%; min-width: 0; max-width: 100%; }
.gallery-main {
    order: 1;
    aspect-ratio: 3 / 4;
    padding: 0;
    border: 0;
    background: transparent;
}
.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}
.gallery-thumbs {
    order: 2;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: none;
    gap: 10px;
    padding: 0 0 7px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-color: var(--accent) var(--paper);
}
.gallery-thumb {
    width: 72px;
    height: 96px;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    background: var(--paper);
}
.gallery-thumb.is-active { border-width: 2px; }
.price-box { border-top-color: #343434; }
.price-tiers { display: grid; margin-top: 16px; border-top: 1px solid #d4d4cf; }
.price-tiers > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid #d4d4cf; }
.price-tiers span { color: var(--muted); font-size: 12px; }
.price-tiers strong { font-size: 14px; text-align: right; text-transform: none; }
.price-tiers .price-tier-contact { align-items: center; }
.price-tier-contact .button { min-height: 36px; padding: 8px 12px; font-size: 10px; }
.product-summary { min-width: 0; }
.product-terms { margin-top: 18px; padding: 17px 18px 4px; border-top: 1px solid #d4d4cf; background: #fafaf8; }
.product-terms .product-commercial-label { margin-bottom: 3px; }
.product-terms dl { margin: 0; }
.product-terms dl > div { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 14px; padding: 11px 0; border-bottom: 1px solid #deded9; }
.product-terms dl > div:last-child { border-bottom: 0; }
.product-terms dt, .spec-list--reference dt { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-terms dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.product-reference { margin: 26px 0; }
.product-reference > .product-commercial-label { margin-bottom: 5px; }
.spec-list.spec-list--reference { margin: 0; }
.spec-list--reference div { grid-template-columns: 130px minmax(0, 1fr); }
.customer-context__button { margin-top: 10px; }

.product-grid--archive, .product-grid--home, .product-grid--related { align-items: stretch; }
.product-grid--related { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 900px) {
    .product-grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 10px 10px 16px;
    border: 1px solid #d7d7d3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.035);
    overflow: hidden;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.product-card:hover { border-color: #a8a8a3; box-shadow: 0 8px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.product-card.is-selected { border-color: #262626; box-shadow: 0 0 0 2px #262626, 0 8px 20px rgba(0,0,0,.08); }
.product-card[hidden] { display: none !important; }
.product-card { padding: 5px 5px 11px; border-radius: 13px; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.product-card:hover { box-shadow: 0 12px 26px rgba(0,0,0,.13); }
.product-card__media { border-radius: 11px; background: #ededeb; }
.product-card__media img { transition: none; }
.product-card:hover .product-card__media img { transform: none; }
.product-card--technical .product-card__media { border: 1px solid var(--line); background: #fff; }
.product-card--technical .product-card__media img { object-fit: contain; background: #fff; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 16px 7px 0; }
.product-card__price { display: grid; gap: 2px; margin: 5px 0 14px !important; color: var(--ink) !important; }
.product-card__price strong { font-size: 13px; font-weight: 700; }
.product-card__price span { color: var(--muted); font-size: 11px; }
.product-card__body .text-link { margin-top: auto; padding-top: 15px; }
.product-card__select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    padding: 9px 12px;
    border: 1px solid #d1d1cd;
    border-radius: 5px;
    background: #ededeb;
    color: var(--ink);
    font: 600 12px/1.2 Inter, Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.product-card__select:hover, .product-card__select:focus-visible,
.product-card.is-selected .product-card__select { background: #303030; border-color: #303030; color: #fff; }
.product-card__select-mark { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.product-card__select-mark > span { display: grid; place-items: center; }
.product-card__select-mark--check { display: none !important; }
.product-card__select-mark.is-selected .product-card__select-mark--plus { display: none; }
.product-card__select-mark.is-selected .product-card__select-mark--check { display: grid !important; }

.catalog-controls { align-items: flex-start; }
.catalog-selection {
    position: fixed;
    right: 22px;
    top: 50%;
    z-index: 29;
    transform: translateY(-50%);
}
.catalog-selection[hidden] { display: none; }
.catalog-selection-toggle {
    position: relative;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #202020;
    color: #fff;
    box-shadow: 0 10px 26px rgba(0,0,0,.2);
    cursor: pointer;
}
.catalog-selection-toggle:hover, .catalog-selection-toggle:focus-visible { background: #444; }
.catalog-selection-toggle .fa-icon { width: 19px; height: 19px; }
.catalog-selection-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #e5484d;
    color: #fff;
    font: 700 11px/1 Inter, Arial, sans-serif;
}
.catalog-selection-panel {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    width: min(360px, calc(100vw - 32px));
    padding: 18px;
    border: 1px solid #d2d2ce;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
    transform: translateY(-50%);
}
.catalog-selection-panel[hidden] { display: none; }
.catalog-selection-panel strong { display: block; font: 700 14px/1.2 Inter, Arial, sans-serif; text-transform: uppercase; }
.catalog-selection strong span { font-size: 20px; }
.catalog-selection-items { display: grid; gap: 8px; max-height: 280px; margin: 14px 0 0; padding: 0; overflow-y: auto; list-style: none; }
.catalog-selection-item { display: grid; grid-template-columns: minmax(0, 1fr) 30px; gap: 8px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid #e1e1de; }
.catalog-selection-item__product { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 10px; align-items: center; min-width: 0; color: var(--ink); font-size: 12px; font-weight: 600; line-height: 1.35; }
.catalog-selection-item__product img { width: 44px; height: 56px; border-radius: 5px; object-fit: cover; background: #ededeb; }
.catalog-selection-item__remove { display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #777; font: 400 22px/1 Arial, sans-serif; cursor: pointer; }
.catalog-selection-item__remove:hover, .catalog-selection-item__remove:focus-visible { background: #ededeb; color: #000; }
.catalog-selection__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.catalog-selection-panel .catalog-selection__actions { margin-top: 16px; }
.catalog-selection__actions .button { min-height: var(--control-height); padding: 9px 13px; }

.header-cta, .header-cta:hover, .header-cta:focus-visible,
.utility-whatsapp, .utility-whatsapp:hover, .utility-whatsapp:focus-visible {
    background: var(--green);
    border-color: var(--green);
    color: #fff !important;
}
.utility-whatsapp { padding: 3px 7px; border-radius: 4px; }
.utility-inner, .utility-inner > div { align-items: center; }
.utility-inner > span, .utility-inner a { display: inline-flex; align-items: center; min-height: 22px; line-height: 1; }
.contact-fab-toggle { display: grid; place-items: center; }
.contact-fab-toggle span { display: block; line-height: 1; }

.catalog-hero { position: relative; isolation: isolate; overflow: hidden; background: #000; color: #fff; }
.catalog-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url('../images/catalog/product-catalog-hero.webp') center / cover no-repeat; opacity: .4; }
.catalog-hero > .container { position: relative; z-index: 1; }
.catalog-hero .eyebrow, .catalog-hero h1, .catalog-hero p:not(.eyebrow) { color: #fff; }
.catalog-hero-button { margin-top: 28px; }
.cooperation-section { background: var(--paper); }
.cooperation-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: 72px; align-items: stretch; }
.cooperation-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.cooperation-gallery figure { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 16px; background: #ddd; }
.cooperation-gallery img { position: absolute; width: 200%; height: 200%; max-width: none; object-fit: cover; }
.cooperation-gallery figure:nth-child(1) img { top: 0; left: 0; }
.cooperation-gallery figure:nth-child(2) img { top: 0; left: -100%; }
.cooperation-gallery figure:nth-child(3) img { top: -100%; left: 0; }
.cooperation-gallery figure:nth-child(4) img { top: -100%; left: -100%; }
.cooperation-steps { display: flex; flex-direction: column; height: 100%; border-top: 1px solid #cfcfcb; }
.cooperation-steps article { display: grid; flex: 1 1 0; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; align-content: center; align-items: start; min-height: 0; padding: 24px 0; border-bottom: 1px solid #cfcfcb; }
.cooperation-step { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #000; color: #fff; font: 700 13px/1 Inter, Arial, sans-serif; }
.cooperation-steps h3 { margin: 0 0 8px; font-size: 18px; }
.cooperation-steps p { margin: 0; max-width: 650px; color: var(--muted); font-size: 14px; line-height: 1.65; }
@media (max-width: 900px) {
    .cooperation-grid { grid-template-columns: 1fr; gap: 42px; }
}
.catalog-next { padding: 36px 0 72px; background: var(--paper); color: var(--ink); }
.catalog-next > .container {
    min-height: 180px;
    padding: 36px 40px;
    border-radius: 19px;
    background: #000;
    color: #fff;
}
.catalog-next h2 { color: #fff; }
.catalog-next .button--light,
.catalog-next .button--light:hover,
.catalog-next .button--light:focus-visible {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}
body.single-sf_product, body.single-product,
body.single-sf_product .section--tint, body.single-sf_product .section--white,
body.single-product .section--tint, body.single-product .section--white {
    background: #fff;
}

/* Single-column product FAQ accordion */
.faq-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: 920px;
}
.faq-list details {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .28);
    background: transparent;
    color: #fff;
}
.faq-list details:last-child { border-bottom: 1px solid rgba(255, 255, 255, .28); }
.faq-list summary,
.sourcing-faq-list summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 20px;
    align-items: center;
    min-height: 72px;
    padding: 17px 2px;
    list-style: none;
}
.faq-list summary::-webkit-details-marker,
.sourcing-faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after,
.sourcing-faq-list summary::after {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    justify-self: end;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--accent);
    content: "+";
    font: 400 22px/1 Arial, sans-serif;
}
.faq-list details[open] summary::after,
.sourcing-faq-list details[open] summary::after { content: "\2212"; }
.faq-list summary:focus-visible,
.sourcing-faq-list summary:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}
.faq-list p { margin: 0; padding: 0 56px 24px 2px; color: #d8d6d1; }

.contact-icon--green, .contact-fab-panel .contact-fab-whatsapp, .contact-fab-toggle { background: var(--green); border-color: var(--green); }
.contact-icon--green { color: #fff; }
.contact-fab-panel .contact-fab-email { background: #e5484d; border-color: #e5484d; color: #fff; }
.contact-fab-panel .contact-fab-email:hover, .contact-fab-panel .contact-fab-email:focus-visible { background: #c9363b; border-color: #c9363b; color: #fff; }
.contact-fab-panel .contact-fab-quote { background: #2563eb; border-color: #2563eb; color: #fff; }
.contact-fab-panel .contact-fab-quote:hover, .contact-fab-panel .contact-fab-quote:focus-visible { background: #1d4ed8; border-color: #1d4ed8; color: #fff; }

.menu a { position: relative; }
.menu a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s ease;
}
.menu a:hover::after, .menu a:focus-visible::after { transform: scaleX(1); }

@media (max-width: 640px) {
    html, body { max-width: 100%; overflow-x: hidden; }
    .utility-inner { width: 100%; min-width: 0; max-width: 100%; justify-content: flex-end; gap: 12px; overflow: hidden; }
    .utility-inner > span { display: none; }
    .utility-inner > div { min-width: 0; max-width: 100%; gap: 10px; overflow: hidden; }
    .utility-inner a { min-width: 0; max-width: 100%; white-space: nowrap; font-size: 9px; letter-spacing: 0; }
    .utility-inner .utility-whatsapp { display: none; }
    .hero--atlas .hero-grid, .hero--atlas .hero-copy { min-height: 580px; }
    .hero--atlas .hero-copy { padding: 78px 18px 68px; }
    .hero--atlas .hero-copy h1 { font-size: 36px; overflow-wrap: normal; word-break: normal; }
    .hero--atlas .hero-lede { font-size: 15px; }
    .atlas-strip-inner { flex-basis: 100vw; justify-content: flex-start; gap: 40px; padding-inline: 24px; }
    .collection-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 14px; }
    .inquiry-cta { padding-top: 38px; padding-bottom: 38px; }
    .product-card { padding: 5px 5px 10px; border-radius: 11px; }
    .product-card__body { padding: 13px 5px 0; }
    .product-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 10px; }
    .product-grid--archive .product-card__body h3 { font-size: 16px; line-height: 1.18; overflow-wrap: anywhere; }
    .product-grid--archive .product-card__body .eyebrow,
    .product-grid--archive .product-card__model { font-size: 9px !important; }
    .product-grid--archive .product-card__price strong { font-size: 12px; }
    .product-grid--archive .product-card__price span { font-size: 10px; }
    .product-grid--archive .product-card__select { gap: 6px; min-height: var(--control-height); padding-inline: 8px; font-size: 10px; }
    .product-terms { padding-inline: 14px; }
    .product-terms dl > div, .spec-list--reference div { grid-template-columns: 108px minmax(0, 1fr); gap: 10px; }
    .customer-context__button { width: 100%; }
    .product-grid--related { grid-template-columns: 1fr; }
    .catalog-selection { top: auto; right: 16px; bottom: 76px; transform: none; }
    .catalog-selection-panel { top: auto; right: 0; bottom: calc(100% + 12px); padding: 16px; transform: none; }
    .catalog-selection__actions { justify-content: flex-end; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability-card { min-height: 0; padding: 24px 20px; }
    .difference-heading { margin-bottom: 28px; text-align: left; }
    .difference-row { grid-template-columns: 1fr; }
    .difference-row > * { min-height: 0; border-left: 0; border-top: 1px solid #deded9; padding: 12px 16px; }
    .difference-row > :first-child { border-top: 0; }
    .difference-row--header > * { border-top-color: #4a4a47; }
    .difference-row--header > :first-child { border-top: 0; }
    .contact-page-advantages { grid-template-columns: 1fr; margin-bottom: 36px; }
    .contact-advantage { min-height: 0; }
    .contact-page-title { margin-bottom: 28px; }
    .contact-page-title h1 { font-size: 48px; }
    .inquiry-product-list li { display: grid; gap: 3px; }
    .cooperation-grid { gap: 30px; }
    .cooperation-gallery { gap: 7px; }
    .cooperation-steps { height: auto; }
    .cooperation-steps article { flex: 0 0 auto; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; align-content: start; min-height: auto; padding: 20px 0; }
    .cooperation-step { width: 34px; height: 34px; font-size: 11px; }
}

@media (max-width: 360px) {
    .hero--atlas .hero-copy h1 { font-size: 31px; }
}

/* Product sourcing service page */
.sourcing-page { background: var(--paper); }
.sourcing-hero { position: relative; isolation: isolate; overflow: hidden; background: #000; color: #fff; }
.sourcing-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url('../images/product-sourcing/sample-fitting.jpg') center 42% / cover no-repeat; opacity: .4; }
.sourcing-hero-inner { display: flex; align-items: center; min-height: 610px; }
.sourcing-hero-copy { max-width: 790px; padding: 84px 0; }
.sourcing-hero-copy h1 { max-width: 780px; margin-bottom: 24px; color: #fff; font-size: 68px; }
.sourcing-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 0 30px; color: #e3e3e3; font-size: 18px; }
.sourcing-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sourcing-section-heading { align-items: end; }
.sourcing-section-heading > p { margin: 0; }
.sourcing-photo-pair { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 18px; margin-bottom: 28px; }
.sourcing-photo-pair figure { margin: 0; background: #fff; }
.sourcing-photo-pair img { display: block; width: 100%; height: 340px; object-fit: cover; }
.sourcing-photo-pair figure:last-child img { object-position: center 46%; }
.sourcing-photo-pair figcaption { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr); gap: 18px; padding: 16px 0 4px; border-top: 3px solid #000; }
.sourcing-photo-pair figcaption strong { font: 700 13px/1.3 Inter, Arial, sans-serif; text-transform: uppercase; }
.sourcing-photo-pair figcaption span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.sourcing-mode-list { border-top: 1px solid #bdbdb8; }
.sourcing-mode { display: grid; grid-template-columns: 64px minmax(240px, .72fr) minmax(0, 1.28fr); gap: 28px; padding: 38px 0; border-bottom: 1px solid #d6d6d2; }
.sourcing-mode-number { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #000; color: #fff; font: 700 13px/1 Inter, Arial, sans-serif; }
.sourcing-mode-copy h3 { margin: 0 0 12px; font-size: 22px; }
.sourcing-mode-copy p { margin: 0; color: var(--muted); font-size: 15px; }
.sourcing-mode dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; margin: 0; }
.sourcing-mode dl div { min-width: 0; padding-top: 11px; border-top: 2px solid #000; }
.sourcing-mode dt { margin-bottom: 5px; color: var(--ink); font: 700 11px/1.2 Inter, Arial, sans-serif; text-transform: uppercase; }
.sourcing-mode dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.sourcing-technical { margin-top: 68px; padding-top: 52px; border-top: 4px solid #000; }
.sourcing-technical-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); gap: 60px; align-items: end; margin-bottom: 34px; }
.sourcing-technical-heading h2 { max-width: 720px; margin: 0; font-size: 46px; }
.sourcing-technical-heading p { max-width: 540px; margin: 0 0 4px; color: var(--muted); }
.sourcing-technical-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.sourcing-technical-direction { display: grid; gap: 24px; align-content: start; padding-top: 22px; border-top: 1px solid var(--line); }
.sourcing-technical-copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 24px; align-items: start; }
.sourcing-technical-copy h3 { margin: 0; font-size: 24px; }
.sourcing-technical-copy p { grid-column: 1 / -1; max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sourcing-technical-copy .button { grid-column: 1 / -1; width: max-content; margin-top: 8px; }
.sourcing-technical-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sourcing-technical-gallery figure { aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.sourcing-technical-gallery img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.sourcing-mode-map { margin-top: 68px; padding-top: 52px; border-top: 4px solid #000; }
.sourcing-mode-map-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); gap: 60px; align-items: end; margin-bottom: 28px; }
.sourcing-mode-map-heading h2 { max-width: 720px; margin-bottom: 0; font-size: 46px; }
.sourcing-mode-map-heading > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); }
.sourcing-mode-map-figure { margin: 0; border: 1px solid #d4d9e1; background: #f8fafc; }
.sourcing-mode-map-scroll { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: #171717 #e4e4e1; }
.sourcing-mode-map-figure img { display: block; width: 100%; height: auto; }
.sourcing-scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid #d4d4d0; background: #d4d4d0; }
.sourcing-scope-grid article { min-height: 240px; padding: 28px 26px; background: #fff; }
.sourcing-scope-grid article > span { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); }
.sourcing-scope-grid .fa-icon { width: 23px; height: 23px; }
.sourcing-scope-grid h3 { margin: 22px 0 10px; font-size: 17px; }
.sourcing-scope-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sourcing-process-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 84px; align-items: start; }
.sourcing-process-intro { position: sticky; top: 150px; }
.sourcing-process-intro h2 { max-width: 480px; font-size: 46px; }
.sourcing-process-intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted); }
.sourcing-process-media { margin: 24px 0 20px; overflow: hidden; background: #ededed; }
.sourcing-process-media img { display: block; width: 100%; height: 250px; object-fit: cover; object-position: center 32%; }
.sourcing-process-intro .button { margin-top: 14px; }
.sourcing-process-list { margin: 0; padding: 0; border-top: 1px solid #cfcfcb; list-style: none; }
.sourcing-process-list li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; padding: 25px 0; border-bottom: 1px solid #cfcfcb; }
.sourcing-process-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #000; color: #fff; font: 700 12px/1 Inter, Arial, sans-serif; }
.sourcing-process-list h3 { margin: 0 0 7px; font-size: 18px; }
.sourcing-process-list p { max-width: 690px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sourcing-location { background: #000; }
.sourcing-location-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 72px; align-items: center; }
.sourcing-location-media { min-height: 520px; margin: 0; overflow: hidden; background: #222; }
.sourcing-location-media img { width: 100%; height: 520px; object-fit: cover; }
.sourcing-location-copy h2 { max-width: 660px; color: #fff; font-size: 46px; }
.sourcing-location-copy p { max-width: 640px; color: #cfcfcf; }
.sourcing-location-copy ul { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.sourcing-location-copy li { position: relative; padding-left: 26px; color: #fff; font-size: 14px; }
.sourcing-location-copy li::before { content: ""; position: absolute; top: .56em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.sourcing-brief-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 80px; align-items: start; }
.sourcing-brief-grid h2 { max-width: 540px; font-size: 46px; }
.sourcing-brief-grid > div > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.sourcing-brief-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; margin: 0; padding: 0; border-top: 1px solid #cfcfcb; list-style: none; }
.sourcing-brief-list li { position: relative; min-height: 70px; padding: 22px 10px 18px 30px; border-bottom: 1px solid #cfcfcb; font-size: 14px; font-weight: 600; }
.sourcing-brief-list li::before { content: ""; position: absolute; top: 27px; left: 2px; width: 10px; height: 10px; border: 3px solid var(--green); border-radius: 50%; }
.sourcing-faq-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; max-width: 920px; }
.sourcing-faq-list details { align-self: start; padding: 0; border: 0; border-top: 1px solid var(--line); background: transparent; }
.sourcing-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.sourcing-faq-list summary { cursor: pointer; color: var(--ink); font: 700 15px/1.35 Inter, Arial, sans-serif; text-transform: uppercase; }
.sourcing-faq-list p { margin: 0; padding: 0 56px 24px 2px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sourcing-cta { padding-top: 46px; padding-bottom: 46px; }
.sourcing-cta h2 { max-width: 880px; margin-bottom: 0; font-size: 44px; }

@media (max-width: 900px) {
    .sourcing-hero-copy h1 { font-size: 56px; }
    .sourcing-photo-pair { grid-template-columns: 1fr 1fr; }
    .sourcing-mode { grid-template-columns: 56px minmax(0, 1fr); }
    .sourcing-mode dl { grid-column: 2; }
    .sourcing-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sourcing-process-layout, .sourcing-location-grid, .sourcing-brief-grid { grid-template-columns: 1fr; gap: 44px; }
    .sourcing-process-intro { position: static; }
    .sourcing-technical-heading, .sourcing-mode-map-heading { grid-template-columns: 1fr; gap: 18px; }
    .sourcing-technical-grid { gap: 34px; }
    .sourcing-location-media, .sourcing-location-media img { min-height: 420px; height: 420px; }
}

@media (max-width: 640px) {
    .sourcing-hero-inner { min-height: 570px; }
    .sourcing-hero-copy { padding: 70px 0; }
    .sourcing-hero-copy h1 { font-size: 40px; }
    .sourcing-hero-copy > p:not(.eyebrow) { font-size: 15px; }
    .sourcing-hero-actions { display: grid; }
    .sourcing-hero-actions .button { width: 100%; }
    .sourcing-photo-pair { grid-template-columns: 1fr; gap: 28px; }
    .sourcing-photo-pair img { height: 250px; }
    .sourcing-photo-pair figcaption { grid-template-columns: 1fr; gap: 6px; }
    .sourcing-mode { grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 30px 0; }
    .sourcing-mode-number { width: 38px; height: 38px; font-size: 11px; }
    .sourcing-mode-copy h3 { font-size: 19px; }
    .sourcing-mode dl { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 14px; padding-left: 58px; }
    .sourcing-technical { margin-top: 46px; padding-top: 36px; }
    .sourcing-technical-heading h2 { font-size: 34px; }
    .sourcing-technical-grid { grid-template-columns: 1fr; gap: 42px; }
    .sourcing-technical-copy { grid-template-columns: 1fr; }
    .sourcing-technical-copy .button { width: 100%; }
    .sourcing-technical-gallery { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(82vw, 330px); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
    .sourcing-technical-gallery figure { scroll-snap-align: start; }
    .sourcing-mode-map { margin-top: 46px; padding-top: 36px; }
    .sourcing-mode-map-heading h2 { font-size: 34px; }
    .sourcing-mode-map-scroll { padding-bottom: 8px; }
    .sourcing-mode-map-figure img { width: 980px; max-width: none; }
    .sourcing-scope-grid, .sourcing-faq-list, .sourcing-brief-list { grid-template-columns: 1fr; }
    .sourcing-scope-grid article { min-height: 0; }
    .sourcing-process-intro h2, .sourcing-location-copy h2, .sourcing-brief-grid h2, .sourcing-cta h2 { font-size: 34px; }
    .sourcing-process-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; }
    .sourcing-process-list li > span { width: 36px; height: 36px; font-size: 11px; }
    .sourcing-process-media img { height: 220px; }
    .sourcing-location-media, .sourcing-location-media img { min-height: 310px; height: 310px; }
    .sourcing-brief-list li { min-height: 0; }
}

/* Quality control service page */
.qc-page { background: var(--paper); }
.qc-hero { position: relative; isolation: isolate; overflow: hidden; background: #000; color: #fff; }
.qc-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url('../images/quality-control/quality-control-hero.webp') center / cover no-repeat; opacity: .4; }
.qc-hero-grid { display: block; position: relative; z-index: 1; min-height: 610px; }
.qc-hero-copy { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 610px; max-width: 900px; margin: 0 auto; padding: 76px 24px; text-align: center; }
.qc-hero-copy h1 { max-width: 680px; margin-bottom: 24px; color: #fff; }
.qc-mobile-break { display: none; }
.qc-hero-copy h1, .qc-hero-copy > p:not(.eyebrow) { width: 100%; }
.qc-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 30px; color: #e2e2e2; font-size: 18px; }
.qc-hero-media { display: none; }
.qc-hero-actions { justify-content: center; }
.qc-hero-actions .button { min-width: 178px; }
.qc-section-heading { margin-bottom: 36px; }
.qc-section-heading > p { margin: 0; }
.qc-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.qc-check-card { min-height: 250px; padding: 28px 26px; border: 1px solid #d9d9d9; background: #f8f8f8; box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.qc-icon, .qc-advantage-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); }
.qc-icon .fa-icon, .qc-advantage-icon .fa-icon { width: 25px; height: 25px; }
.qc-check-card h3 { margin: 22px 0 10px; font-size: 18px; }
.qc-check-card p, .qc-advantage-grid p, .qc-process-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.qc-centered-action { display: flex; justify-content: center; margin-top: 34px; }
.qc-advantages { background: #000; color: #fff; }
.qc-section-heading--dark h2 { color: #fff; }
.qc-section-heading--dark > p { color: #cfcfcf; }
.qc-advantage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #363636; border: 1px solid #363636; }
.qc-advantage-grid article { min-height: 210px; padding: 28px 26px; background: #000; }
.qc-advantage-grid h3 { margin: 18px 0 10px; color: #fff; font-size: 17px; }
.qc-advantage-grid p { color: #cfcfcf; }
.qc-process { background: #f4f4f4; }
.qc-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.qc-process-grid article { position: relative; min-height: 250px; padding: 30px 22px 24px; border-top: 3px solid #000; background: #fff; }
.qc-step { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #000; color: #fff; font: 700 13px/1 Inter, Arial, sans-serif; }
.qc-process-grid h3 { margin: 22px 0 10px; font-size: 18px; }
.qc-explainer { background: #fff; }
.qc-explainer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 74px; align-items: center; }
.qc-explainer-media { min-height: 440px; margin: 0; overflow: hidden; border-radius: 5px; background: #ededed; }
.qc-explainer-media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.qc-explainer-copy h2 { max-width: 600px; }
.qc-explainer-copy p:not(.eyebrow) { max-width: 590px; margin: 0 0 18px; color: var(--muted); }
.qc-explainer-copy .button { margin-top: 12px; }
.qc-cta { padding-top: 66px; padding-bottom: 66px; }
.qc-cta h2 { max-width: 850px; margin-bottom: 0; color: #fff; }

@media (max-width: 900px) {
    .qc-hero-grid, .qc-explainer-grid { grid-template-columns: 1fr; }
    .qc-hero-copy { min-height: 560px; padding: 70px 0 54px; }
    .qc-check-grid, .qc-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .qc-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .qc-explainer-grid { gap: 42px; }
}

@media (max-width: 640px) {
    .qc-hero-copy { width: calc(100vw - 48px) !important; max-width: calc(100vw - 48px) !important; min-width: 0; min-height: 560px; padding-inline: 0; overflow: hidden; }
    .qc-hero-copy h1 { width: 100% !important; max-width: 100% !important; font-size: 28px !important; line-height: 1.08; white-space: normal !important; overflow-wrap: anywhere; }
    .qc-hero-copy > p:not(.eyebrow) { width: 100% !important; max-width: 100% !important; font-size: 13px; line-height: 1.5; white-space: normal !important; overflow-wrap: anywhere; }
    .qc-mobile-break { display: inline; }
    .qc-check-grid, .qc-advantage-grid, .qc-process-grid { grid-template-columns: 1fr; }
    .qc-check-card, .qc-advantage-grid article, .qc-process-grid article { min-height: 0; }
    .qc-explainer-media, .qc-explainer-media img { min-height: 310px; }
    .qc-cta { padding-top: 48px; padding-bottom: 48px; }
}

/* About and contact page imagery */
.about-page { background: var(--paper); }
.about-hero { position: relative; isolation: isolate; overflow: hidden; background: #000; color: #fff; }
.about-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url('../images/about/sample-fitting-studio.jpg') center 45% / cover no-repeat; opacity: .4; }
.about-hero-inner { display: flex; align-items: center; min-height: 610px; }
.about-hero-copy { max-width: 820px; padding: 86px 0; }
.about-hero-copy h1 { max-width: 780px; margin-bottom: 24px; color: #fff; font-size: 68px; }
.about-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #e4e4e4; font-size: 18px; }
.about-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 90px; align-items: start; }
.about-story-grid h2 { max-width: 580px; font-size: 46px; }
.about-story-grid p:not(.eyebrow) { color: var(--muted); }
.about-company { padding-top: 26px; border-top: 3px solid #000; }
.about-company h2 { max-width: 560px; font-size: 30px; overflow-wrap: anywhere; }
.about-company .button { margin-top: 16px; }
.about-company-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; margin: 26px 0; border-top: 1px solid var(--line); }
.about-company-facts div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.about-company-facts dt { margin-bottom: 6px; color: var(--muted); font: 700 10px/1.2 Inter, Arial, sans-serif; text-transform: uppercase; }
.about-company-facts dd { margin: 0; color: var(--ink); font: 700 15px/1.4 Inter, Arial, sans-serif; }
.about-section-heading { align-items: end; }
.about-section-heading > p { margin: 0; }
.about-timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid #a9a9a4; border-bottom: 1px solid #a9a9a4; list-style: none; }
.about-timeline li { position: relative; min-height: 330px; padding: 34px 34px 30px 72px; border-left: 1px solid #c9c9c4; }
.about-timeline li:first-child { border-left: 0; }
.about-timeline-marker { position: absolute; top: 32px; left: 22px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #000; color: #fff; font: 700 11px/1 Inter, Arial, sans-serif; }
.about-timeline h3 { margin: 18px 0 12px; font-size: 22px; }
.about-timeline li > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.about-perspective { border-bottom: 1px solid var(--line); }
.about-perspective-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 90px; align-items: start; }
.about-perspective-statement h2 { max-width: 650px; font-size: 50px; }
.about-perspective-statement > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-perspective-points { border-top: 3px solid #000; }
.about-perspective-points article { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.about-perspective-points article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #000; color: #fff; font: 700 11px/1 Inter, Arial, sans-serif; }
.about-perspective-points h3 { margin: 0 0 7px; font-size: 18px; }
.about-perspective-points p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.about-experience-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: 84px; align-items: stretch; }
.about-experience-media { min-height: 620px; margin: 0; overflow: hidden; background: #e5e5e2; }
.about-experience-media img { display: block; width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center 44%; }
.about-experience-copy { align-self: center; }
.about-experience-copy h2 { max-width: 690px; font-size: 48px; }
.about-experience-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); }
.about-experience-copy ul { display: grid; gap: 0; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.about-experience-copy li { position: relative; padding: 18px 8px 18px 28px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.about-experience-copy li::before { content: ""; position: absolute; top: 24px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.about-production-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #cececa; background: #cececa; gap: 1px; }
.about-production-grid article { min-height: 350px; padding: 30px 26px; background: #fff; }
.about-production-grid article > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 26px; border: 1px solid #000; border-radius: 50%; color: #000; }
.about-production-grid article > span .fa-icon { width: 23px; height: 23px; }
.about-production-grid h3 { margin: 17px 0 12px; font-size: 20px; }
.about-production-grid article > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.about-services { background: #000; }
.about-section-heading--light h2 { color: #fff; }
.about-section-heading--light > p { color: #cfcfcf; }
.about-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #3c3c3c; }
.about-service-grid article { min-height: 330px; padding: 30px 26px; border-left: 1px solid #3c3c3c; }
.about-service-grid article:first-child { border-left: 0; }
.about-service-grid article > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); }
.about-service-grid article > span .fa-icon { width: 22px; height: 22px; }
.about-service-grid h3 { margin: 24px 0 12px; color: #fff; font-size: 19px; }
.about-service-grid p { margin: 0; color: #bdbdbd; font-size: 14px; line-height: 1.65; }
.about-service-grid a { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: #fff; font: 700 11px/1.4 Inter, Arial, sans-serif; text-transform: uppercase; }
.about-service-grid a:hover, .about-service-grid a:focus-visible { color: var(--green); }
.about-service-grid a .fa-icon { width: .8em; height: .8em; }
.about-clients-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 84px; align-items: start; }
.about-clients-grid h2 { max-width: 520px; font-size: 46px; }
.about-client-list { border-top: 1px solid var(--line); }
.about-client-list article { display: grid; grid-template-columns: minmax(180px, .52fr) minmax(0, 1fr); gap: 30px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.about-client-list h3 { margin: 0; font-size: 18px; }
.about-client-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.about-cta { padding-top: 46px; padding-bottom: 46px; }
.about-cta h2 { max-width: 860px; margin-bottom: 0; font-size: 44px; }

.contact-page { background: var(--paper); }
.contact-page-hero { position: relative; isolation: isolate; overflow: hidden; background: #000; color: #fff; }
.contact-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url('../images/contact/fashion-design-team.jpg') center 48% / cover no-repeat; opacity: .4; }
.contact-page-hero-inner { display: flex; min-height: 570px; align-items: center; justify-content: center; }
.contact-page-hero-copy { max-width: 900px; padding: 78px 0; text-align: center; }
.contact-page-hero-copy h1 { max-width: none; margin: 0 0 22px; color: #fff; font-size: 80px; text-transform: uppercase; }
.contact-page-hero-copy h2 { max-width: 820px; margin: 0 auto 18px; color: #fff; font-size: 34px; }
.contact-page-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 auto; color: #e4e4e4; font-size: 17px; line-height: 1.65; }
.contact-page-hero-copy .eyebrow { color: var(--green); }
.contact-page-content { padding-top: 64px; }

/* Product catalog pagination */
.catalog-pagination { display: flex; justify-content: center; margin-top: 54px; }
.catalog-pagination > .page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.catalog-pagination a.page-numbers,
.catalog-pagination span.page-numbers { display: inline-flex; min-width: var(--control-height); min-height: var(--control-height); align-items: center; justify-content: center; padding: 9px 13px; border: 1px solid #bdbdb8; border-radius: 4px; background: #fff; color: #000; font: 700 12px/1 Inter, Arial, sans-serif; text-transform: uppercase; }
.catalog-pagination a.page-numbers:hover,
.catalog-pagination a.page-numbers:focus-visible,
.catalog-pagination span.page-numbers.current { background: #000; border-color: #000; color: #fff; }
.catalog-pagination .prev,
.catalog-pagination .next { min-width: 92px !important; }

.catalog-search > label { color: #666; font: 700 11px/1.3 Inter, Arial, sans-serif; text-transform: uppercase; }
.catalog-search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.catalog-search-row .button { min-height: var(--control-height); padding-inline: 16px; }
.catalog-search-clear { width: max-content; color: #555; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.product-grid--archive > .empty-state { grid-column: 1 / -1; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.notice--warning { background: #fff7d6; color: #705800; }
.page-not-found { max-width: 820px; margin-block: 24px; text-align: left; }
.page-not-found h1 { font-size: 58px; }
.page-not-found > p:not(.eyebrow) { max-width: 640px; color: #555; font-size: 18px; }

@media (max-width: 900px) {
    .about-hero-copy h1 { font-size: 54px; }
    .about-story-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-timeline { grid-template-columns: 1fr; }
    .about-timeline li { min-height: 0; border-top: 1px solid #c9c9c4; border-left: 0; }
    .about-timeline li:first-child { border-top: 0; }
    .about-perspective-grid, .about-experience-grid, .about-clients-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-experience-media, .about-experience-media img { min-height: 480px; height: 480px; }
    .about-production-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-service-grid article:nth-child(3) { border-left: 0; }
    .about-service-grid article:nth-child(n+3) { border-top: 1px solid #3c3c3c; }
}

@media (max-width: 640px) {
    .about-hero-inner { min-height: 560px; }
    .about-hero-copy { padding: 72px 0; }
    .about-hero-copy h1 { font-size: 40px; }
    .about-hero-copy > p:not(.eyebrow) { font-size: 15px; }
    .about-story-grid h2 { font-size: 34px; }
    .about-story-grid > .prose h2 { padding-right: 54px; }
    .about-company h2 { font-size: 25px; }
    .about-company-facts { grid-template-columns: 1fr; }
    .about-timeline li { padding: 28px 20px 26px 62px; }
    .about-timeline-marker { top: 26px; left: 14px; }
    .about-perspective-statement h2 { font-size: 34px; }
    .about-perspective-statement > p:not(.eyebrow) { font-size: 15px; }
    .about-experience-media, .about-experience-media img { min-height: 380px; height: 380px; }
    .about-experience-copy h2, .about-clients-grid h2, .about-cta h2 { font-size: 34px; }
    .about-production-grid { grid-template-columns: 1fr; }
    .about-production-grid article { min-height: 0; }
    .about-service-grid { grid-template-columns: 1fr; }
    .about-service-grid article { min-height: 0; border-top: 1px solid #3c3c3c; border-left: 0; }
    .about-service-grid article:first-child { border-top: 0; }
    .about-client-list article { grid-template-columns: 1fr; gap: 10px; }
    .contact-page-hero::before { background-position: 47% center; }
    .contact-page-hero-inner { min-height: 540px; }
    .contact-page-hero-copy { padding: 68px 0; }
    .contact-page-hero-copy h1 { font-size: 48px; }
    .contact-page-hero-copy h2 { font-size: 27px; }
    .contact-page-hero-copy > p:not(.eyebrow) { font-size: 15px; }
    .contact-page-content { padding-top: 44px; }
    .catalog-pagination { margin-top: 38px; }
    .catalog-pagination a.page-numbers,
    .catalog-pagination span.page-numbers { min-width: var(--control-height); min-height: var(--control-height); padding: 8px 11px; }
    .catalog-search-row { grid-template-columns: 1fr; }
    .catalog-search-row .button { width: 100%; }
}

/* Factory & Capabilities */
.factory-hero { position: relative; min-height: 650px; display: grid; color: #fff; overflow: hidden; background: #000; }
.factory-hero-image, .factory-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.factory-hero-image { object-fit: cover; object-position: 58% 45%; }
.factory-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.18) 78%, rgba(0,0,0,.08) 100%); }
.factory-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 650px; }
.factory-hero-copy { width: min(100%, 690px); padding: 84px 0; }
.factory-hero-copy h1 { color: #fff; font-size: 72px; }
.factory-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 30px; color: #fff; font-size: 18px; }
.factory-proof { background: #000; color: #fff; border-top: 1px solid #2f2f2f; }
.factory-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.factory-proof-grid > div { min-height: 118px; display: grid; align-content: center; gap: 4px; padding: 22px 28px; border-left: 1px solid #333; }
.factory-proof-grid > div:first-child { border-left: 0; }
.factory-proof-grid strong { color: #14cf93; font: 700 28px/1.1 Inter, Arial, sans-serif; text-transform: uppercase; }
.factory-proof-grid span { color: #d8d8d8; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.factory-section-heading > p { max-width: 500px; }
.factory-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #d6d6d6; }
.factory-capability-grid article { min-height: 275px; padding: 32px 28px; border-left: 1px solid #d6d6d6; border-top: 1px solid #d6d6d6; }
.factory-capability-grid article:nth-child(-n+3) { border-top: 0; }
.factory-capability-grid article:nth-child(3n+1) { border-left: 0; }
.factory-capability-grid article > span { display: block; margin-bottom: 42px; color: #14cf93; font: 700 13px/1 Inter, Arial, sans-serif; }
.factory-capability-grid h3 { font-size: 19px; }
.factory-capability-grid p { margin: 0; color: #5f5f5f; font-size: 14px; }
.factory-split { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 72px; align-items: center; }
.factory-split-copy h2 { font-size: 48px; }
.factory-split-copy > p:not(.eyebrow) { color: #555; }
.factory-check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.factory-check-list li { position: relative; padding: 13px 0 13px 31px; border-top: 1px solid #cfcfca; font-size: 14px; font-weight: 700; }
.factory-check-list li::before { content: '\2713'; position: absolute; left: 2px; color: #008a61; font-weight: 800; }
.factory-photo-stack { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2, 245px); gap: 12px; }
.factory-photo { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.factory-photo--wide { grid-row: 1 / 3; }
.factory-photo img { width: 100%; height: 100%; object-fit: cover; }
.factory-photo figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 9px; background: #000; color: #fff; font: 700 10px/1 Inter, Arial, sans-serif; text-transform: uppercase; }
.factory-swimwear-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.factory-swimwear-grid figure { margin: 0; background: #f2f2f2; }
.factory-swimwear-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; image-rendering: auto; }
.factory-swimwear-grid figcaption { display: grid; gap: 6px; min-height: 118px; padding: 22px; border: 1px solid #d9d9d9; border-top: 0; }
.factory-swimwear-grid strong { font: 700 17px/1.2 Inter, Arial, sans-serif; text-transform: uppercase; }
.factory-swimwear-grid span { color: #666; font-size: 13px; }
.factory-capacity-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: 100px; }
.factory-capacity h2 { max-width: 580px; color: #fff; }
.factory-capacity-grid > div:last-child > p { margin: 0 0 20px; color: #d8d8d8; font-size: 17px; }
.factory-capacity .button { margin-top: 16px; }
.factory-quality-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 72px; align-items: center; }
.factory-quality-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.factory-quality-gallery figure { margin: 0; height: 520px; overflow: hidden; }
.factory-quality-gallery figure:nth-child(2) { margin-top: 54px; height: 466px; }
.factory-quality-gallery img { width: 100%; height: 100%; object-fit: cover; }
.factory-quality-copy h2 { font-size: 48px; }
.factory-quality-copy > p:not(.eyebrow) { color: #555; }
.factory-quality-copy ol { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid #ccc; }
.factory-quality-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid #ccc; }
.factory-quality-copy li > span { color: #008a61; font: 700 12px/1.4 Inter, Arial, sans-serif; }
.factory-quality-copy li strong { font-family: Inter, Arial, sans-serif; text-transform: uppercase; }
.factory-quality-copy li p { margin: 3px 0 0; color: #666; font-size: 13px; }
.factory-quality-copy .fa-icon { width: 13px; height: 13px; }
.factory-shipment { position: relative; background: #000; }
.factory-shipment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: 520px; }
.factory-shipment-grid figure { margin: 0; overflow: hidden; }
.factory-shipment-grid img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.6); }
.factory-shipment-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; pointer-events: none; }
.factory-shipment-copy h2 { max-width: 700px; color: #fff; font-size: 58px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal-links a:hover { color: #14cf93; }

/* Official symbol paired with the existing wordmark for a readable brand lockup. */
.brand-symbol {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}
.site-header .brand-logo { width: 142px; }
.brand--footer .brand-symbol,
.brand--footer .brand-logo { filter: invert(1); }
.brand--footer .brand-symbol { width: 46px; height: 46px; flex-basis: 46px; }

@media (max-width: 640px) {
    .brand-symbol { width: 36px; height: 36px; flex-basis: 36px; }
    .site-header .brand-logo { width: 126px; }
}

/* Legal pages */
.legal-page { background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr); gap: 100px; align-items: start; }
.legal-sidebar { position: sticky; top: 140px; }
.legal-sidebar h1 { font-size: 52px; }
.legal-sidebar > p:last-child { color: #666; font-size: 13px; }
.legal-content { min-width: 0; max-width: 820px; }
.legal-content h2 { margin: 42px 0 14px; font-size: 24px; }
.legal-content p, .legal-content li { color: #4f4f4f; }
.legal-content a { color: #007a55; text-decoration: underline; text-underline-offset: 3px; }
.legal-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; margin: 24px 0; }
.legal-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { padding: 15px; border: 1px solid #ccc; text-align: left; vertical-align: top; }
.legal-table th { background: #000; color: #fff; font-family: Inter, Arial, sans-serif; text-transform: uppercase; }
.legal-table code { overflow-wrap: anywhere; }

/* Buyer access */
.buyer-page { background: var(--paper); }
.buyer-hero { display: grid; align-items: center; min-height: 430px; background: #000; color: #fff; }
.buyer-hero-inner { padding: 86px 0; }
.buyer-hero h1 { max-width: 950px; color: #fff; font-size: 68px; }
.buyer-hero-inner > p:last-child { max-width: 680px; margin: 0; color: #d7d7d7; font-size: 18px; }
.buyer-access-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 90px; align-items: start; }
.buyer-register h2, .buyer-status-layout h2 { font-size: 48px; }
.buyer-section-intro { max-width: 670px; margin: 0 0 34px; color: #5f5f5f; }
.buyer-form { display: grid; gap: 22px; }
.buyer-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.buyer-form .form-row input { min-height: 50px; background: #fff; border-color: #aaa; }
.buyer-consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; color: #555; font-size: 13px; line-height: 1.5; cursor: pointer; }
.buyer-consent input, .buyer-remember input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: #00bf83; }
.buyer-consent a { color: #007a55; text-decoration: underline; text-underline-offset: 3px; }
.inquiry-form .form-note a { color: #007a55; text-decoration: underline; text-underline-offset: 2px; }
.buyer-form > .button { justify-self: start; }
.buyer-login { position: sticky; top: 124px; padding-left: 42px; border-left: 1px solid #ccc; }
.buyer-login h2 { font-size: 38px; }
.buyer-login-form { gap: 17px; }
.buyer-remember { display: flex; gap: 9px; align-items: center; color: #555; font-size: 13px; cursor: pointer; }
.buyer-reset-link { margin-top: 20px; }
.buyer-login-note { margin-top: 22px; padding-top: 16px; border-top: 1px solid #ccc; }
.buyer-login-note strong { font-family: Inter, Arial, sans-serif; text-transform: uppercase; }
.buyer-login-note p { margin: 7px 0 0; color: #666; font-size: 13px; }
.buyer-notice { margin: 0 0 28px; padding: 16px 18px; border-left: 4px solid #777; background: #f2f2f2; color: #333; font-size: 14px; }
.buyer-notice strong { display: block; margin-bottom: 2px; }
.buyer-notice--success { border-color: #00a976; background: #e9f7f2; }
.buyer-notice--warning { border-color: #d29700; background: #fff8e5; }
.buyer-notice--error { border-color: #bd2e2e; background: #fff0f0; }
.buyer-status-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 100px; align-items: start; }
.buyer-status-layout > div > p:not(.eyebrow) { max-width: 720px; margin: 0 0 30px; color: #555; font-size: 17px; }
.buyer-account-summary { padding: 30px; border: 1px solid #ccc; background: #f5f5f5; }
.buyer-status { display: inline-flex; margin-bottom: 25px; padding: 7px 10px; background: #e7e7e7; font: 700 11px/1 Inter, Arial, sans-serif; text-transform: uppercase; }
.buyer-status--approved { background: #c8f3e4; color: #006e4c; }
.buyer-status--declined { background: #fde2e2; color: #922; }
.buyer-account-summary dl { margin: 0 0 24px; }
.buyer-account-summary dl div { padding: 13px 0; border-top: 1px solid #ccc; }
.buyer-account-summary dt { margin-bottom: 3px; color: #666; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.buyer-account-summary dd { margin: 0; overflow-wrap: anywhere; font-weight: 600; }

/* Global buyer account modal */
body.buyer-modal-open { overflow: hidden; }
.buyer-modal[hidden] { display: none !important; }
.buyer-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; opacity: 0; transition: opacity .16s ease; }
.buyer-modal.is-open { opacity: 1; }
.buyer-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .72); }
.buyer-modal__dialog { position: relative; width: min(900px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 30px 34px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 14px; background: #fff; box-shadow: 0 24px 80px rgba(0, 0, 0, .35); outline: 0; }
.buyer-modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid #aaa; border-radius: 50%; background: #fff; color: #000; cursor: pointer; font: 400 28px/1 Arial, sans-serif; }
.buyer-modal__close:hover, .buyer-modal__close:focus-visible { border-color: #000; background: #000; color: #fff; }
.buyer-modal__header { padding-right: 48px; }
.buyer-modal__header h2, .buyer-modal__status h2 { max-width: 700px; margin-bottom: 6px; font-size: 34px; }
.buyer-modal__header > p:last-child, .buyer-modal__status > p:not(.eyebrow) { max-width: 680px; margin: 0; color: #5f5f5f; font-size: 14px; }
.buyer-modal__tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; margin: 20px 0; padding: 4px; border-radius: 10px; background: #f0f0f0; }
.buyer-modal__tabs button { min-height: var(--control-height); padding: 10px 16px; border: 0; border-radius: 7px; background: transparent; color: #666; cursor: pointer; font: 700 12px/1.2 Inter, Arial, sans-serif; text-transform: uppercase; }
.buyer-modal__tabs button[aria-selected="true"] { background: #fff; color: #000; box-shadow: 0 1px 5px rgba(0, 0, 0, .12); }
.buyer-modal__panel[hidden] { display: none !important; }
.buyer-modal__panel .buyer-form-grid { gap: 10px 14px; }
.buyer-modal__panel .buyer-form { gap: 14px; }
.buyer-modal__panel .form-row { gap: 3px; }
.buyer-modal__panel .form-row label { font-size: 12px; }
.buyer-modal__panel .buyer-form .form-row input { min-height: 42px; padding: 9px 11px; border-radius: 7px; }
.buyer-modal__panel .buyer-notice { margin-bottom: 16px; border-radius: 8px; }
.buyer-modal__panel .button { border-radius: 8px; }
.buyer-modal__panel .buyer-consent { font-size: 12px; }
.buyer-modal__status { padding-right: 48px; }
.buyer-modal__status > .button { margin-top: 20px; border-radius: 8px; }
.buyer-modal__account { margin-top: 22px; padding-top: 18px; border-top: 1px solid #ccc; }
.buyer-modal__account .buyer-status { margin-bottom: 12px; }
.buyer-modal__account p { margin: 0 0 16px; color: #555; }
.footer-links .buyer-access-button { display: inline-flex; width: max-content; margin-top: 4px; padding-inline: 15px; color: #fff; }
.footer-links .buyer-access-button:hover, .footer-links .buyer-access-button:focus-visible { color: #fff; }
.price-links .buyer-price-button {
    width: max-content;
    padding-inline: 12px;
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
    font-size: 10px;
}
.price-links .buyer-price-button:hover, .price-links .buyer-price-button:focus-visible {
    background: #000;
    border-color: #000;
    color: #fff;
}
.buyer-notice a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

/* Inquiry confirmation */
.inquiry-confirmation-page { background: var(--paper); }
.inquiry-confirmation-hero { position: relative; isolation: isolate; display: grid; align-items: center; min-height: 500px; overflow: hidden; background: #000; color: #fff; }
.inquiry-confirmation-hero::before { position: absolute; inset: 0; z-index: -2; background: url('../images/product-sourcing/sample-fitting.jpg') center 44% / cover no-repeat; content: ''; opacity: .4; }
.inquiry-confirmation-hero::after { position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .54); content: ''; }
.inquiry-confirmation-inner { padding: 72px 0; }
.inquiry-confirmation-mark { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 25px; background: #00bf83; color: #000; border-radius: 50%; }
.inquiry-confirmation-mark .fa-icon { width: 21px; height: 21px; }
.inquiry-confirmation-inner h1 { max-width: 760px; color: #fff; font-size: 60px; }
.inquiry-confirmation-inner > p:not(.eyebrow) { max-width: 650px; margin: 0 0 27px; color: #eee; font-size: 17px; }
.inquiry-next-steps { padding: 48px 0 58px; }
.inquiry-next-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.inquiry-next-heading h2 { margin: 0; font-size: 34px; }
.inquiry-next-heading > p { max-width: 380px; margin: 0; color: #666; }
.inquiry-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border: 1px solid #ccc; list-style: none; }
.inquiry-step-grid li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; min-height: 150px; padding: 24px; border-left: 1px solid #ccc; }
.inquiry-step-grid li:first-child { border-left: 0; }
.inquiry-step-grid li > span { display: block; color: #00a976; font: 700 12px/1.5 Inter, Arial, sans-serif; }
.inquiry-step-grid h3 { margin: 0 0 8px; font-size: 19px; }
.inquiry-step-grid p { margin: 0; color: #666; font-size: 14px; }
.inquiry-delivery-note { margin: 28px 0 0; padding: 18px 20px; border-left: 4px solid #d29700; background: #fff8e5; }
.inquiry-delivery-note a { color: #007a55; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
    .factory-hero, .factory-hero-inner { min-height: 600px; }
    .factory-hero-copy h1 { font-size: 58px; }
    .factory-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .factory-proof-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid #333; }
    .factory-proof-grid > div:nth-child(4) { border-top: 1px solid #333; }
    .factory-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .factory-capability-grid article:nth-child(-n+3) { border-top: 1px solid #d6d6d6; }
    .factory-capability-grid article:nth-child(-n+2) { border-top: 0; }
    .factory-capability-grid article:nth-child(3n+1) { border-left: 1px solid #d6d6d6; }
    .factory-capability-grid article:nth-child(2n+1) { border-left: 0; }
    .factory-split, .factory-quality-grid { grid-template-columns: 1fr; gap: 48px; }
    .factory-capacity-grid { grid-template-columns: 1fr; gap: 36px; }
    .legal-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
    .legal-sidebar { position: static; }
    .buyer-hero h1, .inquiry-confirmation-inner h1 { font-size: 52px; }
    .buyer-access-layout, .buyer-status-layout { grid-template-columns: minmax(0, 1fr); gap: 60px; }
    .buyer-login { position: static; padding: 40px 0 0; border-left: 0; border-top: 1px solid #ccc; }
}

@media (max-width: 640px) {
    .factory-hero, .factory-hero-inner { min-height: 560px; }
    .factory-hero-image { object-position: 63% center; }
    .factory-hero-overlay { background: rgba(0,0,0,.64); }
    .factory-hero-copy { padding: 70px 0; }
    .factory-hero-copy h1 { font-size: 42px; }
    .factory-hero-copy > p:not(.eyebrow) { font-size: 15px; }
    .factory-proof-grid { grid-template-columns: 1fr 1fr; }
    .factory-proof-grid > div { min-height: 102px; padding: 18px 15px; }
    .factory-proof-grid strong { font-size: 21px; }
    .factory-capability-grid { grid-template-columns: 1fr; }
    .factory-capability-grid article { min-height: 0; border-left: 0 !important; border-top: 1px solid #d6d6d6 !important; }
    .factory-capability-grid article:first-child { border-top: 0 !important; }
    .factory-capability-grid article > span { margin-bottom: 24px; }
    .factory-split-copy h2, .factory-quality-copy h2 { font-size: 34px; }
    .factory-photo-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 180px; }
    .factory-photo--wide { grid-column: 1 / 3; grid-row: auto; }
    .factory-swimwear-grid { grid-template-columns: 1fr; }
    .factory-swimwear-grid img { aspect-ratio: 1 / 1; }
    .factory-capacity-grid > div:last-child > p { font-size: 15px; }
    .factory-quality-gallery { gap: 8px; }
    .factory-quality-gallery figure, .factory-quality-gallery figure:nth-child(2) { height: 350px; margin-top: 0; }
    .factory-shipment-grid { grid-template-columns: 1fr; height: 570px; }
    .factory-shipment-grid figure:nth-child(n+2) { display: none; }
    .factory-shipment-copy h2 { font-size: 38px; }
    .legal-sidebar h1 { font-size: 40px; }
    .legal-content h2 { margin-top: 34px; font-size: 21px; }
    .footer-legal-links { gap: 10px 15px; }
    .buyer-hero { min-height: 470px; }
    .buyer-hero-inner, .inquiry-confirmation-inner { padding: 68px 0; }
    .buyer-hero h1, .inquiry-confirmation-inner h1 { font-size: 40px; }
    .buyer-hero-inner > p:last-child, .inquiry-confirmation-inner > p:not(.eyebrow) { font-size: 15px; }
    .buyer-register h2, .buyer-status-layout h2 { font-size: 34px; }
    .buyer-form-grid { grid-template-columns: minmax(0, 1fr); }
    .buyer-form > .button { width: 100%; }
    .buyer-account-summary { padding: 24px 20px; }
    .buyer-modal { padding: 0; }
    .buyer-modal { padding: 8px; }
    .buyer-modal__dialog { width: 100%; max-height: calc(100vh - 16px); min-height: 0; padding: 56px 18px 24px; border-radius: 14px; }
    .buyer-modal__close { position: fixed; top: 18px; right: 18px; }
    .buyer-modal__header { padding-right: 0; }
    .buyer-modal__header h2, .buyer-modal__status h2 { font-size: 29px; }
    .buyer-modal__status { padding-right: 0; }
    .buyer-modal__tabs { margin: 18px 0; }
    .buyer-modal__panel .buyer-form-grid { grid-template-columns: minmax(0, 1fr); }
    .inquiry-confirmation-hero { min-height: 480px; }
    .inquiry-confirmation-hero::before { background-position: 58% center; }
    .inquiry-next-steps { padding: 40px 0 48px; }
    .inquiry-next-heading { display: grid; gap: 10px; }
    .inquiry-next-heading h2 { font-size: 30px; }
    .inquiry-step-grid { grid-template-columns: minmax(0, 1fr); }
    .inquiry-step-grid li { min-height: 0; padding: 20px; border-left: 0; border-top: 1px solid #ccc; }
    .inquiry-step-grid li:first-child { border-top: 0; }
    .manralin-private-flow .contact-fab, .manralin-legal-flow .contact-fab { display: none; }
}
