/* ── Close Scene ─────────────────────────────────────────────────────────── */

.gans-close-scene {
  position: relative;
  overflow: hidden;
  background: var(--cloud, #ffffff);
}

.gans-close-scene__mark {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gans-close-scene__mark svg {
  height: 78%;
  max-height: 34rem;
  width: auto;
  color: var(--stone, #444444);
  opacity: 0.045;
}

.gans-close-scene__inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  min-height: 68vh;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.5rem 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .gans-close-scene__inner {
    padding: 7rem 3rem;
  }
}

.gans-close-scene__label-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.gans-close-scene__line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold, #c8a977);
}

.gans-close-scene__label {
  font-family: var(--font-suisse, sans-serif);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--iron, #7d7d7d);
}

.gans-close-scene__heading {
  margin: 2.5rem 0 0;
  max-width: 56rem;
  font-family: var(--font-suisse, sans-serif);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1.02;
  color: var(--stone, #444444);
}

.gans-close-scene__highlight {
  font-weight: 500;
  color: var(--gold, #c8a977);
}

.gans-close-scene__desc {
  margin: 2rem 0 0;
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--iron, #7d7d7d);
}

.gans-close-scene__actions {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .gans-close-scene__actions {
    flex-direction: row;
  }
}

.gans-close-scene__btn {
  display: inline-flex;
  height: 56px;
  align-items: center;
  border-radius: 9999px;
  padding: 0 2rem;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.gans-close-scene__btn--primary {
  background: var(--stone, #444444);
  color: var(--cloud, #ffffff);
}

.gans-close-scene__btn--primary:hover {
  background: var(--stone-deep, #2a2a2a);
}

.gans-close-scene__btn--secondary {
  border: 1px solid rgba(68, 68, 68, 0.25);
  color: var(--stone, #444444);
}

.gans-close-scene__btn--secondary:hover {
  border-color: rgba(68, 68, 68, 0.6);
  background: rgba(68, 68, 68, 0.05);
}

.gans-close-scene__btn--square {
  border-radius: 4px;
}

/* ── Hero layout variant ─────────────────────────────────────────────────── */

.gans-close-scene--hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gans-close-scene__pattern {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 92%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 92%);
}

.gans-close-scene__pattern-img {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: min(110vh, 130%) auto;
  opacity: 0.35;
}

.gans-close-scene__wing {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gans-close-scene__wing svg {
  position: absolute;
  top: -8%;
  right: -10%;
  height: 110vh;
  width: auto;
  aspect-ratio: 166 / 189;
  color: rgba(200, 169, 119, 0.06);
}

.gans-close-scene--hero .gans-close-scene__inner {
  min-height: 0;
  align-items: flex-start;
  text-align: left;
  padding-top: clamp(7rem, 14vw, 11rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.gans-close-scene--hero .gans-close-scene__label-row {
  gap: 0;
}

.gans-close-scene--hero .gans-close-scene__label {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--gold, #c8a977);
}

.gans-close-scene--hero .gans-close-scene__heading {
  margin-top: 2rem;
  max-width: 20ch;
  font-size: clamp(2.5rem, 6.4vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.gans-close-scene--hero .gans-close-scene__desc-row {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  .gans-close-scene--hero .gans-close-scene__desc-row {
    grid-template-columns: repeat(12, 1fr);
  }
}

.gans-close-scene--hero .gans-close-scene__desc {
  margin: 0;
  max-width: none;
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .gans-close-scene--hero .gans-close-scene__desc {
    grid-column: span 7;
    font-size: 19px;
    line-height: 1.55;
  }
}

.gans-close-scene--hero .gans-close-scene__actions {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.gans-close-scene__link {
  font-family: var(--font-suisse, sans-serif);
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--iron, #7d7d7d);
  text-decoration: none;
  transition: color 0.2s ease;
}

.gans-close-scene__link:hover {
  color: var(--gold, #c8a977);
}

/* ── Editor preview ──────────────────────────────────────────────────────── */

.gans-close-scene-editor {
  background: var(--cloud, #ffffff);
  padding: 2rem;
  border-radius: 4px;
  text-align: center;
}

.gans-close-scene-editor__label {
  text-transform: uppercase;
  font-size: 11px;
  color: #7d7d7d;
  margin: 0;
}

.gans-close-scene-editor__heading {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0.75rem 0 0;
  color: #444444;
}
