:root {
  --paper: #f3eee4;
  --paper-deep: #e7dece;
  --ink: #102746;
  --ink-soft: #435268;
  --oxblood: #873b32;
  --gold: #b49456;
  --line: rgba(16, 39, 70, 0.2);
  --white: #fffdf8;
  --shadow: 0 32px 80px rgba(16, 39, 70, 0.16);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(16, 39, 70, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 39, 70, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--oxblood);
  outline-offset: 5px;
}

.page {
  position: relative;
  width: min(1440px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  border-inline: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 15%, rgba(180, 148, 86, 0.1), transparent 24rem),
    rgba(243, 238, 228, 0.94);
}

.masthead {
  min-height: 88px;
  padding: 0 clamp(24px, 5vw, 74px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  text-decoration: none;
}

.domain,
.status {
  margin: 0;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.domain {
  justify-self: center;
}

.status {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
}

.status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--oxblood);
  box-shadow: 0 0 0 6px rgba(135, 59, 50, 0.1);
  animation: breathe 2.8s ease-in-out infinite;
}

.hero {
  position: relative;
  min-height: calc(100vh - 88px);
  padding: clamp(70px, 9vw, 132px) clamp(24px, 5vw, 74px) 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: clamp(56px, 7vw, 112px);
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(24px, 5vw, 74px);
  right: clamp(24px, 5vw, 74px);
  bottom: 38px;
  height: 1px;
  background: var(--line);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-number {
  margin: 0 0 24px;
  color: var(--oxblood);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-inline: 8px;
  color: var(--gold);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(4.6rem, 9vw, 9rem);
  letter-spacing: -0.075em;
  line-height: 0.78;
}

h1 em {
  display: block;
  margin-left: clamp(28px, 6vw, 96px);
  color: var(--oxblood);
  font-weight: 400;
}

.intro {
  max-width: 590px;
  margin: 48px 0 38px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.65vw, 1.35rem);
  line-height: 1.68;
}

.now-card {
  position: relative;
  width: min(360px, 100%);
  padding: 18px 66px 18px 20px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  border-block: 1px solid var(--line);
}

.now-card span {
  color: var(--ink-soft);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.now-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.now-card i {
  position: absolute;
  right: 0;
  color: rgba(16, 39, 70, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  font-style: normal;
}

.hero-art {
  position: relative;
  min-height: 630px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.sun-disc {
  position: absolute;
  width: min(43vw, 570px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e8dcc2;
  box-shadow: inset 0 0 0 1px rgba(180, 148, 86, 0.18);
}

.column {
  position: absolute;
  width: 92px;
  height: 470px;
  right: 3%;
  bottom: 18px;
  border-inline: 1px solid rgba(16, 39, 70, 0.18);
  background:
    linear-gradient(90deg, transparent 12px, rgba(16, 39, 70, 0.06) 13px, transparent 15px),
    linear-gradient(90deg, transparent 38px, rgba(16, 39, 70, 0.08) 39px, transparent 42px),
    linear-gradient(90deg, transparent 65px, rgba(16, 39, 70, 0.06) 66px, transparent 68px),
    rgba(255, 253, 248, 0.58);
}

.column::before,
.column::after {
  content: "";
  position: absolute;
  left: -18px;
  width: 128px;
  height: 25px;
  border: 1px solid rgba(16, 39, 70, 0.18);
  background: var(--paper-deep);
}

.column::before {
  top: -25px;
  box-shadow: 0 -12px 0 -1px var(--paper), 0 -12px 0 0 rgba(16, 39, 70, 0.18);
}

.column::after {
  bottom: -25px;
  box-shadow: 0 12px 0 -1px var(--paper-deep), 0 12px 0 0 rgba(16, 39, 70, 0.18);
}

.column--back {
  opacity: 0.45;
  transform: translate(-92px, -38px) scale(0.88);
}

.brief-card {
  position: relative;
  z-index: 2;
  width: min(420px, 72%);
  min-height: 520px;
  padding: 30px 34px;
  transform: rotate(-4deg);
  border: 1px solid rgba(16, 39, 70, 0.26);
  background:
    linear-gradient(90deg, rgba(180, 148, 86, 0.07) 1px, transparent 1px),
    var(--white);
  background-size: 26px 100%;
  box-shadow: var(--shadow);
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-art:hover .brief-card {
  transform: rotate(-2deg) translateY(-8px);
}

.brief-top,
.brief-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brief-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.brief-top span:last-child,
.brief-footer span:last-child {
  color: var(--oxblood);
}

.brief-mark {
  width: 105px;
  height: 105px;
  margin: 62px auto 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--oxblood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
}

.brief-copy p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brief-copy strong {
  display: block;
  max-width: 270px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.08;
}

.brief-lines {
  margin: 33px 0 32px;
  display: grid;
  gap: 9px;
}

.brief-lines span {
  height: 1px;
  background: rgba(16, 39, 70, 0.16);
}

.brief-lines span:nth-child(2) {
  width: 82%;
}

.brief-lines span:nth-child(3) {
  width: 64%;
}

.brief-footer {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.seal {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 34px;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  transform: rotate(9deg);
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--oxblood);
  box-shadow: 0 0 0 1px var(--oxblood), 0 14px 30px rgba(16, 39, 70, 0.24);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.seal::before {
  content: "COMING SOON · COMING SOON ·";
  position: absolute;
  inset: 7px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 238, 228, 0.5);
  border-radius: 50%;
  color: transparent;
}

.margin-note {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 56px;
  margin: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left bottom;
  color: var(--ink-soft);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.coming-soon {
  padding: 110px clamp(24px, 5vw, 74px);
  display: grid;
  grid-template-columns: 0.48fr 1.2fr 0.72fr;
  gap: clamp(36px, 6vw, 90px);
  background: var(--ink);
  color: var(--paper);
}

.coming-soon .section-number {
  color: #d4b77d;
}

.coming-soon h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.coming-soon div > p {
  max-width: 600px;
  margin: 30px 0 0;
  color: #b8c1cf;
  line-height: 1.75;
}

.future-list {
  align-self: center;
  border-top: 1px solid rgba(243, 238, 228, 0.2);
}

.future-list span {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(243, 238, 228, 0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
}

.future-list span::after {
  content: "—";
  color: #d4b77d;
}

footer {
  min-height: 100px;
  padding: 0 clamp(24px, 5vw, 74px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid rgba(243, 238, 228, 0.16);
  background: var(--ink);
  color: #aeb8c6;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

.footer-center {
  justify-self: center;
}

footer a {
  justify-self: end;
  color: var(--paper);
  text-decoration: none;
}

footer a span {
  margin-left: 7px;
  color: #d4b77d;
}

@keyframes breathe {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(135, 59, 50, 0.08);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(135, 59, 50, 0.15);
  }
}

@media (max-width: 980px) {
  .masthead {
    grid-template-columns: 1fr 1fr;
  }

  .domain {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 740px;
  }

  h1 {
    font-size: clamp(5rem, 16vw, 8.5rem);
  }

  .hero-art {
    min-height: 620px;
  }

  .sun-disc {
    width: min(76vw, 540px);
  }

  .brief-card {
    width: min(420px, 68vw);
  }

  .coming-soon {
    grid-template-columns: 1fr 1.4fr;
  }

  .future-list {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .masthead {
    min-height: 76px;
  }

  .status {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .hero {
    padding-top: 66px;
    gap: 34px;
  }

  h1 {
    font-size: clamp(4.15rem, 21vw, 6.6rem);
    line-height: 0.82;
  }

  h1 em {
    margin-left: 18px;
  }

  .intro {
    margin-top: 36px;
    font-size: 1.03rem;
  }

  .now-card {
    grid-template-columns: 78px 1fr;
  }

  .hero-art {
    min-height: 500px;
  }

  .column {
    width: 68px;
    height: 370px;
  }

  .column::before,
  .column::after {
    left: -14px;
    width: 96px;
  }

  .brief-card {
    width: min(78vw, 330px);
    min-height: 414px;
    padding: 24px;
  }

  .brief-mark {
    width: 82px;
    height: 82px;
    margin: 44px auto 32px;
    font-size: 1.9rem;
  }

  .brief-copy strong {
    font-size: 1.55rem;
  }

  .brief-lines {
    margin-block: 24px;
  }

  .seal {
    right: 0;
    bottom: 16px;
    width: 84px;
    height: 84px;
    font-size: 1.35rem;
  }

  .margin-note {
    display: none;
  }

  .coming-soon {
    padding-block: 78px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .future-list {
    grid-column: auto;
  }

  footer {
    min-height: auto;
    padding-block: 28px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .footer-center {
    display: none;
  }
}

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

  .status span {
    animation: none;
  }

  .brief-card {
    transition: none;
  }
}
