@font-face {
  font-family: "Studio Sans";
  src: local("Avenir Next"), local("Avenir"), local("Century Gothic"),
       local("Futura"), local("Trebuchet MS");
  font-display: swap;
}

:root {
  --burgundy: #8f1018;
  --burgundy-dark: #6d0c12;
  --graphite: #5d5d60;
  --text: #343438;
  --muted: #737378;
  --surface: #ffffff;
  --canvas: #f3f1ee;
  --line: rgba(52, 52, 56, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--canvas);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 10%, rgba(143, 16, 24, 0.08), transparent 24rem),
    linear-gradient(135deg, #faf9f7 0%, #eeebe7 100%);
  font-family: "Studio Sans", "Trebuchet MS", Arial, sans-serif;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
}

.maintenance-card {
  width: min(1180px, 100%);
  min-height: min(760px, calc(100vh - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(52, 52, 56, 0.08);
  border-radius: 4px;
  box-shadow: 0 28px 80px rgba(33, 28, 29, 0.14);
}

.content-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(38px, 6vw, 80px);
}

.brand {
  width: min(390px, 82%);
  display: inline-block;
  margin-bottom: clamp(50px, 9vh, 96px);
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.25rem, 4.8vw, 4.7rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.intro {
  max-width: 670px;
  margin: 26px 0 32px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.contact-list {
  display: grid;
  gap: 12px;
  max-width: 620px;
}

.contact-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 12px 16px;
  text-decoration: none;
  border: 1px solid var(--line);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-item:hover,
.contact-item:focus-visible {
  transform: translateX(4px);
  border-color: rgba(143, 16, 24, 0.38);
  background: rgba(143, 16, 24, 0.035);
  outline: none;
}

.icon-wrap {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--burgundy);
}

.icon-wrap img {
  width: 21px;
  height: 21px;
}

.contact-item span:last-child {
  min-width: 0;
}

.contact-item small,
.contact-item strong {
  display: block;
}

.contact-item small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-item strong {
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 500;
}

address {
  margin-top: 27px;
  color: var(--graphite);
  font-style: normal;
  line-height: 1.7;
}

.opening-hours {
  max-width: 620px;
  display: grid;
  gap: 9px;
  margin-top: 27px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.opening-hours > span {
  margin-bottom: 4px;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.opening-hours div {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 12px;
}

.opening-hours strong {
  font-weight: 600;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 46px;
  color: var(--muted);
  font-size: 0.85rem;
}

footer nav {
  display: flex;
  gap: 20px;
}

footer a {
  text-underline-offset: 4px;
}

.visual-panel {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.07), transparent 38%),
    linear-gradient(160deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
}

.visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255,255,255,0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.lens {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    inset 0 0 0 24px rgba(255,255,255,0.035),
    inset 0 0 0 72px rgba(0,0,0,0.04);
}

.lens-one {
  width: 430px;
  aspect-ratio: 1;
  top: -140px;
  right: -155px;
}

.lens-two {
  width: 230px;
  aspect-ratio: 1;
  right: 58px;
  bottom: 130px;
}

.giant-four {
  position: absolute;
  right: -18px;
  top: 14%;
  color: rgba(255,255,255,0.10);
  font-family: "Studio Sans", Arial, sans-serif;
  font-size: clamp(23rem, 39vw, 39rem);
  font-weight: 300;
  line-height: 0.75;
  letter-spacing: -0.16em;
}

.visual-copy {
  position: absolute;
  left: clamp(34px, 5vw, 70px);
  bottom: clamp(42px, 7vw, 80px);
  z-index: 2;
}

.visual-copy span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.visual-copy strong {
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

@media (max-width: 900px) {
  .maintenance-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .visual-panel {
    min-height: 360px;
    order: -1;
  }

  .brand {
    margin-bottom: 48px;
  }

  .giant-four {
    top: 2%;
    right: -8px;
    font-size: 27rem;
  }
}

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

  .maintenance-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .visual-panel {
    min-height: 290px;
  }

  .visual-copy {
    left: 26px;
    bottom: 30px;
  }

  .content-panel {
    padding: 34px 24px 30px;
  }

  .brand {
    width: min(320px, 94%);
    margin-bottom: 42px;
  }

  .contact-item {
    align-items: flex-start;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .maintenance-card {
    animation: reveal 650ms ease-out both;
  }

  @keyframes reveal {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
