/* Savoidakis History Elementor 3.1.2 */
.svh {
  --svh-cream: #fcf8ed;
  --svh-cream-deep: #f5eddf;
  --svh-brown: #241c10;
  --svh-brown-soft: #4d3d29;
  --svh-beige: #e2d0b8;
  --svh-line: rgba(36, 28, 16, 0.14);
  --svh-radius-lg: 32px;
  --svh-radius-md: 22px;
  --svh-reading-progress: #d12e63;

  /* Component-level design tokens. Elementor controls modify only these
   * semantic roles, never shared palette values. */
  --svh-hero-background: #241c10;
  --svh-hero-background-overlay: rgba(36, 28, 16, 0.58);
  --svh-hero-eyebrow: #e2d0b8;
  --svh-hero-title: #fcf8ed;
  --svh-hero-accent: #e2d0b8;
  --svh-hero-description: rgba(252, 248, 237, 0.7);
  --svh-hero-year: rgba(252, 248, 237, 0.06);
  --svh-hero-primary-background: #fcf8ed;
  --svh-hero-primary-text: #241c10;
  --svh-hero-secondary-text: #fcf8ed;
  --svh-hero-secondary-border: rgba(252, 248, 237, 0.2);
  --svh-hero-secondary-hover-background: rgba(252, 248, 237, 0.06);
  --svh-hero-secondary-hover-border: rgba(252, 248, 237, 0.5);
  --svh-hero-photo-frame: #fcf8ed;
  --svh-hero-photo-tape: rgba(226, 208, 184, 0.78);
  --svh-hero-caption: #241c10;

  --svh-intro-background: #fcf8ed;
  --svh-intro-eyebrow: #4d3d29;
  --svh-intro-title: #241c10;
  --svh-intro-body: rgba(36, 28, 16, 0.65);
  --svh-intro-stat-value: #241c10;
  --svh-intro-stat-label: rgba(36, 28, 16, 0.6);
  --svh-intro-divider: rgba(36, 28, 16, 0.14);

  --svh-timeline-background: #f5eddf;
  --svh-timeline-label: rgba(36, 28, 16, 0.46);
  --svh-timeline-title: #241c10;
  --svh-timeline-filter-text: #241c10;
  --svh-timeline-filter-border: rgba(36, 28, 16, 0.34);
  --svh-timeline-filter-indicator: #d12e63;
  --svh-timeline-filter-active-text: #241c10;
  --svh-timeline-filter-active-background: rgba(252, 248, 237, 0.92);
  --svh-timeline-hint: rgba(36, 28, 16, 0.52);
  --svh-timeline-line: rgba(36, 28, 16, 0.18);
  --svh-timeline-marker: #241c10;
  --svh-timeline-year: #241c10;
  --svh-timeline-card-background: #fcf8ed;
  --svh-timeline-card-border: rgba(36, 28, 16, 0.14);
  --svh-timeline-card-title: #241c10;
  --svh-timeline-card-text: rgba(36, 28, 16, 0.65);
  --svh-timeline-card-meta: rgba(36, 28, 16, 0.56);
  --svh-timeline-card-number: rgba(36, 28, 16, 0.32);
  --svh-timeline-featured-background: #241c10;
  --svh-timeline-featured-border: #241c10;
  --svh-timeline-featured-title: #fcf8ed;
  --svh-timeline-featured-text: rgba(252, 248, 237, 0.68);
  --svh-timeline-featured-meta: rgba(252, 248, 237, 0.52);
  --svh-timeline-today-background: #e2d0b8;
  --svh-timeline-today-border: #e2d0b8;
  --svh-timeline-today-title: #241c10;
  --svh-timeline-today-text: rgba(36, 28, 16, 0.65);

  --svh-legacy-background: #fcf8ed;
  --svh-legacy-panel-background: #241c10;
  --svh-legacy-panel-text: #fcf8ed;
  --svh-legacy-eyebrow: #4d3d29;
  --svh-legacy-title: #241c10;
  --svh-legacy-body: rgba(36, 28, 16, 0.63);
  --svh-legacy-link: #241c10;
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--svh-brown);
  background: var(--svh-cream);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Elementor containers add their own padding and gap around widgets. When the
 * history sections are placed as siblings, remove that layout chrome so the
 * result remains identical to the original standalone page. */
:is(.e-con, .elementor-container):has(> .elementor-widget-savoidakis_history_hero),
:is(.e-con, .elementor-container):has(> .elementor-widget-savoidakis_history_intro),
:is(.e-con, .elementor-container):has(> .elementor-widget-savoidakis_history_timeline),
:is(.e-con, .elementor-container):has(> .elementor-widget-savoidakis_history_legacy) {
  --gap: 0px !important;
  --row-gap: 0px !important;
  --column-gap: 0px !important;
  --widgets-spacing: 0px !important;
  gap: 0 !important;
  padding: 0 !important;
}

.elementor-widget-savoidakis_history_hero,
.elementor-widget-savoidakis_history_intro,
.elementor-widget-savoidakis_history_timeline,
.elementor-widget-savoidakis_history_legacy,
.elementor-widget-savoidakis_history_hero > .elementor-widget-container,
.elementor-widget-savoidakis_history_intro > .elementor-widget-container,
.elementor-widget-savoidakis_history_timeline > .elementor-widget-container,
.elementor-widget-savoidakis_history_legacy > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.svh,
.svh * {
  box-sizing: border-box;
}

.svh button,
.svh a {
  color: inherit;
  font: inherit;
}

.svh button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  letter-spacing: normal;
  text-transform: none;
}

.svh a {
  text-decoration: none;
}

.svh img {
  max-width: 100%;
}

.svh [hidden] {
  display: none !important;
}

.svh__container {
  width: min(calc(100% - 40px), 1280px);
  margin-inline: auto;
}

.svh__reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  pointer-events: none;
}

.svh__reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--svh-reading-progress);
  transition: width 80ms linear;
}

.svh__eyebrow {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--svh-beige);
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.svh__eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.svh__eyebrow--dark {
  color: var(--svh-brown-soft);
}

.svh__hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: var(--svh-hero-title);
  background: var(--svh-hero-background);
}

.svh__hero .svh__eyebrow {
  color: var(--svh-hero-eyebrow);
}

.svh__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(226, 208, 184, 0.12), transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(226, 208, 184, 0.08), transparent 30%);
  z-index: 1;
  pointer-events: none;
}

.svh__hero-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.svh__hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--svh-hero-background-overlay);
}

.svh__hero-grain {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.035;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #fff 1px, transparent 2px);
  background-size: 7px 7px;
  pointer-events: none;
}

.svh__hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.85fr);
  gap: 80px;
  align-items: center;
  min-height: 780px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.svh h1,
.svh h2,
.svh h3,
.svh blockquote {
  color: inherit;
  font-family: "Cormorant Garamond", serif !important;
}

.svh__hero h1,
.svh__intro h2,
.svh__timeline-sidebar h2,
.svh__legacy h2 {
  margin: 0;
  font-weight: 600 !important;
  letter-spacing: -0.045em;
  text-transform: none;
}

.svh__hero h1 {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(4.4em, 7vw, 7.4em);
  line-height: 0.9;
  color: var(--svh-hero-title);
}

.svh__hero h1 em {
  display: block;
  color: var(--svh-hero-accent);
  font-weight: 500;
}

.svh__hero-content > p {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--svh-hero-description);
  font-size: 1.08em;
  font-weight: 300;
}

.svh__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.svh .svh__button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  appearance: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.svh__button:hover {
  transform: translateY(-2px);
}

.svh__button--cream {
  color: var(--svh-hero-primary-text) !important;
  border-color: transparent !important;
  background: var(--svh-hero-primary-background) !important;
}

.svh__button--ghost {
  color: var(--svh-hero-secondary-text) !important;
  border-color: var(--svh-hero-secondary-border) !important;
  background: transparent !important;
}

.svh__button--ghost:hover {
  border-color: var(--svh-hero-secondary-hover-border) !important;
  background: var(--svh-hero-secondary-hover-background) !important;
}

.svh__hero-visual {
  position: relative;
}

.svh__hero-year {
  position: absolute;
  z-index: -1;
  top: -88px;
  right: -56px;
  color: var(--svh-hero-year);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(8em, 15vw, 13em);
  font-weight: 700;
  line-height: 1;
}

.svh__vintage-photo {
  position: relative;
  margin: 0;
  padding: 14px;
  transform: rotate(1.8deg);
  border-radius: 3px;
  background: var(--svh-hero-photo-frame);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

.svh__vintage-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -22px;
  left: 50%;
  width: 120px;
  height: 42px;
  transform: translateX(-50%) rotate(-3deg);
  transform-origin: 0 50%;
  background: var(--svh-hero-photo-tape);
  box-shadow: 0 2px 9px rgba(36, 28, 16, 0.18);
}

.svh__vintage-photo--animated::before {
  animation: svh-tape-unroll 1.05s cubic-bezier(0.2, 0.72, 0.25, 1) 450ms both;
}

.svh__vintage-photo--animated:hover::before {
  animation: svh-tape-unroll 850ms cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

.svh__vintage-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: sepia(0.18) saturate(0.88) contrast(0.96);
}

.svh__vintage-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  padding: 17px 6px 5px;
  color: var(--svh-hero-caption);
}

.svh__vintage-photo figcaption span {
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svh__vintage-photo figcaption strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15em;
  text-align: right;
}

@keyframes svh-tape-unroll {
  0% {
    opacity: 0.45;
    transform: translateX(-50%) rotate(-3deg) scaleX(0.04) scaleY(0.9);
    border-radius: 2px 18px 18px 2px;
  }
  46% {
    opacity: 0.78;
    transform: translateX(-50%) rotate(-3deg) scaleX(0.62) scaleY(0.96);
    border-radius: 2px 12px 12px 2px;
  }
  72% {
    opacity: 0.94;
    transform: translateX(-50%) rotate(-3deg) scaleX(1.05) scaleY(1.01);
    border-radius: 2px 5px 5px 2px;
  }
  86% {
    transform: translateX(-50%) rotate(-3deg) scaleX(0.985) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) rotate(-3deg) scaleX(1) scaleY(1);
    border-radius: 2px;
  }
}

.svh__intro {
  padding: 110px 0;
  background: var(--svh-intro-background);
}

.svh__intro .svh__eyebrow {
  color: var(--svh-intro-eyebrow);
}

.svh__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.75fr);
  gap: 90px;
  align-items: end;
}

.svh__intro h2 {
  max-width: 780px;
  margin-top: 22px;
  font-size: clamp(3em, 5.1vw, 5.2em);
  line-height: 0.98;
  color: var(--svh-intro-title);
}

.svh__intro .svh__rich-text {
  max-width: 680px;
  margin-top: 28px;
  color: var(--svh-intro-body);
}

.svh__rich-text > :first-child {
  margin-top: 0;
}

.svh__rich-text > :last-child {
  margin-bottom: 0;
}

.svh__highlights {
  display: grid;
  gap: 12px;
}

.svh__highlights article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 20px 22px;
  border-top: 1px solid var(--svh-intro-divider);
}

.svh__highlights article:last-child {
  border-bottom: 1px solid var(--svh-intro-divider);
}

.svh__highlights strong {
  color: var(--svh-intro-stat-value);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1;
}

.svh__highlights span {
  color: var(--svh-intro-stat-label);
  font-size: 0.9em;
}

.svh__timeline {
  padding: 110px 0 130px;
  background: var(--svh-timeline-background);
}

.svh__timeline-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 95px;
  align-items: start;
}

.svh__timeline-sidebar-inner {
  position: sticky;
  top: 42px;
}

.svh__timeline-label {
  display: block;
  margin-bottom: 18px;
  color: var(--svh-timeline-label);
  font-size: 0.73em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svh__timeline-sidebar h2 {
  font-size: 3.15em;
  line-height: 0.98;
  color: var(--svh-timeline-title);
}

.svh__decade-nav {
  display: grid;
  gap: 5px;
  margin-top: 34px;
}

.svh__decade-link {
  position: relative;
  min-height: 46px;
  padding: 0 0 0 24px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.9em;
  font-weight: 600;
  cursor: pointer;
  transition: color 180ms ease;
}

.svh__decade-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid var(--svh-timeline-filter-border);
  border-radius: 50%;
  transition: width 180ms ease, height 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.svh__decade-link:hover,
.svh__decade-link.is-active {
  color: var(--svh-timeline-filter-text);
}

/* Keep the site's global pink button hover/focus styles out of the timeline. */
.svh .svh__decade-link,
.svh .svh__decade-link:hover,
.svh .svh__decade-link:focus,
.svh .svh__decade-link:focus-visible,
.svh .svh__decade-link:active {
  padding: 0 0 0 24px !important;
  color: var(--svh-timeline-filter-text) !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}

.svh .svh__decade-link:focus-visible {
  outline: 1px solid var(--svh-timeline-filter-indicator);
  outline-offset: 3px;
}

.svh__decade-link.is-active::before {
  width: 12px;
  height: 12px;
  border-color: var(--svh-timeline-filter-indicator);
  background: var(--svh-timeline-filter-indicator);
}

.svh__timeline-hint {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  color: var(--svh-timeline-hint);
  font-size: 0.78em;
}

.svh__timeline-hint span {
  flex: 0 0 auto;
  width: 28px;
  height: 1px;
  margin-top: 11px;
  background: var(--svh-timeline-filter-indicator);
}

.svh__timeline-content {
  position: relative;
  display: grid;
  gap: 34px;
}

.svh__timeline-content::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 70px;
  left: 97px;
  width: 1px;
  background: var(--svh-timeline-line);
}

.svh__timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 36px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 280ms ease, transform 280ms ease;
}

.svh__timeline-item.is-entering {
  opacity: 0;
  transform: translateY(18px);
}

.svh__timeline-item-marker {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.svh__timeline-item-marker::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 56px;
  width: 13px;
  height: 13px;
  border: 5px solid var(--svh-timeline-background);
  border-radius: 50%;
  background: var(--svh-timeline-marker);
  box-shadow: 0 0 0 1px rgba(36, 28, 16, 0.14);
}

.svh__timeline-item--today .svh__timeline-item-marker::after {
  border-color: var(--svh-timeline-background);
  background: var(--svh-timeline-filter-indicator);
  box-shadow: 0 0 0 1px var(--svh-timeline-filter-indicator);
}

.svh__timeline-item-marker span {
  position: absolute;
  top: 30px;
  right: 85px;
  display: block;
  color: var(--svh-timeline-year);
  font-family: "Cormorant Garamond", serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.svh__timeline-card {
  color: var(--svh-item-card-title, var(--svh-timeline-card-title));
  padding: 34px;
  border: 1px solid var(--svh-item-card-border, var(--svh-timeline-card-border));
  border-radius: var(--svh-radius-md);
  background: var(--svh-item-card-background, var(--svh-timeline-card-background));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.svh__timeline-card:hover {
  transform: translateY(-3px);
  border-color: var(--svh-item-card-border, rgba(36, 28, 16, 0.26));
  box-shadow: 0 20px 48px rgba(66, 49, 28, 0.08);
}

.svh__timeline-item--featured .svh__timeline-card {
  color: var(--svh-item-card-title, var(--svh-timeline-featured-title));
  border-color: var(--svh-item-card-border, var(--svh-timeline-featured-border));
  background: var(--svh-item-card-background, var(--svh-timeline-featured-background));
}

.svh__timeline-item--today .svh__timeline-card {
  color: var(--svh-item-card-title, var(--svh-timeline-today-title));
  border-color: var(--svh-item-card-border, var(--svh-timeline-today-border));
  background: var(--svh-item-card-background, var(--svh-timeline-today-background));
}

.svh__timeline-card-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.svh__timeline-category,
.svh__timeline-number {
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.svh__timeline-category {
  color: var(--svh-item-card-meta, var(--svh-timeline-card-meta));
}

.svh__timeline-number {
  color: var(--svh-item-card-meta, var(--svh-timeline-card-number));
}

.svh__timeline-item--featured .svh__timeline-category,
.svh__timeline-item--featured .svh__timeline-number {
  color: var(--svh-item-card-meta, var(--svh-timeline-featured-meta));
}

.svh__timeline-card h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2em, 3.3vw, 3em);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--svh-item-card-title, var(--svh-timeline-card-title));
}

.svh__timeline-item--featured .svh__timeline-card h3 {
  color: var(--svh-item-card-title, var(--svh-timeline-featured-title));
}

.svh__timeline-item--today .svh__timeline-card h3 {
  color: var(--svh-item-card-title, var(--svh-timeline-today-title));
}

.svh__timeline-summary {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--svh-item-card-text, var(--svh-timeline-card-text));
  font-size: 0.95em;
}

.svh__timeline-item--featured .svh__timeline-summary {
  color: var(--svh-item-card-text, var(--svh-timeline-featured-text));
}

.svh__timeline-item--today .svh__timeline-summary {
  color: var(--svh-item-card-text, var(--svh-timeline-today-text));
}

.svh__timeline-logo-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.svh__timeline-logo {
  display: block;
  width: auto;
  max-width: min(100%, 220px);
  max-height: 110px;
  object-fit: contain;
}

.svh__timeline-details {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease;
}

.svh__timeline-details > div {
  min-height: 0;
  overflow: hidden;
  color: var(--svh-item-card-text, var(--svh-timeline-card-text));
  font-size: 0.92em;
}

.svh__timeline-details p {
  margin: 0;
}

.svh__timeline-item--featured .svh__timeline-details > div {
  color: var(--svh-item-card-text, var(--svh-timeline-featured-text));
}

.svh__timeline-item--today .svh__timeline-details > div {
  color: var(--svh-item-card-text, var(--svh-timeline-today-text));
}

.svh__timeline-card.is-expanded .svh__timeline-details {
  grid-template-rows: 1fr;
}

.svh__timeline-card.is-expanded .svh__timeline-details > div {
  margin-top: 18px;
}

.svh__details-toggle {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.82em;
  font-weight: 700;
  cursor: pointer;
}

.svh .svh__details-toggle,
.svh .svh__details-toggle:hover,
.svh .svh__details-toggle:focus,
.svh .svh__details-toggle:focus-visible,
.svh .svh__details-toggle:active {
  color: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}

.svh .svh__details-toggle:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.svh__details-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--svh-line);
  border-radius: 50%;
  transition: transform 220ms ease, background-color 220ms ease;
}

.svh__timeline-card.is-expanded .svh__details-icon {
  transform: rotate(45deg);
}

.svh__timeline-item--featured .svh__details-icon {
  border-color: rgba(252, 248, 237, 0.22);
}

.svh__timeline-card blockquote {
  margin: 32px 0 0;
  padding: 0;
  border: 0;
  font-size: clamp(1.9em, 3.2vw, 2.8em);
  font-style: italic;
  line-height: 1.05;
}

.svh__legacy {
  padding: 130px 0;
  background: var(--svh-legacy-background);
}

.svh__legacy .svh__eyebrow {
  color: var(--svh-legacy-eyebrow);
}

.svh__legacy-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: start;
}

.svh__legacy-label {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--svh-radius-lg);
  color: var(--svh-legacy-panel-text);
  background: var(--svh-legacy-panel-background);
}

.svh__legacy-label::before {
  content: "Σ";
  position: absolute;
  right: -70px;
  bottom: -135px;
  color: rgba(252, 248, 237, 0.06);
  font-family: "Cormorant Garamond", serif;
  font-size: 28em;
  font-weight: 700;
  line-height: 1;
}

.svh__legacy-label > span {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svh__legacy-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(68%, 230px);
  height: auto;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.svh__legacy h2 {
  max-width: 820px;
  margin-top: 22px;
  font-size: clamp(3.2em, 5.8vw, 5.6em);
  line-height: 0.95;
  color: var(--svh-legacy-title);
}

.svh__legacy .svh__rich-text {
  max-width: 680px;
  margin-top: 28px;
  color: var(--svh-legacy-body);
}

.svh__text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
  padding-bottom: 5px;
  color: var(--svh-legacy-link);
  border-bottom: 1px solid var(--svh-legacy-link);
  font-size: 0.9em;
  font-weight: 700;
}

.svh__text-link span {
  transition: transform 180ms ease;
}

.svh__text-link:hover span {
  transform: translate(3px, -3px);
}

@media (max-width: 1050px) {
  .svh__hero-grid,
  .svh__intro-grid {
    grid-template-columns: 1fr;
  }

  .svh__hero-grid {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .svh__hero-visual {
    max-width: 650px;
  }

  .svh__intro {
    padding: 90px 0;
  }

  .svh__highlights {
    grid-template-columns: repeat(3, 1fr);
  }

  .svh__highlights article {
    grid-template-columns: 1fr;
    gap: 8px;
    border-bottom: 1px solid var(--svh-line);
  }

  .svh__timeline-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 55px;
  }

  .svh__timeline-item {
    grid-template-columns: 125px minmax(0, 1fr);
    gap: 25px;
  }

  .svh__timeline-content::before {
    left: 75px;
  }

  .svh__timeline-item-marker::after {
    right: 43px;
  }

  .svh__timeline-item-marker span {
    right: 72px;
  }
}

@media (max-width: 820px) {
  .svh__container {
    width: min(calc(100% - 28px), 1280px);
  }

  .svh__hero {
    min-height: auto;
  }

  .svh__hero-grid {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 86px;
  }

  .svh__hero h1 {
    font-size: clamp(3.8em, 16vw, 5.4em);
  }

  .svh__highlights {
    grid-template-columns: 1fr;
  }

  .svh__timeline {
    padding-top: 80px;
  }

  .svh__timeline-layout {
    display: block;
  }

  .svh__timeline-sidebar-inner {
    position: static;
  }

  .svh__timeline-sidebar h2 {
    max-width: 520px;
  }

  .svh__decade-nav {
    display: flex;
    gap: 8px;
    margin: 28px 0 40px;
    padding: 2px 1px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .svh__decade-nav::-webkit-scrollbar {
    display: none;
  }

  .svh__decade-link {
    flex: 0 0 auto;
    display: inline-flex;
    width: auto;
    max-width: none;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid var(--svh-timeline-filter-border);
    border-radius: 999px;
    line-height: 1;
    scroll-snap-align: start;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
  }

  .svh__decade-link::before {
    display: none;
  }

  .svh__decade-link.is-active {
    color: var(--svh-timeline-filter-active-text);
    border-color: var(--svh-timeline-filter-indicator);
    background: var(--svh-timeline-filter-active-background);
    font-weight: 700;
  }

  .svh__decade-link.is-active::before {
    position: static;
    display: block;
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    transform: none;
    border: 0;
    background: var(--svh-timeline-filter-indicator);
  }

  .svh .svh__decade-link {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: max-content !important;
    min-height: 40px !important;
    padding: 0 15px !important;
    border-color: var(--svh-timeline-filter-border) !important;
    border-radius: 999px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .svh .svh__decade-link.is-active,
  .svh .svh__decade-link.is-active:hover,
  .svh .svh__decade-link.is-active:focus,
  .svh .svh__decade-link.is-active:focus-visible,
  .svh .svh__decade-link.is-active:active {
    color: var(--svh-timeline-filter-active-text) !important;
    border-color: var(--svh-timeline-filter-indicator) !important;
    background: var(--svh-timeline-filter-active-background) !important;
    box-shadow: 0 5px 16px rgba(36, 28, 16, 0.07) !important;
  }

  .svh__timeline-hint {
    display: none;
  }

  .svh__timeline-content::before {
    left: 16px;
  }

  .svh__timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 42px;
  }

  .svh__timeline-item-marker {
    padding-top: 0;
  }

  .svh__timeline-item-marker::after {
    top: 6px;
    right: auto;
    left: -32px;
  }

  .svh__timeline-item-marker span {
    position: static;
    text-align: left;
  }

  .svh__legacy-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .svh__legacy-label {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .svh__hero-actions {
    display: grid;
  }

  .svh__hero-actions .svh__button {
    width: 100%;
  }

  .svh__vintage-photo {
    padding: 9px;
  }

  .svh__vintage-photo::before {
    width: 86px;
    height: 32px;
  }

  .svh__vintage-photo figcaption {
    display: grid;
    gap: 5px;
  }

  .svh__vintage-photo figcaption strong {
    text-align: left;
  }

  .svh__intro h2,
  .svh__legacy h2 {
    font-size: clamp(2.9em, 14vw, 4.1em);
  }

  .svh__timeline-sidebar h2 {
    font-size: 2.75em;
  }

  .svh__timeline-card {
    padding: 25px;
  }

  .svh__timeline-card h3 {
    font-size: 2.05em;
  }

  .svh__timeline-item {
    padding-left: 30px;
  }

  .svh__timeline-content::before {
    left: 7px;
  }

  .svh__timeline-item-marker::after {
    left: -29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svh *,
  .svh *::before,
  .svh *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
