:root {
  --sc-black: #090909;
  --sc-ink: #151515;
  --sc-fuchsia: #ec0a76;
  --sc-ivory: #f1e8dd;
  --sc-champagne: #cbb9a6;
  --sc-gold: #b99a72;
  --sc-berry: #76214e;
  --sc-magenta: #ec0a76;
  --sc-espresso: #151515;
  --sc-white: #f7f5f2;
  --sc-muted: #77716c;
  --sc-border: rgba(9, 9, 9, 0.18);
  --sc-shadow: 0 30px 80px rgba(9, 9, 9, 0.15);
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.rtl,
[dir="rtl"] body,
[dir="rtl"] .wp-site-blocks {
  font-family: "Noto Sans Arabic", Arial, sans-serif;
}

body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4 {
  font-family: "Noto Naskh Arabic", serif;
  letter-spacing: 0;
}

.wp-site-blocks {
  overflow: clip;
}

.sc-site-header {
  background: var(--sc-black) !important;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(247, 245, 242, 0.16);
}

.sc-header-brand {
  align-items: center;
  color: var(--sc-white);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.9rem;
  text-decoration: none;
}

.sc-header-brand img {
  display: block;
  height: 68px;
  object-fit: contain;
  width: auto;
}

.sc-header-wordmark {
  display: grid;
  line-height: 1;
  text-align: center;
}

.sc-header-wordmark strong {
  color: var(--sc-fuchsia);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.sc-header-wordmark small {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  margin-top: 0.35rem;
  padding-left: 0.38em;
}

.sc-site-header .wp-block-navigation a {
  text-decoration: none;
  text-underline-offset: 0.3em;
}

.sc-site-header .wp-block-navigation a:hover,
.sc-site-header .wp-block-navigation a:focus-visible {
  text-decoration: underline;
}

.sc-language-link {
  border-inline-start: 1px solid rgba(255, 249, 241, 0.35);
  padding-inline-start: 1rem;
}

.sc-hero {
  isolation: isolate;
  min-height: min(900px, 100svh);
  position: relative;
}

.sc-hero::before {
  background:
    radial-gradient(circle at 82% 28%, rgba(185, 150, 91, 0.28), transparent 24rem),
    linear-gradient(118deg, rgba(42, 29, 26, 0.98) 0%, rgba(82, 27, 56, 0.96) 48%, rgba(118, 33, 78, 0.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.sc-hero::after {
  background-image:
    linear-gradient(rgba(255, 249, 241, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 249, 241, 0.06) 1px, transparent 1px);
  background-size: 88px 88px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000 70%);
  opacity: 0.22;
  position: absolute;
  z-index: -1;
}

.sc-hero-inner {
  min-height: min(790px, calc(100svh - 100px));
}

.sc-eyebrow {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

[dir="rtl"] .sc-eyebrow,
body.rtl .sc-eyebrow {
  font-family: "Noto Sans Arabic", Arial, sans-serif;
  letter-spacing: 0;
}

.sc-hero h1 {
  font-size: clamp(3.6rem, 7vw, 7.4rem);
  letter-spacing: -0.035em;
  line-height: 0.88;
  max-width: 14ch;
  text-wrap: balance;
}

.sc-hero-copy {
  max-width: 54rem;
}

.sc-hero-copy > p:not(.sc-eyebrow) {
  max-width: 40rem;
}

.sc-hero-mark {
  filter: drop-shadow(0 28px 48px rgba(28, 15, 14, 0.34));
  margin-inline: auto;
  max-width: 420px;
  opacity: 0.95;
  width: min(32vw, 420px);
}

.sc-hero-mark img {
  height: auto;
  width: 100%;
}

.sc-outline-button .wp-block-button__link {
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
}

.sc-outline-button .wp-block-button__link:hover,
.sc-outline-button .wp-block-button__link:focus-visible {
  background: rgba(255, 249, 241, 0.1);
}

.wp-block-button__link {
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
}

.wp-block-button__link:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--sc-magenta);
  outline-offset: 4px;
}

.sc-section {
  padding-block: clamp(5rem, 9vw, 9rem);
}

.sc-section-tight {
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.sc-section-heading {
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  max-width: 12ch;
  text-wrap: balance;
}

.sc-intro-copy {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.22;
  max-width: 31ch;
}

[dir="rtl"] .sc-intro-copy,
body.rtl .sc-intro-copy {
  font-family: "Noto Naskh Arabic", serif;
}

.sc-service-grid {
  align-items: stretch !important;
}

.sc-service-card {
  border-top: 1px solid var(--sc-gold);
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: clamp(2rem, 3.5vw, 3.25rem);
  transition: background-color 180ms ease, transform 180ms ease;
}

.sc-service-card:hover {
  background: rgba(255, 249, 241, 0.55);
  transform: translateY(-5px);
}

.sc-service-card h3 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  margin-top: auto;
  max-width: 8ch;
}

.sc-service-card a {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.sc-index {
  color: var(--sc-gold);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.1rem;
}

.sc-story-stat {
  border-top: 1px solid rgba(255, 249, 241, 0.35);
  padding-top: 1.25rem;
}

.sc-story-stat strong {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 0.9;
}

.sc-framed-panel {
  border: 1px solid rgba(185, 150, 91, 0.7);
  box-shadow: var(--sc-shadow);
  padding: clamp(2rem, 6vw, 5.5rem);
}

.sc-process-step {
  border-bottom: 1px solid var(--sc-border);
  padding-block: 1.25rem;
}

.sc-process-step:last-child {
  border-bottom: 0;
}

.sc-process-step strong {
  color: var(--sc-berry);
  display: inline-block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  margin-inline-end: 1rem;
  min-width: 2.5rem;
}

.sc-contact-card {
  background: var(--sc-white);
  box-shadow: 0 18px 48px rgba(42, 29, 26, 0.1);
  padding: clamp(2rem, 4vw, 4rem);
}

.sc-contact-card a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.sc-area-list {
  color: var(--sc-muted);
  font-size: 0.9rem;
  line-height: 1.9;
}

.sc-site-footer {
  background: var(--sc-black) !important;
  border-top: 1px solid rgba(255, 249, 241, 0.2);
}

.sc-site-footer a {
  color: inherit;
}

.sc-footer-mark {
  max-width: 320px;
}

.sc-footer-mark img {
  height: auto;
  width: 100%;
}

.sc-fine-print {
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  opacity: 0.72;
}

.sc-page-hero {
  background: linear-gradient(135deg, var(--sc-espresso), var(--sc-berry));
  color: var(--sc-white);
  padding-block: clamp(6rem, 14vw, 12rem) clamp(4rem, 8vw, 7rem);
}

.sc-page-hero h1 {
  color: inherit;
  font-size: clamp(3.6rem, 9vw, 8rem);
  max-width: 12ch;
}

.sc-content-shell {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.sc-content-shell > * + * {
  margin-block-start: 1.5em;
}

.sc-query-card {
  border-top: 1px solid var(--sc-gold);
  height: 100%;
  padding-top: 1.5rem;
}

.sc-query-card .wp-block-post-featured-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.sc-query-card .wp-block-post-title {
  font-size: 2rem;
}

/* Luxury editorial homepage — black, electric fuchsia, and soft ivory. */
.sc-home {
  background: var(--sc-white);
  color: var(--sc-ink);
  margin-inline: calc(clamp(1.25rem, 3vw, 2.5rem) * -1);
}

.sc-home *,
.sc-home *::before,
.sc-home *::after {
  box-sizing: border-box;
}

.sc-home h1,
.sc-home h2,
.sc-home h3,
.sc-home p,
.sc-home figure {
  margin-block-start: 0;
}

.sc-home h1,
.sc-home h2,
.sc-home h3 {
  color: inherit;
}

.sc-shell {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: clamp(1.5rem, 5vw, 5.5rem);
  width: 100%;
}

.sc-eyebrow {
  color: var(--sc-fuchsia);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.sc-eyebrow--light {
  color: var(--sc-white);
}

.sc-campaign-hero {
  background: var(--sc-black);
  color: var(--sc-white);
  min-height: min(920px, calc(100svh - 101px));
  overflow: hidden;
  position: relative;
}

.sc-campaign-hero__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% center;
  position: absolute;
  width: 100%;
}

.sc-campaign-hero__veil {
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.96) 0%, rgba(9, 9, 9, 0.78) 31%, rgba(9, 9, 9, 0.18) 60%, rgba(9, 9, 9, 0.02) 78%),
    linear-gradient(0deg, rgba(9, 9, 9, 0.58) 0%, transparent 34%);
  inset: 0;
  position: absolute;
}

.sc-campaign-hero__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  margin-inline: auto;
  max-width: 1440px;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6.75rem);
  position: relative;
  width: 100%;
}

.sc-campaign-hero h1 {
  color: var(--sc-white);
  font-size: clamp(4.5rem, 8.6vw, 9.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.78;
  margin: clamp(1.4rem, 3vw, 2.8rem) 0 clamp(2rem, 4vw, 3.8rem);
  max-width: 8ch;
}

.sc-campaign-hero__dek {
  color: rgba(247, 245, 242, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.65;
  margin-bottom: 2.5rem;
  max-width: 34rem;
}

.sc-campaign-hero__note {
  bottom: 2rem;
  color: rgba(247, 245, 242, 0.72);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  margin: 0;
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  text-transform: uppercase;
}

.sc-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}

.sc-button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.16em;
  min-height: 54px;
  padding: 0.95rem 1.55rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sc-button--fuchsia {
  background: var(--sc-fuchsia);
  color: var(--sc-white);
}

.sc-button--fuchsia:hover,
.sc-button--fuchsia:focus-visible {
  background: var(--sc-white);
  color: var(--sc-black);
}

.sc-button--black {
  background: var(--sc-black);
  color: var(--sc-white);
}

.sc-button--black:hover,
.sc-button--black:focus-visible {
  background: var(--sc-white);
  border-color: var(--sc-black);
  color: var(--sc-black);
}

.sc-text-link {
  align-items: center;
  color: var(--sc-black);
  display: inline-flex;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 600;
  gap: 0.65rem;
  letter-spacing: 0.14em;
  padding-block: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.sc-text-link::after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.sc-text-link {
  position: relative;
}

.sc-text-link:hover::after,
.sc-text-link:focus-visible::after {
  transform: scaleX(1);
}

.sc-text-link--light {
  color: var(--sc-white);
}

.sc-service-ribbon {
  align-items: center;
  background: var(--sc-black);
  border-top: 1px solid rgba(247, 245, 242, 0.14);
  color: var(--sc-white);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.61rem;
  gap: 1.2rem clamp(1.2rem, 3vw, 3.5rem);
  justify-content: center;
  letter-spacing: 0.2em;
  min-height: 70px;
  padding: 1.35rem 1.5rem;
  text-transform: uppercase;
}

.sc-service-ribbon i {
  background: var(--sc-fuchsia);
  border-radius: 999px;
  height: 5px;
  width: 5px;
}

.sc-intro {
  display: grid;
  gap: 3rem clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  padding-block: clamp(6rem, 9vw, 8.5rem);
}

.sc-intro__copy h2 {
  font-size: clamp(3.4rem, 6.3vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
  margin-bottom: 2.5rem;
  max-width: 12ch;
}

.sc-intro__copy > p {
  color: var(--sc-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.8;
  margin-left: auto;
  max-width: 39rem;
}

.sc-editorial {
  align-items: stretch;
  background: var(--sc-ivory);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 830px;
}

.sc-editorial__image {
  background: var(--sc-black);
  margin: 0;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.sc-editorial__image img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.sc-editorial:hover .sc-editorial__image img {
  transform: scale(1.018);
}

.sc-editorial__image figcaption {
  bottom: 1.6rem;
  color: rgba(247, 245, 242, 0.72);
  font-size: 0.58rem;
  left: 1.8rem;
  letter-spacing: 0.18em;
  position: absolute;
}

.sc-editorial__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 9rem);
}

.sc-editorial__copy h2 {
  font-size: clamp(3.6rem, 6.7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.83;
  margin: 2rem 0 2.5rem;
}

.sc-editorial__copy > p:not(.sc-eyebrow) {
  color: var(--sc-muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 30rem;
}

.sc-services {
  background: var(--sc-black);
  color: var(--sc-white);
  padding-block: clamp(6rem, 10vw, 10rem);
}

.sc-services .sc-shell {
  display: grid;
  gap: 5rem clamp(4rem, 10vw, 11rem);
  grid-template-columns: minmax(270px, 0.42fr) minmax(0, 1fr);
}

.sc-services__heading h2 {
  font-size: clamp(3.8rem, 6.7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.82;
  margin-top: 2.2rem;
}

.sc-services__list {
  border-top: 1px solid rgba(247, 245, 242, 0.28);
}

.sc-services__list a {
  align-items: center;
  border-bottom: 1px solid rgba(247, 245, 242, 0.28);
  color: var(--sc-white);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 2.5rem 1fr auto;
  min-height: 116px;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: color 180ms ease, padding 180ms ease;
}

.sc-services__list a:hover,
.sc-services__list a:focus-visible {
  color: var(--sc-fuchsia);
  padding-inline: 0.75rem;
}

.sc-services__list span,
.sc-services__list em {
  font-size: 0.61rem;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sc-services__list strong {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  font-weight: 400;
  line-height: 1;
}

.sc-craft {
  background: #111;
  color: var(--sc-white);
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
}

.sc-craft__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 8vw, 9rem);
}

.sc-craft__copy h2 {
  font-size: clamp(3.8rem, 6.7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.82;
  margin: 2.1rem 0 2.7rem;
}

.sc-craft__copy > p:not(.sc-eyebrow) {
  color: rgba(247, 245, 242, 0.7);
  line-height: 1.8;
  margin-bottom: 2.7rem;
  max-width: 35rem;
}

.sc-craft__image {
  margin: 0;
  min-height: 700px;
  overflow: hidden;
}

.sc-craft__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sc-legacy {
  align-items: end;
  display: grid;
  gap: 3rem clamp(4rem, 10vw, 10rem);
  grid-template-columns: 0.7fr 1.3fr;
  padding-block: clamp(6rem, 9vw, 9rem);
}

.sc-legacy__number {
  color: var(--sc-fuchsia);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(9rem, 20vw, 21rem);
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 0.57;
  white-space: nowrap;
}

.sc-legacy__copy h2 {
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
  margin: 1.8rem 0 2.3rem;
  max-width: 12ch;
}

.sc-legacy__copy > p:last-child {
  color: var(--sc-muted);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sc-special-order {
  background: var(--sc-ivory);
}

.sc-special-order__inner {
  padding-bottom: clamp(6rem, 8vw, 8rem);
  padding-top: clamp(6rem, 8vw, 8rem);
}

.sc-special-order__inner h2 {
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.76;
  margin: 2rem 0 3rem;
}

.sc-special-order__inner > p:not(.sc-eyebrow) {
  color: var(--sc-muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  margin-left: auto;
  max-width: 42rem;
}

.sc-special-order__inner > .sc-text-link {
  margin-left: calc(100% - min(42rem, 100%));
}

.sc-visit {
  background: var(--sc-black);
  color: var(--sc-white);
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  min-height: 760px;
  overflow: hidden;
}

.sc-visit__details {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 8vw, 9rem);
}

.sc-visit__details h2 {
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.82;
  margin: 2rem 0 3rem;
}

.sc-visit__address {
  color: var(--sc-white);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.05;
  margin-bottom: 2rem;
  text-decoration-color: var(--sc-fuchsia);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.sc-visit__details > p:not(.sc-eyebrow) {
  color: rgba(247, 245, 242, 0.7);
  font-size: 0.82rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.sc-visit__statement {
  align-items: center;
  background: var(--sc-fuchsia);
  color: var(--sc-black);
  display: flex;
  flex-direction: column;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(7rem, 13vw, 14rem);
  font-weight: 400;
  justify-content: center;
  letter-spacing: -0.08em;
  line-height: 0.52;
  overflow: hidden;
  padding: 4rem 0;
}

.sc-closing {
  align-items: center;
  background: var(--sc-fuchsia);
  color: var(--sc-black);
  display: flex;
  flex-direction: column;
  min-height: 780px;
  padding: clamp(6rem, 10vw, 10rem) 1.5rem;
  text-align: center;
}

.sc-closing .sc-eyebrow {
  color: var(--sc-black);
}

.sc-closing h2 {
  font-size: clamp(4.8rem, 9.5vw, 10.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.7;
  margin: 3rem 0 4rem;
}

.sc-home a:focus-visible {
  outline-color: var(--sc-fuchsia);
}

.sc-closing a:focus-visible,
.sc-visit__statement:focus-visible {
  outline-color: var(--sc-black);
}

@media (max-width: 960px) {
  .sc-site-header .wp-block-navigation__responsive-container-open {
    color: var(--sc-white);
  }

  .sc-hero-inner {
    align-items: flex-end !important;
  }

  .sc-hero-mark {
    opacity: 0.2;
    position: absolute;
    right: -2rem;
    top: 10rem;
    width: 48vw;
  }

  [dir="rtl"] .sc-hero-mark,
  body.rtl .sc-hero-mark {
    left: -2rem;
    right: auto;
  }

  .sc-campaign-hero {
    min-height: 820px;
  }

  .sc-campaign-hero__image {
    object-position: 64% center;
  }

  .sc-intro,
  .sc-services .sc-shell,
  .sc-legacy {
    grid-template-columns: 1fr;
  }

  .sc-intro__copy > p,
  .sc-special-order__inner > p:not(.sc-eyebrow) {
    margin-left: 0;
  }

  .sc-special-order__inner > .sc-text-link {
    margin-left: 0;
  }

  .sc-editorial {
    grid-template-columns: 1fr 1fr;
    min-height: 720px;
  }

  .sc-editorial__image,
  .sc-craft__image {
    min-height: 620px;
  }

  .sc-editorial__copy,
  .sc-craft__copy,
  .sc-visit__details {
    padding: clamp(3.5rem, 6vw, 5rem);
  }

  .sc-craft {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .sc-legacy__number {
    line-height: 0.68;
  }

  .sc-visit {
    grid-template-columns: 1fr 0.7fr;
  }
}

@media (max-width: 820px) {
  .sc-editorial,
  .sc-craft {
    grid-template-columns: 1fr;
  }

  .sc-editorial__image {
    min-height: clamp(560px, 78vw, 640px);
  }

  .sc-craft__image {
    min-height: clamp(420px, 58vw, 520px);
    order: -1;
  }
}

@media (max-width: 700px) {
  .sc-site-header {
    padding-block: 0.35rem !important;
  }

  .sc-header-brand img {
    height: 52px;
  }

  .sc-header-wordmark strong {
    font-size: 1.15rem;
  }

  .sc-header-wordmark small {
    font-size: 0.45rem;
  }

  .sc-language-link {
    border-inline-start: 0;
    padding-inline-start: 0;
  }

  .sc-hero {
    min-height: 820px;
  }

  .sc-hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.6rem);
    line-height: 0.88;
  }

  .sc-hero .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .sc-hero .wp-block-button,
  .sc-hero .wp-block-button__link {
    width: 100%;
  }

  .sc-service-card {
    min-height: 300px;
  }

  .sc-section {
    padding-block: 4.5rem;
  }

  .sc-home {
    margin-inline: -1.25rem;
  }

  .sc-campaign-hero {
    min-height: 750px;
  }

  .sc-campaign-hero__image {
    object-position: 70% center;
  }

  .sc-campaign-hero__veil {
    background:
      linear-gradient(90deg, rgba(9, 9, 9, 0.9) 0%, rgba(9, 9, 9, 0.38) 88%),
      linear-gradient(0deg, rgba(9, 9, 9, 0.86) 0%, rgba(9, 9, 9, 0.06) 60%);
  }

  .sc-campaign-hero__content {
    justify-content: flex-end;
    padding-bottom: 7rem;
  }

  .sc-campaign-hero h1 {
    font-size: clamp(4rem, 18vw, 6.3rem);
    line-height: 0.8;
  }

  .sc-campaign-hero__dek {
    font-size: 0.95rem;
    max-width: 27rem;
  }

  .sc-campaign-hero__note {
    bottom: 1.2rem;
    font-size: 0.52rem;
  }

  .sc-action-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .sc-service-ribbon {
    gap: 0.75rem 1rem;
  }

  .sc-service-ribbon i:nth-of-type(2),
  .sc-service-ribbon span:nth-of-type(3),
  .sc-service-ribbon i:nth-of-type(3) {
    display: none;
  }

  .sc-intro {
    gap: 2.5rem;
    padding-block: 5rem;
  }

  .sc-intro__copy h2,
  .sc-editorial__copy h2,
  .sc-services__heading h2,
  .sc-craft__copy h2,
  .sc-visit__details h2 {
    font-size: clamp(3.7rem, 16vw, 5.7rem);
  }

  .sc-editorial,
  .sc-craft,
  .sc-visit {
    grid-template-columns: 1fr;
  }

  .sc-editorial__image {
    min-height: 560px;
  }

  .sc-editorial__copy,
  .sc-craft__copy,
  .sc-visit__details {
    padding: 4.5rem 1.5rem;
  }

  .sc-services .sc-shell {
    gap: 4rem;
    padding-inline: 1.5rem;
  }

  .sc-services__list a {
    gap: 0.8rem;
    grid-template-columns: 2rem 1fr;
    min-height: 98px;
  }

  .sc-services__list em {
    display: none;
  }

  .sc-services__list strong {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .sc-craft__image {
    min-height: 420px;
    order: -1;
  }

  .sc-legacy {
    gap: 3rem;
    padding-block: 5rem;
  }

  .sc-legacy__number {
    font-size: clamp(10rem, 47vw, 15rem);
    line-height: 0.55;
  }

  .sc-special-order__inner {
    padding-block: 5rem;
  }

  .sc-special-order__inner h2 {
    font-size: clamp(4.3rem, 19vw, 7rem);
    line-height: 0.72;
  }

  .sc-visit__statement {
    display: none;
  }

  .sc-closing {
    min-height: 650px;
  }

  .sc-closing h2 {
    font-size: clamp(4.5rem, 20vw, 7rem);
    line-height: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .sc-site-header,
  .sc-site-footer,
  .wp-block-buttons {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
