/*
Theme Name: LuxeeAura
Theme URI: https://LuxeeAura.online
Author: LuxeeAura
Author URI: https://LuxeeAura.online
Description: Deutsches WordPress-Theme für Interior Design. Atelier in Bressaucourt — Split-Hero, Lookbook, Atelier-Collage, Leistungskarten, Karte und Kontakt.
Version: 2.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: luxeeaura
Tags: one-page, custom-menu, featured-images, translation-ready, portfolio
*/

:root {
  --bg: #f8f4ee;
  --paper: #efe8dc;
  --ivory: #fbf8f3;
  --gold: #b08d57;
  --gold-deep: #8d6a32;
  --ink: #1c1916;
  --charcoal: #2a241e;
  --noir: #12100e;
  --mute: #6e675e;
  --line: rgba(28, 25, 22, 0.12);
  --rose: #c4b0a2;
  --header-h: 76px;
  --topbar-h: 36px;
  --font-display: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}

body.nav-open,
body.lightbox-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

h1,
h2,
h3,
.logo-word,
.footer-logo,
.error-code,
blockquote {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.kicker-gold {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--ivory);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.btn:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
}

.btn-line {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-line:hover {
  background: var(--ink);
  color: var(--ivory);
}

.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(251, 248, 243, 0.45);
}

.btn-ghost:hover {
  background: var(--ivory);
  color: var(--ink);
  border-color: var(--ivory);
}

.btn-header {
  min-height: 42px;
  padding: 0 20px;
}

.btn-full {
  width: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

#projects,
#about,
#service,
#contact,
#philosophy {
  scroll-margin-top: 120px;
}

.topbar {
  height: var(--topbar-h);
  background: var(--noir);
  color: rgba(251, 248, 243, 0.78);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
}

.topbar a:hover {
  color: var(--gold);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(248, 244, 238, 0.92);
  color: var(--ink);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(18, 16, 14, 0.06);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.logo-mark {
  display: grid;
  place-items: center;
  color: var(--gold);
}

.logo-word {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.primary-nav {
  display: flex;
  justify-content: center;
}

.primary-nav ul {
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}

.primary-nav a.is-active,
.primary-nav a:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-mail {
  font-size: 13px;
  font-weight: 500;
  color: var(--mute);
}

.nav-mail:hover {
  color: var(--gold-deep);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.nav-toggle span:not(.screen-reader-text) {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }

.nav-toggle.is-open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.hero-split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: calc(100svh - var(--topbar-h) - var(--header-h));
  background: var(--ivory);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 48px 56px clamp(32px, 6vw, 80px);
}

.hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 500;
}

.hero-lead {
  max-width: 440px;
  margin: 0 0 32px;
  font-size: 17px;
  font-weight: 300;
  color: var(--mute);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 48px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-facts dt {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.hero-facts dd {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.hero-stage {
  position: relative;
  min-height: 560px;
  padding: 28px 28px 28px 0;
}

.hero-main {
  margin: 0;
  height: 100%;
  border-radius: 0 0 0 72px;
  overflow: hidden;
}

.hero-main img {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.hero-inset {
  position: absolute;
  left: -36px;
  bottom: 48px;
  width: min(220px, 32%);
  margin: 0;
  border: 8px solid var(--ivory);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(18, 16, 14, 0.18);
}

.hero-inset img {
  width: 100%;
  height: 260px;
}

.hero-badge {
  position: absolute;
  top: 48px;
  right: 48px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(251, 248, 243, 0.4);
  border-radius: 999px;
  background: rgba(18, 16, 14, 0.35);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.marquee {
  overflow: hidden;
  background: var(--ink);
  color: var(--gold);
  border-top: 1px solid rgba(176, 141, 87, 0.2);
  border-bottom: 1px solid rgba(176, 141, 87, 0.2);
}

.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 16px 0;
  animation: drift 28s linear infinite;
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.marquee-track span::after {
  content: " · ";
  color: rgba(251, 248, 243, 0.35);
}

@keyframes drift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.philosophy {
  padding: 108px 0 72px;
  text-align: center;
}

.philosophy-inner {
  max-width: 820px;
}

.philosophy blockquote {
  margin: 0 0 28px;
  font-size: clamp(32px, 4.4vw, 52px);
  font-style: italic;
  font-weight: 400;
}

.philosophy-lead {
  margin: 0 auto;
  max-width: 560px;
  color: var(--mute);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.stat-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
}

.stat-row span {
  color: var(--mute);
  font-size: 14px;
}

.lookbook {
  padding: 40px 0 108px;
}

.lookbook-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 40px;
}

.lookbook-head h2,
.atelier-copy h2,
.method-head h2,
.place-card h2,
.enquire-side h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--mute);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.pill.is-on,
.pill:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--ivory);
}

.lookbook-bands {
  display: grid;
  gap: 28px;
  margin-bottom: 28px;
}

.look-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  background: var(--ivory);
  border-radius: var(--radius);
  overflow: hidden;
  height: 480px;
}

.look-band.is-flip {
  grid-template-columns: 0.8fr 1.2fr;
}

.look-band.is-flip .look-photo {
  order: 2;
}

.look-band.is-hidden,
.look-tile.is-hidden {
  display: none;
}

.look-photo,
.look-tile button,
.gallery-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}

.look-photo {
  height: 480px;
  overflow: hidden;
}

.look-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 55%;
  transition: transform 0.8s var(--ease);
}

.look-photo:hover img,
.look-tile:hover img {
  transform: scale(1.05);
}

.look-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px;
}

.look-copy span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.look-copy h3 {
  margin: 10px 0 14px;
  font-size: 40px;
}

.look-copy p {
  margin: 0 0 18px;
  color: var(--mute);
}

.look-copy em {
  font-style: italic;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--charcoal);
}

.look-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.look-tile {
  overflow: hidden;
  border-radius: 14px;
  background: var(--charcoal);
  height: 300px;
}

.look-tile img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 55%;
  transition: transform 0.8s var(--ease);
}

.tile-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 20px;
  background: linear-gradient(transparent, rgba(18, 16, 14, 0.78));
  color: #fff;
  text-align: left;
}

.tile-meta span {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.tile-meta strong {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
}

.atelier {
  background: var(--noir);
  color: #f3ece3;
  padding: 108px 0 96px;
}

.atelier-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.atelier-collage {
  position: relative;
  min-height: 560px;
}

.atelier-collage img {
  object-fit: cover;
}

.collage-a {
  width: 72%;
  height: 420px;
  border-radius: 24px;
}

.collage-b {
  position: absolute;
  right: 0;
  top: 80px;
  width: 42%;
  height: 280px;
  border: 8px solid var(--noir);
  border-radius: 18px;
}

.collage-c {
  position: absolute;
  left: 18%;
  bottom: 0;
  width: 38%;
  height: 200px;
  border: 8px solid var(--noir);
  border-radius: 18px;
}

.atelier-copy p {
  color: rgba(243, 236, 227, 0.72);
}

.atelier-copy .btn {
  margin-top: 12px;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 80px;
}

.value-row img {
  width: 100%;
  height: 220px;
  margin-bottom: 18px;
  border-radius: 16px;
}

.value-row h3 {
  margin: 0 0 8px;
  font-size: 28px;
}

.value-row p {
  margin: 0;
  color: rgba(243, 236, 227, 0.68);
}

.method {
  padding: 108px 0;
  background: var(--paper);
}

.method-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.method-card {
  background: var(--ivory);
  border-radius: 18px;
  overflow: hidden;
  padding-bottom: 22px;
}

.method-card figure {
  position: relative;
  margin: 0 0 18px;
}

.method-card img {
  width: 100%;
  height: 180px;
}

.method-card figure span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: var(--font-display);
  font-size: 32px;
  color: #fff;
}

.method-card h3 {
  margin: 0 18px 8px;
  font-size: 26px;
}

.method-card p {
  margin: 0 18px;
  color: var(--mute);
  font-size: 14px;
}

.place {
  position: relative;
  min-height: 640px;
}

.place-map,
.place-map iframe {
  width: 100%;
  height: 640px;
  border: 0;
  display: block;
}

.place-card {
  position: absolute;
  left: max(24px, calc((100vw - 1180px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: min(420px, calc(100% - 48px));
  background: var(--ivory);
  padding: 36px 36px 32px;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(18, 16, 14, 0.18);
}

.place-card p {
  color: var(--mute);
}

.place-facts {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.place-facts span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.enquire {
  padding: 108px 0;
  background: var(--bg);
}

.enquire-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.enquire-side figure {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 18px 18px 4px 18px;
}

.enquire-side img {
  width: 100%;
  height: 280px;
}

.enquire-side > p:last-of-type {
  color: var(--mute);
  max-width: 380px;
}

.enquire-lines {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.enquire-lines span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.enquire-lines a:hover {
  color: var(--gold-deep);
}

.enquire-form {
  background: var(--ivory);
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--line);
}

.enquire-form h3 {
  margin: 0 0 8px;
  font-size: 36px;
}

.enquire-form > p {
  margin: 0 0 24px;
  color: var(--mute);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field label em {
  font-style: normal;
  font-weight: 400;
  color: var(--mute);
  letter-spacing: 0;
  text-transform: none;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  color: var(--ink);
  padding: 12px 14px;
  font-size: 15px;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.form-note {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: var(--gold-deep);
  font-size: 14px;
}

.site-footer {
  background: var(--noir);
  color: #d8d0c4;
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 0.8fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 32px;
  color: var(--ivory);
}

.footer-brand p {
  margin: 0;
  max-width: 320px;
  color: #8d877c;
}

.footer-nav,
.footer-reach,
.footer-hours {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-nav p,
.footer-reach p,
.footer-hours p {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-nav a:hover,
.footer-reach a:hover {
  color: var(--gold);
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  font-size: 13px;
  color: #8d877c;
}

.footer-base p {
  margin: 0;
}

.error-page {
  min-height: calc(100svh - 220px);
  display: grid;
  place-items: center;
  padding: 80px 0;
}

.error-inner {
  text-align: center;
}

.error-code {
  margin: 0;
  font-size: 96px;
  color: var(--gold);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: rgba(18, 16, 14, 0.94);
  color: #fff;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-stage {
  margin: 0;
  text-align: center;
}

.lightbox-stage img {
  max-height: 78vh;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.lightbox-stage figcaption {
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.85;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: var(--ivory);
  padding: 12px 18px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 210;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1200px) {
  .nav-mail {
    display: none;
  }

  .method-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .hero-split,
  .look-band,
  .look-band.is-flip,
  .look-mosaic,
  .atelier-layout,
  .stat-row,
  .value-row,
  .enquire-layout,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .look-band.is-flip .look-photo {
    order: 0;
  }

  .hero-inset {
    left: 16px;
  }

  .collage-a {
    height: 360px;
  }
}

@media (max-width: 860px) {
  .header-actions {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    background: var(--ivory);
    color: var(--ink);
    justify-content: flex-start;
    align-items: stretch;
    padding: 110px 28px 40px;
    transform: translateX(100%);
    transition: transform 0.4s var(--ease);
  }

  .primary-nav.is-open {
    transform: none;
  }

  .primary-nav ul {
    flex-direction: column;
    gap: 18px;
  }

  .primary-nav a {
    font-family: var(--font-display);
    font-size: 40px;
    text-transform: none;
    letter-spacing: -0.03em;
    color: var(--ink);
  }

  .hero-split,
  .lookbook-head,
  .look-band,
  .look-mosaic,
  .atelier-layout,
  .stat-row,
  .value-row,
  .method-grid,
  .enquire-layout,
  .form-row,
  .footer-grid,
  .footer-base {
    grid-template-columns: 1fr;
    display: grid;
  }

  .look-band {
    height: auto;
  }

  .hero-copy {
    padding: 48px 24px 32px;
  }

  .hero-stage {
    padding: 0 16px 24px;
  }

  .hero-main {
    border-radius: 24px;
  }

  .look-band,
  .look-photo,
  .look-photo img {
    height: 280px;
  }

  .hero-main img {
    min-height: 320px;
  }

  .hero-inset {
    width: 140px;
    left: 28px;
    bottom: 40px;
  }

  .hero-inset img {
    height: 170px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .topbar-inner {
    justify-content: space-between;
    font-size: 10px;
  }

  .topbar-inner span:nth-child(2) {
    display: none;
  }

  .look-copy {
    padding: 28px 24px 32px;
  }

  .atelier-collage {
    min-height: 420px;
  }

  .collage-a {
    width: 100%;
    height: 280px;
  }

  .collage-b,
  .collage-c {
    display: none;
  }

  .place-card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(1180px, calc(100% - 32px));
    margin: -80px auto 40px;
  }

  .place-map,
  .place-map iframe {
    height: 360px;
  }

  .enquire-form {
    padding: 28px;
  }

  .lightbox {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }

  .lightbox-prev,
  .lightbox-next {
    position: absolute;
    bottom: 18px;
  }

  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
}

@media (max-width: 560px) {
  .container,
  .header-inner,
  .topbar-inner {
    width: min(100% - 28px, 1180px);
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .philosophy,
  .method,
  .enquire,
  .atelier {
    padding: 72px 0;
  }

  .look-tile,
  .look-tile img {
    height: 240px;
  }
}
