:root {
  --graphite: #2a2c32;
  --graphite-soft: #3d4048;
  --silver: #b8bec8;
  --silver-bright: #e8ebf0;
  --peach: #f3c2a6;
  --peach-deep: #e39a76;
  --gold: #c9a86c;
  --gold-soft: #d9c090;
  --mist: #f6f1eb;
  --horizon: #f8dcc8;
  --ink: #1c1e24;
  --muted: #5a5e68;
  --surface: rgba(255, 252, 248, 0.78);
  --surface-strong: rgba(255, 250, 245, 0.94);
  --line: rgba(42, 44, 50, 0.12);
  --radius: 20px;
  --radius-sm: 14px;
  --font-display: "Outfit", "Segoe UI", sans-serif;
  --font-body: "Nunito", "Segoe UI", sans-serif;
  --max: 1100px;
  --header-h: 74px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1100px 520px at 8% -8%, rgba(243, 194, 166, 0.5), transparent 55%),
    radial-gradient(900px 480px at 92% 4%, rgba(201, 168, 108, 0.28), transparent 52%),
    linear-gradient(165deg, #f7f3ee 0%, #ebe8e3 40%, #e0e4ea 100%);
  min-height: 100vh;
  line-height: 1.65;
  font-weight: 500;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--graphite-soft);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 0.55em;
  font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
}

h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

p {
  margin: 0 0 1em;
}

.shell {
  width: min(100% - 2.4rem, var(--max));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--graphite);
  color: var(--silver-bright);
  padding: 0.6rem 1rem;
  border-radius: 999px;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.94), rgba(255, 250, 245, 0.76));
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--graphite);
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 28% 28%, var(--silver-bright), var(--silver) 42%, var(--graphite-soft) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 42% -30% -30% -30%;
  background: linear-gradient(90deg, transparent, rgba(243, 194, 166, 0.75), transparent);
  animation: mercury-flow 7s ease-in-out infinite;
}

@keyframes mercury-flow {
  0%,
  100% {
    transform: translateX(-18%) skewX(-12deg);
  }
  50% {
    transform: translateX(28%) skewX(-8deg);
  }
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  border-radius: 999px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.nav-toggle__bar {
  width: 18px;
  height: 2px;
  background: var(--graphite);
  border-radius: 2px;
}

.site-nav ul {
  display: flex;
  gap: 1.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  font-weight: 650;
  font-size: 0.95rem;
  color: var(--graphite-soft);
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.85rem 1.45rem;
  transition:
    transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1),
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.btn--mercury {
  color: var(--mist);
  background:
    linear-gradient(145deg, #6a6f7a 0%, #3a3d45 42%, #2a2c32 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -10px 18px rgba(0, 0, 0, 0.18),
    0 10px 24px rgba(42, 44, 50, 0.18);
}

.btn--mercury:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -8px 14px rgba(243, 194, 166, 0.18),
    0 14px 28px rgba(42, 44, 50, 0.2);
}

.btn--mercury:active {
  transform: translateY(1px) scale(0.985);
  box-shadow:
    inset 0 8px 16px rgba(0, 0, 0, 0.28),
    inset 0 -2px 0 rgba(255, 255, 255, 0.12),
    0 4px 10px rgba(42, 44, 50, 0.12);
}

.btn--ghost {
  color: var(--graphite);
  background: transparent;
  border: 1px solid rgba(42, 44, 50, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.45);
}

.btn--ghost:active {
  transform: scale(0.985);
  box-shadow: inset 0 6px 14px rgba(42, 44, 50, 0.12);
}

.btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: flex-end;
  color: var(--mist);
  overflow: hidden;
}

.hero--compact {
  min-height: min(62vh, 560px);
}

.hero__media {
  position: absolute;
  inset: 0;
}

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

.hero__mercury {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 30, 36, 0.15) 0%, rgba(28, 30, 36, 0.55) 48%, rgba(28, 30, 36, 0.88) 100%),
    linear-gradient(90deg, rgba(243, 194, 166, 0.22), transparent 42%, rgba(201, 168, 108, 0.18));
}

.hero__bands {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -12deg,
    transparent 0 14px,
    rgba(232, 235, 240, 0.05) 14px 16px
  );
  mix-blend-mode: soft-light;
  animation: band-drift 14s linear infinite;
  pointer-events: none;
}

@keyframes band-drift {
  from {
    transform: translateX(-4%);
  }
  to {
    transform: translateX(4%);
  }
}

.hero__dock {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 3.2rem;
  max-width: 38rem;
  margin-left: max(1.2rem, calc((100% - var(--max)) / 2));
  margin-right: auto;
  animation: rise-in 0.9s ease both;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__brand {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.5vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
  background: linear-gradient(100deg, #fff 10%, var(--peach) 48%, var(--gold-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero h1 {
  color: #fff;
  margin-bottom: 0.7rem;
}

.hero__lead {
  color: rgba(246, 241, 235, 0.88);
  font-size: 1.08rem;
  max-width: 34rem;
  margin-bottom: 1.4rem;
}

.section {
  padding: 4.5rem 0;
}

.section--silver {
  background: linear-gradient(180deg, rgba(232, 235, 240, 0.55), rgba(255, 250, 245, 0.35));
}

.section--peach {
  background:
    radial-gradient(700px 280px at 80% 0%, rgba(243, 194, 166, 0.35), transparent 60%),
    rgba(255, 248, 242, 0.7);
}

.section-head {
  max-width: 38rem;
  margin-bottom: 2rem;
}

.section-head p,
.page-hero > p {
  color: var(--muted);
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--peach-deep);
  margin-bottom: 0.6rem;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
  align-items: center;
}

.media-frame {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    0 18px 40px rgba(42, 44, 50, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  background: linear-gradient(145deg, var(--silver-bright), var(--silver));
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}

.media-frame--sm img {
  aspect-ratio: 4 / 3;
}

.price-line {
  font-weight: 750;
  color: var(--graphite);
}

.text-link {
  font-weight: 750;
  color: var(--graphite);
}

.offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.offer-list a {
  display: grid;
  grid-template-columns: 9rem 1fr auto;
  gap: 1rem 1.4rem;
  align-items: start;
  padding: 1.2rem 1.3rem;
  text-decoration: none;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.25s ease, background 0.25s ease;
}

.offer-list a:hover {
  transform: translateX(4px);
  background: var(--surface-strong);
}

.offer-list__meta {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 700;
}

.offer-list__title {
  grid-column: 2;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 1.15rem;
}

.offer-list__short {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.95rem;
}

.offer-list__price {
  grid-row: 1 / span 2;
  grid-column: 3;
  font-weight: 800;
  white-space: nowrap;
}

.evidence {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.4rem;
}

.evidence li {
  padding-left: 1.1rem;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, var(--peach), var(--gold), var(--silver)) 1;
}

.quote {
  margin: 0;
  padding: 2rem 2.2rem;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(232, 235, 240, 0.7), rgba(243, 194, 166, 0.28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.quote p {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.35;
  margin-bottom: 0.9rem;
}

.quote footer {
  color: var(--muted);
  font-weight: 650;
}

.page-hero {
  padding: 3.2rem 0 1.2rem;
}

.page-hero--split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: end;
  padding-bottom: 2rem;
}

.service-index {
  display: grid;
  gap: 1.6rem;
}

.service-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.4rem;
  align-items: center;
}

.service-row h2 a {
  text-decoration: none;
}

.blog-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.4rem;
}

.blog-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.3rem;
  text-decoration: none;
  align-items: center;
}

.blog-card time {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.check-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.check-list li {
  margin-bottom: 0.45rem;
}

.process {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.6rem;
}

.process li {
  padding: 1.3rem 1.4rem;
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.process li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--silver-bright), var(--peach), var(--gold));
}

.prose {
  max-width: 42rem;
}

.prose.legal {
  max-width: 46rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.2rem;
  align-items: start;
}

.contact-form,
.contact-aside {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.field {
  margin-bottom: 1rem;
}

.field label {
  display: block;
  font-weight: 750;
  margin-bottom: 0.35rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(42, 44, 50, 0.18);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font: inherit;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(201, 168, 108, 0.55);
  outline-offset: 1px;
}

.field-error {
  min-height: 1.2em;
  color: #9b3b2e;
  font-size: 0.88rem;
  margin: 0.3rem 0 0;
  font-weight: 700;
}

.form-status {
  margin-top: 0.9rem;
  font-weight: 750;
}

.form-status--success {
  color: #2f6b4f;
}

.form-status--error {
  color: #9b3b2e;
}

.site-footer {
  margin-top: 2rem;
  padding: 3rem 0 2rem;
  background:
    linear-gradient(180deg, transparent, rgba(42, 44, 50, 0.04)),
    linear-gradient(135deg, rgba(232, 235, 240, 0.65), rgba(243, 194, 166, 0.22));
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 1.8rem;
}

.footer-brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-legal a {
  text-decoration: none;
  font-weight: 700;
}

.footer-copy {
  margin-top: 2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 250, 245, 0.96), rgba(232, 235, 240, 0.94));
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(42, 44, 50, 0.18);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.cookie-inner {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-inner p {
  margin: 0;
  font-size: 0.95rem;
}

.cookie-actions {
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.js-error {
  position: fixed;
  top: calc(var(--header-h) + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background: #9b3b2e;
  color: #fff;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  z-index: 70;
  font-weight: 700;
}

.error-page {
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 900px) {
  .split,
  .page-hero--split,
  .contact-grid,
  .footer-inner,
  .service-row,
  .blog-card,
  .offer-list a {
    grid-template-columns: 1fr;
  }

  .offer-list__title,
  .offer-list__short,
  .offer-list__price,
  .offer-list__meta {
    grid-column: auto;
    grid-row: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(255, 250, 245, 0.97);
    border-bottom: 1px solid var(--line);
    padding: 0.6rem 1.2rem 1rem;
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__dock {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    max-width: none;
  }
}

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