/*
Theme Name: Stadtbergen Exposé
Theme URI: https://wohnung-stadtbergen.hollstein.one/
Author: Individuelle Objektvermarktung
Description: Hochwertiges Single-Property-Theme für den Verkauf einer modernisierten Eigentumswohnung in Stadtbergen.
Version: 1.0.1
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: stadtbergen-expose
*/

:root {
  --ink: #152321;
  --ink-soft: #41504d;
  --forest: #123f39;
  --forest-2: #1f5d54;
  --sage: #dbe9e4;
  --sage-2: #edf4f1;
  --sand: #f5efe5;
  --paper: #fbfaf7;
  --white: #ffffff;
  --terracotta: #ca6748;
  --gold: #d7aa5f;
  --line: #d8dfdc;
  --shadow: 0 24px 70px rgba(22, 47, 43, 0.14);
  --radius: 1.4rem;
  --wrap: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--forest);
  border-radius: .5rem;
}

.site-shell { width: var(--wrap); margin-inline: auto; }
.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 250, 247, .92);
  box-shadow: 0 12px 32px rgba(18, 44, 40, .1);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(18, 63, 57, .08);
}
.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 78px;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 800; letter-spacing: -.03em; }
.brand__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: .72rem;
  letter-spacing: .08em;
}
.brand__text { display: grid; line-height: 1.05; }
.brand__text small { margin-top: .25rem; font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.5vw, 2rem); }
.main-nav a { position: relative; font-size: .88rem; font-weight: 650; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.35rem;
  height: 2px;
  background: var(--terracotta);
  transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.2rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--terracotta);
  font-size: .82rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(202, 103, 72, .24);
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(940px, 100svh);
  overflow: hidden;
  color: var(--white);
  background: var(--forest);
}
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.hero__shade {
  background:
    linear-gradient(90deg, rgba(9, 35, 31, .92) 0%, rgba(9, 35, 31, .72) 43%, rgba(9, 35, 31, .25) 75%),
    linear-gradient(0deg, rgba(9, 35, 31, .82) 0%, transparent 48%);
}
.hero__content { position: relative; z-index: 1; padding: 160px 0 132px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1.15rem;
  color: var(--terracotta);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #f2a083; }
.hero h1 {
  max-width: 840px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero__lead { max-width: 680px; margin: 1.55rem 0 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .75rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(202,103,72,.25); }
.button--ghost { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button--light { color: var(--forest); background: var(--white); }
.hero__facts {
  position: absolute;
  z-index: 2;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(135px, 1fr));
  width: min(430px, calc(100vw - 40px));
  color: var(--ink);
  background: var(--sand);
  border-radius: var(--radius) var(--radius) 0 0;
  box-shadow: var(--shadow);
}
.hero-fact { padding: 1.35rem 1.5rem; border-right: 1px solid rgba(18,63,57,.12); border-bottom: 1px solid rgba(18,63,57,.12); }
.hero-fact:nth-child(even) { border-right: 0; }
.hero-fact:nth-last-child(-n+2) { border-bottom: 0; }
.hero-fact strong { display: block; color: var(--forest); font-size: 1.35rem; line-height: 1.1; }
.hero-fact span { display: block; margin-top: .35rem; color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: clamp(5rem, 10vw, 8rem) 0; }
.section--sage { background: var(--sage-2); }
.section--dark { color: var(--white); background: var(--forest); }
.section--sand { background: var(--sand); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-head h2, .detail-copy h2, .contact-copy h2, .investment-copy h2 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.section--dark h2, .section--dark .eyebrow { color: var(--white); }
.section-head p { margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.section--dark .section-head p { color: rgba(255,255,255,.72); }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.intro-copy > p { max-width: 780px; margin: 1.5rem 0 0; color: var(--ink-soft); font-size: 1.16rem; }
.object-note { padding: 1rem 1.1rem; border-left: 4px solid var(--terracotta); background: var(--sand); font-size: .9rem !important; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2.2rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: .75rem; padding: .9rem 1rem; background: var(--white); border: 1px solid var(--line); border-radius: .9rem; font-weight: 750; }
.feature-list li::before { content: "✓"; display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; color: var(--white); background: var(--forest-2); font-size: .8rem; }
.price-card { position: sticky; top: 110px; padding: 2rem; color: var(--white); background: var(--forest); border-radius: var(--radius); box-shadow: var(--shadow); }
.price-card__label { color: #b8d1cb; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.price-card__price { display: block; margin-top: .55rem; font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.05em; }
.price-card__meta { margin: 1rem 0 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.74); font-size: .9rem; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: repeat(2, 270px); gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; border: 0; border-radius: 1.1rem; padding: 0; background: var(--forest); cursor: zoom-in; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); }
.gallery-item__label { position: absolute; left: .85rem; bottom: .85rem; padding: .42rem .7rem; border-radius: 999px; color: var(--white); background: rgba(9,35,31,.72); font-size: .72rem; font-weight: 800; backdrop-filter: blur(10px); }

.details-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.detail-copy { position: sticky; top: 120px; }
.detail-copy p { margin: 1.5rem 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.renovation-list { display: grid; gap: .8rem; }
.renovation-item { display: grid; grid-template-columns: 52px 1fr; gap: 1.1rem; padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.renovation-item__num { display: grid; place-items: center; width: 52px; height: 52px; color: var(--forest); background: var(--sage); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.renovation-item h3 { margin: 0; color: var(--forest); font-size: 1.05rem; }
.renovation-item p { margin: .35rem 0 0; color: var(--ink-soft); font-size: .92rem; }
.investment-proof { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: 1.15rem 1.35rem; color: var(--white); background: var(--terracotta); border-radius: 1rem; }
.investment-proof strong { font-size: 1.15rem; }
.investment-proof span { font-size: .8rem; opacity: .85; }

.plan-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: clamp(2.5rem, 7vw, 5rem); align-items: center; }
.plan-card { padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.plan-card img { width: 100%; border-radius: .8rem; filter: contrast(1.04); }
.plan-card figcaption { padding: .8rem .25rem .15rem; color: var(--ink-soft); font-size: .75rem; }
.plan-copy h2 { margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.room-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.room-list li { padding: .85rem 1rem; background: var(--white); border-radius: .8rem; box-shadow: inset 0 0 0 1px var(--line); }
.room-list strong { display: block; color: var(--forest); }
.room-list span { color: var(--ink-soft); font-size: .78rem; }

.location-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.location-copy h2 { margin: 0; color: var(--white); font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.location-copy p { color: rgba(255,255,255,.72); }
.location-address { display: inline-flex; margin-top: 1rem; padding: .6rem .9rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-weight: 750; }
.location-board { position: relative; min-height: 460px; overflow: hidden; background: #dce7e3; border-radius: var(--radius); }
.location-board::before, .location-board::after { content: ""; position: absolute; inset: -30%; background: repeating-linear-gradient(34deg, transparent 0 62px, rgba(18,63,57,.14) 63px 66px); transform: rotate(-5deg); }
.location-board::after { background: repeating-linear-gradient(112deg, transparent 0 96px, rgba(18,63,57,.11) 97px 100px); transform: rotate(7deg); }
.location-pin { position: absolute; z-index: 2; display: grid; place-items: center; width: 94px; height: 94px; border: 12px solid rgba(255,255,255,.85); border-radius: 50% 50% 50% 0; color: var(--white); background: var(--terracotta); box-shadow: var(--shadow); transform: rotate(-45deg); }
.location-pin span { transform: rotate(45deg); font-weight: 900; }
.location-pin--home { left: 43%; top: 36%; }
.location-chip { position: absolute; z-index: 3; padding: .7rem .9rem; border-radius: .8rem; color: var(--forest); background: rgba(255,255,255,.93); box-shadow: 0 12px 26px rgba(18,63,57,.12); font-size: .78rem; font-weight: 800; }
.location-chip--one { left: 9%; top: 13%; }
.location-chip--two { right: 8%; top: 21%; }
.location-chip--three { left: 12%; bottom: 12%; }
.location-chip--four { right: 10%; bottom: 13%; }

.investment-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.investment-section { padding-top: 0; }
.investment-copy p { max-width: 660px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.metric { padding: 1.5rem; border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; background: rgba(255,255,255,.06); }
.metric strong { display: block; color: var(--white); font-family: Georgia, serif; font-size: 2.2rem; line-height: 1; }
.metric span { display: block; margin-top: .65rem; color: #b8d1cb; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.docs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.doc-card { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.doc-card__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: .8rem; color: var(--forest); background: var(--sage); font-weight: 900; }
.doc-card h3 { margin: 1.1rem 0 .35rem; color: var(--forest); font-size: 1.05rem; }
.doc-card p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.faq-wrap { max-width: 980px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; color: var(--forest); font-size: 1.05rem; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .2rem; top: 1.05rem; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--forest); background: var(--sage); font-size: 1.35rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 780px; margin: -.25rem 0 1.4rem; color: var(--ink-soft); }

.contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-copy { position: sticky; top: 115px; }
.contact-copy p { color: var(--ink-soft); font-size: 1.05rem; }
.contact-points { display: grid; gap: .7rem; margin-top: 1.5rem; }
.contact-point { display: flex; gap: .75rem; align-items: flex-start; }
.contact-point b { color: var(--forest); }
.contact-card { padding: clamp(1.35rem, 4vw, 2.5rem); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--forest); font-size: .78rem; font-weight: 850; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #cbd6d2;
  border-radius: .75rem;
  padding: .85rem .9rem;
  color: var(--ink);
  background: var(--paper);
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-2); box-shadow: 0 0 0 4px rgba(31,93,84,.12); }
.check-field { display: flex; align-items: flex-start; gap: .65rem; color: var(--ink-soft); font-size: .78rem; }
.check-field input { margin-top: .25rem; accent-color: var(--forest); }
.form-note { margin: .8rem 0 0; color: var(--ink-soft); font-size: .72rem; }
.form-status { margin-bottom: 1rem; padding: .85rem 1rem; border-radius: .75rem; font-weight: 750; }
.form-status--success { color: #155c42; background: #dcf2e7; }
.form-status--error { color: #7a3024; background: #f9e3dc; }
.hp-field { position: absolute !important; left: -9999px !important; }

.site-footer { color: rgba(255,255,255,.75); background: #0c302c; }
.site-footer__top { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: 4.5rem 0 3rem; }
.site-footer h2 { max-width: 700px; margin: 0; color: var(--white); font-family: Georgia, serif; font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.14); font-size: .75rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }

.legal-page { min-height: 70vh; padding: 140px 0 6rem; }
.legal-page article { max-width: 840px; }
.legal-page h1 { color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 500; }
.legal-page h2 { margin-top: 2.2rem; color: var(--forest); }
.legal-notice { padding: 1rem; border-left: 4px solid var(--terracotta); background: var(--sand); }

.lightbox { position: fixed; z-index: 3000; inset: 0; display: none; place-items: center; padding: 4vw; background: rgba(5, 20, 18, .94); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 84vh; border-radius: 1rem; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.lightbox__close { position: absolute; top: 1.5rem; right: 1.5rem; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); font-size: 1.4rem; cursor: pointer; }
.mobile-contact { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { display: none; position: fixed; inset: 78px 0 auto; padding: 1rem 20px 1.5rem; flex-direction: column; color: var(--ink); background: var(--paper); box-shadow: 0 18px 35px rgba(18,63,57,.12); }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .hero__facts { right: 20px; }
  .intro-grid, .details-grid, .plan-grid, .location-grid, .investment-grid, .contact-grid { grid-template-columns: 1fr; }
  .price-card, .detail-copy, .contact-copy { position: static; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 230px 230px; }
  .gallery-item:first-child { grid-column: 1 / -1; grid-row: auto; }
  .docs-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .site-header__inner { min-height: 68px; }
  .brand__text { font-size: .9rem; }
  .hero { min-height: 860px; }
  .hero__content { padding: 125px 0 270px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .hero__facts { left: 14px; right: 14px; width: auto; }
  .hero-fact { padding: 1.05rem; }
  .hero-fact strong { font-size: 1.1rem; }
  .section { padding: 4.5rem 0; }
  .feature-list, .room-list, .metric-grid, .form-grid, .docs-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 320px repeat(4, 240px); }
  .gallery-item:first-child { grid-column: auto; }
  .location-board { min-height: 400px; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; padding-bottom: 5.8rem; }
  .mobile-contact { position: fixed; z-index: 1200; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .8rem .9rem .8rem 1rem; color: var(--white); background: rgba(18,63,57,.96); border-radius: 999px; box-shadow: 0 16px 40px rgba(18,63,57,.28); backdrop-filter: blur(12px); }
  .mobile-contact span { font-size: .75rem; font-weight: 800; }
  .mobile-contact .button { min-height: 40px; padding: .45rem .9rem; font-size: .75rem; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .main-nav { top: 114px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
