:root {
  --silver: #c5ccd6;
  --silver-deep: #9aa3b0;
  --peach: #f0c9a8;
  --peach-warm: #e8b896;
  --gold: #d4b896;
  --gold-soft: #c9a86c;
  --graphite: #2f343b;
  --graphite-mid: #3d444c;
  --graphite-soft: #5a616a;
  --mist: #f3f1ed;
  --surface: rgba(255, 252, 248, 0.72);
  --line: rgba(47, 52, 59, 0.12);
  --ok: #2f6b4f;
  --err: #a65a4a;
  --font-display: "Syne", sans-serif;
  --font-body: "Figtree", sans-serif;
  --radius: 14px;
  --shell: min(1120px, calc(100% - 2.5rem));
  --header-h: 4.25rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--graphite);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(240, 201, 168, 0.45), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(197, 204, 214, 0.55), transparent 50%),
    linear-gradient(180deg, #f7f4ef 0%, #ebe8e2 40%, #f2efe9 100%);
  background-attachment: fixed;
  line-height: 1.65;
  min-height: 100vh;
}

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

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

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;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: linear-gradient(
    180deg,
    rgba(255, 252, 248, 0.92),
    rgba(255, 252, 248, 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%, #fff8f0, transparent 45%),
    linear-gradient(135deg, var(--peach-warm), var(--silver), var(--gold-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  animation: mercury-shift 8s ease-in-out infinite;
}

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

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

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

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--graphite-mid), var(--graphite));
  color: #f8f4ef !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.35s ease;
}

.nav-cta.is-pressed {
  transform: scale(0.96);
  border-radius: 18px 22px 16px 20px;
}

.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: 10px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

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

/* Hero — full-bleed mercury horizon */
.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

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

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

.hero-mercury {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(47, 52, 59, 0.15) 0%,
      rgba(47, 52, 59, 0.25) 35%,
      rgba(232, 184, 150, 0.35) 70%,
      rgba(243, 241, 237, 0.92) 100%
    ),
    linear-gradient(
      105deg,
      transparent 40%,
      rgba(197, 204, 214, 0.25) 55%,
      transparent 70%
    );
  background-size: 100% 100%, 200% 100%;
  animation: sheen-drift 14s ease-in-out infinite;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 0 0 3.5rem;
  max-width: 40rem;
}

.hero-brand {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--graphite);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-line {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--graphite-mid);
}

.hero-support {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  font-size: 1.05rem;
  color: var(--graphite-soft);
}

/* Sections */
.section {
  padding: 4.5rem 0;
}

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

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

.page-hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

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

.page-hero-media {
  margin-top: 1.75rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(47, 52, 59, 0.08);
}

.page-hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
}

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

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

.split-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(47, 52, 59, 0.08);
}

.split-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.price-line {
  margin: 1rem 0 0;
  font-weight: 600;
  color: var(--graphite-mid);
}

/* Buttons */
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.35s ease,
    background 0.25s ease;
}

.btn-primary {
  background: linear-gradient(145deg, var(--gold-soft), var(--peach-warm) 45%, var(--silver));
  color: var(--graphite);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 10px 24px rgba(201, 168, 108, 0.25);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.45);
  border-color: var(--line);
  color: var(--graphite);
}

.btn.is-pressed,
.btn:active {
  transform: scale(0.97);
  border-radius: 20px 26px 18px 24px;
}

.liquid-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  animation: liquid-pop 0.7s ease-out forwards;
  pointer-events: none;
}

/* Lists — not card grids for browsing; interaction rows */
.offer-list {
  display: flex;
  flex-direction: column;
  gap: 0.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.3s ease, background 0.3s ease;
}

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

.offer-item:hover {
  padding-left: 0.5rem;
  background: linear-gradient(90deg, rgba(240, 201, 168, 0.18), transparent);
}

.offer-item h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.offer-item p {
  margin: 0;
  color: var(--graphite-soft);
  max-width: 40rem;
}

.offer-meta {
  flex-shrink: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--graphite-mid);
  white-space: nowrap;
}

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

.quote-item blockquote {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  line-height: 1.55;
  font-weight: 500;
}

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

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

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

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

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

.post-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.25rem;
  text-decoration: none;
  color: inherit;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.post-card img {
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border-radius: 12px;
}

.post-card time {
  display: block;
  font-size: 0.85rem;
  color: var(--graphite-soft);
  margin-bottom: 0.35rem;
}

.post-card h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

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

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

/* Prose */
.prose {
  max-width: 42rem;
}

.prose h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

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

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

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

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

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

.form-field label {
  font-weight: 600;
  font-size: 0.92rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  font: inherit;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  color: var(--graphite);
}

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

.form-field .error {
  min-height: 1.1em;
  margin: 0;
  font-size: 0.85rem;
  color: var(--err);
}

.form-status {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
}

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

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

.contact-aside {
  padding: 0.5rem 0;
}

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

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

/* Footer */
.site-footer {
  margin-top: 2rem;
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(
    180deg,
    rgba(197, 204, 214, 0.22),
    rgba(240, 201, 168, 0.18)
  );
}

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

.footer-name {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
}

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

.footer-heading {
  margin: 0 0 0.65rem;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--graphite-mid);
}

.footer-col {
  display: grid;
  gap: 0.4rem;
  align-content: start;
}

.footer-col a {
  text-decoration: none;
  color: var(--graphite-soft);
}

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

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

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

/* Cookie banner */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 1rem 0;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 248, 0.94),
    rgba(240, 201, 168, 0.35)
  );
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

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

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

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

/* Motion */
.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.delay-1 {
  transition-delay: 0.12s;
}

.fade-in.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes sheen-drift {
  0%,
  100% {
    background-position: 0 0, 0% 0;
  }
  50% {
    background-position: 0 0, 100% 0;
  }
}

@keyframes mercury-shift {
  0%,
  100% {
    filter: hue-rotate(0deg);
    transform: scale(1);
  }
  50% {
    filter: hue-rotate(12deg);
    transform: scale(1.05);
  }
}

@keyframes liquid-pop {
  to {
    transform: scale(1);
    opacity: 0;
  }
}

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

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

  .nav-toggle {
    display: flex;
  }

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

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

  .nav-cta {
    justify-content: center;
  }

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

  .cookie-actions {
    justify-content: stretch;
  }

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

  .hero {
    min-height: min(88vh, 720px);
  }

  .hero-copy {
    padding-bottom: 2.5rem;
  }
}

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

  .fade-in {
    opacity: 1;
    transform: none;
  }
}
