.nav-shell,
.pricing-panel {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 35px rgba(32, 77, 137, 0.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.nav-shell {
  border-radius: 1.25rem;
}
.brand img {
  width: 107px;
  height: auto;
}
.main-nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}
.main-nav a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.7rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.button:hover {
  background: var(--muted);
  transform: translateY(-2px);
}
.button-small {
  min-height: 2.8rem;
}
.button-large {
  min-height: 3.45rem;
  padding-inline: 1.5rem;
}
.button-outline {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}
.button-outline:hover {
  background: var(--ink);
  color: var(--white);
}
.button span {
  font-size: 1.15em;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hero h1 {
  max-width: 740px;
  font-size: clamp(3.6rem, 6.6vw, 6.75rem);
  line-height: 0.99;
}
.hero h1 em {
  color: var(--ink);
  font-style: normal;
  position: relative;
  white-space: nowrap;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  height: 0.16em;
  left: 1%;
  right: 1%;
  bottom: -0.13em;
  border-bottom: 0.065em solid var(--accent);
  border-radius: 50%;
  transform: rotate(-3deg);
}
.hero-lead {
  max-width: 33rem;
  margin: 2rem 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
}
@media (min-width: 801px) {
  .hero h1 {
    font-size: clamp(3.25rem, 5vw, 5.15rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.07;
  }
  .hero-lead {
    margin-block: 2.3rem;
    font-size: clamp(1.05rem, 1.3vw, 1.18rem);
    line-height: 1.65;
  }
}
.section-heading h2,
.pricing h2,
.about h2 {
  font-size: clamp(2.5rem, 4.4vw, 4.5rem);
  line-height: 1.08;
}
.pricing h2 {
  color: var(--white);
}
.step-number {
  color: var(--muted);
  font-family: Bicyclette, sans-serif;
  font-size: 0.95rem;
}
.step-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 2rem 0 1.25rem;
  border-radius: 1.25rem;
  background: var(--accent-soft);
  transform: rotate(-7deg);
}
.step-icon-menu::before {
  content: "";
  width: 2rem;
  height: 2.55rem;
  border: 2px solid var(--ink);
  border-radius: 0.3rem;
  background: var(--white);
}
.step-icon-menu span {
  position: absolute;
  left: 1.65rem;
  width: 1.2rem;
  height: 2px;
  background: var(--ink);
}
.step-icon-menu span:nth-child(1) {
  top: 1.65rem;
}
.step-icon-menu span:nth-child(2) {
  top: 2.1rem;
}
.step-icon-menu span:nth-child(3) {
  top: 2.55rem;
}
.step-icon-order::before {
  content: "";
  width: 2.55rem;
  height: 2.2rem;
  border: 2px solid var(--ink);
  border-radius: 0.3rem 0.3rem 0.75rem 0.75rem;
  background: var(--white);
}
.step-icon-order span {
  position: absolute;
  top: 1rem;
  width: 1.05rem;
  height: 0.6rem;
  border: 2px solid var(--ink);
  border-bottom: 0;
  border-radius: 0.7rem 0.7rem 0 0;
}
.step-icon-feedback::before {
  content: "";
  width: 2.7rem;
  height: 2.25rem;
  border: 2px solid var(--ink);
  border-radius: 0.75rem;
  background: var(--white);
}
.step-icon-feedback::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--white);
  border-left: 2px solid var(--ink);
  transform: rotate(-30deg);
}
.step-icon-feedback span {
  position: absolute;
  z-index: 1;
  top: 1.8rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--accent);
}
.step-icon-feedback span:first-child {
  left: 1.85rem;
}
.step-icon-feedback span:last-child {
  left: 2.45rem;
}
.journey-step h3 {
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}
.journey-step p {
  max-width: 16rem;
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 1rem;
}
.venue-note-mark {
  position: relative;
  flex: 0 0 auto;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--accent);
}
.venue-note-mark::before {
  content: "";
  position: absolute;
  width: 1.55rem;
  height: 0.8rem;
  left: 0.92rem;
  top: 1.25rem;
  border-bottom: 3px solid var(--ink);
  border-radius: 50%;
}
.venue-note p {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 650;
  line-height: 1.45;
}
.pricing-panel {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 1.4rem;
}
.pricing-panel p {
  max-width: 26rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 1.08rem;
}
.about-copy p {
  color: var(--muted);
  font-size: clamp(1.1rem, 1.65vw, 1.3rem);
  line-height: 1.6;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}
.footer-intro {
  max-width: 22ch;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
}
.footer-product h2 {
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
}
.footer-product nav {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.35rem;
}
.footer-product a {
  color: var(--ink-deep);
  text-decoration: none;
}
.footer-product a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.site-footer :focus-visible {
  outline-color: var(--ink);
}
.footer-bottom {
  color: var(--ink-deep);
  font-size: 0.84rem;
}
.footer-credit {
  white-space: nowrap;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-legal a::before {
  content: "•";
  display: inline-block;
  margin-right: .9rem;
  color: rgba(0, 0, 0, .4);
}
.footer-bottom a:hover {
  color: var(--ink);
}
.footer-bottom :focus-visible {
  outline-color: var(--ink-deep);
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.footer-social img {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
}
.footer-social a:hover img,
.footer-social a:focus-visible img {
  opacity: 1;
}
@media (max-width: 800px) {
  .hero h1 {
    font-size: clamp(3rem, 6.8vw, 5rem);
  }
  .hero h1 em {
    white-space: normal;
  }
}
@media (max-width: 640px) {
  .brand img {
    width: 91px;
  }
  .button-small {
    min-height: 2.6rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
    gap: 0.4rem;
  }
  .main-nav a {
    font-size: 0.84rem;
  }
  .hero h1 {
    font-size: clamp(3.15rem, 12vw, 4.8rem);
  }
  .hero-lead {
    margin-block: 1.5rem 1.65rem;
  }
  .section-heading {
    margin-bottom: 2rem;
  }
  .step-icon {
    margin: 1.25rem 0 1rem;
  }
  .footer-credit {
    white-space: normal;
  }
  .footer-legal a:first-child::before {
    display: none;
  }
}
