:root {
  --navy: #0f172a;
  --navy-soft: #172033;
  --surface: #1e293b;
  --cream: #f8f7f2;
  --white: #ffffff;
  --text: #334155;
  --muted: #64748b;
  --line: #dce2e8;
  --orange: #d97706;
  --orange-light: #f59e0b;
  --orange-pale: #fff1dc;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.65;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.narrow {
  max-width: 780px;
}
.section {
  padding: 96px 0;
}
.section-dark {
  background: var(--navy);
  color: #dbe4ef;
}
.section-dark h2,
.section-dark h3 {
  color: var(--white);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.hidden {
  display: none;
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  line-height: 1.08;
  margin-top: 0;
  color: var(--navy);
}
h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  letter-spacing: -0.04em;
}
h3 {
  font-size: 1.4rem;
}
p {
  margin-top: 0;
}
.eyebrow {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
}
.brand span:last-child {
  display: grid;
  line-height: 1;
}
.brand strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.brand small {
  margin-top: 5px;
  color: var(--orange-light);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 18%;
  background: linear-gradient(145deg, var(--orange-light), var(--orange));
  transform: rotate(-35deg);
  box-shadow: 0 0 24px rgba(245, 158, 11, 0.34);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.main-nav a,
.legal-nav a {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--orange-light);
}
.main-nav .nav-cta {
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.nav-toggle span:not(.sr-only) {
  width: 26px;
  height: 2px;
  margin: 5px 0;
  display: block;
  background: white;
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 78% 28%,
    #28354d 0,
    var(--navy) 40%,
    #0a1020 100%
  );
  color: #dbe4ef;
}
.hero-grid {
  min-height: calc(100svh - 82px);
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 50px;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  margin-bottom: 20px;
  color: var(--white);
}
.hero-text {
  max-width: 620px;
  font-size: 1.12rem;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange-light), var(--orange));
  color: #1c1305;
  box-shadow: 0 10px 30px rgba(217, 119, 6, 0.25);
}
.btn-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
}
.dark-outline {
  border-color: var(--navy);
  color: var(--navy);
}
.hero-points {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #b8c5d5;
  font-size: 0.88rem;
}
.hero-points span::before {
  content: "•";
  margin-right: 8px;
  color: var(--orange-light);
}
.ember-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.3;
  pointer-events: none;
}
.ember-glow-one {
  width: 150px;
  height: 150px;
  right: 8%;
  top: 15%;
  background: var(--orange);
}
.ember-glow-two {
  width: 80px;
  height: 80px;
  left: 42%;
  bottom: 16%;
  background: var(--orange-light);
}
.showcase-wrap {
  position: relative;
}
.browser-showcase {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: #f9fafb;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  transform: rotate(1deg);
}

.browser-top {
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #dbe1e7;
}

.browser-address {
  margin-left: 10px;
  flex: 1;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eef2f6;
  color: #94a3b8;
  font-size: 0.68rem;
}

.browser-content {
  min-height: 0;
  padding: 30px;
  background: linear-gradient(145deg, #fdfaf5, #ece7de);
}

.browser-content h2 {
  max-width: 430px;
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.browser-content p {
  max-width: 460px;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: var(--text);
}

.mock-badge {
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--orange-pale);
  color: #8c4a05;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mock-button {
  width: 110px;
  height: 32px;
  margin: 18px 0 24px;
  border-radius: 999px;
  background: var(--navy);
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mock-grid div {
  height: 52px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.08);
}

.phone-preview {
  position: absolute;
  right: -24px;
  bottom: -55px;
  width: 120px;
  min-height: 235px;
  padding: 20px 11px 14px;
  border: 7px solid #111827;
  border-radius: 24px;
  background: #f8f7f2;
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
}

.phone-notch {
  width: 45px;
  height: 10px;
  margin: -14px auto 18px;
  border-radius: 99px;
  background: #111827;
}

.phone-card {
  height: 52px;
  margin-top: 14px;
  border-radius: 10px;
  background: #e9e4da;
}

.phone-card.short {
  height: 38px;
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 18px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}
.trust-grid span::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
}
.section-heading {
  margin-bottom: 40px;
}
.split-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.split-heading h2 {
  max-width: 700px;
  margin-bottom: 0;
}
.centered-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.text-link {
  color: var(--orange);
  text-decoration: none;
  font-weight: 800;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.project-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.project-visual,
.case-visual {
  min-height: 270px;
  padding: 35px;
  display: grid;
  place-items: center;
}
.visual-tattoo {
  background: radial-gradient(circle at top, #322e36, #111015);
}
.visual-wellness {
  background: linear-gradient(145deg, #dbe9e2, #f7f2e9);
}
.visual-wood {
  background: linear-gradient(145deg, #c9915a, #573722);
}
.mini-browser {
  width: 100%;
  min-height: 170px;
  padding: 40px 28px;
  border-radius: 16px;
  background: #18161c;
  color: white;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
}
.mini-browser span {
  display: block;
  margin-bottom: 20px;
  color: #c7b8d2;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.mini-browser strong {
  display: block;
  max-width: 260px;
  font-family: "Outfit";
  font-size: 1.65rem;
  line-height: 1.05;
}
.mini-browser.light {
  background: #fffdf8;
  color: #34463d;
}
.mini-browser.light span {
  color: #7f9c8c;
}
.mini-browser.warm {
  background: #f8efe3;
  color: #49301f;
}
.mini-browser.warm span {
  color: #a66a37;
}
.project-copy {
  padding: 27px;
}
.project-type {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card,
.value-grid article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
}
.service-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 119, 6, 0.14);
  color: var(--orange-light);
  font-weight: 800;
}
.process-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
}
.sticky-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}
.process-step {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.process-step > span {
  color: var(--orange);
  font-weight: 800;
}
.process-step h3 {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.pricing-section {
  padding-bottom: 30px;
}
.pricing-card {
  padding: 55px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 65px;
  align-items: center;
  border-radius: var(--radius-lg);
  background: var(--navy);
  color: #dbe4ef;
  box-shadow: var(--shadow);
}
.pricing-card h2 {
  color: white;
}
.transparent-card {
  box-shadow: none;
  padding-inline: 0;
}
.tick-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  list-style: none;
}
.tick-list li::before {
  content: "✓";
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 119, 6, 0.15);
  color: var(--orange-light);
  font-weight: 800;
}
.tick-list.compact {
  grid-template-columns: 1fr;
}
.pricing-note {
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.about-preview {
  padding-top: 70px;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
  align-items: center;
}
.large-gap {
  gap: 100px;
}
.portrait-placeholder {
  min-height: 430px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #e8ded1, #cfa67b);
  color: #705035;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.portrait-placeholder.tall {
  min-height: 580px;
}

.cta-section {
  padding: 40px 0 90px;
}
.cta-card {
  padding: 50px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #1e293b, #0f172a);
  color: white;
}
.cta-card h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: white;
}

.page-hero {
  padding: 105px 0 85px;
  background: linear-gradient(150deg, #111c32, var(--navy));
  color: #dbe4ef;
}
.page-hero h1 {
  color: white;
}
.compact-hero {
  padding-block: 75px;
}
.case-list {
  display: grid;
  gap: 95px;
}
.case-study {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 65px;
  align-items: center;
}
.case-study.reverse .case-visual {
  order: 2;
}
.case-visual {
  min-height: 430px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.plain-list {
  padding-left: 20px;
}
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.service-detail-grid article {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
}
.price-label {
  color: var(--orange);
  font-weight: 800;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-family: "Outfit";
  font-size: 1.2rem;
  font-weight: 700;
}
.faq-list details p {
  padding-top: 12px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 55px;
  align-items: start;
}
.contact-panel {
  position: sticky;
  top: 120px;
  padding: 35px;
  border-radius: var(--radius-md);
  background: var(--navy);
  color: #dbe4ef;
}
.contact-panel h2 {
  color: white;
}
.contact-panel a {
  color: var(--orange-light);
}
.contact-form {
  padding: 38px;
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--navy);
  font-weight: 700;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fbfcfd;
  padding: 13px 14px;
  color: var(--navy);
}
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(245, 158, 11, 0.18);
  border-color: var(--orange);
}
.checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 500;
}
.checkbox-row input {
  width: auto;
  margin-top: 5px;
}

.legal-copy {
  max-width: 800px;
}
.legal-copy h2 {
  margin-top: 38px;
  font-size: 1.65rem;
}

.site-footer {
  padding: 70px 0 25px;
  background: #080d18;
  color: #9eacbd;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 55px;
}
.footer-grid h3 {
  color: white;
  font-size: 1rem;
}
.footer-grid a:not(.brand) {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: #b9c4d2;
  text-decoration: none;
}
.footer-grid a:hover {
  color: var(--orange-light);
}
.footer-brand {
  margin-bottom: 18px;
}
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.84rem;
}

@media (max-width: 950px) {
  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 22px 20px 28px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav .nav-cta {
    text-align: center;
  }
  .nav-toggle {
    display: block;
  }
  .hero-grid,
  .about-grid,
  .case-study,
  .pricing-card,
  .process-layout,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    min-height: auto;
    padding-bottom: 130px;
  }
  .browser-showcase {
    max-width: 700px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .service-grid,
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sticky-heading,
  .contact-panel {
    position: static;
  }
  .case-study.reverse .case-visual {
    order: initial;
  }
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .container {
    width: min(100% - 28px, 1120px);
  }
  .section {
    padding: 40px 0;
  }
  h1 {
    font-size: clamp(2.7rem, 15vw, 4.7rem);
  }
  .hero-grid {
    padding-top: 70px;
    gap: 45px;
  }
  .browser-content {
    min-height: 350px;
    padding: 34px 24px;
  }
  .phone-preview {
    right: -8px;
    width: 125px;
    min-height: 255px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 20px;
  }
  .split-heading {
    align-items: start;
    flex-direction: column;
  }
  .service-grid,
  .value-grid,
  .tick-list,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card,
  .contact-form,
  .cta-card {
    padding: 32px 24px;
  }
  .cta-card {
    align-items: start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .case-visual {
    min-height: 330px;
    padding: 22px;
  }
  .portrait-placeholder.tall {
    min-height: 430px;
  }
}
