/* ==========================================================================
   Gandelle Lumière — Scandinavian Luxury Corporate Theme
   ========================================================================== */

:root {
  --gl-charcoal: #2C2A26;
  --gl-gold: #C4A77D;
  --gl-green: #8A9A7B;
  --gl-ivory: #F7F4EF;
  --gl-cream: #EFE9E0;
  --gl-white: #FCFBF9;
  --gl-text: #2C2A26;
  --gl-muted: #7A756C;
  --gl-on-dark: #F7F4EF;
  --gl-on-primary: #F7F4EF;
  --gl-line: rgba(44, 42, 38, 0.12);
  --gl-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --gl-sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --gl-header-h: 92px;
  --gl-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gl-space: clamp(1.25rem, 3vw, 2.5rem);
  --gl-section: clamp(4.5rem, 10vw, 8rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  font-family: var(--gl-sans);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--gl-text, var(--gl-charcoal));
  background: var(--gl-ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.gl-main,
.gl-header,
.gl-footer,
.gl-newsletter,
section {
  width: 100%;
  max-width: 100%;
}

.gl-container {
  width: min(1180px, calc(100% - 2rem));
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
textarea {
  font: inherit;
}

.screen-reader-text,
.gl-skip-link {
  position: absolute;
  left: -9999px;
}

.gl-skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: var(--gl-white);
  padding: 0.75rem 1rem;
}

.gl-content-narrow {
  width: min(720px, 100%);
}

/* Typography */
.gl-label {
  font-family: var(--gl-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gl-muted);
  margin: 0 0 1.25rem;
}

.gl-heading {
  font-family: var(--gl-serif);
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  color: var(--gl-text, var(--gl-charcoal));
}

.gl-heading--serif {
  font-style: italic;
  font-weight: 400;
}

.gl-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--gl-muted);
  max-width: 38rem;
  margin: 0;
}

.gl-section-head {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gl-section-head--center {
  text-align: center;
}

.gl-section-head--center .gl-lead {
  margin-inline: auto;
}

.gl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gl-charcoal);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--gl-ease), color 0.3s var(--gl-ease);
}

.gl-category:hover .gl-text-link,
.gl-brand:hover .gl-text-link,
.gl-text-link:hover {
  border-bottom-color: var(--gl-gold);
  color: var(--gl-charcoal);
}

/* Buttons */
.gl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 1.75rem;
  border: 1px solid transparent;
  background: transparent;
  color: var(--gl-charcoal);
  font-family: var(--gl-sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.35s var(--gl-ease), color 0.35s var(--gl-ease), border-color 0.35s var(--gl-ease), transform 0.35s var(--gl-ease);
}

.gl-btn:hover {
  transform: translateY(-1px);
}

.gl-btn--solid {
  background: var(--gl-charcoal);
  color: var(--gl-ivory);
}

.gl-btn--solid:hover {
  background: #1a1917;
}

.gl-btn--outline {
  border-color: var(--gl-charcoal);
}

.gl-btn--outline:hover {
  background: var(--gl-charcoal);
  color: var(--gl-ivory);
}

.gl-btn--ghost {
  border-color: rgba(252, 251, 249, 0.55);
  color: var(--gl-white);
}

.gl-btn--ghost:hover {
  background: rgba(252, 251, 249, 0.1);
}

.gl-btn--ghost-light {
  border-color: rgba(247, 244, 239, 0.45);
  color: var(--gl-ivory);
}

.gl-btn--ghost-light:hover {
  background: rgba(247, 244, 239, 0.08);
}

.gl-btn--small {
  min-height: 40px;
  padding: 0.55rem 1.15rem;
  font-size: 0.72rem;
}

/* Header — premium solid bar, clear logo */
.gl-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  height: var(--gl-header-h);
  transition: height 0.35s var(--gl-ease), background 0.35s var(--gl-ease), box-shadow 0.35s var(--gl-ease);
}

.gl-header__bar {
  height: 100%;
  background: rgba(247, 244, 239, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--gl-line);
  transition: background 0.35s var(--gl-ease), border-color 0.35s var(--gl-ease);
}

.gl-header--dark .gl-header__bar {
  background: rgba(28, 26, 23, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.gl-header.is-scrolled {
  --gl-header-h: 76px;
}

.gl-header.is-scrolled .gl-header__bar {
  background: rgba(247, 244, 239, 0.97);
  border-bottom-color: var(--gl-line);
  box-shadow: 0 8px 28px rgba(44, 42, 38, 0.06);
}

.gl-header.is-scrolled.gl-header--dark .gl-header__bar {
  background: rgba(247, 244, 239, 0.97);
}

.gl-header__inner {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 2.5vw, 2rem);
  height: 100%;
  display: grid;
  grid-template-columns: minmax(160px, 1.1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 1.25rem;
  box-sizing: border-box;
}

.gl-header__left {
  min-width: 0;
  display: flex;
  align-items: center;
}

.gl-nav {
  justify-self: center;
}

.gl-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

/* Logo */
.gl-logo {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
}

.gl-logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.35rem 0.55rem;
  border-radius: 2px;
  background: transparent;
  transition: background 0.3s var(--gl-ease), padding 0.3s var(--gl-ease);
}

.gl-header--dark:not(.is-scrolled) .gl-logo__mark {
  background: rgba(252, 251, 249, 0.1);
  padding: 0.4rem 0.7rem;
}

.gl-logo__img {
  display: block;
  height: 52px;
  width: auto;
  max-width: min(260px, 42vw);
  object-fit: contain;
  object-position: left center;
  transition: height 0.35s var(--gl-ease), opacity 0.25s ease;
}

.gl-header.is-scrolled .gl-logo__img {
  height: 42px;
}

.gl-logo__img--alt {
  display: none;
}

.gl-header.is-scrolled .gl-logo__img--primary:not(:only-child) {
  display: none;
}

.gl-header.is-scrolled .gl-logo__img--alt {
  display: block;
}

.gl-logo__fallback {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.gl-logo__monogram {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-family: var(--gl-serif);
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: var(--gl-charcoal);
}

.gl-header--dark:not(.is-scrolled) .gl-logo__monogram {
  color: var(--gl-gold);
  border-color: rgba(196, 167, 125, 0.55);
}

.gl-logo__textblock {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.gl-logo__text {
  font-family: var(--gl-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: var(--gl-charcoal);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  transition: color 0.3s;
}

.gl-logo__tag {
  font-family: var(--gl-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gl-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.gl-header--dark:not(.is-scrolled) .gl-logo__text {
  color: var(--gl-ivory);
}

.gl-header--dark:not(.is-scrolled) .gl-logo__tag {
  color: rgba(247, 244, 239, 0.65);
}

/* Nav links */
.gl-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.6vw, 1.75rem);
}

.gl-nav a {
  position: relative;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--gl-charcoal);
  opacity: 0.88;
  padding: 0.35rem 0;
  transition: opacity 0.25s, color 0.3s;
}

.gl-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--gl-ease);
}

.gl-nav a:hover,
.gl-nav a:focus-visible {
  opacity: 1;
}

.gl-nav a:hover::after,
.gl-nav a:focus-visible::after {
  transform: scaleX(1);
}

.gl-header--dark:not(.is-scrolled) .gl-nav a {
  color: var(--gl-ivory);
}

.gl-icon-btn,
.gl-lang__btn {
  background: none;
  border: 0;
  color: var(--gl-charcoal);
  cursor: pointer;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.gl-header--dark:not(.is-scrolled) .gl-icon-btn,
.gl-header--dark:not(.is-scrolled) .gl-lang__btn {
  color: var(--gl-ivory);
}

.gl-lang {
  position: relative;
}

.gl-lang__menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 140px;
  background: var(--gl-white);
  border: 1px solid var(--gl-line);
  padding: 0.4rem 0;
  z-index: 20;
}

.gl-lang__option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.55rem 1rem;
  color: var(--gl-charcoal);
  font-size: 0.85rem;
}

.gl-lang__option:hover,
.gl-lang__option.is-active {
  background: var(--gl-cream);
}

.gl-btn--header {
  background: var(--gl-charcoal);
  color: var(--gl-ivory);
  border-color: var(--gl-charcoal);
}

.gl-header--dark:not(.is-scrolled) .gl-btn--header {
  background: transparent;
  color: var(--gl-ivory);
  border: 1px solid rgba(247, 244, 239, 0.45);
}

.gl-header--dark:not(.is-scrolled) .gl-btn--header:hover {
  background: var(--gl-ivory);
  color: var(--gl-charcoal);
}

.gl-header.is-scrolled .gl-btn--header {
  background: var(--gl-charcoal);
  color: var(--gl-ivory);
  border-color: var(--gl-charcoal);
}

.gl-burger {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: none;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.gl-burger span {
  display: block;
  height: 1.5px;
  width: 18px;
  background: var(--gl-charcoal);
  transition: transform 0.3s, opacity 0.3s, background 0.3s;
}

.gl-header--dark:not(.is-scrolled) .gl-burger span {
  background: var(--gl-ivory);
}

.gl-search-panel {
  border-top: 1px solid var(--gl-line);
  background: var(--gl-ivory);
  padding: 1rem;
}

.gl-search-form {
  width: min(640px, 100%);
  margin: 0 auto;
  display: flex;
  gap: 0.5rem;
}

.gl-search-form input {
  flex: 1;
  border: 1px solid var(--gl-line);
  background: var(--gl-white);
  padding: 0.85rem 1rem;
}

.gl-search-form button {
  border: 0;
  background: var(--gl-charcoal);
  color: var(--gl-ivory);
  padding: 0 1.25rem;
  cursor: pointer;
}

/* Hero */
.gl-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  color: var(--gl-white);
  overflow: hidden;
}

.gl-hero__media {
  position: absolute;
  inset: 0;
}

.gl-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
  animation: gl-kenburns 20s var(--gl-ease) forwards;
}

.gl-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 18, 16, 0.72) 0%, rgba(20, 18, 16, 0.42) 42%, rgba(20, 18, 16, 0.18) 70%, rgba(20, 18, 16, 0.28) 100%),
    linear-gradient(180deg, rgba(20, 18, 16, 0.45) 0%, rgba(20, 18, 16, 0.08) 35%, rgba(20, 18, 16, 0.55) 100%);
}

.gl-hero__frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: calc(var(--gl-header-h) + 3rem) 1.25rem clamp(4.5rem, 9vw, 7.5rem);
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}

.gl-hero__content {
  width: 100%;
  max-width: 36rem;
  display: grid;
  gap: 1.35rem;
  min-width: 0;
}

.gl-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.gl-hero__rule {
  width: 2.25rem;
  height: 1px;
  background: var(--gl-gold);
  flex-shrink: 0;
}

.gl-hero__label {
  color: rgba(252, 251, 249, 0.82);
  margin: 0;
  letter-spacing: 0.2em;
}

.gl-hero__title {
  font-family: var(--gl-serif);
  font-weight: 400;
  font-size: clamp(2.8rem, 6.2vw, 5rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0;
  max-width: 11ch;
  text-wrap: balance;
}

.gl-hero__text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(252, 251, 249, 0.88);
  max-width: 32rem;
  margin: 0;
}

.gl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.gl-hero .gl-btn--solid {
  background: var(--gl-ivory);
  color: var(--gl-charcoal);
}

.gl-hero .gl-btn--solid:hover {
  background: #fff;
}

.gl-hero .gl-btn--ghost {
  border-color: rgba(252, 251, 249, 0.65);
  color: var(--gl-white);
  backdrop-filter: blur(2px);
}

@keyframes gl-kenburns {
  to {
    transform: scale(1);
  }
}

/* Values */
.gl-values {
  padding: 2.75rem 0;
  background: var(--gl-cream);
  border-bottom: 1px solid var(--gl-line);
}

.gl-values__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0;
}

.gl-values__item {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.35rem 1.25rem;
}

.gl-values__sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gl-gold);
  margin-right: 0.25rem;
}

.gl-values__text {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gl-charcoal);
}

/* Products */
.gl-products {
  padding: var(--gl-section) 0;
}

.gl-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.gl-category__media {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--gl-cream);
}

.gl-category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--gl-ease);
}

.gl-category:hover .gl-category__media img {
  transform: scale(1.04);
}

.gl-category__body {
  padding: 1.5rem 0 0;
}

.gl-category__title {
  font-family: var(--gl-serif);
  font-size: 1.85rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

.gl-category__body p {
  margin: 0;
  color: var(--gl-muted);
  font-size: 0.98rem;
}

/* Brands */
.gl-brands {
  padding: var(--gl-section) 0;
  background: var(--gl-cream);
}

.gl-brands__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.gl-brand {
  background: var(--gl-white);
  border: 1px solid var(--gl-line);
}

.gl-brand__media {
  aspect-ratio: 1 / 1.15;
  overflow: hidden;
}

.gl-brand__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--gl-ease);
}

.gl-brand:hover .gl-brand__media img {
  transform: scale(1.03);
}

.gl-brand__body {
  padding: 1.35rem 1.25rem 1.6rem;
}

.gl-brand__logo {
  max-height: 28px;
  width: auto;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

.gl-brand__body h3 {
  font-family: var(--gl-serif);
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.gl-brand__body p {
  margin: 0;
  color: var(--gl-muted);
  font-size: 0.92rem;
}

/* Philosophy */
.gl-philosophy {
  background: var(--gl-ivory);
}

.gl-philosophy__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 720px;
}

.gl-philosophy__media {
  overflow: hidden;
}

.gl-philosophy__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 520px;
}

.gl-philosophy__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 6rem);
  background: var(--gl-white);
}

.gl-philosophy__content .gl-btn {
  margin-top: 2rem;
  align-self: flex-start;
}

/* Heritage */
.gl-heritage {
  padding: var(--gl-section) 0;
}

.gl-heritage__mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  min-height: 620px;
}

.gl-heritage__item {
  margin: 0;
  overflow: hidden;
  background: var(--gl-cream);
}

.gl-heritage__item--large {
  grid-row: 1 / span 2;
}

.gl-heritage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  transition: transform 1s var(--gl-ease);
}

.gl-heritage__item:hover img {
  transform: scale(1.03);
}

/* Quality */
.gl-quality {
  padding: var(--gl-section) 0;
  background: var(--gl-cream);
}

.gl-quality__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.gl-quality__item {
  padding: 1.75rem 1.25rem;
  border-top: 1px solid var(--gl-line);
}

.gl-quality__icon {
  width: 42px;
  height: 42px;
  color: var(--gl-green);
  margin-bottom: 1.25rem;
}

.gl-quality__icon svg {
  width: 100%;
  height: 100%;
}

.gl-quality__item h3 {
  font-family: var(--gl-serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

.gl-quality__item p {
  margin: 0;
  color: var(--gl-muted);
  font-size: 0.95rem;
}

/* About */
.gl-about {
  padding: var(--gl-section) 0;
}

.gl-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.gl-about__media {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--gl-cream);
}

.gl-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gl-about__content .gl-btn {
  margin-top: 2rem;
}

/* Partnership */
.gl-partnership {
  padding: var(--gl-section) 0;
  background: var(--gl-charcoal);
  color: var(--gl-ivory);
}

.gl-partnership__inner {
  max-width: 760px;
  text-align: center;
}

.gl-partnership .gl-heading {
  color: var(--gl-ivory);
}

.gl-partnership .gl-lead {
  color: rgba(247, 244, 239, 0.72);
  margin-inline: auto;
}

.gl-partnership__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2.25rem;
}

/* Testimonials */
.gl-testimonials {
  padding: var(--gl-section) 0;
}

.gl-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.gl-quote {
  margin: 0;
  padding: 2rem 1.5rem;
  border: 1px solid var(--gl-line);
  background: var(--gl-white);
}

.gl-quote p {
  font-family: var(--gl-serif);
  font-size: 1.25rem;
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 1.75rem;
}

.gl-quote__author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.gl-quote__author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.gl-quote__author cite {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 0.95rem;
}

.gl-quote__author span {
  display: block;
  font-size: 0.82rem;
  color: var(--gl-muted);
}

/* Gallery */
.gl-gallery {
  padding: var(--gl-section) 0;
  background: var(--gl-cream);
}

.gl-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 0.85rem;
}

.gl-gallery__item {
  margin: 0;
  overflow: hidden;
  background: var(--gl-ivory);
}

.gl-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--gl-ease);
}

.gl-gallery__item:hover img {
  transform: scale(1.04);
}

.gl-gallery__item--1 { grid-column: span 5; grid-row: span 2; }
.gl-gallery__item--2 { grid-column: span 3; grid-row: span 2; }
.gl-gallery__item--3 { grid-column: span 4; grid-row: span 2; }
.gl-gallery__item--4 { grid-column: span 4; grid-row: span 2; }
.gl-gallery__item--5 { grid-column: span 4; grid-row: span 2; }
.gl-gallery__item--6 { grid-column: span 4; grid-row: span 2; }

/* Contact */
.gl-contact {
  padding: var(--gl-section) 0;
}

.gl-contact__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
}

.gl-contact__details {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.25rem;
}

.gl-contact__label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gl-muted);
  margin-bottom: 0.25rem;
}

.gl-contact__form {
  background: var(--gl-white);
  border: 1px solid var(--gl-line);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.gl-form-row {
  margin-bottom: 1.15rem;
}

.gl-form-row label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.gl-form-row input,
.gl-form-row textarea {
  width: 100%;
  border: 1px solid var(--gl-line);
  background: var(--gl-ivory);
  padding: 0.85rem 1rem;
  color: var(--gl-charcoal);
  outline: none;
  transition: border-color 0.25s;
}

.gl-form-row input:focus,
.gl-form-row textarea:focus {
  border-color: var(--gl-gold);
}

.gl-form-row--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.gl-form-msg {
  margin-top: 1rem;
  font-size: 0.92rem;
}

.gl-form-msg.is-success {
  color: var(--gl-green);
}

.gl-form-msg.is-error {
  color: #8b3a3a;
}

/* Newsletter */
.gl-newsletter {
  padding: 3.5rem 0;
  background: var(--gl-cream);
  border-top: 1px solid var(--gl-line);
}

.gl-newsletter__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}

.gl-newsletter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.gl-newsletter__form input {
  flex: 1;
  min-width: 220px;
  border: 1px solid var(--gl-line);
  background: var(--gl-white);
  padding: 0.9rem 1rem;
}

/* Footer */
.gl-footer {
  background: #1f1e1b;
  color: rgba(247, 244, 239, 0.78);
  padding-top: 4.5rem;
}

.gl-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 3.5rem;
}

.gl-footer .gl-logo__text {
  color: var(--gl-ivory);
}

.gl-footer .gl-logo__tag {
  color: rgba(247, 244, 239, 0.55);
}

.gl-footer .gl-logo__monogram {
  color: var(--gl-gold);
  border-color: rgba(196, 167, 125, 0.45);
}

.gl-footer .gl-logo__img {
  height: 44px;
  max-width: 220px;
}

.gl-footer__brand p {
  margin: 1.25rem 0 1.5rem;
  max-width: 18rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.gl-footer__col h3 {
  font-family: var(--gl-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gl-ivory);
  margin: 0 0 1.25rem;
}

.gl-footer__col a {
  display: inline-block;
  padding: 0.3rem 0;
  font-size: 0.92rem;
  opacity: 0.78;
  transition: opacity 0.25s, color 0.25s;
}

.gl-footer__col a:hover {
  opacity: 1;
  color: var(--gl-gold);
}

.gl-social {
  display: flex;
  gap: 0.85rem;
}

.gl-social a {
  display: inline-flex;
  color: var(--gl-ivory);
  opacity: 0.75;
  transition: opacity 0.25s, color 0.25s;
}

.gl-social a:hover {
  opacity: 1;
  color: var(--gl-gold);
}

.gl-footer__bottom {
  border-top: 1px solid rgba(247, 244, 239, 0.1);
  padding: 1.25rem 0;
  font-size: 0.85rem;
}

.gl-footer__bottom p {
  margin: 0;
}

/* Page templates */
.gl-page-hero {
  padding: calc(var(--gl-header-h) + 4rem) 0 3rem;
  background: var(--gl-cream);
}

.gl-content-section {
  padding: 3.5rem 0 5rem;
}

.gl-article {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--gl-line);
}

.gl-article h2 {
  font-family: var(--gl-serif);
  font-weight: 500;
  margin: 0 0 0.5rem;
}

/* Reveal animations */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--gl-ease), transform 0.9s var(--gl-ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}


/* Responsive — Tablet */
@media (max-width: 1024px) {
  :root {
    --gl-header-h: 80px;
  }

  .gl-nav {
    display: none;
  }

  .gl-burger {
    display: inline-flex;
  }

  .gl-header.is-open .gl-nav {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--gl-header-h);
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: var(--gl-ivory);
    padding: 1.5rem;
    overflow-y: auto;
    z-index: 999;
  }

  body.admin-bar .gl-header.is-open .gl-nav {
    top: calc(var(--gl-header-h) + 46px);
  }

  .gl-header.is-open .gl-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .gl-header.is-open .gl-nav a,
  .gl-header.is-open .gl-logo__text,
  .gl-header.is-open .gl-logo__tag,
  .gl-header.is-open .gl-logo__monogram,
  .gl-header.is-open .gl-icon-btn,
  .gl-header.is-open .gl-lang__btn {
    color: var(--gl-charcoal);
  }

  .gl-header.is-open .gl-logo__monogram {
    border-color: var(--gl-charcoal);
  }

  .gl-header.is-open .gl-logo__mark {
    background: transparent;
  }

  .gl-header.is-open .gl-header__bar {
    background: var(--gl-ivory);
  }

  .gl-header.is-open .gl-logo__img--primary:not(:only-child) {
    display: none;
  }

  .gl-header.is-open .gl-logo__img--alt {
    display: block;
  }

  .gl-header.is-open .gl-burger span {
    background: var(--gl-charcoal);
  }

  .gl-header.is-open .gl-burger span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .gl-header.is-open .gl-burger span:nth-child(2) {
    opacity: 0;
  }

  .gl-header.is-open .gl-burger span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  .gl-products__grid,
  .gl-testimonials__grid,
  .gl-quality__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-brands__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-philosophy__grid,
  .gl-about__grid,
  .gl-contact__grid,
  .gl-newsletter__inner,
  .gl-footer__grid {
    grid-template-columns: 1fr;
  }

  .gl-philosophy__media img {
    min-height: 420px;
  }

  .gl-heritage__mosaic {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .gl-heritage__item--large {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }

  .gl-gallery__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 160px;
  }

  .gl-gallery__item--1,
  .gl-gallery__item--2,
  .gl-gallery__item--3,
  .gl-gallery__item--4,
  .gl-gallery__item--5,
  .gl-gallery__item--6 {
    grid-column: span 3;
    grid-row: span 2;
  }
}

@media (max-width: 782px) {
  body.admin-bar .gl-header {
    top: 46px;
  }
}

/* Responsive — Mobile */
@media (max-width: 720px) {
  :root {
    --gl-header-h: 72px;
    --gl-section: 3.5rem;
  }

  body {
    font-size: 1rem;
  }

  .gl-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    padding-inline: 0.85rem;
  }

  .gl-header__left {
    min-width: 0;
    overflow: hidden;
  }

  .gl-logo {
    display: block;
    max-width: 100%;
  }

  .gl-logo__mark {
    min-height: 48px;
    padding: 0.25rem 0.4rem;
  }

  .gl-header--dark:not(.is-scrolled) .gl-logo__mark {
    padding: 0.3rem 0.5rem;
  }

  .gl-logo__img {
    height: 44px;
    max-width: min(210px, 58vw);
  }

  .gl-header.is-scrolled .gl-logo__img {
    height: 38px;
  }

  .gl-logo__monogram {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }

  .gl-logo__text {
    font-size: 0.95rem;
    max-width: 52vw;
  }

  .gl-logo__tag {
    font-size: 0.55rem;
    max-width: 52vw;
  }

  .gl-header .gl-btn--small,
  .gl-header #gl-search-toggle {
    display: none;
  }

  .gl-header__right {
    gap: 0.35rem;
    flex-shrink: 0;
  }

  .gl-burger {
    border-color: rgba(44, 42, 38, 0.12);
  }

  .gl-header--dark:not(.is-scrolled) .gl-burger {
    border-color: rgba(247, 244, 239, 0.2);
  }

  .gl-hero {
    min-height: 100svh;
    width: 100%;
  }

  .gl-hero__media,
  .gl-hero__img,
  .gl-hero__veil {
    width: 100%;
    max-width: 100%;
  }

  .gl-hero__frame {
    width: 100%;
    max-width: 100%;
    padding: calc(var(--gl-header-h) + 1.75rem) 1.1rem 3rem;
    align-items: flex-end;
  }

  body.admin-bar .gl-hero__frame {
    padding-top: calc(var(--gl-header-h) + 46px + 1.25rem);
  }

  .gl-hero__content {
    max-width: 100%;
    gap: 1rem;
  }

  .gl-hero__eyebrow {
    align-items: flex-start;
    gap: 0.65rem;
  }

  .gl-hero__rule {
    margin-top: 0.55rem;
    width: 1.5rem;
  }

  .gl-hero__label {
    letter-spacing: 0.1em;
    font-size: 0.62rem;
    line-height: 1.45;
    white-space: normal;
    word-break: break-word;
  }

  .gl-hero__title {
    max-width: none;
    font-size: clamp(2.15rem, 9.5vw, 2.85rem);
    line-height: 1.12;
  }

  .gl-hero__text {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .gl-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    margin-top: 0.25rem;
  }

  .gl-hero__actions .gl-btn {
    width: 100%;
    min-height: 48px;
  }

  .gl-container {
    width: calc(100% - 1.75rem);
    max-width: 100%;
  }

  .gl-values {
    padding: 1.75rem 0;
  }

  .gl-values__list {
    flex-direction: column;
    gap: 0.85rem;
  }

  .gl-values__item {
    width: 100%;
    justify-content: center;
    padding: 0.2rem 0.5rem;
  }

  .gl-values__text {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.72rem;
  }

  .gl-values__sep {
    display: none;
  }

  .gl-section-head {
    margin-bottom: 2rem;
  }

  .gl-heading {
    font-size: clamp(1.85rem, 7vw, 2.4rem);
  }

  .gl-products__grid,
  .gl-brands__grid,
  .gl-testimonials__grid,
  .gl-quality__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .gl-heritage__mosaic {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .gl-heritage__item--large,
  .gl-heritage__item {
    min-height: 240px;
  }

  .gl-form-row--half {
    grid-template-columns: 1fr;
  }

  .gl-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 140px;
    gap: 0.55rem;
  }

  .gl-gallery__item--1,
  .gl-gallery__item--2,
  .gl-gallery__item--3,
  .gl-gallery__item--4,
  .gl-gallery__item--5,
  .gl-gallery__item--6 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gl-contact__form,
  .gl-quote {
    padding: 1.25rem;
  }

  .gl-newsletter__form {
    flex-direction: column;
  }

  .gl-newsletter__form input,
  .gl-newsletter__form .gl-btn {
    width: 100%;
  }

  .gl-footer {
    padding-top: 3rem;
  }

  .gl-footer__grid {
    gap: 1.75rem;
  }

  .gl-page-hero {
    padding: calc(var(--gl-header-h) + 2.5rem) 0 2rem;
  }
}
