/* Videos page */
.custom001-videos-page { background: #fff; }
.custom001-videos-hero { padding: 54px 0 72px; background: linear-gradient(120deg, #f7f6f2 0%, #fff 50%, #f4f2ee 100%); }
.custom001-videos-hero__layout { display: grid; grid-template-columns: minmax(360px, 390px) minmax(0, 1fr); gap: clamp(56px, 6vw, 96px); margin-top: 0; }
.custom001-videos-hero__intro { padding-top: 68px; }
.custom001-videos-hero__intro h1 { max-width: 380px; margin: 0; font-size: clamp(48px, 4.5vw, 64px); line-height: .98; letter-spacing: -.045em; }
.custom001-videos-hero__intro .custom001-accent-line { width: 48px; margin: 30px 0 24px; }
.custom001-videos-hero__intro p { max-width: 295px; margin: 0; color: #535853; font-size: 15px; line-height: 1.62; }
.custom001-featured-film { min-width: 0; }
.custom001-featured-film__media,
.custom001-video-card__media { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; border: 0; border-radius: 5px; background: #dfddd5; cursor: pointer; }
.custom001-featured-film__media { aspect-ratio: 1.92 / 1; }
.custom001-featured-film__trigger { position: absolute; inset: 0; width: 100%; height: 100%; display: block; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: pointer; }
.custom001-featured-film__trigger > img,
.custom001-video-card__media > img,
.custom001-featured-film__trigger > .custom001-video-first-frame,
.custom001-video-card__media > .custom001-video-first-frame { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.custom001-featured-film__trigger:hover > img,
.custom001-video-card__media:hover > img,
.custom001-featured-film__trigger:hover > .custom001-video-first-frame,
.custom001-video-card__media:hover > .custom001-video-first-frame { transform: none; }
.custom001-featured-film__inline-player { width: 100%; height: 100%; display: block; object-fit: contain; background: #000; }
.custom001-featured-film__inline-player[hidden],
.custom001-featured-film__trigger[hidden] { display: none; }
.custom001-video-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #e8e4db, #d2cec4); }
.custom001-video-placeholder .custom001-brand__mark { width: 72px; height: 72px; opacity: .55; }
.custom001-video-play { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: rgba(21,26,23,.56); box-shadow: 0 7px 24px rgba(0,0,0,.2); transform: translate(-50%, -50%); transition: background .2s ease, transform .2s ease; }
.custom001-video-play span { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #fff; }
.custom001-video-card__media:hover .custom001-video-play,
.custom001-featured-film__media:hover .custom001-video-play { background: rgba(21,26,23,.56); transform: translate(-50%, -50%); }
.custom001-featured-film__copy { max-width: 800px; padding: 24px 24px 0; }
.custom001-featured-film__copy h2 { max-width: 720px; margin: 5px 0 12px; font-size: clamp(28px, 2.5vw, 37px); line-height: 1.16; letter-spacing: -.028em; }
.custom001-featured-film__copy time,
.custom001-video-card time { display: inline-flex; align-items: center; gap: 7px; color: #696e69; font-size: 12px; }
.custom001-featured-film__copy time .custom001-icon,
.custom001-video-card time .custom001-icon { width: 15px; height: 15px; }
.custom001-featured-film__excerpt { max-width: 700px; margin: 17px 0 20px; color: #444944; font-size: 13px; line-height: 1.65; }
.custom001-featured-film__copy .custom001-button { min-height: 44px; margin-top: 20px; padding: 10px 20px; border: 0; font-size: 12px; cursor: pointer; }
.custom001-featured-film--empty .custom001-featured-film__copy { padding-bottom: 20px; }
.custom001-video-results { padding: 0 0 92px; scroll-margin-top: 94px; }
.custom001-video-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 20px 0 18px; border-bottom: 1px solid var(--custom001-line); }
.custom001-video-tabs { min-width: 0; display: flex; align-items: center; gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scroll-snap-type: x proximity; }
.custom001-video-tabs a { position: relative; flex: 0 0 auto; min-height: 42px; display: grid; place-items: center; padding: 9px 5px; color: #4c514c; font-size: 14px; white-space: nowrap; scroll-snap-align: start; }
.custom001-video-tabs a::after { position: absolute; left: 5px; right: 5px; bottom: 0; height: 2px; background: var(--custom001-green); content: ""; opacity: 0; transform: scaleX(.5); transition: opacity .2s ease, transform .2s ease; }
.custom001-video-tabs a:hover,
.custom001-video-tabs a.is-active { color: var(--custom001-green); }
.custom001-video-tabs a.is-active::after { opacity: 1; transform: scaleX(1); }
.custom001-video-search, .custom001-news-search { flex: 0 0 260px; display: grid; grid-template-columns: minmax(0, 1fr) 40px; align-items: center; border: 1px solid #d7d7d2; background: #fff; }
.custom001-video-search input, .custom001-news-search input, .custom001-product-search input { min-width: 0; height: 42px; padding: 8px 13px; border: 0; outline: 0; box-shadow: none; background: transparent; font-size: 12px; }
.custom001-product-search input { font-size: 14px; }
.custom001-video-search button, .custom001-news-search button, .custom001-product-search button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.custom001-video-search input[type="search"]::-webkit-search-cancel-button, .custom001-news-search input[type="search"]::-webkit-search-cancel-button, .custom001-product-search input[type="search"]::-webkit-search-cancel-button { filter: grayscale(1) brightness(0); opacity: 1; }
.custom001-video-tabs a:focus-visible,
.custom001-video-search button:focus-visible,
.custom001-product-search button:focus-visible,
.custom001-video-trigger:focus-visible,
.custom001-video-modal button:focus-visible { outline: 2px solid var(--custom001-accent); outline-offset: 3px; }
.custom001-video-query-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 15px 18px; background: #f5f4f1; }
.custom001-video-query-heading p { margin: 0; }
.custom001-video-query-heading a { font-size: 12px; text-decoration: underline; }
.custom001-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 24px; padding-top: 34px; }
.custom001-video-card { min-width: 0; display: flex; flex-direction: column; }
.custom001-video-card__media { aspect-ratio: 16 / 9; border-radius: 4px; }
.custom001-video-card__media .custom001-video-play { width: 52px; height: 52px; }
.custom001-video-card__media .custom001-video-play span { border-top-width: 8px; border-bottom-width: 8px; border-left-width: 13px; }
.custom001-video-card__body { min-height: 132px; display: flex; flex: 1 1 auto; flex-direction: column; align-items: flex-start; padding: 17px 4px 0; }
.custom001-video-card__tag { margin: 0 0 10px; color: var(--custom001-accent); font-size: 13px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.custom001-video-card h2 { min-height: 2.5em; display: -webkit-box; margin: 0 0 14px; overflow: hidden; font-size: 24px; line-height: 1.25; letter-spacing: -.022em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.custom001-video-card time { margin-top: auto; font-size: 13px; }
.custom001-video-pagination { margin-top: 58px; }
.custom001-video-empty { padding: 80px 24px 10px; text-align: center; }
.custom001-video-empty h2 { margin-bottom: 12px; font-size: 36px; }
.custom001-video-empty p { color: var(--custom001-muted); }
.custom001-video-empty .custom001-text-link { margin-top: 12px; }
body.custom001-video-modal-open { overflow: hidden; }
.custom001-video-modal[hidden] { display: none; }
.custom001-video-modal { position: fixed; inset: 0; z-index: 100100; display: grid; place-items: center; padding: 24px; }
.custom001-video-modal__backdrop { position: absolute; inset: 0; background: rgba(7,12,10,.82); backdrop-filter: blur(5px); }
.custom001-video-modal__dialog { position: relative; width: min(1120px, calc(100vw - 48px)); max-height: calc(100vh - 48px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #0b0f0d; box-shadow: 0 28px 80px rgba(0,0,0,.48); }
.custom001-video-modal__close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.58); cursor: pointer; }
.custom001-video-modal__close .custom001-icon { width: 26px; height: 26px; }
.custom001-video-modal__player { max-height: calc(100vh - 48px); display: grid; place-items: center; background: #000; }
.custom001-video-modal__player video { width: 100%; max-height: calc(100vh - 48px); aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
@media (max-width: 960px) {
  .custom001-videos-hero__layout { grid-template-columns: minmax(280px, 330px) minmax(0, 1fr); gap: 36px; }
  .custom001-videos-hero__intro { padding-top: 30px; }
  .custom001-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .custom001-videos-hero { padding-top: 38px; }
  .custom001-videos-hero__layout { grid-template-columns: 1fr; gap: 36px; margin-top: 0; }
  .custom001-videos-hero__intro { padding-top: 0; }
  .custom001-videos-hero__intro h1,
  .custom001-videos-hero__intro p { max-width: 560px; }
  .custom001-featured-film__copy { padding-inline: 4px; }
  .custom001-video-toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
  .custom001-video-tabs { width: 100%; }
  .custom001-video-search { width: 100%; align-self: stretch; flex-basis: auto; }
  .custom001-video-grid { gap: 38px 18px; }
}
@media (max-width: 520px) {
  .custom001-videos-hero { padding-bottom: 52px; }
  .custom001-videos-hero__intro h1 { font-size: 43px; }
  .custom001-featured-film__media { aspect-ratio: 16 / 9; }
  .custom001-featured-film__copy h2 { font-size: 27px; }
  .custom001-video-grid { grid-template-columns: 1fr; }
  .custom001-video-card h2 { min-height: 0; font-size: 22px; }
  .custom001-video-modal { padding: 10px; }
  .custom001-video-modal__dialog { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
  .custom001-video-modal__player,
  .custom001-video-modal__player video { max-height: calc(100vh - 20px); }
}

@media (max-width: 430px) {
  .custom001-brand > span:last-child { display: none; }
  .custom001-hero h1 { font-size: 42px; }
  .custom001-collection-grid { grid-template-columns: 1fr; }
  .custom001-news-preview .custom001-section-heading a { font-size: 0; }
  .custom001-news-preview .custom001-section-heading a .custom001-lucide-icon { width: 20px; height: 20px; }
  .custom001-gallery-panel img, .custom001-gallery-panel video { min-height: 0; }
  .custom001-image-grid--2 { grid-template-columns: 1fr; }
  .custom001-about-principles article { padding-inline: 20px; }
}

@media (max-width: 782px) {
  .admin-bar .custom001-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .custom001-hero__video { display: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .is-reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
