body#module-gaucatalogtools-lampshades #wrapper {
  padding-top: 0;
}

.gau-lampshades-page {
  --gau-lampshades-bg: var(--color-bg-default);
  --gau-lampshades-field: var(--color-bg-muted);
  --gau-lampshades-shadow: 0 20px 44px rgba(22, 25, 34, 0.08);
  --gau-lampshades-taxonomy-thumb-width: clamp(18rem, 26vw, 24rem);
}

.gau-lampshades-page__shell {
  width: min(100%, 100rem);
  margin: 2.5rem auto 0;
  padding: 2rem clamp(1.1rem, 2vw, 2rem) 5rem;
  background: var(--gau-lampshades-bg);
  box-shadow: var(--gau-lampshades-shadow);
}

.gau-lampshades-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(1.25rem, 2vw, 2rem);
  align-items: stretch;
  padding: clamp(1.4rem, 2vw, 2rem);
  background: var(--color-bg-default);
  box-shadow: 0 18px 50px rgba(24, 26, 34, 0.05);
}

.gau-lampshades-page__eyebrow,
.gau-lampshades-page__kicker,
.gau-lampshades-page__minor-title,
.gau-lampshades-page__brief-index {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(24, 26, 34, 0.68);
}

.gau-lampshades-page__title,
.gau-lampshades-page__section h2,
.gau-lampshades-page__closing h2 {
  margin: 0;
  font-family: 'GAU-Basier', sans-serif;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--color-text-default);
}

.gau-lampshades-page__section h2,
.gau-lampshades-page__closing h2 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.gau-lampshades-page__intro,
.gau-lampshades-page__summary,
.gau-lampshades-page__section-intro,
.gau-lampshades-page__scope-card p,
.gau-lampshades-page__workshop-card p,
.gau-lampshades-page__application-card p,
.gau-lampshades-page__brief-card p,
.gau-lampshades-page__related-card p,
.gau-lampshades-page__reference-card,
.gau-lampshades-page__closing p {
  margin: 0;
  line-height: 1.72;
  color: var(--color-text-muted);
  text-align: justify;
  text-justify: inter-word;
  text-wrap: pretty;
}

.gau-lampshades-page__hero-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gau-lampshades-page__hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.4rem;
  width: min(100%, 22rem);
  margin-inline: auto;
  text-align: center;
}

.gau-lampshades-page__hero-actions > .gau-lampshades-page__button {
  width: 100%;
}

.gau-lampshades-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(22, 26, 38, 0.12);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gau-lampshades-page__button--primary {
  color: #fff;
  background: #1d2232;
  border-color: #1d2232;
}

.gau-lampshades-page__button--secondary {
  color: var(--color-text-default);
  background: rgba(255, 255, 255, 0.7);
}

.gau-lampshades-page__button:hover {
  text-decoration: none;
  color: inherit;
}

.gau-lampshades-page__button--primary:hover {
  color: #fff;
  background: #2a3045;
}

.gau-lampshades-page__button--secondary:hover {
  background: rgba(255, 255, 255, 0.95);
}

.gau-lampshades-page__hero-stage {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
}

.gau-lampshades-page__hero-stage {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-default);
}

.gau-lampshades-page__hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(24, 26, 34, 0.02));
}

.gau-lampshades-page__hero-image-wrap {
  position: relative;
  z-index: 1;
}

.gau-lampshades-page__hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gau-lampshades-page__hero-caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0 1rem 1rem;
}

.gau-lampshades-page__hero-caption-label,
.gau-lampshades-page__hero-caption-title {
  position: relative;
  margin: 0;
}

.gau-lampshades-page__hero-caption-label {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(24, 26, 34, 0.62);
}

.gau-lampshades-page__hero-caption-title {
  font-family: 'GAU-Basier', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--color-text-default);
}

.gau-lampshades-page__section {
  margin-top: 2.4rem;
}

.gau-lampshades-page__section-head {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.gau-lampshades-page__title-row,
.gau-lampshades-page__card-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.gau-lampshades-page__section-icon-wrap,
.gau-lampshades-page__card-icon-wrap {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  line-height: 0;
}

.gau-lampshades-page__section-icon,
.gau-lampshades-page__card-icon,
.gau-lampshades-page__brief-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.gau-lampshades-page__brief-icon-wrap {
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  margin-top: 0.05rem;
  line-height: 0;
}


.gau-lampshades-page__scope-grid,
.gau-lampshades-page__workshop-grid,
.gau-lampshades-page__application-grid,
.gau-lampshades-page__brief-grid,
.gau-lampshades-page__related-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.gau-lampshades-page__scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gau-lampshades-page__workshop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gau-lampshades-page__application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gau-lampshades-page__brief-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gau-lampshades-page__related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gau-lampshades-page__scope-card,
.gau-lampshades-page__reference-card,
.gau-lampshades-page__workshop-card,
.gau-lampshades-page__application-card,
.gau-lampshades-page__brief-card,
.gau-lampshades-page__related-card,
.gau-lampshades-page__closing {
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.78);
}

.gau-lampshades-page__scope-card,
.gau-lampshades-page__workshop-card,
.gau-lampshades-page__application-card,
.gau-lampshades-page__brief-card {
  min-height: 100%;
}

.gau-lampshades-page__workshop-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.gau-lampshades-page__scope-card h3,
.gau-lampshades-page__workshop-card h3,
.gau-lampshades-page__application-card h3,
.gau-lampshades-page__brief-card h3,
.gau-lampshades-page__related-card h3 {
  margin: 0 0 0.75rem;
  font-family: 'GAU-Basier', sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--color-text-default);
}

.gau-lampshades-page__card-head h3 {
  margin-bottom: 0;
}

.gau-lampshades-page__bullet-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--color-text-muted);
}

.gau-lampshades-page__bullet-list li {
  position: relative;
  padding-left: 1rem;
}

.gau-lampshades-page__bullet-list li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.2;
  color: currentColor;
}

.gau-lampshades-page__bullet-list li + li {
  margin-top: 0.45rem;
}

.gau-lampshades-page__references-layout {
  display: block;
}

.gau-lampshades-page__reference-intro,
.gau-lampshades-page__taxonomy-section {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
}

.gau-lampshades-page__reference-intro {
  display: grid;
  gap: 1rem;
}

.gau-lampshades-page__taxonomy-sections {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.gau-lampshades-page__reference-head {
  display: grid;
  gap: 0.55rem;
}

.gau-lampshades-page__reference-note {
  margin: 0;
  max-width: 46rem;
  line-height: 1.68;
  color: rgba(24, 26, 34, 0.72);
  text-align: justify;
  text-justify: inter-word;
}

.gau-lampshades-page__family-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.gau-lampshades-page__family-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.85rem;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(24, 26, 34, 0.78);
}

.gau-lampshades-page__taxonomy-section {
  display: grid;
  grid-template-columns: var(--gau-lampshades-taxonomy-thumb-width) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.gau-lampshades-page__taxonomy-thumb-wrap {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  width: 100%;
  max-width: var(--gau-lampshades-taxonomy-thumb-width);
  aspect-ratio: 5 / 4;
  align-self: start;
  justify-self: end;
}

.gau-lampshades-page__taxonomy-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gau-lampshades-page__taxonomy-body {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}

.gau-lampshades-page__taxonomy-content {
  min-width: 0;
  max-width: none;
}

.gau-lampshades-page__taxonomy-title {
  margin: 0;
  font-family: 'GAU-Basier', sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-text-default);
}

.gau-lampshades-page__carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(16rem, 18rem);
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gau-lampshades-page__carousel::-webkit-scrollbar {
  display: none;
}

.gau-lampshades-page__carousel-shell {
  position: relative;
  display: grid;
  gap: 0;
}

.gau-lampshades-page__carousel-viewport {
  overflow: hidden;
}

.gau-lampshades-page__carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.gau-lampshades-page__carousel-button {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(24, 26, 34, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: var(--color-text-default);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.gau-lampshades-page__carousel-button[data-gau-carousel-prev] {
  left: 0.75rem;
}

.gau-lampshades-page__carousel-button[data-gau-carousel-next] {
  right: 0.75rem;
}

.gau-lampshades-page__carousel-button:hover {
  background: rgba(29, 34, 50, 0.96);
  border-color: rgba(29, 34, 50, 0.96);
  color: #fff;
}

.gau-lampshades-page__carousel-button:disabled {
  opacity: 0.4;
  cursor: default;
  transform: translateY(-50%);
}

.gau-lampshades-page__carousel-card {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.96);
}

.gau-lampshades-page__carousel-card--style {
  min-height: 18rem;
}

.gau-lampshades-page__carousel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0.85rem;
  background: #fff;
}

.gau-lampshades-page__carousel-image--drawing {
  padding: 1rem;
}

.gau-lampshades-page__carousel-copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem 0.95rem;
  background: rgba(255, 255, 255, 0.92);
}

.gau-lampshades-page__carousel-copy h3 {
  margin: 0;
  max-width: none;
  color: var(--color-text-default);
}

.gau-lampshades-page__application-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(24, 26, 34, 0.68);
  background: rgba(255, 255, 255, 0.72);
}

.gau-lampshades-page__taxonomy-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--color-text-muted);
  columns: 1;
}

.gau-lampshades-page__taxonomy-list li {
  break-inside: avoid;
}

.gau-lampshades-page__taxonomy-list li + li {
  margin-top: 0.32rem;
}

.gau-lampshades-page__taxonomy-list--plain {
  padding-left: 0;
  list-style: none;
}

.gau-lampshades-page__definition-list,
.gau-lampshades-page__material-groups,
.gau-lampshades-page__use-grid {
  display: grid;
  gap: 0.8rem;
}

.gau-lampshades-page__definition-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gau-lampshades-page__definition-row,
.gau-lampshades-page__material-group,
.gau-lampshades-page__use-card {
  padding: 0.8rem 0.9rem;
  background: rgba(255, 255, 255, 0.94);
}

.gau-lampshades-page__definition-row h4,
.gau-lampshades-page__use-card h4 {
  margin: 0;
  font-family: 'GAU-Basier', sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-text-default);
}

.gau-lampshades-page__material-groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gau-lampshades-page__material-group {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.gau-lampshades-page__use-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gau-lampshades-page__use-card {
  min-height: 100%;
}

.gau-lampshades-page__brief-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.gau-lampshades-page__brief-index {
  color: #bc9d79;
}

.gau-lampshades-page__application-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.9rem;
  align-content: start;
  background: rgba(255, 255, 255, 0.94);
}

.gau-lampshades-page__application-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.3rem;
  background: linear-gradient(180deg, rgba(188, 157, 121, 0.95), rgba(188, 157, 121, 0.18));
}

.gau-lampshades-page__application-card h3,
.gau-lampshades-page__application-card p,
.gau-lampshades-page__application-index {
  position: relative;
  z-index: 1;
}

.gau-lampshades-page__application-index {
  color: #bc9d79;
  background: rgba(255, 255, 255, 0.88);
}

.gau-lampshades-page__related-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.gau-lampshades-page__related-card--image {
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  min-height: 15.5rem;
  padding: 0;
  color: rgba(255, 248, 240, 0.96);
  background: #1b1f29;
}

.gau-lampshades-page__related-card-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gau-lampshades-page__related-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 18, 22, 0.14) 0%, rgba(16, 18, 22, 0.4) 46%, rgba(16, 18, 22, 0.72) 100%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at top right, rgba(188, 157, 121, 0.18), transparent 34%);
}

.gau-lampshades-page__related-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem 1.2rem 1.25rem;
}

.gau-lampshades-page__related-card--image .gau-lampshades-page__minor-title,
.gau-lampshades-page__related-card--image h3,
.gau-lampshades-page__related-card--image p {
  color: rgba(255, 248, 240, 0.96);
}

.gau-lampshades-page__related-card--image .gau-lampshades-page__minor-title {
  margin-bottom: 0.1rem;
  color: rgba(255, 248, 240, 0.84);
}

.gau-lampshades-page__related-card:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 14px 32px rgba(24, 26, 34, 0.05);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.gau-lampshades-page__closing {
  margin-top: 2.4rem;
}

.gau-lampshades-page__closing--brief {
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.8);
}

.gau-lampshades-page__closing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: 1rem;
  align-items: start;
}

.gau-lampshades-page__closing-panel {
  display: grid;
  gap: 0.8rem;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.96);
}

.gau-lampshades-page__closing-panel h3 {
  margin: 0;
  font-family: 'GAU-Basier', sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-text-default);
}

.gau-lampshades-page__closing-panel p {
  margin: 0;
}

.gau-lampshades-page__brief-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.gau-lampshades-page__brief-list-item {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  grid-template-rows: minmax(1.4rem, 1fr) auto;
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 0.65rem;
  row-gap: 0.35rem;
  align-items: start;
  min-width: 0;
  min-height: 4.5rem;
  padding-left: 0.725rem;
}

.gau-lampshades-page__brief-list-item .gau-lampshades-page__brief-icon-wrap {
  grid-area: icon;
  align-self: center;
}

.gau-lampshades-page__brief-item-title {
  grid-area: title;
  margin: 0;
  font-family: 'GAU-Basier', sans-serif;
  font-size: 0.98rem;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--color-text-default);
  align-self: end;
}

.gau-lampshades-page__brief-item-text {
  grid-area: text;
  margin: 0.45rem 0 0;
  line-height: 1.62;
  color: var(--color-text-muted);
  text-align: justify;
  text-justify: inter-word;
}

.gau-lampshades-page__intro,
.gau-lampshades-page__summary,
.gau-lampshades-page__section-intro,
.gau-lampshades-page__scope-card p,
.gau-lampshades-page__workshop-card p,
.gau-lampshades-page__application-card p,
.gau-lampshades-page__brief-card p,
.gau-lampshades-page__related-card p,
.gau-lampshades-page__reference-card,
.gau-lampshades-page__closing p {
  text-wrap: pretty;
}

@media (max-width: 1180px) {
  .gau-lampshades-page__hero-actions {
    max-width: 100%;
  }

  .gau-lampshades-page__scope-grid,
  .gau-lampshades-page__workshop-grid,
  .gau-lampshades-page__application-grid,
  .gau-lampshades-page__brief-grid,
  .gau-lampshades-page__related-grid,
  .gau-lampshades-page__closing-layout,
  .gau-lampshades-page__hero {
    grid-template-columns: 1fr;
  }

  .gau-lampshades-page__taxonomy-section,
  .gau-lampshades-page__definition-list,
  .gau-lampshades-page__material-groups,
  .gau-lampshades-page__use-grid,
  .gau-lampshades-page__application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gau-lampshades-page__taxonomy-section {
    grid-template-columns: 1fr;
  }

  .gau-lampshades-page__carousel {
    grid-auto-columns: minmax(14rem, 16rem);
  }

}

@media (max-width: 767.98px) {
  .gau-lampshades-page__shell {
    padding: 1.35rem 0.95rem 3rem;
  }

  .gau-lampshades-page__hero {
    padding: 1rem;
  }

  .gau-lampshades-page__closing--brief {
    padding: 1rem;
  }

  .gau-lampshades-page__hero-stage {
    min-height: auto;
  }

  .gau-lampshades-page__scope-grid,
  .gau-lampshades-page__definition-list,
  .gau-lampshades-page__material-groups,
  .gau-lampshades-page__use-grid,
  .gau-lampshades-page__workshop-grid,
  .gau-lampshades-page__related-grid {
    grid-template-columns: 1fr;
  }
}
