:root {
  --ink: #202326;
  --muted: #5e6469;
  --paper: #ffffff;
  --cream: #f2f4f4;
  --cream-deep: #e5e9e9;
  --red: #a51d24;
  --red-dark: #79161c;
  --gold: #b8872f;
  --line: #d7dcde;
  --shadow: 0 18px 48px rgba(24, 30, 34, 0.12);
  --cta-width: min(21rem, 78vw);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: calc(5.25rem + env(safe-area-inset-bottom));
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

body:has(dialog[open]) {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:where(a, button):focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--ink);
}

.skip-link:focus {
  top: 1rem;
}

.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;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5rem;
  padding: 0.8rem clamp(1.25rem, 4vw, 3rem);
  background: var(--cream-deep);
  border-bottom: 4px solid var(--red);
}

.brand {
  display: inline-flex;
}

.brand-logo {
  width: 11.5rem;
  height: auto;
}

.header-call {
  display: grid;
  justify-items: end;
  color: var(--red-dark);
  text-decoration: none;
  line-height: 1.25;
}

.header-call span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.header-call strong {
  font-size: 1.05rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(32rem, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.6rem);
  width: min(100%, 95rem);
  min-height: 44.5rem;
  margin-inline: auto;
  padding: 4.4rem clamp(1.25rem, 3.8vw, 2.7rem);
  background: var(--paper);
  position: relative;
  justify-items: center;
}

.hero-copy {
  max-width: 42rem;
  position: relative;
  z-index: 1;
}

.kicker,
.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--red);
  font-size: 0.79rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.kicker {
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.35;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

h1 {
  max-width: none;
  font-size: clamp(4.1rem, 4.8vw, 5.2rem);
  white-space: nowrap;
}

.moa-page h1 {
  max-width: 12ch;
  white-space: normal;
}

h2 {
  font-size: 3.45rem;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.intro {
  max-width: 38rem;
  margin: 1.25rem 0 1.5rem;
  color: #363b3f;
  font-size: 1.38rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 20px rgba(117, 18, 24, 0.2);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--red-dark);
}

.button.download {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero .button {
  width: var(--cta-width);
  max-width: 18rem;
  margin-inline: auto;
}

.availability {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.book-display {
  display: grid;
  place-items: center;
  margin: 0;
  perspective: 90rem;
  padding-top: clamp(0.5rem, 2vw, 1rem);
  position: relative;
  justify-self: center;
}

.book-display::before {
  content: none;
}

.book-link {
  display: inline-block;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  position: relative;
  text-align: center;
  transition: transform 180ms ease;
  z-index: 1;
  will-change: transform;
  transform-origin: 38% 64%;
}

.book-link:hover,
.book-link:focus-visible {
  transform: translateY(-3px) rotateY(-1.5deg);
}

.book-display > img {
  width: min(100%, 35rem);
  filter:
    drop-shadow(0 2rem 1.7rem rgba(32, 24, 16, 0.18))
    drop-shadow(0 0.65rem 0.55rem rgba(32, 24, 16, 0.12));
}

.book-display figcaption {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.book-render {
  width: min(100%, 41.5rem);
  filter:
    drop-shadow(0 1.25rem 1.15rem rgba(25, 28, 32, 0.13))
    drop-shadow(0 0.35rem 0.35rem rgba(25, 28, 32, 0.1));
}

.book-render-small {
  width: min(100%, 18.5rem);
}

.moa-book {
  position: relative;
  display: block;
  width: min(100%, 23rem);
  max-width: 100%;
  margin-inline: auto;
  padding-left: 1.25rem;
  padding-bottom: 1.05rem;
  transform: rotateY(-6deg) rotateX(1deg) rotateZ(-0.6deg);
  transform-origin: center;
  transform-style: preserve-3d;
  filter:
    drop-shadow(0 2.2rem 1.8rem rgba(25, 28, 32, 0.18))
    drop-shadow(0 0.8rem 0.65rem rgba(25, 28, 32, 0.13));
}

.moa-book::before,
.moa-book::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.moa-book::before {
  z-index: 0;
  left: 0;
  top: 0.65rem;
  bottom: 1.8rem;
  width: 1.45rem;
  background:
    linear-gradient(90deg, #0d1027 0%, #1f2252 38%, #111534 72%, #070917 100%);
  border-radius: 0.16rem 0 0 0.16rem;
  transform: skewY(-4deg);
  box-shadow:
    inset -0.18rem 0 0 rgba(0, 0, 0, 0.45),
    inset 0.16rem 0 0 rgba(255, 255, 255, 0.08),
    inset 0.38rem 0 0 rgba(184, 135, 47, 0.22);
}

.moa-book::after {
  z-index: 0;
  left: 2.05rem;
  right: 0.25rem;
  bottom: 0.1rem;
  height: 1.05rem;
  background:
    repeating-linear-gradient(
      180deg,
      #f6f5ee 0,
      #f6f5ee 0.16rem,
      #dcd9cd 0.18rem,
      #dcd9cd 0.23rem
    );
  border-radius: 0 0 0.18rem 0.18rem;
  transform: skewX(-14deg);
  box-shadow: 0 0.85rem 1.45rem rgba(22, 23, 26, 0.18);
}

.moa-book img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1050 / 1650;
  object-fit: cover;
  background: #19183d;
  border-radius: 0.08rem 0.18rem 0.16rem 0.08rem;
  box-shadow:
    -0.26rem 0 0 rgba(6, 8, 18, 0.82),
    0.08rem 0.12rem 0 rgba(255, 255, 255, 0.18) inset,
    -0.45rem 0 1rem rgba(0, 0, 0, 0.28) inset,
    0 0 0 1px rgba(255, 255, 255, 0.16);
}

.moa-book-small {
  width: min(100%, 14.5rem);
}

.section {
  padding: 5rem clamp(1.25rem, 4vw, 3rem);
}

.section-inner,
.site-footer {
  width: min(100%, 88rem);
  margin-inline: auto;
}

.proclamation {
  padding: 5rem clamp(1.25rem, 4vw, 3rem);
  color: #fff;
  background: #252a2e;
  border-block: 0.25rem solid var(--gold);
}

.proclamation h2 {
  max-width: 18ch;
}

.forecast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
  background: transparent;
}

.forecast-grid article {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 11rem;
  padding: 2rem;
  color: var(--ink);
  background: var(--paper);
  border-top: 0.25rem solid var(--red);
}

.forecast-icon {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.3rem;
  place-items: center;
  color: var(--red-dark);
  background:
    radial-gradient(circle at 50% 42%, #ffffff 0 47%, #f0f2f2 48% 100%);
  border: 1px solid #c7ced1;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 0.28rem #fff,
    0 0 0 0.12rem rgba(184, 135, 47, 0.5);
}

.forecast-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-accent {
  fill: var(--gold);
}

.forecast-grid h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: 4rem;
  align-items: start;
}

.two-column > div:first-child {
  max-width: 34rem;
}

.why-matters {
  background: var(--paper);
}

.matter-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.matter-list li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
  color: #303539;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.45;
}

.matter-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.matter-list li::before {
  content: "\2713";
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.05rem;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--paper);
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.reader-proof {
  text-align: center;
  background: var(--cream);
}

.reader-proof h2 {
  color: var(--ink);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.quote-grid figure {
  display: grid;
  align-content: center;
  min-height: 9rem;
  margin: 0;
  padding: 1.5rem;
  color: var(--ink);
  background: var(--paper);
  border-top: 4px solid var(--red);
  box-shadow: var(--shadow);
}

.quote-grid blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.quote-grid figcaption {
  margin-top: 0.65rem;
  color: var(--muted);
  font-weight: 800;
}

.no-cost {
  align-items: center;
}

.prose p {
  max-width: 43rem;
  margin: 0;
  color: #363b3f;
  font-size: 1.2rem;
  line-height: 1.65;
}

.request-band {
  width: 100%;
  margin-bottom: 5rem;
  color: #fff;
  background:
    #252a2e;
  border-top: 0.25rem solid var(--gold);
  position: relative;
  overflow: hidden;
}

.request-inner {
  display: grid;
  grid-template-columns: minmax(21rem, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: 4rem;
  width: min(100%, 88rem);
  margin-inline: auto;
  padding: 3.5rem clamp(1.5rem, 5vw, 4rem);
  position: relative;
  z-index: 1;
}

.request-cover img {
  width: min(100%, 29rem);
  margin-inline: auto;
  filter:
    drop-shadow(0 1rem 0.9rem rgba(0, 0, 0, 0.22))
    drop-shadow(0 0.3rem 0.35rem rgba(0, 0, 0, 0.18));
}

.moa-page .request-cover img {
  width: min(100%, 24rem);
}

.request-copy {
  max-width: 44rem;
}

.request-copy .button {
  width: min(20rem, 100%);
  max-width: 18rem;
  margin-inline: auto;
}

.request-copy > p {
  margin: 1rem 0 1.5rem;
  color: #e8ecec;
  font-size: 1.08rem;
}

.site-footer {
  display: flex;
  justify-content: flex-end;
  padding: 2rem clamp(1.25rem, 4vw, 3rem) 2.5rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  color: #363b3f;
  font-weight: 750;
}

.sticky-actions {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 14rem));
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(37, 27, 18, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.sticky-actions .button {
  min-height: 3.1rem;
  padding-block: 0.75rem;
}

.order-dialog {
  width: min(calc(100% - 2rem), 39rem);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2.25rem;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-top: 0.3rem solid var(--gold);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.order-dialog::backdrop {
  background: rgba(22, 18, 15, 0.72);
  backdrop-filter: blur(3px);
}

.order-dialog h2 {
  font-size: 2.6rem;
}

.dialog-close {
  position: absolute;
  top: 0.75rem;
  right: 0.8rem;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.dialog-intro {
  margin: 0.8rem 0 1.5rem;
  color: var(--muted);
}

.order-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.order-option {
  display: grid;
  align-content: center;
  min-height: 6rem;
  padding: 1rem;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
}

.order-option:hover,
.order-option:focus-visible {
  border-color: var(--red);
}

.order-option span {
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
}

.order-option strong {
  margin-top: 0.25rem;
  color: var(--red-dark);
  line-height: 1.25;
}

.order-option.featured {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.order-option.featured span,
.order-option.featured strong,
.order-option.whatsapp span,
.order-option.whatsapp strong {
  color: #fff;
}

.order-option.whatsapp {
  background: #1f7650;
  border-color: #1f7650;
}

@media (max-width: 900px) {
  body {
    padding-bottom: calc(4.8rem + env(safe-area-inset-bottom));
  }

  .site-header {
    min-height: 4.2rem;
    gap: 1rem;
    padding-block: 0.65rem;
  }

  .brand-logo {
    width: 8.75rem;
  }

  .header-call span {
    font-size: 0.68rem;
  }

  .header-call strong {
    font-size: 0.82rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: 0;
    padding-top: 2.25rem;
    padding-bottom: 3rem;
  }

  .hero-copy {
    order: 1;
  }

  .book-display {
    order: 2;
  }

  .book-display > img {
    width: min(86vw, 24.5rem);
  }

  .book-render {
    width: min(92vw, 25.4rem);
  }

  .moa-book {
    width: min(84vw, 20.5rem);
  }

  .book-display figcaption {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .intro {
    font-size: 1.08rem;
  }

  .hero .button {
    width: 100%;
    max-width: 21rem;
  }

  .request-copy .button {
    width: 100%;
  }

  .section,
  .proclamation {
    padding-block: 3.5rem;
  }

  .two-column,
  .request-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .forecast-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .forecast-grid {
    margin-top: 2rem;
  }

  .forecast-grid article {
    padding: 1.35rem;
  }

  .forecast-icon {
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 0.75rem;
  }

  .forecast-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .forecast-grid h3 {
    font-size: 1.35rem;
  }

  .request-band {
    margin-bottom: 0;
  }

  .request-inner {
    padding-block: 3rem;
  }

  .request-cover img {
    width: min(84vw, 23rem);
  }

  .request-copy .button {
    width: 100%;
  }

  .site-footer {
    justify-content: flex-start;
  }

  .sticky-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom));
  }

  .sticky-actions .button {
    width: 100%;
    min-width: 0;
    padding-inline: 0.7rem;
    font-size: 0.78rem;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }

  .order-dialog {
    padding: 2rem 1.1rem 1.2rem;
  }

  .order-dialog h2 {
    font-size: 2rem;
  }

  .order-options {
    grid-template-columns: 1fr;
  }

  .order-option {
    min-height: 4.5rem;
  }
}

@media (min-width: 901px) and (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.8fr);
    gap: 2.5rem;
  }

  h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  h1 {
    font-size: 4rem;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 7.8rem;
  }

  .header-call strong {
    font-size: 0.76rem;
  }

  h1 {
    font-size: 2.65rem;
  }

}

@media (max-width: 430px) and (max-height: 650px) {
  .order-dialog {
    padding: 1.25rem 1rem 0.9rem;
  }

  .order-dialog .eyebrow {
    margin-bottom: 0.3rem;
  }

  .order-dialog h2 {
    font-size: 1.7rem;
  }

  .dialog-intro {
    margin: 0.4rem 0 0.8rem;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .dialog-close {
    top: 0.25rem;
    right: 0.35rem;
  }

  .order-options {
    gap: 0.5rem;
  }

  .order-option {
    min-height: 3.65rem;
    padding: 0.65rem 0.75rem;
  }

  .order-option strong {
    font-size: 0.93rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.cookie-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  color: #1e2428;
  background: #fff;
  border: 1px solid #c9cfd3;
  border-top: 4px solid #b51f2a;
  box-shadow: 0 0.75rem 2.5rem rgb(0 0 0 / 22%);
}

.cookie-consent[hidden],
.cookie-settings[hidden] {
  display: none;
}

.cookie-consent__content {
  max-width: 48rem;
}

.cookie-consent h2 {
  margin: 0 0 0.3rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.cookie-consent p {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-consent a {
  color: #7e151d;
  font-size: 0.88rem;
  font-weight: 700;
}

.cookie-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.65rem;
}

.cookie-consent__actions button,
.cookie-settings {
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  color: #20262a;
  background: #fff;
  border: 2px solid #20262a;
  border-radius: 0.2rem;
  cursor: pointer;
}

.cookie-consent__actions .cookie-consent__accept {
  color: #fff;
  background: #8f1821;
  border-color: #8f1821;
}

.cookie-consent__actions button:focus-visible,
.cookie-settings:focus-visible {
  outline: 3px solid #e0aa3e;
  outline-offset: 2px;
}

.cookie-settings {
  position: fixed;
  z-index: 9999;
  bottom: 0.75rem;
  left: 0.75rem;
  min-height: 2.35rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.78rem;
  background: #fff;
  box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 16%);
}

@media (max-width: 700px) {
  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0.9rem;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-consent__actions button {
    width: 100%;
  }
}
