:root {
  --silver: #c9ced4;
  --silver-bright: #e8eaed;
  --silver-deep: #9aa3ad;
  --peach: #e8c9a8;
  --peach-soft: #f3ddc8;
  --gold: #d4a84b;
  --gold-soft: rgba(212, 168, 75, 0.35);
  --graphite: #2c3238;
  --graphite-mid: #4a525c;
  --graphite-soft: #6b7380;
  --surface: rgba(232, 234, 237, 0.72);
  --surface-strong: rgba(243, 221, 200, 0.55);
  --line: rgba(44, 50, 56, 0.14);
  --danger: #a85448;
  --ok: #3d6b5a;
  --font-display: "Outfit", sans-serif;
  --font-body: "Sofia Sans", sans-serif;
  --shell: min(1080px, calc(100% - 2.5rem));
  --header-h: 4.25rem;
  --radius: 1.15rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--graphite);
  background:
    radial-gradient(ellipse 65% 50% at 8% 0%, rgba(232, 201, 168, 0.55), transparent 55%),
    radial-gradient(ellipse 50% 40% at 95% 5%, rgba(201, 206, 212, 0.7), transparent 50%),
    radial-gradient(ellipse 70% 45% at 50% 100%, rgba(212, 168, 75, 0.18), transparent 55%),
    linear-gradient(168deg, #f4f1ec 0%, #e4e7eb 42%, #d5d9de 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      rgba(232, 234, 237, 0.15) 35%,
      rgba(232, 201, 168, 0.2) 50%,
      rgba(212, 168, 75, 0.12) 62%,
      transparent 78%
    );
  background-size: 200% 100%;
  animation: mercury-band 18s ease-in-out infinite;
  opacity: 0.85;
}

@keyframes mercury-band {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

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

@keyframes sheen-drift {
  0%, 100% { opacity: 0.45; transform: translateX(-4%); }
  50% { opacity: 0.75; transform: translateX(4%); }
}

@keyframes liquid-press {
  0% { border-radius: var(--radius); transform: scale(1); }
  40% { border-radius: 1.6rem 0.85rem 1.5rem 1rem; transform: scale(0.97); }
  100% { border-radius: var(--radius); transform: scale(1); }
}

main,
.site-header,
.site-footer,
.cookie-banner {
  position: relative;
  z-index: 1;
}

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

a {
  color: var(--graphite-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

.shell {
  width: var(--shell);
  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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(232, 234, 237, 0.78);
  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.65rem;
  text-decoration: none;
  color: var(--graphite);
}

.brand-mark {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, var(--silver-bright), var(--silver-deep) 55%, var(--graphite-mid)),
    linear-gradient(135deg, var(--peach), var(--gold));
  background-blend-mode: soft-light;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

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

.nav-toggle-bar {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin-inline: auto;
  background: var(--graphite);
  border-radius: 2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

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

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--graphite);
}

.nav-cta {
  padding: 0.55rem 1rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--silver-bright), var(--silver) 40%, var(--peach-soft));
  color: var(--graphite) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 8px 20px rgba(44, 50, 56, 0.08);
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.35s ease;
}

.btn:active {
  animation: liquid-press 0.45s ease;
}

.btn-primary {
  background: linear-gradient(160deg, var(--silver-bright) 0%, var(--silver) 35%, var(--peach) 100%);
  color: var(--graphite);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -10px 18px rgba(44, 50, 56, 0.08),
    0 12px 28px rgba(44, 50, 56, 0.12);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -12px 22px rgba(212, 168, 75, 0.15),
    0 16px 32px rgba(44, 50, 56, 0.14);
  color: var(--graphite);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.35);
  border-color: var(--line);
  color: var(--graphite);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.55);
  color: var(--graphite);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mercury-ripple {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 234, 237, 0.7), rgba(212, 168, 75, 0.15) 55%, transparent 70%);
  pointer-events: none;
  transform: scale(0);
  animation: ripple-out 0.7s ease-out forwards;
}

@keyframes ripple-out {
  to { transform: scale(1); opacity: 0; }
}

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: flex-end;
  padding: 0 0 4.5rem;
  color: var(--silver-bright);
  overflow: hidden;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.hero-sheen {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(44, 50, 56, 0.15) 0%, rgba(44, 50, 56, 0.55) 48%, rgba(44, 50, 56, 0.88) 100%),
    linear-gradient(90deg, rgba(232, 201, 168, 0.25), transparent 45%, rgba(201, 206, 212, 0.2));
  animation: sheen-drift 14s ease-in-out infinite;
}

.hero-anchor {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  animation: fadeup 0.9s ease both;
}

.hero-brand {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.hero-lead {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(232, 234, 237, 0.92);
  max-width: 34rem;
}

.section {
  padding: 5rem 0;
}

.section-tight {
  padding-top: 2.5rem;
}

.section-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  letter-spacing: -0.02em;
  color: var(--graphite);
}

.section-lead {
  margin: 0 0 1.25rem;
  color: var(--graphite-soft);
  max-width: 38rem;
  font-size: 1.08rem;
}

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

.split-media {
  border-radius: calc(var(--radius) + 0.35rem);
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(44, 50, 56, 0.12);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.fade-in {
  animation: fadeup 0.8s ease both;
}

.delay-1 {
  animation-delay: 0.15s;
}

.offer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.offer-item {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.25s ease;
}

.offer-item:last-child {
  border-bottom: 1px solid var(--line);
}

.offer-item:hover {
  padding-left: 0.5rem;
}

.offer-item h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
}

.offer-item p {
  margin: 0;
  color: var(--graphite-soft);
  font-size: 0.98rem;
}

.offer-meta {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gold);
  white-space: nowrap;
}

.quote-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.quote-item {
  padding: 0 0 0 1.25rem;
  border-left: 2px solid var(--peach);
}

.quote-item blockquote {
  margin: 0 0 0.75rem;
  font-size: 1.08rem;
  color: var(--graphite);
}

.quote-item cite {
  font-style: normal;
  font-size: 0.92rem;
  color: var(--graphite-soft);
}

.faq-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.25rem;
}

.faq-item h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}

.faq-item p {
  margin: 0;
  color: var(--graphite-soft);
}

.page-hero {
  padding: 3.5rem 0 1.5rem;
}

.page-hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
}

.page-hero > .shell > p {
  margin: 0;
  max-width: 40rem;
  color: var(--graphite-soft);
  font-size: 1.1rem;
}

.price-line {
  margin-top: 0.85rem !important;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--gold) !important;
}

.page-hero-media {
  margin-top: 1.75rem;
  border-radius: calc(var(--radius) + 0.25rem);
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(44, 50, 56, 0.12);
}

.page-hero-media img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.prose {
  max-width: 42rem;
}

.prose h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.prose p,
.prose li {
  color: var(--graphite-mid);
}

.prose ul {
  padding-left: 1.2rem;
}

.post-list {
  display: grid;
  gap: 1.75rem;
}

.post-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.25rem;
  text-decoration: none;
  color: inherit;
  align-items: center;
}

.post-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: var(--radius);
}

.post-card time {
  font-size: 0.85rem;
  color: var(--graphite-soft);
}

.post-card h2 {
  margin: 0.35rem 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.post-card p {
  margin: 0;
  color: var(--graphite-soft);
}

.post-meta {
  color: var(--graphite-soft);
  font-size: 0.9rem;
}

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

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.35rem;
}

.form-field label {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.55);
  font: inherit;
  color: var(--graphite);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--silver-deep);
  box-shadow: 0 0 0 3px rgba(201, 206, 212, 0.45);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: var(--danger);
}

.error {
  margin: 0;
  min-height: 1.1em;
  color: var(--danger);
  font-size: 0.88rem;
}

.form-status {
  margin: 0.5rem 0 0;
  min-height: 1.25em;
  font-size: 0.95rem;
}

.form-status.is-ok {
  color: var(--ok);
}

.form-status.is-err {
  color: var(--danger);
}

.contact-aside {
  padding: 1.5rem;
  border-radius: calc(var(--radius) + 0.15rem);
  background: linear-gradient(160deg, rgba(232, 234, 237, 0.9), rgba(243, 221, 200, 0.45));
  border: 1px solid var(--line);
}

.contact-aside h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.contact-aside p {
  margin: 0 0 0.65rem;
  color: var(--graphite-mid);
}

.site-footer {
  margin-top: 3rem;
  padding: 3rem 0 1.5rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(201, 206, 212, 0.35));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2rem;
}

.footer-name {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
}

.footer-tag {
  margin: 0;
  color: var(--graphite-soft);
  font-size: 0.95rem;
}

.footer-heading {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--graphite-soft);
}

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

.footer-col a,
.footer-col p {
  margin: 0;
  text-decoration: none;
  color: var(--graphite-mid);
  font-size: 0.95rem;
}

.footer-col a:hover {
  color: var(--graphite);
}

.footer-base {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.footer-base p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--graphite-soft);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(232, 234, 237, 0.92), rgba(243, 221, 200, 0.95));
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 -12px 40px rgba(44, 50, 56, 0.1);
}

.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.cookie-inner p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--graphite-mid);
}

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

@media (max-width: 900px) {
  .split,
  .contact-grid,
  .footer-grid,
  .post-card {
    grid-template-columns: 1fr;
  }

  .offer-item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .offer-meta {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1.25rem 1.25rem;
    background: rgba(232, 234, 237, 0.96);
    border-bottom: 1px solid var(--line);
  }

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

  .site-nav a {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    margin-top: 0.5rem;
    text-align: center;
  }

  .hero {
    min-height: 78vh;
    padding-bottom: 3rem;
  }

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

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .btn {
    flex: 1;
  }
}
