/* Supplied-design preservation: DESIGN_VARIANCE 5 / MOTION_INTENSITY 4 /
   VISUAL_DENSITY 3. Native CSS, original dark theme and font pairing.
   Small company section adds an offset brand mark; no new animation.
   Shape rule: squared surfaces, text links, original round identity artwork.
   Layers: natural source order, keyboard skip link 2. */
:root {
  --content-max-width: 1280px;
  --page-gutter: clamp(28px, 5vw, 64px);
  --brand-accent: #E1573F;
  --text: #F4F3EF;
  --muted: #B5B6B5;
  --serif: 'benton-modern-text', 'Benton Modern Text', Georgia, serif;
  --sans: 'interstate', sans-serif;
}
  html, body { margin:0; padding:0; background:#1C1C1C; color-scheme:dark; }
  html { scroll-padding-top: 28px; }
  body { font-family: var(--serif); color: var(--text); }
  * { box-sizing: border-box; }
  a { color:#E1573F; text-decoration:none; }
  a:hover { color:#F0836F; }
  @keyframes pulseDot { 0%,100% { opacity:.35; transform:scale(.8);} 50% { opacity:1; transform:scale(1);} }

.maintenance-page {
  position:relative;
  min-height:100vh;
  min-height:100dvh;
  width:100%;
  overflow:hidden;
  background:#1C1C1C;
  font-family:'benton-modern-text','Benton Modern Text',Georgia,serif;
}

.background-video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.background-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(20,22,26,0.78) 0%, rgba(20,22,26,0.86) 55%, rgba(20,22,26,0.94) 100%);
}

/* Shared foreground edges; the video and section backgrounds remain full bleed. */
.page-content,
.about-inner,
.site-footer {
  width: calc(100% - var(--page-gutter) * 2);
  max-width: var(--content-max-width);
  margin-inline: auto;
}

.page-content {
  position:relative;
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:var(--page-gutter) 0;
}

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-home { flex-shrink: 0; }
.main-nav { display: flex; align-items: center; gap: 36px; font: 500 14px/1.3 var(--sans); }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--text); white-space: nowrap; }
.main-nav a:hover { color: #F0836F; }
.main-nav .nav-contact { border-bottom: 1px solid var(--brand-accent); }

.brand-logo {
  height:clamp(38px,5vw,56px);
  width:auto;
  display:block;
}

.main-content {
  max-width:760px;
  padding:clamp(24px,4vh,56px) 0;
}

.maintenance-status {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:clamp(20px,3vh,30px);
}

.status-dot {
  width:8px;
  height:8px;
  border-radius:50%;
  background:#E1573F;
  animation:pulseDot 2s ease-in-out infinite;
}

.status-label {
  font-family:'interstate',sans-serif;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#E1573F;
  font-weight:700;
}

.headline {
  margin:0 0 clamp(18px,3vh,26px);
  font-family:'interstate',sans-serif;
  font-weight:800;
  font-size:clamp(34px,6vw,64px);
  line-height:1.02;
  color:#FFFFFF;
  letter-spacing:-0.04em;
  text-wrap:pretty;
}

.notice {
  margin:0 0 18px;
  font-size:clamp(16px,1.6vw,20px);
  line-height:1.6;
  color:rgba(255,255,255,0.88);
  font-weight:300;
  max-width:60ch;
  text-wrap:pretty;
}

.notice-secondary {
  margin:0;
  font-size:clamp(16px,1.6vw,20px);
  line-height:1.6;
  color:rgba(255,255,255,0.88);
  font-weight:300;
  max-width:60ch;
  text-wrap:pretty;
}

.contact-details {
  display:flex;
  flex-wrap:wrap;
  gap:clamp(20px,4vw,56px);
  margin-top:clamp(28px,4vh,40px);
  padding-top:clamp(24px,3vh,32px);
  border-top:1px solid rgba(255,255,255,0.14);
}

.office-label {
  font-family:'interstate',sans-serif;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.5);
  font-weight:700;
  margin-bottom:8px;
}

.office-address {
  font-size:16px;
  line-height:1.55;
  color:rgba(255,255,255,0.9);
  font-weight:300;
  max-width:34ch;
}

.phone-label {
  font-family:'interstate',sans-serif;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.5);
  font-weight:700;
  margin-bottom:8px;
}

.phone-link {
  display:inline-flex;
  align-items:center;
  font-family:'interstate',sans-serif;
  font-size:19px;
  font-weight:700;
  letter-spacing:-0.01em;
  color:#E1573F;
  min-height:44px;
}

.hero-footer {
  display:flex;
  flex-wrap:wrap;
  gap:12px 32px;
  justify-content:space-between;
  align-items:baseline;
  border-top:1px solid rgba(255,255,255,0.14);
  padding-top:22px;
}

.footer-brand {
  font-size:14px;
  color:rgba(255,255,255,0.62);
  font-weight:300;
}

.footer-note {
  font-size:14px;
  color:rgba(255,255,255,0.62);
  font-weight:300;
}

.about-section { padding: 76px 0 72px; background: #1C1C1C; }
.about-inner { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(250px, 1fr); align-items: start; gap: clamp(40px, 7vw, 112px); }
.about-story { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: start; gap: 28px; }
.about-mark { width: 72px; height: 72px; margin-top: 4px; }
.about-copy h2 { margin: 0 0 24px; max-width: 17ch; color: var(--text); font: 700 clamp(32px, 3.2vw, 46px)/1.08 var(--sans); letter-spacing: -.035em; }
.brand-accent { color: var(--brand-accent); }
.about-copy p { margin: 0 0 14px; max-width: 53ch; color: var(--muted); font-size: 17px; line-height: 1.65; }
.about-copy p:last-child { margin-bottom: 0; }
.about-contact { padding-top: 5px; }
.about-contact h3 { margin: 0 0 18px; font: 500 16px/1.4 var(--sans); color: var(--text); }
.about-contact p { margin: 0 0 20px; max-width: 27ch; color: var(--muted); font-size: 17px; line-height: 1.65; }
.email-link { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 1px solid #754337; color: var(--text); font: 500 clamp(20px, 2.2vw, 28px)/1.3 var(--sans); letter-spacing: -.02em; }
.email-link:hover { border-bottom-color: var(--brand-accent); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 22px; border-top: 1px solid #363838; color: var(--muted); font: 400 13px/1.5 var(--sans); }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; color: var(--text); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #754337; }
.site-footer a:hover { color: #F0836F; }
.skip-link { position: absolute; top: 16px; left: 16px; z-index: 2; transform: translateY(-200%); padding: 12px 16px; background: #1C1C1C; color: var(--text); font-family: var(--sans); }
.skip-link:focus { transform: none; }

a:focus-visible { outline: 2px solid #F0836F; outline-offset: 5px; }
@media (max-width: 767px) {
  .contact-details { flex-direction: column; }
  .main-nav { gap: 18px; font-size: 13px; }
  .about-section { padding-block: 48px 42px; }
  .about-inner { grid-template-columns: 1fr; gap: 32px; }
  .about-story { grid-template-columns: 52px minmax(0, 1fr); gap: 20px; }
  .about-mark { width: 52px; height: 52px; }
  .about-copy h2 { margin-bottom: 20px; }
  .about-contact { margin-left: 72px; padding-top: 26px; border-top: 1px solid #363838; }
  .about-contact p { max-width: 32ch; margin-bottom: 12px; }
  .about-contact h3 { margin-bottom: 12px; }
  .email-link { font-size: 22px; }
  .site-footer { font-size: 12px; gap: 16px; }
}
@media (max-width: 479px) {
  .main-nav { gap: 16px; }
  .main-nav .nav-contact { display: none; }
  .about-story { grid-template-columns: 1fr; gap: 20px; }
  .about-contact { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .maintenance-page { background: #1C1C1C url('/assets/poster.webp') center / cover no-repeat; }
  .background-video { display: none; }
  .status-dot { animation: none; }
}
