/* DRP Solutions Ltd — Holding Page */

:root {
  --color-ink: #071b42;
  --color-text-inverse: #f5f7fb;
  --font-display: 'Cabinet Grotesk', 'Georgia', serif;
  --font-body: 'Satoshi', 'Helvetica Neue', sans-serif;

  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body, sans-serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.holding {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 5vw, 3rem);
  background-color: var(--color-ink);
  background-image:
    linear-gradient(
      120deg,
      oklch(0.14 0.06 260 / 0.94) 0%,
      oklch(0.14 0.06 260 / 0.8) 45%,
      oklch(0.14 0.06 260 / 0.55) 100%
    ),
    url('./assets/hero-bg.png');
  background-size: cover;
  background-position: center right;
  color: var(--color-text-inverse);
  text-align: center;
  overflow: hidden;
}

.holding-inner {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: clamp(2rem, 8vh, 4rem);
}

.brand {
  display: inline-flex;
  text-decoration: none;
  margin-bottom: var(--space-8);
}

.brand img {
  height: clamp(100px, 13vw, 150px);
  width: auto;
  filter: brightness(0) invert(1);
}

.eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7fb2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 var(--space-5);
}

h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 var(--space-6);
  color: #ffffff;
}

.holding-image {
  width: 100%;
  max-width: 560px;
  margin: 0 0 var(--space-8);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px oklch(1 0 0 / 0.12),
    0 24px 60px -20px oklch(0 0 0 / 0.65);
}

.holding-image img,
.holding-image video {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  background-color: var(--color-ink);
}

.lead {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.6;
  color: oklch(0.94 0.02 260 / 0.82);
  max-width: 56ch;
  margin: 0 auto var(--space-10);
}

.holding-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.btn-primary {
  background-color: #5b9bef;
  color: #071b42;
}

.btn-primary:hover {
  background-color: #7fb2f4;
  transform: translateY(-1px);
}

.btn-ghost {
  background-color: transparent;
  border: 1px solid oklch(1 0 0 / 0.28);
  color: #f5f7fb;
}

.btn-ghost:hover {
  border-color: oklch(1 0 0 / 0.55);
  background-color: oklch(1 0 0 / 0.06);
}

.what-we-do {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: var(--space-20);
}

.what-we-do .section-eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7fb2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 var(--space-8);
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: oklch(1 0 0 / 0.1);
  border: 1px solid oklch(1 0 0 / 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.cap-item {
  background-color: oklch(1 0 0 / 0.04);
  padding: var(--space-8) var(--space-6);
  text-align: left;
}

.cap-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: #7fb2f4;
  margin-bottom: 0.75rem;
}

.cap-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 0.6rem;
}

.cap-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: oklch(0.94 0.02 260 / 0.72);
  margin: 0;
}

@media (max-width: 720px) {
  .cap-grid {
    grid-template-columns: 1fr;
  }
}

.holding-footer {
  position: relative;
  z-index: 1;
  text-align: center;
  color: oklch(0.94 0.02 260 / 0.6);
  font-size: 0.8125rem;
  line-height: 1.7;
  padding-top: var(--space-8);
}

.holding-footer p {
  margin: 0.25rem 0;
}

.divider-dot span {
  display: inline-block;
}

.divider-dot span + span::before {
  content: '\00b7';
  margin: 0 0.5em;
  color: oklch(0.94 0.02 260 / 0.4);
}

@media (max-width: 560px) {
  .divider-dot {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }
  .divider-dot span + span::before {
    content: none;
  }
  .holding-actions {
    flex-direction: column;
    width: 100%;
  }
  .btn {
    width: 100%;
  }
}
