/* Bundled stylesheet for the Services page — generated from /css/ + /services/css/. Edit those source files, then regenerate this bundle. */

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */


/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
	margin: 0;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
	tab-size: 4; /* 3 */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}
nav {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(14, 14, 14, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease);

  &.is-scrolled {
    border-bottom-color: var(--border);
    background-color: rgba(11, 11, 12, 0.95);
  }

  .box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.5rem;

    a[aria-label] {
      display: flex;
      align-items: center;
      height: 100%;
    }

    img {
      height: 2.1rem;
      width: auto;
      object-fit: contain;
    }

    #nav-btn {
      position: relative;
      z-index: 1000;
      width: 42px;
      height: 42px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: var(--radius-sm);
      background: var(--surface);
      border: 1px solid var(--border);

      img {
        width: 18px;
        height: 18px;
      }
    }
  }
}

#nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s var(--ease);
  z-index: 998;
}

#nav-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

#links {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(78vw, 320px);
  background-color: var(--gr);
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 6rem 1.5rem 2rem;
  transform: translateX(100%);
  transition: transform 0.3s var(--ease);
  z-index: 999;

  a {
    padding: 0.85rem 0.5rem;
    color: var(--paper);
    font-weight: 600;
    border-bottom: 1px solid var(--border);
  }

  a[aria-current="page"] {
    color: var(--gold);
  }
}

#links.is-open {
  transform: translateX(0);
}

@media (min-width: 768px) {
  nav .box #nav-btn {
    display: none;
  }

  #nav-backdrop {
    display: none;
  }

  #links {
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    background: transparent;
    border-left: none;
    transform: none;

    a {
      border-bottom: none;
      padding: 0.5rem 1rem;
      border-radius: var(--radius-pill);
      transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
    }

    a:hover {
      background-color: var(--surface);
    }

    a[aria-current="page"] {
      background-color: var(--surface);
    }
  }
}

main {
  padding: 3rem 0 2rem;
  position: relative;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    max-width: 500px;
    max-height: 500px;
    background: radial-gradient(circle, rgba(237, 195, 13, 0.14), transparent 70%);
    pointer-events: none;
    z-index: -1;
  }

  .box {
    position: relative;

    h1 {
      font-size: 220%;
      padding-bottom: 0.5rem;
    }

    h2 {
      color: var(--paper-dim);
      font-weight: 500;
      font-size: 105%;
      padding-bottom: 1rem;
    }

    .intro {
      max-width: 60ch;
      color: var(--paper-dim);
      line-height: 1.65rem;
    }
  }
}

@media (min-width: 768px) {
  main {
    padding: 4rem 0 3rem;

    .box {
      h1 {
        font-size: 320%;
      }

      h2 {
        font-size: 130%;
      }
    }
  }
}

.services {
  padding: 1rem 0 4rem;

  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .service-card {
    scroll-margin-top: 6rem;
    padding: 1.75rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
  }

  .service-card:hover {
    border-color: var(--gold-dim);
    transform: translateY(-3px);
  }

  .service-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-sm);
    background: rgba(237, 195, 13, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
      width: 26px;
      height: 26px;
      stroke: var(--gold);
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
  }

  .service-card h2 {
    font-size: 1.2rem;
  }

  .service-card > p {
    color: var(--paper-dim);
    font-size: 0.92rem;
    line-height: 1.6rem;
  }

  .speed-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.25rem 0 0.5rem;
  }

  .speed-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-pill);
    background: var(--surface-2);
    border: 1px solid var(--border);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--paper-dim);
  }

  .speed-pill svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: var(--gold);
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .service-card .btn {
    align-self: flex-start;
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
  }
}

@media (min-width: 700px) {
  .services .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .services .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pop-up {
  padding: 2rem 0 4rem;

  .pop-up-card {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
  }

  img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .pop-up-copy {
    padding: 1.75rem;
  }

  h2 {
    font-size: 160%;
    padding-bottom: 0.85rem;
  }

  p {
    color: var(--paper-dim);
    padding-bottom: 1rem;
    line-height: 1.65rem;
  }

  p:last-of-type {
    padding-bottom: 1.5rem;
  }

  strong {
    color: var(--paper);
  }
}

@media (min-width: 768px) {
  .pop-up {
    .pop-up-card {
      flex-direction: row;
      align-items: stretch;
    }

    img {
      width: 42%;
      aspect-ratio: auto;
    }

    .pop-up-copy {
      flex: 1;
      padding: 2.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
}

footer {
  width: 100%;
  background-color: var(--surface);
  border-top: 1px solid var(--border);
  color: var(--paper-dim);
  padding: 3rem 0 1.5rem;

  .box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .brand {
    img {
      height: 2rem;
      width: auto;
      margin-bottom: 0.75rem;
    }

    p {
      max-width: 40ch;
      font-size: 0.9rem;
    }
  }

  .links {
    display: flex;
    gap: 0.75rem;

    a {
      width: 42px;
      height: 42px;
      background-color: var(--surface-2);
      border: 1px solid var(--border);
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: var(--radius-sm);
      transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease);

      img {
        object-fit: contain;
      }
    }

    a:hover {
      border-color: var(--gold-dim);
      background-color: var(--surface);
    }
  }

  .ql {
    p {
      color: var(--paper);
      font-weight: 700;
      padding-bottom: 0.75rem;
    }

    div {
      display: flex;
      flex-direction: column;
      gap: 0.6rem;

      a {
        color: var(--paper-dim);
      }

      a:hover {
        color: var(--gold);
      }
    }
  }

  .bottom {
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    font-size: 0.85rem;
  }

  .bottom a {
    color: var(--paper-dim);
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  footer {
    .box {
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .brand {
      flex-basis: 100%;
    }

    .bottom {
      flex-basis: 100%;
    }
  }
}

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
  /* brand palette (unchanged hues, extended for depth) */
  --l: #E8E9F3;
  --d: #000000;
  --y: #EDC30D;
  --gr: #0E0E0E;

  --ink: #000000;
  --paper: #E8E9F3;
  --paper-dim: #A6A8BD;
  --gold: #EDC30D;
  --gold-dim: #C9A70A;
  --bg: #0B0B0C;
  --surface: #17171A;
  --surface-2: #202023;
  --border: #2B2B2F;

  --font-display: "Sora", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-body: "Sora", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-gold: 0 10px 26px rgba(237, 195, 13, 0.25);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ? Boxes content */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
  font-family: var(--font-body);
}

body {
  overflow-x: clip;
  background-color: var(--bg);
  color: var(--paper);
  font-family: var(--font-body);
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ? Separates content */
.section {
  margin-bottom: 2rem;
}

* {
  margin: 0;
  line-height: calc(1em + 0.5rem);
}

img, picture, video,  canvas, svg {
  display: block;
  max-width: 100%;
  user-select: none;
}

/* ? Accessibility utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* !controls responsive system */

/* mobile */
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

/* landscape mobile */
@media (min-width: 568px) {
  .container {
    max-width: 568px;
  }
}

/* tablet */
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

/* desktop */
@media (min-width: 1024px) {
  .container {
    max-width: 1100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/* ? shared building blocks used across pages */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 0.75rem;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(237, 195, 13, 0.2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s var(--ease);
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background-color: var(--gold);
  color: var(--ink);
  box-shadow: var(--shadow-gold);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(237, 195, 13, 0.35);
}

.btn-ghost {
  background-color: transparent;
  color: var(--paper);
  border-color: var(--border);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-pill);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--paper-dim);
  font-size: 0.78rem;
  font-weight: 600;
}

.badge svg {
  width: 14px;
  height: 14px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 2.4;
}

.breadcrumb {
  padding: 1.25rem 0 0;
  font-size: 90%;
  color: var(--paper-dim);
}

.breadcrumb a {
  color: var(--paper-dim);
}

.breadcrumb a:hover {
  color: var(--gold);
}

.breadcrumb .sep {
  padding: 0 0.4rem;
}

/* scroll-reveal (progressive enhancement — see motion.js) */
[data-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  }
  [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}
