:root {
  --ink: #111111;
  --gold: #b7a074;
  --gold-dark: #967e52;
  --ivory: #f7f5f0;
  --body: #292929;
  --muted: #6d6a64;
  --line: #e5e0d6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 90px;
}

body {
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 0.5rem;
  background: white;
  padding: 0.75rem 1rem;
  color: var(--ink);
  font-weight: 700;
  transition: transform 180ms ease;
}

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

.page-shell {
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
}

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

.site-header {
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 35px rgb(17 17 17 / 5%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-logo {
  display: block;
  width: 175px;
  height: 56px;
  object-fit: fill;
  object-position: center;
}

.brand-logo-footer {
  width: 280px;
  height: 100px;
}

.nav-link {
  position: relative;
  padding-block: 1rem;
  color: var(--body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  transition: color 180ms ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--gold-dark);
  content: "";
  transition: transform 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--gold-dark);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.mobile-menu {
  max-height: calc(100vh - 76px);
  overflow-y: auto;
}

.mobile-nav-link {
  min-height: 46px;
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.icon-button {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--ink);
}

.icon-button svg {
  width: 21px;
  height: 21px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  padding: 0.78rem 1.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-dark:hover {
  background: var(--gold-dark);
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-gold:hover {
  background: var(--gold-dark);
  color: white;
}

.button-outline {
  border-color: rgb(183 160 116 / 75%);
  color: var(--gold);
}

.button-outline:hover {
  border-color: var(--gold);
  background: rgb(183 160 116 / 10%);
  color: white;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow > span {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
}

.eyebrow-on-dark {
  color: var(--gold);
}

.hero-title {
  max-width: 780px;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.15rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-title em {
  color: var(--gold);
  font-style: normal;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.45rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
  color: var(--ink);
}

.prose-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.hero-grid-pattern {
  background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, black, transparent 85%);
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  opacity: 0.34;
  filter: saturate(0.55) sepia(0.1);
}

.hero-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(17 17 17 / 98%) 0%, rgb(17 17 17 / 91%) 39%, rgb(17 17 17 / 72%) 66%, rgb(17 17 17 / 42%) 100%),
    linear-gradient(0deg, rgb(17 17 17 / 82%) 0%, rgb(17 17 17 / 8%) 38%, rgb(17 17 17 / 50%) 100%);
  content: "";
}

.hero-section::after {
  position: absolute;
  top: 16%;
  left: -12%;
  z-index: -1;
  width: 460px;
  height: 460px;
  border: 1px solid rgb(183 160 116 / 13%);
  border-radius: 50%;
  content: "";
}

.editorial-image img {
  filter: saturate(0.65) sepia(0.08);
  object-position: center 12%;
}

.hero-proof-grid {
  display: grid;
  max-width: 690px;
  gap: 1px;
  border: 1px solid rgb(183 160 116 / 26%);
  background: rgb(183 160 116 / 26%);
}

.hero-proof-grid > div {
  min-height: 116px;
  background: rgb(17 17 17 / 74%);
  padding: 1.2rem;
  backdrop-filter: blur(10px);
}

.hero-proof-grid span {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.hero-proof-grid p {
  margin-top: 0.65rem;
  color: #bdbab4;
  font-size: 0.8rem;
  line-height: 1.65;
}

.hero-proof-grid > div {
  text-align: center;
}

.shadow-soft {
  box-shadow: 0 24px 60px rgb(17 17 17 / 7%);
}

.trust-card {
  min-height: 245px;
  border: 1px solid var(--line);
  background: white;
  padding: 2rem 1.7rem;
  text-align: center;
  transition: border-color 180ms ease, transform 180ms ease;
}

.trust-card:hover {
  z-index: 1;
  border-color: var(--gold);
  transform: translateY(-4px);
}

.trust-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-inline: auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-dark);
}

.trust-icon svg {
  width: 20px;
  height: 20px;
}

.trust-card h2 {
  margin-top: 1.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
}

.trust-card p {
  max-width: 250px;
  margin: 0.65rem auto 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.editorial-image {
  height: clamp(410px, 50vw, 600px);
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 4rem 0.75rem;
}

.image-caption {
  position: absolute;
  right: -0.5rem;
  bottom: -2rem;
  display: grid;
  gap: 0.25rem;
  border: 1px solid var(--line);
  background: white;
  padding: 1.25rem 1.6rem;
  box-shadow: 0 20px 50px rgb(17 17 17 / 8%);
}

.issue-list {
  display: grid;
  gap: 0.75rem;
}

.issue-list li {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  background: white;
  padding: 1rem 1.25rem;
  transition: border-color 180ms ease, transform 180ms ease;
}

.issue-list li:hover {
  border-color: var(--gold);
  transform: translateX(4px);
}

.issue-list span {
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.issue-list p {
  font-size: 0.9rem;
  font-weight: 600;
}

.note-box {
  display: flex;
  gap: 0.9rem;
  border-left: 2px solid var(--gold);
  background: rgb(183 160 116 / 11%);
  padding: 1.1rem 1.25rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.75;
}

.note-box svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--gold-dark);
}

.nasab-panel {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  overflow: hidden;
  padding: 4rem clamp(1.5rem, 5vw, 5rem);
  background: linear-gradient(145deg, rgb(183 160 116 / 17%), rgb(183 160 116 / 4%));
}

.nasab-panel::after {
  position: absolute;
  right: -160px;
  bottom: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgb(183 160 116 / 18%);
  border-radius: 50%;
  content: "";
}

.nasab-panel li {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: #d5d2cb;
  font-size: 0.85rem;
}

.nasab-panel li svg {
  width: 19px;
  height: 19px;
  color: var(--gold);
}

.nasab-copy,
.nasab-panel {
  text-align: center;
}

.nasab-copy .eyebrow {
  justify-content: center;
}

.nasab-copy .section-title,
.nasab-copy > div:not(.nasab-panel) {
  text-align: center;
}

.nasab-copy .button {
  margin-inline: auto;
}

.nasab-copy > .flex {
  max-width: 560px;
  align-items: center;
  border-top: 1px solid rgb(183 160 116 / 60%);
  border-left: 0;
  padding-top: 1rem;
  padding-left: 0;
}

.nasab-panel > div {
  width: 100%;
  max-width: 580px;
  margin-inline: auto;
}

.nasab-panel li {
  justify-content: center;
  text-align: center;
}

.situation-card {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  padding: 1.7rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.situation-card:hover {
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgb(17 17 17 / 5%);
}

.situation-card span {
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.situation-card h3 {
  margin-top: 1.5rem;
  max-width: 90%;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-dark);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.text-link svg {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.process-grid {
  position: relative;
  display: grid;
  gap: 1.25rem;
}

.process-step {
  position: relative;
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
}

.process-number {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--ivory);
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 700;
}

.process-step h3 {
  margin-top: 1.25rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.1;
}

.process-step p {
  margin-top: 0.75rem;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.75;
}

.process-section {
  text-align: center;
}

.process-step .process-number {
  margin-inline: auto;
}

.services-grid {
  display: grid;
  gap: 1rem;
}

.service-card,
.service-cta {
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  padding: 1.8rem;
}

.service-card {
  background: white;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover {
  border-color: var(--gold);
  box-shadow: 0 20px 45px rgb(17 17 17 / 6%);
  transform: translateY(-4px);
}

.service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-dark);
}

.service-icon svg,
.service-cta > svg {
  width: 21px;
  height: 21px;
}

.service-card h3,
.service-cta h3 {
  margin-top: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15;
}

.service-card ul {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.service-card li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.5;
}

.service-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.service-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: white;
}

.service-cta > svg {
  color: var(--gold);
}

.service-cta p {
  margin-top: 1rem;
  color: #aaa7a0;
  font-size: 0.82rem;
  line-height: 1.75;
}

.commitment-grid {
  display: grid;
  gap: 1px;
  background: rgb(255 255 255 / 10%);
}

.commitment-card {
  display: flex;
  gap: 1.25rem;
  background: var(--ink);
  padding: 1.8rem;
}

.commitment-card > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid rgb(183 160 116 / 45%);
  border-radius: 50%;
  color: var(--gold);
}

.commitment-card svg {
  width: 19px;
  height: 19px;
}

.commitment-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.15;
}

.commitment-card p {
  margin-top: 0.65rem;
  color: #aaa7a0;
  font-size: 0.79rem;
  line-height: 1.7;
}
