/* Cache revision: 2026-08-27 — refresh renamed theme assets across all public pages. */
:root {
  --custom001-ink: #171a18;
  --custom001-muted: #656961;
  --custom001-green: #155D8A;
  --custom001-green-2: #0F496E;
  --custom001-accent: #2FAFBE;
  --custom001-stone: #f4f2ee;
  --custom001-line: #d8d7d2;
  --custom001-white: #fff;
  --custom001-type: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  --custom001-display: var(--custom001-type);
  --custom001-sans: var(--custom001-type);
  --custom001-body: var(--custom001-type);
  --custom001-container: 1320px;
  --custom001-header: 88px;
  --custom001-home-copy-left: clamp(48px, 7vw, 132px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--custom001-ink);
  background: #fff;
  font-family: var(--custom001-sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body:not(.home) { padding-top: var(--custom001-header); }
/* RTL languages keep the established LTR component layout; only prose direction changes. */
body.custom001-content-rtl :is(h1, h2, h3, h4, h5, h6, p, blockquote, figcaption, label, input, textarea) {
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--custom001-display); font-weight: 400; line-height: 1.08; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.custom001-skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 16px; background: #fff; }
.custom001-skip-link:focus { top: 16px; }
.custom001-container { width: min(calc(100% - 72px), var(--custom001-container)); margin-inline: auto; }
.custom001-eyebrow { margin: 0 0 12px; color: var(--custom001-accent); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.custom001-accent-line { display: block; width: 42px; height: 2px; margin: 18px 0 26px; background: var(--custom001-accent); }
.custom001-button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px;
  padding: 12px 24px; border: 1px solid transparent; font-size: 13px; font-weight: 500;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.custom001-button:hover { transform: translateY(-1px); }
.custom001-button:focus-visible, .custom001-icon-button:focus-visible, .custom001-nav__link:focus-visible { outline: 2px solid var(--custom001-accent); outline-offset: 3px; }
.custom001-button--dark { color: #fff; background: var(--custom001-green); }
.custom001-button--dark:hover { background: var(--custom001-green-2); }
.custom001-button--glass { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(18,24,21,.22); }
.custom001-button--glass:hover { background: rgba(18,24,21,.45); }
.custom001-button--outline { color: var(--custom001-green); border-color: var(--custom001-green); background: #fff; }
.custom001-button--outline:hover { color: #fff; background: var(--custom001-green); }
.custom001-button--outline-light { color: #fff; border-color: rgba(255,255,255,.66); }
.custom001-text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--custom001-ink); font-size: 13px; }
.custom001-lucide-icon { display: block; flex: 0 0 auto; width: 22px; height: 22px; stroke-width: 2; }
.custom001-icon { display: block; flex: 0 0 auto; width: 24px; height: 24px; }

/* Header */
.custom001-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--custom001-header); color: var(--custom001-ink); background: rgba(255,255,255,.98); border-bottom: 1px solid #eee; transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.admin-bar .custom001-header { top: 32px; }
.home .custom001-header:not(.is-scrolled) { color: #fff; background: transparent; border-bottom-color: transparent; }
.home .custom001-header.is-scrolled { box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.home .custom001-header:not(.is-scrolled) .custom001-icon-button,
.home .custom001-header:not(.is-scrolled) .custom001-language,
.home .custom001-header:not(.is-scrolled) .custom001-menu-toggle { color: #fff; }
.home .custom001-header:not(.is-scrolled) .custom001-nav__link::after { background: #fff; }
.home.menu-open .custom001-header { color: var(--custom001-ink); background: #fff; border-bottom-color: #eee; }
.home.menu-open .custom001-header .custom001-menu-toggle { color: var(--custom001-ink); }
.custom001-header__inner { width: min(calc(100% - 48px), 1440px); height: 100%; margin: auto; display: grid; grid-template-columns: 330px 1fr auto; align-items: center; gap: 28px; }
.custom001-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; letter-spacing: -.02em; white-space: nowrap; }
.custom001-brand__mark { width: 46px; height: 46px; object-fit: contain; border-radius: 50%; }
.custom001-brand__mark--placeholder { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; background: var(--custom001-green); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.custom001-brand .custom-logo-link { display: flex; align-items: center; }
.custom001-brand .custom-logo { max-width: 300px; max-height: 58px; width: auto; }
.custom001-nav { display: flex; align-self: stretch; justify-content: center; gap: 30px; }
.custom001-nav__link { position: relative; display: flex; align-items: center; font-size: 16px; }
.custom001-nav__link::after { content: ""; position: absolute; bottom: 18px; left: 50%; width: 0; height: 2px; background: var(--custom001-green); transform: translateX(-50%); transition: width .2s ease; }
.custom001-nav__link:hover::after, .custom001-nav__link.is-active::after { width: 32px; }
.custom001-header__tools { display: flex; align-items: center; gap: 20px; }
.custom001-icon-button, .custom001-language, .custom001-menu-toggle { border: 0; background: transparent; color: var(--custom001-ink); }
.custom001-icon-button { width: 38px; height: 38px; display: grid; place-items: center; }
.custom001-icon-button .custom001-icon { width: 24px; height: 24px; }
.custom001-language { display: inline-flex; align-items: center; gap: 4px; font-size: 16px; white-space: nowrap; }
.custom001-language__dropdown { position: relative; }
.custom001-language__dropdown summary { display: flex; align-items: center; gap: 7px; padding: 4px 0; border: 0; background: transparent; cursor: pointer; list-style: none; }
.custom001-language__dropdown summary::-webkit-details-marker { display: none; }
.custom001-language__dropdown img { display: block; width: 22px; height: 17px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(23, 31, 42, .12); }
.custom001-language__chevron { width: 7px; height: 7px; margin-left: auto; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.custom001-language__dropdown[open] .custom001-language__chevron { transform: rotate(225deg) translate(-1px, -1px); }
.custom001-language__list { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; display: grid; gap: 2px; min-width: 170px; max-height: 278px; margin: 0; padding: 7px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; list-style: none; color: var(--custom001-ink); background: #fff; border: 1px solid rgba(23, 31, 42, .12); border-radius: 7px; box-shadow: 0 14px 35px rgba(23, 31, 42, .15); }
.custom001-language__list a { display: flex; align-items: center; gap: 9px; padding: 9px 10px; color: inherit; text-decoration: none; border-radius: 4px; opacity: .8; }
.custom001-language__list a:hover, .custom001-language__list a:focus-visible { background: rgba(23, 31, 42, .06); opacity: 1; }
.custom001-language__list a[aria-current="page"] { background: rgba(23, 31, 42, .08); opacity: 1; font-weight: 600; }
.custom001-header__cta { min-height: 52px; padding-inline: 24px; font-size: 16px; }
.custom001-menu-toggle { display: none; }
.custom001-search-panel { position: absolute; right: 24px; top: calc(100% + 8px); width: min(420px, calc(100vw - 32px)); padding: 16px; background: #fff; box-shadow: 0 16px 38px rgba(0,0,0,.12); }
.custom001-search-panel form { display: flex; }
.custom001-search-panel input[type="search"] { flex: 1; min-width: 0; padding: 12px; border: 1px solid var(--custom001-line); }
.custom001-search-panel input[type="search"]::-webkit-search-cancel-button { filter: grayscale(1) brightness(0); opacity: 1; }
.custom001-search-panel input[type="submit"] { border: 0; padding: 12px 18px; color: #fff; background: var(--custom001-green); }

/* Inner-page entrance */
[data-page-entrance-item] { opacity: 0; animation: custom001-page-entrance-copy .82s cubic-bezier(.22,1,.36,1) both; }
[data-page-entrance-item="media"] { animation-name: custom001-page-entrance-media; animation-delay: .08s; }
[data-page-entrance-item="copy"] { animation-delay: .2s; }
[data-page-entrance-item="support"] { animation-delay: .34s; }

@keyframes custom001-page-entrance-copy {
  0% { opacity: 0; transform: translateY(24px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes custom001-page-entrance-media {
  0% { opacity: 0; transform: scale(1.025); }
  100% { opacity: 1; transform: scale(1); }
}

.custom001-section { padding: 40px 0 56px; }
.custom001-section-heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-bottom: 28px; }
.custom001-section-heading h2 { margin: 0; font-size: 28px; }
.custom001-section-heading > span { height: 1px; background: #9b9b97; }
.custom001-section-heading a { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; }
.custom001-collections .custom001-container,
.custom001-news-preview .custom001-container { box-sizing: border-box; width: 100%; max-width: none; padding-inline: var(--custom001-home-copy-left); }
.custom001-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.custom001-collection-card > a { display: flex; height: 100%; flex-direction: column; align-items: flex-start; }
.custom001-collection-card img { width: 100%; height: auto; aspect-ratio: 1.05; object-fit: cover; }
.custom001-collection-card h3 { margin: 17px 0 5px; font-size: 25px; }
.custom001-collection-card p { min-height: 52px; margin-bottom: 12px; color: #565b56; font-size: 15px; line-height: 1.55; }
.custom001-collection-card .custom001-lucide-icon { margin-top: auto; transition: transform .2s ease; }
.custom001-collection-card a:hover .custom001-lucide-icon { transform: translateX(6px); }
.custom001-hero + .custom001-manufacturing { margin-top: 20px; }
.custom001-manufacturing { position: relative; min-height: 460px; color: #fff; background-color: #171715; overflow: hidden; isolation: isolate; }
.custom001-manufacturing__image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.custom001-manufacturing::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,10,8,0) 40%, rgba(7,10,8,.12) 52%, rgba(7,10,8,.34) 64%, rgba(7,10,8,.58) 80%, rgba(7,10,8,.72) 100%); }
.custom001-manufacturing__inner { position: relative; z-index: 2; min-height: inherit; display: flex; align-items: center; justify-content: flex-end; }
.custom001-manufacturing__copy { width: 44%; min-width: 580px; margin-right: clamp(-72px, -4vw, -24px); padding: 48px; background: transparent; }
.custom001-manufacturing .custom001-eyebrow, .custom001-featured-video .custom001-eyebrow, .custom001-about-preview .custom001-eyebrow { font-size: 13px; }
.custom001-manufacturing .custom001-eyebrow { color: #fff; }
.custom001-manufacturing h2 { margin-bottom: 24px; font-size: 40px; }
.custom001-manufacturing__copy > p:last-child { max-width: 470px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.65; }
.custom001-featured-video { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); height: clamp(240px, 22vw, 410px); min-height: 0; margin-top: 6px; overflow: hidden; }
.custom001-featured-video__media { position: relative; min-width: 0; overflow: hidden; background: #171a18; }
.custom001-featured-video__media img, .custom001-featured-video__media video { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.custom001-play-button { position: absolute; left: 50%; top: 50%; width: 74px; height: 74px; display: grid; place-items: center; color: #fff; border: 2px solid #fff; border-radius: 50%; transform: translate(-50%,-50%); background: rgba(0,0,0,.24); }
.custom001-play-button .custom001-icon { width: 40px; height: 40px; }
.custom001-featured-video__media.is-playing .custom001-play-button { opacity: 0; pointer-events: none; }
.custom001-featured-video__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px clamp(40px, 6vw, 110px); background: #F4F8FA; }
.custom001-featured-video__copy h2 { max-width: 520px; margin-bottom: .83em; font-size: 40px; }
.custom001-featured-video__copy > p:not(.custom001-eyebrow) { max-width: 420px; color: var(--custom001-muted); font-size: 16px; line-height: 1.65; }
.custom001-featured-video__text-button { padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--custom001-ink); background: transparent; }

/* Scroll reveal */
.is-reveal-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.is-reveal-ready [data-reveal="left"] { transform: translateX(-42px); }
.is-reveal-ready [data-reveal="right"] { transform: translateX(42px); }
.is-reveal-ready [data-reveal].is-visible { opacity: 1; transform: translate(0,0); }
.custom001-about-preview.custom001-container { box-sizing: border-box; width: 100%; max-width: none; margin: 6px 0 0; padding: 0 0 22px var(--custom001-home-copy-left); }
.custom001-about-preview { display: grid; grid-template-columns: 39% 61%; min-height: 310px; overflow: hidden; }
.custom001-about-preview__copy { min-width: 0; padding: 24px 54px 24px 0; align-self: center; }
.custom001-about-preview h2 { font-size: 40px; }
.custom001-about-preview__copy > p:not(.custom001-eyebrow) { color: var(--custom001-muted); font-size: 16px; line-height: 1.65; }
.custom001-about-preview > img { width: 100%; height: clamp(230px, 20vw, 370px); min-width: 0; min-height: 0; align-self: center; object-fit: cover; }
.custom001-featured-video .custom001-text-link, .custom001-featured-video__text-button, .custom001-about-preview .custom001-text-link { font-size: 16px; }
.custom001-news-preview { padding-top: 20px; }
.custom001-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.custom001-news-card { min-width: 0; }
.custom001-news-card > a { display: flex; height: 100%; flex-direction: column; align-items: flex-start; }
.custom001-news-card img { width: 100%; height: auto; aspect-ratio: 2.35; object-fit: cover; }
.custom001-news-card time { display: block; margin-top: 13px; color: #656a65; font-size: 13px; font-weight: 400; }
.custom001-news-card h3 { width: 100%; margin: 7px 0 8px; font-size: 21px; }
.custom001-news-card .custom001-lucide-icon { margin-top: auto; transition: transform .2s ease; }
.custom001-news-card > a:hover .custom001-lucide-icon { transform: translateX(6px); }

/* Footer */
.custom001-footer-cta { color: #fff; background: var(--custom001-green); }
.custom001-footer-cta__inner { min-height: 112px; display: grid; grid-template-columns: 1.6fr 1fr .8fr; align-items: center; gap: 48px; }
.custom001-footer-cta h2 { margin: 0; font-size: 35px; white-space: nowrap; }
.custom001-footer-cta p { margin: 0; padding-left: 38px; border-left: 1px solid rgba(255,255,255,.45); font-size: 14px; }
.custom001-footer-cta .custom001-button { min-width: 220px; font-size: 16px; }
.custom001-footer { padding: 60px 0 45px; color: var(--custom001-muted); background: #fff; }
.custom001-footer__grid { display: grid; grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(140px, .8fr)); gap: 56px; }
.custom001-footer__brand { min-width: 0; }
.custom001-brand--footer { color: var(--custom001-ink); font-size: 17px; }
.custom001-footer h3 { margin: 0 0 14px; color: var(--custom001-ink); font-family: var(--custom001-sans); font-size: 15px; font-weight: 600; }
.custom001-footer a:not(.custom001-brand) { display: block; margin: 7px 0; font-size: 14px; }
.custom001-footer p { font-size: 14px; }
.custom001-footer__intro { max-width: 560px; margin-top: 24px; }
.custom001-footer__intro p { margin: 0; line-height: 1.65; }
.custom001-footer__intro a { margin-top: 14px; overflow-wrap: anywhere; }
.custom001-footer__copyright { margin: 32px 0 0; font-size: 13px !important; }

/* Placeholder */
.custom001-placeholder-page { min-height: calc(100vh - var(--custom001-header)); display: grid; place-items: center; padding: 80px 24px; background: #f5f4f0; }
.custom001-placeholder-page__inner { max-width: 700px; text-align: center; }
.custom001-placeholder-page h1 { margin-bottom: 20px; font-size: clamp(48px,7vw,84px); }
.custom001-placeholder-page__inner > p:not(.custom001-eyebrow) { margin-bottom: 32px; color: var(--custom001-muted); font-size: 18px; }

/* 404 */
.custom001-not-found { min-height: calc(100vh - var(--custom001-header)); display: grid; place-items: center; padding: 96px 24px; overflow: hidden; background: var(--custom001-stone); }
.custom001-not-found__inner { position: relative; z-index: 1; width: min(100%, 760px); text-align: center; }
.custom001-not-found__code { position: absolute; z-index: -1; top: 50%; left: 50%; margin: 0; color: rgba(13,43,32,.055); font-family: var(--custom001-display); font-size: clamp(220px, 28vw, 430px); line-height: .72; transform: translate(-50%, -50%); user-select: none; }
.custom001-not-found .custom001-eyebrow { margin-bottom: 18px; }
.custom001-not-found h1 { margin: 0; font-size: clamp(48px, 6vw, 78px); letter-spacing: -.035em; }
.custom001-not-found .custom001-accent-line { margin: 26px auto 28px; }
.custom001-not-found__message { max-width: 620px; margin: 0 auto; color: var(--custom001-muted); font-size: 17px; line-height: 1.8; }
.custom001-not-found__actions { display: flex; justify-content: center; gap: 14px; margin-top: 38px; }
.custom001-not-found__actions .custom001-button { min-width: 180px; }
