:root {
  --bg: #fbf6f1;
  --surface: #ffffff;
  --surface-soft: #f6ece4;
  --surface-tint: #f1e2d8;
  /* Hardened contrast: ink for headings/body, ink-soft for genuine secondary only */
  --ink: #241b14;
  --ink-soft: #5c4a3d;
  --rose: #b06277;
  --rose-deep: #8f3f56;
  --rose-tint: #f3dfe2;
  --gold: #a9772f;
  --line: rgba(60, 40, 30, 0.16);
  --line-strong: rgba(60, 40, 30, 0.26);
  --shadow: 0 26px 64px rgba(74, 42, 30, 0.16);
  --shadow-soft: 0 14px 38px rgba(74, 42, 30, 0.1);
  --radius: 26px;
  --radius-sm: 16px;
  --container: 1180px;
  --header-h: 4.75rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% -6%, rgba(176, 119, 47, 0.1), transparent 40%),
    radial-gradient(circle at 98% 2%, rgba(176, 98, 119, 0.1), transparent 36%),
    var(--bg);
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ink);
}

.container {
  width: min(calc(100% - 2.5rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: clamp(3.5rem, 6.5vw, 6rem) 0;
}

.section--tinted {
  background: linear-gradient(180deg, var(--surface-soft), rgba(251, 246, 241, 0));
}

.section--soft {
  background: var(--surface-soft);
}

.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ink-soft);
}

/* ---------- Disclosure (discreet, scrolls away) ---------- */
.disclosure {
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  background: var(--surface-tint);
  border-bottom: 1px solid var(--line);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 246, 241, 0.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}

.site-brand__logo {
  width: clamp(46px, 7vw, 54px);
  flex: none;
}

.site-brand__logo img {
  width: 100%;
  height: auto;
}

.site-brand__text {
  display: grid;
  line-height: 1.05;
}

.site-brand__text strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.site-brand__text small {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

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

.site-nav a {
  text-decoration: none;
  font-size: 0.98rem;
  color: var(--ink);
  transition: color 160ms ease;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
  color: var(--rose-deep);
}

/* ---------- Buttons ---------- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1.5px solid transparent;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease,
    border-color 180ms ease, color 180ms ease;
}

.button--primary {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff;
  box-shadow: 0 16px 32px rgba(143, 63, 86, 0.32);
}

.button--primary:hover,
.button--primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(143, 63, 86, 0.4);
}

.button--ghost {
  background: var(--surface);
  border-color: var(--rose-deep);
  color: var(--rose-deep);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  transform: translateY(-2px);
  background: var(--rose-deep);
  color: #fff;
}

/* Translucent button for use over the hero image */
.button--glass {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  backdrop-filter: blur(6px);
}

.button--glass:hover,
.button--glass:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  color: var(--rose-deep);
  border-color: #fff;
}

.button--sm {
  min-height: 42px;
  padding: 0.55rem 1.2rem;
  font-size: 0.92rem;
}

.button--lg {
  min-height: 56px;
  padding: 0.95rem 1.9rem;
  font-size: 1.05rem;
}

.button--full {
  width: 100%;
}

/* ---------- Kicker (signature label with gold rule) ---------- */
.kicker,
.trust__label,
.location-card__kicker,
.offer-index__label {
  margin: 0 0 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rose-deep);
}

.kicker::before,
.trust__label::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

/* ---------- Hero (full-bleed signature) ---------- */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(540px, 82vh, 760px);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 30%;
  z-index: -2;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(40, 20, 26, 0.9) 0%, rgba(40, 20, 26, 0.6) 38%, rgba(40, 20, 26, 0.05) 70%),
    linear-gradient(0deg, rgba(30, 16, 20, 0.6) 0%, rgba(30, 16, 20, 0) 45%);
}

.hero__inner {
  width: min(calc(100% - 2.5rem), var(--container));
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.hero__content {
  max-width: 38rem;
  color: #fff;
}

.hero__eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.82rem;
  font-weight: 600;
  color: #f6dfe3;
}

.hero__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.01em;
  font-size: clamp(2.7rem, 6.4vw, 4.7rem);
  color: #fff;
  text-shadow: 0 2px 24px rgba(30, 14, 18, 0.45);
}

.hero__sub {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  color: #fbeef0;
  text-shadow: 0 1px 14px rgba(30, 14, 18, 0.5);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  margin: 1.9rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
  color: #fbeef0;
}

.hero__trust li {
  position: relative;
  padding-left: 1.4rem;
}

.hero__trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ---------- Trust band ---------- */
.trust {
  padding: clamp(2.75rem, 5vw, 4rem) 0;
}

.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.trust__item {
  padding-left: 1.5rem;
  border-left: 2px solid var(--rose-tint);
}

.trust__item h2 {
  margin: 0 0 0.5rem;
  font-weight: 600;
  font-size: 1.55rem;
  line-height: 1.1;
}

.trust__item p {
  margin: 0;
  color: var(--ink-soft);
}

.trust__item a {
  color: var(--rose-deep);
  font-weight: 600;
}

.trust__label::before {
  width: 1.4rem;
}

/* ---------- Section headings ---------- */
.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.section-heading--split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 1.5rem 2.5rem;
}

.section-heading h2,
.signature__copy h2 {
  margin: 0;
  font-weight: 600;
  font-size: clamp(2.1rem, 4.4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
}

.section-heading > p,
.signature__copy .lead {
  color: var(--ink-soft);
}

.section-heading--split > p {
  font-size: 1.05rem;
}

/* ---------- Flagship — nails ---------- */
.signature {
  display: grid;
  grid-template-columns: minmax(300px, 460px) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}

.signature__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--surface-tint);
}

.signature__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.signature__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.signature__copy .lead {
  margin: 1.1rem 0 0;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.chip-list li {
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  color: var(--ink);
}

.promise-list {
  display: grid;
  gap: 0.6rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.promise-list li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--ink-soft);
}

.promise-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), var(--gold));
}

.signature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.9rem;
}

/* ---------- Gallery ---------- */
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.gallery__item {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  margin: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.gallery__item:focus-visible {
  outline: 2px solid var(--rose-deep);
  outline-offset: 4px;
}

.gallery__media {
  position: relative;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
}

.gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.gallery__item:hover .gallery__media img,
.gallery__item:focus-visible .gallery__media img {
  transform: scale(1.04);
}

.gallery__caption {
  padding: 1rem 1.1rem 1.2rem;
  display: grid;
  gap: 0.3rem;
}

.gallery__caption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.12;
}

.gallery__caption span {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.gallery__more {
  margin: 1.75rem 0 0;
  text-align: center;
  color: var(--ink-soft);
}

.gallery__more a {
  color: var(--rose-deep);
  font-weight: 600;
}

/* ---------- Full institute offer (secondary) ---------- */
.institut-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.institut-card {
  padding: 1.4rem 1.4rem 1.5rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.institut-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.institut-card h3 {
  margin: 0 0 0.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.12;
}

.institut-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.97rem;
}

.offer-index {
  margin-top: 2rem;
  padding: 1.4rem 1.6rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
}

.offer-index__label {
  margin: 0;
}

.offer-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-index li {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.9rem;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  color: var(--ink);
}

/* ---------- Locations ---------- */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.location-card {
  padding: 1.6rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  display: grid;
  align-content: start;
}

.location-card h3 {
  margin: 0.1rem 0 0.35rem;
  font-weight: 600;
  font-size: 1.55rem;
}

.location-card__place {
  margin: 0;
  color: var(--ink-soft);
}

.location-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--rose-deep);
  text-decoration: none;
  transition: color 160ms ease;
}

.location-card__icon {
  font-size: 1rem;
}

.location-card__phone:hover,
.location-card__phone:focus-visible {
  color: var(--ink);
}

.location-card__note {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- Contact ---------- */
.contact-shell {
  display: grid;
  gap: 2rem;
}

.section-heading--left {
  margin-bottom: 0;
  max-width: 46rem;
}

.section-heading--left p {
  color: var(--ink-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.contact-panel,
.contact-form {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.contact-panel {
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.contact-panel__link {
  display: grid;
  gap: 0.2rem;
  text-decoration: none;
  padding: 0.9rem 1.05rem;
  border-radius: 14px;
  background: var(--surface-soft);
  transition: transform 160ms ease, background 160ms ease;
}

.contact-panel__link:hover,
.contact-panel__link:focus-visible {
  transform: translateY(-1px);
  background: var(--surface-tint);
}

.contact-panel__link span {
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.contact-panel__link strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--ink);
}

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

.contact-form label {
  display: grid;
  gap: 0.4rem;
}

.contact-form label span {
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--ink-soft);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1.5px solid var(--line-strong);
  background: #fffdfb;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9a8576;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--rose);
  border-color: var(--rose);
}

.contact-form__note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

/* ---------- Footer ---------- */
.site-footer {
  padding: 2.75rem 0;
  border-top: 1px solid var(--line);
  background: var(--surface-soft);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem 2rem;
  align-items: start;
}

.site-footer__brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
}

.site-footer__brand p {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
}

.site-footer__links {
  display: grid;
  gap: 0.45rem;
  justify-items: start;
}

.site-footer__links a {
  text-decoration: none;
  color: var(--rose-deep);
  font-weight: 500;
}

.site-footer__links a:hover {
  color: var(--ink);
}

.site-footer__credit {
  grid-column: 1 / -1;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

/* ---------- Mobile conversion bar ---------- */
.mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  gap: 0.6rem;
  padding: 0.65rem 0.8rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(251, 246, 241, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line-strong);
}

.mobile-bar__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  border: 1.5px solid transparent;
}

.mobile-bar__btn--primary {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff;
  box-shadow: 0 10px 24px rgba(143, 63, 86, 0.3);
}

.mobile-bar__btn--ghost {
  background: var(--surface);
  border-color: var(--rose-deep);
  color: var(--rose-deep);
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(27, 16, 11, 0.84);
  z-index: 60;
  padding: 1.25rem;
}

.lightbox--open {
  display: grid;
}

.lightbox__body {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  background: var(--bg);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.lightbox__media {
  margin: 0;
  min-height: 320px;
  background: var(--surface-tint);
}

.lightbox__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox__meta {
  padding: 1.5rem;
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.lightbox__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 2rem;
}

.lightbox__description,
.lightbox__counter {
  color: var(--ink-soft);
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 250, 246, 0.95);
  color: var(--ink);
}

.lightbox__close {
  top: 1rem;
  right: 1rem;
  font-size: 1.6rem;
}

.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav--prev {
  left: 1rem;
}

.lightbox__nav--next {
  right: 1rem;
}

.lightbox__nav svg {
  width: 20px;
  height: 20px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .institut-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .section-heading--split,
  .signature,
  .trust__grid,
  .locations-grid,
  .contact-layout,
  .site-footer__inner,
  .lightbox__body {
    grid-template-columns: 1fr;
  }

  .signature__media {
    max-width: 460px;
  }

  .hero {
    align-items: flex-end;
    min-height: clamp(520px, 88vh, 720px);
  }

  .hero__bg {
    object-position: 60% 28%;
  }

  /* On mobile the scrim anchors text to the bottom for maximum legibility */
  .hero__scrim {
    background:
      linear-gradient(0deg, rgba(28, 14, 18, 0.94) 0%, rgba(28, 14, 18, 0.78) 30%, rgba(28, 14, 18, 0.18) 62%, rgba(28, 14, 18, 0) 82%);
  }

  .lightbox__body {
    width: min(100%, 720px);
  }

  .lightbox__nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 2rem);
  }

  body {
    padding-bottom: 4.75rem; /* room for the mobile action bar */
  }

  .site-nav a:not(.button) {
    display: none;
  }

  .site-brand__text small {
    display: none;
  }

  .hero__inner {
    padding-bottom: 2.25rem;
  }

  .hero__actions {
    width: 100%;
  }

  .hero__actions .button {
    flex: 1;
    min-width: 0;
  }

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

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

  .offer-index {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-panel,
  .contact-form,
  .location-card {
    padding: 1.2rem;
  }

  .mobile-bar {
    display: flex;
  }
}

@media (max-width: 440px) {
  .institut-grid {
    grid-template-columns: 1fr;
  }

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

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

  * {
    transition: none !important;
  }
}
