.font-display { font-family: 'Cormorant Garamond', Georgia, serif; }
.font-body { font-family: 'Libre Franklin', 'Outfit', sans-serif; }
html, body { height: 100%; margin: 0; }
body { box-sizing: border-box; }

.hidden { display: none; }
#cookie-modal.hidden { display: none; }

.fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.line-reveal { width: 0; transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1); }
.line-reveal.visible { width: 64px; }
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

.service-card { transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(58, 51, 46, 0.08); }

.services-redesign {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.95), rgba(255,255,255,0.42) 34%, transparent 62%),
    #f7f3ef;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.service-card-redesign {
  min-height: 360px;
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(205,183,164,0.28);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(58,51,46,0.06);
}
.service-card-redesign:hover {
  border-color: rgba(160,142,121,0.45);
  box-shadow: 0 22px 60px rgba(58,51,46,0.1);
}
.service-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #15110e;
  background: linear-gradient(145deg, #eee7df, #ddd1c6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 10px 26px rgba(58,51,46,0.06);
}
.service-icon svg,
.service-link svg,
.services-advisory-cta svg {
  stroke-width: 1.35;
}
.service-icon svg {
  width: 34px;
  height: 34px;
}
.service-title {
  min-height: 66px;
  margin-top: 22px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
}
.service-rule {
  width: 30px;
  height: 1px;
  margin: 20px auto 24px;
  background: linear-gradient(90deg, transparent, #b28a63, transparent);
}
.service-desc {
  flex: 1;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
  color: #4f4b47;
}
.service-link {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.service-link svg,
.services-advisory-cta svg {
  color: #a67850;
  transition: transform 0.3s ease;
}
.service-card-redesign:hover .service-link svg,
.services-advisory-cta:hover svg {
  transform: translateX(4px);
}
.services-advisory {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 28px auto 0;
  padding: 40px 54px;
  max-width: 1340px;
  min-height: 170px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #050505 0%, #090909 68%, rgba(9,9,9,0.7) 100%),
    url('../images/background1.png') right center / auto 145% no-repeat;
  border: 1px solid rgba(160,142,121,0.22);
}
.services-advisory-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 34px;
}
.service-icon-light {
  width: 76px;
  height: 76px;
  background: linear-gradient(145deg, #dccfc3, #bba995);
  color: #fffaf4;
}
.services-advisory-title {
  color: #f2e9e0;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 500;
}
.service-rule-left {
  margin: 16px 0 18px;
}
.services-advisory-text {
  color: #efe6dd;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
}
.services-advisory-text:empty {
  display: none;
}
.services-advisory-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-shrink: 0;
  padding: 18px 30px;
  min-width: 250px;
  border-radius: 3px;
  background: #f2e9e0;
  color: #3a332e;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), background 0.3s ease;
}
.services-advisory-cta:hover {
  transform: translateY(-1px);
  background: #fff8f0;
}

@media (max-width: 1180px) {
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-advisory {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 28px;
  }
  .services-advisory-content {
    align-items: flex-start;
    gap: 22px;
  }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card-redesign { min-height: auto; }
  .service-title { min-height: auto; }
  .services-advisory-content { flex-direction: column; }
  .services-advisory-cta { width: 100%; min-width: 0; }
}

.nav-link {
  position: relative;
  color: #000000;
  text-decoration: none;
}
#main-nav {
  color: #000000;
}
#main-nav a:not(.btn-primary),
#main-nav button:not(.lang-btn),
#main-nav .nav-link {
  color: #000000;
}
#main-nav #nav-cta {
  color: #f2e9e0;
}
#main-nav #mobile-toggle {
  color: #000000;
}
.nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: #000000; transition: width 0.3s ease; }
.nav-link:hover::after { width: 100%; }
.service-nav-dropdown {
  position: relative;
}
.service-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-nav-trigger svg {
  stroke-width: 1.4;
  color: #a08e79;
  transition: transform 0.25s ease;
}
.service-nav-dropdown:hover .service-nav-trigger svg,
.service-nav-dropdown:focus-within .service-nav-trigger svg {
  transform: rotate(180deg);
}
.service-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  min-width: 250px;
  padding: 12px;
  transform: translate(-50%, 8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(247,243,239,0.98);
  border: 1px solid rgba(160,142,121,0.22);
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(58,51,46,0.12);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.service-dropdown-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}
.service-nav-dropdown:hover .service-dropdown-menu,
.service-nav-dropdown:focus-within .service-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.service-dropdown-link {
  display: block;
  padding: 11px 12px;
  color: #3a332e;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.service-dropdown-link:hover,
.service-dropdown-link:focus {
  background: rgba(160,142,121,0.11);
  color: #000;
  outline: none;
  transform: translateX(2px);
}
.mobile-services-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.mobile-service-link {
  color: #736252;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.market-selector {
  position: relative;
  margin-left: 4px;
}
.market-selector-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(160,142,121,0.36);
  border-radius: 4px;
  background: rgba(242,233,224,0.55);
  color: #1d1915;
  font-family: 'Libre Franklin', 'Outfit', sans-serif;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.market-selector-trigger:hover,
.market-selector:focus-within .market-selector-trigger,
.market-selector.open .market-selector-trigger {
  background: rgba(255,255,255,0.72);
  border-color: rgba(160,142,121,0.62);
}
.market-current-code {
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}
.market-current-name {
  max-width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
}
.market-chevron {
  color: #a08e79;
  transition: transform 0.2s ease;
}
.market-selector:focus-within .market-chevron,
.market-selector.open .market-chevron {
  transform: rotate(180deg);
}
.market-selector-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 220px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  background: rgba(247,243,239,0.98);
  border: 1px solid rgba(160,142,121,0.22);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(58,51,46,0.13);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.market-selector:focus-within .market-selector-menu,
.market-selector.open .market-selector-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.market-option {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 4px;
  color: #3a332e;
  text-decoration: none;
  font-family: 'Libre Franklin', 'Outfit', sans-serif;
}
.market-option:hover,
.market-option:focus,
.market-option.active {
  background: rgba(205,183,164,0.18);
  color: #000;
}
.market-option-code {
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.market-option-name {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
}

.grain-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; z-index: 9999; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat: repeat; background-size: 256px 256px; }

.btn-primary { background: #000000; color: #f2e9e0; transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.btn-primary:hover { background: #2a2a2a; transform: translateY(-1px); }
.btn-outline { border: 1px solid #000000; color: #000000; transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.btn-outline:hover { background: #000000; color: #f2e9e0; transform: translateY(-1px); }
.btn-outline-light { border: 1px solid rgba(160, 142, 121, 0.4); color: #3a332e; background: transparent; transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.btn-outline-light:hover { background: rgba(160, 142, 121, 0.08); transform: translateY(-1px); }

.mobile-menu { transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
.mobile-menu.open { transform: translateX(0); }

.about-dark-text { color: #f2e9e0; }

/* Data-breaches visual language applied to the home about block */
#about {
  background: #0f0f0f !important;
  color: #f7efe8;
}
#about #about-label {
  color: #cdb7a4 !important;
  letter-spacing: 0.24em !important;
  font-weight: 600 !important;
}
#about #about-title {
  color: #f7efe8 !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
#about #about-text,
#about #about-text2 {
  color: #d0c2b8 !important;
  font-family: 'Libre Franklin', 'Outfit', sans-serif !important;
}
#about .line-reveal {
  background: #cdb7a4 !important;
}

/* Legacy language buttons are kept for older static previews. */
.lang-btn { background: transparent; border: 1px solid rgba(160,142,121,0.4); color: #3a332e; font-family: 'Outfit', sans-serif; font-size: 11px; letter-spacing: 0.15em; font-weight: 600; padding: 4px 10px; border-radius: 2px; cursor: pointer; transition: all 0.2s ease; }
.lang-btn.active { background: #000; color: #f2e9e0; border-color: #000; }
.lang-btn:not(.active):hover { background: rgba(160,142,121,0.1); }

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; padding: 24px 0; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
.cookie-banner.visible { transform: translateY(0); }
.cookie-content { background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); padding: 24px; border-radius: 4px; border: 1px solid rgba(160,142,121,0.3); }
.cookie-btn-primary { background: #000; color: #f2e9e0; border: none; transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.cookie-btn-primary:hover { background: #2a2a2a; transform: translateY(-1px); }
.cookie-btn-secondary { background: transparent; color: #3a332e; border: 1px solid rgba(160,142,121,0.4); transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.cookie-btn-secondary:hover { background: rgba(160,142,121,0.1); transform: translateY(-1px); }
.cookie-btn-outline { background: transparent; color: #000; border: 1px solid #000; transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.cookie-btn-outline:hover { background: #000; color: #f2e9e0; transform: translateY(-1px); }

.cookie-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; }
.cookie-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.cookie-modal-content { position: relative; max-width: 560px; width: 90%; max-height: 90vh; overflow-y: auto; }
.cookie-checkbox { width: 20px; height: 20px; accent-color: #a08e79; cursor: pointer; }
.cookie-option { padding: 16px; background: rgba(255,255,255,0.5); border: 1px solid rgba(160,142,121,0.2); border-radius: 4px; }
.cookie-option-desc { display: block; margin-top: 4px; }
/* Service detail pages */
.service-detail-page {
  background: #0a0a0a;
  color: #f7efe8;
  font-family: 'Libre Franklin', 'Outfit', sans-serif;
}

.service-detail-page .sd-section {
  padding: 104px 24px;
}

.service-detail-page .sd-container {
  max-width: 1180px;
  margin: 0 auto;
}

.service-detail-page .sd-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #0a0a0a;
}

.service-detail-page .sd-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(0.8) contrast(1.02);
}

.service-detail-page .sd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.86) 0%, rgba(10,10,10,0.60) 42%, rgba(10,10,10,0.35) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.35) 0%, rgba(10,10,10,0.20) 45%, rgba(10,10,10,0.78) 100%);
}

.service-detail-page .sd-hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 150px 24px 96px;
  margin: 0 auto;
  width: min(1120px, 100%);
}

.service-detail-page .sd-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #cdb7a4;
  margin-bottom: 24px;
  font-weight: 600;
}

.service-detail-page .sd-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.94;
  font-weight: 700;
  color: #f7efe8;
  margin: 0 0 28px;
  letter-spacing: 0;
}

.service-detail-page .sd-subtitle {
  color: #eee1d7;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 300;
  max-width: 720px;
}

.service-detail-page .sd-body {
  color: #c9bdb4;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  max-width: 700px;
}

.service-detail-page .sd-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.service-detail-page .sd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 2.2rem;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.service-detail-page .sd-button:hover {
  transform: translateY(-2px);
}

.service-detail-page .sd-button-primary {
  background: #cdb7a4;
  color: #000;
}

.service-detail-page .sd-button-secondary {
  border: 1.5px solid #cdb7a4;
  color: #cdb7a4;
  background: transparent;
}

.service-detail-page .sd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.service-detail-page .sd-tag {
  border: 1px solid rgba(205,183,164,0.35);
  color: #cdb7a4;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.service-detail-page .sd-light {
  background: #f2e9e0;
  color: #111;
}

.service-detail-page .sd-warm {
  background: #f2e9e0;
  color: #111;
}

.service-detail-page .sd-dark {
  background: #0f0f0f;
  color: #f7efe8;
}

.service-detail-page .sd-dpo-intro {
  background: #f2e9e0;
  color: #111;
}

.service-detail-page .sd-dpo-intro .max-w-4xl {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.service-detail-page .sd-dpo-intro .sd-section-title {
  color: #111;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 0.98;
}

.service-detail-page .sd-dpo-intro .sd-lead {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #201a16;
  font-size: 20px;
  line-height: 1.75;
}

.service-detail-page .sd-dpo-intro .sd-muted {
  max-width: 900px;
  margin: 42px auto 0;
  padding: 32px 42px;
  border-left: 4px solid #a08e79;
  background: rgba(205, 183, 164, 0.14);
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}

.service-detail-page .sd-dpo-services {
  background: #0f0f0f;
  color: #f7efe8;
}

.service-detail-page .sd-dpo-services .sd-lead {
  color: #d0c2b8;
}

.service-detail-page .sd-dpo-services .sd-card-grid {
  gap: 26px;
}

.service-detail-page .sd-dpo-services .sd-card {
  min-height: 285px;
  padding: 36px 38px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(205, 183, 164, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  border: 1px solid rgba(205, 183, 164, 0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.service-detail-page .sd-dpo-services .sd-card:hover {
  border-color: rgba(205, 183, 164, 0.68);
  transform: translateY(-4px);
}

.service-detail-page .sd-dpo-services .sd-card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(205, 183, 164, 0.13);
  border: 1px solid rgba(205, 183, 164, 0.36);
  color: #d7c8ba;
}

.service-detail-page .sd-dpo-services .sd-card-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.65;
}

.service-detail-page .sd-dpo-services .sd-card-title {
  color: #f7efe8;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-detail-page .sd-dpo-services .sd-card-text {
  color: #e0d1c6;
  font-size: 20px;
  line-height: 1.55;
}

.service-detail-page .sd-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 72px;
  align-items: start;
}

.service-detail-page .sd-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  font-weight: 700;
  margin: 28px 0 30px;
}

.service-detail-page .sd-section-title.dark {
  color: #f2e9e0;
}

.service-detail-page .sd-lead {
  font-size: 18px;
  line-height: 1.65;
  color: #3a332e;
  font-weight: 300;
}

.service-detail-page .sd-dark .sd-lead,
.service-detail-page .sd-dark .sd-muted {
  color: #d0c2b8;
}

.service-detail-page .sd-muted {
  color: #4d433d;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 300;
}

.service-detail-page .sd-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
  border: 0;
}

.service-detail-page .sd-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(205,183,164,0.2);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  min-height: 190px;
  transition: border-color 0.3s, transform 0.3s;
}

.service-detail-page .sd-light .sd-card,
.service-detail-page .sd-warm .sd-card {
  background: rgba(255,255,255,0.72);
  border-color: rgba(184,150,110,0.24);
}

.service-detail-page .sd-card:hover {
  border-color: #cdb7a4;
  transform: translateY(-3px);
}

.service-detail-page .sd-card-number {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #cdb7a4;
  margin-bottom: 18px;
  font-weight: 600;
}

.service-detail-page .sd-card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.service-detail-page .sd-card-text {
  color: rgba(247,239,232,0.72);
  font-size: 14px;
  line-height: 1.65;
}

.service-detail-page .sd-light .sd-card-text,
.service-detail-page .sd-warm .sd-card-text {
  color: rgba(23,18,15,0.68);
}

.service-detail-page .sd-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-detail-page .sd-icon-card {
  padding: 26px 18px;
  text-align: center;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(184,150,110,0.24);
  border-radius: 10px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-detail-page .sd-icon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.07);
}

.service-detail-page .sd-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(205,183,164,0.22);
  border: 1px solid rgba(205,183,164,0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.service-detail-page .sd-scope-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(205,183,164,0.08), transparent 38%),
    #0f0f0f;
}

.service-detail-page .sd-scope-section .sd-container {
  max-width: 1220px;
}

.service-detail-page .sd-scope-section .sd-lead {
  color: #d0c2b8;
  max-width: 760px;
}

.service-detail-page .sd-scope-section .sd-icon-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-detail-page .sd-scope-section .sd-icon-card {
  min-height: 220px;
  padding: 28px 30px 30px;
  text-align: left;
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border: 1px solid rgba(205,183,164,0.22);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.service-detail-page .sd-scope-section .sd-icon-card:hover {
  transform: translateY(-4px);
  border-color: rgba(205,183,164,0.72);
  box-shadow: 0 18px 48px rgba(0,0,0,0.22);
}

.service-detail-page .sd-scope-section .sd-icon {
  width: 44px;
  height: 44px;
  margin: 0 0 24px;
  background: rgba(205,183,164,0.13);
  border-color: rgba(205,183,164,0.32);
  color: #cdb7a4;
}

.service-detail-page .sd-scope-section .sd-icon-card h3 {
  margin: 0 0 12px;
  color: #f2e9e0;
  font-family: 'Libre Franklin', 'Outfit', sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.service-detail-page .sd-scope-section .sd-icon-card p {
  margin: 0;
  color: #d0c2b8;
  font-size: 16px;
  line-height: 1.62;
}

.service-detail-page .sd-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-detail-page .sd-pill {
  border: 1px solid rgba(205,183,164,0.35);
  color: #cdb7a4;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 13px;
}

.service-detail-page .sd-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(0,0,0,0.14);
}

.service-detail-page .sd-step {
  padding: 30px 24px 8px 0;
  border-right: 1px solid rgba(0,0,0,0.1);
  min-height: 190px;
}

.service-detail-page .sd-step:last-child {
  border-right: 0;
}

.service-detail-page .sd-step-number {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 42px;
  line-height: 1;
  color: #cdb7a4;
  margin-bottom: 22px;
}

.service-detail-page .sd-value-band {
  background: #cdb7a4;
  color: #000;
  overflow: hidden;
}

.service-detail-page .sd-value-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(46px, 8vw, 96px);
  line-height: 0.92;
  font-weight: 300;
}

.service-detail-page .sd-split-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0a0a0a;
}

.service-detail-page .sd-split-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 150px 24px 96px;
  background: transparent;
}

.service-detail-page .sd-split-copy-inner {
  max-width: 760px;
}

.service-detail-page .sd-split-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.94;
  font-weight: 700;
  margin-bottom: 30px;
  color: #f7efe8;
}

.service-detail-page .sd-split-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
  background: #000;
}

.service-detail-page .sd-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(0.8) contrast(1.02);
}

.service-detail-page .sd-split-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.82) 0%, rgba(10,10,10,0.58) 46%, rgba(10,10,10,0.30) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.28) 0%, rgba(10,10,10,0.16) 45%, rgba(10,10,10,0.70) 100%);
}

.service-detail-page .sd-split-hero .sd-lead {
  color: #f0e6dc;
  font-size: 20px;
  line-height: 1.65;
  text-shadow: 0 1px 18px rgba(0,0,0,0.48);
}

.service-detail-page .sd-split-hero .sd-muted {
  color: #d8ccc2;
  font-size: 16px;
  line-height: 1.7;
  text-shadow: 0 1px 18px rgba(0,0,0,0.48);
}

.service-detail-page .sd-split-hero .sd-button:not(.sd-button-primary) {
  border: 1.5px solid rgba(205,183,164,0.7) !important;
  color: #f2e9e0 !important;
  background: rgba(10,10,10,0.18);
}

.service-detail-page .sd-split-hero .sd-button:not(.sd-button-primary):hover {
  background: rgba(205,183,164,0.12);
  border-color: #cdb7a4 !important;
}

.service-detail-page .sd-timeline {
  position: relative;
  max-width: 780px;
  padding-left: 42px;
}

.service-detail-page .sd-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: 1px;
  background: linear-gradient(to bottom, #cdb7a4, rgba(205,183,164,0));
}

.service-detail-page .sd-timeline-item {
  position: relative;
  margin-bottom: 36px;
}

.service-detail-page .sd-timeline-item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cdb7a4;
}

@media (max-width: 900px) {
  .service-detail-page .sd-section {
    padding: 72px 24px;
  }

  .service-detail-page .sd-grid-two,
  .service-detail-page .sd-split-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-detail-page .sd-card-grid,
  .service-detail-page .sd-icon-grid,
  .service-detail-page .sd-step-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-page .sd-step {
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    min-height: auto;
    padding-right: 0;
  }

  .service-detail-page .sd-title,
  .service-detail-page .sd-split-title,
  .ecommerce-page .editorial-title,
  .tm-hero-content h1 {
    font-size: 52px !important;
  }

  .service-detail-page .sd-split-copy {
    padding: 82px 24px 64px;
  }

  .service-detail-page .sd-split-image {
    min-height: 360px;
  }
}
