/* CSS Reset & Variables */
:root {
  --bg-color: #ffffff;
  --text-dark: #1c1917;
  /* stone-900 */
  --text-light: #78716c;
  /* stone-500 */
  --text-white: #ffffff;
  --border-color: #e7e5e4;
  /* stone-200 */
  --accent: #cda35a;
  --accent-deep: #b07f3f;
  --ink: #0f223f;
  --bg-soft: #f7f4ee;
  --bg-ivory: #faf8f3;
  --shadow-soft: 0 24px 60px rgba(15, 34, 63, 0.12);
  --header-height: 64px;
  --header-height-mobile: 64px;
  --font-serif: Arial, Helvetica, sans-serif;
  --font-sans: Arial, Helvetica, sans-serif;
  --font-accent: "Domine", serif;
}

html {
  font-size: 80%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: var(--header-height);}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background-color: var(--bg-color);
  line-height: 1.5;
  overflow-x: hidden;
  padding-top: var(--header-height);
}


h2,
h3 {
  font-family: "Times New Roman", Times, serif !important;
}

/* Center all headings inside homepage sections. */
.index-page section :is( h2, h3) {
  text-align: center;
}

.index-page {
  --index-section-gap-tight: clamp(1rem, 2vw, 1.5rem);
  --index-event-gap: clamp(4.5rem, 7.5vw, 6.5rem);
  --index-gallery-gap: clamp(0.9rem, 2vw, 1.6rem);
}

.index-page .header-container .logo {
  width: clamp(10rem, 14vw, 13rem);
  height: clamp(2.5rem, 3.1vw, 3.2rem);
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: var(--header-height-mobile);
  }

  body {
    padding-top: var(--header-height-mobile);
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* Utilities */

.section-padding {
  padding: clamp(3.5rem, 6vw, 6rem) 5%;
}

@media (min-width: 1024px) {
  .section-padding {
    padding: 6rem 8%;
  }
}

.defer-render {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #000000;
  border-bottom: 0;
  overflow: visible;
}

.header-container {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.8rem);
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: clamp(8.8rem, 12.2vw, 11.6rem);
  height: clamp(2.2rem, 2.7vw, 2.8rem);
  line-height: 0;
  flex-shrink: 0;
}

.logo img {
  height: clamp(2.1rem, 3.2vw, 3.1rem);
  width: auto;
  display: block;
}

.header-container .logo .logo-text {
  display: block;
  width: 100%;
  height: 100%;
  background: url("assets/logo-nav-sindh-emporio-white.png?v=20260323-1") center / contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .logo {
    width: auto !important;
    height: auto !important;
    min-height: 48px;
    padding: 2px 0;
  }

  .header-container .logo .logo-text {
    background: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-family: "Times New Roman", Times, serif !important;
    text-align: center;
    line-height: 0.8 !important;
    text-transform: uppercase;
  }

  .header-container .logo .logo-text span {
    font-size: 1.55rem;
    letter-spacing: 0.28em;
    font-weight: 500;
  }

  .header-container .logo .logo-text .sub {
    font-size: 0.72rem;
    letter-spacing: 0.65em;
    margin-top: 5px;
    font-family: var(--font-sans) !important;
    opacity: 0.95;
    font-weight: 400;
  }
}

.logo-text {
  font-family: var(--font-sans);
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.85rem, 0.9vw, 1.05rem);
  letter-spacing: 0.1em;
  color: #111827;
  text-transform: uppercase;
}

.main-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  column-gap: clamp(1.4rem, 2.8vw, 3.2rem);
  row-gap: 0.45rem;
}

.main-nav {
  margin-left: auto;
}

.main-nav li {
  position: relative;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.85rem, 0.9vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  transition: opacity 0.2s ease;
}

.main-nav a:hover {
  opacity: 0.72;
}

.nav-item--has-dropdown > a::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.55rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
}

.main-nav .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 13.5rem;
  display: grid;
  gap: 0;
  margin-top: 0.9rem;
  padding: 0.6rem;
  list-style: none;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 0.4rem);
  z-index: 1000;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  height: 1rem;
}

.nav-dropdown a {
  width: 100%;
  padding: 0.8rem 0.9rem;
  color: #111111;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  background: #f4f4f6;
  opacity: 1;
}

.nav-item--has-dropdown:hover .nav-dropdown,
.nav-item--has-dropdown.is-open .nav-dropdown,
.nav-item--has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.menu-trigger {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-sans);
  cursor: pointer;
  padding: 0;
}

.menu-text {
  font-size: clamp(0.88rem, 0.95vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

.menu-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.menu-lines span {
  width: 1.8rem;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
  transition:
    transform 0.24s ease,
    opacity 0.24s ease;
}

.menu-trigger:focus-visible {
  outline: 2px solid #b99656;
  outline-offset: 6px;
}

.menu-trigger {
  position: relative;
  z-index: 110;
}

.menu-panel[hidden] {
  display: none;
}

.menu-panel {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 105;
  background: #efeae6;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-layout {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem) clamp(1.5rem, 6vw, 6rem);
}

.menu-content {
  width: min(74rem, 100%);
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}

.menu-columns {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(16rem, 1.4fr) minmax(12rem, 0.8fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
}

.menu-heading {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.5rem);
}

.menu-title {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 4.6vw, 4.6rem);
  font-weight: 400;
  color: #111827;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.menu-rule {
  flex: 1;
  height: 1px;
  background: rgba(15, 34, 63, 0.25);
}

.menu-panel-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 1.4vw, 1.6rem);
}

.menu-panel-links a {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 1.2vw, 1.25rem);
  font-weight: 500;
  color: #1f2937;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.menu-panel-links a:hover {
  opacity: 0.75;
  transform: translateX(6px);
}

@media (max-width: 900px) {
  .menu-layout {
    align-items: flex-start;
  }

  .menu-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .menu-rule {
    display: none;
  }
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .menu-text {
  color: #000000;
}

body.menu-open .menu-lines span:first-child {
  transform: translateY(4px) rotate(45deg);
}

body.menu-open .menu-lines span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.about-feature {
  position: relative;
  background: #ececec;
  padding-top: clamp(3.2rem, 5vw, 5rem);
  padding-bottom: clamp(2.6rem, 4vw, 4rem);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

.about-feature::before,
.about-feature::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #e4dac8;
  opacity: 0.5;
}

.about-feature::before {
  left: -5.25rem;
  top: 5.25rem;
  width: 15.75rem;
  height: 25rem;
  border-style: solid;
  border-width: 0.875rem;
  border-radius: 8rem;
  transform: rotate(12deg);
}

.about-feature::after {
  left: 1rem;
  top: 13.5rem;
  width: 10.5rem;
  height: 10.5rem;
  border-style: solid;
  border-width: 0.75rem;
  border-radius: 50%;
}

.about-kicker {
  display: block;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(0.85rem, 1vw, 1rem);
  letter-spacing: 0.2em;
  color: #122847;
  text-transform: uppercase;
}

.about-kicker--copy {
  text-align: left;
  margin-bottom: clamp(0.8rem, 1.6vw, 1.2rem);
}

.about-grid {
  max-width: 82rem;
  margin: clamp(2.2rem, 3vw, 3.4rem) auto 0;
  display: grid;
  grid-template-columns: minmax(22rem, 1.25fr) minmax(24rem, 1.75fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: start;
  grid-column: 1;
  grid-row: 1;
}

.about-display {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.02;
  text-transform: uppercase;
  color: #0f223f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  text-align: center;
  gap: clamp(0.6rem, 1.4vw, 1.2rem);
}

.about-display > span {
  display: block;
}

.about-display > span:first-child:not(.about-kicker--logo) {
  color: #cda35a;
}

.about-display > span:last-child em {
  color: #cda35a;
  font-style: normal;
}

.about-display .about-logo-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(4.5rem, 10vw, 7.5rem);
  margin-right: 0;
  vertical-align: middle;
}

.about-display .about-logo-inline img {
  height: 100%;
  width: auto;
  display: block;
}

.about-copy p {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 2rem);
  line-height: 1.72;
  color: #000000;
  max-width: 56rem;
}

.about-intro {
  margin: 0;
}

.about-more {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.9rem;
}

.about-more[hidden] {
  display: none;
}

.about-read-more {
  margin-top: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.6rem;
  min-height: 3rem;
  border: 1px solid #cda35a;
  color: #0f223f;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.about-read-more:focus-visible {
  outline: 2px solid #cda35a;
  outline-offset: 4px;
}

.about-read-more:hover {
  background: #cda35a;
  color: #0f223f;
}

.about-tagline {
  margin: clamp(2.8rem, 5vw, 5.2rem) auto 0;
  max-width: 100%;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4.6vw, 5rem);
  line-height: 1.05;
  color: #0f223f;
  text-transform: uppercase;
  white-space: nowrap;
  grid-column: 1;
  grid-row: 2;
}

.about-tagline .tagline-luxury {
  color: #cda35a;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.08em;
}

.about-tagline span {
  color: #cda35a;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;
}

.about-tagline em {
  color: #cda35a;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;
  font-size: 1.6em;
  font-weight: 500;
}

.about-feature--home {
  background: #ffffff;
}

.about-side-tag {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  transform: translateX(clamp(1.8rem, 3vw, 3.2rem));
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(0.75rem, 1.1vw, 1.1rem);
  letter-spacing: 0.02em;
  text-transform: none;
  color: #6b6b6b;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  pointer-events: none;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  margin-right: clamp(0.5rem, 1.5vw, 1.2rem);
}

.about-side-tag > span {
  display: inline;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .about-side-tag {
    display: none;
  }
}

.about-side-tag .accent {
  color: #cda35a !important;
  font-style: italic !important;
  font-weight: 600;
}

.about-divider {
  display: none;
  grid-column: 1;
  grid-row: 1;
}

.about-feature--home::before {
  display: none;
}

.about-feature--home::after {
  display: none;
}

.about-feature--home .about-kicker,
.about-feature--home .about-grid,
.about-feature--home .about-tagline {
  position: relative;
  z-index: 1;
}

.about-feature--home .about-kicker {
  text-align: center;
  max-width: 82rem;
  margin: 0 auto;
  font-weight: 600;
}

.about-feature--home .about-kicker--copy {
  text-align: left;
  margin: 0 0 clamp(0.8rem, 1.6vw, 1.2rem);
}

.about-feature--home .about-copy p {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
}

.about-feature--home .about-copy {
  border-left: 1px solid rgba(205, 163, 90, 0.35);
  padding-left: clamp(1rem, 2vw, 2.4rem);
  margin-left: clamp(0.4rem, 1.2vw, 1.2rem);
}

.about-feature--home .about-display {
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  color: #111111;
  text-align: center;
  max-width: clamp(20rem, 32vw, 32rem);
  margin: 0;
  position: relative;
  z-index: 1;
  justify-self: end;
  transform: translateX(clamp(1.15rem, 2.3vw, 2.3rem));
}

.about-feature--home .about-display > span {
  color: #111111;
  display: block;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

.about-feature--home .about-display::after {
  content: none;
}

.about-feature--home .about-logo-inline {
  width: 100%;
  height: auto;
}

.about-feature--home .about-logo-inline img {
  width: 88%;
  max-width: 26rem;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center;
  animation: aboutLogoReveal 2.6s ease-in-out infinite;
  will-change: opacity, transform;
}

.about-feature--home .about-display span:first-child:not(.about-kicker--logo) {
  color: #cda35a;
}

@keyframes aboutLogoReveal {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-feature--home .about-logo-inline img {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.about-feature--home .about-intro {
  margin-top: 1.2rem;
}

.about-feature--home .about-intro:first-of-type {
  margin-top: 0;
}

.about-feature--home .about-read-more {
  font-size: 0.78rem; /* Decreased from 0.9rem */
  min-height: 2.25rem; /* Decreased from 2.75rem */
  min-width: 8rem; /* Decreased from 10rem */
  letter-spacing: 0.12em;
}

.about-feature--home .about-tagline {
  font-size: clamp(1.1rem, calc(2.8vw + 0.3rem), 2.6rem);
  text-align: center;
}

.about-feature--home .about-tagline em {
  font-size: 1.35em;
}

.about-feature--home .about-tagline span {
  font-size: 1.35em;
  font-style: italic;
  font-weight: 500;
}

.about-feature--home .about-tagline .tagline-luxury {
  font-size: 1.08em;
}

@media (max-width: 1100px) {
  .header-container {
    padding: 0 2rem;
  }

  .main-nav ul {
    column-gap: 1.25rem;
    row-gap: 0.4rem;
  }

  .menu-lines span {
    width: 1.6rem;
  }
}

@media (max-width: 900px) {
  .header-container {
    min-height: var(--header-height-mobile);
  }

  .main-nav {
    display: none;
  }

  .main-nav .nav-dropdown {
    display: none;
  }

  .menu-lines span {
    width: 1.45rem;
  }

  .menu-trigger {
    margin-left: auto;
  }

  .index-page .menu-trigger {
    margin-left: auto;
    position: relative;
    z-index: 1;
  }

  #menuPanel {
    display: none;
  }

  body.menu-open #menuPanel {
    display: block;
  }

  .menu-panel {
    top: 0;
  }

  .header-container .logo {
    width: 8.4rem;
    height: 2.05rem;
    margin-top: -10px;
  }

  .index-page .header-container .logo {
    width: 9.3rem;
    height: 2.28rem;
    margin-top: -10px;
    margin-left: 0;
    margin-right: auto;
    position: static;
    transform: none;
  }

  .menu-layout {
    flex-direction: column;
  }

  .menu-content {
    min-width: 0;
    padding: 2rem 1.5rem;
  }

  .menu-panel-links a {
    font-size: 1.05rem;
  }

  .about-feature::before,
  .about-feature::after {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-top: 1.2rem;
  }

  .about-feature--home .about-grid {
    gap: clamp(2.4rem, 7vw, 3.2rem);
  }

  .about-display {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  .about-tagline {
    text-align: center;
    font-size: clamp(1rem, 3.6vw, 2rem);
  }

  .about-feature--home .about-display {
    max-width: none;
    justify-self: center;
    transform: none;
  }

  .about-feature--home .about-copy {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .about-feature--home .about-kicker,
  .about-feature--home .about-grid {
    transform: none;
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .event-item {
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 768px) {
  .about-feature .about-copy,
  .about-feature .about-copy p,
  .about-feature .about-intro,
  .about-feature .about-more p,
  .about-feature .about-kicker--copy {
    text-align: left;
    justify-items: start;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .hero {
    height: 48vh;
  }

  .about-feature {
    padding-top: 1.5rem;
  }

  .hero--classic {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0;
  }

  .hero--classic .hero-slider {
    position: relative;
    inset: auto;
    overflow: hidden;
  }

  .hero--classic .hero-slider-track {
    --slide-width: clamp(200px, 46vw, 300px);
    height: auto;
    align-items: stretch;
  }

  .hero--classic .hero-slider-track img {
    height: var(--slide-width);
    aspect-ratio: 1 / 1;
  }

  .btn {
    padding: 0.9rem 2rem;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 640px) {
  .menu-text {
    font-size: 0.86rem;
  }

  .menu-lines {
    gap: 0.3rem;
  }

  .menu-lines span {
    width: 1.25rem;
  }

  .about-kicker {
    text-align: left;
    letter-spacing: 0.15em;
    font-size: 1.25rem; /* Increased from 0.95rem */
    font-weight: 700;
  }

  .about-copy p {
    font-size: 1rem;
  }

  .about-feature .about-kicker {
    text-align: left;
  }

  .hero {
    height: 42vh;
  }

  .hero--classic {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0;
  }

  .hero--classic .hero-slider {
    position: relative;
    inset: auto;
  }

  .hero--classic .hero-slider-track {
    --slide-width: clamp(180px, 44vw, 260px);
    height: auto;
  }

  .hero--classic .hero-slider-track img {
    height: var(--slide-width);
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 1rem;
  }

  .header-container .logo {
    width: 7.2rem;
    height: 1.8rem;
    margin-top: -12px;
  }

  .index-page .header-container .logo {
    width: 8rem;
    height: 2rem;
    margin-top: -12px;
  }

  .hero-buttons {
    width: 100%;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}

.hero {
  position: relative;
  height: clamp(60vh, 75vh, 85vh);
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0c0a09;
  background-image: url("assets/hero-backdrop.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
  pointer-events: none;
  z-index: 1;
}

.hero--video {
  background-image: url("assets/hero-home-opt.webp");
  background-size: cover;
  background-position: center;
  margin-top: -20px;
}

/* 404 page */
.not-found-page {
  background:
    linear-gradient(135deg, rgba(248, 221, 238, 0.4) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(225deg, rgba(204, 224, 255, 0.38) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 58%, #f5f6fa 100%);
  color: #08080a;
}

.not-found-main {
  min-height: calc(100vh - var(--header-height));
  padding: clamp(3rem, 6vw, 6rem) clamp(1.1rem, 5vw, 5rem) 2rem;
}

.not-found-hero {
  width: min(1180px, 100%);
  min-height: min(680px, calc(100vh - 8rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.86fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.not-found-eyebrow {
  margin: 0 0 1.1rem;
  color: #5978bd;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.not-found-copy h1 {
  margin: 0;
  font-family: var(--font-accent);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 600;
  line-height: 0.92;
  color: #050505;
}

.not-found-subhead {
  max-width: 42rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.25;
  color: #17171b;
}

.not-found-support {
  max-width: 35rem;
  margin: 1rem 0 0;
  color: #6c6f79;
  font-size: 1.02rem;
  line-height: 1.7;
}

.not-found-visual {
  display: flex;
  justify-content: center;
}

.not-found-card {
  position: relative;
  width: min(100%, 30rem);
  aspect-ratio: 0.9;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 0.5rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(252, 244, 252, 0.82)),
    linear-gradient(135deg, rgba(244, 197, 224, 0.5), rgba(184, 211, 255, 0.42));
  box-shadow: 0 34px 80px rgba(38, 41, 56, 0.13);
  overflow: hidden;
}

.not-found-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.62) 48%, transparent 100%);
}

.not-found-number {
  position: relative;
  z-index: 1;
  font-family: var(--font-accent);
  font-size: clamp(5.4rem, 13vw, 11rem);
  font-weight: 700;
  line-height: 1;
  color: #08080a;
  text-shadow: 0 18px 34px rgba(36, 42, 58, 0.1);
}

.not-found-page-icon {
  position: absolute;
  z-index: 2;
  right: 18%;
  top: 19%;
  width: 5.1rem;
  aspect-ratio: 0.78;
  border: 2px solid rgba(8, 8, 10, 0.78);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 40px rgba(32, 38, 56, 0.16);
  transform: rotate(8deg);
}

.not-found-page-icon::before {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 1.4rem;
  height: 1.4rem;
  border-left: 2px solid rgba(8, 8, 10, 0.78);
  border-bottom: 2px solid rgba(8, 8, 10, 0.78);
  background: #f3d8ec;
  border-radius: 0 0.55rem 0 0.45rem;
}

.not-found-page-icon span,
.not-found-page-icon span::before,
.not-found-page-icon span::after {
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: rgba(8, 8, 10, 0.36);
}

.not-found-page-icon span {
  top: 2.7rem;
}

.not-found-page-icon span::before,
.not-found-page-icon span::after {
  content: "";
  left: 0;
  right: 0;
}

.not-found-page-icon span::before {
  top: 0.9rem;
}

.not-found-page-icon span::after {
  top: 1.8rem;
  width: 54%;
}

.not-found-help {
  margin: 1.8rem 0 0;
  color: #6c6f79;
  text-align: left;
}

.not-found-help a {
  color: #111111;
  font-weight: 700;
  border-bottom: 1px solid rgba(8, 8, 10, 0.24);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .not-found-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .not-found-visual {
    order: -1;
  }

  .not-found-card {
    max-width: 26rem;
    aspect-ratio: 1.35;
  }

}

@media (max-width: 620px) {
  .not-found-main {
    padding: 2.25rem 1rem 2rem;
  }
}

/* Homepage: rely on body/header offset only and avoid extra section gaps. */
.index-page .hero--video {
  margin-top: 0;
}

.hero--video::before {
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(6, 6, 6, 0.16) 48%, rgba(6, 6, 6, 0.3)),
    linear-gradient(180deg, rgba(6, 6, 6, 0.12), rgba(6, 6, 6, 0.34));
}

.hero-poster,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 0;
  pointer-events: none;
}

.hero-poster {
  display: block;
}

.hero-video {
  opacity: 0;
  filter: saturate(1.02) brightness(1.18) contrast(1.04);
  transition: opacity 0.35s ease;
}

.hero-video.is-playing {
  opacity: 1;
}

@media (max-width: 768px) {
  .hero--video {
    background-position: 72% center;
  }

  .hero-video {
    object-position: center bottom;
  }

  .hero--video::before {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0.08), rgba(6, 6, 6, 0.4));
  }
}

.hero--classic {
  background-image: none;
  background-color: #ffffff;
}

.hero--classic::before {
  background: transparent;
}

.hero--classic .hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero--classic .hero-slider-track {
  --slide-width: clamp(260px, 32vw, 540px);
  --slide-gap: clamp(6px, 1.2vw, 14px);
  display: flex;
  align-items: flex-end;
  gap: var(--slide-gap);
  width: max-content;
  height: 100%;
  padding: 0;
  animation: none;
}

.hero--classic .hero-slider-track.is-ready {
  animation: scroll 78s linear infinite;
}

.hero--classic .hero-slider-track.is-paused,
.hero--classic .hero-slider-track.is-offscreen {
  animation-play-state: paused;
}

.hero--classic .hero-slider-track img {
  width: var(--slide-width);
  height: var(--slide-width);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 0.35px solid rgba(255, 255, 255, 0.85);
  filter: saturate(0.9) brightness(0.78);
}

@media (prefers-reduced-motion: reduce) {
  .hero--classic .hero-slider-track {
    animation: none;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--text-white);
  padding: 0 1rem;
  max-width: 48rem;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.hero-content--wide {
  max-width: 60rem;
  width: min(90%, 60rem);
  margin-left: clamp(2.5rem, 4vw, 3.5rem);
  margin-right: auto;
  text-align: left;
}

.hero-subtitle {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 640px) {
  .hero-content--wide {
    width: min(96%, 60rem);
  }
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.hero-content--wide .hero-buttons {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .hero-content--wide {
    text-align: center;
    width: min(92%, 60rem);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content--wide .hero-buttons {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

.btn {
  padding: 1rem 2.5rem;
  font-size: clamp(0.75rem, 1.2vw, 0.95rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-primary {
  background: var(--text-white);
  color: var(--text-dark);
}

.btn-primary:hover {
  background: #f5f5f5;
}

.btn-outline {
  border: 1px solid var(--text-white);
  color: var(--text-white);
}

.btn-outline:hover {
  background: var(--text-white);
  color: var(--text-dark);
}

.btn.small {
  padding: 0.65rem 1.8rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

/* Live Panel */

/* Categories */

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}

.gallery-heading {
  padding: clamp(3rem, 5.5vw, 6rem) 5% clamp(1rem, 2.2vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.index-page .gallery-heading {
  padding-top: var(--index-gallery-gap);
  padding-bottom: clamp(0.4rem, 1.2vw, 0.8rem);
}

.gallery-heading + .hero {
  margin-top: 0.8rem;
}

.index-page .gallery-heading + .hero {
  margin-top: 0;
}

.index-page .hero--classic {
  margin-top: 0;
}

.gallery-heading + .hero.hero--classic {
  height: auto;
  min-height: 0;
  align-items: flex-start;
}

.gallery-heading + .hero.hero--classic .hero-slider {
  position: relative;
  inset: auto;
}

.gallery-heading + .hero.hero--classic .hero-slider-track {
  align-items: stretch;
}

.gallery-heading__title {
  font-family: var(--font-accent) !important;
  margin: 0;
  font-size: calc(clamp(2.2rem, 4.4vw, 3.5rem) + 2pt);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.1;
}

@media (min-width: 1024px) {

  .index-page .brands-premium {
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
  }

  .index-page .gallery-heading {
    padding-top: clamp(4.5rem, 8vw, 6.5rem);
  }
}

/* Brand Spotlight */
.brand-spotlight {
  background: #ffffff;
  padding-bottom: clamp(1.2rem, 3.2vw, 2.4rem);
}

.brands-slider-wrapper {
  position: relative;
  width: 100%;
}


.hero--classic:hover .hero-slider-track,
.hero--classic:focus-within .hero-slider-track {
  animation-play-state: paused;
}

@keyframes brandFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.brands-premium {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: clamp(2.2rem, 4.5vw, 4rem) 5%;
}

.index-page .brands-premium {
  padding-top: clamp(2.35rem, 4.2vw, 3.8rem);
  padding-bottom: var(--index-section-gap-tight);
}

.brands-premium::before,
.brands-premium::after {
  content: none;
}

.brands-header {
  text-align: center;
  margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
  position: relative;
  z-index: 1;
}

.brands-title {
  font-family: var(--font-accent) !important;
  font-size: calc(clamp(2.2rem, 4.4vw, 3.5rem) + 2pt);
  font-weight: 500;
  letter-spacing: 0.06em;
  font-kerning: normal;
  text-transform: uppercase;
  margin: 0;
  color: #111111;
  line-height: 1.1;
}

.brands-logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.brands-logo-row {
  --brands-gap: clamp(0.55rem, 1.2vw, 1rem);
  --brands-card-width: clamp(210px, 22vw, 280px);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: 0;
  animation: none;
  will-change: transform;
}

.brands-logo-row.is-ready {
  animation: brandsLogoMarquee 34s linear infinite;
}

.brands-logo-group {
  display: flex;
  align-items: stretch;
  gap: var(--brands-gap);
  padding-right: var(--brands-gap);
  flex-shrink: 0;
}

.brands-logo-marquee:hover .brands-logo-row,
.brands-logo-marquee:focus-within .brands-logo-row {
  animation-play-state: paused;
}

.brands-logo-item {
  --logo-scale: 1;
  flex: 0 0 var(--brands-card-width);
  width: var(--brands-card-width);
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  outline: 1px solid #000000;
  outline-offset: -1px;
  padding: clamp(0.9rem, 1.6vw, 1.3rem);
  text-decoration: none;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.brands-logo-item:hover,
.brands-logo-item:focus-visible {
  transform: translateY(-4px);
  box-shadow: none;
  border-color: transparent;
}

.brands-logo-item:focus-visible {
  outline: 2px solid #b99656;
  outline-offset: 3px;
}

.brands-logo-item img {
  width: min(230px, 86%);
  height: clamp(56px, 6.8vw, 94px);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(calc(var(--logo-scale) - 0.1)) translateX(0.1em);
  transform-origin: center;
}

.brands-logo-item--featured {
  position: relative;
  overflow: hidden;
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
  border-radius: 0;
  border: 1px solid #000000;
  background: #ffffff;
}

.brands-logo-item--featured:hover,
.brands-logo-item--featured:focus-visible {
  border-color: #000000;
}

.brands-logo-item--featured .brands-featured-bg {
  display: none;
}

.brands-logo-item--featured::after {
  content: none;
}

.brands-logo-item--featured .brands-featured-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  width: clamp(142px, 76%, 228px);
  height: clamp(50px, 30%, 86px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: brightness(0);
  z-index: 2;
  display: block;
}

.brands-logo-item--superdry .brands-featured-logo {
  transform: translate(-50%, -50%) scale(1.2);
  transform-origin: center;
  filter: brightness(0);
}

.brands-logo-item--la-martina .brands-featured-logo {
  transform: translate(-50%, -50%) scale(1.2);
  transform-origin: center;
}

.brands-logo-item--armani .brands-featured-logo {
  transform: translate(-50%, -50%) scale(1.6);
  transform-origin: center;
}

.brands-logo-item--basanti .brands-featured-logo {
  transform: translate(-50%, -50%) scale(2.6);

  transform-origin: center;
}

.brands-logo-item--kora .brands-featured-logo {
  transform: translate(-50%, -50%) scale(1.4);
  transform-origin: center;
}

.brands-logo-item--saresa .brands-featured-logo {
  transform: translate(-50%, -50%) scale(1.7);
  transform-origin: center;
  filter: brightness(0);
}

.brands-logo-item--charles-tyrwhitt .brands-featured-logo {
  transform: translate(-50%, -50%) scale(1.22);
  transform-origin: center;
}

.brands-logo-item--sindh-emporio .brands-featured-logo {
  transform: translate(-50%, -50%) scale(1.16);
  transform-origin: center;
  mix-blend-mode: normal;
  filter: none;
}

.brands-logo-item--lacoste {
  --logo-scale: 0.95;
}

.brands-logo-item--la-martina {
  --logo-scale: 1.5;
}

.brands-logo-item--superdry {
  --logo-scale: 1.05;
}

.brands-logo-item--gas {
  --logo-scale: 0.81;
}

.brands-logo-item--boss .brands-featured-logo {
  width: clamp(156px, 76%, 236px);
  height: clamp(54px, 30%, 86px);
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%) scale(1.75);
  transform-origin: center;
  filter: brightness(0);
  mix-blend-mode: normal;
}

.brands-logo-item--armani {
  --logo-scale: 0.89;
}

.brands-logo-item--levis {
  --logo-scale: 1.11;
}

.brands-logo-item--basanti {
  --logo-scale: 0.9;
}

.brands-logo-item--kora {
  --logo-scale: 0.8;
}

.brands-logo-item--saresa {
  --logo-scale: 0.95;
}

.brands-logo-item--sindh-emporio {
  --logo-scale: 2.01;
}

@keyframes brandsLogoMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands-logo-row {
    animation: none;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .brands-logo-row {
    --brands-card-width: clamp(200px, 32vw, 255px);
  }
}

@media (max-width: 640px) {
  .index-page,
  .index-page .brands-premium,
  .index-page .brands-slider-wrapper,
  .index-page .brands-logo-marquee,
  .index-page .brands-logo-item--featured {
    background-color: #ffffff;
  }

  .brands-logo-row {
    --brands-card-width: clamp(140px, 44vw, 180px);
    --brands-gap: 0.45rem;
  }

  .index-page .brands-logo-group {
    align-items: center;
  }

  .index-page .brands-logo-item,
  .index-page .brands-logo-item--featured {
    align-items: center;
    justify-content: center;
  }

  .index-page .brands-logo-item--featured .brands-featured-logo {
    top: 50%;
    left: 50%;
    margin: 0;
    object-position: center center;
    transform-origin: center center;
  }

  .brands-logo-item--la-martina .brands-featured-logo {
    transform: translate(-50%, -50%) scale(1.08);
  }

  .brands-title {
    font-family: var(--font-accent) !important;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: calc(clamp(1.6rem, 7vw, 2.45rem) + 2pt);
    line-height: 1.1;
  }
}

/* Events */
.events {
  background: #ffffff;
  color: #000000;
}

/* Events page white theme */
.events-page {
  background: #ffffff;
  color: #111827;
}

.events-hero {
  position: relative;
  min-height: clamp(16rem, 42vw, 24rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000000;
}

.events-hero__media {
  position: absolute;
  inset: 0;
  background-color: #000000;
  background-image: url("assets/events-hero-latest.png?v=20260515-2");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: contrast(1.1) brightness(1.05) saturate(1.1);
  image-rendering: -webkit-optimize-contrast;
}

.events-page .events.section-padding {
  padding-top: clamp(2.2rem, 5vw, 3.5rem);
}

@media (max-width: 900px) {
  .events-hero {
    min-height: clamp(13rem, 36vh, 20rem);
  }

  .events-hero__media {
    background-position: center center;
  }
}

.events-page .event-item {
  border-color: rgba(15, 34, 63, 0.12);
  box-shadow: 0 14px 34px rgba(15, 34, 63, 0.08);
}

.events-page .event-collage__item {
  box-shadow: 0 10px 24px rgba(15, 34, 63, 0.08);
}

.events-page .event-collage__more {
  background: rgba(15, 34, 63, 0.58);
}


.events .event-info h3,
.events .event-date,
.events .event-year,
.events .event-day,
.events .event-month {
  color: #000000;
}

.events .event-date {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.events .event-collage__item {
  background: #ffffff;
}

.events-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.events-grid--solo {
  grid-template-columns: 1fr;
}

.events-list {
  display: grid;
  gap: 1.5rem;
}

.events-page .events-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.events-page .events-actions .brand-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.events-page .events-actions .brand-back-link::before {
  content: "<";
  font-size: 0.96rem;
  line-height: 1;
}

.events-page .events-actions .brand-back-link:hover {
  transform: translateY(-1px);
  opacity: 0.75;
}

.events-page .events-actions .brand-back-link:focus-visible {
  outline: 2px solid #b99656;
  outline-offset: 4px;
}

.event-item {
  background: #ffffff;
  border: 1px solid rgba(15, 34, 63, 0.08);
  border-radius: 0;
  padding: 1.4rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem;
  align-items: center;
  box-shadow: var(--shadow-soft);
}

.event-date {
  background: #f6f1e7;
  border-radius: 0;
  padding: 0.8rem 0.9rem;
  min-width: 5.6rem;
  text-align: center;
  font-family: var(--font-serif);
  color: var(--ink);
}

.event-date--landscape {
  min-width: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 0.9rem;
}

.event-date--landscape .event-year {
  margin-bottom: 0;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.event-date--landscape .event-day {
  font-size: 1.45rem;
  line-height: 1;
}

.event-date--landscape .event-month {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
}

.event-year {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b7d6b;
  margin-bottom: 0.2rem;
}

.event-day {
  display: block;
  font-size: 1.6rem;
}

.event-month {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

.event-info h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.45rem);
  font-weight: 500;
  font-stretch: 105%;
  letter-spacing: 0.06em;
  word-spacing: 0.06em;
  line-height: 1.16;
  margin-bottom: 0.55rem;
  color: #111827;
}

.event-info h3 .event-title--lead {
  font-size: 1.3em;
}

@media (max-width: 900px) {
  .event-info h3 {
    font-size: clamp(0.98rem, 3.6vw, 1.25rem);
    letter-spacing: 0.04em;
    word-spacing: 0.04em;
  }

  .event-info h3 .event-title--lead {
    font-size: 1.24em;
  }
}

.event-item--with-slider {
  align-items: start;
}

.event-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.event-slider__slide.is-active {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .event-slider__slide {
    transition: none;
  }
}

.event-collage {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.event-collage__item {
  margin: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: #f6f1e7;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.event-collage__item:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
}

.event-collage__more {
  appearance: none;
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: rgba(15, 34, 63, 0.58);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 0.2s ease;
  z-index: 2;
}

.event-collage__more:hover {
  background: rgba(15, 34, 63, 0.7);
}

.event-collage__more:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
}

.event-collage__item--more img {
  filter: saturate(0.88);
}

.event-collage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-collage__item--launch-01 img {
  transform: scale(1.08);
  transform-origin: center;
}

body.event-gallery-open {
  overflow: hidden;
}

.event-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.event-gallery-modal[hidden] {
  display: none;
}

.event-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}

.event-gallery-modal__dialog {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: none;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.event-gallery-modal__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1.2rem;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.event-gallery-modal__title {
  margin: 0;
  font-size: clamp(0.85rem, 1.6vw, 1.1rem);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.event-gallery-modal__close {
  appearance: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.3rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.event-gallery-modal__close:hover {
  opacity: 1;
}

.event-gallery-modal__close:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
}

.event-gallery-viewer {
  flex: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.event-gallery-viewer__frame {
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background: transparent;
  border: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-gallery-viewer__image {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.event-gallery-viewer__nav {
  appearance: none;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  margin: 0 0.5rem;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.event-gallery-viewer__nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

.event-gallery-viewer__nav:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
}

.event-gallery-viewer__nav:disabled {
  opacity: 0.3;
  cursor: default;
}

.event-gallery-viewer__meta {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

@media (max-width: 640px) {
  .event-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .event-collage__item {
    aspect-ratio: 1 / 1;
  }

  .events-page .event-item,
  .event-item--with-slider {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .events-page .event-date--landscape {
    min-width: 0;
    width: fit-content;
    padding: 0.5rem 0.9rem;
    gap: 0.45rem;
  }

  .events-page .event-date--landscape .event-day {
    font-size: 1.2rem;
  }

  .events-page .event-date--landscape .event-year {
    font-size: 0.56rem;
  }

  .events-page .event-date--landscape .event-month {
    font-size: 0.6rem;
  }

  .events-page .event-info h3 {
    font-size: clamp(0.92rem, 4vw, 1.15rem);
    margin-bottom: 0.3rem;
  }

  .events-page .event-info h3 .event-title--lead {
    font-size: 1.15em;
  }

  .event-collage__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .event-gallery-modal {
    padding: 0;
  }

  .event-gallery-viewer__nav {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
    margin: 0 0.25rem;
  }

  .event-gallery-viewer__meta {
    font-size: 0.7rem;
    bottom: 0.6rem;
  }
}

.event-card {
  background: #ffffff;
  border-radius: 0;
  padding: 1.6rem;
  border: 1px solid rgba(15, 34, 63, 0.08);
  box-shadow: var(--shadow-soft);
}

.event-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.event-card p {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.events-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Contact */
.contact {
  position: relative;
  background: #ffffff;
  background-image: none;
  overflow: hidden;
}

.contact.section-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.index-page .contact.section-padding {
  padding-top: clamp(3rem, 5.5vw, 4.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

/* Index contact spotlight overrides. */
.index-page .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.index-page .contact-shell {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.index-page .contact-title {
  width: 100%;
  max-width: none;
  margin-bottom: var(--index-section-gap-tight);
  margin-left: 0;
  margin-right: 0;
  padding-inline: 0;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.index-page .contact-title,
.index-page .event-card--home {
  text-align: center;
}

.index-page .contact-title {
  display: inline-block;
}

.index-page .events-spotlight {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.index-page .event-card--home {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: clamp(0.9rem, 1.8vw, 1.4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.index-page .event-card--home p {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.5;
  color: #000000;
}

.index-page .event-card--home .events-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  width: min(100%, 48rem);
  max-width: 100%;
  min-height: 3rem;
  padding: 14px 24px;
  background: #111111;
  color: #ffffff;
  border: none;
  letter-spacing: 0.14em;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
}

.events-spotlight {
  max-width: 42rem;
  margin: 0 auto;
}

.event-card--home {
  text-align: center;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.event-card--home h3,
.event-card--home p {
  text-align: center;
}

.event-card--home p {
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.5;
}

.event-card--home .contact-submit {
  margin-top: 1.4rem;
}

.contact-title {
  max-width: 42rem;
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
  padding-inline: clamp(1.6rem, 3vw, 2.4rem);
  text-align: center;
  font-family: var(--font-accent) !important;
  font-size: calc(clamp(2.2rem, 4.4vw, 3.5rem) + 2pt);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-kerning: normal;
  line-height: 1.1;
  color: #111111;
  position: relative;
  z-index: 1;
}

.contact-submit {
  margin: 2rem auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 4rem;
  background: #000000;
  color: #ffffff;
  border: none;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.contact-submit:hover {
  background: #111111;
}

@media (max-width: 820px) {
  .index-page .contact-title {
    line-height: 1.15;
    font-size: clamp(1.5rem, 5.2vw, 2.2rem);
    letter-spacing: 0.04em;
    margin-bottom: 1.4rem;
  }

  .index-page .event-card--home .events-cta {
    width: min(100%, 24rem);
    padding: 12px 18px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 640px) {
  .contact-title {
    padding-inline: clamp(1rem, 3.2vw, 1.4rem);
    font-size: clamp(1.45rem, 7vw, 2.3rem);
    letter-spacing: 0.02em;
  }

  .contact-submit {
    width: 100%;
  }

  .index-page .gallery-heading {
    padding-top: clamp(2.35rem, 6.4vw, 3.1rem);
    padding-bottom: 0.35rem;
  }
 
  .index-page .brands-premium {
    padding-top: clamp(2rem, 6vw, 2.9rem);
    padding-bottom: clamp(2rem, 5vw, 2.65rem);
  }

  .index-page .contact-title {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    line-height: 1.1;
    font-size: clamp(1.4rem, 6.8vw, 2.1rem);
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.05em;
    margin-bottom: 0.95rem;
  }

  .index-page .event-card--home .events-cta {
    width: clamp(12rem, 86vw, 20rem);
    padding: 12px 18px;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .index-page .event-card--home p {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(0.5rem, 2.5vw, 0.9rem);
    line-height: 1.4;
    color: #000000;
    text-align: center;
    white-space: normal;
  }

  .index-page .event-card--home p br {
    display: block;
  }

  .index-page .container {
    max-width: 100%;
    width: 100%;
    padding-inline: clamp(0.4rem, 2.2vw, 0.9rem);
  }

  .index-page .event-card--home {
    gap: 1rem;
    padding-bottom: 0.55rem;
  }

  .index-page .contact.section-padding {
    padding-top: clamp(2.2rem, 8.5vw, 3.8rem);
    padding-bottom: 2rem;
    padding-left: clamp(0.7rem, 3vw, 1rem);
    padding-right: clamp(0.7rem, 3vw, 1rem);
  }

  .index-page .about-feature--home {
    padding-bottom: clamp(1.2rem, 3.8vw, 1.9rem) !important;
  }

}

@media (max-width: 430px) {
  .index-page .gallery-heading {
    padding-top: clamp(1.7rem, 4.5vw, 2.05rem);
    padding-bottom: 0.3rem;
  }

  .index-page .brands-premium {
    padding-top: clamp(1.55rem, 4.8vw, 2.15rem) !important;
    padding-bottom: clamp(1.3rem, 3.6vw, 1.65rem);
  }

  .index-page .about-feature--home {
    padding-bottom: clamp(1.35rem, 4vw, 2rem) !important;
  }

  .index-page .brands-header {
    margin-bottom: 0.4rem !important;
  }

  .gallery-heading__title {
    font-family: var(--font-accent) !important;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: calc(clamp(1.6rem, 7vw, 2.45rem) + 2pt);
    line-height: 1.1;
  }

  .hero--classic .hero-slider-track {
    --slide-width: clamp(146px, 48vw, 182px);
    --slide-gap: 6px;
  }

  .index-page .about-tagline {
    font-size: clamp(0.6rem, 2.8vw, 0.82rem);
    letter-spacing: 0.14em;
    margin-top: 1.5rem;
    transform: translateX(-0.4rem);
  }

  .index-page .contact-title {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(clamp(1.6rem, 7vw, 2.45rem) + 2pt);
    line-height: 1.1;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0.85rem;
  }

  .index-page .event-card--home {
    gap: 1rem;
  }

  .index-page .event-card--home p {
    max-width: none;
    white-space: normal;
    font-size: clamp(0.45rem, 2.4vw, 0.85rem);
  }
}

/* Footer */

.footer {
  background: #0b0b0b;
  color: #f5f5f5;
  padding: clamp(2.6rem, 4vw, 3.6rem) 6%
    calc(2.2rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-container {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr) minmax(0, 1.45fr);
  gap: clamp(1.2rem, 2.2vw, 2.8rem);
  align-items: start;
}

.footer-left {
  max-width: 32rem;
}

.footer-logo {
  font-family: "Domine", serif !important;
  font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  display: block;
  font-weight: 700;
  text-align: left !important;
  color: #ffffff !important;
  width: 100%;
}

@media (max-width: 640px) {
  .footer-logo {
    text-align: left !important;
    font-size: 1.1rem;
    margin: 0 0 0.6rem;
  }
}

.footer .tagline {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #e2e2e2;
}

.footer .tagline:empty {
  display: none;
}

.footer .address {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #cfcfcf;
}

.footer .address a,
.footer .address a:visited,
.footer .address a:hover,
.footer .address a:focus {
  color: inherit;
  text-decoration: none;
}

.footer .phone,
.footer .email {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: #cfcfcf;
}

.footer .email a {
  color: inherit;
  text-decoration: none;
}

.footer .email a:hover {
  color: #ffffff;
}

.footer-links h3,
.footer-social h3,
.footer-timing h3 {
  font-size: 0.75rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #ffffff;
}

.footer-links,
.footer-right {
  padding-top: 0.4rem;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.2rem;
}

.footer-links a {
  font-size: 0.9rem;
  color: #d6d6d6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: start;
}

.footer-social {
  margin-left: clamp(-3rem, -5vw, -2rem);
}

.footer-timing {
  margin-left: clamp(0.9rem, 1.8vw, 1.8rem);
}

.footer-social .social-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-social .social-icons a {
  color: #ffffff;
  font-size: 1.05rem;
  opacity: 0.9;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.footer-social .social-icons a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-timing p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #d6d6d6;
}

.footer-hours span {
  display: block;
}

.footer-hours span + span {
  margin-top: 0.15rem;
}

.footer-bottom {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bdbdbd;
}

.footer-bottom .mall-tagline span {
  color: #cda35a !important;
  font-style: italic !important;
}

.footer-bottom .mall-tagline {
  font-family: "Times New Roman", Times, serif;
}

@media (max-width: 980px) {
  .footer-container {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  }

  .footer-right {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-social {
    margin-left: 0;
  }

  .footer-timing {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .footer-right {
    gap: 1.2rem;
  }

  .footer-links h3,
  .footer-social h3,
  .footer-timing h3 {
    margin-bottom: 0.45rem !important;
  }

  .footer-social {
    margin-bottom: 0;
  }

  .footer-links li {
    margin-bottom: 0.1rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .footer-right {
    gap: 1.3rem;
  }
}

/* Brand Page */

.brand-hero {
  position: relative;
  min-height: 70vh;
  display: grid;
  align-items: end;
  color: var(--lux-text);
  overflow: hidden;
}

.brand-hero-media {
  position: absolute;
  inset: 0;
}

.brand-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.8) brightness(0.55);
}

.brand-hero p {
  font-size: 1rem;
  color: #d6c8bc;
  max-width: 32rem;
}

.brand-details {
  background: #111015;
}

@media (max-width: 640px) {

  .brand-hero {
    padding: 3rem 7% 0;
  }
}

@keyframes luxMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Brand Page Redesign */
.brand-page {
  --brand-bg: #ffffff;
  --brand-ink: #243a56;
  --brand-muted: #4a5f7b;
  --brand-accent: #d0a072;
  --brand-line: #d7cec1;
  --brand-card: rgba(255, 255, 255, 0.86);
  background-color: var(--brand-bg);
  background-image: none;
  background-attachment: scroll;
  color: var(--brand-ink);
}

.brand-page.brand-page--armani {
  --brand-bg: #ffffff;
}

.brand-page.brand-page--gas {
  --brand-bg: #ffffff;
  --brand-ink: #112447;
  --brand-muted: #394b6f;
  --brand-accent: #2e60cf;
  --brand-line: #bcc8dc;
}

.brand-page .header {
  background: #000000;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-page .brand-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.brand-page .brand-profile {
  padding: clamp(1.6rem, 3.6vw, 2.8rem) 8% clamp(2.2rem, 4.8vw, 3.6rem);
}

.brand-page[class*="brand-page--"] .brand-profile {
  display: block;
}

.brand-page[class*="brand-page--"] .brand-profile-grid .brand-hero-panel {
  text-align: center;
}

.brand-page[class*="brand-page--"] .brand-profile-grid .brand-hero-logo-lockup {
  justify-self: center;
}

.brand-page[class*="brand-page--"] .brand-profile-grid .brand-hero-meta {
  justify-items: center;
}

.brand-page[class*="brand-page--"] .brand-profile-grid .brand-hero-meta div {
  width: min(100%, 22rem);
  text-align: center;
}

.brand-page .brand-profile-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.54fr) 1px minmax(0, 1fr);
  column-gap: 40px;
  align-items: stretch;
  justify-content: center;
  min-height: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2.2rem, 4.4vw, 3.6rem) 20px;
  text-align: left;
}

.brand-page .brand-profile-grid::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  display: block;
  justify-self: center;
  width: 1px;
  height: 100%;
  background: #9b7b55;
  align-self: stretch;
  margin-top: 0;
}

.brand-page .brand-profile-grid > .brand-hero-panel {
  grid-column: 1;
  grid-row: 1;
}

.brand-page .brand-profile-grid > .brand-about-box {
  grid-column: 3;
  grid-row: 1;
}

.brand-page .brand-profile-grid .brand-hero-panel {
  align-self: stretch;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}

.brand-page .brand-profile-grid .brand-about-box {
  max-width: 550px;
}

.brand-page .brand-profile-grid .brand-hero-logo-lockup {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.brand-page .brand-profile-grid .brand-hero-logo-lockup img {
  width: min(100%, 520px);
  height: auto;
  max-height: clamp(140px, 16vw, 230px);
  object-fit: contain;
  display: block;
  transform: scale(0.9) translateX(0.1em);
  transform-origin: left center;
}

.brand-page .brand-profile--logo-only .brand-profile-grid .brand-hero-panel {
  justify-self: end;
  align-items: flex-start;
  text-align: left;
}

.brand-page--basanti
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-panel {
  margin-top: clamp(-3.1rem, -4.2vw, -1.9rem);
}

.brand-page
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup {
  justify-self: flex-start;
}

.brand-page--basanti
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup {
  margin-top: clamp(-1.2rem, -1.8vw, -0.7rem);
  margin-bottom: clamp(-1.1rem, -1.8vw, -0.5rem);
}

.brand-page
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup
  img {
  width: auto;
  height: clamp(110px, 12vw, 150px);
  max-width: 320px;
  max-height: none;
}

.brand-page--basanti
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup
  img {
  height: clamp(188px, 18vw, 270px);
  max-width: min(100%, 500px);
  transform: translateY(-4%);
}

.brand-page .brand-profile--logo-only .brand-profile-grid .brand-hero-meta {
  justify-items: start;
}

.brand-page--basanti
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-meta {
  margin-top: clamp(-3.2rem, -4.4vw, -2rem);
}

.brand-page:not(.brand-page--basanti)
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-meta {
  margin-top: clamp(0.9rem, 1.8vw, 1.4rem);
}

.brand-page--la-martina
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-meta {
  margin-top: clamp(-0.45rem, -0.8vw, -0.2rem);
}

.brand-page--la-martina
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup {
  margin-bottom: clamp(-0.45rem, -0.8vw, -0.2rem);
}

.brand-page .brand-profile--logo-only .brand-profile-grid .brand-hero-meta div {
  text-align: left;
}

.brand-page
  .brand-profile--logo-only
  .brand-about-box--simple
  .brand-about-box__content
  h2 {
  text-align: left;
}

@media (min-width: 769px) {
  .brand-page--charles-tyrwhitt
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-panel {
    transform: translateX(clamp(8px, 1vw, 14px));
  }
}

.brand-page .brand-profile-grid .brand-hero-meta {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  width: 100%;
}

.brand-page .brand-profile-grid .brand-hero-meta div {
  padding-top: 0.45rem;
  border-top: 1px solid #9b7b55;
}

.brand-page .brand-profile-grid .brand-hero-meta dt {
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #000000;
}

.brand-page .brand-profile-grid .brand-hero-meta dd {
  margin-top: 0.3rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #000000;
}

.brand-page .brand-profile-actions {
  max-width: 1200px;
  margin: clamp(1.6rem, 2.6vw, 2.2rem) auto 0;
  display: flex;
  justify-content: flex-end;
}

.brand-page .brand-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.brand-page .brand-back-link::before {
  content: "<";
  font-size: 1.1rem;
  line-height: 1;
}

.brand-page .brand-back-link:hover {
  transform: translateY(-1px);
  opacity: 0.75;
}

.brand-page .brand-back-link:focus-visible {
  outline: 2px solid #b99656;
  outline-offset: 4px;
}

.brand-page--kora .brand-profile-grid .brand-hero-logo-lockup,
.brand-page--superdry .brand-profile-grid .brand-hero-logo-lockup {
  justify-self: center;
  padding: 0;
  border-radius: 0;
  width: fit-content;
  background: transparent;
}

.brand-page--kora .brand-profile-grid .brand-hero-logo-lockup img {
  filter: brightness(0);
}

.brand-page--kora
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-panel {
  padding-left: clamp(0.6rem, 1.2vw, 1rem);
}

.brand-page--la-martina .brand-profile-grid .brand-hero-logo-lockup {
  justify-self: center;
}

.brand-page--lacoste
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup
  img {
  width: min(100%, 320px);
  height: auto;
  max-height: none;
  transform: scale(0.9);
  transform-origin: center;
}

.brand-page--gas
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup
  img {
  transform: scale(1.0);
  transform-origin: center;
}

@media (min-width: 769px) {
  .brand-page--gas
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    transform: scale(0.75) translateX(2%);
  }
}

@media (max-width: 768px) {
  .brand-page .brand-profile-grid {
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
    padding-top: 5rem;
    min-height: auto;
    text-align: left;
  }

  .brand-page .brand-profile-grid::before {
    display: none;
  }

  .brand-page .brand-profile-grid > .brand-hero-panel,
  .brand-page .brand-profile-grid > .brand-about-box {
    grid-column: 1;
    grid-row: auto;
  }

  .brand-page .brand-profile-grid .brand-hero-panel {
    border-bottom: 1px solid #9b7b55;
    padding-bottom: 2.5rem;
    text-align: center;
    gap: 1.5rem;
  }

  .brand-page--basanti
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-panel {
    margin-top: 0;
  }

  .brand-page .brand-profile-grid .brand-hero-logo-lockup {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 2.5rem;
  }

  .brand-page--basanti
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup {
    margin: -0.9rem auto -0.7rem;
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup {
    margin: -0.9rem auto -0.7rem;
  }

  .brand-page .brand-profile-grid .brand-hero-logo-lockup img {
    max-height: clamp(112px, 13vw, 184px);
    margin: 0 auto;
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    height: clamp(162px, 42vw, 237px);
    max-width: min(100%, 420px);
    max-height: none;
  }

  .brand-page .brand-hero-meta {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    justify-content: center;
    text-align: center;
  }

  .brand-page--armani .brand-profile-grid .brand-hero-logo-lockup img {
    max-height: clamp(325px, 40vw, 400px);
  }

  .brand-page--basanti
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    height: clamp(150px, 34vw, 225px);
    max-width: min(100%, 350px);
    max-height: none;
    transform: translateY(-3%);
  }

  .brand-page--gas
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    height: clamp(50px, 12vw, 85px);
    max-width: min(100%, 180px);
    max-height: none;
    transform: translateX(4%);
  }

  .brand-page--basanti
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-meta {
    margin-top: clamp(-2.2rem, -5.4vw, -1.2rem);
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-meta {
    margin-top: clamp(-2.2rem, -5.4vw, -1.2rem);
  }

  .brand-page .brand-profile--logo-only .brand-profile-grid .brand-hero-panel {
    justify-self: stretch;
  }

  .brand-page .brand-about-box--simple .brand-about-box__content p {
    text-align: left;
  }

  /* Professional UI/UX Refinements for Mobile */
  .brand-page[class*="brand-page--"] .brand-profile-grid {
    padding-top: 0 !important; /* Minimal gap from hero */
    row-gap: 1rem !important; /* Tight separation between logo/info and about text */
  }

  .brand-page[class*="brand-page--"] .brand-hero-logo-lockup {
    margin: 0 auto 0.75rem !important; /* Minimal space between logo and information part */
  }

  /* Increased logo size by 0.1 (scale 1.0) */
  .brand-page[class*="brand-page--"] .brand-hero-logo-lockup img {
    transform: scale(1) !important;
    max-height: clamp(140px, 18vw, 250px) !important;
    width: auto !important;
  }

  .brand-page[class*="brand-page--"] .brand-hero-meta {
    margin-top: 0 !important;
    gap: 1rem !important;
  }

  .brand-page[class*="brand-page--"] .brand-hero-panel {
    padding-bottom: 1rem !important;
  }

  /* Basanti Specific Zero Gap Layout */
  .brand-page--basanti .brand-profile-grid {
    padding-top: 0 !important;
    row-gap: 0.75rem !important;
  }

  .brand-page--basanti .brand-hero-logo-lockup {
    margin: -3rem auto 0.5rem !important; /* Pull logo UP into the hero area aggressively */
  }


}

@media (max-width: 640px) {
  .brand-page .brand-profile {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.brand-page .brand-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
  justify-items: center;
  padding: 0;
  position: relative;
  min-height: auto;
  overflow: hidden;
  color: var(--brand-ink);
  background: transparent;
  text-align: center;
  width: 100%;
  margin-left: 0;
}

.brand-page .brand-hero-media {
  position: relative;
  width: 100%;
  height: clamp(26rem, 72vh, 52rem);
  margin-top: 0;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: #f1ece4;
}

.brand-page .brand-hero-media::before,
.brand-page .brand-hero-media::after {
  content: none;
}

.brand-page .brand-hero-media {
  display: block;
  background: #f1ece4;
}

/* Brand catalog hero (brand.html) */
.brand-page:not([class*="brand-page--"]) .brand-hero {
  padding: 0;
  background: #f7f2e8;
}

.brand-page:not([class*="brand-page--"]) .brand-hero-media {
  height: clamp(16rem, 42vw, 24rem);
  background: #f7f2e8;
  overflow: hidden;
}

.brand-page:not([class*="brand-page--"]) .brand-hero-media::before {
  content: none;
}

.brand-page:not([class*="brand-page--"]) .brand-hero-media::after {
  content: none;
}

.brand-page:not([class*="brand-page--"]) .brand-hero-image--catalog {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transform-origin: center center;
}

.brand-page:not([class*="brand-page--"]) .brand-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
}

.brand-page .brand-hero-media .slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.brand-page .brand-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.1) brightness(1.05) saturate(1.1);
  image-rendering: -webkit-optimize-contrast;

}

.brand-page .brand-hero--collage {
  width: 100%;
  margin-left: 0;
  padding: clamp(2rem, 4.5vw, 3.2rem) 8% 0;
  text-align: left;
}

.brand-page .brand-hero--collage .brand-hero-shell {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: block;
}

.brand-page .brand-hero--collage .brand-hero-shell > .brand-hero-panel {
  display: none;
}

.brand-page .brand-hero--collage .brand-hero-media {
  height: auto;
  min-height: 0;
  margin-top: 0;
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: center;
}

.brand-page .brand-hero--collage .brand-hero-collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  width: min(100%, 84rem);
  aspect-ratio: 27 / 15;
  margin: 0 auto;
  padding: clamp(0.3rem, 0.8vw, 0.55rem);
}

.brand-page .brand-hero--collage .brand-hero-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 5px solid #ffffff;
  border-radius: 6px;
  box-shadow: 0 20px 36px rgba(35, 27, 22, 0.16);
  background: #f2efea;
}

.brand-page .brand-hero--collage .brand-hero-card--tall {
  grid-column: 1 / span 4;
  grid-row: 1 / span 8;
  z-index: 1;
}

.brand-page .brand-hero--collage .brand-hero-card--mid {
  grid-column: 5 / span 4;
  grid-row: 1 / span 8;
  z-index: 2;
}

.brand-page .brand-hero--collage .brand-hero-card--wide {
  grid-column: 9 / span 4;
  grid-row: 1 / span 8;
  z-index: 3;
}

.brand-page .brand-hero--collage .brand-hero-card .brand-hero-image {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-page .brand-hero--collage .brand-hero-card--wide .brand-hero-image {
  object-position: center;
}

.brand-page .brand-hero--collage .brand-hero-panel {
  align-self: center;
  border: 1px solid var(--brand-line);
  background: #ffffff;
  padding: clamp(1.3rem, 2.8vw, 2.1rem);
  box-shadow: 0 18px 34px rgba(35, 27, 22, 0.12);
}

.brand-page .brand-hero--collage .brand-hero-logo-lockup {
  display: flex;
  justify-content: flex-start;
  margin-bottom: clamp(0.9rem, 2vw, 1.3rem);
}

.brand-page .brand-hero--collage .brand-hero-logo-lockup img {
  width: min(100%, 220px);
  height: auto;
  display: block;
}

.brand-page .brand-hero--collage .brand-hero-meta {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.brand-page .brand-hero--collage .brand-hero-meta div {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(208, 160, 114, 0.35);
}

.brand-page .brand-hero--collage .brand-hero-meta dt {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.brand-page .brand-hero--collage .brand-hero-meta dd {
  margin-top: 0.3rem;
  font-size: 0.86rem;
  line-height: 1.45;
  word-break: break-word;
}

.brand-page.brand-page--kora
  .brand-hero--collage
  .brand-hero-card
  .brand-hero-image {
  object-fit: cover;
  object-position: center 16%;
}

.brand-page.brand-page--kora
  .brand-hero--collage
  .brand-hero-card--mid
  .brand-hero-image {
  object-position: center 14%;
}

.brand-page.brand-page--kora
  .brand-hero--collage
  .brand-hero-card--wide
  .brand-hero-image {
  object-position: center 18%;
}

.brand-page.brand-page--basanti
  .brand-hero--collage
  .brand-hero-card
  .brand-hero-image {
  object-position: center 34%;
}

.brand-page.brand-page--superdry
  .brand-hero--collage
  .brand-hero-card
  .brand-hero-image {
  object-position: center 24%;
}

.brand-page.brand-page--lacoste
  .brand-hero--collage
  .brand-hero-card
  .brand-hero-image {
  object-position: center 26%;
}

.brand-page.brand-page--gas
  .brand-hero--collage
  .brand-hero-card--tall
  .brand-hero-image {
  object-position: center 18%;
}

.brand-page.brand-page--gas
  .brand-hero--collage
  .brand-hero-card--mid
  .brand-hero-image {
  object-position: center 22%;
}

.brand-page.brand-page--gas
  .brand-hero--collage
  .brand-hero-card--wide
  .brand-hero-image {
  object-fit: contain;
  object-position: center 82%;
}


.brand-page.brand-page--charles-tyrwhitt
  .brand-hero--collage
  .brand-hero-logo-lockup
  img {
  width: min(100%, 280px);
}

.brand-page.brand-page--charles-tyrwhitt
  .brand-hero--collage
  .brand-hero-card--tall
  .brand-hero-image {
  object-position: center 18%;
}

.brand-page.brand-page--charles-tyrwhitt
  .brand-hero--collage
  .brand-hero-card--mid
  .brand-hero-image {
  object-position: center 28%;
}

.brand-page.brand-page--charles-tyrwhitt
  .brand-hero--collage
  .brand-hero-card--wide
  .brand-hero-image {
  object-fit: contain;
  object-position: center bottom;
}

.brand-page.brand-page--levis .brand-hero--collage .brand-hero-logo-lockup {
  background: #c1121f;
  padding: 0.42rem 0.72rem;
  width: fit-content;
}

.brand-page.brand-page--levis .brand-hero--collage .brand-hero-logo-lockup img {
  width: min(100%, 190px);
  filter: brightness(0) invert(1);
}

.brand-page.brand-page--levis
  .brand-hero--collage
  .brand-hero-card--tall
  .brand-hero-image {
  object-position: center 20%;
}

.brand-page.brand-page--levis
  .brand-hero--collage
  .brand-hero-card--mid
  .brand-hero-image {
  object-position: center 46%;
}

.brand-page.brand-page--levis
  .brand-hero--collage
  .brand-hero-card--wide
  .brand-hero-image {
  object-fit: contain;
  object-position: center bottom;
}

.brand-page.brand-page--la-martina
  .brand-hero--collage
  .brand-hero-card--tall
  .brand-hero-image {
  object-position: center 20%;
}

.brand-page.brand-page--la-martina
  .brand-hero--collage
  .brand-hero-card--mid
  .brand-hero-image {
  object-position: center 28%;
}

.brand-page.brand-page--la-martina
  .brand-hero--collage
  .brand-hero-card--wide
  .brand-hero-image {
  object-position: center 24%;
}

.brand-page.brand-page--superdry
  .brand-hero--collage
  .brand-hero-card--wide
  .brand-hero-image {
  object-position: center 20%;
}



.brand-page .brand-profile-grid--boxed {
  max-width: 1200px;
}

.brand-page .brand-about-box {
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.brand-page .brand-about-box__content {
  border-top: 0;
  padding-top: 0;
  display: grid;
  gap: 1.05rem;
}

.brand-page .brand-about-box__content h3 {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.brand-page .brand-about-box__content h3.brand-about-heading--black {
  color: #000000;
}

.brand-page .brand-about-box__content p {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  color: #000000;
  max-width: none;
}

.brand-page .brand-about-box__content p strong {
  color: #000000;
  font-weight: 600;
}

.brand-page .brand-about-box--simple {
  gap: 0;
}

.brand-page .brand-about-box--simple .brand-about-box__content {
  gap: 1.2rem;
  justify-items: stretch;
  text-align: left;
}

.brand-page .brand-about-box--simple .brand-about-box__content h2 {
  margin: 0 0 0.3rem;
  font-family: var(--font-sans);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  text-align: left;
}

.brand-page .brand-about-more {
  display: grid;
  gap: 1.2rem;
}

.brand-page .brand-about-more[hidden] {
  display: none;
}

.brand-page .brand-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.brand-page .brand-read-more::after {
  content: "+";
  font-size: 0.95rem;
  line-height: 1;
}

.brand-page .brand-read-more[aria-expanded="true"]::after {
  content: "-";
}

.brand-page .brand-read-more:hover {
  opacity: 0.72;
  transform: translateY(-1px);
}

.brand-page .brand-read-more:focus-visible {
  outline: 2px solid #b99656;
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .brand-page .brand-about-box--simple .brand-about-box__content,
  .brand-page .brand-about-box--simple .brand-about-box__content h2,
  .brand-page .brand-about-box--simple .brand-about-box__content p {
    text-align: left;
    justify-items: start;
  }
}

.brand-page.brand-page--lacoste
  .brand-hero--collage
  .brand-hero-card--wide
  .brand-hero-image {
  object-fit: contain;
  object-position: center;
}

@media (prefers-reduced-motion: reduce) {

  .brand-page .brand-hero-media .slider {
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .brand-page .brand-profile {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (max-width: 780px) {
  .brand-page .brand-hero {
    min-height: auto;
  }

  .brand-page .brand-hero--collage {
    padding: 0.8rem 4% 0;
  }

  .brand-page .brand-hero--collage .brand-hero-collage {
    width: 100%;
    aspect-ratio: 27 / 16;
  }

  .brand-page .brand-hero--collage .brand-hero-card {
    border-width: 4px;
  }

  .brand-page .brand-hero--collage .brand-hero-meta {
    grid-template-columns: 1fr;
  }



  .brand-page .brand-profile-actions {
    justify-content: flex-end;
  }

  /* Lacoste Specific Mobile Refinements */
  .brand-page--lacoste .brand-hero--collage {
    margin-bottom: 4rem !important; /* Slightly decreased gap */
  }

  .brand-page--lacoste .brand-profile-grid {
    padding-top: 1.5rem !important; /* Slightly decreased gap */
    row-gap: 2.2rem !important; /* Slightly decreased gap */
  }

  .brand-page--lacoste .brand-hero-logo-lockup {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important; /* Slightly decreased gap */
  }

  /* Charles Tyrwhitt Specific Mobile Refinements */
  .brand-page--charles-tyrwhitt .brand-hero--collage {
    margin-bottom: 4rem !important;
  }

  .brand-page--charles-tyrwhitt .brand-profile-grid {
    padding-top: 1.5rem !important;
    row-gap: 2.2rem !important;
  }

  .brand-page--charles-tyrwhitt .brand-hero-logo-lockup {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important;
  }

  /* GAS Specific Mobile Refinements */
  .brand-page--gas .brand-hero--collage {
    margin-bottom: 4rem !important;
  }

  .brand-page--gas .brand-profile-grid {
    padding-top: 1.5rem !important;
    row-gap: 2.2rem !important;
  }

  .brand-page--gas .brand-hero-logo-lockup {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important;
  }

  /* Kora Specific Mobile Refinements */
  .brand-page--kora .brand-hero--collage {
    margin-bottom: 4rem !important;
  }

  .brand-page--kora .brand-profile-grid {
    padding-top: 1.5rem !important;
    row-gap: 2.2rem !important;
  }

  .brand-page--kora .brand-hero-logo-lockup {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important;
  }

  /* Armani Specific Mobile Refinements */
  .brand-page--armani .brand-hero--collage {
    margin-bottom: 4rem !important;
  }

  .brand-page--armani .brand-profile-grid {
    padding-top: 1.5rem !important;
    row-gap: 2.2rem !important;
  }

  .brand-page--armani .brand-hero-logo-lockup {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important;
  }

  /* Saresa Specific Mobile Refinements */
  .brand-page--saresa .brand-hero--collage {
    margin-bottom: 4rem !important;
  }

  .brand-page--saresa .brand-profile-grid {
    padding-top: 1.5rem !important;
    row-gap: 2.2rem !important;
  }

  .brand-page--saresa .brand-hero-logo-lockup {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important;
  }
}

@media (max-width: 560px) {
  .brand-page .brand-hero--collage .brand-hero-collage {
    aspect-ratio: 1 / 0.98;
  }

  .brand-page .brand-hero--collage .brand-hero-card--tall {
    grid-column: 1 / span 7;
    grid-row: 1 / span 7;
  }

  .brand-page .brand-hero--collage .brand-hero-card--mid {
    grid-column: 6 / span 7;
    grid-row: 1 / span 5;
  }

  .brand-page .brand-hero--collage .brand-hero-card--wide {
    grid-column: 2 / span 10;
    grid-row: 6 / span 7;
  }
}

.brand-page .brand-hero p {
  font-size: 1.05rem;
  color: var(--brand-muted);
  max-width: 34rem;
  line-height: 1.7;
}

@keyframes brandMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes brandHeroFade {
  0% {
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes brandTitleFade {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@media (max-width: 1100px) {
  .brand-page .brand-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .brand-page .brand-hero-media {
    height: clamp(21rem, 64vh, 40rem);
  }
}

@media (max-width: 900px) {
  .brand-page:not([class*="brand-page--"]) .brand-hero-media {
    height: clamp(13rem, 36vh, 20rem);
    background-position: center 60%;
  }
}

@media (max-width: 640px) {
  .brand-hero--split {
    min-height: clamp(13rem, 36vh, 20rem);
  }
}

@media (max-width: 600px) {
  .brand-page .brand-hero {
    padding-left: 6%;
    padding-right: 6%;
  }

  .brand-page .brand-hero {
    padding-top: 3.5rem;
  }
}

/* Luxury Brand Showcase */
.brand-page .luxury-showcase {
  position: relative;
  --brand-logo-height: clamp(64px, 9vw, 110px);
  padding: clamp(4.5rem, 9vw, 9rem) 4%;
  color: var(--brand-ink);
  background: #ffffff;
  overflow: hidden;
}

.brand-page .luxury-showcase::before,
.brand-page .luxury-showcase::after {
  content: none;
}

.brand-page .luxury-showcase::before {
  content: none;
}

.brand-page .luxury-showcase::after {
  content: none;
}

.brand-page .luxury-showcase__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

.brand-page .luxury-showcase__inner--boxed {
  background: #ffffff;
  border: 1px solid rgba(15, 34, 63, 0.08);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.25rem, 2.3vw, 1.95rem);
}

.brand-page .luxury-showcase__actions {
  max-width: 980px;
  margin: clamp(0.9rem, 1.8vw, 1.4rem) auto 0;
  display: flex;
  justify-content: flex-end;
}

.brand-page .luxury-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-page .luxury-card {
  --brand-logo-scale: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(1rem, 1.8vw, 1.5rem);
  border-radius: 0;
  background: var(--luxury-card-bg, #ececec);
  border: 0;
  outline: none;
  box-shadow: 0 12px 28px rgba(20, 16, 12, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  aspect-ratio: 1 / 1;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  justify-self: center;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.brand-page .luxury-card:hover,
.brand-page .luxury-card:focus,
.brand-page .luxury-card:focus-visible,
.brand-page .luxury-card:active {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(20, 16, 12, 0.12);
}

.brand-page .luxury-card:focus,
.brand-page .luxury-card:focus-visible {
  outline: none;
}

.brand-page .luxury-card__logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2.4rem);
}

.brand-page .luxury-card__logo img {
  width: auto;
  height: clamp(60px, calc(12vw + 4px), 176px);
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  transform: translate(calc(-50% + 0.1em), -50%) scale(calc(var(--brand-logo-scale) - 0.1));
  transform-origin: center;
  display: block;
}

.brand-page .luxury-card__logo {
  position: relative;
}

.brand-page .luxury-card__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.brand-page .luxury-card--armani {
  --brand-logo-scale: 0.98;
  --luxury-card-bg: #000000;
}

.brand-page .luxury-card--basanti {
  --brand-logo-scale: 1.55;
}

.brand-page .luxury-card--kora {
  --brand-logo-scale: 1.15;
  --luxury-card-bg: #0b1f4b;
}

.brand-page .luxury-card--lacoste {
  --brand-logo-scale: 1.14;
  --luxury-card-bg: #1f5a37;
}

.brand-page .luxury-card--la-martina {
  --brand-logo-scale: 2.1;
  --luxury-card-bg: #5fa85d;
}

.brand-page .luxury-card--superdry {
  --brand-logo-scale: 1.6;
  --luxury-card-bg: #ffffff;
}

.brand-page .luxury-card--saresa {
  --brand-logo-scale: 0.9;
  --luxury-card-bg: #ffffff;
}

.brand-page .luxury-card--levis {
  --brand-logo-scale: 0.85;
  --luxury-card-bg: #c1121f;
}

.brand-page .luxury-card--gas {
  --brand-logo-scale: 1.04;
  --luxury-card-bg: #1e3a8a;
}

.brand-page .luxury-card--boss {
  --brand-logo-scale: 1;
  --luxury-card-bg: #000000;
}

.brand-page .luxury-card--boss .luxury-card__logo img {
  filter: none;
  max-width: 48%;
}

.brand-page .luxury-card--charles-tyrwhitt {
  --brand-logo-scale: 1.1;
  --luxury-card-bg: #1e3a8a;
}

.brand-page .luxury-card--sindh-emporio {
  --brand-logo-scale: 0.65;
  --luxury-card-bg: #000000;
}

.brand-page .luxury-card--sindh-emporio .luxury-card__logo img {
  mix-blend-mode: normal;
  filter: none;
}

.brand-page .luxury-card--saresa .luxury-card__logo img {
  mix-blend-mode: normal;
  filter: none;
  width: min(99%, 520px);
  height: auto;
  max-width: 99%;
  max-height: 92%;
  transform: translate(-50%, -50%) scale(1.06);
}

.brand-page .brand-hero-logo-lockup.luxury-card--saresa img {
  mix-blend-mode: normal;
  filter: none;
  width: min(100%, 280px);
  height: auto;
  max-height: clamp(80px, 14vw, 140px);
  transform: none;
}

.brand-page .luxury-card--armani .luxury-card__logo img,
.brand-page .luxury-card--la-martina .luxury-card__logo img {
  filter: brightness(0) invert(1);
}

.brand-page .luxury-card--lacoste .luxury-card__logo img {
  filter: brightness(0) invert(1);
}

.brand-page .luxury-card--kora .luxury-card__logo img {
  filter: brightness(0) invert(1);
}

.brand-page .luxury-card--superdry .luxury-card__logo img {
  filter: none;
}

.brand-page .luxury-card--levis .luxury-card__logo img {
  filter: brightness(0) invert(1);
}

.brand-page .luxury-card--gas .luxury-card__logo img {
  filter: brightness(0) invert(1);
}

.brand-page .luxury-card--charles-tyrwhitt .luxury-card__logo img {
  filter: brightness(0) invert(1);
}

.brand-page:not([class*="brand-page--"]) {
  --brand-ink: #000000;
  --brand-muted: #000000;
}

.brand-page:not([class*="brand-page--"]) .luxury-card__logo img {
  width: auto;
  height: clamp(160px, calc(16vw - 1px), 210px);
  max-width: 96%;
  max-height: none;
  transform: translate(calc(-50% + 0.1em), -50%) scale(calc(var(--brand-logo-scale) - 0.1));
}

.brand-page:not([class*="brand-page--"]) .luxury-card--armani {
  --brand-logo-scale: 0.88;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--basanti {
  --brand-logo-scale: 1.55;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--kora {
  --brand-logo-scale: 1.15;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--lacoste {
  --brand-logo-scale: 1;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--la-martina {
  --brand-logo-scale: 1.1;
  --luxury-card-bg: #000000;
}

.brand-page:not([class*="brand-page--"])
  .luxury-card--la-martina
  .luxury-card__logo
  img {
  max-width: 96%;
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--superdry {
  --brand-logo-scale: 1.06;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--saresa {
  --brand-logo-scale: 0.9;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--levis {
  --brand-logo-scale: 0.92;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--gas {
  --brand-logo-scale: 0.9;
  --luxury-card-bg: #000000;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--charles-tyrwhitt {
  --brand-logo-scale: 1.1;
}

.brand-page:not([class*="brand-page--"]) .luxury-card--sindh-emporio {
  --brand-logo-scale: 0.75;
}

.brand-page:not([class*="brand-page--"])
  .luxury-card--superdry
  .luxury-card__logo
  img {
  height: clamp(160px, calc(16vw - 1px), 210px);
}

.brand-page:not([class*="brand-page--"])
  .luxury-card--lacoste
  .luxury-card__logo
  img {
  width: auto;
  height: clamp(160px, calc(16vw - 1px), 210px);
  max-width: 96%;
  max-height: none;
  transform: translate(calc(-50% + 0.1em), -50%) scale(calc(var(--brand-logo-scale) - 0.1));
}

.brand-page:not([class*="brand-page--"])
  .luxury-card--saresa
  .luxury-card__logo
  img {
  width: auto;
  height: clamp(160px, calc(16vw - 1px), 210px);
  max-width: 96%;
  max-height: none;
  transform: translate(calc(-50% + 0.1em), -50%) scale(calc(var(--brand-logo-scale) - 0.1));
}

.brand-page:not([class*="brand-page--"])
  .luxury-card--boss
  .luxury-card__logo
  img {
  max-width: 96%;
}

@media (max-width: 1024px) {
  .brand-page .luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brand-page .luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .brand-page .luxury-card {
    max-width: 100%;
    justify-self: center;
    padding: 0.5rem;
  }

  .brand-page:not([class*="brand-page--"]) .luxury-card__logo img {
    height: clamp(72px, 21vw, 108px);
  }

  .brand-page:not([class*="brand-page--"]) .luxury-card--basanti {
    --brand-logo-scale: 1.74;
  }

  .brand-page .luxury-card--saresa {
    --brand-logo-scale: 0.8;
  }

  .brand-page:not([class*="brand-page--"]) .luxury-card--saresa {
    --brand-logo-scale: 0.8;
  }

  .brand-page:not([class*="brand-page--"])
    .luxury-card--superdry
    .luxury-card__logo
    img {
    height: clamp(72px, 21vw, 108px);
  }

  .brand-page:not([class*="brand-page--"]) .luxury-card--la-martina {
    --brand-logo-scale: 0.92;
  }

  .brand-page:not([class*="brand-page--"])
    .luxury-card--la-martina
    .luxury-card__logo
    img {
    max-width: 96%;
  }
}

@media (max-width: 720px) {
  .brand-page .luxury-showcase {
    padding-left: 6%;
    padding-right: 6%;
  }

  .brand-page .luxury-card {
    padding: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-page .luxury-card {
    transition: none;
  }

  .brand-page .luxury-card:hover {
    transform: none;
  }
}

.brand-page--charles-tyrwhitt
  .brand-profile--logo-only
  .brand-profile-grid
  .brand-hero-logo-lockup
  img {
  width: min(100%, 320px) !important;
  height: auto;
  max-height: none;
  transform: scale(0.9);
  transform-origin: left center;
}

@media (min-width: 769px) {
  .brand-page--charles-tyrwhitt
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup {
    margin-top: 2.9rem !important;
  }
  .brand-page--charles-tyrwhitt
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-meta {
    margin-top: 2.5rem !important;
  }
}

@media (max-width: 560px) {
  .brand-page
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    width: min(100%, 360px) !important;
  }

  /* Specific override for Basanti mobile logo prominence */
  .brand-page--basanti
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    width: min(100%, 180px) !important;
    height: auto !important;
    max-height: none !important;
    transform: translateY(-2%);
  }

  /* Increase Basanti marquee logo by 0.2 in mobile */
  .brands-logo-item--basanti .brands-featured-logo {
    transform: translate(-50%, -50%) scale(2.8);
  }

  .brand-page .brand-hero--collage .brand-hero-collage {
    aspect-ratio: 27 / 16;
  }

  .brand-page .brand-hero--collage .brand-hero-card--tall {
    grid-column: 1 / span 4;
    grid-row: 1 / span 8;
  }

  .brand-page .brand-hero--collage .brand-hero-card--mid {
    grid-column: 5 / span 4;
    grid-row: 1 / span 8;
  }

  .brand-page .brand-hero--collage .brand-hero-card--wide {
    grid-column: 9 / span 4;
    grid-row: 1 / span 8;
  }
}

/* Final overrides for mobile alignment and logo sizing */
@media (max-width: 768px) {
  /* Left align all About sections on Home and Brand pages */
  .about-feature .about-copy,
  .about-feature .about-copy p,
  .about-feature .about-intro,
  .brand-about-box,
  .brand-about-box__content,
  .brand-about-box__content h2,
  .brand-about-box__content p {
    text-align: left !important;
    justify-items: start !important;
  }

  /* GAS Brand Logo reduction */
  .brand-page--gas .brand-profile-grid .brand-hero-logo-lockup img {
    height: 70px !important;
    width: auto !important;
    max-height: 70px !important;
    transform: none !important;
  }
}

/* La Martina handset spacing refinements */
@media (max-width: 768px) {
  .brand-page--la-martina .brand-profile {
    padding-top: 3.5rem;
  }

  .brand-page--la-martina .brand-profile-grid {
    padding-top: 3rem;
    row-gap: 3.5rem;
  }

  .brand-page--la-martina .brand-profile-grid .brand-hero-panel {
    padding-bottom: 2rem;
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup {
    margin: 0 auto 2rem;
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    height: clamp(146px, 30vw, 192px);
    max-width: min(100%, 380px);
    max-height: none;
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-meta {
    margin-top: 0.5rem;
  }
}

@media (max-width: 560px) {
  .brand-page--la-martina .brand-profile {
    padding-top: 0.7rem;
  }

  .brand-page--la-martina .brand-profile-grid {
    padding-top: 0.45rem;
    row-gap: 0.95rem;
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup
    img {
    height: clamp(136px, 35vw, 168px);
    max-width: min(100%, 360px);
  }

  .brand-page--la-martina, .brand-page--basanti
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-logo-lockup {
    margin: 0 auto 2.5rem;
  }

  .brand-page--la-martina
    .brand-profile--logo-only
    .brand-profile-grid
    .brand-hero-meta {
    margin-top: 0.2rem;
  }
}

/* Saresa Logo Theme: fixed red asset on brand pages, black filter on homepage. */
body:not(.index-page) .brands-logo-item--saresa .brands-featured-logo,
body:not(.index-page) .luxury-card--saresa img {
  filter: none !important;
}

.index-page .luxury-card--saresa img {
  filter: grayscale(1) brightness(0) !important;
}

.index-page .brands-logo-item--saresa .brands-featured-logo {
  filter: brightness(0) !important;
}

/* Interactive Marquee & Drag Slider overrides */
.has-interactive-marquee {
  overflow-x: auto !important;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

.has-interactive-marquee::-webkit-scrollbar {
  display: none !important;
}

.brands-logo-marquee.has-interactive-marquee,
.hero--classic .hero-slider.has-interactive-marquee {
  cursor: grab;
  user-select: none;
  pointer-events: auto !important;
}

.brands-logo-marquee.has-interactive-marquee:active,
.hero--classic .hero-slider.has-interactive-marquee:active {
  cursor: grabbing;
}

.brands-logo-marquee.has-interactive-marquee .brands-logo-row,
.hero--classic .hero-slider.has-interactive-marquee .hero-slider-track {
  animation: none !important;
  transform: none !important;
  transition: none !important;
}

.has-interactive-marquee.is-dragging * {
  pointer-events: none !important;
  cursor: grabbing !important;
}

/* Contact page */
.contact-page {
  background: #ffffff;
}

.contact-page .main-nav a[aria-current="page"],
.contact-page .menu-panel-links a[aria-current="page"],
.contact-page .footer-links a[aria-current="page"] {
  color: #cda35a;
}

.contact-page .main-nav a[aria-current="page"] {
  color: #ffffff;
}

.contact-page .footer-links a[aria-current="page"] {
  color: #ffffff;
}

.contact-page .menu-panel-links a[aria-current="page"] {
  color: #000000;
}

.contact-page-main {
  min-height: calc(100vh - var(--header-height));
  background: #ffffff;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(22rem, 42%) minmax(0, 1fr);
  min-height: calc(100vh - var(--header-height));
}

.contact-map-panel {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  background: #d9d2c7;
  overflow: hidden;
}

.contact-map-image,
.contact-map-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.contact-map-image {
  object-fit: cover;
  object-position: center;
}

.contact-map-link {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.contact-content-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 7% 3rem;
  background: #ffffff;
}

.contact-page-eyebrow {
  margin: 0;
  color: #b51e18;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-page h1 {
  margin: 0 0 0.45rem;
  color: #050505;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(2.15rem, 4.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.1em;
}

.contact-info-card {
  display: grid;
  gap: 0.58rem;
  width: min(100%, 40rem);
  margin-top: 0;
  padding: 0;
  background: #ffffff;
  color: #050505;
  box-shadow: none;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  color: #050505;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact-info-item > span:last-child {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.contact-info-item--address {
  align-items: flex-start;
}

.contact-info-icon {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #111111;
  border-radius: 999px;
  color: #050505;
  font-size: 0.9rem;
}

.contact-info-item strong,
.contact-info-item span span {
  display: block;
}

.contact-info-item strong {
  margin-bottom: 0;
  color: #050505;
  font-weight: 800;
}

.contact-info-item span span {
  color: #050505;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.feedback-panel {
  max-width: 58rem;
  padding-top: 0.15rem;
}

.feedback-panel h2,
.contact-social-panel h2 {
  margin: 0 0 0.75rem;
  color: #000000;
  font-family: var(--font-sans) !important;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.feedback-panel p {
  margin: 0 0 1.2rem;
  color: #1f1f1f;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.feedback-form {
  display: grid;
  gap: 1rem;
}

.feedback-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.feedback-field label {
  display: block;
  margin-bottom: 0.35rem;
  color: #000000;
  font-size: 0.86rem;
  font-weight: 800;
}

.feedback-field input,
.feedback-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #111111;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 1.05rem;
  line-height: 1.35;
  outline: 0;
  padding: 0.45rem 0 0.6rem;
}

.feedback-field textarea {
  min-height: 5.25rem;
  resize: vertical;
}

.feedback-field input::placeholder,
.feedback-field textarea::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.feedback-field input:focus,
.feedback-field textarea:focus {
  border-bottom-color: #cda35a;
}

.feedback-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(12rem, 100%);
  min-height: 3.1rem;
  border: 0;
  border-radius: 6px;
  background: #d7b958;
  color: #000000;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(151, 119, 39, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.feedback-submit:hover,
.feedback-submit:focus-visible {
  background: #cda35a;
  box-shadow: 0 10px 20px rgba(151, 119, 39, 0.2);
  transform: translateY(-1px);
}

.feedback-submit:focus-visible,
.contact-map-link:focus-visible,
.contact-info-item:focus-visible,
.contact-social-icons a:focus-visible {
  outline: 2px solid #cda35a;
  outline-offset: 4px;
}

.feedback-status {
  min-height: 1.25rem;
  margin: -0.75rem 0 0;
  color: #7f632f;
  font-size: 0.9rem;
}

.contact-social-panel {
  padding-top: 0.25rem;
}

.contact-social-panel h2 {
  margin-bottom: 1.25rem;
}

.contact-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.contact-social-icons a {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid #111111;
  border-radius: 999px;
  color: #000000;
  font-size: 1.05rem;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.contact-social-icons a:hover,
.contact-social-icons a:focus-visible {
  background: #000000;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .contact-map-panel {
    min-height: 27rem;
  }

  .contact-content-panel {
    padding: 3rem 6%;
  }

  .contact-info-card {
    width: min(100%, 36rem);
  }
}

@media (max-width: 720px) {
  .contact-map-panel {
    min-height: 21rem;
  }

  .contact-map-link {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .contact-content-panel {
    gap: 1.1rem;
    padding: 2.2rem clamp(1.25rem, 5vw, 2rem) 2.8rem;
  }

  .contact-page-eyebrow {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .contact-page h1 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
    line-height: 1.08;
    letter-spacing: 0.08em;
  }

  .contact-info-item {
    grid-template-columns: 2.05rem minmax(0, 1fr);
    gap: 0.75rem;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .contact-info-icon {
    width: 2.05rem;
    height: 2.05rem;
  }

  .contact-info-card {
    gap: 0.8rem;
    padding: 0;
  }

  .feedback-field-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .feedback-panel p {
    font-size: 1rem;
  }

  .feedback-field input,
  .feedback-field textarea {
    font-size: 1.02rem;
  }
}

/* Floating WhatsApp stylist prompt */
.whatsapp-widget {
  position: fixed;
  right: max(0.95rem, env(safe-area-inset-right));
  bottom: max(0.95rem, env(safe-area-inset-bottom));
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 0;
  max-width: min(calc(100vw - 1.5rem), 520px);
  padding: 0;
  color: #2d2924;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  pointer-events: none;
  transform-origin: right bottom;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    padding 0.2s ease,
    gap 0.2s ease,
    transform 0.2s ease;
}

.whatsapp-widget.is-open {
  gap: clamp(0.45rem, 0.9vw, 0.72rem);
  padding: clamp(0.38rem, 0.7vw, 0.55rem);
  padding-left: clamp(0.48rem, 0.9vw, 0.72rem);
  background: #ffffff;
  border: 1px solid rgba(15, 34, 63, 0.08);
  box-shadow:
    0 16px 34px rgba(15, 34, 63, 0.15),
    0 6px 14px rgba(15, 34, 63, 0.1);
  pointer-events: auto;
}

.whatsapp-widget__close,
.whatsapp-widget__message {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-width: 0;
  overflow: hidden;
  transform: translateX(14px) scale(0.96);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    max-width 0.2s ease,
    transform 0.2s ease;
}

.whatsapp-widget.is-open .whatsapp-widget__close,
.whatsapp-widget.is-open .whatsapp-widget__message {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.whatsapp-widget__close,
.whatsapp-widget__action {
  flex: 0 0 auto;
}

.whatsapp-widget__close {
  width: 0;
  height: clamp(1.9rem, 2.8vw, 2.35rem);
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #595552;
  background: transparent;
  cursor: pointer;
  font: inherit;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease,
    visibility 0.2s ease,
    width 0.2s ease,
    transform 0.2s ease;
}

.whatsapp-widget.is-open .whatsapp-widget__close {
  width: clamp(1.9rem, 2.8vw, 2.35rem);
}

.whatsapp-widget__close span {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1;
}

.whatsapp-widget__close:hover,
.whatsapp-widget__close:focus-visible {
  color: #111111;
  background: rgba(15, 34, 63, 0.06);
}

.whatsapp-widget__message {
  color: inherit;
  font-family: var(--font-accent);
  font-size: clamp(0.95rem, 1.12vw, 1.2rem);
  line-height: 1.32;
  letter-spacing: 0;
  white-space: nowrap;
}

.whatsapp-widget.is-open .whatsapp-widget__message {
  max-width: 20rem;
}

.whatsapp-widget__message span {
  display: block;
}

.whatsapp-widget__message:hover,
.whatsapp-widget__message:focus-visible {
  color: #0f0f0f;
}

.whatsapp-widget__action {
  width: clamp(3.45rem, 4vw, 4.15rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #25d366;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.24),
    0 10px 20px rgba(15, 34, 63, 0.2);
  font-size: clamp(2rem, 2.75vw, 2.55rem);
  line-height: 1;
  pointer-events: auto;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.whatsapp-widget__action:hover,
.whatsapp-widget__action:focus-visible {
  background: #20c45d;
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.28),
    0 14px 24px rgba(15, 34, 63, 0.24);
}

.whatsapp-widget__close:focus-visible,
.whatsapp-widget__message:focus-visible,
.whatsapp-widget__action:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.floating-call-button {
  position: fixed;
  right: max(0.95rem, env(safe-area-inset-right));
  bottom: calc(max(0.95rem, env(safe-area-inset-bottom)) + clamp(3.45rem, 4vw, 4.15rem) + 0.75rem);
  z-index: 9998;
  width: clamp(3.45rem, 4vw, 4.15rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1.5px solid #111111;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  box-shadow: 0 10px 22px rgba(15, 34, 63, 0.13);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.floating-call-button:hover,
.floating-call-button:focus-visible {
  color: #ffffff;
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 34, 63, 0.18);
}

.floating-call-button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .floating-call-button {
    right: max(0.8rem, env(safe-area-inset-right));
    bottom: calc(max(0.85rem, env(safe-area-inset-bottom)) + 3.35rem + 3.25rem);
    width: 3.35rem;
    height: 3.35rem;
    font-size: 1.08rem;
  }

  .whatsapp-widget {
    right: max(0.8rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
    max-width: none;
  }

  .whatsapp-widget.is-open {
    left: auto;
    right: max(0.75rem, env(safe-area-inset-right));
    gap: 0.35rem;
    max-width: calc(100vw - 1.5rem);
    padding: 0.36rem 0.4rem;
  }

  .whatsapp-widget.is-open .whatsapp-widget__close {
    width: 1.85rem;
    height: 1.85rem;
  }

  .whatsapp-widget__close span {
    font-size: 1.32rem;
  }

  .whatsapp-widget__message {
    flex: 1 1 auto;
    font-size: clamp(0.78rem, 3vw, 0.92rem);
    line-height: 1.25;
    white-space: normal;
  }

  .whatsapp-widget.is-open .whatsapp-widget__message {
    max-width: none;
  }

  .whatsapp-widget__action {
    width: 3.35rem;
    font-size: 1.9rem;
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.24),
      0 8px 16px rgba(15, 34, 63, 0.2);
  }
}
