/* NippyyX — implementation of Claude Design v3.dc.html */

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0A0A0A;
  color: #F5F5F7;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.012em;
}

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

[hidden] {
  display: none !important;
}

a {
  color: #FF6A1A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::selection {
  background: rgba(255, 106, 26, .3);
}

:focus-visible {
  outline: 3px solid #FF6A1A;
  outline-offset: 3px;
  border-radius: 4px;
}

section[id] {
  scroll-margin-top: 56px;
}

input, select, textarea, button {
  font: inherit;
  color: inherit;
}

option {
  background: #16161A;
  color: #F5F5F7;
}

h1, h2, h3, h4 {
  font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
}

.wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 22px;
}

@keyframes lift {
  from { transform: translateY(22px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}

.lift {
  animation: lift .9s cubic-bezier(.16, 1, .3, 1) both;
}

[data-reveal].in-view {
  animation: lift .8s cubic-bezier(.16, 1, .3, 1) both;
}

/* Buttons */

.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.btn-pill {
  background: #FF6A1A;
  color: #0A0A0A;
  border-radius: 980px;
  padding: 12px 26px;
  font-size: 17px;
}

.btn-pill:hover {
  background: #FF8A4D;
  text-decoration: none;
}

.nav .btn-pill {
  padding: 6px 15px;
  font-size: inherit;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 48px;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(10, 10, 10, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  font-size: 12.5px;
}

.nav a:not(.btn-pill) {
  color: #F5F5F7;
  text-decoration: none;
}

.nav a:not(.btn-pill):hover {
  color: #FF6A1A;
  text-decoration: none;
}

/* Hero */

.hero {
  background: #0A0A0A;
  padding: clamp(56px, 10vh, 110px) 0 clamp(48px, 8vh, 90px);
  text-align: center;
}

.hero-inner {
  max-width: 900px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(40px, 7.6vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.hero-sub {
  max-width: 640px;
  margin: 18px auto 0;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.4;
  color: #A2A2A9;
  text-wrap: pretty;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  margin-top: 26px;
}

/* Section heads */

.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.07;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

.section-head p {
  margin: 16px auto 0;
  font-size: clamp(17px, 1.9vw, 21px);
  color: #A2A2A9;
  text-wrap: pretty;
}

/* Services */

.services {
  background: #0A0A0A;
  padding: clamp(64px, 12vh, 140px) 0 clamp(20px, 4vh, 40px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(14px, 2vw, 20px);
  margin-top: clamp(36px, 7vh, 72px);
}

.service-card {
  background: #16161A;
  border-radius: 24px;
  padding: clamp(28px, 3.6vw, 42px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-card h3 {
  margin: 0;
  font-size: clamp(21px, 2.4vw, 28px);
  letter-spacing: -0.026em;
}

.service-card p {
  margin: 0;
  flex: 1;
  color: #C8C8CE;
  text-wrap: pretty;
}

.service-card .price {
  margin: 0;
  flex: initial;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
}

/* Process */

.process {
  background: #0A0A0A;
  padding: clamp(64px, 12vh, 140px) 0;
}

.process-head {
  margin: 0 0 clamp(36px, 7vh, 72px);
  text-align: center;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.07;
  letter-spacing: -0.032em;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: clamp(26px, 4vw, 44px);
}

.step-num {
  margin: 0 0 12px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: .1em;
  color: #8E8E96;
}

.process-grid h4 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -0.022em;
}

.process-grid p:not(.step-num) {
  margin: 0;
  color: #A2A2A9;
  font-size: 16.5px;
  text-wrap: pretty;
}

/* Brief */

.brief {
  background: #16161A;
  padding: clamp(64px, 12vh, 140px) 0;
}

.brief .section-head {
  max-width: 660px;
  margin: 0 auto clamp(34px, 6vh, 60px);
}

.brief .section-head h2 {
  font-size: clamp(32px, 5.4vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.034em;
}

.brief-panel {
  background: #0A0A0A;
  border-radius: 26px;
  padding: clamp(26px, 4vw, 52px);
  max-width: 760px;
  margin: 0 auto;
}

.brief-success {
  text-align: center;
  padding: 20px 0;
}

.success-title {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.024em;
  font-weight: 600;
  font-family: -apple-system, "SF Pro Display", sans-serif;
}

.success-sub {
  margin: 0;
  color: #A2A2A9;
}

.brief-form {
  display: grid;
  gap: 14px;
}

.form-row.two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.brief-form input[type="text"],
.brief-form textarea {
  background: #16161A;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
}

.brief-form textarea {
  resize: vertical;
}

.brief-form input[type="text"]:focus-visible,
.brief-form textarea:focus-visible {
  border-color: #FF6A1A;
  outline: none;
  background: #0A0A0A;
}

.brief-form select {
  --chevron-default: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2213%22 height=%228%22 viewBox=%220 0 13 8%22%3E%3Cpath d=%22M1 1.5 6.5 6.5 12 1.5%22 fill=%22none%22 stroke=%22%23A2A2A9%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E');
  --chevron-hover: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2213%22 height=%228%22 viewBox=%220 0 13 8%22%3E%3Cpath d=%22M1 1.5 6.5 6.5 12 1.5%22 fill=%22none%22 stroke=%22%23F5F5F7%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E');
  --chevron-focus: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2213%22 height=%228%22 viewBox=%220 0 13 8%22%3E%3Cpath d=%22M1 1.5 6.5 6.5 12 1.5%22 fill=%22none%22 stroke=%22%23FF6A1A%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E');
  background: var(--chevron-default) calc(100% - 16px) 55% / 13px 8px no-repeat, #16161A;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  padding: 14px 44px 14px 16px;
  font-size: 16px;
  line-height: 1.47;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
  transition: border-color .18s ease, background-color .18s ease;
}

.brief-form select:hover {
  border-color: rgba(255, 255, 255, .32);
  background: var(--chevron-hover) calc(100% - 16px) 55% / 13px 8px no-repeat, #16161A;
}

.brief-form select:focus-visible {
  border-color: #FF6A1A;
  outline: none;
  background: var(--chevron-focus) calc(100% - 16px) 55% / 13px 8px no-repeat, #0A0A0A;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 4px;
}

.alt-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 15px;
}

.alt-contact .chev {
  padding-left: 4px;
}

/* Footer */

.site-footer {
  background: #16161A;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: 22px 22px 40px;
}

.footer-inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 30px;
  font-size: 12px;
  color: #8E8E96;
  line-height: 1.7;
}

.footer-division {
  max-width: 52ch;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
