/* Storefront presentation; shared catalogue interactions remain in styles.css. */
:root { --ink: #202225; --muted: #64676c; --gold: #8c7045; --line: #dededb; --green-dark: #383029; }
body { font-size: 1rem; }
.shell { max-width: 1360px; }
.utility-bar { min-height: 30px; height: auto; font-size: .75rem; letter-spacing: .12em; }
.utility-bar .shell { min-height: 30px; gap: 12px; }
.utility-bar a { font-size: .75rem; }
.masthead-row { min-height: 92px; }
.wordmark > span { font-size: 30px; }
.wordmark small { font-size: .75rem; letter-spacing: .14em; }
.nav a { font-size: .875rem; min-height: 48px; }
.navigation-row { min-height: 48px; }
.header-whatsapp { font-size: .875rem; }
.eyebrow, .section-heading .eyebrow { font-size: .75rem; letter-spacing: .14em; }
.layout { padding-top: 28px; }
.section-heading { gap: 24px; }
.section-heading p, .search-help, .page-summary, .breadcrumb { font-size: .75rem; }
.heading-tools { min-width: 0; }
.search-box { width: 420px; }
.search { background: #fff; border-radius: 0; }
.search input { font-size: 1rem; }
.search button { font-size: .875rem; }
body[data-view=home] .section-heading > div:first-child { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
body[data-view=home] .section-heading { align-items: center; margin-bottom: 24px; }
.home-review-entry { display: none; }
body[data-view=home] .home-review-entry { display: flex; align-items: center; gap: 14px; min-height: 72px; flex: 1; padding: 14px 18px; border-left: 3px solid #94764a; color: var(--ink); background: #f5f1e9; transition: background .2s; }
.home-review-entry:hover { background: #ece3d3; }
.review-entry-icon { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; color: #7c5c30; }
.review-entry-icon svg { width: 25px; height: 25px; }
.home-review-entry strong { display: block; font-size: 1rem; font-weight: 600; }
.home-review-entry small { display: block; margin-top: 3px; font-size: .75rem; color: #64615b; }
.review-entry-action { margin-left: auto; white-space: nowrap; display: inline-flex; align-items: center; gap: 12px; padding-left: 18px; font-size: .875rem; color: #75562f; }
.home-intro { grid-template-columns: .9fr 1.1fr; margin: 0 0 46px; border: 0; border-radius: 0; background: #f3f3f1; }
.home-intro-copy { padding: 36px 48px; }
.home-intro-copy .home-intro-title { font: 56px/1.05 var(--serif); letter-spacing: -.04em; margin: 18px 0 20px; max-width: none; color: var(--ink); }
.home-intro-copy p { max-width: 360px; font-size: 1rem; line-height: 1.75; }
.home-intro-actions { gap: 12px 22px; margin-top: 28px; align-items: center; }
.home-intro-actions a { font-size: .875rem; min-height: 48px; padding: 12px 20px; border-radius: 0; }
.home-intro-actions .primary-button { background: #202225; }
.home-intro-actions .primary-button:hover { background: #44413d; }
.home-intro-actions .browse-brand-link { gap: 12px; padding-inline: 0; border-bottom: 1px solid #bdb3a2; }
.home-intro-footnote { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 25px; font-size: .75rem; color: var(--muted); }
.home-hero-film { margin: 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; background: #111214; color: #fff; }
.home-hero-film .home-film-preview { border: 0; flex: none; }
.home-hero-film figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 26px; border-top: 1px solid #ffffff1a; }
.home-hero-film .eyebrow { display: block; color: #cfb88e; font-size: .6875rem; letter-spacing: .12em; }
.home-hero-film strong { display: block; margin-top: 6px; font: 24px/1.2 var(--serif); font-weight: 400; }
.hero-film-credit { font-size: .6875rem; letter-spacing: .03em; color: #bababb; white-space: nowrap; }
.home-heading { gap: 20px; align-items: flex-end; margin-bottom: 25px; }
.home-heading .eyebrow { margin-bottom: 10px; }
.home-heading h2 { font: 36px/1.15 var(--serif); letter-spacing: -.03em; }
.home-heading a { font-size: .875rem; min-height: 44px; display: inline-flex; align-items: center; }
.home-highlights, .home-brands { margin-bottom: 48px; }
.featured-watch-card { border-radius: 0; border: 0; box-shadow: none; }
.featured-watch-image { background: #f4f4f2; aspect-ratio: 1; }
.featured-watch-copy { padding: 18px 0 0; gap: 8px; }
.featured-watch-copy strong { font-size: 22px; }
.featured-watch-copy small { font-size: .75rem; }
.home-brands .album-grid { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 24px 16px; }
.home-brands .album-card { border: 1px solid #e2dfd8; border-radius: 0; background: #f7f6f2; animation: none; transition: transform .3s var(--ease), box-shadow .3s, border-color .2s, background .2s; }
.home-brands .brand-reveal-pending { opacity: 0; }
.home-brands .brand-revealed { animation: brand-enter .65s var(--ease) backwards; animation-delay: calc(var(--reveal-order,0) * 65ms); }
.home-brands .album-cover { aspect-ratio: 1.65; border: 0; border-radius: 0; background: transparent; display: flex; align-items: center; justify-content: center; }
.home-brands .album-cover > img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 14px 16px; object-fit: contain; object-position: center; }
.home-brands .brand-mark { width: calc(100% - 40px); max-width: 150px; height: 72px; overflow: hidden; stroke: none; }
.home-brands .brand-mark, .home-brands .album-cover > img { filter: grayscale(1) invert(var(--brand-invert,0)) contrast(1.35); mix-blend-mode: multiply; }
.home-brands .album-cover::after { display: block; background: linear-gradient(110deg,transparent 24%,#d1b98b26 44%,#ffffffb3 50%,transparent 72%); }
.home-brands .album-card:hover, .home-brands .album-card:focus-visible { border-color: var(--gold); background: #f0ede5; }
.home-brands .album-card:focus-visible { opacity: 1; transform: translateY(-4px); box-shadow: 0 12px 22px -16px #49351b80; }
.home-brands .album-card:focus-visible .album-cover::after { transform: translateX(115%); transition: transform .65s var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .home-brands .album-card:hover { transform: translateY(-4px); box-shadow: 0 12px 22px -16px #49351b80; }
}
.home-brands .album-card:active { background: #f1ece2; }
.home-brands .album-card:hover .album-cover, .home-brands .album-card:focus-visible .album-cover,
.home-brands .album-card:hover .album-cover img { transform: none; box-shadow: none; }
.home-brands .count-badge { display: none; }
.home-brands .album-name { position: relative; min-height: 52px; margin: 0; padding: 2px 30px 12px 14px; font-size: .8125rem; line-height: 1.45; overflow-wrap: normal; }
.home-brands .album-name::after { top: 2px; right: 13px; bottom: auto; }
.home-brands .album-card:hover .album-name { color: #73552e; }
.more-brands { margin-top: 22px; border-block: 1px solid var(--line); }
.more-brands summary { display: flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 10px; list-style: none; font-size: .875rem; transition: background .2s; }
.more-brands summary:hover, .more-brands summary:focus-visible { background: #f5f1e9; }
.more-brands summary::-webkit-details-marker { display: none; }
.more-brands summary > span:last-child { font-size: 22px; color: var(--gold); transition: transform .2s; }
.more-brands .brands-hide, .more-brands[open] .brands-show { display: none; }
.more-brands[open] .brands-hide { display: inline; }
.more-brands[open] summary > span:last-child { transform: rotate(45deg); }
.more-brands[open] .album-grid { padding-block: 16px 24px; }
.brands-collapse { display: flex; justify-content: center; align-items: center; gap: 18px; width: 100%; min-height: 48px; padding: 12px; margin-bottom: 14px; border: 1px solid var(--line); background: transparent; font-size: .875rem; }
.brands-collapse:hover { background: #f5f1e9; border-color: var(--gold); }
.album-name { font-size: .875rem; }
.count-badge, .photo-date, .photo-name, .photo-meta, .gallery-photo-copy small,
.filter-result, .feedback-meta, .feedback-count, .feedback-brand-label,
.featured-watch-copy small, .model-label { font-size: .75rem; }
.browse-select, .active-search, .tabs a, .album-actions a, .album-actions button,
.pagination a, .pagination button, .pagination span, .pagination label,
.review-origin, .review-card-bottom, .review-source, .reviews-explore,
.reviews-browse, .feedback-controls button, .feedback-controls span { font-size: .875rem; }
.tabs a, .album-actions a, .album-actions button { min-height: 44px; }
.browse-select select { min-height: 46px; font-size: 1rem; }
.browse-filters { border-radius: 0; background: #f6f6f4; }
.search-empty p, .contact-card p, .photo-detail p { font-size: 1rem; }
.album-hero p, #share-note, #copy-status { font-size: .875rem; }
.photo-card { display: flex; flex-direction: column; }
.photo-card-link { display: block; }
.photo-card .product-enquiry { margin-top: auto; }
.watch-product-card { min-width: 0; display: flex; flex-direction: column; }
.watch-product-card .featured-watch-card { display: block; flex: 1; }
.watch-product-card .featured-watch-card:hover { transform: none; }
.enquiry-link { display: inline-flex; justify-content: center; align-items: center; width: 100%; margin-top: 12px; min-width: 0; min-height: 44px; padding: 8px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: .8125rem; gap: 8px; text-decoration: none; transition: background .2s, border-color .2s; }
.enquiry-link:hover { background: #41403e; border-color: #41403e; }
.shipping-note { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding: 16px 18px; margin: 0 0 24px; border-left: 3px solid var(--gold); background: #f5f1e9; color: var(--ink); }
.shipping-note strong { font-size: .875rem; font-weight: 500; line-height: 1.6; }
.shipping-note > span { font-size: .75rem; line-height: 1.6; color: var(--muted); }
.photo-grid.mode-min { grid-template-columns: repeat(auto-fill,minmax(130px,1fr)); }
.photo-detail .product-enquiry a { text-decoration: none; color: var(--ink); }
.photo-detail .product-enquiry .enquiry-link { color: #fff; }
.detail-contact .shipping-note { margin: 8px 0 20px; padding: 14px; }
.detail-contact .enquiry-link { font-size: .875rem; min-height: 48px; }
.reviews-section { background: #242526; border-radius: 0; padding: 40px; }
.reviews-section::before { display: none; }
.reviews-teaser { margin-block: 0 56px; background: #eeeae2; color: var(--ink); }
.reviews-teaser .eyebrow { color: #83643e; }
.reviews-teaser .reviews-heading p, .reviews-teaser .reviews-footnote { color: #62615e; }
.reviews-heading-action { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; flex-shrink: 0; }
.reviews-heading-action > span { font-size: .75rem; color: #65605a; }
.reviews-teaser .reviews-explore { min-height: 48px; color: #fff; background: var(--ink); border-color: var(--ink); border-radius: 0; }
.reviews-teaser .reviews-explore:hover { background: #41403e; }
.reviews-teaser .review-photo { height: 155px; }
.reviews-teaser .review-quote { font-size: 25px; min-height: 64px; margin-block: 18px; }
.reviews-heading h2 { font-size: 40px; }
.reviews-heading p, #review-detail p, .reviews-help p { font-size: 1rem; }
.review-card { border-radius: 0; background: #fff; }
.review-card-top, .review-country, .review-origin small, .reviews-footnote,
.reviews-caption, .review-evidence figcaption, #review-detail .review-translation,
#review-detail .review-date { font-size: .75rem; }
.site-footer { background: #f5f5f3; }
.footer-bottom nav a, .footer-number { font-size: .875rem; }
.footer-note, .footer-bottom > span { font-size: .75rem; }
.footer-bottom nav { flex-wrap: wrap; gap: 16px 24px; }

/* Local campaign clips start only while visible and respect motion preferences. */
.watch-films { background: #1c1d1f; color: #fff; padding: 38px; margin-bottom: 64px; scroll-margin-top: 18px; }
.watch-films .eyebrow { color: #cfb88e; }
.cinema-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.cinema-heading h2 { font: 42px/1.1 var(--serif); letter-spacing: -.035em; margin: 10px 0 0; }
.cinema-heading p { margin: 0; font-size: .875rem; color: #c5c5c4; }
.film-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.film-card { min-width: 0; }
.film-preview { display: block; width: 100%; background: #090909; position: relative; border: 1px solid #ffffff26; aspect-ratio: 16/9; color: #fff; overflow: hidden; }
.film-preview-light { background: #f5f3f3; }
.film-preview > video { width: 100%; height: 100%; object-fit: contain; display: block; }
.film-error { position: absolute; inset: auto 0 0; margin: 0; text-align: center; padding: 10px; color: #fff; background: #181818e6; font-size: .875rem; }
.film-copy { padding-top: 18px; }
.film-copy > p { margin: 0 0 7px; font-size: .75rem; color: #cfb88e; letter-spacing: .09em; }
.film-copy h3 { margin: 0 0 10px; font: 23px/1.3 var(--serif); }
.film-note { margin: 25px 0 0; padding-top: 20px; border-top: 1px solid #ffffff26; font-size: .75rem; color: #bcbdbf; }
body:has(dialog[open]) { overflow: hidden; }

@media (max-width: 1000px) {
  .home-brands .album-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .section-heading { flex-wrap: wrap; }
  .home-intro-copy { padding: 30px; }
  .home-intro-copy .home-intro-title { font-size: 46px; }
  .review-entry-action { font-size: 0; padding-left: 0; }
  .review-entry-action > span { font-size: 21px; }
  .reviews-heading { flex-wrap: wrap; }
  .watch-films { padding: 28px; }
  .film-grid { gap: 16px; }
  .film-copy h3 { font-size: 21px; }
  .cinema-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 700px) {
  .shell { width: calc(100% - 36px); }
  .utility-bar .shell > span, .utility-bar a { font-size: .75rem; letter-spacing: 0; }
  .utility-bar a > span:first-child { display: none; }
  .masthead-row { min-height: 80px; gap: 12px; }
  .wordmark > span { font-size: 24px; }
  .wordmark small { font-size: .75rem; letter-spacing: .035em; }
  .brand-symbol { width: 30px; height: 30px; }
  .header-whatsapp { min-width: 44px; min-height: 44px; padding: 10px; }
  .header-whatsapp span { display: none; }
  .nav { justify-content: space-between; width: 100%; gap: 12px; }
  .nav a { font-size: .875rem; }
  .layout { padding-top: 24px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .heading-tools, .search-box { width: 100%; }
  body[data-view=home] .section-heading { align-items: stretch; gap: 14px; }
  body[data-view=home] .home-review-entry { padding: 12px; gap: 9px; min-height: 68px; }
  .review-entry-icon { width: 28px; }
  .home-review-entry small { max-width: 230px; }
  .review-entry-action { padding-left: 0; font-size: 0; }
  .review-entry-action > span { font-size: 21px; }
  .home-intro { grid-template-columns: 1fr; gap: 0; padding: 0; margin-bottom: 36px; }
  .home-intro-copy { grid-row: 2; display: block; padding: 24px; }
  .home-intro-copy > .eyebrow { display: none; }
  .home-intro-copy .home-intro-title { font-size: 32px; margin: 0 0 12px; }
  .home-intro-title br { display: none; }
  .home-intro-copy > p:not(.home-intro-title) { font-size: .875rem; line-height: 1.6; }
  .home-hero-film { grid-column: 1; grid-row: 1; }
  .home-hero-film figcaption { padding: 14px 18px; gap: 12px; }
  .home-hero-film strong { font-size: 21px; margin-top: 4px; }
  .home-hero-film .eyebrow { font-size: .625rem; }
  .hero-film-credit { font-size: .625rem; }
  .home-intro-actions { gap: 8px 16px; margin-top: 18px; }
  .home-intro-actions a { padding: 11px 16px; }
  .home-intro-footnote { margin-top: 16px; gap: 6px 16px; }
  .home-heading h2, .cinema-heading h2 { font-size: 34px; }
  .home-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-highlights, .home-brands { margin-bottom: 42px; }
  .home-brands .album-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 14px; }
  .home-brands .album-cover { aspect-ratio: 1.5; }
  .home-brands .album-cover > img { padding: 12px; }
  .home-brands .brand-mark { width: calc(100% - 30px); height: 64px; }
  .featured-watch-copy strong { font-size: 20px; }
  .watch-films { padding: 26px 20px; margin-bottom: 40px; }
  .film-grid { grid-template-columns: 1fr; gap: 28px; }
  .film-copy { padding-top: 14px; }
  .film-copy h3 { font-size: 24px; }
  .film-note { line-height: 1.7; }
  .reviews-section { padding: 28px 20px; }
  .reviews-heading h2 { font-size: 34px; }
  .review-card { padding: 20px; }
  .reviews-heading-action { width: 100%; }
  .reviews-teaser .reviews-explore { width: 100%; justify-content: center; }
  .footer-bottom nav { gap: 12px 20px; }
  .footer-bottom > span { font-size: .75rem; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 28px); }
  .wordmark { gap: 7px; }
  .wordmark > span { font-size: 21px; }
  .wordmark small { letter-spacing: 0; }
  .brand-symbol { display: none; }
  .nav { gap: 10px; }
  .home-intro-copy { padding: 20px 18px; }
  .home-intro-copy .home-intro-title { font-size: 30px; }
  .home-intro-actions { gap: 10px 16px; }
  .home-intro-actions a { font-size: .8125rem; padding-inline: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-brands .album-card { opacity: 1; transform: none !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Brand marks share one open layout in home and album navigation. */
.brand-directory { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px 22px; }
.album-card.brand-card { border: 0; border-bottom: 1px solid #e8e5df; border-radius: 0; background: transparent; box-shadow: none; animation: none; padding-bottom: 14px; }
.album-card.brand-card .album-cover { position: relative; display: flex; align-items: center; justify-content: center; height: 112px; aspect-ratio: auto; border: 0; background: transparent; border-radius: 0; box-shadow: none; transform: none; }
.album-card.brand-card .brand-mark { display: block; width: calc(100% - 28px); max-width: 170px; height: 78px; overflow: hidden; stroke: none; filter: grayscale(1) invert(var(--brand-invert,0)) contrast(1.35); mix-blend-mode: multiply; }
.album-card.brand-card .album-cover > img { position: absolute; width: 100%; height: 100%; inset: 0; padding: 16px; object-fit: contain; transform: none; }
.album-card.brand-card .album-cover::after, .album-card.brand-card .count-badge { display: none; }
.album-card.brand-card .album-name { min-height: 38px; margin: 0; padding: 6px 20px 0 0; font-size: .875rem; line-height: 1.45; overflow-wrap: anywhere; }
.album-card.brand-card .album-name::after { top: 6px; right: 0; }
.album-card.brand-card:hover, .album-card.brand-card:focus-visible { background: transparent; box-shadow: none; border-color: #a98b59; }
.album-card.brand-card:focus-visible { outline: 2px solid #a98b59; outline-offset: 4px; }
.brand-directory .search-album-result > a { min-height: 44px; }
.inline-loading { padding: 32px 0; color: var(--muted); }
.gallery-filters { margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.gallery-filters summary { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 10px 0; min-height: 46px; font-size: .875rem; list-style: none; }
.gallery-filters summary::-webkit-details-marker { display: none; }
.gallery-filters summary > span { color: var(--muted); font-size: .75rem; }
.gallery-filters summary > span > span { margin-left: 14px; display: inline-block; }
.gallery-filters[open] summary > span > span { transform: rotate(45deg); }
.gallery-filters .browse-filters { margin-bottom: 14px; }
#status .primary-button { margin-top: 12px; min-height: 44px; }
@media (max-width: 700px) {
  .home-brands .album-grid, .brand-directory { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 20px; }
  .album-card.brand-card { opacity: 1; transform: none !important; animation: none; padding-bottom: 10px; }
  .album-card.brand-card .album-cover { height: 90px; }
  .album-card.brand-card .brand-mark { height: 64px; width: calc(100% - 10px); max-width: 155px; }
  .album-card.brand-card .album-name { min-height: 46px; font-size: .8125rem; }
  .album-card.brand-card:hover .album-name { color: var(--ink); }
  .home-brands .home-heading { gap: 2px; margin-bottom: 16px; }
  .home-brands .home-heading h2 { font-size: 30px; }
  .home-brands .home-heading .eyebrow { margin-bottom: 7px; }
  .home-intro-copy { padding: 20px; }
  .home-intro-copy > p:not(.home-intro-title) { margin-block: 10px; }
  .home-intro-actions { margin-top: 12px; }
  .home-intro-footnote { margin-top: 12px; }
  .home-intro { margin-bottom: 28px; }
  body[data-view=gallery] .browse-filters { padding: 12px; gap: 10px; }
}
