:root {
  --forest: #123b34;
  --forest-deep: #0d2f2a;
  --forest-soft: #315a52;
  --ink: #142c28;
  --muted: #5d6b67;
  --paper: #f3efe6;
  --paper-light: #fbf9f4;
  --white: #fffdf8;
  --copper: #b86b49;
  --line: rgba(20, 44, 40, 0.14);
  --font-geist-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    sans-serif;
  --font-geist-mono: ui-monospace, SFMono-Regular, Consolas, monospace;
}

@theme inline {
  --color-background: var(--paper);
  --color-foreground: var(--ink);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  width: min(100% - 64px, 1320px);
  min-height: 108px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.logo-link {
  display: inline-flex;
  width: 220px;
}

.logo-link img,
.footer-logo img {
  width: 100%;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.6vw, 42px);
}

nav a {
  position: relative;
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 520;
  text-decoration: none;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--copper);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.button svg,
.text-link svg,
.service-card a svg,
.contact-email svg,
.mobile-booking svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.button:hover {
  background: var(--copper);
  border-color: var(--copper);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 11px 20px;
  font-size: 0.82rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, 0.97fr);
  align-items: center;
  gap: 72px;
  width: min(100% - 64px, 1320px);
  min-height: 710px;
  margin: 0 auto;
  padding: 72px 0 78px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background:
    linear-gradient(rgba(20, 44, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 44, 40, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  transform: translateX(-50%);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(3.4rem, 5.6vw, 5.9rem);
  font-weight: 470;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero-lead {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 620;
  text-decoration: none;
}

.text-link:not(:has(svg)) {
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
}

.hero-art {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 240px 240px 28px 28px;
  background:
    radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(145deg, #1b4f45 0%, var(--forest) 56%, var(--forest-deep) 100%);
  box-shadow: 0 32px 80px rgba(13, 47, 42, 0.17);
}

.hero-art::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.orbit-one {
  top: 75px;
  right: -100px;
  width: 390px;
  height: 390px;
}

.orbit-two {
  bottom: -160px;
  left: -80px;
  width: 360px;
  height: 360px;
}

.hero-mark {
  position: absolute;
  top: 88px;
  left: 50%;
  width: 124px;
  height: 124px;
  transform: translateX(-50%) rotate(45deg);
}

.hero-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 14px;
  border-radius: 999px;
  background: var(--paper);
  transform-origin: left center;
}

.hero-mark span:nth-child(1) {
  transform: translate(0, -50%) rotate(0deg);
}

.hero-mark span:nth-child(2) {
  transform: translate(0, -50%) rotate(90deg);
}

.hero-mark span:nth-child(3) {
  transform: translate(0, -50%) rotate(180deg);
}

.hero-mark span:nth-child(4) {
  transform: translate(0, -50%) rotate(270deg);
}

.welcome-card,
.contact-card {
  position: absolute;
  right: 34px;
  left: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: var(--paper-light);
  backdrop-filter: blur(14px);
}

.welcome-card {
  bottom: 96px;
  padding: 28px 30px;
  border-radius: 24px;
}

.welcome-card p,
.welcome-card span,
.contact-card span {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.73rem;
  font-weight: 620;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.welcome-card strong {
  display: block;
  margin: 9px 0 18px;
  font-size: 1.55rem;
  font-weight: 480;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.contact-card {
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 18px;
}

.contact-card a {
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.contact-card-links {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
}

.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 60px);
  min-height: 90px;
  padding: 20px 32px;
  background: var(--copper);
  color: var(--white);
}

.trust-strip p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip span {
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.55);
}

.section {
  width: min(100% - 64px, 1180px);
  margin: 0 auto;
  padding: 132px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.section-heading h2,
.space-copy h2,
.price-intro h2,
.faq-section h2,
.contact-section h2,
.adhd-copy h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2.4rem, 4.1vw, 4.2rem);
  font-weight: 480;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.section-heading > p,
.space-copy > p,
.price-intro > p,
.contact-section > div > p,
.adhd-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 390px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.58);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.service-card::after {
  position: absolute;
  right: -64px;
  bottom: -94px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(20, 44, 40, 0.09);
  border-radius: 50%;
  content: "";
}

.service-card:hover {
  background: var(--white);
  box-shadow: 0 22px 56px rgba(20, 44, 40, 0.08);
  transform: translateY(-6px);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 700;
}

.service-card h3 {
  max-width: 270px;
  margin: 70px 0 18px;
  color: var(--forest);
  font-size: 1.55rem;
  font-weight: 540;
  letter-spacing: -0.035em;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.service-card a {
  position: absolute;
  bottom: 30px;
  left: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.adhd-feature {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 96px;
  align-items: center;
  padding: 126px max(32px, calc((100vw - 1180px) / 2));
  background: var(--forest);
  color: var(--white);
}

.eyebrow-light {
  color: #df9a79;
}

.adhd-copy h2,
.contact-section h2 {
  color: var(--white);
}

.adhd-copy > p,
.contact-section > div > p {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.button-light {
  margin-top: 34px;
  border-color: var(--paper);
  background: var(--paper);
  color: var(--forest);
}

.button-light:hover {
  color: var(--white);
}

.diagnosis-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.diagnosis-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.diagnosis-steps li > span {
  color: #df9a79;
  font-size: 0.72rem;
  font-weight: 700;
}

.diagnosis-steps strong {
  font-size: 1.08rem;
  font-weight: 550;
}

.diagnosis-steps p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.6;
}

.team-preview {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--paper-light);
}

.profile-visual {
  position: relative;
  display: grid;
  place-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
    var(--copper);
}

.profile-visual::before,
.profile-visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.profile-visual::before {
  top: -70px;
  left: -80px;
  width: 260px;
  height: 260px;
}

.profile-visual::after {
  right: -120px;
  bottom: -110px;
  width: 330px;
  height: 330px;
}

.profile-circle {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.profile-line {
  display: block;
  width: 150px;
  height: 1px;
  margin: 14px auto 0;
  background: rgba(255, 255, 255, 0.7);
}

.profile-line-long {
  width: 240px;
}

.profile-content {
  align-self: center;
  padding: 70px clamp(42px, 7vw, 96px);
}

.profile-label {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.profile-content h3 {
  max-width: 530px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 490;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.profile-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.profile-content li {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.profile-content li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

.space-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 96px;
  align-items: center;
  padding: 132px max(32px, calc((100vw - 1180px) / 2));
  background: #e8e2d7;
}

.space-visual {
  position: relative;
  min-height: 600px;
}

.room {
  position: absolute;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(20, 44, 40, 0.15);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(25deg, #c8baa7, #e5d9c8 48%, #5a786e 49%, #2e554c);
  box-shadow: 0 25px 65px rgba(20, 44, 40, 0.12);
}

.room::before {
  position: absolute;
  top: 17%;
  left: 12%;
  width: 45%;
  height: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 253, 248, 0.18);
  content: "";
}

.room span {
  position: relative;
  z-index: 2;
  margin: 20px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.84);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 650;
}

.room-main {
  top: 0;
  right: 82px;
  bottom: 76px;
  left: 0;
  border-radius: 180px 180px 22px 22px;
}

.room-small {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 42%;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(25deg, #e6dbcd, #c2ae97 49%, #c3704e 50%, #a9583b);
}

.space-visual > p {
  position: absolute;
  right: 0;
  bottom: 18px;
  z-index: 3;
  width: 42%;
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.5;
}

.space-copy > p {
  margin-top: 26px;
}

.space-copy .text-link {
  margin-top: 32px;
}

.visit-section {
  padding-bottom: 80px;
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.visit-grid article {
  padding: 34px 38px 44px 0;
  border-right: 1px solid var(--line);
}

.visit-grid article:not(:first-child) {
  padding-left: 38px;
}

.visit-grid article:last-child {
  border-right: 0;
}

.visit-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 700;
}

.visit-grid h3 {
  margin: 50px 0 14px;
  color: var(--forest);
  font-size: 1.35rem;
  font-weight: 540;
  letter-spacing: -0.03em;
}

.visit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.price-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 110px;
  align-items: start;
  padding-top: 80px;
}

.price-intro > p {
  margin-top: 25px;
}

.price-list {
  border-top: 1px solid var(--line);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 80px 82px;
  gap: 24px;
  align-items: center;
  padding: 26px 4px;
  border-bottom: 1px solid var(--line);
}

.price-row strong {
  color: var(--forest);
  font-size: 0.96rem;
  font-weight: 570;
}

.price-row span {
  color: var(--muted);
  font-size: 0.84rem;
}

.price-row b {
  color: var(--copper);
  font-size: 1rem;
  font-weight: 670;
  text-align: right;
}

.concept-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 110px;
  padding-top: 50px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  padding: 25px 50px 25px 0;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 570;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--copper);
  content: "+";
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "−";
}

details p {
  max-width: 620px;
  margin: -4px 0 26px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
  padding: 100px max(32px, calc((100vw - 1180px) / 2));
  background: var(--forest);
  color: var(--white);
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-email {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 26px;
  min-width: 360px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  font-size: 1rem;
  font-weight: 560;
  text-decoration: none;
}

.contact-email span {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-email svg {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

footer {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
  padding: 72px 0 36px;
}

.footer-logo {
  width: 220px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.footer-links a,
.footer-meta span {
  color: var(--muted);
  font-size: 0.78rem;
  text-decoration: none;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  gap: 22px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.footer-meta span:first-child {
  margin-right: auto;
}

.mobile-booking {
  display: none;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(184, 107, 73, 0.4);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 220px 1fr auto;
  }

  nav {
    gap: 20px;
  }

  nav a:nth-child(4) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.86fr;
    gap: 46px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 7vw, 4.8rem);
  }

  .section-heading,
  .space-section,
  .price-section,
  .faq-section {
    gap: 60px;
  }

  .adhd-feature {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    width: min(100% - 40px, 1320px);
    min-height: 90px;
  }

  .logo-link {
    width: 185px;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 720px);
    padding-top: 64px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-art {
    min-height: 480px;
  }

  .trust-strip p {
    font-size: 0.68rem;
  }

  .trust-strip p:last-child,
  .trust-strip span:nth-last-child(2) {
    display: none;
  }

  .section {
    width: min(100% - 40px, 720px);
    padding: 100px 0;
  }

  .section-heading,
  .space-section,
  .price-section,
  .faq-section,
  .adhd-feature,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 28px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 330px;
  }

  .service-card h3 {
    margin-top: 46px;
  }

  .adhd-feature,
  .space-section,
  .contact-section {
    gap: 60px;
    padding: 100px max(20px, calc((100vw - 720px) / 2));
  }

  .team-preview {
    grid-template-columns: 1fr;
  }

  .profile-visual {
    min-height: 330px;
  }

  .space-visual {
    min-height: 560px;
  }

  .visit-grid {
    grid-template-columns: 1fr;
  }

  .visit-grid article,
  .visit-grid article:not(:first-child) {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .visit-grid h3 {
    margin-top: 24px;
  }

  .price-section,
  .faq-section {
    gap: 52px;
  }

  footer {
    width: min(100% - 40px, 720px);
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 32px);
  }

  .logo-link {
    width: 158px;
  }

  .site-header > .button {
    display: none;
  }

  .hero {
    width: calc(100% - 32px);
    min-height: auto;
    padding: 54px 0 64px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }

  .hero-art {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    min-height: 610px;
    padding: 0 18px 18px;
    border-radius: 180px 180px 24px 24px;
  }

  .hero-mark {
    top: 64px;
    transform: translateX(-50%) rotate(45deg) scale(0.76);
  }

  .welcome-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 22px;
  }

  .contact-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .trust-strip {
    flex-wrap: wrap;
    gap: 14px 20px;
    min-height: 86px;
  }

  .trust-strip p {
    font-size: 0.61rem;
  }

  .section {
    width: calc(100% - 32px);
    padding: 82px 0;
  }

  .section-heading h2,
  .space-copy h2,
  .price-intro h2,
  .faq-section h2,
  .contact-section h2,
  .adhd-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .service-card {
    min-height: 350px;
    padding: 26px;
  }

  .service-card a {
    left: 26px;
  }

  .adhd-feature,
  .space-section,
  .contact-section {
    padding: 82px 16px;
  }

  .profile-content {
    padding: 46px 26px 54px;
  }

  .profile-content ul {
    grid-template-columns: 1fr;
  }

  .space-visual {
    min-height: 450px;
  }

  .room-main {
    right: 45px;
    bottom: 58px;
  }

  .room-small {
    width: 53%;
  }

  .space-visual > p {
    width: 49%;
    font-size: 0.6rem;
  }

  .price-row {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
  }

  .price-row span {
    grid-column: 1;
    grid-row: 2;
  }

  .price-row b {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .contact-section {
    gap: 40px;
  }

  .contact-email {
    min-width: 0;
    padding: 20px;
    font-size: 0.88rem;
  }

  footer {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: calc(100% - 32px);
    padding-bottom: 105px;
  }

  .footer-logo {
    width: 190px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }

  .footer-meta {
    display: flex;
    flex-direction: column;
  }

  .footer-meta span:first-child {
    margin-right: 0;
  }

  .mobile-booking {
    position: fixed;
    z-index: 40;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    border-radius: 999px;
    background: var(--forest);
    box-shadow: 0 14px 35px rgba(20, 44, 40, 0.24);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 650;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Dojazd — osobna podstrona */

.directions-page {
  --directions-width: min(100% - 64px, 1240px);
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 44, 40, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 44, 40, 0.022) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}

.directions-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 230px 1fr 220px;
  align-items: center;
  width: var(--directions-width);
  min-height: 106px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.directions-logo {
  display: inline-flex;
  width: 205px;
}

.directions-logo img,
.directions-footer-logo img {
  width: 100%;
  height: auto;
}

.directions-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
}

.directions-nav a {
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.directions-call {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  color: var(--forest);
  font-size: 0.93rem;
  font-weight: 680;
  text-decoration: none;
}

.directions-call span {
  margin-bottom: 4px;
  color: var(--copper);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.directions-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(48px, 6vw, 90px);
  align-items: center;
  width: var(--directions-width);
  min-height: 720px;
  margin: 0 auto;
  padding: 72px 0 82px;
}

.directions-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(3.5rem, 5.7vw, 6rem);
  font-weight: 470;
  letter-spacing: -0.067em;
  line-height: 0.96;
}

.directions-lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.72;
}

.address-card {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 480px;
  margin-top: 32px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.64);
  font-style: normal;
}

.address-icon,
.stop-icon,
.parking-icon,
.jakdojade-icon,
.google-map-pin {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.address-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--paper-light);
}

.address-icon svg,
.stop-icon svg,
.parking-icon svg,
.jakdojade-icon svg,
.google-map-pin svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.address-card > span:last-child {
  display: flex;
  flex-direction: column;
}

.address-card small {
  margin-bottom: 4px;
  color: var(--copper);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.address-card strong {
  color: var(--forest);
  font-size: 1rem;
  font-weight: 650;
}

.address-card b {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.directions-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.directions-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.directions-text-link svg,
.stop-card a svg,
.parking-options a > svg,
.directions-contact a svg,
.directions-mobile-route svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.directions-hero-map {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(20, 44, 40, 0.13);
  border-radius: 34px;
  background: rgba(255, 253, 248, 0.7);
  box-shadow: 0 30px 80px rgba(20, 44, 40, 0.12);
}

.directions-schematic {
  width: 100%;
  height: auto;
  overflow: visible;
  border-radius: 22px;
}

.map-paper {
  fill: #e9e3d8;
}

.map-block {
  fill: rgba(255, 253, 248, 0.72);
  stroke: rgba(20, 44, 40, 0.07);
}

.map-road {
  fill: none;
  stroke: #faf8f3;
  stroke-linecap: round;
  stroke-width: 23;
}

.map-road-main {
  stroke-width: 30;
}

.map-road-wide {
  stroke-width: 35;
}

.map-street {
  fill: rgba(20, 44, 40, 0.53);
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.walk-route {
  fill: none;
  stroke: var(--copper);
  stroke-dasharray: 6 7;
  stroke-linecap: round;
  stroke-width: 3;
}

.walk-route-three,
.walk-route-four {
  opacity: 0.55;
  stroke: var(--forest-soft);
}

.map-stop circle {
  fill: var(--copper);
}

.map-stop path {
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.map-stop-muted circle {
  fill: var(--forest-soft);
}

.map-label rect,
.epios-label rect {
  fill: rgba(255, 253, 248, 0.96);
  stroke: rgba(20, 44, 40, 0.1);
}

.map-label text,
.epios-label text,
.map-small-label,
.map-parking-label {
  fill: var(--forest);
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 12px;
  font-weight: 650;
}

.map-time {
  fill: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

.map-small-label {
  font-size: 11px;
}

.epios-pin > circle {
  fill: rgba(20, 59, 52, 0.12);
}

.epios-pin path {
  fill: var(--forest);
}

.epios-pin path + circle {
  fill: var(--paper);
}

.epios-label text:first-of-type {
  fill: var(--copper);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.parking-pin circle {
  fill: var(--forest);
}

.parking-pin text {
  fill: var(--white);
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-anchor: middle;
}

.map-caption {
  margin: 14px 4px 0;
  color: var(--muted);
  font-size: 0.71rem;
  text-align: center;
}

.directions-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
  background: var(--forest);
  color: var(--white);
}

.directions-facts article {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 122px;
  padding: 24px clamp(18px, 2.6vw, 38px);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.directions-facts article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.directions-facts strong {
  color: #e3a182;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  font-weight: 520;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.directions-facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 580;
  line-height: 1.45;
}

.directions-section {
  width: min(100% - 64px, 1180px);
  margin: 0 auto;
  padding: 126px 0;
}

.directions-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.directions-section-heading h2,
.parking-heading h2,
.directions-contact h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2.7rem, 4.2vw, 4.4rem);
  font-weight: 480;
  letter-spacing: -0.057em;
  line-height: 1.02;
}

.directions-section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.78;
}

.stop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.66);
}

.stop-card::after {
  position: absolute;
  right: -56px;
  bottom: -84px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(20, 44, 40, 0.08);
  border-radius: 50%;
  content: "";
}

.stop-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stop-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
}

.stop-copper .stop-icon { background: var(--copper); }
.stop-forest .stop-icon { background: var(--forest); }
.stop-sage .stop-icon { background: #647c74; }
.stop-sand .stop-icon { background: #aa8c6c; }

.stop-time {
  color: var(--copper);
  font-size: 1.55rem;
  font-weight: 560;
  letter-spacing: -0.045em;
}

.stop-card > p:not(.stop-note) {
  margin: 46px 0 8px;
  color: var(--copper);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stop-card h3 {
  margin: 0;
  color: var(--forest);
  font-size: 1.42rem;
  font-weight: 560;
  letter-spacing: -0.035em;
}

.stop-distance {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.75rem;
}

.stop-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.stop-card > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 680;
  text-decoration: none;
}

.jakdojade-card {
  display: grid;
  grid-template-columns: 66px 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 34px 38px;
  border-radius: 28px;
  background: var(--forest);
  color: var(--white);
}

.jakdojade-icon {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #e3a182;
}

.jakdojade-card .eyebrow {
  margin-bottom: 9px;
}

.jakdojade-card h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 520;
  letter-spacing: -0.035em;
}

.jakdojade-card div > p:last-child {
  max-width: 660px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  line-height: 1.6;
}

.jakdojade-card .button {
  margin-top: 0;
  white-space: nowrap;
}

.parking-section {
  padding: 126px max(32px, calc((100vw - 1180px) / 2));
  background: #e8e2d7;
}

.parking-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.parking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 20px;
}

.spp-card,
.parking-options {
  border: 1px solid rgba(20, 44, 40, 0.13);
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.72);
}

.spp-card {
  position: relative;
  padding: 40px;
}

.parking-icon {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--forest);
  color: var(--white);
}

.spp-card h3 {
  max-width: 480px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.spp-card > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.spp-payment-note {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
  padding: 17px 19px;
  border-left: 3px solid var(--copper);
  border-radius: 0 14px 14px 0;
  background: rgba(184, 107, 73, 0.08);
}

.spp-payment-note strong {
  color: var(--forest);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spp-payment-note span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.spp-hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.spp-hours span,
.spp-prices span {
  display: flex;
  flex-direction: column;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.46);
}

.spp-hours small,
.spp-prices small {
  margin-bottom: 6px;
  color: var(--copper);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spp-hours strong,
.spp-prices strong {
  color: var(--forest);
  font-size: 0.91rem;
  font-weight: 650;
}

.spp-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.spp-prices em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.67rem;
  font-style: normal;
  line-height: 1.35;
}

.spp-card .directions-text-link {
  margin-top: 26px;
}

.parking-options {
  padding: 26px;
}

.parking-options-title {
  margin: 6px 7px 20px;
  color: var(--forest);
  font-size: 1.2rem;
  font-weight: 620;
}

.parking-options > a {
  display: grid;
  grid-template-columns: 46px 1fr auto 20px;
  gap: 14px;
  align-items: center;
  min-height: 94px;
  padding: 17px 14px;
  border-top: 1px solid var(--line);
  color: var(--forest);
  text-decoration: none;
}

.parking-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--forest);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 750;
}

.parking-options a > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.parking-options a strong {
  font-size: 0.91rem;
  font-weight: 650;
}

.parking-options a small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.4;
}

.parking-options a em {
  margin-top: 6px;
  color: var(--copper);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.parking-options a b {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.parking-note {
  margin: 22px 7px 4px;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.55;
}

.google-section {
  padding-bottom: 136px;
}

.google-heading {
  grid-template-columns: 1fr;
}

.google-map-shell {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--forest);
  box-shadow: 0 30px 75px rgba(20, 44, 40, 0.15);
}

.google-map-shell::before,
.google-map-shell::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

.google-map-shell::before {
  top: -220px;
  right: -120px;
  width: 540px;
  height: 540px;
}

.google-map-shell::after {
  bottom: -260px;
  left: -150px;
  width: 580px;
  height: 580px;
}

.google-map-shell.is-loaded::before,
.google-map-shell.is-loaded::after {
  display: none;
}

.google-map-shell iframe {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
}

.google-map-consent {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  padding: 54px 24px;
  flex-direction: column;
  text-align: center;
}

.google-map-pin {
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #e3a182;
}

.google-map-pin svg {
  width: 34px;
  height: 34px;
}

.google-map-consent h3 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.7vw, 3.75rem);
  font-weight: 470;
  letter-spacing: -0.052em;
  line-height: 1.05;
}

.google-map-consent > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.9rem;
  line-height: 1.7;
}

.google-map-consent .button {
  margin-top: 30px;
  font-family: inherit;
  cursor: pointer;
}

.google-map-consent > a {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  text-underline-offset: 4px;
}

.directions-contact {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.62fr) minmax(300px, 0.72fr);
  gap: 34px;
  align-items: center;
  padding: 96px max(32px, calc((100vw - 1180px) / 2));
  background: var(--copper);
  color: var(--white);
}

.directions-contact h2 {
  color: var(--white);
}

.directions-contact > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.directions-contact > a span {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.directions-footer {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 42px;
  align-items: start;
  width: var(--directions-width);
  margin: 0 auto;
  padding: 72px 0 46px;
}

.directions-footer-logo {
  display: inline-flex;
  width: 220px;
}

.directions-footer address {
  color: var(--muted);
  font-size: 0.83rem;
  font-style: normal;
  line-height: 1.65;
}

.directions-footer > div {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.directions-footer > div a {
  color: var(--forest);
  font-size: 0.77rem;
  font-weight: 600;
  text-decoration: none;
}

.directions-footer > p {
  grid-column: 1 / -1;
  margin: 32px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.69rem;
}

.directions-mobile-route {
  display: none;
}

@media (hover: hover) {
  .stop-card,
  .parking-options > a,
  .directions-text-link,
  .directions-nav a {
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
  }

  .stop-card:hover {
    background: var(--white);
    transform: translateY(-5px);
  }

  .parking-options > a:hover {
    background: rgba(255, 255, 255, 0.42);
  }

  .directions-text-link:hover,
  .directions-nav a:hover {
    color: var(--copper);
  }
}

@media (max-width: 1050px) {
  .directions-page {
    --directions-width: min(100% - 40px, 760px);
  }

  .directions-header {
    grid-template-columns: 1fr auto;
  }

  .directions-nav {
    display: none;
  }

  .directions-hero {
    grid-template-columns: 1fr;
    padding: 64px 0 76px;
  }

  .directions-hero-copy {
    max-width: 720px;
  }

  .directions-facts {
    grid-template-columns: 1fr 1fr;
    padding-inline: max(20px, calc((100vw - 760px) / 2));
  }

  .directions-facts article:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .directions-facts article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .directions-section {
    width: min(100% - 40px, 760px);
    padding: 100px 0;
  }

  .directions-section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .stop-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jakdojade-card {
    grid-template-columns: 66px 1fr;
  }

  .jakdojade-card .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .parking-section {
    padding: 100px max(20px, calc((100vw - 760px) / 2));
  }

  .parking-layout {
    grid-template-columns: 1fr;
  }

  .directions-contact {
    grid-template-columns: 1fr 1fr;
    padding: 84px max(20px, calc((100vw - 760px) / 2));
  }

  .directions-contact > div {
    grid-column: 1 / -1;
  }

  .directions-footer {
    grid-template-columns: 1fr auto;
  }

  .directions-footer address {
    display: none;
  }
}

@media (max-width: 620px) {
  .directions-page {
    --directions-width: calc(100% - 32px);
  }

  .directions-header {
    min-height: 86px;
  }

  .directions-logo {
    width: 158px;
  }

  .directions-call {
    font-size: 0.78rem;
  }

  .directions-call span {
    font-size: 0.55rem;
  }

  .directions-hero {
    gap: 48px;
    padding: 50px 0 58px;
  }

  .directions-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .directions-lead {
    font-size: 0.96rem;
  }

  .address-card {
    align-items: flex-start;
    padding: 15px;
  }

  .directions-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .directions-actions .button {
    width: 100%;
  }

  .directions-actions .directions-text-link {
    align-self: center;
  }

  .directions-hero-map {
    margin-inline: -6px;
    padding: 9px;
    border-radius: 23px;
  }

  .directions-schematic {
    border-radius: 17px;
  }

  .map-street,
  .map-small-label,
  .map-label,
  .map-parking-label {
    opacity: 0;
  }

  .epios-label {
    transform: translate(366px, 143px);
  }

  .directions-facts {
    grid-template-columns: 1fr 1fr;
    padding-inline: 16px;
  }

  .directions-facts article {
    min-height: 106px;
    padding: 18px 12px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .directions-facts strong {
    font-size: 1.45rem;
  }

  .directions-facts span {
    font-size: 0.64rem;
  }

  .directions-section {
    width: calc(100% - 32px);
    padding: 78px 0;
  }

  .directions-section-heading {
    margin-bottom: 38px;
  }

  .directions-section-heading h2,
  .parking-heading h2,
  .directions-contact h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.4rem);
  }

  .stop-grid {
    grid-template-columns: 1fr;
  }

  .stop-card {
    min-height: 330px;
  }

  .stop-card > p:not(.stop-note) {
    margin-top: 34px;
  }

  .jakdojade-card {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .jakdojade-card .button {
    width: 100%;
  }

  .parking-section {
    padding: 78px 16px;
  }

  .spp-card {
    padding: 28px 22px;
  }

  .parking-icon {
    position: static;
    margin-bottom: 22px;
  }

  .spp-hours,
  .spp-prices {
    grid-template-columns: 1fr;
  }

  .parking-options {
    padding: 18px 14px;
  }

  .parking-options > a {
    grid-template-columns: 44px 1fr 18px;
  }

  .parking-options a b {
    grid-column: 2;
    grid-row: 2;
  }

  .parking-options a > svg {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .google-section {
    padding-bottom: 86px;
  }

  .google-map-shell,
  .google-map-consent {
    min-height: 590px;
  }

  .google-map-shell {
    border-radius: 26px;
  }

  .google-map-consent {
    padding-inline: 20px;
  }

  .google-map-consent h3 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .google-map-consent .button {
    width: 100%;
  }

  .directions-contact {
    grid-template-columns: 1fr;
    padding: 72px 16px 86px;
  }

  .directions-contact > div {
    grid-column: auto;
  }

  .directions-contact > a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .directions-footer {
    display: flex;
    width: calc(100% - 32px);
    padding: 58px 0 112px;
    flex-direction: column;
    gap: 30px;
  }

  .directions-footer-logo {
    width: 190px;
  }

  .directions-footer address {
    display: block;
  }

  .directions-footer > div {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .directions-footer > p {
    width: 100%;
    margin-top: 5px;
  }

  .directions-mobile-route {
    position: fixed;
    z-index: 50;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    border-radius: 999px;
    background: var(--forest);
    box-shadow: 0 14px 34px rgba(20, 44, 40, 0.26);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 680;
    text-decoration: none;
  }
}

/* E-recepty — przewodnik dla pacjenta */

.prescriptions-page {
  --prescriptions-width: min(100% - 64px, 1240px);
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 44, 40, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 44, 40, 0.022) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}

.prescriptions-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 230px 1fr 220px;
  align-items: center;
  width: var(--prescriptions-width);
  min-height: 106px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.prescriptions-logo,
.prescriptions-footer-logo {
  display: inline-flex;
  width: 205px;
}

.prescriptions-logo img,
.prescriptions-footer-logo img {
  width: 100%;
  height: auto;
}

.prescriptions-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 38px);
}

.prescriptions-nav a {
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.prescriptions-call {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  color: var(--forest);
  font-size: 0.93rem;
  font-weight: 680;
  text-decoration: none;
}

.prescriptions-call span {
  margin-bottom: 4px;
  color: var(--copper);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prescriptions-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(500px, 1.04fr);
  gap: clamp(48px, 6.5vw, 98px);
  align-items: center;
  width: var(--prescriptions-width);
  min-height: 720px;
  margin: 0 auto;
  padding: 76px 0 88px;
}

.prescriptions-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  padding: 8px 13px;
  border: 1px solid rgba(18, 59, 52, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.58);
  color: var(--forest-soft);
  font-size: 0.68rem;
  font-weight: 620;
  letter-spacing: 0.04em;
}

.prescriptions-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6d9c72;
  box-shadow: 0 0 0 4px rgba(109, 156, 114, 0.13);
}

.prescriptions-hero-copy h1 {
  max-width: 650px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(3.6rem, 6vw, 6.2rem);
  font-weight: 470;
  letter-spacing: -0.072em;
  line-height: 0.93;
}

.prescriptions-lead {
  max-width: 580px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.72;
}

.prescriptions-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 38px;
}

.prescriptions-print {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--forest);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 650;
}

.prescriptions-print svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.prescription-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 36px 190px 36px 36px;
  background:
    radial-gradient(circle at 78% 17%, rgba(255, 255, 255, 0.13), transparent 23%),
    linear-gradient(145deg, #1d5148 0%, var(--forest) 55%, var(--forest-deep) 100%);
  box-shadow: 0 34px 80px rgba(13, 47, 42, 0.17);
}

.prescription-visual::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 31px 31px;
  content: "";
}

.prescription-visual-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.prescription-visual .orbit-a {
  top: -82px;
  right: -85px;
  width: 340px;
  height: 340px;
}

.prescription-visual .orbit-b {
  bottom: -120px;
  left: -88px;
  width: 380px;
  height: 380px;
}

.digital-prescription {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(72%, 395px);
  min-height: 360px;
  padding: 30px 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 26px 55px rgba(4, 21, 18, 0.28);
  transform: translate(-50%, -50%) rotate(-2.5deg);
}

.digital-prescription-top {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 13px;
  align-items: center;
}

.digital-prescription-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--forest);
  color: var(--white);
}

.digital-prescription-icon svg,
.hero-tip svg,
.calculator-privacy svg,
.calculator-result-icon svg,
.pharmacy-step-icon svg,
.controlled-section svg,
.app-qr svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.digital-prescription-top > span:nth-child(2) {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.digital-prescription-top > b {
  color: var(--copper);
  font-size: 2.4rem;
  font-weight: 520;
  letter-spacing: -0.07em;
}

.digital-prescription-code {
  margin: 34px 0 26px;
  padding: 20px 0 17px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.digital-prescription-code small {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.digital-prescription-code strong {
  color: var(--forest);
  font-family: var(--font-geist-mono), monospace;
  font-size: 2.3rem;
  font-weight: 550;
  letter-spacing: 0.3em;
}

.digital-prescription-lines {
  display: grid;
  gap: 9px;
}

.digital-prescription-lines span {
  height: 7px;
  border-radius: 99px;
  background: #e8e4dc;
}

.digital-prescription-lines span:nth-child(1) { width: 88%; }
.digital-prescription-lines span:nth-child(2) { width: 69%; }
.digital-prescription-lines span:nth-child(3) { width: 47%; }

.digital-prescription-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 27px;
}

.digital-prescription-bottom span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 13px;
  border-radius: 13px;
  background: #f1eee7;
}

.digital-prescription-bottom small {
  color: var(--muted);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.digital-prescription-bottom b {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 680;
}

.hero-tip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(11, 42, 36, 0.88);
  box-shadow: 0 16px 35px rgba(5, 22, 19, 0.2);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.hero-tip-one { top: 72px; left: 24px; }
.hero-tip-two { right: 21px; bottom: 62px; }

.hero-tip > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  color: #efc2aa;
}

.hero-tip p {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 2px;
}

.hero-tip small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-tip strong {
  font-size: 0.71rem;
  font-weight: 620;
}

.prescriptions-intro-note {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  width: 100%;
  padding: 36px max(32px, calc((100vw - 1240px) / 2));
  background: var(--copper);
  color: var(--white);
}

.prescriptions-intro-note strong {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 560;
  letter-spacing: -0.025em;
}

.prescriptions-intro-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.68;
}

.prescriptions-section {
  width: var(--prescriptions-width);
  margin: 0 auto;
  padding: 116px 0;
}

.prescriptions-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.54fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.prescriptions-section-heading h2,
.calculator-copy h2,
.app-copy h2,
.prescriptions-faq-intro h2,
.prescriptions-sources h2,
.prescriptions-contact h2 {
  max-width: 760px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(2.65rem, 4.25vw, 4.6rem);
  font-weight: 470;
  letter-spacing: -0.06em;
  line-height: 1;
}

.prescriptions-section-heading > p,
.calculator-copy > p,
.app-copy > p,
.prescriptions-faq-intro > p,
.prescriptions-sources > div:first-child > p,
.prescriptions-contact > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.72;
}

.validity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.validity-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 25px 24px 27px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.5);
}

.validity-card::after {
  position: absolute;
  right: -36px;
  bottom: -45px;
  width: 145px;
  height: 145px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.14;
}

.validity-days {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(18, 59, 52, 0.08);
  color: var(--forest);
  font-size: 0.62rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.validity-card > p:not(.validity-text) {
  margin: 62px 0 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 660;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.validity-card h3 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2.3rem, 3.2vw, 3.8rem);
  font-weight: 480;
  letter-spacing: -0.065em;
}

.validity-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px 0 21px;
  background: var(--line);
}

.validity-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.validity-copper { border-top: 4px solid var(--copper); color: var(--copper); }
.validity-forest { border-top: 4px solid var(--forest); color: var(--forest); }
.validity-sage { border-top: 4px solid #75968c; color: #75968c; }
.validity-sand { border-top: 4px solid #c2a26f; color: #c2a26f; }

.prescriptions-source-link,
.annual-official-link,
.controlled-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 680;
  text-decoration: none;
}

.prescriptions-source-link svg,
.annual-official-link svg,
.controlled-copy > a svg,
.pharmacy-update > a svg,
.source-list a svg,
.prescriptions-contact > a svg,
.prescriptions-mobile-call svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.annual-section {
  padding: 118px max(32px, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.07), transparent 24%),
    var(--forest);
  color: var(--white);
}

.annual-inner {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) minmax(490px, 1.25fr);
  gap: clamp(65px, 9vw, 130px);
  max-width: 1240px;
  margin: 0 auto;
}

.annual-heading {
  position: sticky;
  top: 50px;
  align-self: start;
}

.annual-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  font-weight: 460;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.annual-heading > p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.91rem;
  line-height: 1.75;
}

.annual-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.annual-timeline::before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  width: 1px;
  background: rgba(255, 255, 255, 0.19);
  content: "";
}

.annual-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 25px;
  min-height: 176px;
  padding-bottom: 44px;
}

.annual-timeline li:last-child { padding-bottom: 0; }

.annual-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: var(--forest);
  color: #efc0a8;
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
}

.annual-timeline small {
  display: block;
  margin: 1px 0 7px;
  color: #e8b298;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.annual-timeline h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 540;
  letter-spacing: -0.025em;
}

.annual-timeline p {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.83rem;
  line-height: 1.65;
}

.annual-official-link {
  grid-column: 2;
  justify-self: start;
  margin-top: 18px;
  color: var(--white);
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(350px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}

.calculator-copy > p {
  max-width: 510px;
  margin-top: 24px;
}

.calculator-privacy {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--forest-soft);
  font-size: 0.75rem;
  line-height: 1.55;
}

.calculator-privacy svg {
  flex: 0 0 auto;
  width: 21px;
  color: var(--copper);
}

.prescription-calculator {
  padding: 34px;
  border: 1px solid rgba(18, 59, 52, 0.13);
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 24px 60px rgba(18, 59, 52, 0.08);
}

.calculator-fields {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
}

.calculator-fields label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.calculator-fields label > span {
  color: var(--forest);
  font-size: 0.67rem;
  font-weight: 690;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calculator-fields input,
.calculator-fields select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  background: var(--white);
  color: var(--forest);
  font: inherit;
  font-size: 0.88rem;
}

.calculator-fields input:focus,
.calculator-fields select:focus {
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(184, 107, 73, 0.12);
}

.calculator-fields label button {
  align-self: flex-start;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: var(--copper);
  cursor: pointer;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 650;
}

.calculator-result {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 145px;
  margin-top: 26px;
  padding: 24px;
  border-radius: 21px;
  background: #e8e4dc;
  color: var(--forest);
  transition: background-color 180ms ease, color 180ms ease;
}

.calculator-result.has-result {
  background: var(--forest);
  color: var(--white);
}

.calculator-result-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.34);
  color: var(--copper);
}

.has-result .calculator-result-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #efb89e;
}

.calculator-result small {
  display: block;
  margin-bottom: 4px;
  color: currentColor;
  font-size: 0.58rem;
  font-weight: 680;
  letter-spacing: 0.11em;
  opacity: 0.65;
  text-transform: uppercase;
}

.calculator-result strong {
  display: block;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  font-weight: 520;
  letter-spacing: -0.045em;
}

.calculator-result p {
  margin: 5px 0 0;
  font-size: 0.72rem;
  opacity: 0.67;
}

.calculator-disclaimer {
  margin: 17px 3px 0;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.55;
}

.pharmacy-section {
  padding-top: 78px;
}

.pharmacy-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.pharmacy-steps article {
  position: relative;
  min-height: 330px;
  padding: 30px 27px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.56);
}

.pharmacy-step-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--copper);
  font-size: 0.63rem;
  font-weight: 730;
  letter-spacing: 0.1em;
}

.pharmacy-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 20px;
  background: var(--forest);
  color: var(--white);
}

.pharmacy-step-icon > span {
  font-size: 1.8rem;
  font-weight: 500;
}

.pharmacy-document span {
  position: relative;
  width: 25px;
  height: 31px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.pharmacy-document span::before,
.pharmacy-document span::after {
  position: absolute;
  right: 4px;
  left: 4px;
  height: 1px;
  background: currentColor;
  content: "";
}

.pharmacy-document span::before { top: 10px; }
.pharmacy-document span::after { top: 16px; }

.pharmacy-steps h3 {
  margin: 54px 0 13px;
  color: var(--forest);
  font-size: 1.35rem;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.pharmacy-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 1.68;
}

.pharmacy-update {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 25px;
  align-items: center;
  margin-top: 19px;
  padding: 27px 30px;
  border: 1px solid rgba(18, 59, 52, 0.15);
  border-radius: 23px;
  background: #e3e8df;
}

.pharmacy-update-badge {
  align-self: start;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--copper);
  color: var(--white);
  font-size: 0.59rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pharmacy-update h3 {
  margin: 0 0 7px;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 620;
}

.pharmacy-update p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.58;
}

.pharmacy-update > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 680;
  text-decoration: none;
  white-space: nowrap;
}

.controlled-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(480px, 1.28fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
  padding: 108px max(32px, calc((100vw - 1120px) / 2));
  background: var(--copper);
  color: var(--white);
}

.controlled-symbol {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  flex-direction: column;
}

.controlled-symbol::before,
.controlled-symbol::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
}

.controlled-symbol::before { inset: 25px; }
.controlled-symbol::after { inset: 53px; }

.controlled-symbol svg {
  position: relative;
  z-index: 1;
  width: 43px;
  margin-bottom: 8px;
}

.controlled-symbol span {
  position: relative;
  z-index: 1;
  font-size: clamp(4rem, 7vw, 6.8rem);
  font-weight: 460;
  letter-spacing: -0.08em;
  line-height: 0.88;
}

.controlled-symbol small {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-size: 0.7rem;
  font-weight: 680;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.controlled-copy h2 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  font-weight: 460;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.controlled-copy > p:not(.eyebrow) {
  max-width: 690px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.89rem;
  line-height: 1.72;
}

.controlled-copy ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.controlled-copy li {
  position: relative;
  padding-left: 23px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.79rem;
  line-height: 1.5;
}

.controlled-copy li::before {
  position: absolute;
  top: 0.53em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: "";
}

.controlled-copy > a {
  color: var(--white);
}

.app-section {
  display: grid;
  grid-template-columns: minmax(350px, 0.85fr) minmax(430px, 1.15fr);
  gap: clamp(70px, 11vw, 155px);
  align-items: center;
}

.app-phone {
  position: relative;
  display: flex;
  justify-content: center;
  width: min(86%, 350px);
  min-height: 590px;
  margin: 0 auto;
  padding: 70px 36px 40px;
  border: 10px solid var(--forest);
  border-radius: 50px;
  background:
    linear-gradient(rgba(20, 44, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 44, 40, 0.025) 1px, transparent 1px),
    var(--white);
  background-size: 25px 25px;
  box-shadow: 20px 28px 0 rgba(184, 107, 73, 0.17);
  flex-direction: column;
  color: var(--forest);
}

.app-phone-speaker {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 88px;
  height: 22px;
  border-radius: 999px;
  background: var(--forest);
  transform: translateX(-50%);
}

.app-mini-label {
  color: var(--copper);
  font-size: 0.61rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.app-phone > strong {
  margin-top: 7px;
  font-size: 1.8rem;
  font-weight: 530;
  letter-spacing: -0.04em;
}

.app-qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  margin: 47px auto;
  border-radius: 28px;
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(18, 59, 52, 0.18);
}

.app-qr svg { width: 88px; stroke-width: 1; }

.app-pill-line {
  display: block;
  width: 100%;
  height: 14px;
  margin-top: 14px;
  border-radius: 99px;
  background: #e3e0d8;
}

.app-pill-line.short { width: 67%; margin-top: 10px; }

.app-copy > p {
  max-width: 560px;
  margin-top: 25px;
}

.app-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
  margin: 30px 0 36px;
}

.app-benefits span {
  color: var(--forest-soft);
  font-size: 0.79rem;
  font-weight: 570;
}

.app-benefits b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(184, 107, 73, 0.13);
  color: var(--copper);
  font-size: 0.64rem;
}

.prescriptions-faq {
  display: grid;
  grid-template-columns: minmax(290px, 0.65fr) minmax(520px, 1.35fr);
  gap: clamp(65px, 9vw, 125px);
  padding-top: 72px;
}

.prescriptions-faq-intro {
  align-self: start;
}

.prescriptions-faq-intro h2 { max-width: 440px; }
.prescriptions-faq-intro > p { margin-top: 20px; }

.prescriptions-faq-list {
  border-top: 1px solid var(--line);
}

.prescriptions-faq-list details {
  border-bottom: 1px solid var(--line);
}

.prescriptions-faq-list summary {
  position: relative;
  padding: 25px 54px 25px 0;
  color: var(--forest);
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 590;
  list-style: none;
}

.prescriptions-faq-list summary::-webkit-details-marker { display: none; }

.prescriptions-faq-list summary::before,
.prescriptions-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 1px;
  background: var(--copper);
  content: "";
  transition: transform 180ms ease;
}

.prescriptions-faq-list summary::after { transform: rotate(90deg); }
.prescriptions-faq-list details[open] summary::after { transform: rotate(0); }

.prescriptions-faq-list details > p {
  max-width: 720px;
  margin: -4px 54px 24px 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.72;
}

.prescriptions-sources {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(480px, 1.15fr);
  gap: clamp(60px, 9vw, 125px);
  padding: 94px max(32px, calc((100vw - 1240px) / 2));
  background: #e5e2da;
}

.prescriptions-sources > div:first-child > p {
  max-width: 590px;
  margin-top: 24px;
}

.source-list {
  display: grid;
  border-top: 1px solid rgba(18, 59, 52, 0.17);
}

.source-list a {
  display: grid;
  grid-template-columns: 36px 1fr 20px;
  gap: 14px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid rgba(18, 59, 52, 0.17);
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 620;
  text-decoration: none;
}

.source-list a > span {
  color: var(--copper);
  font-size: 0.61rem;
  font-weight: 730;
  letter-spacing: 0.1em;
}

.prescriptions-contact {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(220px, 0.56fr) minmax(260px, 0.65fr);
  gap: 28px;
  align-items: center;
  padding: 88px max(32px, calc((100vw - 1240px) / 2));
  background: var(--forest);
  color: var(--white);
}

.prescriptions-contact h2 {
  max-width: 650px;
  color: var(--white);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.prescriptions-contact > div > p {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.65);
}

.prescriptions-contact > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 20px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-size: 0.83rem;
  font-weight: 650;
  text-decoration: none;
}

.prescriptions-contact > a span {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prescriptions-footer {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 45px;
  align-items: start;
  width: var(--prescriptions-width);
  margin: 0 auto;
  padding: 70px 0 46px;
}

.prescriptions-footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.65;
}

.prescriptions-footer > div {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
}

.prescriptions-footer > div a {
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 620;
  text-decoration: none;
  white-space: nowrap;
}

.prescriptions-footer > small {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
}

.prescriptions-mobile-call { display: none; }

@media (hover: hover) {
  .validity-card,
  .pharmacy-steps article,
  .source-list a,
  .prescriptions-print,
  .prescriptions-nav a {
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
  }

  .validity-card:hover,
  .pharmacy-steps article:hover {
    background: var(--white);
    transform: translateY(-5px);
  }

  .source-list a:hover,
  .prescriptions-print:hover,
  .prescriptions-nav a:hover {
    color: var(--copper);
  }
}

.prescriptions-page :focus-visible {
  outline: 3px solid rgba(184, 107, 73, 0.65);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .prescriptions-page { --prescriptions-width: min(100% - 40px, 780px); }

  .prescriptions-header { grid-template-columns: 1fr auto; }
  .prescriptions-nav { display: none; }

  .prescriptions-hero {
    grid-template-columns: 1fr;
    padding: 65px 0 80px;
  }

  .prescriptions-hero-copy { max-width: 720px; }
  .prescription-visual { min-height: 620px; }
  .digital-prescription { width: min(62%, 420px); }

  .prescriptions-intro-note {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-inline: max(20px, calc((100vw - 780px) / 2));
  }

  .prescriptions-section { width: min(100% - 40px, 780px); padding: 96px 0; }

  .prescriptions-section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .prescriptions-section-heading > p { max-width: 650px; }
  .validity-grid { grid-template-columns: 1fr 1fr; }

  .annual-section { padding: 96px max(20px, calc((100vw - 780px) / 2)); }
  .annual-inner { grid-template-columns: 1fr; gap: 70px; }
  .annual-heading { position: static; }
  .annual-official-link { grid-column: auto; }

  .calculator-section,
  .app-section,
  .prescriptions-faq,
  .prescriptions-sources {
    grid-template-columns: 1fr;
  }

  .calculator-section { gap: 55px; }
  .app-section { gap: 75px; }
  .prescriptions-faq { gap: 45px; }

  .pharmacy-update {
    grid-template-columns: auto 1fr;
  }

  .pharmacy-update > a {
    grid-column: 2;
    justify-self: start;
  }

  .controlled-section {
    grid-template-columns: minmax(260px, 0.65fr) minmax(420px, 1.35fr);
    gap: 65px;
    padding-inline: max(20px, calc((100vw - 780px) / 2));
  }

  .prescriptions-sources { padding-inline: max(20px, calc((100vw - 780px) / 2)); }

  .prescriptions-contact {
    grid-template-columns: 1fr 1fr;
    padding-inline: max(20px, calc((100vw - 780px) / 2));
  }

  .prescriptions-contact > div { grid-column: 1 / -1; }

  .prescriptions-footer {
    grid-template-columns: 205px 1fr;
  }

  .prescriptions-footer > div {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .prescriptions-page { --prescriptions-width: calc(100% - 32px); }

  .prescriptions-header { min-height: 86px; }
  .prescriptions-logo { width: 158px; }
  .prescriptions-call { font-size: 0.77rem; }
  .prescriptions-call span { font-size: 0.54rem; }

  .prescriptions-hero {
    gap: 48px;
    padding: 50px 0 60px;
  }

  .prescriptions-status { margin-bottom: 24px; font-size: 0.61rem; }

  .prescriptions-hero-copy h1 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  .prescriptions-lead { font-size: 0.96rem; }

  .prescriptions-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .prescriptions-actions .button { width: 100%; }
  .prescriptions-print { align-self: center; }

  .prescription-visual {
    min-height: 485px;
    margin-inline: -3px;
    border-radius: 26px 110px 26px 26px;
  }

  .digital-prescription {
    top: 48%;
    width: 80%;
    min-height: 320px;
    padding: 23px 22px 20px;
  }

  .digital-prescription-top { grid-template-columns: 40px 1fr auto; gap: 9px; }
  .digital-prescription-icon { width: 40px; height: 40px; }
  .digital-prescription-top > b { font-size: 2rem; }
  .digital-prescription-code { margin: 24px 0 20px; }
  .digital-prescription-code strong { font-size: 1.8rem; }
  .digital-prescription-bottom { gap: 8px; margin-top: 20px; }
  .digital-prescription-bottom span { padding: 10px 9px; }
  .digital-prescription-bottom b { font-size: 0.67rem; }
  .hero-tip { transform: scale(0.82); }
  .hero-tip-one { top: 32px; left: -17px; transform-origin: left; }
  .hero-tip-two { right: -13px; bottom: 30px; transform-origin: right; }

  .prescriptions-intro-note { padding: 30px 16px; }
  .prescriptions-intro-note strong { font-size: 1.17rem; }
  .prescriptions-intro-note p { font-size: 0.79rem; }

  .prescriptions-section {
    width: calc(100% - 32px);
    padding: 76px 0;
  }

  .prescriptions-section-heading { margin-bottom: 37px; }

  .prescriptions-section-heading h2,
  .calculator-copy h2,
  .app-copy h2,
  .prescriptions-faq-intro h2,
  .prescriptions-sources h2,
  .prescriptions-contact h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.4rem);
  }

  .validity-grid { grid-template-columns: 1fr; }
  .validity-card { min-height: 330px; }
  .validity-card > p:not(.validity-text) { margin-top: 44px; }

  .annual-section { padding: 78px 16px; }
  .annual-heading h2 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .annual-inner { gap: 55px; }
  .annual-timeline li { grid-template-columns: 46px 1fr; gap: 17px; min-height: 195px; }
  .annual-timeline::before { left: 22px; }
  .annual-dot { width: 46px; height: 46px; }
  .annual-timeline h3 { font-size: 1.22rem; }

  .calculator-section { gap: 42px; }
  .prescription-calculator { padding: 23px 18px; border-radius: 23px; }
  .calculator-fields { grid-template-columns: 1fr; gap: 20px; }
  .calculator-result { grid-template-columns: 49px 1fr; gap: 13px; padding: 19px 16px; }
  .calculator-result-icon { width: 49px; height: 49px; border-radius: 15px; }
  .calculator-result strong { font-size: 1.4rem; }

  .pharmacy-steps { grid-template-columns: 1fr; }
  .pharmacy-steps article { min-height: 300px; }
  .pharmacy-update { grid-template-columns: 1fr; padding: 23px 20px; }
  .pharmacy-update-badge { justify-self: start; }
  .pharmacy-update > a { grid-column: auto; white-space: normal; }

  .controlled-section {
    grid-template-columns: 1fr;
    gap: 55px;
    padding: 76px 16px;
  }

  .controlled-symbol { width: 270px; margin: 0 auto; }
  .controlled-copy h2 { font-size: clamp(2.7rem, 12vw, 3.75rem); }

  .app-section { gap: 65px; }
  .app-phone { width: min(88%, 310px); min-height: 520px; border-radius: 44px; }
  .app-qr { width: 145px; height: 145px; margin: 40px auto; }
  .app-benefits { grid-template-columns: 1fr; }

  .prescriptions-faq { gap: 35px; }
  .prescriptions-faq-list summary { padding-right: 42px; font-size: 0.9rem; }
  .prescriptions-faq-list details > p { margin-right: 20px; }

  .prescriptions-sources { padding: 72px 16px; }

  .prescriptions-contact {
    grid-template-columns: 1fr;
    padding: 70px 16px 84px;
  }

  .prescriptions-contact > div { grid-column: auto; }
  .prescriptions-contact > a { min-width: 0; overflow-wrap: anywhere; }

  .prescriptions-footer {
    display: flex;
    width: calc(100% - 32px);
    padding: 56px 0 110px;
    flex-direction: column;
    gap: 27px;
  }

  .prescriptions-footer-logo { width: 190px; }
  .prescriptions-footer > div { flex-wrap: wrap; justify-content: flex-start; }
  .prescriptions-footer > small { width: 100%; margin-top: 3px; }

  .prescriptions-mobile-call {
    position: fixed;
    z-index: 50;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    border-radius: 999px;
    background: var(--forest);
    box-shadow: 0 14px 34px rgba(20, 44, 40, 0.26);
    color: var(--white);
    font-size: 0.86rem;
    font-weight: 680;
    text-decoration: none;
  }
}

@media print {
  .prescriptions-page {
    background: #fff;
  }

  .prescriptions-header,
  .prescription-visual,
  .prescriptions-actions,
  .prescriptions-source-link,
  .annual-official-link,
  .pharmacy-update > a,
  .controlled-copy > a,
  .app-section,
  .prescriptions-contact,
  .prescriptions-footer,
  .prescriptions-mobile-call {
    display: none !important;
  }

  .prescriptions-hero {
    display: block;
    min-height: auto;
    padding: 30px 0;
  }

  .prescriptions-section,
  .annual-section,
  .controlled-section,
  .prescriptions-sources {
    width: 100%;
    padding: 35px 0;
    break-inside: avoid;
  }

  .annual-section,
  .controlled-section {
    background: #fff;
    color: var(--ink);
  }

  .annual-heading h2,
  .annual-timeline h3,
  .annual-timeline p,
  .controlled-copy h2,
  .controlled-copy > p:not(.eyebrow),
  .controlled-copy li {
    color: var(--ink);
  }

  .validity-grid,
  .pharmacy-steps {
    grid-template-columns: 1fr 1fr;
  }
}

/* Epios — prosta strona otwarcia */

.opening-page {
  --opening-width: min(100% - 64px, 1240px);
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 44, 40, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 44, 40, 0.022) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}

.opening-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 235px 1fr 215px;
  align-items: center;
  width: var(--opening-width);
  min-height: 106px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.opening-logo,
.opening-footer-logo {
  display: inline-flex;
  width: 205px;
}

.opening-logo img,
.opening-footer-logo img {
  width: 100%;
  height: auto;
}

.opening-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.8vw, 42px);
}

.opening-nav a {
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 620;
  text-decoration: none;
}

.opening-header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 43px;
  padding: 10px 16px;
  border: 1px solid rgba(18, 59, 52, 0.17);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.6);
  color: var(--forest);
  font-size: 0.73rem;
  font-weight: 670;
  text-decoration: none;
}

.opening-header-contact svg,
.opening-quick-contact svg,
.opening-calendar-head svg,
.opening-location-tag svg,
.opening-specialist-copy svg,
.opening-widget-icon svg,
.opening-directions-heading svg,
.opening-contact-icon svg,
.opening-contact-note svg,
.opening-mobile-actions svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.opening-header-contact svg {
  width: 18px;
  color: #337760;
}

.opening-hero {
  display: grid;
  grid-template-columns: minmax(430px, 0.94fr) minmax(500px, 1.06fr);
  gap: clamp(50px, 7vw, 105px);
  align-items: center;
  width: var(--opening-width);
  min-height: 720px;
  margin: 0 auto;
  padding: 74px 0 84px;
}

.opening-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 31px;
  padding: 8px 14px;
  border: 1px solid rgba(18, 59, 52, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.62);
  color: var(--forest-soft);
  font-size: 0.68rem;
  font-weight: 660;
  letter-spacing: 0.04em;
}

.opening-date-pill > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(184, 107, 73, 0.13);
}

.opening-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(4rem, 6.5vw, 6.9rem);
  font-weight: 460;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.opening-lead {
  max-width: 610px;
  margin: 31px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.75;
}

.opening-hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 38px;
}

.opening-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 670;
  text-decoration: none;
}

.opening-text-link svg,
.opening-calendar-footer svg,
.opening-widget-consent .button svg,
.opening-directions-actions .button svg,
.opening-contact-grid > a > svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.opening-quick-contact {
  display: flex;
  gap: 29px;
  margin-top: 41px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.opening-quick-contact a {
  display: flex;
  gap: 11px;
  align-items: center;
  color: var(--forest);
  font-size: 0.77rem;
  font-weight: 640;
  text-decoration: none;
}

.opening-quick-contact svg {
  flex: 0 0 auto;
  width: 18px;
  color: var(--copper);
}

.opening-quick-contact span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.opening-quick-contact small {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 690;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.opening-hero-art {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  border-radius: 220px 220px 30px 30px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.13), transparent 23%),
    linear-gradient(145deg, #1c5147 0%, var(--forest) 56%, var(--forest-deep) 100%);
  box-shadow: 0 34px 80px rgba(13, 47, 42, 0.18);
}

.opening-hero-art::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 31px 31px;
  content: "";
}

.opening-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.opening-orbit-one {
  top: -96px;
  right: -75px;
  width: 345px;
  height: 345px;
}

.opening-orbit-two {
  bottom: -135px;
  left: -92px;
  width: 400px;
  height: 400px;
}

.opening-calendar-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(72%, 405px);
  min-height: 368px;
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 27px 60px rgba(4, 21, 18, 0.28);
  color: var(--forest);
  transform: translate(-50%, -50%) rotate(-2.5deg);
}

.opening-calendar-head {
  display: flex;
  gap: 13px;
  align-items: center;
}

.opening-calendar-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 15px;
  background: var(--forest);
  color: var(--white);
}

.opening-calendar-head p,
.opening-specialist-tag p,
.opening-location-tag p {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 3px;
}

.opening-calendar-head small,
.opening-specialist-tag small,
.opening-location-tag small {
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 690;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opening-calendar-head strong {
  font-size: 0.81rem;
  font-weight: 670;
}

.opening-calendar-date {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 35px;
  padding: 30px 0 35px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.opening-calendar-date > span {
  color: var(--copper);
  font-size: clamp(4.8rem, 7vw, 6.6rem);
  font-weight: 450;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.opening-calendar-date div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.opening-calendar-date strong {
  font-size: 1.35rem;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.opening-calendar-date small {
  color: var(--muted);
  font-size: 0.66rem;
}

.opening-calendar-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}

.opening-calendar-footer p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.71rem;
  font-weight: 680;
}

.opening-calendar-footer p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63a476;
  box-shadow: 0 0 0 4px rgba(99, 164, 118, 0.13);
}

.opening-calendar-footer > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
}

.opening-specialist-tag,
.opening-location-tag {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 215px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(11, 42, 36, 0.89);
  box-shadow: 0 16px 35px rgba(5, 22, 19, 0.2);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.opening-specialist-tag {
  top: 74px;
  left: 22px;
}

.opening-location-tag {
  right: 21px;
  bottom: 58px;
}

.opening-specialist-tag > span,
.opening-location-tag > svg {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #efc2aa;
}

.opening-specialist-tag > span {
  font-size: 0.68rem;
  font-weight: 730;
  letter-spacing: 0.07em;
}

.opening-location-tag > svg {
  padding: 8px;
}

.opening-specialist-tag small,
.opening-location-tag small {
  color: rgba(255, 255, 255, 0.62);
}

.opening-specialist-tag strong,
.opening-location-tag strong {
  font-size: 0.7rem;
  font-weight: 630;
}

.opening-info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
  background: var(--forest);
  color: var(--white);
}

.opening-info-strip p {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  margin: 0;
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.72rem;
  font-weight: 620;
}

.opening-info-strip p:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.opening-info-strip span {
  color: #e8ad92;
  font-size: 0.59rem;
  font-weight: 730;
  letter-spacing: 0.09em;
}

.opening-specialist {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(450px, 1.14fr);
  gap: clamp(65px, 10vw, 145px);
  align-items: center;
  width: var(--opening-width);
  margin: 0 auto;
  padding: 120px 0;
}

.opening-specialist-portrait {
  position: relative;
  display: flex;
  min-height: 530px;
  overflow: hidden;
  border-radius: 32px 180px 32px 32px;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 255, 255, 0.14), transparent 24%),
    #d9dfd7;
  flex-direction: column;
  justify-content: flex-end;
  padding: 37px;
}

.opening-specialist-portrait::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 44, 40, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 44, 40, 0.035) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
}

.opening-portrait-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(18, 59, 52, 0.15);
  border-radius: 50%;
  background: var(--forest);
  box-shadow: 0 25px 50px rgba(18, 59, 52, 0.17);
  color: var(--white);
  font-size: 4.2rem;
  font-weight: 430;
  letter-spacing: -0.07em;
  transform: translate(-50%, -57%);
}

.opening-portrait-circle::before,
.opening-portrait-circle::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.opening-portrait-circle::before { inset: 22px; }
.opening-portrait-circle::after { inset: 44px; }

.opening-portrait-line {
  position: relative;
  z-index: 1;
  display: block;
  width: 52px;
  height: 2px;
  margin-bottom: 16px;
  background: var(--copper);
}

.opening-specialist-portrait > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--forest);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.opening-specialist-copy h2,
.opening-booking-copy h2,
.opening-directions-heading h2,
.opening-contact-heading h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(3rem, 4.8vw, 5.2rem);
  font-weight: 465;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.opening-specialist-role {
  margin: 17px 0 0;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 690;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.opening-specialist-copy > p:not(.eyebrow, .opening-specialist-role) {
  max-width: 620px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.75;
}

.opening-specialist-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 31px;
}

.opening-specialist-facts > span {
  display: flex;
  min-height: 92px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.45);
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.opening-specialist-facts small {
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 690;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opening-specialist-facts strong {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 650;
}

.opening-profile-link {
  margin-top: 31px;
}

.opening-booking {
  padding: 112px max(32px, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.06), transparent 23%),
    var(--forest);
  color: var(--white);
}

.opening-booking-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.opening-booking-copy h2,
.opening-contact-heading h2 {
  color: var(--white);
}

.opening-booking-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.89rem;
  line-height: 1.72;
}

.opening-booking-copy ol {
  display: grid;
  gap: 0;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.opening-booking-copy li {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 15px;
  align-items: center;
  min-height: 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.opening-booking-copy li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.opening-booking-copy li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #e9b39b;
  font-size: 0.65rem;
  font-weight: 720;
}

.opening-booking-copy li p {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 3px;
}

.opening-booking-copy li strong {
  font-size: 0.8rem;
  font-weight: 650;
}

.opening-booking-copy li small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.66rem;
}

.opening-widget-shell {
  position: relative;
  display: flex;
  min-height: 570px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: var(--paper-light);
  box-shadow: 0 30px 65px rgba(4, 21, 18, 0.27);
  color: var(--forest);
  align-items: center;
  justify-content: center;
}

.opening-widget-consent {
  display: flex;
  max-width: 430px;
  padding: 42px 33px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.opening-widget-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 29px;
  border-radius: 22px;
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 17px 34px rgba(18, 59, 52, 0.2);
}

.opening-widget-icon svg {
  width: 29px;
}

.opening-widget-consent h3 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.opening-widget-consent > p:not(.eyebrow) {
  margin: 20px 0 28px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.opening-widget-consent > .opening-widget-address-hint {
  margin: -10px 0 26px;
  padding: 9px 12px;
  border-radius: 11px;
  background: rgba(184, 107, 73, 0.11);
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 680;
}

.opening-widget-consent > a {
  margin-top: 19px;
  color: var(--forest-soft);
  font-size: 0.68rem;
  font-weight: 620;
}

.opening-widget-shell.is-widget-loaded {
  display: block;
  min-height: 700px;
  padding: 21px 18px 18px;
  overflow: hidden;
}

.opening-widget-label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 1px 5px 17px;
  color: var(--forest);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.opening-widget-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #62a275;
  box-shadow: 0 0 0 4px rgba(98, 162, 117, 0.13);
}

.opening-widget-shell .zl-url {
  display: flex;
  min-height: 540px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  color: var(--forest);
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 650;
}

.opening-widget-shell iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 590px !important;
  border: 0 !important;
  border-radius: 18px;
}

.opening-widget-fallback {
  margin: 14px 6px 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.62rem;
}

.opening-widget-fallback a {
  color: var(--forest);
  font-weight: 650;
}

.opening-directions {
  width: var(--opening-width);
  margin: 0 auto;
  padding: 118px 0;
}

.opening-directions-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 55px;
  align-items: end;
  margin-bottom: 53px;
}

.opening-directions-heading address {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 330px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.58);
  font-style: normal;
}

.opening-directions-heading address > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
}

.opening-directions-heading address p {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 3px;
}

.opening-directions-heading address small {
  color: var(--copper);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.opening-directions-heading address strong {
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 670;
}

.opening-directions-heading address b {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 520;
}

.opening-directions-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(360px, 0.85fr);
  gap: 20px;
}

.opening-map-card {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--white);
  box-shadow: 0 23px 55px rgba(18, 59, 52, 0.08);
}

.opening-route-sketch {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.opening-map-paper { fill: #e6e3da; }
.opening-map-block { fill: #d7d4cc; stroke: rgba(18, 59, 52, 0.08); }
.opening-map-road { fill: none; stroke: #faf8f2; stroke-width: 29; stroke-linecap: round; }
.opening-walk-route { fill: none; stroke: var(--copper); stroke-width: 3; stroke-dasharray: 7 7; stroke-linecap: round; }
.opening-stop circle { fill: var(--forest); }
.opening-stop path { fill: none; stroke: var(--white); stroke-width: 1.2; stroke-linecap: round; }
.opening-map-pin > circle:first-child { fill: var(--copper); }
.opening-map-pin path { fill: var(--white); }
.opening-map-pin > circle:last-child { fill: var(--copper); }
.opening-map-label rect { fill: var(--white); stroke: rgba(18, 59, 52, 0.1); }
.opening-map-label text:first-of-type { fill: var(--forest); font-size: 13px; font-weight: 750; letter-spacing: 1.8px; }
.opening-map-label text:last-of-type { fill: var(--muted); font-size: 9px; }
.opening-street-name { fill: rgba(18, 59, 52, 0.48); font-size: 9px; font-weight: 700; letter-spacing: 1.1px; }
.opening-stop-label { fill: var(--forest); font-size: 10px; font-weight: 650; }

.opening-map-card > p {
  margin: 11px 9px 3px;
  color: var(--muted);
  text-align: center;
  font-size: 0.59rem;
}

.opening-route-list {
  display: grid;
  gap: 10px;
}

.opening-route-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 108px;
  padding: 17px 21px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255, 253, 248, 0.54);
}

.opening-route-list article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
}

.opening-route-list article > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.opening-route-list small {
  color: var(--copper);
  font-size: 0.52rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opening-route-list strong {
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 660;
}

.opening-route-list p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

.opening-route-list .opening-parking-tip {
  background: #e2e8df;
}

.opening-route-list .opening-parking-tip > span {
  background: var(--copper);
  font-size: 1.2rem;
}

.opening-directions-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}

.opening-contact {
  padding: 108px max(32px, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.07), transparent 22%),
    var(--forest);
  color: var(--white);
}

.opening-contact-heading {
  display: grid;
  grid-template-columns: minmax(430px, 1.2fr) minmax(340px, 0.8fr);
  gap: 80px;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 52px;
}

.opening-contact-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.72;
}

.opening-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  max-width: 1240px;
  margin: 0 auto;
}

.opening-contact-grid > a {
  position: relative;
  display: flex;
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  flex-direction: column;
  text-decoration: none;
}

.opening-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  margin-bottom: 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  color: #efb99e;
}

.opening-contact-icon svg { width: 22px; }
.opening-whatsapp-icon { color: #8fd1a5; }

.opening-contact-grid > a > small {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.opening-contact-grid > a > strong {
  max-width: 220px;
  overflow-wrap: anywhere;
  font-size: 0.89rem;
  font-weight: 650;
}

.opening-contact-grid > a > p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.65rem;
}

.opening-contact-grid > a > svg {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

.opening-contact-note {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  max-width: 1240px;
  margin: 23px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.6);
}

.opening-contact-note svg {
  flex: 0 0 auto;
  width: 20px;
  color: #eab298;
}

.opening-contact-note p {
  max-width: 820px;
  margin: 0;
  font-size: 0.67rem;
  line-height: 1.6;
}

.opening-contact-note strong {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
}

.opening-footer {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 42px;
  align-items: start;
  width: var(--opening-width);
  margin: 0 auto;
  padding: 72px 0 46px;
}

.opening-footer address {
  color: var(--muted);
  font-size: 0.77rem;
  font-style: normal;
  line-height: 1.65;
}

.opening-footer > div {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
}

.opening-footer > div a {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 620;
  text-decoration: none;
  white-space: nowrap;
}

.opening-footer > p {
  grid-column: 1 / -1;
  margin: 27px 0 0;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.67rem;
}

.opening-mobile-actions {
  display: none;
}

.opening-page :focus-visible {
  outline: 3px solid rgba(184, 107, 73, 0.68);
  outline-offset: 4px;
}

@media (hover: hover) {
  .opening-header-contact,
  .opening-text-link,
  .opening-quick-contact a,
  .opening-route-list article,
  .opening-contact-grid > a,
  .opening-footer a {
    transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }

  .opening-header-contact:hover {
    border-color: #4f8d68;
    color: #2d7552;
  }

  .opening-text-link:hover,
  .opening-quick-contact a:hover,
  .opening-footer a:hover {
    color: var(--copper);
  }

  .opening-route-list article:hover {
    background: var(--white);
    transform: translateY(-3px);
  }

  .opening-contact-grid > a:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.075);
    transform: translateY(-4px);
  }
}

@media (max-width: 1080px) {
  .opening-page { --opening-width: min(100% - 40px, 780px); }

  .opening-header { grid-template-columns: 1fr auto; }
  .opening-nav { display: none; }

  .opening-hero {
    grid-template-columns: 1fr;
    padding: 66px 0 80px;
  }

  .opening-hero-copy { max-width: 720px; }
  .opening-hero-art { min-height: 620px; }
  .opening-calendar-card { width: min(62%, 425px); }

  .opening-info-strip {
    grid-template-columns: 1fr 1fr;
    padding-inline: max(20px, calc((100vw - 780px) / 2));
  }

  .opening-info-strip p:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, 0.13); }
  .opening-info-strip p:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.13); }

  .opening-specialist {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 780px);
    gap: 65px;
    padding: 96px 0;
  }

  .opening-specialist-portrait { min-height: 590px; }

  .opening-booking {
    padding: 96px max(20px, calc((100vw - 780px) / 2));
  }

  .opening-booking-inner { grid-template-columns: 1fr; gap: 60px; }
  .opening-booking-copy { max-width: 690px; }

  .opening-directions {
    width: min(100% - 40px, 780px);
    padding: 96px 0;
  }

  .opening-directions-heading { grid-template-columns: 1fr; gap: 28px; }
  .opening-directions-heading address { justify-self: start; }
  .opening-directions-grid { grid-template-columns: 1fr; }

  .opening-contact {
    padding: 92px max(20px, calc((100vw - 780px) / 2));
  }

  .opening-contact-heading { grid-template-columns: 1fr; gap: 25px; }
  .opening-contact-grid { grid-template-columns: 1fr 1fr; }

  .opening-footer { grid-template-columns: 205px 1fr; }
  .opening-footer > div { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 640px) {
  .opening-page { --opening-width: calc(100% - 32px); }

  .opening-header { min-height: 86px; }
  .opening-logo { width: 158px; }
  .opening-header-contact { min-height: 39px; padding: 8px 12px; font-size: 0.64rem; }
  .opening-header-contact svg { display: none; }

  .opening-hero {
    gap: 47px;
    padding: 50px 0 61px;
  }

  .opening-date-pill { margin-bottom: 25px; font-size: 0.6rem; }
  .opening-hero-copy h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
  .opening-lead { font-size: 0.95rem; }

  .opening-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }

  .opening-hero-actions .button { width: 100%; }
  .opening-hero-actions .opening-text-link { align-self: center; }

  .opening-quick-contact {
    gap: 18px;
    flex-direction: column;
  }

  .opening-hero-art {
    min-height: 490px;
    margin-inline: -3px;
    border-radius: 115px 115px 25px 25px;
  }

  .opening-calendar-card {
    top: 48%;
    width: 80%;
    min-height: 320px;
    padding: 22px;
  }

  .opening-calendar-head > span { width: 41px; height: 41px; }
  .opening-calendar-date { gap: 15px; margin-top: 24px; padding: 24px 0 28px; }
  .opening-calendar-date > span { font-size: 4.8rem; }
  .opening-calendar-date strong { font-size: 1.18rem; }
  .opening-calendar-footer { margin-top: 21px; }

  .opening-specialist-tag,
  .opening-location-tag {
    min-width: 0;
    padding: 9px 11px;
    transform: scale(0.82);
  }

  .opening-specialist-tag { top: 35px; left: -17px; transform-origin: left; }
  .opening-location-tag { right: -15px; bottom: 30px; transform-origin: right; }

  .opening-info-strip { grid-template-columns: 1fr 1fr; padding-inline: 16px; }
  .opening-info-strip p { min-height: 92px; padding: 13px 12px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; font-size: 0.64rem; }

  .opening-specialist {
    width: calc(100% - 32px);
    padding: 77px 0;
    gap: 52px;
  }

  .opening-specialist-portrait {
    min-height: 440px;
    padding: 27px;
    border-radius: 25px 105px 25px 25px;
  }

  .opening-portrait-circle { width: 190px; height: 190px; font-size: 3.3rem; }

  .opening-specialist-copy h2,
  .opening-booking-copy h2,
  .opening-directions-heading h2,
  .opening-contact-heading h2 {
    font-size: clamp(2.65rem, 12vw, 3.6rem);
  }

  .opening-specialist-facts { grid-template-columns: 1fr; }

  .opening-booking { padding: 77px 16px; }
  .opening-widget-shell { min-height: 510px; padding: 13px; border-radius: 24px; }
  .opening-widget-consent { padding: 34px 16px; }
  .opening-widget-shell.is-widget-loaded { min-height: 650px; }
  .opening-widget-shell iframe { min-height: 560px !important; }

  .opening-directions {
    width: calc(100% - 32px);
    padding: 77px 0;
  }

  .opening-directions-heading address { width: 100%; min-width: 0; padding: 15px; }
  .opening-map-card { padding: 8px; border-radius: 22px; }
  .opening-street-name,
  .opening-stop-label { opacity: 0; }
  .opening-map-label { transform: translate(322px, 137px); }
  .opening-route-list article { grid-template-columns: 62px 1fr; gap: 14px; padding: 15px; }
  .opening-route-list article > span { width: 57px; height: 57px; font-size: 0.68rem; }

  .opening-directions-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .opening-directions-actions .button { width: 100%; }
  .opening-directions-actions .opening-text-link { align-self: center; }

  .opening-contact { padding: 76px 16px 88px; }
  .opening-contact-grid { grid-template-columns: 1fr; }
  .opening-contact-grid > a { min-height: 220px; }
  .opening-contact-icon { margin-bottom: 32px; }

  .opening-footer {
    display: flex;
    width: calc(100% - 32px);
    padding: 58px 0 116px;
    flex-direction: column;
    gap: 28px;
  }

  .opening-footer-logo { width: 190px; }
  .opening-footer > div { flex-wrap: wrap; justify-content: flex-start; }
  .opening-footer > p { width: 100%; margin-top: 3px; }

  .opening-mobile-actions {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(13, 47, 42, 0.95);
    box-shadow: 0 15px 36px rgba(20, 44, 40, 0.29);
    backdrop-filter: blur(12px);
  }

  .opening-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    border-radius: 999px;
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 680;
    text-decoration: none;
  }

  .opening-mobile-actions a:last-child {
    background: var(--copper);
  }

  .opening-mobile-actions svg { width: 17px; }
}

@media print {
  .opening-header,
  .opening-hero-art,
  .opening-hero-actions,
  .opening-booking,
  .opening-mobile-actions,
  .opening-directions-actions,
  .opening-footer > div {
    display: none !important;
  }

  .opening-page { background: #fff; }
  .opening-hero { display: block; min-height: auto; padding: 30px 0; }
  .opening-specialist,
  .opening-directions,
  .opening-contact { padding: 35px 0; }
  .opening-contact { background: #fff; color: var(--ink); }
  .opening-contact-heading h2,
  .opening-contact-heading > p:last-child { color: var(--ink); }
}

/* Minimalna strona startowa Epios */
.soon-page {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 48px 24px 72px;
  overflow: hidden;
  place-items: center;
  background:
    linear-gradient(rgba(20, 44, 40, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 44, 40, 0.024) 1px, transparent 1px),
    #f4f0e7;
  background-size: 32px 32px;
  color: #142c28;
}

.soon-ambient {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(1px);
}

.soon-ambient-one {
  top: -180px;
  right: -120px;
  width: 480px;
  height: 480px;
  background: rgba(20, 68, 58, 0.11);
}

.soon-ambient-two {
  bottom: -260px;
  left: -160px;
  width: 560px;
  height: 560px;
  background: rgba(185, 104, 67, 0.09);
}

.soon-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  padding: 62px 76px 58px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 36px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 25px 70px rgba(24, 40, 35, 0.1);
  text-align: center;
  backdrop-filter: blur(18px);
}

.soon-brand {
  display: block;
  width: min(100%, 400px);
  height: auto;
  margin: 0 auto;
}

.soon-divider {
  position: relative;
  height: 1px;
  margin: 28px 0 32px;
  background: rgba(20, 44, 40, 0.13);
}

.soon-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #f8f4ec;
  border-radius: 50%;
  background: #b96843;
  box-shadow: 0 0 0 1px rgba(185, 104, 67, 0.35);
  transform: translate(-50%, -50%);
}

.soon-eyebrow {
  margin: 0 0 12px;
  color: #b96843;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.soon-panel h1 {
  margin: 0 auto;
  color: #142c28;
  font-size: clamp(2.35rem, 5vw, 3.35rem);
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.soon-opening {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 10px 17px 10px 11px;
  border: 1px solid rgba(185, 104, 67, 0.24);
  border-radius: 18px;
  background: rgba(185, 104, 67, 0.075);
  text-align: left;
}

.soon-opening-icon,
.soon-contact-icon,
.soon-directions-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  place-items: center;
}

.soon-opening-icon {
  background: rgba(185, 104, 67, 0.12);
  color: #a35c3d;
}

.soon-opening-icon svg,
.soon-contact-icon svg,
.soon-directions-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.soon-opening-copy,
.soon-contact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.soon-opening-copy small,
.soon-contact-copy small {
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.soon-opening-copy small { color: #9a5c42; }

.soon-opening-copy strong {
  margin-top: 3px;
  color: #142c28;
  font-size: 1rem;
  font-weight: 700;
}

.soon-lead {
  margin: 20px 0 0;
  color: #626d68;
  font-size: 1rem;
  line-height: 1.75;
}

.soon-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.soon-contact {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid rgba(20, 44, 40, 0.2);
  border-radius: 18px;
  color: #142c28;
  text-align: left;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.soon-contact:hover,
.soon-directions:hover { transform: translateY(-2px); }

.soon-contact-phone {
  border-color: #142c28;
  background: #142c28;
  color: #faf8f3;
}

.soon-contact-icon { background: rgba(20, 44, 40, 0.065); }
.soon-contact-phone .soon-contact-icon { background: rgba(255, 255, 255, 0.1); }

.soon-contact-copy small {
  color: #a46649;
  white-space: nowrap;
}

.soon-contact-phone .soon-contact-copy small { color: #d28d6f; }

.soon-contact-copy strong {
  margin-top: 4px;
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.soon-directions {
  display: flex;
  align-items: center;
  min-height: 58px;
  gap: 12px;
  margin-top: 24px;
  padding: 9px 13px 9px 11px;
  border: 1px solid rgba(20, 44, 40, 0.2);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.54);
  color: #142c28;
  font-size: 0.9rem;
  font-weight: 680;
  text-align: left;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.soon-directions:hover {
  border-color: rgba(185, 104, 67, 0.52);
  background: rgba(185, 104, 67, 0.07);
}

.soon-directions-icon {
  background: #b96843;
  color: #fffaf3;
}

.soon-directions > svg {
  width: 18px;
  margin-left: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.soon-copyright {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  width: calc(100% - 32px);
  margin: 0;
  color: rgba(20, 44, 40, 0.54);
  font-size: 0.76rem;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 720px) {
  .soon-page {
    width: 100%;
    max-width: 100%;
    min-height: 100svh;
    padding: 22px 14px 64px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }

  .soon-panel {
    min-width: 0;
    padding: 36px 20px 24px;
    border-radius: 28px;
  }

  .soon-brand { width: min(100%, 320px); }
  .soon-divider { margin: 19px 0 24px; }

  .soon-panel h1 {
    max-width: 330px;
    font-size: clamp(2.15rem, 11.7vw, 3rem);
  }

  .soon-opening {
    width: 100%;
    max-width: 340px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .soon-lead { font-size: 0.94rem; }

  .soon-contacts {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .soon-contact,
  .soon-directions { min-height: 62px; }
  .soon-contact-copy strong { font-size: 0.92rem; }
  .soon-directions { margin-top: 21px; }
  .soon-copyright { bottom: 18px; }
}

@media (max-width: 390px) {
  .soon-panel { padding-inline: 16px; }
  .soon-opening-copy small { font-size: 0.58rem; }
  .soon-opening-copy strong { font-size: 0.94rem; }
}

@media (prefers-reduced-motion: reduce) {
  .soon-contact,
  .soon-directions { transition: none; }
}
