:root {
  color-scheme: dark;
  --navy-950: #031020;
  --navy-900: #071a33;
  --navy-800: #0c2748;
  --navy-700: #123a63;
  --paper: #f3f1ea;
  --paper-muted: #c8cfda;
  --gold: #d6a83b;
  --gold-soft: #f0d788;
  --line: rgba(214, 168, 59, 0.24);
  --line-light: rgba(243, 241, 234, 0.13);
  --shadow: 0 28px 80px rgba(0, 8, 20, 0.52);
  --radius: 18px;
  --display: Georgia, "Times New Roman", serif;
  --body: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--paper);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--paper);
  color: var(--navy-950);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(243, 241, 234, 0.11);
  background: rgba(3, 16, 32, 0.78);
  backdrop-filter: blur(20px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  font-size: 0.91rem;
  font-weight: 600;
  white-space: nowrap;
}

.site-nav a:not(.nav-cta) {
  color: var(--paper-muted);
  transition: color 180ms ease;
}

.site-nav a:not(.nav-cta):hover {
  color: var(--paper);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 750;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button-primary {
  background: var(--gold);
  color: #081426;
  box-shadow: 0 12px 36px rgba(214, 168, 59, 0.18);
}

.button-ghost {
  border-color: rgba(243, 241, 234, 0.34);
  background: rgba(3, 16, 32, 0.46);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-cta:active,
.button:active {
  transform: scale(0.98);
}

.section-pad {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 148px) clamp(20px, 5vw, 76px);
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  padding: 104px clamp(20px, 5vw, 76px) 40px;
  overflow: hidden;
  isolation: isolate;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(3, 16, 32, 0.96) 0%, rgba(3, 16, 32, 0.78) 44%, rgba(3, 16, 32, 0.35) 76%, rgba(3, 16, 32, 0.62) 100%), url("/assets/liturgia-diaria/igreja-hero.png");
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  content: "";
  background: linear-gradient(transparent, var(--navy-950));
}

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

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 5vw, 6.5rem);
  text-wrap: balance;
}

h1 em {
  display: block;
  color: var(--gold-soft);
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 0.08em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.8vw, 5.6rem);
  text-wrap: balance;
}

.hero-lead {
  max-width: 580px;
  margin-bottom: 30px;
  color: var(--paper-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stage {
  position: relative;
  min-height: min(78dvh, 770px);
}

.availability-strip {
  padding: 0 clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 39, 72, 0.68);
}

.availability-strip p {
  width: min(100%, 1288px);
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.availability-strip strong {
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  font-weight: 400;
}

.availability-strip span {
  color: var(--gold-soft);
  font-size: 0.9rem;
  font-weight: 750;
  text-align: right;
}

.halo {
  position: absolute;
  top: 10%;
  left: 18%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(214, 168, 59, 0.22);
  filter: blur(80px);
}

.hero-product {
  position: absolute;
  width: min(78%, 680px);
  right: 14%;
  bottom: 4%;
  filter: drop-shadow(0 36px 60px rgba(0, 5, 16, 0.65));
  transform: rotate(-2deg);
  height: auto;
}

.hero-phone {
  position: absolute;
  width: min(29%, 225px);
  right: 0;
  bottom: 3%;
  z-index: 2;
  filter: drop-shadow(0 32px 40px rgba(0, 5, 16, 0.76));
  transform: rotate(3deg);
  height: auto;
}

.daily-proof {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(48px, 9vw, 140px);
}

.daily-visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.daily-visual img {
  position: relative;
  width: min(100%, 290px);
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 38px 60px rgba(0, 4, 13, 0.72));
}

.phone-aura {
  position: absolute;
  width: 86%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 168, 59, 0.16), transparent 68%);
}

.phone-aura::before,
.phone-aura::after {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(214, 168, 59, 0.14);
  border-radius: 50%;
  content: "";
}

.phone-aura::after {
  inset: 22%;
}

.daily-copy {
  max-width: 720px;
}

.daily-copy > p,
.formats-copy > p,
.video-copy > p,
.collection-heading > p,
.access-copy > p,
.steps-heading > p {
  max-width: 62ch;
  color: var(--paper-muted);
  font-size: 1.08rem;
}

.daily-features {
  margin-top: 44px;
  border-top: 1px solid var(--line);
}

.daily-features article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-light);
}

.daily-features strong {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 400;
}

.daily-features span {
  color: var(--paper-muted);
}

.steps {
  width: 100%;
  max-width: none;
  background: linear-gradient(135deg, var(--navy-900), #091f3b);
}

.steps-heading,
.steps-list {
  width: min(100%, 1280px);
  margin-inline: auto;
}

.steps-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 56px;
}

.steps-heading h2 {
  max-width: 900px;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  list-style: none;
  background: var(--line);
}

.steps-list li {
  min-height: 290px;
  padding: clamp(26px, 3.8vw, 48px);
  background: var(--navy-900);
}

.step-number {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 62px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-soft);
  font-family: var(--display);
}

.steps-list strong {
  display: block;
  margin-bottom: 12px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
}

.steps-list p {
  max-width: 32ch;
  margin: 0;
  color: var(--paper-muted);
}

.ready-to-sell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: clamp(56px, 9vw, 140px);
}

.ready-copy {
  position: sticky;
  top: 120px;
}

.ready-copy > p {
  max-width: 58ch;
  color: var(--paper-muted);
  font-size: 1.08rem;
}

.commercial-points {
  border-top: 1px solid var(--line);
}

.commercial-points article {
  display: grid;
  grid-template-columns: 130px minmax(190px, 0.9fr) minmax(220px, 1.1fr);
  align-items: start;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-light);
}

.commercial-points span {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.commercial-points h3 {
  margin: 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.22;
}

.commercial-points p {
  margin: 0;
  color: var(--paper-muted);
}

.formats {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

.formats-copy {
  position: sticky;
  top: 120px;
}

.format-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 330px;
  gap: 18px;
}

.format-stage figure {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy-800);
}

.format-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.format-stage figure:hover img {
  transform: scale(1.045);
}

.format-stage figcaption {
  padding: 13px 18px 15px;
  border-top: 1px solid var(--line-light);
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 750;
}

.format-large {
  grid-row: span 2;
}

.format-wide {
  grid-column: 1 / -1;
}

.format-amber {
  background: linear-gradient(155deg, #593c0e, var(--navy-800)) !important;
}

.format-blue {
  background: linear-gradient(155deg, #17466c, var(--navy-800)) !important;
}

.opportunities {
  width: 100%;
  max-width: none;
  background: linear-gradient(145deg, #081f3b, var(--navy-900));
}

.opportunities-heading,
.opportunity-grid,
.sales-playbook {
  width: min(100%, 1288px);
  margin-inline: auto;
}

.opportunities-heading {
  margin-bottom: 52px;
}

.opportunities-heading h2 {
  max-width: 940px;
}

.opportunities-heading p {
  max-width: 62ch;
  color: var(--paper-muted);
  font-size: 1.08rem;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.opportunity-grid article {
  min-height: 290px;
  padding: clamp(28px, 4vw, 52px);
  background: var(--navy-900);
}

.opportunity-grid article:nth-child(2),
.opportunity-grid article:nth-child(3) {
  background: #0b294a;
}

.opportunity-grid span {
  display: block;
  margin-bottom: 52px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opportunity-grid h3 {
  max-width: 20ch;
  margin: 0 0 14px;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-weight: 400;
  line-height: 1.08;
}

.opportunity-grid p {
  max-width: 50ch;
  margin: 0;
  color: var(--paper-muted);
}

.sales-playbook {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 68px;
  border-top: 1px solid var(--line);
}

.sales-playbook article {
  padding: 28px 32px 0 0;
}

.sales-playbook article + article {
  padding-left: 32px;
  border-left: 1px solid var(--line-light);
}

.sales-playbook strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
}

.sales-playbook p {
  margin: 0;
  color: var(--paper-muted);
}

.collection {
  width: 100%;
  max-width: none;
  background: #06162b;
}

.collection-heading,
.art-gallery {
  width: min(100%, 1280px);
  margin-inline: auto;
}

.collection-heading {
  margin-bottom: 48px;
}

.collection-heading h2 {
  max-width: 930px;
}

.art-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}

.art-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: var(--navy-800);
  color: var(--paper);
  cursor: zoom-in;
}

.art-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.art-card:hover img {
  transform: scale(1.04);
}

.art-card span {
  padding: 16px 20px 18px;
  border-top: 1px solid var(--line-light);
  text-align: left;
  font-family: var(--display);
  font-size: 1.25rem;
}

.art-card-feature {
  background: linear-gradient(155deg, #183e62, #091c35);
}

.video-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(440px, 1.34fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

.video-copy {
  max-width: 500px;
}

.video-frame {
  position: relative;
  display: grid;
  min-height: 680px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 35%, #16426a, var(--navy-900) 70%);
}

.video-frame::before {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(214, 168, 59, 0.18);
  border-radius: 50%;
  content: "";
}

.video-frame video {
  position: relative;
  width: min(76%, 390px);
  max-height: 620px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.access {
  position: relative;
  width: min(calc(100% - 40px), 1320px);
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: 40px;
  margin-bottom: clamp(64px, 8vw, 112px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(125deg, #0d2d50, var(--navy-900));
}

.access::before {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: rgba(214, 168, 59, 0.13);
  filter: blur(10px);
  content: "";
}

.access-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.access-copy > img {
  width: 178px;
  height: auto;
  margin-bottom: 44px;
  filter: brightness(0) invert(1);
}

.access-copy .access-note {
  margin: 26px 0 18px;
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.access-product {
  position: relative;
  align-self: end;
}

.access-product img {
  width: min(100%, 560px);
  margin-inline: auto;
  filter: drop-shadow(0 30px 44px rgba(0, 5, 16, 0.45));
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--line-light);
  color: var(--paper-muted);
  font-size: 0.9rem;
}

.site-footer span {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 1.1rem;
}

.site-footer p {
  margin: 0;
}

.image-dialog {
  width: min(92vw, 980px);
  max-height: 90dvh;
  padding: 56px 22px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--navy-900);
  box-shadow: var(--shadow);
}

.image-dialog::backdrop {
  background: rgba(0, 5, 15, 0.86);
  backdrop-filter: blur(8px);
}

.image-dialog img {
  width: 100%;
  max-height: calc(90dvh - 88px);
  object-fit: contain;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: var(--paper);
  font: 700 0.9rem var(--body);
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 760ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .formats {
    grid-template-columns: 1fr;
  }

  .ready-to-sell {
    grid-template-columns: 1fr;
  }

  .ready-copy {
    position: static;
    max-width: 780px;
  }

  .formats-copy {
    position: static;
    max-width: 760px;
  }

  .format-stage {
    grid-auto-rows: 300px;
  }
}

@media (max-width: 767px) {
  .site-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 10px 15px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 112px 20px 32px;
  }

  .hero-background {
    background-image: linear-gradient(180deg, rgba(3, 16, 32, 0.91), rgba(3, 16, 32, 0.62) 55%, var(--navy-950)), url("/assets/liturgia-diaria/igreja-hero.png");
    background-position: center top;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  h2 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .hero-lead {
    max-width: 34ch;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-stage {
    min-height: 510px;
  }

  .availability-strip p {
    min-height: 120px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .availability-strip span {
    text-align: left;
  }

  .hero-product {
    width: 94%;
    right: 10%;
    bottom: 0;
  }

  .hero-phone {
    width: 31%;
    right: -2%;
    bottom: 0;
  }

  .daily-proof,
  .video-story,
  .access {
    grid-template-columns: 1fr;
  }

  .daily-proof {
    gap: 16px;
  }

  .daily-visual {
    min-height: 500px;
    order: 2;
  }

  .daily-copy {
    order: 1;
  }

  .daily-visual img {
    width: min(100%, 250px);
  }

  .daily-features article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .steps-list {
    grid-template-columns: 1fr;
  }

  .commercial-points article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .commercial-points span {
    margin-bottom: 14px;
  }

  .steps-list li {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 40px;
  }

  .format-stage {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .format-large,
  .format-wide {
    grid-row: auto;
    grid-column: auto;
  }

  .opportunity-grid,
  .sales-playbook {
    grid-template-columns: 1fr;
  }

  .opportunity-grid article {
    min-height: auto;
  }

  .opportunity-grid span {
    margin-bottom: 42px;
  }

  .sales-playbook {
    margin-top: 48px;
  }

  .sales-playbook article,
  .sales-playbook article + article {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .art-gallery {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
  }

  .art-card {
    min-width: 82vw;
    min-height: 420px;
    scroll-snap-align: center;
  }

  .video-story {
    gap: 28px;
  }

  .video-frame {
    min-height: 600px;
  }

  .access {
    width: calc(100% - 32px);
    min-height: auto;
    padding: 54px 24px 0;
  }

  .access-product img {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .button-ghost {
    background: var(--navy-950);
    backdrop-filter: none;
  }
}
