/* Home page — marketing sections on top of the shared shell. */

.nav-top { position: relative; z-index: 2; }
.nav-in {
  width: min(85%, 1500px); margin-inline: auto;
  display: flex; align-items: center; gap: 24px; height: 72px;
}
@media (max-width: 1200px) { .nav-in { width: 100%; padding-inline: 16px; } }

.nav-links { display: flex; gap: 22px; margin-left: 8px; }
.nav-links a { color: var(--dim); text-decoration: none; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--ink); }
@media (max-width: 820px) { .nav-links { display: none; } }

.nav-act { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.btn-sm {
  height: 38px; padding: 0 16px;
  display: inline-flex; align-items: center;
  border-radius: 11px;
  background: rgb(var(--card) / var(--card-a));
  box-shadow: 4px 4px 10px var(--hi), -4px -4px 10px var(--lo);
  color: var(--ink); text-decoration: none; font-size: 13.5px; font-weight: 600;
}
.btn-sm:hover { color: var(--accent); }

.home { padding-top: 8px; }

/* Hero */
.hero { padding: 56px 0 64px; max-width: 780px; }
.kicker { margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.hero-h1 { margin: 0 0 20px; font-size: clamp(2.1rem, 1.2rem + 3.4vw, 3.8rem); line-height: 1.05; letter-spacing: -.035em; font-weight: 750; }
.hero-h1 em { font-style: normal; color: var(--accent); }
.hero-lede { margin: 0 0 32px; font-size: clamp(.98rem, .93rem + .3vw, 1.12rem); line-height: 1.6; color: var(--dim); max-width: 56ch; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.hero-cta .cta { display: inline-flex; height: 56px; padding: 0 28px; font-size: 16px; }
.cta-note { font-size: 13px; color: var(--faint); }

.trust { list-style: none; margin: 44px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 40px; }
.trust li { display: grid; gap: 3px; }
.trust b { font-size: 26px; font-weight: 750; letter-spacing: -.02em; }
.trust span { font-size: 12px; color: var(--faint); }

/* Sections */
.h2 { margin: 0 0 24px; font-size: clamp(1.35rem, 1.1rem + 1vw, 1.9rem); letter-spacing: -.025em; font-weight: 700; }
.home > section { margin-bottom: 72px; }

.step-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.step-list .card { display: grid; gap: 10px; align-content: start; }
.step-n {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 11px; font-weight: 750; font-size: 14px; color: var(--accent);
  box-shadow: inset 3px 3px 7px var(--hi), inset -3px -3px 7px var(--lo);
}
.step-list b { font-size: 15px; }
.step-list p { margin: 0; font-size: 13.5px; color: var(--dim); line-height: 1.55; }

.proj-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.proj { display: grid; gap: 8px; padding: 0; overflow: hidden; border-radius: var(--r); background: rgb(var(--card) / var(--card-a)); box-shadow: 5px 5px 12px var(--hi), -5px -5px 12px var(--lo); }
.proj img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; background: rgb(var(--card)); }
.proj-txt { padding: 14px 16px 18px; display: grid; gap: 5px; }
.proj-txt b { font-size: 14.5px; }
.proj-txt span { font-size: 12.5px; color: var(--dim); }

.rev-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.rev { display: grid; gap: 12px; }
.rev-stars { color: var(--accent); font-size: 13px; letter-spacing: 2px; }
.rev p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink); }
.rev-who { font-size: 12.5px; color: var(--faint); }

.faq .cat { margin-bottom: 8px; }
.faq-a { padding: 0 16px 16px; font-size: 14px; line-height: 1.6; color: var(--dim); }

.final { text-align: center; padding: 48px 24px; }
.final h2 { margin: 0 0 10px; font-size: clamp(1.3rem, 1.1rem + .9vw, 1.75rem); letter-spacing: -.02em; }
.final p { margin: 0 0 26px; color: var(--dim); font-size: 14.5px; }
.final .cta { display: inline-flex; height: 52px; padding: 0 30px; }

.foot { position: relative; z-index: 1; border-top: 1px solid var(--line); margin-top: 40px; }
.foot-in {
  width: min(85%, 1500px); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
  padding: 26px 0; font-size: 13px; color: var(--faint);
}
@media (max-width: 1200px) { .foot-in { width: 100%; padding-inline: 16px; } }
.foot-in nav { display: flex; gap: 20px; }
.foot-in a { color: var(--faint); text-decoration: none; }
.foot-in a:hover { color: var(--accent); }

/* ── Hero, rebuilt to match the original site ───────────────────────────────
   Full-bleed photo, oversized wordmark, pill navigation. The SVG scene is
   suppressed here so the photograph carries the page. */

body:has(.hero-full) .scene { display: none; }

.hero-full {
  position: relative;
  min-height: 100vh;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Two layers: a dark wash for contrast, a warm one to keep the brand tone. */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(6 10 18 / .82) 0%, rgb(6 10 18 / .55) 45%, rgb(6 10 18 / .88) 100%),
    radial-gradient(60% 50% at 70% 30%, rgb(255 107 0 / .18), transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 120px 20px 80px;
  max-width: 1100px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 20px;
  margin-bottom: 40px;
  border: 1px solid rgb(255 107 0 / .5);
  border-radius: 999px;
  background: rgb(255 107 0 / .08);
  color: #ffb37a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-pill::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
}

.wordmark {
  margin: 0 0 26px;
  font-size: clamp(3rem, 1.5rem + 9vw, 8.5rem);
  line-height: .92;
  letter-spacing: -.045em;
  font-weight: 800;
  color: #fff;
}

.wordmark em {
  font-style: normal;
  background: linear-gradient(100deg, #ff6b00, #ff9d4d 55%, #ffd9a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-tag {
  margin: 0 0 10px;
  font-size: clamp(1rem, .9rem + .8vw, 1.6rem);
  color: #fff;
  font-weight: 500;
}

.hero-tag span { color: rgb(255 255 255 / .62); }

.hero-sub {
  margin: 0 0 44px;
  font-size: 13.5px;
  color: rgb(255 255 255 / .5);
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 52px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 58px;
  padding: 0 34px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6b00, #ff8f3d);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 34px -12px rgb(255 107 0 / .7);
  transition: transform .18s var(--ease), filter .18s var(--ease);
}

.btn-primary:hover { filter: brightness(1.07); transform: translateY(-2px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  height: 58px;
  padding: 0 30px;
  border: 1px solid rgb(255 255 255 / .22);
  border-radius: 14px;
  background: rgb(255 255 255 / .06);
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background .18s var(--ease);
}

.btn-ghost:hover { background: rgb(255 255 255 / .12); }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgb(255 255 255 / .14);
  border-radius: 999px;
  background: rgb(255 255 255 / .05);
  color: rgb(255 255 255 / .82);
  font-size: 13px;
  backdrop-filter: blur(8px);
}

/* Navigation sits over the photo. */
.nav-over {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 2;
}

.nav-over .nav-in { height: 88px; }
.nav-over .brand { color: #fff; font-size: 19px; }
.nav-over .brand b { color: #fff; }
.nav-over .brand em { font-style: normal; color: var(--accent); }
.brand-sub { display: block; font-size: 11px; color: rgb(255 255 255 / .5); font-weight: 400; margin-top: 2px; }

.nav-pill {
  display: flex;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgb(255 255 255 / .1);
  border-radius: 999px;
  background: rgb(255 255 255 / .06);
  backdrop-filter: blur(14px);
}

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

.nav-pill a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgb(255 255 255 / .72);
  font-size: 14px;
  text-decoration: none;
  transition: background .16s var(--ease), color .16s var(--ease);
}

.nav-pill a:hover { color: #fff; background: rgb(255 255 255 / .08); }
.nav-pill a.on { color: var(--accent); background: rgb(255 107 0 / .14); }

.nav-over .btn-sm {
  background: rgb(255 255 255 / .08);
  border: 1px solid rgb(255 255 255 / .14);
  box-shadow: none;
  color: #fff;
  backdrop-filter: blur(10px);
}

.scroll-hint {
  position: absolute;
  bottom: 28px; left: 0; right: 0;
  z-index: 1;
  text-align: center;
  font-size: 11px;
  letter-spacing: .3em;
  color: rgb(255 255 255 / .35);
}


/* SELL-BLOCK */
/* Instant estimate ------------------------------------------------------- */
.quick-head { text-align: center; margin-bottom: var(--gap-md); }
.quick-head .h2 { margin-bottom: 6px; }
.quick-card { padding: var(--gap-lg); }
.quick-fields {
  display: grid; gap: var(--gap-md);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.quick-fields .f { display: flex; flex-direction: column; gap: 7px; }
.quick-fields .f > span {
  font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.quick-fields input, .quick-fields select {
  width: 100%; padding: 13px 15px; font: inherit; font-size: 15px;
  color: var(--ink); border: 1px solid var(--line); border-radius: 12px;
  background: var(--surface); appearance: none;
}
.quick-fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; padding-right: 38px;
}
.quick-fields input:focus, .quick-fields select:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
}
.quick-out {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--gap-md);
  margin-top: var(--gap-lg); padding-top: var(--gap-lg);
  border-top: 1px solid var(--line);
}
.quick-label {
  font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.quick-sum {
  margin: 4px 0 2px; font-size: clamp(30px, 5vw, 42px);
  font-weight: 700; letter-spacing: -.02em; line-height: 1.1;
}
.quick-note { font-size: 13px; color: var(--muted); }

/* Why -------------------------------------------------------------------- */
.why-grid {
  display: grid; gap: var(--gap-md);
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.why-card { padding: var(--gap-lg); }
.why-n {
  display: block; font-size: 34px; font-weight: 700;
  letter-spacing: -.02em; color: var(--accent); line-height: 1;
}
.why-card b { display: block; margin: 10px 0 6px; font-size: 16px; }
.why-card p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); }

/* Pricing ---------------------------------------------------------------- */
.price-grid {
  display: grid; gap: var(--gap-md);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: start;
}
.plan { padding: var(--gap-lg); position: relative; }
.plan-best { border-color: var(--accent); }
.plan-tag {
  position: absolute; top: -11px; left: var(--gap-lg);
  padding: 4px 12px; border-radius: 999px;
  background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
}
.plan-name {
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
}
.plan-price {
  margin: 8px 0 var(--gap-md); font-size: 34px; font-weight: 700; letter-spacing: -.02em;
}
.plan-price span { font-size: 15px; font-weight: 500; color: var(--muted); }
.plan ul { list-style: none; margin: 0 0 var(--gap-lg); padding: 0; }
.plan li {
  position: relative; padding: 7px 0 7px 24px;
  font-size: 14px; line-height: 1.5; border-bottom: 1px solid var(--line);
}
.plan li:last-child { border-bottom: 0; }
.plan li::before {
  content: ''; position: absolute; left: 2px; top: 13px;
  width: 11px; height: 6px; border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent); transform: rotate(-45deg);
}
.plan-cta { width: 100%; text-align: center; }
.btn-ghost-sm {
  display: block; width: 100%; padding: 12px 18px; text-align: center;
  border: 1px solid var(--line); border-radius: 12px;
  font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none;
  transition: border-color .18s, background .18s;
}
.btn-ghost-sm:hover { border-color: var(--accent); background: var(--surface-2); }

@media (max-width: 640px) {
  .quick-out { flex-direction: column; align-items: stretch; }
  .quick-out .btn-primary { text-align: center; }
}


/* POLISH-SELL */
/* Hero: the tagline and the reassurance line were sitting on top of each other */
/* The fluid clamp() size let the tagline's line-box grow into the line below
   it on wide viewports — pin the line-height so the two never collide. */
.hero-tag { line-height: 1.35; margin: 0 0 14px; }
.hero-sub { line-height: 1.4; margin: 0 0 40px; }

/* Placeholder keeps image-less projects the same shape as the rest */
.proj-ph {
  width: 100%; aspect-ratio: 16/10;
  background:
    repeating-linear-gradient(135deg,
      rgb(var(--card)) 0 14px,
      color-mix(in srgb, rgb(var(--card)) 92%, var(--accent)) 14px 28px);
}

/* FAQ: <details> lost its card treatment and showed the raw marker */
.faq .cat {
  border-radius: var(--r);
  background: rgb(var(--card) / var(--card-a));
  box-shadow: 5px 5px 12px var(--hi), -5px -5px 12px var(--lo);
  overflow: hidden;
}
.faq .cat summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 18px; font-size: 15px; font-weight: 600;
}
.faq .cat summary::-webkit-details-marker { display: none; }
.faq .cat summary::after {
  content: ''; flex: none; width: 9px; height: 9px;
  border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(45deg); transition: transform .2s;
}
.faq .cat[open] summary::after { transform: rotate(-135deg); }


/* NAV-TRUE-CENTER */
/* .nav-act's margin-left:auto pushed the account button to the far right and
   left the menu stranded next to the brand — the pill sat ~200px left of the
   bar's centre. Absolute centring makes the pill's position independent of how
   wide the brand or the button happen to be. */
@media (min-width: 1081px) {
  .nav-in { position: relative; }
  .nav-pill {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
