@font-face {
  font-family: "Cinzel";
  src: url("assets/fonts/cinzel-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cinzel";
  src: url("assets/fonts/cinzel-latin-ext-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("assets/fonts/source-serif-4-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("assets/fonts/source-serif-4-latin-ext-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --paper: #ffffff;
  --ink: #111111;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Serif 4", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- pillars: real Ionic PNGs, full section height --- */
.pillar {
  position: absolute;
  top: 0;
  height: 100%;
  width: 12%;
  max-width: 240px;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.pillar-l {
  left: 0;
  object-position: left top;
}
.pillar-r {
  right: 0;
  object-position: right top;
}

.lintel {
  position: absolute;
  top: 4.2%;
  left: 9%;
  right: 9%;
  height: 1px;
  background: rgba(17, 17, 17, 0.10);
  pointer-events: none;
  z-index: 1;
}

/* --- beam / inscribed UNLOST --- */
.beam {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
}
.beam-img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

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

/* --- hamburger: three thin equal black rules --- */
.menu-toggle {
  pointer-events: auto;
  appearance: none;
  position: absolute;
  top: 52%;
  right: 4.8%;
  transform: translateY(-50%);
  width: 2.45vw;
  min-width: 18px;
  max-width: 38px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: max(5px, 0.72vw);
  cursor: pointer;
  z-index: 5;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--ink);
  border-radius: 0;
}

/* --- open menu overlay --- */
.menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--paper);
  z-index: 50;
  overflow: hidden;
}
.menu.is-open {
  display: block;
}
.menu .pillar {
  opacity: 0.45;
  z-index: 0;
}
.menu .beam {
  z-index: 4;
}
.menu-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.5rem;
  margin: 0;
  padding: 0 12%;
  width: min(92vw, 40rem);
}
.menu-items a,
.menu-items span {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.46em;
  text-indent: 0.46em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}
.menu-items a:hover,
.menu-items a:focus-visible {
  opacity: 0.72;
  outline: none;
}

body.menu-open {
  overflow: hidden;
}

.quiet-link {
  margin: 28px 0 0;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  text-decoration: none;
  opacity: 0.72;
}
.quiet-link:hover,
.quiet-link:focus-visible {
  opacity: 1;
  outline: none;
}

.vsl-hook {
  display: none;
}

/* --- wordmark --- */
.wordmark {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.46em;
  text-indent: 0.46em;
  text-transform: uppercase;
  color: var(--ink);
}

/* --- buttons --- */
.btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 28px;
  line-height: 1;
  cursor: pointer;
}
.btn:hover,
.btn:focus-visible {
  background: #ffffff;
  color: var(--ink);
  opacity: 0.72;
  outline: none;
}

.coming-soon {
  margin: 18px 0 0;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.40em;
  text-indent: 0.40em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.55;
}

/* --- hero --- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  background: var(--paper);
  overflow: hidden;
}

.hero .wordmark {
  position: absolute;
  top: 8vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.hero .beam {
  z-index: 4;
}

.hero-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(92vw, 40rem);
  padding: 0 12%;
}

.hero-book {
  display: none;
}

.tagline {
  margin: 0 0 48px;
  text-align: center;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.35;
  max-width: 28ch;
  color: var(--ink);
}
.tagline-break {
  display: none;
}
@media (min-width: 900px) {
  .tagline {
    max-width: none;
    white-space: nowrap;
  }
}

/* --- writing --- */
.writing {
  position: relative;
  min-height: 100vh;
  background: var(--paper);
  overflow: hidden;
}

.colonnade {
  position: absolute;
  inset: 0;
  background:
    url("assets/column-capital-crop.png") center 28% / 78% auto no-repeat,
    url("assets/colonnade.png") center center / cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.writing-inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
  align-items: center;
  padding: 8vh 11%;
  gap: 2%;
}

.copy {
  max-width: 36ch;
  color: var(--ink);
}

.copy p {
  margin: 0 0 2.15em;
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  font-style: normal;
}

.copy p:last-child {
  margin-bottom: 0;
}

.cover {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-block {
  width: min(100%, 280px);
  aspect-ratio: 2 / 3;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.10);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}

.cover-title {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.46em;
  text-indent: 0.46em;
  text-transform: uppercase;
  color: var(--ink);
}

.cover-sub {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.40em;
  text-indent: 0.40em;
  text-transform: uppercase;
  color: var(--ink);
}

.cover-img,
.cover img {
  width: min(100%, 420px);
  height: auto;
  display: block;
  box-shadow: none;
}

.cover:has(img) .cover-block {
  display: none;
}

/* --- offer --- */
.offer {
  position: relative;
  min-height: 100vh;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.offer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 12% 16vh;
  width: 100%;
}

.offer .coming-soon {
  margin: 0;
}

.offer-line {
  margin: 28px 0 0;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
  color: var(--ink);
}

.offer-copy {
  max-width: 42ch;
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: var(--ink);
}

.offer-copy p {
  margin: 0 0 1.15em;
}

.offer-copy p:last-child {
  margin-bottom: 0;
}

.rule {
  width: 4.5rem;
  height: 0;
  border: 0;
  border-top: 1px solid var(--ink);
  margin: 32px auto 8px;
  opacity: 0.45;
}

.extras {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4em 2.8em;
  margin: 24px 0 0;
  padding: 0;
  font-family: "Cinzel", serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  text-indent: 0;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ink);
}

.extra {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7em;
  white-space: nowrap;
}

.soon {
  font-family: "Cinzel", serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.40em;
  text-indent: 0.40em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ink);
  opacity: 0.55;
}

.offer .btn {
  margin-top: 32px;
}

/* --- confirmation --- */
.confirm {
  position: relative;
  min-height: 100vh;
  background: var(--paper);
  overflow: hidden;
}

.confirm .wordmark {
  position: absolute;
  top: 8vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.confirm .lintel {
  z-index: 1;
}

.confirm-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: min(92vw, 36rem);
  padding: 0 12%;
}

.confirm-mid .name {
  margin: 0 0 1.6em;
  font-family: "Cinzel", serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-transform: uppercase;
  line-height: 1;
}

.confirm-mid .note {
  margin: 0 0 2.4em;
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

.back {
  color: var(--ink);
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-transform: uppercase;
}

.back:hover {
  opacity: 0.72;
}

@media (max-width: 860px) {
  /* Ionic is header-only: capital crop at true proportion, no 100vh shafts */
  .pillar {
    width: min(200px, 27vw);
    max-width: 200px;
    height: auto;
    object-fit: contain;
    object-position: top;
    clip-path: inset(0 0 83% 0);
  }
  .pillar-l {
    left: 0;
    object-position: left top;
  }
  .pillar-r {
    right: 0;
    object-position: right top;
  }

  .hero {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .hero .beam {
    position: relative;
    flex-shrink: 0;
  }
  .hero-mid {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    padding: 14vh 12% 8vh;
    flex: 1;
    justify-content: flex-start;
  }
  .tagline {
    font-size: 22px;
    max-width: none;
    margin: 0 0 2.4rem;
  }
  .tagline-break {
    display: block;
  }
  .hero-book {
    display: block;
    margin: 2.5rem auto 0;
    width: min(58vw, 260px);
    height: auto;
    border: 0;
    background: none;
    box-shadow: none;
    filter: none;
  }

  .writing {
    min-height: 0;
  }
  .writing .colonnade {
    display: none;
  }
  .writing-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 8vh 12% 12vh;
    gap: 0;
  }
  .writing .cover {
    display: none;
  }
  .copy {
    max-width: 36ch;
  }
  .extras {
    gap: 1.2rem 1.6em;
  }

  .menu .pillar {
    height: auto;
    object-fit: contain;
    object-position: top;
  }
}


@media (max-width: 520px) {
  .pillar {
    width: min(200px, 30vw);
    max-width: 200px;
    height: auto;
    object-fit: contain;
    object-position: top;
    clip-path: inset(0 0 83% 0);
    opacity: 1;
  }
  .wordmark {
    letter-spacing: 0.36em;
    text-indent: 0.36em;
  }
  .tagline {
    font-size: 20px;
  }
  .hero-mid {
    padding: 8vh 10% 6vh;
  }
  .hero-book {
    width: min(64vw, 240px);
  }
  .menu-toggle {
    width: 18px;
    right: 5.5%;
  }
}


/* --- email gate: underline and a word. Not a card, not a pill --- */
.gate-line {
  margin: 0 0 48px;
  text-align: center;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.35;
  max-width: 28ch;
  color: var(--ink);
}
.gate-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 22rem);
}
.gate-form input[type="email"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 8px 2px 10px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  outline: none;
}
.gate-form input[type="email"]::placeholder {
  color: var(--ink);
  opacity: 0.35;
}
.gate-form input[type="email"]:focus,
.gate-form input[type="email"]:focus-visible {
  outline: none;
  opacity: 1;
}
.gate-form button {
  appearance: none;
  margin: 36px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1;
}
.gate-form button:hover,
.gate-form button:focus-visible {
  opacity: 0.72;
  outline: none;
}
.gate-form button:disabled {
  opacity: 0.45;
  cursor: default;
}
@media (max-width: 860px) {
  .gate-line {
    font-size: 22px;
    margin: 0 0 2.4rem;
  }
}
@media (max-width: 520px) {
  .gate-line {
    font-size: 20px;
  }
}
