:root {
  color-scheme: dark;
  --black: #050403;
  --panel: #090706;
  --paper: #f4eadc;
  --muted: #cdbba7;
  --gold: #c99b56;
  --gold-bright: #e0bd7a;
  --line: rgba(224, 189, 122, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  background: #030303;
}

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 26% 42%, rgba(201, 155, 86, 0.2), transparent 34rem),
    linear-gradient(135deg, #020202, #0c0805 58%, #160f09);
  color: var(--paper);
  font-family: Optima, Candara, "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(16px, 2.2vw, 34px);
}

.poster {
  width: min(1100px, 100%);
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: var(--black);
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.66);
}

.poster::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 5;
  border: 1px solid var(--line);
  pointer-events: none;
}

.photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-height: 780px;
  margin: 0;
  overflow: hidden;
  background: #080604;
}

.photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.02) 0%, rgba(5, 4, 3, 0.1) 30%, rgba(5, 4, 3, 0.56) 54%, rgba(5, 4, 3, 0.94) 76%, #050403 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.28));
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: none;
}

.content {
  min-width: 0;
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(74%, 760px);
  display: grid;
  align-content: start;
  gap: clamp(12px, 1.6vh, 18px);
  padding: clamp(48px, 4vw, 62px) clamp(42px, 4.2vw, 60px) clamp(38px, 4.2vw, 58px);
  overflow: hidden;
  text-align: center;
  background: linear-gradient(90deg, rgba(5, 4, 3, 0), rgba(5, 4, 3, 0.22) 30%, rgba(9, 7, 6, 0.66) 100%);
}

.masthead,
.sale,
.visit,
.hours,
.contact,
footer {
  width: min(100%, 510px);
  margin-inline: auto;
}

.masthead {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.masthead p,
.masthead span,
.masthead small,
.label {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.masthead p {
  font-size: clamp(17px, 1.35vw, 24px);
}

.masthead strong {
  max-width: 100%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.8vw, 72px);
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.masthead span {
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: clamp(12px, 1.05vw, 16px);
}

.masthead small {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(13px, 1.05vw, 16px);
}

.masthead small::before,
.masthead small::after,
.contact::before,
.visit::before {
  content: "";
  width: 64px;
  height: 1px;
  background: var(--line);
}

.sale h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 4.9vw, 66px);
  line-height: 0.9;
  text-transform: uppercase;
}

.sale h1 span {
  display: block;
}

.sale h1 span:last-child {
  color: var(--gold);
}

.script {
  margin: 12px 0 8px;
  color: #d0b49a;
  font-family: "Snell Roundhand", "Apple Chancery", "Segoe Script", cursive;
  font-size: clamp(36px, 3.7vw, 48px);
  line-height: 1;
}

.offer {
  margin: 0;
  color: var(--paper);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.35;
  text-transform: uppercase;
}

.offer strong,
.hours h2,
.phone span,
.closed strong {
  color: var(--gold);
}

.visit {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding-top: clamp(10px, 1.3vh, 14px);
}

.visit::before {
  width: 100%;
}

h2,
p,
dl {
  margin-top: 0;
}

.label,
.hours h2,
.phone span,
.closed strong {
  font-size: clamp(12px, 1vw, 15px);
  text-transform: uppercase;
}

.visit h2 {
  margin: 0;
  font-size: clamp(17px, 1.4vw, 21px);
}

address {
  font-style: normal;
  line-height: 1.24;
}

.hint {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}

.hours h2 {
  margin-bottom: 8px;
}

.hours dl {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.hours div {
  display: grid;
  justify-items: center;
  gap: 2px;
  text-align: center;
  font-size: 14px;
}

dt {
  color: var(--paper);
}

dd {
  margin: 0;
}

.contact {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.contact::before {
  width: 100%;
}

.phone,
.route {
  text-decoration: none;
}

.phone {
  display: grid;
  gap: 2px;
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 800;
}

.phone span {
  font-size: 0.68em;
}

.route {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid var(--line);
  color: var(--gold-bright);
  font-weight: 800;
}

.phone:focus-visible,
.route:focus-visible,
.phone:hover,
.route:hover {
  outline: 2px solid rgba(224, 189, 122, 0.5);
  outline-offset: 4px;
}

.closed {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
}

footer {
  color: var(--muted);
}

footer p {
  margin-bottom: 2px;
  color: #cdb39b;
  font-family: "Snell Roundhand", "Apple Chancery", "Segoe Script", cursive;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

footer span {
  font-size: clamp(10px, 0.9vw, 13px);
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .page {
    padding: 0;
  }

  .poster {
    width: 100%;
    min-height: 100svh;
    display: block;
    border: 0;
    box-shadow: none;
  }

  .poster::before {
    inset: 10px;
  }

  .photo {
    position: relative;
    width: 100%;
    height: clamp(560px, 68svh, 640px);
    min-height: 0;
    background-image: url("assets/HG_Bild_Clean4.jpg");
    background-repeat: no-repeat;
    background-size: clamp(720px, 192vw, 900px) auto;
    background-position: left -350px;
  }

  .photo::after {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.02) 0%, rgba(5, 4, 3, 0.1) 42%, rgba(5, 4, 3, 0.74) 78%, #050403 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.06), rgba(5, 4, 3, 0.24));
  }

  .photo img {
    opacity: 0;
    transform: none;
  }

  .content {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    gap: 24px;
    margin-top: -290px;
    padding: 70px 24px 44px;
    background: linear-gradient(180deg, rgba(5, 4, 3, 0) 0%, rgba(5, 4, 3, 0.82) 106px, #050403 240px);
  }

  .masthead,
  .sale,
  .visit,
  .hours,
  .contact,
  footer {
    width: min(100%, 520px);
  }

  .masthead strong {
    font-size: clamp(40px, 11vw, 52px);
  }

  .masthead span {
    font-size: clamp(9px, 2.35vw, 11px);
  }

  .sale {
    padding-top: 2px;
  }

  .sale h1 {
    font-size: clamp(34px, 9.2vw, 44px);
  }

  .script {
    font-size: clamp(31px, 8.4vw, 42px);
  }

  .offer {
    font-size: clamp(15px, 4.1vw, 18px);
  }

  .visit,
  .hours,
  .contact {
    padding-top: 16px;
  }

  .hours div {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2px;
    text-align: center;
    font-size: 16px;
  }

  .route {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .photo {
    height: 560px;
  }

  .content {
    margin-top: -270px;
    padding: 64px 20px 40px;
  }

  .masthead strong {
    font-size: clamp(38px, 10.5vw, 48px);
  }

  .sale h1 {
    font-size: clamp(32px, 8.8vw, 40px);
  }

  .hours div {
    grid-template-columns: 1fr;
    gap: 2px;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .masthead strong {
    font-size: 48px;
  }

  .sale h1 {
    font-size: 40px;
  }

  .offer {
    font-size: 17px;
  }
}
