:root {
  --cream: #fbf4ee;
  --cream-deep: #f4e8df;
  --paper: #fffaf6;
  --blush: #f3d5d8;
  --rose: #d4788c;
  --rose-deep: #c45d74;
  --mauve: #a85a72;
  --plum: #7c3a52;
  --ink: #4a2433;
  --terracotta: #c17a6a;
  --muted: #8a6570;
  --line: rgba(124, 58, 82, 0.14);
  --shadow: 0 24px 60px rgba(74, 36, 51, 0.08);
  --radius: 1.75rem;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --header-h: 5.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.wordmark {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--plum);
}

h1 {
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 500;
  margin: 0.15em 0 0;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin: 0 0 0.6em;
}

h3 {
  font-size: 1.55rem;
  margin: 0 0 0.4em;
}

.service-card h2,
.steps h2 {
  font-size: 1.55rem;
  margin: 0 0 0.4em;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--plum);
  color: var(--paper);
  padding: 0.6rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.watercolor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(232, 164, 176, 0.35), transparent 60%),
    radial-gradient(ellipse 45% 38% at 100% 0%, rgba(216, 140, 164, 0.28), transparent 58%),
    radial-gradient(ellipse 40% 35% at 8% 100%, rgba(240, 190, 196, 0.32), transparent 55%),
    radial-gradient(ellipse 42% 32% at 100% 92%, rgba(196, 122, 148, 0.22), transparent 58%),
    radial-gradient(ellipse 30% 24% at 50% 108%, rgba(232, 176, 184, 0.2), transparent 60%);
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.heart-o {
  display: inline-block;
  width: 0.72em;
  height: 0.62em;
  margin: 0 0.02em -0.02em;
  vertical-align: 0.02em;
  background: linear-gradient(180deg, #e08aa0 0%, #c45d74 42%, #8b3d58 100%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 34'%3E%3Cpath d='M20 33S4 22 3 13C2 6 8 2 13 5c3 2 6 7 7 9 1-2 4-7 7-9 5-3 11 1 10 8-1 9-17 20-17 20z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 34'%3E%3Cpath d='M20 33S4 22 3 13C2 6 8 2 13 5c3 2 6 7 7 9 1-2 4-7 7-9 5-3 11 1 10 8-1 9-17 20-17 20z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.eyebrow,
.brand-sub,
.hero-kicker {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.brand-sub {
  display: block;
  margin-top: 0.15rem;
  letter-spacing: 0.32em;
}

.wordmark {
  font-size: 1.55rem;
  line-height: 1;
  color: var(--plum);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  height: var(--header-h);
  background: rgba(251, 244, 238, 0.72);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  background: rgba(251, 244, 238, 0.92);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(74, 36, 51, 0.04);
}

.nav-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.blend-logo {
  mix-blend-mode: multiply;
  background: transparent;
  -webkit-mask-image: radial-gradient(
    ellipse 82% 86% at 50% 46%,
    #000 46%,
    transparent 78%
  );
  mask-image: radial-gradient(
    ellipse 82% 86% at 50% 46%,
    #000 46%,
    transparent 78%
  );
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.site-nav a {
  position: relative;
  color: var(--plum);
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after,
.site-nav a[aria-current="page"]:not(.nav-cta)::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  background: var(--plum);
  color: var(--paper) !important;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--rose-deep);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.35rem;
  height: 1.5px;
  margin: 5px auto;
  background: var(--plum);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  place-items: center;
  padding: 2.5rem 1.25rem 5rem;
  text-align: center;
}

.home-hero h1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: clamp(4.2rem, 12vw, 8.5rem);
}

.page-hero {
  min-height: unset;
  padding: 4.2rem 1.25rem 1.2rem;
}

.page-hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  max-width: 20ch;
  margin-inline: auto;
  line-height: 1.2;
  text-wrap: balance;
}

.page-hero .hero-lead {
  margin-bottom: 0;
}

.hero-inner {
  width: min(760px, 100%);
}

.hero-phoenix {
  width: min(340px, 72vw);
  margin: 0 auto 0.5rem;
  animation: float 7s ease-in-out infinite;
}

.hero-kicker {
  margin: 0.35rem 0 1.4rem;
}

.hero-lead {
  max-width: 38rem;
  margin: 0 auto 2rem;
  font-size: 1.12rem;
  color: var(--muted);
}

.hero-lead a {
  color: var(--plum);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mauve);
}

.scroll-hint svg {
  width: 22px;
  height: 22px;
  animation: bob 1.8s ease-in-out infinite;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background: linear-gradient(180deg, #9a4b63 0%, var(--plum) 100%);
  color: #fffaf6;
  box-shadow: 0 12px 28px rgba(124, 58, 82, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-2px);
  background: var(--rose-deep);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(124, 58, 82, 0.28);
  color: var(--plum);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(255, 250, 246, 0.7);
  transform: translateY(-2px);
}

main {
  position: relative;
  z-index: 1;
}

.section-head {
  max-width: 38rem;
  margin-bottom: 3rem;
}

.services .section-head,
.for-whom .section-head,
.process .section-head {
  margin-inline: auto;
  text-align: center;
}

.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.intro,
.services,
.for-whom,
.process,
.about,
.contact {
  padding: 6.5rem 0;
}

.page-hero + .services,
.page-hero + .process,
.page-hero + .about,
.page-hero + .contact {
  padding-top: 2.5rem;
}

.intro-grid,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}

.intro-copy h2,
.about-copy h2,
.contact-copy h2 {
  max-width: 14ch;
}

.intro-copy p,
.about-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.intro-card {
  background: linear-gradient(180deg, #fffdfb 0%, #faeee8 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.4rem 2rem;
  box-shadow: var(--shadow);
  text-align: center;
}

.flourish {
  width: 64px;
  height: auto;
  margin: 0 auto 1.2rem;
  fill: var(--rose);
}

.intro-card blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--plum);
}

.intro-card em {
  display: block;
  margin-top: 0.8rem;
  font-style: italic;
  font-weight: 400;
}

.intro-meta {
  margin-top: 1.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.service-grid,
.whom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.service-card,
.whom-card {
  background: linear-gradient(180deg, #fffdfb 0%, #f8eee8 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.45rem 1.6rem;
  box-shadow: 0 16px 40px rgba(74, 36, 51, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.whom-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.icon-wrap {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 1rem;
  color: var(--plum);
  background: rgba(232, 176, 188, 0.28);
}

.icon-wrap svg {
  width: 1.7rem;
  height: 1.7rem;
}

.service-card p,
.whom-card p {
  color: var(--muted);
  font-size: 0.96rem;
}

.whom-grid {
  grid-template-columns: repeat(2, 1fr);
}

.whom-card {
  text-align: center;
  padding: 2rem 1.5rem;
}

.whom-card img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin: 0 auto 1.1rem;
}

.for-whom {
  background: linear-gradient(180deg, transparent, rgba(243, 213, 216, 0.28), transparent);
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}

.steps li {
  position: relative;
  padding: 0.4rem 0.2rem 0;
}

.step-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--rose);
  margin-bottom: 0.4rem;
}

.steps p {
  color: var(--muted);
  font-size: 0.98rem;
}

.process-note {
  max-width: 38rem;
  margin: 2.2rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.02rem;
}

.about {
  background: linear-gradient(180deg, rgba(255, 250, 246, 0.5), transparent);
}

.about-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.about-visual img {
  width: min(380px, 100%);
  position: relative;
  z-index: 1;
}

.about-glow {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 164, 176, 0.55), transparent 70%);
  filter: blur(12px);
}

.values {
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.values li {
  display: grid;
  gap: 0.15rem;
  padding-left: 1rem;
  border-left: 2px solid var(--rose);
}

.values strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--plum);
}

.values span {
  color: var(--muted);
  font-size: 0.95rem;
}

.personal {
  position: relative;
  z-index: 1;
  padding: 0 0 4.5rem;
}

.personal-inner {
  max-width: 40rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--rose);
}

.personal-inner h2 {
  margin-bottom: 0.7em;
}

.personal-inner p {
  color: var(--muted);
  font-size: 1.05rem;
}

.palette {
  padding: 0 0 2rem;
}

.palette-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.92rem;
}

.swatch {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  border: 1px solid rgba(74, 36, 51, 0.08);
  box-shadow: 0 6px 14px rgba(74, 36, 51, 0.08);
}

.swatch-cream {
  background: #fbf4ee;
}

.swatch-blush {
  background: #f3d5d8;
}

.swatch-rose {
  background: #d4788c;
}

.swatch-mauve {
  background: #a85a72;
}

.swatch-plum {
  background: #7c3a52;
}

.contact {
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  width: min(560px, 100%);
  margin-inline: auto;
  background: linear-gradient(180deg, #fffdfb, #faeee8);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 0.4rem);
  padding: 1.8rem;
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field label {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--plum);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(124, 58, 82, 0.18);
  background: rgba(255, 250, 246, 0.9);
  border-radius: 0.9rem;
  padding: 0.8rem 0.95rem;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  resize: vertical;
  min-height: 6rem;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(212, 120, 140, 0.16);
}

.contact-form .btn {
  width: 100%;
  margin-top: 0.3rem;
}

.form-status {
  min-height: 1.4em;
  font-size: 0.92rem;
  color: var(--plum);
}

.form-status.is-error {
  color: #9b2c40;
}

.contact-note {
  font-size: 0.95rem;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  align-items: stretch;
}

.pricing {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 5rem;
}

.price-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fffdfb 0%, #f8eee8 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.25rem 1.45rem;
  box-shadow: 0 16px 40px rgba(74, 36, 51, 0.04);
}

.price-card.is-featured {
  border-color: rgba(124, 58, 82, 0.28);
  box-shadow: var(--shadow);
}

.price-card h2 {
  font-size: 1.9rem;
  margin-bottom: 0.35em;
}

.price-amount {
  font-family: var(--font-display);
  font-size: 2.1rem;
  color: var(--plum);
  margin: 0 0 0.7rem;
  line-height: 1.15;
}

.price-amount span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.15rem;
}

.price-card > p {
  color: var(--muted);
  font-size: 0.96rem;
  margin-bottom: 1rem;
}

.price-card ul {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  flex: 1;
}

.price-card li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--rose);
}

.price-card .btn {
  width: 100%;
}

.price-note {
  max-width: 36rem;
  margin: 1.8rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.extra-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 1.6rem;
}

.extra-prices article {
  background: linear-gradient(180deg, #fffdfb 0%, #f8eee8 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem 1.3rem;
  text-align: center;
}

.extra-prices h2 {
  font-size: 1.45rem;
  margin-bottom: 0.2em;
}

.extra-prices .price-amount {
  font-size: 1.85rem;
  margin-bottom: 0.45rem;
}

.extra-prices p {
  color: var(--muted);
  font-size: 0.94rem;
}

.cta-band {
  position: relative;
  z-index: 1;
  padding: 2rem 0 6.5rem;
  text-align: center;
}

.cta-band h2 {
  margin-bottom: 0.4em;
}

.cta-band p {
  color: var(--muted);
  margin-bottom: 1.6rem;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 2.4rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-brand {
  display: grid;
  justify-items: center;
  margin-bottom: 1.2rem;
}

.footer-brand img {
  width: 84px;
  margin-bottom: 0.4rem;
}

.footer-brand .wordmark {
  font-size: 2.3rem;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  font-size: 0.92rem;
  color: var(--plum);
}

.copyright {
  color: var(--muted);
  font-size: 0.88rem;
}

.phoenix-stamp {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}

.phoenix-stamp img {
  display: block;
  height: 42px;
  width: auto;
  mix-blend-mode: multiply;
}

.phoenix-stamp:hover,
.phoenix-stamp:focus-visible {
  opacity: 1;
}

.phoenix-stamp--zegel img {
  height: 52px;
  border-radius: 50%;
}

.stamp-demo {
  position: relative;
  z-index: 1;
  padding: 4rem 0 5rem;
}

.stamp-demo h1 {
  text-align: center;
  margin-bottom: 0.4em;
}

.stamp-demo > .container > .hero-lead {
  text-align: center;
  margin-bottom: 2.5rem;
}

.stamp-board {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

.stamp-board figure {
  margin: 0;
  padding: 2.2rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: center;
}

.stamp-board figcaption {
  margin-top: 0.9rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.stamp-light {
  background: #fbf4ee;
}

.stamp-dark {
  background: #3a1f28;
}

.stamp-dark .phoenix-stamp img {
  mix-blend-mode: normal;
  filter: brightness(1.08);
}

.stamp-code {
  width: min(720px, 100%);
  margin: 0 auto;
  background: #fffdfb;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: 1.2rem 1.3rem;
  overflow: auto;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--plum);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: rise 0.9s ease forwards;
}

.delay-1 {
  animation-delay: 0.1s;
}
.delay-2 {
  animation-delay: 0.18s;
}
.delay-3 {
  animation-delay: 0.26s;
}
.delay-4 {
  animation-delay: 0.34s;
}
.delay-5 {
  animation-delay: 0.42s;
}

.hero .reveal {
  animation-fill-mode: both;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .hero-phoenix,
  .scroll-hint svg {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .price-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .service-grid,
  .steps,
  .price-grid,
  .extra-prices {
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .about-visual {
    order: -1;
  }

  .nav-toggle {
    display: block;
    z-index: 60;
  }

  .site-nav {
    position: fixed;
    inset: 0 0 auto auto;
    top: 0;
    right: 0;
    z-index: 70;
    width: min(22rem, 86vw);
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    padding: 6rem 2rem 2rem;
    background: rgba(251, 244, 238, 0.97);
    border-left: 1px solid var(--line);
    transform: translateX(110%);
    transition: transform 0.35s ease;
    gap: 1.3rem;
  }

  .site-nav.is-open {
    transform: none;
  }

  body.nav-open {
    overflow: hidden;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
}

@media (max-width: 760px) {
  .whom-grid,
  .service-grid,
  .steps,
  .price-grid,
  .extra-prices {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 1.2rem;
  }

  .hero-phoenix {
    width: min(260px, 70vw);
  }

  .intro,
  .services,
  .for-whom,
  .process,
  .about,
  .contact {
    padding: 4.2rem 0;
  }
}
