:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #111214;
  --muted: #616773;
  --soft: #f3f5f7;
  --line: #dfe3e8;
  --blue: #0b76ff;
  --green: #35b779;
  --coral: #ef6f5e;
  --gold: #c99a2f;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 28px;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(223, 227, 232, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #111214;
  color: #fff;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #353941;
  font-size: 14px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 46px;
  align-items: center;
  max-width: 1280px;
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  padding: 54px 34px 44px;
}

.hero-copy {
  padding-left: clamp(0px, 4vw, 36px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7.5vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.1;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 720;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.secondary {
  background: #edf1f5;
  color: var(--ink);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.hero-stats span {
  display: grid;
  gap: 2px;
}

.hero-stats strong {
  color: var(--ink);
  font-size: 17px;
}

.hero-media {
  align-self: stretch;
  display: grid;
  place-items: center;
}

.hero-media img {
  width: min(100%, 650px);
  border-radius: 28px;
  filter: drop-shadow(0 36px 60px rgba(32, 37, 46, 0.16));
}

.strip {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 58px);
  padding: 18px 20px;
  overflow: hidden;
  border-block: 1px solid var(--line);
  color: #3b4048;
  font-size: 14px;
  font-weight: 690;
  white-space: nowrap;
}

.strip p {
  margin: 0;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 104px 28px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.8fr);
  gap: 60px;
  align-items: end;
}

.intro > p,
.feature-copy p,
.quote-copy p,
.quote-copy li,
.faq p,
.product-body p,
.steps p,
.price-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.product-visual {
  position: relative;
  min-height: 230px;
  background: var(--soft);
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.product-visual::before {
  bottom: 28px;
  width: 132px;
  height: 34px;
  border-radius: 50%;
  background: rgba(20, 24, 31, 0.16);
}

.product-visual::after {
  bottom: 52px;
  width: 76px;
  height: 128px;
  border-radius: 42px 42px 18px 18px;
  background: linear-gradient(180deg, #e0b299 0 34%, #23272d 35% 100%);
  box-shadow: 0 -34px 0 -8px #15171a, 0 28px 0 -14px #f6f7f9;
}

.product-visual.couple::after {
  width: 118px;
  background:
    radial-gradient(circle at 33px 26px, #e0b299 0 23px, transparent 24px),
    radial-gradient(circle at 82px 26px, #d29b7d 0 23px, transparent 24px),
    linear-gradient(90deg, #22262c 0 48%, #e6e9ee 49% 100%);
  border-radius: 42px 42px 18px 18px;
}

.product-visual.pet::after {
  width: 142px;
  background:
    radial-gradient(circle at 36px 28px, #dca88a 0 22px, transparent 23px),
    radial-gradient(circle at 98px 58px, #b88655 0 31px, transparent 32px),
    linear-gradient(90deg, #22262c 0 48%, transparent 49%);
}

.product-visual.event::after {
  width: 146px;
  background:
    radial-gradient(circle at 28px 26px, #e1b191 0 18px, transparent 19px),
    radial-gradient(circle at 72px 26px, #d19b7f 0 18px, transparent 19px),
    radial-gradient(circle at 116px 26px, #c98f6f 0 18px, transparent 19px),
    linear-gradient(90deg, #20242a 0 33%, #e9edf2 34% 66%, #3b434f 67% 100%);
}

.portrait {
  background: linear-gradient(135deg, #f5f7fa, #eef2f6);
}

.couple {
  background: linear-gradient(135deg, #f6f7f9, #edf6ff);
}

.pet {
  background: linear-gradient(135deg, #f6f7f9, #f1f7f2);
}

.event {
  background: linear-gradient(135deg, #f6f7f9, #fff4ee);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.tag {
  margin-bottom: 12px;
  color: var(--blue) !important;
  font-size: 12px;
  font-weight: 790;
  text-transform: uppercase;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  color: #2d3239;
  font-size: 13px;
  font-weight: 720;
}

.product-body a {
  margin-top: 18px;
  color: var(--blue);
  font-weight: 730;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  margin: 20px auto;
  padding: 90px max(28px, calc((100vw - var(--max)) / 2));
  background: #101113;
  color: #fff;
}

.feature-band img {
  border-radius: 8px;
}

.feature-copy p {
  color: #b9c0ca;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.steps article {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.steps span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 800;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.featured-price {
  border-color: rgba(11, 118, 255, 0.5) !important;
  box-shadow: 0 22px 54px rgba(11, 118, 255, 0.12);
}

.price {
  margin-bottom: 10px;
  color: var(--ink) !important;
  font-size: 32px;
  font-weight: 800;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: start;
  padding: 104px max(28px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.quote-copy {
  position: sticky;
  top: 92px;
}

.quote-copy ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 28px 70px rgba(30, 35, 44, 0.09);
}

label {
  display: grid;
  gap: 8px;
  color: #2d3239;
  font-size: 13px;
  font-weight: 740;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cad1db;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 520;
  line-height: 1.45;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: var(--coral);
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 760;
}

details p {
  margin: 0;
  padding: 0 24px 22px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px max(28px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 12px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 22px;
  color: #3d434c;
  font-size: 14px;
  font-weight: 680;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero,
  .intro,
  .feature-band,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .product-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 0 16px;
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: 46px;
  }

  .hero,
  .section,
  .quote-section {
    padding-inline: 18px;
  }

  .hero-media img {
    border-radius: 16px;
  }

  .strip {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .product-grid,
  .steps,
  .price-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .quote-form {
    padding: 18px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Home hero: based on the supplied photo-to-figure composition. */
.hero.hero-process {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1920px;
  height: calc(100vh - 64px);
  min-height: 760px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #fbfbfc;
  isolation: isolate;
}

.hero-process-media,
img.hero-process-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-process-media {
  z-index: -1;
  display: block;
}

.hero-process-media > picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-process-bg {
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.hero-media img.hero-process-bg {
  width: 100%;
  max-width: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 42%;
  padding: clamp(90px, 11.1vh, 132px) 0 0 clamp(52px, 9.75vw, 187px);
}

.hero-process .eyebrow {
  margin-bottom: clamp(24px, 3.1vh, 38px);
  color: #0b76ff;
  font-size: clamp(13px, 1.1vw, 21px);
  font-weight: 600;
  text-transform: uppercase;
}

.hero-process h1 {
  max-width: 560px;
  margin-bottom: clamp(20px, 2.7vh, 32px);
  font-size: clamp(43px, 3.55vw, 68px);
  line-height: 1.03;
  font-weight: 650;
}

.hero-process .hero-text {
  max-width: 590px;
  margin-bottom: clamp(26px, 3.4vh, 42px);
  color: #69717f;
  font-size: clamp(16px, 1.55vw, 29px);
  line-height: 1.42;
}

.hero-process .hero-actions {
  gap: 16px;
  margin-bottom: clamp(38px, 6.3vh, 68px);
}

.hero-process .button {
  min-height: clamp(46px, 5.8vh, 63px);
  padding: 0 clamp(22px, 2.2vw, 42px);
  font-size: clamp(15px, 1.3vw, 23px);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.hero-process .button.primary:hover {
  box-shadow: 0 14px 28px rgba(11, 118, 255, 0.24);
}

.hero-process .button.secondary:hover {
  background: #e4e9ef;
}

.hero-process .hero-stats {
  gap: clamp(30px, 4.3vw, 82px);
  margin-bottom: clamp(32px, 6.6vh, 74px);
  color: #78808d;
  font-size: clamp(12px, 1.05vw, 19px);
}

.hero-process .hero-stats strong {
  color: #1a1e25;
  font-size: clamp(18px, 1.65vw, 31px);
  font-weight: 560;
}

.hero-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  max-width: 660px;
  margin: 0;
  padding: 0;
  color: #4d5562;
  list-style: none;
}

.mobile-hero-extras {
  display: none;
}

.hero-flow li {
  position: relative;
  padding: 8px 14px;
  border: 1px solid #e1e6ed;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  font-size: clamp(11px, 0.95vw, 17px);
  line-height: 1;
  white-space: nowrap;
}

.hero-flow li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  color: #0b76ff;
  content: ">";
  font-weight: 800;
  transform: translateY(-50%);
}

.process-hotspots {
  position: absolute;
  inset: 0;
}

.process-hotspot {
  position: absolute;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: clamp(14px, 1.9vw, 35px);
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transform-origin: center;
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.2,.75,.2,1), box-shadow 260ms ease;
}

.process-hotspot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-hotspot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.process-hotspot.source { top: 15.37%; left: 44.32%; width: 12.97%; height: 21.02%; }
.process-hotspot.model { top: 39.72%; left: 44.32%; width: 12.97%; height: 21.02%; }
.process-hotspot.paint { top: 63.8%; left: 44.32%; width: 12.97%; height: 21.02%; }
.process-hotspot.finished { top: 14.26%; left: 59.64%; width: 31.61%; height: 75.56%; }

.process-hotspot:hover,
.process-hotspot:focus-visible {
  z-index: 3;
  opacity: 1;
  outline: none;
  box-shadow: 0 24px 48px rgba(26, 35, 48, 0.22);
  transform: translateY(-7px) scale(1.045);
}

.hero-aura {
  position: absolute;
  z-index: 1;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(74px);
  opacity: 0.16;
  animation: hero-aura-drift 14s ease-in-out infinite alternate;
}

.hero-aura-one {
  top: -230px;
  left: 14%;
  background: #b6e6ff;
}

.hero-aura-two {
  right: 8%;
  bottom: -260px;
  background: #e9d9ff;
  animation-delay: -7s;
}

@keyframes hero-aura-drift {
  from { transform: translate3d(-18px, 0, 0) scale(0.95); }
  to { transform: translate3d(30px, 32px, 0) scale(1.08); }
}

@media (max-width: 1100px) {
  .header-cta {
    display: none;
  }

  .hero.hero-process {
    height: 740px;
    min-height: 0;
  }

  .hero-copy {
    width: 45%;
    padding-left: 7vw;
  }

  .hero-flow {
    max-width: 470px;
  }
}

@media (max-width: 1100px) {
  .hero.hero-process {
    display: grid;
    height: auto;
    min-height: auto;
    padding: 48px 18px 0;
    background: #fbfcfe;
  }

  .hero-process-media {
    position: relative;
    z-index: 0;
    grid-row: 2;
    width: min(100%, 520px);
    height: auto;
    aspect-ratio: 1080 / 1010;
    margin: 18px auto 34px;
    animation: mobile-figure-float 8s ease-in-out infinite alternate;
  }

  .hero-process-media > picture {
    position: absolute;
    inset: 0;
  }

  .hero-process-bg {
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .hero-copy {
    grid-row: 1;
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 0 4px;
  }

  .hero-process h1 {
    max-width: 480px;
    font-size: clamp(38px, 10vw, 54px);
  }

  .hero-process .hero-text {
    font-size: 17px;
    margin-bottom: 28px;
  }

  .hero-process .hero-actions {
    gap: 10px;
    margin-bottom: 0;
  }

  .hero-process .button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 50px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero-process .hero-stats {
    display: none;
  }

  .hero-process .hero-stats strong {
    font-size: 18px;
  }

  .hero-copy > .hero-flow {
    display: none;
  }

  .mobile-hero-extras {
    display: block;
    grid-row: 3;
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 0 4px;
  }

  .mobile-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
    padding: 24px 18px;
    border: 1px solid #e2e7ee;
    border-radius: 22px;
    background: rgba(245, 248, 252, 0.9);
    color: #78808d;
    font-size: 11px;
  }

  .mobile-hero-stats span {
    display: grid;
    gap: 3px;
  }

  .mobile-hero-stats strong {
    color: #1a1e25;
    font-size: 17px;
    font-weight: 560;
  }

  .mobile-hero-extras .hero-flow {
    justify-content: center;
    max-width: none;
    margin-bottom: 36px;
    gap: 8px 14px;
  }

  .mobile-hero-extras .hero-flow li {
    font-size: 11px;
    padding: 8px 10px;
  }

  .process-hotspot {
    display: block;
    z-index: 2;
    border-radius: 22px;
    opacity: 0;
    transition: opacity 120ms ease, filter 180ms ease;
  }

  .process-hotspot.source { top: 9.11%; left: 6.02%; width: 24.44%; height: 23.86%; }
  .process-hotspot.model { top: 36.63%; left: 6.02%; width: 24.44%; height: 23.66%; }
  .process-hotspot.paint { top: 63.96%; left: 6.02%; width: 24.44%; height: 23.66%; }
  .process-hotspot.finished { top: 4.85%; left: 27.31%; width: 62.59%; height: 89.9%; }

  .process-hotspot:active,
  .process-hotspot.is-tapped {
    z-index: 4;
    opacity: 1;
    filter: brightness(1.05) saturate(1.04);
    animation: mobile-card-feedback 480ms ease-out;
  }

  .process-hotspot:focus-visible {
    z-index: 4;
    opacity: 1;
    outline: 2px solid #0b76ff;
    outline-offset: 3px;
    box-shadow: 0 0 0 8px rgba(11, 118, 255, 0.12);
    transform: none;
  }
}

@keyframes mobile-figure-float {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -7px, 0); }
}

@keyframes mobile-card-feedback {
  0% { box-shadow: 0 0 0 0 rgba(11, 118, 255, 0.34); }
  35% { box-shadow: 0 0 0 10px rgba(11, 118, 255, 0.14); }
  100% { box-shadow: 0 0 0 18px rgba(11, 118, 255, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-aura,
  .process-hotspot,
  .hero-process .button { animation: none; transition: none; }
}

@media (min-width: 1921px) {
  .hero.hero-process {
    max-width: none;
    background: linear-gradient(180deg, #f6fbff 0%, #fbfdff 42%, #ffffff 82%);
  }

  .hero-process-media {
    right: auto;
    left: 50%;
    width: 1920px;
    transform: translateX(-50%);
  }

  .hero-copy {
    position: absolute;
    top: 0;
    left: 50%;
    width: 806px;
    padding-left: 187px;
    transform: translateX(-960px);
  }
}
