/*
Theme Name: Pozytywne Wibracje
Theme URI: https://example.com/
Author: Smorko
Description: Motyw WordPress przerobiony z gotowej strony HTML/CSS/JS dla hipnoterapeutki: bio, blog, wideo, sesje, sklep, kontakt i logowanie.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Text Domain: pozytywne-wibracje
*/

:root {
  --ink: #1e1714;
  --muted: #6f625a;
  --paper: #f8f1e7;
  --paper-strong: #fffaf2;
  --sage: #49683f;
  --teal: #33201a;
  --coral: #b9472d;
  --ember: #df6a22;
  --gold: #cfa24a;
  --wine: #71291f;
  --line: rgba(30, 23, 20, 0.14);
  --shadow: 0 24px 70px rgba(113, 41, 31, 0.18);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(207, 162, 74, 0.18), transparent 34rem),
    linear-gradient(145deg, #fbf2e6 0%, #f5e7d6 44%, #edf0e3 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(113, 41, 31, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 104, 63, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 75%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max));
  min-height: 82px;
  margin: 0 auto;
  padding: 0.7rem 0;
}

.site-header::before {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: -1;
  height: 82px;
  content: "";
  background: rgba(248, 241, 231, 0.86);
  border-bottom: 1px solid rgba(30, 23, 20, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.75rem;
}

.brand-mark {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(145deg, rgba(255, 248, 237, 0.94), rgba(238, 213, 181, 0.72));
  border: 1px solid rgba(185, 71, 45, 0.2);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(113, 41, 31, 0.22);
}

.brand-mark img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.02rem;
}

.brand small {
  max-width: 24ch;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
}

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

.site-nav a.is-locked {
  padding-right: 1.75rem;
}

.site-nav a.is-locked::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.68rem;
  width: 0.56rem;
  height: 0.46rem;
  background: rgba(207, 162, 74, 0.22);
  border: 1.5px solid var(--gold);
  border-radius: 2px;
  transform: translateY(-22%);
}

.site-nav a.is-locked::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.45rem);
  right: 0.79rem;
  width: 0.28rem;
  height: 0.28rem;
  border: 1.5px solid var(--gold);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.site-nav a {
  position: relative;
  padding: 0.66rem 0.85rem;
  color: rgba(30, 23, 20, 0.78);
  border-radius: 999px;
  font-size: 0.93rem;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 248, 237, 0.76);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.site-nav .login-link {
  color: var(--paper-strong);
  background: linear-gradient(135deg, var(--wine), var(--coral));
}

.site-nav .login-link:hover,
.site-nav .login-link[aria-current="page"] {
  color: var(--paper-strong);
  background: linear-gradient(135deg, #4e1b16, var(--wine));
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(255, 248, 237, 0.84);
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  color: var(--paper-strong);
  background: #271811;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(35, 19, 12, 0.94) 0%, rgba(55, 27, 18, 0.72) 43%, rgba(55, 27, 18, 0.18) 100%),
    url("assets/hero-therapy-studio.png") center / cover no-repeat;
  transform: scale(1.03);
  animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(223, 106, 34, 0.16) 45%, transparent 56%),
    linear-gradient(128deg, transparent 0 52%, rgba(207, 162, 74, 0.14) 58%, transparent 68%);
  animation: emberSweep 9s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 38%;
  content: "";
  background: linear-gradient(to top, rgba(39, 24, 17, 0.86), transparent);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(100% - 2rem), var(--max));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.login-visual h1 {
  max-width: 12ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 10vw, 8.2rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0;
}

.hero .lead {
  max-width: 620px;
  margin: 1.5rem 0 0;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(113, 41, 31, 0.22);
}

.button.primary {
  color: #fffaf2;
  background: linear-gradient(135deg, var(--wine), var(--coral) 56%, var(--ember));
}

.hero .button.primary {
  background: linear-gradient(135deg, var(--coral), var(--ember) 52%, var(--gold));
}

.button.ghost {
  color: #fffaf2;
  border-color: rgba(255, 250, 242, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.button.soft {
  color: var(--wine);
  border-color: rgba(185, 71, 45, 0.22);
  background: rgba(255, 250, 242, 0.68);
}

.button.full {
  width: 100%;
}

.scroll-cue {
  position: absolute;
  bottom: 1.35rem;
  left: 50%;
  width: 28px;
  height: 46px;
  border: 1px solid rgba(255, 250, 242, 0.52);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue::after {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  background: #fffaf2;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: cue 1.4s ease-in-out infinite;
}

.section {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2,
.feature-copy h2,
.text-panel h2,
.post-feature h2,
.page-hero h1,
.login-visual h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 5.8rem);
  font-weight: 500;
  line-height: 0.98;
}

.intro-band {
  position: relative;
}

.route-grid,
.pricing-grid,
.shop-grid,
.values-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
}

.route-card,
.value-card,
.price-card,
.product-card,
.post-card,
.text-panel,
.quote-panel,
.contact-card,
.login-panel,
.post-feature {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  background: rgba(255, 248, 237, 0.76);
  border: 1px solid rgba(30, 23, 20, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(113, 41, 31, 0.08);
  backdrop-filter: blur(16px);
}

.route-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.route-card::before,
.product-card::before,
.price-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(207, 162, 74, 0.22), transparent 48%, rgba(185, 71, 45, 0.16));
  opacity: 0;
  transition: opacity 200ms ease;
}

.route-card:hover {
  transform: translateY(-7px);
  border-color: rgba(185, 71, 45, 0.26);
}

.route-card:hover::before,
.product-card:hover::before,
.price-card:hover::before {
  opacity: 1;
}

.card-number,
.value-card span,
.step span,
.product-badge,
.plan,
.post-meta,
.post-card span {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-note {
  margin: 0 0 1rem;
  padding: 0.85rem 0.95rem;
  color: var(--wine);
  background: rgba(207, 162, 74, 0.16);
  border: 1px solid rgba(207, 162, 74, 0.34);
  border-radius: var(--radius);
  line-height: 1.45;
}

.is-hidden {
  display: none !important;
}

.route-card h3,
.value-card h3,
.step h3,
.post-card h3,
.product-card h2,
.price-card h2 {
  position: relative;
  margin: 0.5rem 0;
}

.route-card p,
.value-card p,
.step p,
.product-card p,
.price-card p,
.text-panel p,
.page-hero p,
.post-feature p,
.quote-panel p,
.contact-card p,
.login-visual p {
  color: var(--muted);
  line-height: 1.68;
}

.split-feature,
.content-grid,
.blog-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.25rem;
  align-items: stretch;
}

.feature-copy {
  padding: clamp(1rem, 3vw, 2rem) 0;
}

.feature-copy p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.72;
}

.signal-stack {
  display: grid;
  gap: 1rem;
}

.signal-stack div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 110px;
  padding: 1.2rem;
  color: var(--paper-strong);
  background: linear-gradient(135deg, #331a15, var(--wine) 55%, #7b3d22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.signal-stack strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
}

.signal-stack span {
  color: rgba(255, 250, 242, 0.76);
  text-align: right;
}

.page-shell {
  padding-top: 1rem;
}

.page-hero {
  width: min(calc(100% - 2rem), var(--max));
  min-height: 430px;
  margin: 0 auto;
  display: grid;
  align-items: end;
  padding: clamp(3rem, 7vw, 5rem);
  color: var(--paper-strong);
  background:
    linear-gradient(120deg, rgba(35, 19, 12, 0.9), rgba(67, 30, 18, 0.36)),
    url("assets/hero-therapy-studio.png") center / cover no-repeat;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
}

.page-hero.compact-hero {
  min-height: 360px;
}

.page-hero-copy {
  max-width: 850px;
}

.page-hero p,
.login-visual p {
  max-width: 700px;
  color: rgba(255, 250, 242, 0.82);
}

.bio-hero {
  background-position: 50% 60%;
}

.offer-hero {
  background-position: 65% 55%;
}

.shop-hero {
  background-position: 55% 55%;
}

.contact-hero {
  background-position: 60% 60%;
}

.text-panel {
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.quote-panel {
  display: grid;
  place-items: center;
  color: var(--paper-strong);
  background: linear-gradient(135deg, #331a15, var(--wine) 58%, #875229);
}

.quote-panel p {
  color: rgba(255, 250, 242, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.2;
}

.bio-grid {
  align-items: center;
}

.portrait-panel {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  color: var(--paper-strong);
  background: #331a15;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.portrait-panel::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(to top, rgba(39, 24, 17, 0.92), transparent);
}

.portrait-panel img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.portrait-panel div {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 1;
}

.portrait-panel span {
  display: block;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portrait-panel p {
  max-width: 33rem;
  margin: 0.45rem 0 0;
  color: rgba(255, 250, 242, 0.84);
  line-height: 1.55;
}

.quote-strip {
  padding-top: 0;
}

.quote-strip p {
  margin: 0;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  color: var(--paper-strong);
  background: linear-gradient(135deg, #331a15, var(--wine) 58%, #875229);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1.18;
}

.values-row,
.pricing-grid,
.shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card,
.product-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
}

.price-card.featured {
  color: var(--paper-strong);
  background: linear-gradient(135deg, #331a15, var(--wine) 58%, #875229);
}

.price-card.featured p {
  color: rgba(255, 250, 242, 0.78);
}

.process-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step {
  padding-top: 1rem;
  border-top: 1px solid rgba(30, 23, 20, 0.18);
}

.blog-layout {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.post-feature {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--paper-strong);
  background:
    linear-gradient(145deg, rgba(51, 26, 21, 0.95), rgba(113, 41, 31, 0.85)),
    url("assets/hero-therapy-studio.png") center / cover no-repeat;
}

.post-feature p {
  color: rgba(255, 250, 242, 0.78);
}

.text-link {
  width: fit-content;
  color: #fffaf2;
  border-bottom: 1px solid rgba(255, 250, 242, 0.56);
  font-weight: 800;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.post-card {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 180ms ease, border-color 180ms ease;
}

.post-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 71, 45, 0.24);
}

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

.contact-form label,
.login-panel label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  background: rgba(255, 248, 237, 0.84);
  border: 1px solid rgba(30, 23, 20, 0.14);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(185, 71, 45, 0.55);
  box-shadow: 0 0 0 4px rgba(185, 71, 45, 0.1);
}

.contact-card {
  align-self: start;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.video-card {
  overflow: hidden;
  background: rgba(255, 248, 237, 0.76);
  border: 1px solid rgba(30, 23, 20, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(113, 41, 31, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.video-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 71, 45, 0.24);
  box-shadow: 0 24px 70px rgba(113, 41, 31, 0.13);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #271811;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-copy {
  padding: 1.15rem;
}

.video-copy span {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-copy h2 {
  margin: 0.4rem 0 0.55rem;
  font-size: 1.22rem;
  line-height: 1.15;
}

.video-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.video-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.9rem;
  color: var(--wine);
  border-bottom: 1px solid rgba(113, 41, 31, 0.34);
  font-weight: 800;
}

.video-link:hover {
  color: var(--coral);
  border-color: currentColor;
}

.login-page {
  width: min(calc(100% - 2rem), var(--max));
  min-height: calc(100vh - 156px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.login-visual {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--paper-strong);
  background:
    linear-gradient(150deg, rgba(35, 19, 12, 0.9), rgba(113, 41, 31, 0.32)),
    url("assets/hero-therapy-studio.png") center / cover no-repeat;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.login-panel {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.login-panel h2 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.check {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.check input {
  width: 18px;
  min-height: 18px;
}

.consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.form-status {
  min-height: 0;
  color: var(--muted);
  line-height: 1.45;
}

.form-status.success {
  padding: 0.85rem 0.95rem;
  color: var(--sage);
  background: rgba(73, 104, 63, 0.12);
  border: 1px solid rgba(73, 104, 63, 0.24);
  border-radius: var(--radius);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  border-top: 1px solid rgba(30, 23, 20, 0.12);
}

.site-footer a {
  color: var(--wine);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

@keyframes emberSweep {
  from {
    opacity: 0.45;
    transform: translateX(-2%) skewX(-5deg);
  }
  to {
    opacity: 0.85;
    transform: translateX(2%) skewX(-5deg);
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(-1.2%, -0.8%, 0);
  }
}

@keyframes cue {
  0%,
  100% {
    opacity: 0.2;
    transform: translate(-50%, 0);
  }
  45% {
    opacity: 1;
    transform: translate(-50%, 16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem;
    background: rgba(255, 250, 242, 0.94);
    border: 1px solid rgba(30, 23, 20, 0.1);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    border-radius: var(--radius);
  }

  .route-grid,
  .values-row,
  .pricing-grid,
  .shop-grid,
  .process-line,
  .post-list,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-feature,
  .content-grid,
  .blog-layout,
  .contact-layout,
  .login-page {
    grid-template-columns: 1fr;
  }

  .login-visual {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  .brand small {
    display: none;
  }

  .hero h1,
  .page-hero h1,
  .login-visual h1 {
    font-size: clamp(3.4rem, 18vw, 4.7rem);
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 7rem;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(35, 19, 12, 0.92) 0%, rgba(71, 31, 20, 0.48) 72%, rgba(71, 31, 20, 0.24) 100%),
      url("assets/hero-therapy-studio.png") center / cover no-repeat;
  }

  .page-hero {
    min-height: 420px;
    padding: 2rem;
  }

  .route-grid,
  .values-row,
  .pricing-grid,
  .shop-grid,
  .process-line,
  .post-list,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .route-card,
  .post-card {
    min-height: 190px;
  }

  .signal-stack div,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .signal-stack span {
    text-align: left;
  }

  .portrait-panel,
  .portrait-panel img {
    min-height: 430px;
  }
}
