/*
Theme Name: Loumou Construction
Theme URI: https://loumou.com/
Author: Loumou
Description: Theme temporaire pour afficher une page de preparation pendant la finalisation du site Loumou.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: loumou-construction
*/

:root {
  --lh-orange: #d4622a;
  --lh-ink: #1a1612;
  --lh-cream: #fff8ea;
  --lh-sand: #f5f0e8;
  --lh-muted: #6e625a;
  --lh-line: rgba(26, 22, 18, .12);
  --lh-white: #fffdf9;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--lh-ink);
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 98, 42, .10), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #fff8ea 46%, #f5f0e8 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.loumou-hold {
  min-height: 100vh;
  overflow: hidden;
}

.loumou-hold__wrap {
  width: min(1160px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 42px;
  align-items: center;
  padding: 34px 0;
}

.loumou-hold__brand {
  width: min(240px, 68vw);
  display: block;
  margin-bottom: 34px;
}

.loumou-hold__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 9px 14px;
  border: 1px solid var(--lh-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--lh-orange);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.loumou-hold__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lh-orange);
  box-shadow: 0 0 0 6px rgba(212, 98, 42, .13);
  flex: 0 0 auto;
}

.loumou-hold h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 750;
}

.loumou-hold__lead {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--lh-muted);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}

.loumou-hold__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 30px;
}

.loumou-hold__btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1.15;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.loumou-hold__btn:hover {
  transform: translateY(-2px);
}

.loumou-hold__btn--primary {
  color: white;
  background: var(--lh-orange);
  box-shadow: 0 14px 30px rgba(212, 98, 42, .24);
}

.loumou-hold__btn--ghost {
  color: var(--lh-ink);
  background: rgba(255, 255, 255, .86);
  border-color: var(--lh-line);
}

.loumou-hold__checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.loumou-hold__check {
  min-height: 88px;
  padding: 15px;
  border: 1px solid var(--lh-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.loumou-hold__check strong,
.loumou-hold__check span {
  display: block;
}

.loumou-hold__check strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.loumou-hold__check span {
  color: var(--lh-muted);
  font-size: 13px;
  line-height: 1.35;
}

.loumou-hold__panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 70px rgba(26, 22, 18, .13);
  backdrop-filter: blur(12px);
  padding: clamp(22px, 3.5vw, 36px);
}

.loumou-hold__panel::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 45%, rgba(212, 98, 42, .16) 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(212, 98, 42, .16) 45% 55%, transparent 55%);
  opacity: .9;
}

.loumou-hold__panel-title {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}

.loumou-hold__panel-text {
  margin: 0 0 24px;
  color: var(--lh-muted);
  font-size: 16px;
  line-height: 1.55;
}

.loumou-hold__steps {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
}

.loumou-hold__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--lh-line);
  border-radius: 8px;
  background: rgba(255, 248, 234, .72);
}

.loumou-hold__step-number {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lh-ink);
  color: white;
  font-weight: 800;
}

.loumou-hold__step strong,
.loumou-hold__step span {
  display: block;
}

.loumou-hold__step strong {
  margin: 1px 0 3px;
  font-size: 15px;
}

.loumou-hold__step span {
  color: var(--lh-muted);
  font-size: 13px;
  line-height: 1.4;
}

.loumou-hold__note {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--lh-orange);
  border-radius: 8px;
  background: var(--lh-white);
  color: var(--lh-muted);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .loumou-hold__wrap {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
    padding: 28px 0;
  }

  .loumou-hold__brand {
    margin-bottom: 28px;
  }

  .loumou-hold__checks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .loumou-hold {
    min-height: auto;
  }

  .loumou-hold__wrap {
    min-height: auto;
    width: min(100% - 24px, 1160px);
  }

  .loumou-hold h1 {
    font-size: 38px;
  }

  .loumou-hold__actions,
  .loumou-hold__btn {
    width: 100%;
  }

  .loumou-hold__panel {
    padding: 20px;
  }
}
