@font-face {
  font-family: "Borello";
  src: url("../fonts/gilles/Borello.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.gd-skip-link {
  position: fixed;
  z-index: 100001;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: #fff;
  color: #17120e;
  border: 2px solid #d2a44a;
  transform: translateY(-160%);
}

.gd-skip-link:focus {
  transform: translateY(0);
}

@font-face {
  font-family: "Archetica";
  src: url("../fonts/gilles/Archetica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archetica";
  src: url("../fonts/gilles/Archetica-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archetica";
  src: url("../fonts/gilles/Archetica-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archetica";
  src: url("../fonts/gilles/Archetica-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Argena";
  src: url("../fonts/gilles/Argena.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gd-dark: #070504;
  --gd-dark-soft: #120e0c;
  --gd-dark-warm: #1b1511;
  --gd-text: #f0ede6;
  --gd-muted: #a69a8d;
  --gd-ink: #211d19;
  --gd-ink-soft: #514940;
  --gd-paper-muted: #776d63;
  --gd-accent: #9a6a49;
  --gd-accent-deep: #76503a;
  --gd-accent-hover: #543727;
  --gd-gold: #cfa363;
  --gd-paper: #f4efe6;
  --gd-surface: #fffdf9;
  --gd-paper-line: rgba(31, 25, 19, .14);
}

body {
  background: var(--gd-dark) !important;
  color: var(--gd-text) !important;
  font-family: "Archetica", Arial, sans-serif !important;
  overflow-x: clip;
}

/* Helix uses overflow-x:hidden here, which turns the wrapper into a second scroll container. */
.body-innerwrapper {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sp-page-title .sp-page-title-heading,
.article-header h1,
.article-header h2 {
  font-family: "Borello", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a,
.article-info {
  font-family: "Archetica", Arial, sans-serif;
}

#sp-header,
#sp-top-bar {
  background: rgba(7, 5, 4, .96) !important;
  color: var(--gd-text) !important;
}

#sp-top-bar {
  border-bottom: 1px solid rgba(240, 237, 230, .08);
  color: rgba(240, 237, 230, .62) !important;
}

#sp-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(240, 237, 230, .10);
}

#sp-header-topbar {
  display: block !important;
  background: #070504 !important;
  border-bottom: 1px solid rgba(240, 237, 230, .08);
}

#sp-header-topbar .logo a {
  display: inline-block;
  font-size: clamp(23px, 1.8vw, 29px) !important;
  white-space: nowrap;
}

/* The full desktop menu is already visible: keep the drawer trigger for small screens only. */
#sp-header .offcanvas-toggler-secondary {
  display: none !important;
}

@media (max-width: 991px) {
  #sp-header-topbar {
    display: none !important;
  }

  #sp-header .offcanvas-toggler-secondary {
    display: inline-flex !important;
  }

  #sp-header {
    height: 76px !important;
    min-height: 76px;
  }

  #sp-header .container,
  #sp-header .container-inner,
  #sp-header .row,
  #sp-header .sp-column {
    height: 100%;
  }

  #sp-header .sp-column {
    align-items: center;
    overflow: visible;
  }

  #sp-header .logo {
    display: flex;
    align-items: center;
    height: 100% !important;
    overflow: visible;
  }

  #sp-header .logo a {
    display: block;
    max-width: 175px;
    font-size: 29px !important;
    line-height: .82 !important;
    white-space: normal;
  }

  #sp-header .offcanvas-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
  }
}

#sp-header.header-sticky {
  background: rgba(7, 5, 4, .98) !important;
}

.logo a {
  color: var(--gd-text) !important;
  font-family: "Argena", "Borello", Georgia, serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  font-weight: 400 !important;
  letter-spacing: .02em;
  line-height: 1;
}

.logo a:hover {
  color: var(--gd-gold) !important;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  color: rgba(240, 237, 230, .76) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current-item > a {
  color: var(--gd-gold) !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #0d0a08 !important;
  border: 1px solid rgba(240, 237, 230, .12) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42) !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: rgba(240, 237, 230, .72) !important;
  font-size: 13px !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: var(--gd-gold) !important;
  background: rgba(182, 106, 70, .10) !important;
}

.burger-icon > span {
  background-color: var(--gd-text);
}

#sp-main-body {
  background: var(--gd-dark) !important;
  color: var(--gd-text) !important;
}

#sp-footer,
#sp-bottom {
  background: #050505;
  color: var(--gd-muted);
}

a {
  color: var(--gd-accent);
  transition: color .22s ease, border-color .22s ease, background-color .22s ease, opacity .22s ease;
}

#sp-main a:focus-visible,
.gd-site-footer a:focus-visible,
#sp-header a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gd-gold) !important;
  outline-offset: 4px;
}

body:not(.gd-blog-light) #sp-main a:not(.gd-btn):not(.gd-form-submit):hover,
body:not(.gd-blog-light) #sp-main a:not(.gd-btn):not(.gd-form-submit):focus {
  color: #ddb77c;
}

.gd-sp {
  background: var(--gd-dark) !important;
  color: var(--gd-text) !important;
}

.gd-hero {
  --gd-scroll: 0;
  background: #050403 !important;
  border-bottom-color: rgba(240, 237, 230, .12) !important;
}

.gd-visual-hero {
  position: relative;
  isolation: isolate;
  background: #050403 !important;
}

.gd-hero-media,
.gd-hero-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gd-hero-picture {
  display: block;
}

.gd-hero-media {
  object-fit: cover;
  object-position: center;
  transform: scale(calc(1.025 + var(--gd-scroll) * .1));
  filter: saturate(.88) contrast(1.06);
  will-change: transform;
}

.gd-visual-hero::before {
  z-index: 1;
}

.gd-visual-hero .gd-hero-inner {
  position: relative;
  z-index: 2;
}

.gd-series-plain-hero {
  min-height: 0 !important;
  padding: clamp(76px, 9vw, 132px) 0 clamp(64px, 8vw, 112px) !important;
  border-bottom: 1px solid rgba(240, 237, 230, .12);
  background:
    radial-gradient(circle at 82% 20%, rgba(157, 75, 57, .15), transparent 32%),
    radial-gradient(circle at 18% 85%, rgba(207, 163, 99, .08), transparent 28%),
    #050403 !important;
}

.gd-series-plain-hero::before {
  display: none;
}

.gd-series-plain-hero .gd-hero-inner {
  position: relative;
  z-index: 1;
}

.gd-sp-series .gd-hero-media {
  object-position: center 46%;
}

.gd-sp-artiste .gd-hero-media {
  object-position: center 42%;
}

.gd-sp-contact .gd-hero-media {
  object-position: center 48%;
}

.gd-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, .94), rgba(5, 4, 3, .42) 56%, rgba(5, 4, 3, .82)),
    radial-gradient(circle at 72% 34%, rgba(124, 53, 42, .30), transparent 35%),
    radial-gradient(circle at 28% 78%, rgba(207, 163, 99, .12), transparent 30%) !important;
}

.gd-kicker,
.gd-card span {
  color: var(--gd-gold) !important;
}

.gd-muted,
.gd-intro {
  color: #c9c0b5 !important;
}

.gd-card,
.gd-panel,
.gd-contact-grid > div {
  background: linear-gradient(155deg, var(--gd-dark-warm), #0b0907) !important;
  border-color: rgba(240, 237, 230, .13) !important;
}

.gd-btn {
  border-color: rgba(240, 237, 230, .24) !important;
  background: rgba(240, 237, 230, .055) !important;
  color: var(--gd-text) !important;
}

.gd-btn:hover {
  border-color: rgba(207, 163, 99, .55) !important;
  color: var(--gd-gold) !important;
}

.gd-btn-primary {
  background: var(--gd-text) !important;
  color: #120e0c !important;
}

/* Gilles Desrozier - actualite/blog pages on a light editorial background. */
body.gd-blog-light,
body.gd-blog-light #sp-main-body {
  background: var(--gd-paper) !important;
  color: #191714 !important;
}

body.gd-blog-light #sp-main-body {
  padding-top: 80px;
  padding-bottom: 96px;
}

body.gd-blog-light .article-list .article,
body.gd-blog-light .article-details,
body.gd-blog-light .blog-featured .article {
  background: var(--gd-surface);
  border: 1px solid var(--gd-paper-line);
  color: #191714;
}

body.gd-blog-light .article-list .article {
  padding: 0;
  overflow: hidden;
}

body.gd-blog-light .article-list {
  max-width: 1240px;
  margin-inline: auto;
}

body.gd-blog-light .article-list .article-body {
  padding: clamp(22px, 3vw, 36px);
}

body.gd-blog-light .article-list .article-header h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.08;
}

/* Editorial colour system: ink, ivory and terracotta only. */
body.gd-blog-light .article-list .article-header h1,
body.gd-blog-light .article-list .article-header h2,
body.gd-blog-light .article-list .article-header h1 a,
body.gd-blog-light .article-list .article-header h2 a,
body.gd-blog-light .article-list .article-header h1 a:visited,
body.gd-blog-light .article-list .article-header h2 a:visited {
  color: var(--gd-ink) !important;
}

body.gd-blog-light .article-list .article-header h1 a:hover,
body.gd-blog-light .article-list .article-header h2 a:hover,
body.gd-blog-light .article-list .article-header h1 a:focus,
body.gd-blog-light .article-list .article-header h2 a:focus {
  color: var(--gd-accent-deep) !important;
}

body.gd-blog-light .article-list .article-header a,
body.gd-blog-light .gd-blog-excerpt .readmore a,
body.gd-blog-light .article-info a,
body.gd-blog-light.view-article .gd-editorial-article a,
body.gd-blog-light.view-article .pagenavigation a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.gd-blog-light .article-info,
body.gd-blog-light .article-info a,
body.gd-blog-light .article-info a:visited {
  color: var(--gd-paper-muted) !important;
}

body.gd-blog-light .article-info a:hover,
body.gd-blog-light .article-info a:focus {
  color: var(--gd-accent-deep) !important;
}

body.gd-blog-light a:focus-visible {
  outline: 2px solid var(--gd-accent);
  outline-offset: 4px;
}

body.gd-blog-light .article-list.cols-2 .article-header h2 {
  font-size: clamp(27px, 2.5vw, 36px);
}

body.gd-blog-light .article-list .article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.gd-blog-light .article-list .article-intro-image {
  float: none !important;
  width: 100%;
  height: 220px;
  margin: 0;
  overflow: hidden;
  background: #211d19;
}

body.gd-blog-light .article-list .article-intro-image a {
  display: block;
  height: 100%;
}

body.gd-blog-light .article-list .article-intro-image img {
  display: block;
  width: calc(100% + 240px);
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate3d(var(--gd-blog-x, -120px), 0, 0) scale(1.02);
  will-change: transform;
}

body.gd-blog-light .items-leading .article-intro-image {
  height: clamp(220px, 27vw, 300px);
}

body.gd-blog-light .items-leading .article-intro-image img {
  height: 100%;
}

body.gd-blog-light.view-article .article-details .article-full-image {
  display: none;
}

/* Article page: one clear editorial column and one unambiguous title. */
body.gd-blog-light.view-article #sp-main-body {
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(64px, 8vw, 104px);
}

body.gd-blog-light.view-article .article-details {
  max-width: 960px;
  margin-inline: auto;
  padding: 0 30px clamp(48px, 7vw, 80px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.gd-blog-light.view-article .article-details > .article-header,
body.gd-blog-light.view-article .article-details > .article-can-edit,
body.gd-blog-light.view-article .article-details > .article-info,
body.gd-blog-light.view-article .article-details > .article-ratings-social-share,
body.gd-blog-light.view-article .article-details > [itemprop="articleBody"],
body.gd-blog-light.view-article .article-details > .pagenavigation {
  max-width: 900px;
  margin-inline: auto;
}

body.gd-blog-light.view-article .article-details > .article-header h1 {
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--gd-ink) !important;
  font-size: clamp(38px, 4.1vw, 54px);
  line-height: 1.07;
}

body.gd-blog-light.view-article .article-details > .article-can-edit:empty {
  display: none;
}

body.gd-blog-light.view-article .article-details > .article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-bottom: 20px;
  color: #71685d;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.gd-blog-light.view-article .article-details > .article-info .hits {
  display: none;
}

body.gd-blog-light.view-article .article-details > .article-ratings-social-share {
  min-height: 0;
  margin-bottom: 32px;
  padding: 10px 0 12px;
  border-top: 0;
  border-bottom: 1px solid var(--gd-paper-line);
}

body.gd-blog-light.view-article .article-social-share .social-share-icon ul {
  gap: 8px;
  margin: 0;
}

body.gd-blog-light.view-article .article-social-share .social-share-icon ul li a {
  width: 32px;
  height: 32px;
  border-color: var(--gd-paper-line);
  color: var(--gd-ink-soft) !important;
  line-height: 30px;
}

body.gd-blog-light.view-article .article-social-share .social-share-icon ul li a:hover,
body.gd-blog-light.view-article .article-social-share .social-share-icon ul li a:focus {
  border-color: var(--gd-accent-deep) !important;
  background: var(--gd-accent-deep) !important;
  color: var(--gd-surface) !important;
}

body.gd-blog-light.view-article .gd-editorial-article {
  max-width: 900px;
  color: var(--gd-ink);
  font-family: "Archetica", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
}

body.gd-blog-light.view-article .gd-editorial-article > p:not([class]) {
  max-width: 760px;
  margin: 0 0 1.35em;
}

body.gd-blog-light.view-article .gd-editorial-kicker {
  display: none;
}

body.gd-blog-light.view-article .gd-editorial-lead {
  max-width: 740px;
  margin: 0 0 32px;
  color: var(--gd-ink-soft);
  font-family: "Archetica", Arial, sans-serif;
  font-size: clamp(19px, 1.55vw, 22px);
  font-weight: 400;
  line-height: 1.58;
}

body.gd-blog-light.view-article .gd-editorial-article h2 {
  max-width: 760px;
  margin: 44px 0 16px;
  color: var(--gd-ink);
  font-size: clamp(29px, 2.8vw, 39px);
  line-height: 1.12;
}

body.gd-blog-light.view-article .gd-editorial-figure {
  margin: 34px 0 44px;
}

body.gd-blog-light.view-article .gd-editorial-figure img {
  width: 100%;
  height: auto;
}

body.gd-blog-light.view-article .gd-editorial-figure figcaption {
  margin-top: 9px;
  color: var(--gd-paper-muted);
  font-size: 12px;
  line-height: 1.45;
}

body.gd-blog-light.view-article .gd-editorial-article blockquote {
  max-width: 790px;
  margin: 36px 0;
  padding: 22px 26px;
  border-left-width: 2px;
  color: #433a33;
  font-size: clamp(22px, 2.1vw, 29px);
  line-height: 1.38;
}

body.gd-blog-light.view-article .gd-editorial-source {
  max-width: 760px;
  margin-top: 46px;
  padding-top: 16px;
  color: var(--gd-paper-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.gd-blog-light.view-article .article-details > .pagenavigation {
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid var(--gd-paper-line);
}

body.gd-blog-light.view-article .pagenavigation .btn {
  padding: 10px 15px;
  border: 1px solid var(--gd-accent-deep) !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--gd-accent-deep) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.gd-blog-light.view-article .pagenavigation .btn:hover,
body.gd-blog-light.view-article .pagenavigation .btn:focus {
  border-color: var(--gd-accent-deep) !important;
  background: var(--gd-accent-deep) !important;
  color: var(--gd-surface) !important;
}

@media (max-width: 767px) {
  body.gd-blog-light.view-article .article-details {
    padding-inline: 18px;
  }

  body.gd-blog-light.view-article .article-details > .article-header h1 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  body.gd-blog-light.view-article .gd-editorial-article {
    font-size: 17px;
    line-height: 1.68;
  }

  body.gd-blog-light.view-article .gd-editorial-lead {
    font-size: 19px;
  }

  body.gd-blog-light.view-article .gd-editorial-article blockquote {
    padding: 18px 20px;
  }
}

body.gd-blog-light .article-list .article-intro-image figcaption {
  display: none;
}

body.gd-blog-light .gd-blog-excerpt {
  color: #403831;
}

body.gd-blog-light .gd-blog-excerpt .gd-editorial-lead {
  margin: 0;
  max-width: 760px;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.55;
}

body.gd-blog-light .article-list.cols-2 .gd-blog-excerpt .gd-editorial-lead {
  font-size: 18px;
  line-height: 1.6;
}

body.gd-blog-light .gd-blog-excerpt .readmore {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 0;
}

body.gd-blog-light .gd-blog-excerpt .readmore::before {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--gd-paper-line);
}

body.gd-blog-light .gd-blog-excerpt .readmore > a {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gd-accent-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.gd-blog-light .gd-blog-excerpt .readmore > a:hover,
body.gd-blog-light .gd-blog-excerpt .readmore > a:focus {
  color: var(--gd-accent-hover);
  background: transparent;
}

body.gd-blog-light .gd-blog-excerpt .readmore > a::after {
  content: " \2192";
  font-size: 15px;
}

@media (max-width: 767px) {
  body.gd-blog-light #sp-main-body {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  body.gd-blog-light .article-list .article-intro-image img {
    height: 100%;
  }

  body.gd-blog-light .article-list .article-intro-image {
    height: 190px;
  }

  body.gd-blog-light .items-leading .article-intro-image {
    height: 220px;
  }
}

body.gd-blog-light h1,
body.gd-blog-light h2,
body.gd-blog-light h3,
body.gd-blog-light .article-header h1,
body.gd-blog-light .article-header h2 {
  color: #191714;
}

body.gd-blog-light a {
  color: var(--gd-accent-deep);
}

body.gd-blog-light a:visited {
  color: var(--gd-accent-deep);
}

body.gd-blog-light a:hover,
body.gd-blog-light a:focus {
  color: #5f402f;
}

body.view-article .pagenavigation {
  display: none !important;
}

/* Long-form pages populated from Gilles Desrozier's supplied documents. */
body.view-article:not(.gd-blog-light) #sp-main-body {
  padding: clamp(64px, 8vw, 112px) 0 clamp(80px, 10vw, 136px);
}

body.view-article:not(.gd-blog-light) .article-details {
  max-width: 1020px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

body.view-article:not(.gd-blog-light) .article-details > .article-header h1 {
  max-width: 900px;
  margin: 0 0 30px;
  color: var(--gd-text);
  font-size: clamp(48px, 7vw, 88px);
  line-height: .98;
}

body.view-article:not(.gd-blog-light) .article-info,
body.view-article:not(.gd-blog-light) .article-ratings-social-share {
  display: none !important;
}

.gd-page {
  max-width: 860px;
  color: #d9d2c7;
}

.gd-page .gd-kicker {
  margin: 0 0 18px;
  color: var(--gd-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gd-page-lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--gd-text);
  font-size: clamp(21px, 2.4vw, 29px);
  line-height: 1.5;
}

.gd-page-body {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.78;
}

.gd-page-body p {
  margin: 0 0 1.35em;
}

.gd-page h2 {
  margin: 48px 0 16px;
  color: var(--gd-text);
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
}

.gd-page ul {
  padding-left: 20px;
}

.gd-page li {
  margin-bottom: 10px;
  line-height: 1.62;
}

.gd-series-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 0 36px;
  padding: 16px 0;
  border-top: 1px solid rgba(240, 237, 230, .16);
  border-bottom: 1px solid rgba(240, 237, 230, .16);
  color: var(--gd-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gd-timeline {
  max-width: 820px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: event;
}

.gd-timeline li {
  position: relative;
  margin: 0;
  padding: 18px 0 18px 54px;
  border-top: 1px solid rgba(240, 237, 230, .13);
  counter-increment: event;
}

.gd-timeline li::before {
  content: counter(event, decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 0;
  color: var(--gd-gold);
  font-size: 11px;
  letter-spacing: .1em;
}

.gd-contact-link {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gd-accent);
  color: var(--gd-text) !important;
  font-family: "Borello", Georgia, serif;
  font-size: clamp(28px, 4vw, 46px);
}

.gd-contact-link:hover,
.gd-contact-link:focus {
  color: var(--gd-gold) !important;
  border-color: var(--gd-gold);
}

/* Contact hub and request forms. */
.gd-contact-intro > header,
.gd-form-section > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(26px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 68px);
}

.gd-contact-intro h2,
.gd-form-section h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .9;
}

.gd-contact-intro > header .gd-kicker,
.gd-form-section > header .gd-kicker {
  grid-column: 1;
  margin-bottom: -12px;
}

.gd-contact-intro > header h2,
.gd-form-section > header h2 {
  grid-column: 1;
}

.gd-contact-intro > header > .gd-muted,
.gd-form-section > header > .gd-muted {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.gd-contact-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(240, 237, 230, .14);
  background: rgba(240, 237, 230, .14);
}

.gd-contact-paths > a {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(circle at 82% 12%, rgba(102, 139, 129, .12), transparent 30%),
    #120e0c;
  color: var(--gd-text) !important;
}

.gd-contact-paths > a:hover,
.gd-contact-paths > a:focus-visible {
  background-color: #211711;
  color: #fff !important;
}

.gd-contact-paths span,
.gd-contact-paths b {
  color: var(--gd-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gd-contact-paths h3 {
  margin: auto 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .95;
}

.gd-contact-paths p {
  min-height: 4.8em;
  margin: 0 0 26px;
  color: #b7ada0;
  line-height: 1.6;
}

.gd-form-section {
  padding-top: clamp(70px, 9vw, 130px);
}

.gd-request-page {
  max-width: 940px;
}

.gd-form-context {
  display: grid;
  gap: 5px;
  margin: 0 0 42px;
  border-left: 2px solid var(--gd-gold);
  padding: 18px 22px;
  background: rgba(207, 163, 99, .07);
  color: #c6bcb0;
}

.gd-request-form {
  position: relative;
  max-width: 980px;
  border: 1px solid rgba(240, 237, 230, .16);
  padding: clamp(24px, 5vw, 58px);
  background:
    radial-gradient(circle at 90% 0%, rgba(63, 102, 94, .13), transparent 27%),
    linear-gradient(145deg, rgba(30, 22, 17, .96), rgba(11, 10, 9, .98));
}

.gd-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 22px;
}

.gd-request-form label {
  display: grid;
  gap: 9px;
  color: #d9d1c6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .035em;
}

.gd-form-grid > label {
  position: relative;
}

.gd-form-grid > label > span {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gd-gold);
}

.gd-request-form label > span,
.gd-form-required {
  color: #bba98f;
}

.gd-form-notice {
  max-width: 980px;
  margin: 0 0 22px;
  border-left: 3px solid;
  padding: 16px 18px;
  font-weight: 600;
}

.gd-form-notice--success {
  border-color: #7fa786;
  background: rgba(73, 119, 82, .18);
  color: #dcebdd;
}

.gd-form-notice--error {
  border-color: #c78b64;
  background: rgba(155, 82, 50, .16);
  color: #f0d8c8;
}

.gd-request-form input,
.gd-request-form select,
.gd-request-form textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid rgba(240, 237, 230, .23) !important;
  border-radius: 0;
  padding: 12px 14px;
  background: rgba(3, 3, 3, .32) !important;
  color: #f3eee7 !important;
  font: inherit;
  font-weight: 400;
}

.gd-request-form textarea {
  min-height: 170px;
  resize: vertical;
}

.gd-request-form input:hover,
.gd-request-form select:hover,
.gd-request-form textarea:hover {
  border-color: rgba(207, 163, 99, .65);
}

.gd-request-form select option {
  background: #15110e;
  color: #f3eee7;
}

.gd-form-wide { grid-column: 1 / -1; }

.gd-form-consent {
  grid-template-columns: 20px minmax(0, 1fr) !important;
  align-items: start;
  margin-top: 26px;
  font-weight: 400 !important;
  line-height: 1.55;
}

.gd-form-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--gd-gold);
}

.gd-form-consent a {
  color: #e2b678 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gd-form-required {
  margin: 15px 0 0;
  font-size: 11px;
}

.gd-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  border: 1px solid #d1a568;
  padding: 14px 20px;
  background: #d1a568;
  color: #17110d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.gd-form-submit:hover,
.gd-form-submit:focus-visible {
  border-color: #f0d2a5;
  background: #f0d2a5;
}

.gd-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 800px) {
  .gd-contact-intro > header,
  .gd-form-section > header,
  .gd-form-grid {
    grid-template-columns: 1fr;
  }

  .gd-contact-paths {
    grid-template-columns: 1fr;
  }

  .gd-contact-intro > header .gd-kicker,
  .gd-form-section > header .gd-kicker,
  .gd-contact-intro > header h2,
  .gd-form-section > header h2,
  .gd-contact-intro > header > .gd-muted,
  .gd-form-section > header > .gd-muted {
    grid-column: 1;
    grid-row: auto;
  }

  .gd-contact-paths > a {
    min-height: 280px;
  }

  .gd-form-wide { grid-column: auto; }
}

body.view-article:has(.gd-request-page) #sp-main-body {
  padding-bottom: clamp(56px, 7vw, 90px);
}

.gd-film-page {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 88px) 0;
}

.gd-film-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.gd-film-header h1 { margin: 0; font-size: clamp(48px, 8vw, 118px); line-height: .86; }
.gd-film-year { margin: 0; color: var(--gd-gold); letter-spacing: .12em; }
.gd-film-player { background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.gd-film-player video { display: block; width: 100%; max-height: 82vh; }
.gd-film-copy { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr); gap: clamp(28px, 6vw, 90px); padding: clamp(30px, 5vw, 68px) 0 0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.gd-film-credits { color: var(--gd-muted); font-size: 15px; }
.gd-film-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 46px); }
.gd-film-card a { display: block; color: inherit; text-decoration: none; }
.gd-film-card figure { position: relative; aspect-ratio: 16/9; margin: 0 0 18px; overflow: hidden; background: #080706; }
.gd-film-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.gd-film-card:hover img { transform: scale(1.025); filter: brightness(.72); }
.gd-film-play { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff; transform: translate(-50%,-50%); }
.gd-film-card h3 { margin: 4px 0 0; font-size: clamp(30px, 4vw, 58px); line-height: .95; }
.gd-film-card--demo { cursor: default; }
.gd-film-card--demo > div { padding-top: 20px; }
.gd-film-card--demo > div > p:last-child { margin: 12px 0 0; color: #9f9589; }
.gd-film-grid--demo { grid-template-columns: minmax(0, 780px); }

@media (max-width: 767px) {
  .gd-film-page { width: min(100% - 30px, 1420px); }
  .gd-film-header { display: block; }
  .gd-film-year { margin-top: 14px; }
  .gd-film-copy, .gd-film-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body.view-article:not(.gd-blog-light) .article-details > .article-header h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .gd-page-body {
    font-size: 17px;
    line-height: 1.7;
  }

  .gd-series-facts {
    display: grid;
  }
}

body.gd-blog-light .article-info,
body.gd-blog-light .article-info a,
body.gd-blog-light .category-name,
body.gd-blog-light .published {
  color: #71685d;
}

.gd-editorial-article {
  max-width: 900px;
  margin: 0 auto;
  color: #28231e;
  font-size: 18px;
  line-height: 1.75;
}

.gd-editorial-kicker {
  margin-bottom: 18px;
  color: #8b4b37;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gd-editorial-lead {
  margin-bottom: 36px;
  color: #403831;
  font-size: clamp(21px, 2.2vw, 29px);
  line-height: 1.5;
}

.gd-editorial-figure {
  margin: 38px 0 46px;
}

.gd-editorial-figure img {
  width: 100%;
  height: auto;
}

.gd-editorial-figure figcaption {
  margin-top: 10px;
  color: #756a5f;
  font-size: 13px;
}

.gd-editorial-article h2 {
  margin: 46px 0 16px;
  font-size: clamp(32px, 4vw, 50px);
}

.gd-editorial-article blockquote {
  margin: 36px 0;
  padding: 24px 30px;
  border-left: 3px solid var(--gd-accent);
  background: #f7f2e9;
  color: #3b322b;
  font-family: "Borello", Georgia, serif;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.35;
}

.gd-editorial-source {
  margin-top: 52px;
  padding-top: 20px;
  border-top: 1px solid var(--gd-paper-line);
  color: #756a5f;
  font-size: 13px;
}

.gd-series-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(36px, 4vw, 64px) clamp(20px, 4vw, 48px) clamp(72px, 8vw, 128px);
  color: var(--gd-text);
}

body.view-article:has(.gd-series-page) #sp-main-body {
  padding-top: 0;
}

body.view-article:has(.gd-series-page) .article-details {
  max-width: none;
  padding-inline: 0;
}

.gd-series-header {
  max-width: 840px;
  margin-bottom: clamp(38px, 6vw, 76px);
}

.gd-series-header h1 {
  margin: 0 0 22px;
  font-size: clamp(48px, 8vw, 112px);
  line-height: .9;
}

.gd-series-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--gd-gold);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gd-series-text {
  max-width: 760px;
  margin-bottom: clamp(38px, 6vw, 70px);
  color: #c9c0b5;
  font-size: 18px;
  line-height: 1.8;
}

.gd-series-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.5vw, 32px);
}

.gd-series-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 237, 230, .13);
  background: #0d0a08;
}

.gd-series-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .45s ease, filter .45s ease;
}

.gd-series-gallery a:hover img {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.gd-series-gallery a {
  position: relative;
  display: block;
  cursor: zoom-in;
  -webkit-user-drag: none;
}

.gd-series-gallery a::after {
  content: "Agrandir";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(8, 7, 6, .72);
  color: #f4efe6;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}

.gd-series-gallery a:hover::after,
.gd-series-gallery a:focus-visible::after {
  opacity: 1;
  transform: none;
}

.gd-series-gallery img,
.gd-lightbox img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

body.gd-lightbox-open {
  overflow: hidden;
}

.gd-home-series {
  overflow: hidden;
}

.gd-home-series__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gd-carousel-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(238, 232, 220, .24);
  background: transparent;
  color: var(--gd-text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, opacity .2s ease;
}

.gd-carousel-button:hover:not(:disabled),
.gd-carousel-button:focus-visible {
  border-color: var(--gd-gold);
  color: var(--gd-gold);
}

.gd-carousel-button:disabled {
  opacity: .28;
  cursor: default;
}

.gd-home-series__track {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  overflow-x: auto;
  padding: 2px 0 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(207, 163, 99, .45) rgba(255, 255, 255, .06);
  overscroll-behavior-inline: contain;
}

.gd-home-series__track .gd-series-project,
.gd-home-series__track .gd-series-project--featured,
.gd-home-series__track .gd-series-project--wide {
  flex: 0 0 clamp(520px, 54vw, 780px);
  width: clamp(520px, 54vw, 780px);
  min-height: 0;
  aspect-ratio: 3 / 2;
  grid-column: auto;
  scroll-snap-align: start;
}

.gd-home-series__track .gd-series-project h3,
.gd-home-series__track .gd-series-project--featured h3,
.gd-home-series__track .gd-series-project--wide h3 {
  max-width: 82%;
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: .92;
  overflow-wrap: break-word;
}

.gd-home-series__track .gd-series-project__content {
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(24px, 4vw, 50px);
  left: clamp(24px, 4vw, 54px);
}

.gd-home-series__track::-webkit-scrollbar {
  height: 5px;
}

.gd-home-series__track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .06);
}

.gd-home-series__track::-webkit-scrollbar-thumb {
  background: rgba(207, 163, 99, .45);
}

@media (max-width: 700px) {
  .gd-home-series .gd-series-index__head {
    align-items: flex-end;
  }

  .gd-home-series__actions .gd-btn {
    display: none;
  }

  .gd-home-series__track .gd-series-project,
  .gd-home-series__track .gd-series-project--featured,
  .gd-home-series__track .gd-series-project--wide {
    flex-basis: min(88vw, 430px);
    width: min(88vw, 430px);
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .gd-home-series__track .gd-series-project h3,
  .gd-home-series__track .gd-series-project--featured h3,
  .gd-home-series__track .gd-series-project--wide h3 {
    max-width: 94%;
    font-size: clamp(32px, 10vw, 44px);
  }
}

.gd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  grid-template-columns: clamp(52px, 7vw, 100px) minmax(0, 1fr) clamp(52px, 7vw, 100px);
  align-items: center;
  padding: 34px 0;
  background: rgba(5, 4, 3, .96);
  color: #eee8dc;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}

.gd-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gd-lightbox__stage {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  justify-items: center;
  max-height: calc(100vh - 68px);
  min-height: 0;
}

.gd-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 155px);
  object-fit: contain;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .48);
}

.gd-lightbox__caption {
  width: min(900px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .gd-lightbox,
  .gd-lightbox__nav,
  .gd-lightbox__close,
  .gd-series-gallery img {
    transition: none !important;
  }
}

.gd-lightbox__caption div {
  display: grid;
  gap: 4px;
}

.gd-lightbox__caption strong {
  font-family: "Borello", Georgia, serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
}

.gd-lightbox__caption span,
.gd-lightbox__caption small {
  color: #a99f93;
  font-size: 13px;
  line-height: 1.5;
}

.gd-lightbox__caption small {
  flex: 0 0 auto;
  color: var(--gd-gold);
  letter-spacing: .12em;
}

.gd-lightbox button {
  border: 0;
  background: transparent;
  color: #eee8dc;
  cursor: pointer;
}

.gd-lightbox__close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  width: 48px;
  height: 48px;
  font-size: 38px;
  font-weight: 200;
  line-height: 1;
}

.gd-lightbox__nav {
  width: 100%;
  height: 120px;
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 200;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease;
}

.gd-lightbox__nav:hover,
.gd-lightbox__nav:focus-visible,
.gd-lightbox__close:hover,
.gd-lightbox__close:focus-visible {
  opacity: 1;
  transform: scale(1.06);
  outline: 1px solid rgba(210, 164, 74, .65);
}

@media (max-width: 700px) {
  .gd-lightbox {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    padding: 64px 0 20px;
  }

  .gd-lightbox__image {
    max-height: calc(100vh - 220px);
  }

  .gd-lightbox__caption {
    display: grid;
    gap: 8px;
    padding: 14px 8px 0;
  }
}

.gd-series-gallery figcaption {
  display: grid;
  gap: 5px;
  padding: 14px 16px 16px;
  color: #c9c0b5;
  font-size: 14px;
  line-height: 1.5;
}

.gd-series-gallery figcaption strong {
  color: var(--gd-text);
  font-family: "Borello", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.gd-series-gallery figcaption span,
.gd-series-gallery .gd-series-dimensions {
  color: #9f958a;
}

.gd-series-gallery .gd-series-dimensions {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}

/* Global artist footer. */
.gd-site-footer {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(238, 232, 220, .16);
  background:
    radial-gradient(circle at 14% 0%, rgba(157, 75, 57, .13), transparent 31%),
    #090908;
  color: #eee8dc;
}

.gd-site-footer__inner,
.gd-site-footer__bottom {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.gd-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) minmax(320px, 1fr) minmax(220px, .8fr);
  gap: clamp(36px, 6vw, 90px);
  padding: clamp(58px, 7vw, 96px) 0 clamp(44px, 5vw, 68px);
}

.gd-site-footer__name {
  display: inline-block;
  color: #eee8dc;
  font-family: "Borello", Georgia, serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .95;
}

.gd-site-footer__name:hover,
.gd-site-footer__nav a:hover,
.gd-site-footer__contact a:hover,
.gd-site-footer__top:hover {
  color: var(--gd-gold, #cfA363);
}

.gd-site-footer__identity p {
  margin: 16px 0 0;
  color: #978f84;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gd-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 12px 26px;
}

.gd-site-footer__nav a,
.gd-site-footer__contact a,
.gd-site-footer__legal a,
.gd-site-footer__top {
  color: #d6cec1;
  transition: color .25s ease;
}

.gd-site-footer__contact {
  display: grid;
  align-content: start;
  gap: 9px;
}

.gd-site-footer__contact span {
  color: #978f84;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gd-site-footer__contact a {
  font-size: 17px;
}

.gd-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(238, 232, 220, .1);
  color: #817a70;
  font-size: 12px;
}

.gd-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
}

.gd-site-footer__legal a {
  color: #9b9388;
  font-size: 11px;
}

.gd-site-footer__top {
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* Keep the footer identical on ivory blog pages and dark portfolio pages. */
body.gd-blog-light .gd-site-footer,
body.gd-blog-light .gd-site-footer__inner,
body.gd-blog-light .gd-site-footer__bottom {
  color: #eee8dc;
}

body.gd-blog-light .gd-site-footer__name,
body.gd-blog-light .gd-site-footer__name:visited {
  color: #eee8dc;
}

body.gd-blog-light .gd-site-footer__nav a,
body.gd-blog-light .gd-site-footer__nav a:visited,
body.gd-blog-light .gd-site-footer__contact a,
body.gd-blog-light .gd-site-footer__contact a:visited {
  color: #d6cec1;
}

body.gd-blog-light .gd-site-footer__legal a,
body.gd-blog-light .gd-site-footer__legal a:visited,
body.gd-blog-light .gd-site-footer__top,
body.gd-blog-light .gd-site-footer__top:visited {
  color: #9b9388;
}

body.gd-blog-light .gd-site-footer__name:hover,
body.gd-blog-light .gd-site-footer__name:focus,
body.gd-blog-light .gd-site-footer__nav a:hover,
body.gd-blog-light .gd-site-footer__nav a:focus,
body.gd-blog-light .gd-site-footer__contact a:hover,
body.gd-blog-light .gd-site-footer__contact a:focus,
body.gd-blog-light .gd-site-footer__legal a:hover,
body.gd-blog-light .gd-site-footer__legal a:focus,
body.gd-blog-light .gd-site-footer__top:hover,
body.gd-blog-light .gd-site-footer__top:focus {
  color: var(--gd-gold, #cfa363);
}

/* Image-led series index: editorial portfolio rather than category cards. */
.gd-series-index {
  padding-top: clamp(78px, 10vw, 150px);
}

.gd-series-index__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.gd-series-index__head h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(52px, 8vw, 118px);
  line-height: .86;
}

.gd-series-index__count {
  margin: 0 0 8px;
  color: #92887c;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gd-series-index__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.gd-series-index__filters a {
  border: 1px solid rgba(238, 232, 220, .18);
  border-radius: 999px;
  padding: 8px 13px;
  color: #b8afa3;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.gd-series-index__filters a:hover {
  border-color: rgba(207, 163, 99, .65);
  background: rgba(207, 163, 99, .08);
  color: #eee8dc;
}

.gd-series-project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.gd-series-project {
  position: relative;
  grid-column: span 6;
  min-height: 620px;
  overflow: hidden;
  background: #16120f;
  animation: gd-series-reveal .8s both;
}

.gd-series-project--featured,
.gd-series-project--wide {
  grid-column: span 12;
  min-height: min(72vw, 780px);
}

.gd-series-project > a,
.gd-series-project figure,
.gd-series-project img,
.gd-series-project__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gd-series-project figure { margin: 0; }

.gd-series-project img {
  object-fit: cover;
  filter: saturate(.88) contrast(1.04);
  transform: scale(1.001);
  transition: transform 1s cubic-bezier(.2,.72,.2,1), filter .7s ease;
}

.gd-series-project__shade {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, .18), transparent 36%),
    linear-gradient(0deg, rgba(7, 6, 5, .92), rgba(7, 6, 5, .08) 65%);
  transition: background .5s ease;
}

.gd-series-project__number {
  position: absolute;
  z-index: 2;
  top: clamp(18px, 3vw, 36px);
  right: clamp(18px, 3vw, 36px);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  letter-spacing: .16em;
}

.gd-series-project__content {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 4vw, 58px);
  bottom: clamp(24px, 5vw, 62px);
  left: clamp(22px, 4vw, 58px);
  color: #fff;
}

.gd-series-project__category {
  display: block;
  margin-bottom: 12px;
  color: #d7a566;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gd-series-project h3 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 8vw, 120px);
  line-height: .86;
  text-wrap: balance;
}

.gd-series-project:not(.gd-series-project--featured):not(.gd-series-project--wide) h3 {
  font-size: clamp(38px, 5vw, 72px);
}

.gd-series-project__content p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  letter-spacing: .09em;
}

.gd-series-project__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .48);
  padding-bottom: 6px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: translateY(8px);
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease;
}

.gd-series-project:hover img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.045);
}

.gd-series-project:hover .gd-series-project__cta {
  transform: translateY(0);
  opacity: 1;
}

.gd-series-index__empty {
  border-top: 1px solid rgba(238, 232, 220, .15);
  padding: 46px 0;
  color: #9d9488;
  font-size: 18px;
}

/* Series family pages: replace Joomla category-blog cards with a portfolio view. */
body.view-category .gd-series-family {
  padding-top: clamp(70px, 9vw, 130px);
  padding-bottom: clamp(70px, 9vw, 130px);
}

.gd-series-family__hero {
  max-width: 900px;
  margin-bottom: clamp(34px, 5vw, 68px);
}

.gd-series-family__hero .gd-kicker {
  margin-bottom: 16px;
}

.gd-series-family__hero h1 {
  max-width: 880px;
  margin: 0;
  color: #f7f0e4;
  font-size: clamp(54px, 9vw, 132px);
  line-height: .86;
  text-wrap: balance;
}

.gd-series-family__hero > p:last-child {
  margin: clamp(24px, 3vw, 36px) 0 0;
  max-width: 640px;
  color: #b9afa2;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.28;
}

.gd-series-family__track {
  display: flex;
  gap: clamp(18px, 2.3vw, 34px);
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 18px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(207, 163, 99, .55) rgba(238, 232, 220, .08);
}

.gd-series-family__track::-webkit-scrollbar {
  height: 8px;
}

.gd-series-family__track::-webkit-scrollbar-track {
  background: rgba(238, 232, 220, .08);
}

.gd-series-family__track::-webkit-scrollbar-thumb {
  background: rgba(207, 163, 99, .58);
}

.gd-series-family-card {
  flex: 0 0 min(760px, 78vw);
  min-height: min(66vw, 640px);
  scroll-snap-align: start;
}

.gd-series-family-card--wide {
  flex-basis: min(900px, 84vw);
}

.gd-series-family-card h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 7vw, 104px);
  line-height: .88;
  text-wrap: balance;
}

.gd-series-family-card:not(.gd-series-family-card--wide) h2 {
  font-size: clamp(38px, 5.4vw, 78px);
}

.gd-series-family-card__summary {
  max-width: 640px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px !important;
  letter-spacing: .03em !important;
  line-height: 1.5;
  text-transform: none;
}

.gd-series-family__back {
  margin: clamp(28px, 5vw, 54px) 0 0;
}

@keyframes gd-series-reveal {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .gd-series-project { animation: none; }
  .gd-series-project img,
  .gd-series-project__cta { transition: none; }
}

@media (max-width: 760px) {
  .gd-series-family__hero > p:last-child {
    margin-top: 22px;
  }
  .gd-series-index__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .gd-series-project,
  .gd-series-project--featured,
  .gd-series-project--wide {
    grid-column: span 12;
    min-height: 68svh;
  }
  .gd-series-project__cta {
    opacity: 1;
    transform: none;
  }
}

/* Homepage: warm photographic material and editorial rhythm. */
body .gd-sp-univers {
  position: relative;
  overflow: hidden;
  background-color: #0c0907;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(64, 99, 91, .16), transparent 30%),
    radial-gradient(circle at 8% 52%, rgba(133, 67, 43, .18), transparent 34%),
    linear-gradient(145deg, #0c0907 0%, #15100c 48%, #090807 100%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  background-blend-mode: screen, screen, normal, soft-light;
}

body .gd-sp-univers .gd-cinematic-hero {
  background: #0b0907;
}

body .gd-sp-univers .gd-cinematic-veil {
  background:
    linear-gradient(90deg, rgba(14, 9, 6, .72) 0%, rgba(11, 9, 7, .12) 56%, rgba(13, 9, 7, .18) 100%),
    linear-gradient(0deg, rgba(18, 10, 6, .68) 0%, transparent 50%, rgba(4, 12, 12, .2) 100%),
    radial-gradient(circle at 75% 34%, rgba(69, 113, 104, .18), transparent 31%);
}

body .gd-sp-univers .gd-universe-intro {
  position: relative;
  isolation: isolate;
  max-width: 1240px;
  border: 0;
  color: #211b16;
  background: transparent;
}

body .gd-sp-univers .gd-universe-intro::before {
  content: "01 — L’univers";
  position: absolute;
  top: 34px;
  left: clamp(22px, 5vw, 72px);
  color: #785943;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body .gd-sp-univers .gd-universe-intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #d8d0c1;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(119, 79, 48, .1), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(82, 104, 91, .07), transparent 30%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.48' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.08'/%3E%3C/svg%3E");
  background-blend-mode: multiply, multiply, soft-light;
}

body .gd-sp-univers .gd-universe-intro .gd-kicker {
  display: none;
}

body .gd-sp-univers .gd-universe-intro h2 {
  color: #211b16;
}

body .gd-sp-univers .gd-universe-copy {
  color: #4f443a;
}

body .gd-sp-univers .gd-universe-intro .gd-btn {
  border-color: rgba(38, 30, 24, .55);
  background: rgba(255, 255, 255, .18);
  color: #241d18;
  font-weight: 700;
}

body .gd-sp-univers .gd-universe-intro .gd-btn-primary {
  border-color: #241d18 !important;
  background: #241d18 !important;
  color: #f2ece1 !important;
}

body .gd-sp-univers .gd-universe-intro .gd-actions .gd-btn:not(.gd-btn-primary) {
  border-color: #8b6a52 !important;
  background: #c6ad98 !important;
  color: #2f241d !important;
  box-shadow: none;
}

/* Homepage editorial links: image-led rather than placeholder panels. */
.gd-home-editorial {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.gd-home-editorial > a {
  position: relative;
  min-height: clamp(460px, 48vw, 670px);
  overflow: hidden;
  border: 1px solid rgba(218, 194, 157, .2);
  color: #f3ede4;
  isolation: isolate;
}

.gd-home-editorial__feature { grid-column: span 7; }
.gd-home-editorial__film { grid-column: span 5; }

.gd-home-editorial figure,
.gd-home-editorial figure::after,
.gd-home-editorial img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gd-home-editorial figure { margin: 0; }

.gd-home-editorial figure::after {
  content: "";
  background: linear-gradient(0deg, rgba(8, 7, 6, .94), rgba(8, 7, 6, .08) 72%);
}

.gd-home-editorial img {
  object-fit: cover;
  filter: saturate(.78) contrast(1.07);
  transition: transform 1s cubic-bezier(.2, .72, .2, 1), filter .7s ease;
}

.gd-home-editorial__content {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(26px, 4vw, 58px);
  left: clamp(24px, 4vw, 54px);
}

.gd-home-editorial h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 6vw, 92px);
  line-height: .9;
}

.gd-home-editorial p:not(.gd-kicker) {
  max-width: 580px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.65;
}

.gd-home-editorial__content > span {
  display: inline-flex;
  gap: 9px;
  margin-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  padding-bottom: 6px;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gd-home-editorial > a:hover img,
.gd-home-editorial > a:focus-visible img {
  transform: scale(1.035);
  filter: saturate(.95) contrast(1.03);
}

.gd-home-editorial > a:focus-visible {
  outline: 2px solid #d3a669;
  outline-offset: 4px;
}

/* Long-form legal and accessibility pages. */
.gd-legal-page {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(90px, 12vw, 170px) 0;
  color: #d7cec1;
}

.gd-legal-page h1 {
  margin: 0 0 clamp(42px, 7vw, 78px);
  color: #f1ebe1;
  font-size: clamp(58px, 9vw, 112px);
  line-height: .86;
}

.gd-legal-page h2 {
  margin: 48px 0 14px;
  color: #eee7dc;
  font-size: clamp(28px, 4vw, 42px);
}

.gd-legal-page p,
.gd-legal-page li {
  font-size: 17px;
  line-height: 1.75;
}

.gd-legal-page a {
  border-bottom: 1px solid rgba(207, 163, 99, .55);
  color: #d6a76a;
}

.gd-legal-lead {
  max-width: 760px;
  color: #eee7dc;
  font-size: clamp(21px, 2.5vw, 28px) !important;
}

.gd-legal-note {
  margin-top: 48px;
  border-left: 2px solid #a9794d;
  padding: 18px 22px;
  background: rgba(207, 163, 99, .08);
}

.gd-legal-back { margin-top: 64px; }

@media (max-width: 800px) {
  .gd-home-editorial__feature,
  .gd-home-editorial__film {
    grid-column: span 12;
  }

  .gd-home-editorial > a {
    min-height: 500px;
  }

  .gd-home-series__actions .gd-btn {
    display: inline-flex;
    padding: 10px 12px;
    font-size: 10px;
  }

  .gd-site-footer__legal {
    justify-content: flex-start;
  }
}

body .gd-sp-univers .gd-universe-intro .gd-btn:hover,
body .gd-sp-univers .gd-universe-intro .gd-btn:focus-visible {
  border-color: #8a5b3e;
  background: #8a5b3e;
  color: #fffaf1;
}

body .gd-sp-univers .gd-home-series {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body .gd-sp-univers .gd-home-series > .gd-series-index__head {
  width: min(1600px, 100%);
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(22px, 4vw, 72px);
  padding-left: clamp(22px, 4vw, 72px);
}

body .gd-sp-univers .gd-home-series__track {
  width: 100%;
  padding-right: clamp(22px, 4vw, 72px);
  padding-left: clamp(22px, 4vw, 72px);
  scroll-padding-inline: clamp(22px, 4vw, 72px);
}

body .gd-sp-univers .gd-home-series::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 88% 28%, rgba(39, 101, 94, .17), transparent 29%),
    radial-gradient(circle at 15% 78%, rgba(147, 69, 42, .2), transparent 34%),
    linear-gradient(135deg, rgba(20, 14, 10, .96), rgba(7, 8, 8, .96)),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.19'/%3E%3C/svg%3E");
  background-blend-mode: screen, screen, normal, soft-light;
}

body .gd-sp-univers .gd-split {
  position: relative;
  margin-top: clamp(24px, 4vw, 60px);
  margin-bottom: clamp(24px, 6vw, 84px);
  border: 1px solid rgba(218, 194, 157, .14);
  background: linear-gradient(125deg, rgba(46, 33, 25, .62), rgba(11, 13, 12, .8));
  box-shadow: 0 36px 90px rgba(0, 0, 0, .2);
}

body .gd-sp-univers .gd-panel {
  background:
    linear-gradient(rgba(24, 18, 14, .88), rgba(15, 17, 16, .9)),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E");
  border-color: rgba(218, 194, 157, .18);
}

.gd-sp-univers .gd-reveal-ready {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .85s ease, transform 1s cubic-bezier(.2, .72, .2, 1);
}

.gd-sp-univers .gd-reveal-ready.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 800px) {
  body .gd-sp-univers .gd-universe-intro::before {
    top: 22px;
  }

  body .gd-sp-univers .gd-split {
    margin-right: 18px;
    margin-left: 18px;
  }
}

@media (max-width: 880px) {
  .gd-site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .gd-site-footer__identity {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .gd-site-footer__inner {
    grid-template-columns: 1fr;
  }
  .gd-site-footer__identity {
    grid-column: auto;
  }
  .gd-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

.gd-series-contact {
  margin-top: 42px;
}

.gd-series-contact a {
  display: inline-flex;
  border: 1px solid rgba(240, 237, 230, .22);
  padding: 13px 18px;
  color: var(--gd-text);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em;
}

.gd-series-contact a:hover {
  border-color: rgba(207, 163, 99, .55);
  color: var(--gd-gold);
}

@media (max-width: 700px) {
  .gd-series-gallery {
    grid-template-columns: 1fr;
  }
}

/* Homepage: cinematic scroll-led introduction. */
.gd-cinematic-hero {
  --gd-scroll: 0;
  position: relative;
  height: 104svh;
  background: #050505;
}

.gd-cinematic-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.gd-cinematic-media,
.gd-cinematic-veil,
.gd-cinematic-grain {
  position: absolute;
  inset: 0;
}

.gd-cinematic-media {
  background: #050505;
  transform: translate3d(0, calc(var(--gd-scroll) * -3.5%), 0) scale(calc(1.03 + var(--gd-scroll) * .18));
  transform-origin: 52% 50%;
  filter: saturate(calc(.88 + var(--gd-scroll) * .18)) contrast(calc(1.02 + var(--gd-scroll) * .08));
  will-change: transform, filter;
}

.gd-cinematic-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.gd-cinematic-veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 4, 4, .66) 0%, rgba(4, 4, 4, .14) 52%, rgba(4, 4, 4, .1) 100%),
    linear-gradient(0deg, rgba(4, 4, 4, .62) 0%, transparent 48%, rgba(4, 4, 4, .18) 100%);
  opacity: calc(.6 + var(--gd-scroll) * .18);
}

.gd-cinematic-grain {
  z-index: 2;
  pointer-events: none;
  opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.gd-cinematic-content {
  position: absolute;
  z-index: 3;
  left: clamp(22px, 5vw, 78px);
  right: clamp(22px, 5vw, 78px);
  bottom: clamp(58px, 9vh, 112px);
  max-width: 980px;
  color: #f2eee6;
  transform: translateY(calc(var(--gd-scroll) * -34px));
  opacity: calc(1 - var(--gd-scroll) * .66);
  will-change: transform, opacity;
}

.gd-cinematic-content .gd-kicker {
  margin-bottom: 14px;
  color: #dfba8f !important;
}

.gd-cinematic-content h1 {
  max-width: 940px;
  margin: 0;
  color: #f4f0e8;
  font-family: "Argena", "Borello", Georgia, serif;
  font-size: 138px;
  font-weight: 400;
  line-height: .84;
}

.gd-cinematic-content h1 span {
  display: block;
}

.gd-cinematic-subtitle {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(244, 240, 232, .82);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
}

.gd-scroll-cue {
  position: absolute;
  z-index: 3;
  right: clamp(22px, 4vw, 58px);
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(244, 240, 232, .7);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gd-scroll-cue::before {
  content: "";
  width: 46px;
  height: 1px;
  background: currentColor;
  transform: scaleX(calc(1 - var(--gd-scroll)));
  transform-origin: right;
}

.gd-universe-intro {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, 1.28fr);
  gap: clamp(38px, 8vw, 126px);
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 104px) clamp(22px, 5vw, 72px);
  border-bottom: 1px solid rgba(240, 237, 230, .12);
}

.gd-universe-intro h2 {
  font-size: clamp(42px, 6.4vw, 88px);
}

.gd-universe-copy {
  max-width: 760px;
  color: #c9c0b5;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.55;
}

@media (max-width: 800px) {
  .gd-cinematic-hero {
    height: 102svh;
  }

  .gd-cinematic-stage {
    min-height: 560px;
  }

  .gd-cinematic-media {
    background-position: 56% center;
  }

  .gd-cinematic-content h1 {
    font-size: 64px;
  }

  .gd-scroll-cue {
    display: none;
  }

  .gd-universe-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .gd-cinematic-content h1 {
    font-size: 104px;
  }
}

@media (max-width: 900px) and (min-width: 801px) {
  .gd-cinematic-content h1 {
    font-size: 76px;
  }
}

@media (max-width: 560px) {
  .gd-cinematic-content h1 {
    font-size: 48px;
  }
}

/* Keep every editorial layout inside the viewport on phones. */
@media (max-width: 700px) {
  html,
  body,
  .body-wrapper,
  .body-innerwrapper,
  #sp-main,
  .gd-sp {
    max-width: 100%;
    overflow-x: clip;
  }

  #sp-header .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 16px;
  }

  #sp-header .row {
    width: 100%;
    margin-inline: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #sp-header .row > *,
  #sp-header .sp-column {
    min-width: 0;
  }

  #sp-header .offcanvas-toggler,
  #sp-header .offcanvas-toggler-secondary {
    flex: 0 0 44px;
    margin-left: auto;
  }

  .gd-sp .sppb-row-container,
  .gd-sp .sppb-container-inner,
  .gd-sp .sppb-row,
  .gd-sp .sppb-column,
  .gd-sp .sppb-column-addons,
  .gd-hero-inner,
  .gd-section,
  .gd-series-page,
  .gd-series-header,
  .gd-series-text {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .gd-cinematic-content {
    right: 20px;
    left: 20px;
    width: auto;
    max-width: calc(100% - 40px);
  }

  .gd-cinematic-subtitle,
  .gd-hero-inner p,
  .gd-section p,
  .gd-series-text,
  .gd-contact-intro h2,
  .gd-form-section h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .gd-series-page {
    width: 100%;
    padding-inline: 20px;
  }

  .gd-series-header h1 {
    max-width: 100%;
    font-size: clamp(44px, 13vw, 60px);
    overflow-wrap: anywhere;
  }

  .gd-series-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
  }

  .gd-series-index__head h2,
  .gd-contact-intro h2,
  .gd-form-section h2 {
    font-size: clamp(42px, 13vw, 58px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gd-cinematic-hero {
    height: 100svh;
  }

  .gd-cinematic-media,
  .gd-cinematic-content {
    transform: none;
  }
}
