/* page: explore */
.page-explore {
  --explore-cream: #faf8f5;
  --explore-ink: #211f1b;
  --explore-muted: #4a463e;
  --explore-line: #e5e2dd;
  --explore-pink: #f7edef;
  background: var(--explore-cream);
}

.page-explore .visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ===== Stage ===== */
.page-explore .explore-stage {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  isolation: isolate;
}
.page-explore .explore-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--explore-sx,50%) var(--explore-sy,15%), rgba(168,85,247,0.10), transparent 55%);
  transition: background 200ms ease-out;
}

/* ===== Top toolbar ===== */
.page-explore .toolbar-top {
  position: sticky;
  top: 16px;
  z-index: 30;
  display: grid;
  grid-template-areas: "logo search account";
  grid-template-columns: auto minmax(280px,740px) auto;
  justify-content: center;
  align-items: start;
  gap: 16px;
  padding: 0 24px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .page-explore .toolbar-top {
    grid-template-areas: "logo account" "search search";
    grid-template-columns: 1fr auto;
  }
}

.page-explore .explore-logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid var(--explore-line);
  border-radius: 999px;
  color: var(--explore-ink);
  font-family: "Playfair Display", serif;
  font-size: 17px;
  letter-spacing: 4.1px;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow 200ms ease-out, transform 200ms ease-out, border-color 200ms ease-out;
}
.page-explore .explore-logo:hover,
.page-explore .explore-logo:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.page-explore .search-panel {
  grid-area: search;
  background: #fff;
  border: 1px solid var(--explore-line);
  border-radius: 16px;
  padding: 8px 8px 10px;
  box-shadow: 0 18px 40px -24px rgba(33,31,28,0.14);
}
.page-explore .search-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px 6px 14px;
}
.page-explore .icon-search { flex: 0 0 auto; }
.page-explore .search-input {
  flex: 1 1 0;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  color: var(--explore-muted);
}
.page-explore .search-input::placeholder { color: var(--explore-muted); }
.page-explore .frame-count {
  flex: 0 0 auto;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: var(--explore-muted);
  white-space: nowrap;
}
.page-explore .cost-filter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 14px;
  background: var(--explore-cream);
  border: 1px solid var(--explore-line);
  border-radius: 999px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  color: var(--explore-muted);
  transition: border-color 200ms ease-out, background 200ms ease-out;
}
.page-explore .cost-filter:hover,
.page-explore .cost-filter:focus-visible { border-color: var(--accent); }
.page-explore .cost-filter.dropdown-toggle::after { display: none; }

.page-explore .subject-filters {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  overflow-x: auto;
}
@media (hover: none) {
  .page-explore .subject-filters { scrollbar-width: none; }
  .page-explore .subject-filters::-webkit-scrollbar { width: 0; height: 0; }
}
@media (prefers-reduced-motion: no-preference) {
  .page-explore .subject-filters { scroll-behavior: smooth; }
}

.page-explore .chip {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--explore-line);
  background: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: var(--explore-muted);
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out, transform 200ms ease-out;
}
.page-explore .chip:hover,
.page-explore .chip:focus-visible { border-color: var(--accent); color: var(--explore-ink); }
.page-explore .chip.is-active,
.page-explore .chip-subject.is-active {
  background: var(--surface);
  border-color: var(--surface);
  color: #fff;
}
.page-explore .chip-all {
  background: #fff;
}
.page-explore .chip-tier {
  background: var(--explore-pink);
  border-color: transparent;
  color: var(--explore-ink);
}
.page-explore .chip-tag-more {
  background: var(--surface);
  border-color: var(--surface);
  color: #fff;
  cursor: pointer;
}

.page-explore .account-cluster {
  grid-area: account;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-explore .currency-selector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--explore-line);
  border-radius: 999px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  color: var(--explore-ink);
  transition: border-color 200ms ease-out;
}
.page-explore .currency-selector.dropdown-toggle::after { display: none; }
.page-explore .currency-selector:hover,
.page-explore .currency-selector:focus-visible { border-color: var(--accent); }
.page-explore .credits-balance {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  background: var(--explore-pink);
  border-radius: 999px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--explore-ink);
  white-space: nowrap;
}

/* ===== Wall ===== */
.page-explore .wall {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0 24px 160px;
  position: relative;
  z-index: 1;
}
.page-explore .wall-col {
  flex: 1 1 calc(20% - 24px);
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  opacity: 0.35;
  transform: scale(0.85);
  filter: blur(6px);
  transition: opacity 450ms ease-out, transform 450ms ease-out, filter 450ms ease-out;
}
.page-explore .wall-col.is-visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
.page-explore .wall-col:nth-child(1) { margin-top: 32px; }
.page-explore .wall-col:nth-child(2) { margin-top: 78px; }
.page-explore .wall-col:nth-child(3) { margin-top: 0; }
.page-explore .wall-col:nth-child(4) { margin-top: 50px; }
.page-explore .wall-col:nth-child(5) { margin-top: 16px; }

@media (max-width: 991px) {
  .page-explore .wall-col { flex-basis: calc(33.333% - 24px); margin-top: 0 !important; }
}
@media (max-width: 575px) {
  .page-explore .wall { gap: 14px; padding: 0 14px 200px; }
  .page-explore .wall-col { flex-basis: calc(50% - 14px); gap: 18px; min-width: 130px; }
}

.page-explore .wall-tile {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 400ms ease-out, box-shadow 250ms ease-out;
  will-change: transform;
}
.page-explore .wall-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-explore .wall-tile:hover,
.page-explore .wall-tile:focus-visible {
  box-shadow: 0 20px 40px -20px rgba(33,31,28,0.35);
}
.page-explore .wall-tile:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.page-explore .wall-tile--caption { padding: 0; }
.page-explore .wall-tile--caption .wall-tile-btn {
  border: none; padding: 0; background: none; width: 100%; display: block; cursor: pointer;
}
.page-explore .wall-tile--caption .wall-tile-btn img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-explore .wall-tile-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21,32,28,0) 0%, rgba(21,32,28,0) 55%, rgba(21,32,28,0.62) 100%);
  pointer-events: none;
}
.page-explore .wall-tile-meta {
  position: absolute;
  left: 12px; right: 12px; bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.page-explore .wall-tile-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  color: #fff;
}
.page-explore .wall-tile-sub {
  margin: 2px 0 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.75);
}
.page-explore .wall-tile-add {
  flex: 0 0 auto;
  width: 30px; height: 30px;
  border-radius: 999px;
  border: none;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 200ms ease-out;
}

/* ===== Bottom toolbar ===== */
.page-explore .toolbar-bottom {
  position: fixed;
  left: 0; right: 0; bottom: 16px;
  z-index: 30;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px;
  pointer-events: none;
}
.page-explore .toolbar-bottom > * { pointer-events: auto; }
.page-explore .toolbar-bottom-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.page-explore .zoom-control {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 38px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid var(--explore-line);
  border-radius: 999px;
}
.page-explore .zoom-btn {
  border: none;
  background: none;
  font-size: 17px;
  color: var(--explore-ink);
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  transition: color 200ms ease-out, transform 200ms ease-out;
}
.page-explore .zoom-btn:hover,
.page-explore .zoom-btn:focus-visible { color: var(--accent); }
.page-explore .zoom-value {
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: var(--explore-muted);
  min-width: 34px;
  text-align: center;
}
.page-explore .hint {
  margin: 0;
  height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--explore-line);
  border-radius: 999px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: var(--explore-muted);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-explore .hint { display: none; }
}

.page-explore .basket-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 46px;
  padding: 0 20px;
  background: var(--surface);
  border: none;
  border-radius: 999px;
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 14px 34px -10px rgba(33,31,28,0.16);
  cursor: pointer;
  transition: box-shadow 250ms ease-out, transform 200ms ease-out;
}
.page-explore .basket-toggle.dropdown-toggle::after { display: none; }
.page-explore .basket-toggle:hover,
.page-explore .basket-toggle:focus-visible { box-shadow: 0 18px 40px -8px rgba(33,31,28,0.28); }
.page-explore .basket-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--surface);
  font-size: 13px;
  font-weight: 500;
}

.page-explore .basket-tray {
  min-width: 372px;
  max-width: 90vw;
  padding: 0;
  border: 1px solid var(--explore-line);
  border-radius: 16px;
  box-shadow: 0 60px 60px -35px rgba(21,32,28,0.28);
  overflow: hidden;
}
.page-explore .tray-head {
  padding: 16px 18px 10px;
  border-bottom: none;
}
.page-explore .tray-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 19px;
  color: var(--explore-ink);
}
.page-explore .tray-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-top: 1px solid var(--explore-line);
}
.page-explore .tray-thumb {
  width: 46px; height: 36px;
  border-radius: 6px;
  object-fit: cover;
  flex: 0 0 auto;
}
.page-explore .tray-info { flex: 1 1 0; min-width: 0; }
.page-explore .tray-info-title {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--explore-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-explore .tray-info-sub {
  margin: 1px 0 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  color: var(--explore-muted);
}
.page-explore .tray-price {
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--explore-ink);
  white-space: nowrap;
}
.page-explore .tray-remove {
  border: none;
  background: none;
  color: var(--explore-muted);
  cursor: pointer;
  font-size: 13px;
  padding: 4px;
  transition: color 200ms ease-out;
}
.page-explore .tray-remove:hover { color: var(--accent); }
.page-explore .tray-foot {
  background: var(--explore-cream);
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-explore .tray-line {
  display: flex;
  justify-content: space-between;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--explore-ink);
}
.page-explore .tray-line--muted {
  font-weight: 400;
  color: var(--explore-muted);
}

/* ===== Buttons ===== */
.page-explore .btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  margin-top: 8px;
  background: var(--surface);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: background 200ms ease-out, transform 200ms ease-out;
}
.page-explore .btn-primary:hover,
.page-explore .btn-primary:focus-visible {
  background: var(--accent-hover);
  color: #fff;
}
.page-explore .btn-trace-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-explore .btn-trace-rect {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
}
.page-explore .btn-trace-svg.is-tracing .btn-trace-rect {
  transition: stroke-dashoffset 650ms ease-out;
  stroke-dashoffset: 0 !important;
}

/* ===== Modals ===== */
.page-explore .modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.55);
}
.page-explore .modal.fade .modal-dialog { transition: transform 300ms cubic-bezier(.22,.68,.18,1), opacity 300ms ease-out; }
@media (prefers-reduced-motion: reduce) {
  .page-explore .modal.fade .modal-dialog { transform: none !important; }
}
.page-explore .modal-close-btn {
  position: absolute;
  top: -56px; right: 0;
  width: 40px; height: 40px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--explore-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: transform 200ms ease-out, border-color 200ms ease-out;
}
.page-explore .modal-close-btn:hover,
.page-explore .modal-close-btn:focus-visible { border-color: var(--accent); }

.page-explore .frame-modal-dialog { max-width: 600px; position: relative; }
.page-explore .frame-modal-content { background: #fff; }
.page-explore .frame-modal-img {
  width: 100%;
  aspect-ratio: 600/780;
  object-fit: cover;
  display: block;
}
.page-explore .frame-modal-bar {
  background: #fff;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-explore .frame-bar-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.page-explore .frame-info { flex: 1 1 160px; min-width: 0; }
.page-explore .frame-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: var(--explore-ink);
}
.page-explore .frame-code {
  margin: 2px 0 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  color: var(--explore-muted);
}
.page-explore .frame-price {
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  color: var(--explore-ink);
  white-space: nowrap;
}
.page-explore .frame-meta { display: flex; flex-direction: column; gap: 12px; }
.page-explore .frame-description {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--explore-muted);
}
.page-explore .frame-tags { display: flex; gap: 6px; flex-wrap: wrap; }

.page-explore .simple-modal { background: #fff; padding: 32px; }
.page-explore .modal-head { margin-bottom: 24px; }
.page-explore .modal-heading {
  margin: 0 0 4px;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: var(--explore-ink);
}
.page-explore .modal-subheading {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--explore-muted);
}
.page-explore .chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.page-explore .chip-grid .chip { cursor: pointer; }

.page-explore .downloads-modal { padding: 0; }
.page-explore .downloads-modal .modal-head { padding: 16px 18px 10px; margin-bottom: 0; }
.page-explore .downloads-body {
  padding: 20px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.page-explore .tick-mark {
  width: 52px; height: 52px;
  border-radius: 999px;
  background: var(--explore-pink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.page-explore .downloads-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 19px;
  color: var(--explore-ink);
}
.page-explore .downloads-sub {
  margin: 0 0 8px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  color: var(--explore-muted);
}
.page-explore .downloads-keep-browsing {
  border: none;
  background: none;
  margin-top: 8px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  color: var(--explore-muted);
  cursor: pointer;
  transition: color 200ms ease-out;
}
.page-explore .downloads-keep-browsing:hover { color: var(--accent); }

.page-explore .dropdown-menu {
  border: 1px solid var(--explore-line);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 20px 40px -20px rgba(33,31,28,0.3);
}
.page-explore .dropdown-item {
  border-radius: 8px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  padding: 8px 12px;
  transition: background 150ms ease-out;
}

.page-explore a:focus-visible,
.page-explore button:focus-visible,
.page-explore input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* page: contact */
.page-contact{
  --contact-line: #e5e2dd;
  background:#ffffff;
  color:#211f1b;
  font-family:'Instrument Sans', sans-serif;
}

.page-contact .contact-container{
  max-width:1920px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
.about-licence-image{
    height: 100%;
}
.about-licence-image picture{
    height: 100% !important;
}
@media (min-width:768px){
  .page-contact .contact-container{ padding-left:48px; padding-right:48px; }
  .about-licence .row{
      height: 633px;
  }
}
@media (min-width:992px){
  .page-contact .contact-container{ padding-left:96px; padding-right:96px; }
}
@media (min-width:1200px){
  .page-contact .contact-container{ padding-left:160px; padding-right:160px; }
}
@media (min-width:1400px){
  .page-contact .contact-container{ padding-left:240px; padding-right:240px; }
}

/* Header */
.page-contact .contact-header{
  background:#f7edef;
  padding:32px 0;
  position:relative;
  overflow:hidden;
  --sx:50%;
  --sy:50%;
}
.page-contact .contact-header::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at var(--sx) var(--sy), rgba(230,183,193,0.55), transparent 60%);
  pointer-events:none;
  transition:opacity .3s ease-out;
}
@media (min-width:992px){
  .page-contact .contact-header{ padding-top:104px; padding-bottom:56px; }
}
.page-contact .contact-title{
  font-family:'Playfair Display', serif;
  font-weight:400;
  font-size:34px;
  line-height:1.25;
  letter-spacing:-0.3px;
  color:#211f1b;
  margin:0 0 16px;
  position:relative;
}
@media (min-width:992px){
  .page-contact .contact-title{ font-size:68px; letter-spacing:-0.7px; margin-bottom:24px; }
}
.page-contact .contact-subtitle{
  font-size:17px;
  line-height:1.55;
  color:#4a463e;
  margin:0;
  max-width:760px;
  position:relative;
}
@media (min-width:992px){
  .page-contact .contact-subtitle{ font-size:19px; line-height:1.55; }
}

/* Main section */
.page-contact .contact-main{
  padding:32px 0 64px;
}
@media (min-width:992px){
  .page-contact .contact-main{ padding-top:80px; padding-bottom:104px; }
}
.page-contact .contact-grid{
  display:flex;
  flex-wrap:wrap;
  gap:48px;
}
@media (min-width:992px){
  .page-contact .contact-grid{ flex-wrap:nowrap; gap:160px; }
}
.page-contact .contact-form-col{
  flex:1 1 480px;
  min-width:0;
}
.page-contact .contact-details-col{
  flex:1 1 320px;
  max-width:400px;
  display:flex;
  flex-direction:column;
  gap:32px;
}

/* Form */
.page-contact .contact-form{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.page-contact .field-group{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.page-contact .field-group label{
  font-size:13px;
  font-weight:500;
  color:#4a463e;
  line-height:1.4;
}
.page-contact .field-input,
.page-contact .field-select,
.page-contact .field-textarea{
  width:100%;
  background:#f7edef;
  border:1px solid transparent;
  color:#211f1b;
  font-family:'Instrument Sans', sans-serif;
  font-size:17px;
  line-height:1.55;
  padding:15px 20px;
  transition:border-color 200ms ease-out, box-shadow 200ms ease-out;
}
.page-contact .field-input,
.page-contact .field-select{
  border-radius:999px;
  height:56px;
}
.page-contact .field-textarea{
  border-radius:16px;
  min-height:160px;
  resize:vertical;
  padding-top:18px;
}
.page-contact .field-input::placeholder,
.page-contact .field-textarea::placeholder{
  color:rgba(33,31,27,0.55);
}
.page-contact .field-select{
  appearance:none;
  -webkit-appearance:none;
  color:rgba(33,31,27,0.55);
  cursor:pointer;
}
.page-contact .field-select option{ color:#211f1b; }
.page-contact .field-select-wrap{ position:relative; }
.page-contact .field-chevron{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
}
.page-contact .field-input:focus,
.page-contact .field-select:focus,
.page-contact .field-textarea:focus{
  outline:2px solid var(--accent);
  outline-offset:2px;
  border-color:transparent;
}

/* validation */
.page-contact .invalid-feedback{
  display:none;
  font-size:13px;
  color:#c0392b;
}
.page-contact .contact-form.was-validated .field-input:invalid ~ .invalid-feedback,
.page-contact .contact-form.was-validated .field-textarea:invalid ~ .invalid-feedback,
.page-contact .contact-form.was-validated .field-select-wrap .field-select:invalid ~ .invalid-feedback,
.page-contact .contact-form.was-validated .consent-row input:invalid ~ .invalid-feedback{
  display:block;
}
.page-contact .contact-form.was-validated .field-input:invalid,
.page-contact .contact-form.was-validated .field-textarea:invalid,
.page-contact .contact-form.was-validated .field-select:invalid{
  box-shadow:0 0 0 2px #c0392b inset;
}
.page-contact .contact-form.was-validated .field-input:valid,
.page-contact .contact-form.was-validated .field-textarea:valid,
.page-contact .contact-form.was-validated .field-select:valid{
  box-shadow:0 0 0 2px #47b147 inset;
}

/* consent */
.page-contact .consent-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
  position:relative;
}
.page-contact .consent-row input[type="checkbox"]{
  width:20px;
  height:20px;
  min-width:20px;
  border-radius:4px;
  border:1px solid var(--contact-line);
  background:#ffffff;
  accent-color:var(--accent);
  cursor:pointer;
  margin-top:1px;
}
.page-contact .consent-row label{
  font-size:14px;
  color:#4a463e;
  line-height:1.5;
}
.page-contact .consent-row .invalid-feedback{
  position:absolute;
  bottom:-20px;
  left:32px;
}

/* recaptcha decorative */
.page-contact .recaptcha-box{
  display:flex;
  align-items:center;
  gap:12px;
  background:#faf8f5;
  border:1px solid var(--contact-line);
  border-radius:8px;
  padding:16px;
  max-width:320px;
  flex-wrap:wrap;
}
.page-contact .recaptcha-check{
  width:24px;
  height:24px;
  border-radius:4px;
  border:1px solid var(--contact-line);
  background:#ffffff;
  display:inline-block;
}
.page-contact .recaptcha-label{
  font-size:14px;
  color:#211f1b;
}
.page-contact .recaptcha-mark{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-left:auto;
  font-size:14px;
  color:#4a463e;
  line-height:1.5;
}

/* Buttons / CTA */
.page-contact .btn-cta{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#e6b7c1;
  color:#211f1b;
  font-size:16px;
  font-weight:500;
  border:none;
  border-radius:999px;
  padding:17px 30px;
  cursor:pointer;
  text-decoration:none;
  transition:background 200ms ease-out, transform 200ms ease-out, box-shadow 200ms ease-out;
  width:fit-content;
}
.page-contact .btn-cta:hover{
  background:#dfa3b0;
  transform:translateY(-1px);
}
.page-contact .btn-cta:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:2px;
}
.page-contact .contact-form .btn-cta{ align-self:flex-start; }
.page-contact .cta-trace{
  position:absolute;
  inset:-2px;
  pointer-events:none;
  overflow:visible;
}
.page-contact .cta-trace rect{
  fill:none;
  stroke:var(--accent);
  stroke-width:2;
}

/* Details */
.page-contact .hairline{
  border:none;
  border-top:1px solid var(--contact-line);
  margin:0 0 10px;
}
.page-contact .detail-label{
  font-size:13px;
  font-weight:500;
  color:#4a463e;
  margin:0 0 10px;
}
.page-contact .detail-value{
  font-size:17px;
  line-height:1.55;
  color:#211f1b;
  margin:0;
}
.page-contact .detail-value a{
  color:#211f1b;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 200ms ease-out, color 200ms ease-out;
}
.page-contact .detail-value a:hover,
.page-contact .detail-value a:focus-visible{
  border-color:#211f1b;
  color:var(--accent-hover);
}

/* Modal glass */
.page-contact .modal-content.contact-modal{
  background:rgba(255,255,255,0.94);
  backdrop-filter:blur(20px) saturate(160%);
  border:1px solid rgba(255,255,255,0.5);
  border-radius:16px;
  padding:40px 28px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  box-shadow:0 24px 60px rgba(21,32,28,0.25);
}
@media (min-width:768px){
  .page-contact .modal-content.contact-modal{ padding:56px 64px; gap:20px; }
}
.page-contact .modal.fade .modal-dialog{
  transform:scale(0.92) translateY(10px);
  opacity:0;
  transition:transform 300ms cubic-bezier(.22,.68,.18,1), opacity 300ms ease-out;
}
.page-contact .modal.show .modal-dialog{
  transform:scale(1) translateY(0);
  opacity:1;
}
@media (prefers-reduced-motion: reduce){
  .page-contact .modal.fade .modal-dialog{ transform:none; }
}
.page-contact .modal-mark{
  width:48px;
  height:48px;
  border-radius:999px;
  background:#47b147;
  display:flex;
  align-items:center;
  justify-content:center;
}
@media (min-width:768px){
  .page-contact .modal-mark{ width:56px; height:56px; }
}
.page-contact .modal-title-text{
  font-family:'Playfair Display', serif;
  font-weight:400;
  font-size:21px;
  color:#211f1b;
  margin:0;
}
@media (min-width:768px){
  .page-contact .modal-title-text{ font-size:30px; }
}
.page-contact .modal-body-text{
  font-size:17px;
  line-height:1.55;
  color:#4a463e;
  margin:0;
}
.page-contact .modal-btn{
  width:100%;
  justify-content:center;
}
@media (min-width:768px){
  .page-contact .modal-btn{ width:auto; }
}
.page-contact .modal-close-btn{
  position:absolute;
  top:16px;
  right:16px;
  width:32px;
  height:32px;
  border-radius:999px;
  background:#ffffff;
  border:2px solid var(--contact-line);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background 200ms ease-out, transform 200ms ease-out;
}
@media (min-width:768px){
  .page-contact .modal-close-btn{ width:40px; height:40px; top:24px; right:24px; }
}
.page-contact .modal-close-btn:hover{
  background:#f7edef;
  transform:rotate(90deg);
}
.page-contact .modal-close-btn:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:2px;
}

/* Scroll reveal */
.page-contact [data-reveal]{
  opacity:0.35;
  transform:scale(0.85);
  filter:blur(6px);
  transition:opacity 450ms ease-out, transform 450ms ease-out, filter 450ms ease-out;
}
.page-contact [data-reveal].is-visible{
  opacity:1;
  transform:scale(1);
  filter:blur(0);
}

@media (prefers-reduced-motion: reduce){
  .page-contact [data-reveal]{ transition-duration:1ms; }
}

/* page: faq */
.page-faq {
  --faq-ink: #211f1b;
  --faq-muted: #4a463e;
  --faq-bg: #ffffff;
  --faq-cream: #faf8f5;
  --faq-cream-muted: #e5e2dd;
  --faq-line: #e5e2dd;
  background: var(--faq-bg);
  color: var(--faq-ink);
  font-family: "Instrument Sans", sans-serif;
  overflow-x: hidden;
}

.page-faq .faq-container {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 24px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .page-faq .faq-container {
    padding-inline: 240px;
  }
}

/* Hero */
.page-faq .faq-hero {
  padding-block: 32px;
}
.page-faq .faq-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-faq .faq-hero h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: var(--faq-ink);
  margin: 0;
  max-width: 700px;
}
.page-faq .faq-hero-lede {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--faq-muted);
  margin: 0;
  max-width: 500px;
}

@media (min-width: 992px) {
  .page-faq .faq-hero {
    padding-block: 104px;
  }
  .page-faq .faq-hero-inner {
    gap: 24px;
  }
  .page-faq .faq-hero h1 {
    font-size: 68px;
    line-height: 1.2;
    letter-spacing: -0.7px;
    max-width: 1100px;
  }
  .page-faq .faq-hero-lede {
    font-size: 19px;
    line-height: 1.55;
    max-width: 760px;
  }
}

/* FAQ list section */
.page-faq .faq-list-section {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .page-faq .faq-list-section {
    padding-bottom: 104px;
  }
}

.page-faq .faq-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.page-faq .faq-group:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-faq .faq-group {
    flex-direction: row;
    gap:40px;
    margin-bottom: 80px;
  }
  .page-faq .faq-group-heading {
    flex: 0 0 447px;
  }
  .page-faq .faq-group-list {
    flex: 1 1 0;
    min-width: 0;
  }
}

.page-faq .faq-group-heading {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  color: var(--faq-ink);
  margin: 0;
}
@media (min-width: 992px) {
  .page-faq .faq-group-heading {
    font-size: 44px;
    line-height: 1.25;
  }
}

.page-faq .faq-group-list {
  display: flex;
  flex-direction: column;
}

.page-faq .faq-divider {
  width: 100%;
  height: 1px;
  display: block;
  border: none;
  object-fit: fill;
  background-color: var(--faq-line);
}

.page-faq .faq-item {
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .page-faq .faq-item {
    padding-block: 32px;
  }
}

.page-faq .faq-question {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.55;
  color: var(--faq-ink);
  margin: 0;
}
.page-faq .faq-answer {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--faq-muted);
  margin: 0;
}

/* CTA */
.page-faq .faq-cta {
  position: relative;
  background-image:
    linear-gradient(rgba(21, 32, 28, 0.65), rgba(21, 32, 28, 0.65)),
    url('/LenZGallery/public/frontend/LenZGallery/assets/images/16350-173.png');
  background-size: cover;
  background-position: center;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-faq .faq-cta {
    padding: 80px 120px;
  }
}

.page-faq .faq-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at var(--faq-sx, 50%) var(--faq-sy, 50%),
    rgba(255, 255, 255, 0.14),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 300ms ease-out;
  z-index: 1;
}
.page-faq .faq-cta.is-spotlit::after {
  opacity: 1;
}

.page-faq .faq-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 1680px;
  margin-inline: auto;
  text-align: center;
}

.page-faq .faq-cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.page-faq .faq-cta-text h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: var(--faq-cream);
  margin: 0;
}
@media (min-width: 992px) {
  .page-faq .faq-cta-text h2 {
    font-size: 44px;
    line-height: 1.25;
  }
}

.page-faq .faq-cta-text p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--faq-cream-muted);
  margin: 0;
  max-width: 760px;
}
@media (min-width: 992px) {
  .page-faq .faq-cta-text p {
    font-size: 19px;
    line-height: 1.55;
  }
}

/* Primary CTA button */
.page-faq .faq-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--faq-ink);
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  transition: transform 220ms ease-out, box-shadow 220ms ease-out, background-color 220ms ease-out;
  will-change: transform;
}
.page-faq .faq-cta-btn:hover {
  background: var(--accent-hover);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.page-faq .faq-cta-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.page-faq .faq-cta-trace {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-faq .faq-cta-trace rect {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.page-faq .faq-cta-trace.is-tracing rect {
  animation: faq-faq-trace-draw 650ms ease-out forwards;
}

@keyframes faq-faq-trace-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-faq .faq-cta-btn,
  .page-faq .faq-cta::after {
    transition-duration: 1ms !important;
  }
  .page-faq .faq-cta-trace.is-tracing rect {
    animation-duration: 1ms !important;
  }
}

/* page: about */
.page-about {
  --about-ink: #211f1b;
  --about-muted: #4a463e;
  --about-pink: #f7edef;
  --about-line: #e5e2dd;
  background: #ffffff;
  color: var(--about-ink);
  font-family: "Instrument Sans", sans-serif;
  overflow-x: hidden;
}

.page-about h1,
.page-about h2,
.page-about h3 {
  font-family: "Playfair Display", serif;
  color: var(--about-ink);
  margin: 0;
}

.page-about p {
  margin: 0;
}

.about-header::before{
    background: #FFFFFF !important;
}
/* Shared padding utilities */
.page-about .about-pad-x { padding-left: 24px; padding-right: 24px; }
.page-about .about-pad-y { padding-top: 32px; padding-bottom: 32px; }

@media (min-width: 1200px) and (max-width: 1800px) {
    .legal-body{
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .legal-hero{
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-about .about-pad-x { padding-left: 64px; padding-right: 64px; }
  .page-about .about-pad-y { padding-top: 64px; padding-bottom: 64px; }
}
@media (min-width: 1200px) {
  .page-about .about-pad-x { padding-left: 120px; padding-right: 120px; }
  .page-about .about-pad-y { padding-top: 104px; padding-bottom: 104px; }
}
@media (min-width: 1800px) {
  .page-about .about-pad-x { padding-left: 240px; padding-right: 140px; }
  .page-about .about-pad-y { padding-top: 104px; padding-bottom: 104px; }
  .extra_pad{
      padding-left: 240px;
      padding-right: 240px;
  }
  .cp-container{
      padding-left: 240px;
      padding-right: 240px;
  }
  
}
/* Header */
.about-header {
  position: relative;
  overflow: hidden;
}
.about-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--sx, 50%) var(--sy, 50%), rgba(168,85,247,0.10), transparent 60%);
  opacity: 0;
  transition: opacity 300ms ease-out;
  z-index: 0;
}
.about-header:hover::before { opacity: 1; }
.about-header__inner { position: relative; z-index: 1; }

.about-h1 {
  font-size: 34px;
  line-height: 42.5px;
  letter-spacing: -0.3px;
  max-width: 100%;
  font-weight: 400;
}
.about-lead {
  font-size: 17px;
  line-height: 26.3px;
  color: var(--about-muted);
  max-width: 100%;
  margin-top: 24px !important;
}

@media (max-width: 768px){
.about-lead {
    margin-top: 16px !important;
}
.legal-hero .container{
    padding: 0px !important;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-h1 { font-size: 48px; line-height: 1.2; letter-spacing: -0.5px; }
  .about-lead { font-size: 18px; line-height: 28px; max-width: 44rem; }
}
@media (min-width: 1200px) {
  .about-h1 { font-size: 68px; line-height: 81.6px; letter-spacing: -0.7px; max-width: 68.75rem; }
  .about-lead { font-size: 19px; line-height: 29.4px; max-width: 47.5rem; margin-top: 24px !important; }
}

/* Hero image */
.about-hero-image { width: 100%; }
.about-hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 280;
  object-fit: cover;
  display: block;
}
@media (min-width: 1200px) {
  .about-hero-img { aspect-ratio: 1920 / 620; }
}

/* Principles */
.about-h2 {
  font-size: 26px;
  line-height: 32.5px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-h2 { font-size: 34px; line-height: 42px; }
}
@media (min-width: 1200px) {
  .about-h2 { font-size: 44px; line-height: 55px; }
}

.about-principles-row { margin-top: 24px; }
@media (min-width: 1200px) {
  .about-principles-row { margin-top: 56px; }
}

.about-principle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.about-hairline {
  border: none;
  border-top: 1px solid var(--about-line);
  margin: 0;
  width: 100%;
  display: none;
}
.about-principle-num {
  font-size: 13px;
  line-height: 18.2px;
  font-weight: 500;
  color: var(--about-muted);
}
.about-h3 {
  font-size: 21px;
  line-height: 27.3px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-h3 { font-size: 25px; line-height: 31px; }
}
@media (min-width: 1200px) {
  .about-h3 { font-size: 30px; line-height: 37.5px; }
}
.about-body {
  font-size: 17px;
  line-height: 26.3px;
  color: var(--about-muted);
}

/* Licence */
.about-licence { background: var(--about-pink); }
.about-licence-image {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
@media (min-width: 1200px) { .about-licence-image { min-height: 458px; } }
.about-licence-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease-out;
  will-change: transform;
}
.about-licence-text { display: flex; }
.about-licence-text > div { width: 100%; }
@media (min-width: 1200px) {
  .about-licence-text .about-pad-x { padding-left: 240px; padding-right: 80px; display: flex; flex-direction: column; justify-content: center;}
}

/* Action */
.about-action {
  position: relative;
  background-image:
    linear-gradient(rgba(21,32,28,0.65), rgba(21,32,28,0.65)),
    url('/LenZGallery/public/frontend/LenZGallery/assets/images/16347-352.png');
                                      
  background-size: cover;
  background-position: center;
}
.about-action__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-action__overlay { padding-top: 56px; padding-bottom: 56px; }
}
@media (min-width: 1200px) {
  .about-action__overlay { padding-top: 80px; padding-bottom: 80px; padding-left: 120px; padding-right: 120px; }
  .terms_right{
      padding-left: 120px;
  }
}
.section-404__actions .btn-404-primary:hover{
    border-radius: var(--radius-full, 999px);
    background: var(--brand-ink, #211F1B);
    color: var(--brand-accent, #E6B7C1);

}
.about-action__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-action .about-h2 { color: #faf8f5; }
.about-action .about-lead { color: #e5e2dd; max-width: 47.5rem; }

/* CTA Button */
.about-cta-btn {
  position: relative;
  background: var(--secondary);
  color: var(--about-ink);
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 500;
  padding: 17px 30px;
  cursor: pointer;
  transition: background 200ms ease-out, transform 200ms ease-out, box-shadow 200ms ease-out;
}
.about-cta-btn:hover { background: #211F1B; color: #E6B7C1; }
.about-cta-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.about-cta-btn span { position: relative; z-index: 1; }
.about-cta-trace {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.about-cta-trace rect {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.about-cta-btn.is-tracing .about-cta-trace rect {
  animation: about-about-trace 650ms ease-out forwards;
}
@keyframes about-about-trace {
  to { stroke-dashoffset: 0; }
}

/* data-reveal base state (refinement of shared system) */
.page-about [data-reveal] {
  opacity: 0.35;
  transform: scale(0.85);
  filter: blur(6px);
  transition: opacity 450ms ease-out, transform 450ms ease-out, filter 450ms ease-out;
}
.page-about [data-reveal].is-visible,
.page-about [data-reveal].in-view {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.page-about [data-reveal-direction="left"] {
  transform: translateX(-60px);
}
.page-about [data-reveal-direction="right"] {
  transform: translateX(60px);
}
.page-about [data-reveal-direction].is-visible,
.page-about [data-reveal-direction].in-view {
  transform: translateX(0);
}
@media (max-width: 575px) {
  .page-about [data-reveal-direction="left"] { transform: translateX(-24px); }
  .page-about [data-reveal-direction="right"] { transform: translateX(24px); }
  .page-about [data-reveal-direction].is-visible,
  .page-about [data-reveal-direction].in-view { transform: translateX(0); }
  .afx-js img[loading="lazy"].afx-loaded{
      /*max-height: 280px;*/
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about [data-reveal],
  .page-about [data-reveal-direction] {
    transform: none !important;
    filter: none !important;
  }
}
</use>

