:root {
  --ink: #382b22;
  --paper: #efe4cf;
  --paper-light: #f9f0de;
  --red: #9b3d27;
  --green: #5b7045;
  --muted: #705e4f;
  --line: rgba(56, 43, 34, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(56, 43, 34, 0.06) 0.8px, transparent 0.8px);
  background-size: 7px 7px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 16px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 3px double var(--line);
  background: rgba(239, 228, 207, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  position: relative;
  flex: 0 0 38px;
  border: 2px solid var(--ink);
  border-radius: 3px;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  background: var(--red);
}

.brand-mark::before {
  width: 3px;
  height: 23px;
}

.brand-mark::after {
  width: 16px;
  height: 3px;
  top: 43%;
}

main {
  flex: 1;
}

.coming-soon {
  min-height: min(690px, calc(100vh - 169px));
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(70px, 10vw, 135px) 24px;
}

.coming-soon::before {
  content: "✝";
  position: absolute;
  z-index: -2;
  right: clamp(-60px, 3vw, 65px);
  top: 50%;
  transform: translateY(-51%);
  color: rgba(56, 43, 34, 0.045);
  font-size: clamp(360px, 58vw, 760px);
  line-height: 0.75;
}

.coming-soon::after {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(102deg, rgba(155, 61, 39, 0.1), transparent 48%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(56, 43, 34, 0.022) 32px);
}

.texture {
  width: min(84vw, 780px);
  height: min(58vw, 420px);
  position: absolute;
  z-index: -1;
  border: 1px solid var(--line);
  outline: 1px solid rgba(56, 43, 34, 0.14);
  outline-offset: -11px;
  background: rgba(249, 240, 222, 0.62);
  box-shadow: 12px 14px 0 rgba(56, 43, 34, 0.08);
  transform: rotate(-1deg);
}

.content {
  width: min(840px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.7rem, 7.7vw, 6.4rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--paper-light);
}

.rule {
  display: flex;
  align-items: center;
  gap: 13px;
  width: min(340px, 80%);
  margin: 34px auto 26px;
  color: var(--red);
}

.rule::before,
.rule::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

.rule span {
  font-size: 1.15rem;
  line-height: 1;
}

.intro {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 30px 0 0;
  padding: 9px 14px;
  border: 1px solid var(--line);
  background: rgba(249, 240, 222, 0.75);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(91, 112, 69, 0.14);
}

.verse {
  padding: 52px 24px;
  border-block: 3px double rgba(239, 228, 207, 0.22);
  color: var(--paper-light);
  background: var(--ink);
  text-align: center;
}

blockquote {
  max-width: 790px;
  margin: 0 auto;
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  line-height: 1.4;
}

cite {
  display: block;
  margin-top: 15px;
  color: #d4ad72;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

footer {
  padding: 28px 24px;
  color: var(--muted);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
}

@media (max-width: 600px) {
  .site-header {
    justify-content: center;
    min-height: 78px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }

  .coming-soon {
    min-height: 590px;
    padding: 72px 20px;
  }

  .texture {
    width: calc(100% - 30px);
    height: 70%;
  }

  h1 {
    font-size: clamp(2.5rem, 13.5vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
