/*
Theme Name: YogaaLuma
Theme URI: https://www.YogaaLuma.online
Author: YogaaLuma
Author URI: https://www.YogaaLuma.online
Description: Luminous German yoga WordPress theme for YogaaLuma in Pichla. Dawn-studio layout with Startseite, Über uns, Leistungen, and Kontakt.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yogaaluma
Tags: one-page, custom-menu, featured-images, translation-ready, health
*/

:root {
  --navy: #0e1a24;
  --navy-soft: #1a2b38;
  --mist: #e8eef0;
  --paper: #f4f1ec;
  --linen: #fbf8f3;
  --champagne: #d4c2a0;
  --gold: #b08d57;
  --gold-deep: #8f6e3c;
  --ink: #12151a;
  --muted: #5c646c;
  --line: rgba(14, 26, 36, 0.12);
  --header-h: 86px;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Sora", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 10px);
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

address {
  font-style: normal;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.luma-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

h1,
h2,
h3,
.luma-brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.luma-kicker {
  display: inline-block;
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.luma-kicker-gold {
  color: var(--champagne);
}

.luma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.luma-btn-gold {
  background: var(--gold);
  color: #fff;
}

.luma-btn-gold:hover {
  background: var(--gold-deep);
  transform: translateY(-2px);
}

.luma-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.luma-btn-ghost:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.luma-btn-navy {
  background: var(--navy);
  color: #fff;
}

.luma-btn-navy:hover {
  background: var(--navy-soft);
}

.luma-btn-full {
  width: 100%;
}

/* Vertical side rail */
.luma-rail {
  display: none;
}

@media (min-width: 1400px) {
  .luma-rail {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: var(--navy);
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    z-index: 50;
  }

  body {
    padding-left: 36px;
  }
}

/* Header */
.luma-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--navy);
  border-bottom: 1px solid rgba(176, 141, 87, 0.28);
}

.luma-header.is-scrolled {
  box-shadow: 0 12px 32px rgba(14, 26, 36, 0.28);
}

.luma-header-inner {
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.luma-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.luma-mark {
  width: 40px;
  height: 40px;
  color: var(--gold);
  flex-shrink: 0;
}

.luma-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.luma-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.luma-brand-kicker {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--champagne);
  font-weight: 500;
}

.luma-brand-name {
  font-size: 22px;
  line-height: 1;
  color: #fff;
}

.luma-nav ul {
  display: flex;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.luma-nav a {
  display: block;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  position: relative;
  white-space: nowrap;
}

.luma-nav a:hover,
.luma-nav a.is-active {
  color: var(--champagne);
}

.luma-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 1px;
  background: var(--gold);
}

.luma-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.luma-phone {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--champagne);
}

.luma-header-cta {
  min-height: 42px;
  padding: 0 18px;
  font-size: 11px;
}

.luma-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  cursor: pointer;
  position: relative;
}

.luma-toggle span:not(.screen-reader-text) {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 1.5px;
  background: #fff;
}

.luma-toggle span:nth-child(1) { top: 14px; }
.luma-toggle span:nth-child(2) { top: 20px; }
.luma-toggle span:nth-child(3) { top: 26px; }

/* Hero — split copy + overlapping frames */
.dawn {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) 1.2fr;
  min-height: calc(100vh - var(--header-h));
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}

.dawn-spine {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(212, 194, 160, 0.55);
  white-space: nowrap;
  z-index: 2;
}

.dawn-copy {
  padding: 72px 48px 72px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.dawn-copy h1 {
  font-size: clamp(42px, 6vw, 74px);
  margin: 0 0 22px;
  color: #fff;
}

.dawn-copy h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--champagne);
}

.dawn-lead {
  margin: 0 0 32px;
  max-width: 420px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
}

.dawn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.dawn-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(176, 141, 87, 0.28);
}

.dawn-facts dt {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
}

.dawn-facts dd {
  margin: 6px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.dawn-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.dawn-frame {
  margin: 0;
  position: absolute;
  overflow: hidden;
  background: var(--navy-soft);
}

.dawn-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dawn-frame figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 18px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(transparent, rgba(14, 26, 36, 0.72));
  color: var(--champagne);
}

.dawn-frame-main {
  top: 48px;
  right: 48px;
  width: 72%;
  height: 78%;
}

.dawn-frame-side {
  left: 8%;
  bottom: 36px;
  width: 38%;
  height: 52%;
  outline: 10px solid var(--navy);
  z-index: 1;
}

/* Marquee */
.luma-marquee {
  background: var(--gold);
  color: var(--navy);
  overflow: hidden;
  padding: 16px 0;
}

.luma-marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: luma-scroll 28s linear infinite;
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.luma-marquee-track span::after {
  content: " · ";
  margin-left: 48px;
  font-style: normal;
  opacity: 0.45;
}

@keyframes luma-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* About — editorial columns + overlapping media */
.atelier {
  padding: 108px 0 120px;
  background: var(--linen);
}

.atelier-head {
  max-width: 820px;
  margin-bottom: 40px;
}

.atelier-head h2 {
  font-size: clamp(32px, 4.6vw, 52px);
  margin: 0;
  color: var(--navy);
}

.atelier-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 56px;
}

.atelier-cols p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
}

.atelier-media {
  position: relative;
  display: grid;
  grid-template-columns: 1.7fr 0.9fr;
  gap: 22px;
  align-items: end;
}

.atelier-wide {
  margin: 0;
  position: relative;
}

.atelier-wide img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 30%;
}

.atelier-wide figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: var(--navy);
  color: #fff;
  padding: 18px 22px;
  min-width: 240px;
}

.atelier-wide strong {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  margin-bottom: 4px;
}

.atelier-wide span {
  font-size: 12px;
  color: var(--champagne);
}

.atelier-portrait {
  margin: 0 0 48px;
}

.atelier-portrait img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 50%;
  outline: 12px solid var(--linen);
}

.atelier-note {
  position: absolute;
  right: 8%;
  top: 24px;
  width: min(220px, 28%);
  background: var(--gold);
  color: #fff;
  padding: 22px 20px;
}

.atelier-note span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.85;
}

.atelier-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

/* Praxis — sticky intro + horizontal list */
.praxis {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background: var(--navy);
  color: #fff;
}

.praxis-sticky {
  position: sticky;
  top: var(--header-h);
  align-self: start;
  padding: 80px 48px 80px 64px;
  height: calc(100vh - var(--header-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.praxis-sticky h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 16px;
}

.praxis-sticky > p {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.64);
  max-width: 340px;
  font-weight: 300;
}

.praxis-sticky figure {
  margin: 0;
  max-width: 360px;
}

.praxis-sticky img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.praxis-rail {
  padding: 48px 48px 48px 0;
  border-left: 1px solid rgba(176, 141, 87, 0.22);
}

.praxis-row {
  display: grid;
  grid-template-columns: 52px 120px 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px 32px 28px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease;
}

.praxis-row:hover {
  background: rgba(255, 255, 255, 0.04);
}

.praxis-num {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--gold);
}

.praxis-row figure {
  margin: 0;
  overflow: hidden;
}

.praxis-row img {
  width: 120px;
  height: 88px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.praxis-row:hover img {
  transform: scale(1.08);
}

.praxis-body h3 {
  margin: 0 0 4px;
  font-size: 24px;
}

.praxis-meta {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--champagne);
}

.praxis-body p:last-child {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.62);
}

/* Quote */
.luma-quote {
  background: var(--mist);
  padding: 96px 24px;
  text-align: center;
}

.luma-quote blockquote {
  margin: 0 auto;
  max-width: 760px;
}

.luma-quote p {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  color: var(--navy);
  margin: 0 0 20px;
}

.luma-quote cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

/* Services — full-bleed cinematic banners */
.offers-intro {
  padding: 96px 0 48px;
  text-align: left;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  width: min(1180px, calc(100% - 40px));
}

.offers-intro h2 {
  font-size: clamp(32px, 4.4vw, 50px);
  margin: 0 0 14px;
  color: var(--navy);
}

.offers-intro > p:last-child {
  margin: 0;
  color: var(--muted);
}

.offer-banner {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  min-height: 380px;
  background: var(--navy);
  color: #fff;
}

.offer-banner-reverse {
  grid-template-columns: 0.85fr 1.35fr;
}

.offer-banner-reverse .offer-media {
  order: 2;
}

.offer-banner-reverse .offer-panel {
  order: 1;
}

.offer-media {
  margin: 0;
  min-height: 380px;
}

.offer-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.offer-panel {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-num {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--gold);
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.offer-panel h3 {
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 16px;
}

.offer-panel > p {
  margin: 0 0 22px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.offer-panel ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.offer-panel li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--champagne);
}

.offer-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 1px;
  background: var(--gold);
}

.offer-link {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}

.offer-link:hover {
  color: #fff;
  border-color: #fff;
}

/* Hours */
.hours {
  padding: 108px 0;
  background: var(--linen);
}

.hours-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.hours-copy h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 0 0 14px;
  color: var(--navy);
}

.hours-copy > p:nth-of-type(2) {
  color: var(--muted);
  margin: 0 0 28px;
}

.hours-copy figure {
  margin: 0;
}

.hours-copy img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.hours-table th,
.hours-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.hours-table thead th {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--navy);
  color: var(--champagne);
  font-weight: 500;
}

.hours-table tbody th {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
  width: 28%;
}

.hours-table tbody tr:hover td,
.hours-table tbody tr:hover th {
  background: var(--paper);
}

/* Gallery mosaic */
.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 8px;
  background: var(--navy);
  padding: 8px;
}

.gallery-mosaic figure {
  margin: 0;
  overflow: hidden;
}

.gallery-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-mosaic figure:hover img {
  transform: scale(1.06);
}

.gallery-tall {
  grid-row: 1 / span 2;
}

.gallery-wide {
  grid-column: 2 / span 2;
}

/* Contact */
.luma-contact {
  background: var(--paper);
  padding-bottom: 96px;
}

.contact-map {
  height: 420px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.35) contrast(1.05);
}

.contact-sheet {
  background: #fff;
  margin-top: -88px;
  position: relative;
  z-index: 2;
  padding: 48px 48px 40px;
  border: 1px solid var(--line);
}

.contact-sheet-head {
  max-width: 640px;
  margin-bottom: 32px;
}

.contact-sheet-head h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 0 0 12px;
  color: var(--navy);
}

.contact-sheet-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-bottom: 36px;
  border: 1px solid var(--line);
}

.contact-meta a {
  background: var(--linen);
  padding: 22px 24px;
  display: block;
}

.contact-meta a:hover {
  background: var(--mist);
}

.contact-meta span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 8px;
}

.contact-meta strong {
  display: block;
  font-size: 16px;
  color: var(--navy);
}

.contact-meta em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: stretch;
}

.contact-form-grid figure {
  margin: 0;
}

.contact-form-grid img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-form {
  position: relative;
  z-index: 1;
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--linen);
  color: var(--ink);
  outline: none;
  border-radius: 0;
}

.field input:focus,
.field textarea:focus {
  border-bottom-color: var(--gold);
  background: #fff;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-note {
  min-height: 20px;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--gold-deep);
  font-weight: 500;
}

/* Footer */
.luma-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.62);
  padding: 72px 0 0;
}

.luma-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1.1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(176, 141, 87, 0.22);
}

.luma-brand-light .luma-brand-name {
  color: #fff;
}

.luma-footer-brand p {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 300;
  max-width: 320px;
}

.luma-footer h4 {
  font-family: var(--font-display);
  font-size: 18px;
  color: #fff;
  margin: 8px 0 18px;
}

.luma-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.luma-footer-links a:hover,
.luma-footer a:hover {
  color: var(--champagne);
}

.luma-footer address,
.luma-footer p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
}

.luma-footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 22px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.luma-footer-bar a {
  color: var(--champagne);
}

.luma-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: var(--navy);
  color: #fff;
  padding: 16px 22px;
  z-index: 60;
  font-size: 13px;
  border-left: 3px solid var(--gold);
  transform: translateY(120%);
  transition: transform 0.3s ease;
}

.luma-toast.is-visible {
  transform: translateY(0);
}

.luma-page {
  padding: calc(var(--header-h) + 48px) 0 80px;
}

.luma-entry h1 {
  color: var(--navy);
}

.luma-entry a {
  color: var(--gold-deep);
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .luma-phone {
    display: none;
  }
}

@media (max-width: 1080px) {
  .dawn {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dawn-spine {
    display: none;
  }

  .dawn-copy {
    padding: 40px 24px 36px;
    order: 2;
  }

  .dawn-stage {
    order: 1;
    min-height: 420px;
  }

  .dawn-frame-main {
    top: 24px;
    right: 24px;
    width: 78%;
    height: 74%;
  }

  .atelier-cols,
  .praxis,
  .hours-layout,
  .contact-form-grid,
  .luma-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .praxis {
    display: block;
  }

  .praxis-sticky {
    position: relative;
    top: auto;
    height: auto;
    padding: 64px 32px 24px;
  }

  .praxis-rail {
    padding: 0 0 32px;
    border-left: 0;
  }

  .offer-banner,
  .offer-banner-reverse {
    grid-template-columns: 1fr;
  }

  .offer-banner-reverse .offer-media,
  .offer-banner-reverse .offer-panel {
    order: unset;
  }
}

@media (max-width: 860px) {
  .luma-nav {
    position: fixed;
    inset: var(--header-h) 0 0;
    background: var(--navy);
    display: none;
    padding: 28px;
  }

  .luma-nav.is-open {
    display: block;
  }

  .luma-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .luma-nav a {
    font-size: 22px;
    letter-spacing: 0.08em;
    font-family: var(--font-display);
    text-transform: none;
    padding: 8px 0;
  }

  .luma-nav a.is-active::after {
    display: none;
  }

  .luma-phone,
  .luma-header-cta {
    display: none;
  }

  .luma-toggle {
    display: block;
  }

  .luma-header-inner {
    grid-template-columns: 1fr auto;
  }

  .atelier-cols,
  .atelier-media,
  .contact-meta,
  .form-row,
  .gallery-mosaic,
  .luma-footer-grid,
  .hours-layout,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .gallery-mosaic {
    grid-template-rows: 220px 180px 180px 200px;
  }

  .gallery-tall,
  .gallery-wide {
    grid-row: auto;
    grid-column: auto;
  }

  .atelier-portrait img {
    height: 260px;
    width: min(260px, 70%);
    margin: 0 auto;
  }

  .atelier-note {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 16px;
  }

  .atelier-wide img {
    height: 320px;
  }

  .praxis-row {
    grid-template-columns: 40px 88px 1fr;
    padding: 22px 20px;
  }

  .praxis-row img {
    width: 88px;
    height: 72px;
  }

  .dawn-facts {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-sheet {
    padding: 28px 20px;
    margin-top: -48px;
  }

  .offer-panel {
    padding: 36px 24px;
  }

  .dawn-frame-side {
    width: 44%;
    height: 46%;
    left: 16px;
    bottom: 20px;
  }
}

@media (max-width: 560px) {
  .dawn-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dawn-facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .praxis-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .praxis-row img {
    width: 100%;
    height: 180px;
  }

  .luma-footer-bar {
    flex-direction: column;
    text-align: center;
  }

  .hours-table th,
  .hours-table td {
    padding: 12px 10px;
    font-size: 13px;
  }
}
