:root {
    --pzs-bg: #0d0c0a;
    --pzs-bg-soft: #121110;
    --pzs-bg-deep: #050504;
    --pzs-panel: #181614;
    --pzs-panel-2: #1a1812;
    --pzs-text: #f0ebe4;
    --pzs-muted: #8a8278;
    --pzs-faint: #70685f;
    --pzs-line: rgba(184, 151, 58, 0.18);
    --pzs-line-soft: rgba(238, 231, 218, 0.07);
    --pzs-gold: #dea836;
    --pzs-gold-dark: #ad8b27;
    --pzs-glow: rgba(184, 151, 58, 0.115);
    --pzs-container: 1100px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--pzs-bg);
    color: var(--pzs-text);
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62;
    font-synthesis-weight: none;
}

body::selection {
    background: var(--pzs-gold);
    color: #120e08;
}

a {
    color: inherit;
}

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

.figma-shell {
    background: var(--pzs-bg);
}

.container {
    width: min(var(--pzs-container), calc(100% - 48px));
    margin: 0 auto;
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 109px;
    padding: 22px max(28px, calc((100vw - var(--pzs-container)) / 2 + 32px));
    border-bottom: 1px solid rgba(184, 151, 58, 0.18);
    background: rgba(13, 12, 10, 0.88);
    backdrop-filter: blur(12px);
    transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
    border-color: rgba(184, 151, 58, 0.13);
    background: rgba(5, 5, 4, 0.94);
}

.site-header__brand,
.site-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #dea836;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 17.6px;
    font-weight: 300;
    line-height: 29.92px;
    text-decoration: none;
}

.site-header__mark {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    background-image: url("../images/figma-bdca61fd42b09b7e753d2b65290689f4502a8920.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font-size: 0;
}

.site-header__logo,
.site-footer__logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex: 0 0 64px;
}

.site-header__nav,
.site-footer__nav {
    display: flex;
    align-items: center;
    gap: 36px;
    color: #8a8278;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 21.22px;
    text-transform: uppercase;
}

.site-header__nav a,
.site-footer__nav a {
    text-decoration: none;
    transition: color 160ms ease;
}

.site-header__nav a:hover,
.site-footer__nav a:hover {
    color: var(--pzs-gold);
}

.hero {
    position: relative;
    min-height: 1200px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background: #20231f;
}

.hero__media,
.hero__media::before,
.hero__veil {
    position: absolute;
    inset: 0;
}

.hero__media::before {
    content: "";
    background-image:
        radial-gradient(ellipse 40% 80% at 10% 80%, rgba(184, 151, 58, 0.04) 0%, rgba(184, 151, 58, 0) 60%),
        radial-gradient(ellipse 80% 60% at 70% 40%, rgba(184, 151, 58, 0.07) 0%, rgba(184, 151, 58, 0) 70%),
        linear-gradient(rgba(18, 17, 16, 0.8), rgba(18, 17, 16, 0.8)),
        url("../images/figma-dfa8ad6b4d1e19012cb3f21b608b9cf25b764d70.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    filter: none;
}

.hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__veil {
    background: none;
}

.hero__content {
    position: relative;
    z-index: 1;
    width: min(100%, var(--pzs-container));
    padding-top: 238.83px;
    padding-left: 32px;
    padding-right: 32px;
}

.eyebrow {
    margin: 0 0 16px;
    color: #dea836;
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 300;
    line-height: 19.58px;
    letter-spacing: 2.53px;
    text-transform: uppercase;
}

.hero__title,
h1,
h2,
h3 {
    margin: 0;
    color: var(--pzs-text);
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-weight: 300;
    letter-spacing: 0;
}

.hero__title {
    max-width: 1036px;
    color: #f0ebe4;
    font-size: 92px;
    line-height: 98px;
}

.hero__title span {
    color: var(--pzs-gold);
    font-style: italic;
}

.hero__subtitle {
    margin: 12px 0 0;
    color: #eee7dc;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 38px;
    text-shadow: 0 1px 12px rgba(13, 12, 10, 0.42);
}

.hero__rule {
    display: block;
    width: 60px;
    height: 2px;
    margin: 26px 0 24px;
    background: url("../images/divider-short.svg") center / 100% 2px no-repeat;
}

.hero__text {
    max-width: 1036px;
    color: #e6ded2;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
    text-shadow: 0 1px 10px rgba(13, 12, 10, 0.38);
}

.hero__text p {
    margin: 0 0 11px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 24px;
    padding: 0 38px;
    border: 1px solid rgba(255, 219, 123, 0.18);
    background: var(--pzs-gold);
    color: #171107;
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 13.6px;
    font-weight: 300;
    letter-spacing: 1.9px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, transform 160ms ease;
}

.button:hover {
    background: #efbd48;
    transform: translateY(-1px);
}

.button--wide {
    width: 100%;
    padding-inline: 20px;
}

.hero__gift {
    margin: 24px 0 0;
    color: #e6ded2;
    font-size: 14px;
    line-height: 23.8px;
    text-shadow: 0 1px 9px rgba(13, 12, 10, 0.4);
}

.hero__gift strong {
    color: var(--pzs-gold);
    font-weight: 300;
}

.hero__stats {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1036px;
    margin: 58px 0 0;
    padding: 28px 0 0;
}

.hero__stats::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: url("../images/divider-wide.svg") center / 100% 2px no-repeat;
}

.hero__stats div {
    min-width: 0;
}

.hero__stats dt {
    color: var(--pzs-gold);
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1;
}

.hero__stats dd {
    margin: 8px 0 0;
    color: #81776d;
    font-size: 13px;
}

.section {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 9vw, 130px) 0;
    border-top: 1px solid rgba(184, 151, 58, 0.055);
    background: var(--pzs-bg);
}

.section > .container {
    position: relative;
    z-index: 1;
}

.section--split,
.section--format {
    background: var(--pzs-bg-soft);
}

.section--split {
    min-height: 1009.26px;
    padding: 100px 0;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
    background: #121110;
}

.section--cards {
    min-height: 1122.6px;
    padding: 100px 0;
    border-top: 0;
    background: #0d0c0a;
}

.section--format {
    min-height: 997.31px;
    padding: 100px 0;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
    background: #121110;
}

.section--format::before,
.section--cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.section--format::before {
    background:
        linear-gradient(90deg, transparent 0%, rgba(184, 151, 58, 0.055) 54%, transparent 100%),
        linear-gradient(180deg, rgba(184, 151, 58, 0.035) 0%, transparent 30%, rgba(184, 151, 58, 0.028) 100%);
}

.section--author {
    min-height: 758.5px;
    padding: 100px 0;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
    background: #0d0c0a;
}

.section--cta {
    min-height: 703.64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 100px 0 144px;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
    background: #121110;
}

.section--cta::before {
    left: 50%;
    top: 1px;
    width: 1920px;
    height: 702.58px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(184, 151, 58, 0.06) 0%, rgba(184, 151, 58, 0) 70%);
}

.section--gift {
    min-height: 561.11px;
    padding: 100px 0;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
    background: #0d0c0a;
}

.section--program {
    min-height: 1021.17px;
    padding: 100px 0;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
    background: #121110;
}

.section--audience {
    min-height: 569px;
    padding: 100px 0;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
    background: #0d0c0a;
}

.section h2,
.section__title {
    max-width: 680px;
    font-size: clamp(34px, 3.8vw, 54px);
    line-height: 1.06;
}

.section p,
.rich-text,
.lead {
    color: var(--pzs-muted);
}

.rich-text {
    max-width: 478px;
    margin-top: 28px;
}

.rich-text p {
    margin: 0 0 18px;
    color: #d8d0c4;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
}

.section--split h2 {
    width: 478px;
    color: #f0ebe4;
    font-size: 48px;
    font-weight: 300;
    line-height: 55.2px;
}

.about-meta {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    width: min(1036px, calc(100% - 48px));
    margin: 40px auto 0;
    padding: 10px 40px 0;
    box-sizing: border-box;
}

.about-meta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: url("../images/divider-wide.svg") center / 100% 2px no-repeat;
}

.about-meta span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.about-meta strong {
    color: #dea836;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 27.2px;
}

.about-meta small {
    color: #8a8278;
    font-size: 12px;
    font-weight: 300;
    line-height: 20.4px;
}

.section__intro {
    max-width: 620px;
    margin: 20px auto 0;
    color: var(--pzs-muted);
    text-align: center;
}

.split-grid,
.format-grid {
    display: grid;
    grid-template-columns: 478px 478px;
    gap: 80px;
    align-items: start;
    width: min(1036px, calc(100% - 48px));
    margin: 0 auto;
}

.split-grid {
    min-height: 674.27px;
}

.image-panel {
    position: relative;
    width: 478px;
    min-height: 674.27px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--pzs-line);
    background: var(--pzs-panel);
}

.image-panel__image,
.image-panel__fallback {
    display: block;
    width: 100%;
    height: 674.27px;
    object-fit: cover;
}

.image-panel__fallback {
    background-image: url("../images/default-about.png");
    background-position: center;
    background-size: cover;
}

.benefits-wrap {
    max-width: 1100px;
    padding: 0 32px;
}

.benefits-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 95.56px;
    text-align: center;
}

.benefits-header .eyebrow {
    margin: 0 0 0.56px;
    color: #dea836;
}

.benefits-header h2 {
    margin: 0;
    color: #f0ebe4;
    font-size: 48px;
    font-weight: 300;
    line-height: 55.2px;
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(2, 517px);
    gap: 2px;
    width: 1036px;
    max-width: 100%;
    margin: 60px auto 0;
}

.reason-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 517px;
    min-height: 382.52px;
    padding: 48px 44px;
    border: 1px solid rgba(184, 151, 58, 0.18);
    background: #181614;
}

.reason-card__num {
    align-self: stretch;
    color: #ad8b27;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 56px;
}

.reason-card h3 {
    align-self: stretch;
    margin: 0;
    padding-bottom: 7.99px;
    color: #f0ebe4;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21.6px;
    font-weight: 300;
    line-height: 24.84px;
}

.reason-card__rule {
    display: block;
    width: 60px;
    height: 2px;
    background: url("../images/divider-short.svg") center / 100% 2px no-repeat;
    flex: 0 0 auto;
}

.reason-card p {
    align-self: stretch;
    margin: 0;
    padding-top: 6.84px;
    color: #8a8278;
    font-size: 15.2px;
    font-weight: 300;
    line-height: 25.84px;
}

.reason-card__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dea836;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 27.2px;
    text-decoration: none;
}

.reason-card__more i {
    display: block;
    width: 20px;
    height: 11px;
    background: url("../images/vector-arrow.svg") center / contain no-repeat;
    flex: 0 0 auto;
}

.format-grid {
    align-items: start;
}

.format-details {
    width: 478px;
}

.format-details h2 {
    width: 478px;
    color: #f0ebe4;
    font-size: 48px;
    font-weight: 300;
    line-height: 55.2px;
}

.format-details > p {
    margin: 24px 0 0;
    color: #d8d0c4;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
}

.format-details > p span,
.signup-card p span {
    color: #dea836;
}

.data-list {
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--pzs-line);
}

.data-list li {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 13px 0;
    border-bottom: 1px solid var(--pzs-line);
    color: var(--pzs-muted);
    font-size: 13px;
}

.data-list strong {
    color: var(--pzs-text);
    font-weight: 300;
    text-align: right;
}

.signup-card {
    position: relative;
    width: 478px;
    min-height: 796.31px;
    padding: 40px;
    border: 1px solid var(--pzs-line);
    background: #181614;
}

.signup-card__label {
    display: inline-flex;
    margin: 0 0 16px;
    padding: 5px 9px;
    border: 1px solid rgba(222, 168, 54, 0.34);
    color: var(--pzs-gold);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.signup-card h3 {
    color: #f0ebe4;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
}

.signup-card p {
    margin: 20px 0 0;
    color: #d8d0c4;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
}

.signup-card__note {
    color: #8a8278 !important;
    font-size: 12.5px !important;
    line-height: 21.22px !important;
}

.signup-card__photo {
    display: block;
    width: 100%;
    height: 360px;
    margin-top: 24px;
    object-fit: cover;
    border: 1px solid rgba(184, 151, 58, 0.18);
    background-position: center;
    background-size: cover;
}

.signup-card__photo--fallback {
    background-image: url("../images/default-format-card.png");
    background-position: center;
}

.author-grid {
    display: grid;
    grid-template-columns: 340px 616px;
    gap: 80px;
    align-items: start;
    width: min(1036px, calc(100% - 48px));
    min-height: 557.5px;
    margin: 0 auto;
}

.author-card {
    position: relative;
    width: 340px;
    height: 420px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(184, 151, 58, 0.18);
    background: #1a1812;
}

.author-card--has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(13, 12, 10, 0.52), rgba(13, 12, 10, 0.72)),
        radial-gradient(circle at 50% 40%, rgba(222, 168, 54, 0.08), transparent 62%);
    pointer-events: none;
}

.author-card__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card__monogram {
    position: absolute;
    z-index: 2;
    left: 63.5px;
    top: 109px;
    color: rgba(222, 168, 54, 0.1);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 150px;
    font-weight: 300;
    line-height: 1;
}

.author-card__rule {
    position: absolute;
    z-index: 2;
    left: 32px;
    top: 40px;
    width: 60px;
    height: 1px;
    background: #dea836;
}

.author-card__name {
    position: absolute;
    z-index: 2;
    left: 32px;
    top: 56px;
    color: #dea836;
    font-size: 11.5px;
    font-weight: 300;
    line-height: 19.58px;
    letter-spacing: 2.53px;
    text-transform: uppercase;
}

.author-card blockquote {
    position: absolute;
    z-index: 2;
    left: 32px;
    top: 308px;
    width: 276px;
    margin: 0;
    color: #d8d0c4;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}

.author-card__slashes span {
    position: absolute;
    z-index: 2;
    width: 26px;
    height: 1px;
    background: rgba(222, 168, 54, 0.35);
    transform: rotate(35deg);
    transform-origin: top left;
}

.author-card__slashes span:nth-child(1) {
    left: 270px;
    top: 384px;
}

.author-card__slashes span:nth-child(2) {
    left: 282px;
    top: 372px;
}

.author-card__slashes span:nth-child(3) {
    left: 294px;
    top: 360px;
}

.author-info {
    width: 616px;
    color: #d8d0c4;
}

.author-info .eyebrow {
    margin: 0;
    color: #dea836;
}

.author-info h2 {
    margin: 19px 0 0;
    color: #f0ebe4;
    font-size: 48px;
    font-weight: 300;
    line-height: 55.2px;
}

.lead,
.author-info p {
    color: #d8d0c4;
}

.author-info .lead {
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.author-info p:not(.eyebrow):not(.lead) {
    margin: 12px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
}

.author-creds {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    color: #d8d0c4;
    font-size: 14.7px;
    font-weight: 300;
    line-height: 25px;
    list-style: none;
}

.author-creds li {
    display: flex;
    gap: 13px;
    min-height: 26.02px;
}

.author-creds span {
    width: 14.11px;
    flex: 0 0 14.11px;
    color: #dea836;
}

.program-wrap {
    max-width: 1100px;
    padding: 0 32px;
}

.program-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.program-header .eyebrow {
    margin: 0 0 0.56px;
    color: #dea836;
}

.program-header h2 {
    max-width: 1036px;
    margin: 0;
    padding-top: 3px;
    color: #f0ebe4;
    font-size: 48px;
    font-weight: 300;
    line-height: 55.2px;
}

.program-intro {
    width: max-content;
    max-width: 100%;
    margin: 0;
    color: #8a8278;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
    white-space: nowrap;
}

.program-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 780px;
    max-width: 100%;
    margin: 51.1px auto 0;
    padding-top: 8.89px;
    overflow: visible;
}

.program-item {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) minmax(116px, max-content);
    column-gap: 32px;
    align-items: center;
    min-height: 129.38px;
    padding: 28px 36px;
    border: 1px solid rgba(184, 151, 58, 0.18);
    background: #181614;
    overflow: visible;
}

.program-item__num {
    color: #ad8b27;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 38.4px;
    font-weight: 300;
    line-height: 38.4px;
}

.program-item__info {
    min-width: 0;
}

.program-item h3 {
    margin: 0 0 3.06px;
    color: #f0ebe4;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18.4px;
    font-weight: 300;
    line-height: 21.16px;
}

.program-item p {
    margin: 0;
    color: #8a8278;
    font-size: 13.6px;
    font-weight: 300;
    line-height: 23.12px;
}

.program-date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    min-width: 116px;
    color: #8a8278;
    text-align: right;
}

.program-date strong {
    color: #f0ebe4;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20.8px;
    font-weight: 300;
    line-height: 35.36px;
    letter-spacing: 0.787px;
}

.program-date span {
    color: #8a8278;
    font-size: 13.1px;
    font-weight: 300;
    line-height: 22.3px;
    letter-spacing: 0.787px;
}

.program-note {
    width: min(480px, 100%);
    margin: 51.1px auto 0;
    color: #8a8278;
    font-size: 13.6px;
    font-weight: 300;
    line-height: 23.12px;
    text-align: center;
}

.section--cta {
    text-align: center;
}

.continue-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: min(1036px, calc(100% - 48px));
    margin: 0 auto;
    overflow: visible;
    text-align: center;
}

.continue-content .eyebrow {
    margin: 0;
    color: #dea836;
}

.continue-content h2 {
    margin: 0;
    color: #f0ebe4;
    font-size: 48px;
    font-weight: 300;
    line-height: 55.2px;
}

.continue-intro {
    width: 640px;
    max-width: 100%;
    margin: 0;
    color: #8a8278;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
}

.continue-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    overflow: visible;
}

.continue-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 127px;
    padding: 32px 20px;
    border: 1px solid rgba(184, 151, 58, 0.18);
    background: #181614;
    overflow: visible;
}

.continue-card span {
    width: 24px;
    height: 1px;
    background: #dea836;
}

.continue-card p {
    width: 201px;
    max-width: 100%;
    margin: 0;
    color: #f0ebe4;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

.cta-box {
    width: 100%;
    max-width: 1100px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.section--cta .eyebrow {
    width: min(1036px, 100%);
    margin: 20px 0 0;
    color: #dea836;
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 300;
    line-height: 19.58px;
    letter-spacing: 2.53px;
}

.cta-box h2 {
    margin: 0 auto;
    width: min(1036px, 100%);
    padding-bottom: 20px;
    color: #f0ebe4;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 55.2px;
}

.cta-box__rule {
    display: block;
    width: 60px;
    height: 2px;
    background: url("../images/divider-short.svg") center / 100% 2px no-repeat;
}

.cta-box__copy {
    width: min(1036px, 100%);
    margin: 0 auto;
    padding: 15.92px 0 45.77px;
}

.section--cta .cta-box__lead {
    margin: 0;
    color: #8a8278;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
}

.section--cta .cta-box__details {
    margin: 0;
    color: #8a8278;
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 15.2px;
    font-weight: 300;
    line-height: 25.84px;
}

.cta-box__details span,
.cta-box__gift span {
    color: var(--pzs-gold);
    font-weight: 300;
}

.cta-box__actions {
    width: min(480px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
}

.section--cta .button {
    width: auto;
    min-width: 0;
    min-height: 0;
    margin-top: 0;
    padding: 15px 40px 16.11px;
    border-color: #dea836;
    background: #dea836;
    color: #0d0c0a;
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 13.6px;
    font-weight: 300;
    line-height: 23.12px;
    letter-spacing: 1.9px;
    white-space: nowrap;
}

.section--cta .cta-box__note {
    width: min(480px, 100%);
    margin: 0;
    color: #8a8278;
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 15.2px;
    font-weight: 300;
    line-height: 25.84px;
    letter-spacing: 0.91px;
}

.section--cta .cta-box__gift {
    align-self: stretch;
    margin: 0;
    color: #8a8278;
    font-family: Jost, "Segoe UI", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 21.22px;
}

.gift-grid {
    display: grid;
    grid-template-columns: 616px 220px;
    gap: 80px;
    align-items: start;
    width: min(1036px, calc(100% - 48px));
    min-height: 360.11px;
    margin: 0 auto;
}

.gift-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 616px;
    min-height: 360.11px;
    overflow: hidden;
}

.gift-text .eyebrow {
    margin: 0;
    color: #dea836;
}

.gift-text h2 {
    width: 600px;
    margin: 0;
    color: #f0ebe4;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
}

.gift-text__rule {
    display: block;
    width: 60px;
    height: 1px;
    background: #dea836;
}

.gift-text p:not(.eyebrow):not(.gift-countdown) {
    width: 600px;
    margin: 0;
    color: #d8d0c4;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
}

.gift-button {
    margin-top: 0;
    padding: 16px 41px 17.11px;
    border-color: #dea836;
    background: #dea836;
    color: #0d0c0a;
    font-size: 13.6px;
    font-weight: 300;
    line-height: 23.12px;
    letter-spacing: 1.9px;
}

.gift-countdown {
    margin: 0;
    color: #8a8278;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 21.22px;
}

.book-cover-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 360.11px;
    overflow: hidden;
    border: 1px solid rgba(184, 151, 58, 0.18);
    border-style: dashed;
    border-radius: 4px;
    background: #1a1812;
}

.book-cover-placeholder__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-cover-placeholder span {
    width: 160px;
    color: #8a8278;
    font-size: 11.5px;
    font-weight: 300;
    line-height: 19.58px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

.site-footer {
    position: relative;
    overflow: hidden;
    height: 330.56px;
    padding: 52px 0 36px;
    border-top: 1px solid var(--pzs-line);
    background: #121110;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(184, 151, 58, 0.03), transparent 38%, transparent 62%, rgba(184, 151, 58, 0.025));
    pointer-events: none;
}

.site-footer__container {
    max-width: 1100px;
    padding: 0 32px;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 160px 180px;
    gap: 180px;
    align-items: start;
    min-height: 151.56px;
}

.site-footer__about p {
    margin: 20px 0 0;
    color: #8a8278;
    font-size: 14px;
    font-weight: 300;
    line-height: 22.5px;
}

.site-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 9.31px;
    text-transform: none;
}

.site-footer__contacts {
    color: #8a8278;
    font-size: 14px;
    font-weight: 300;
    line-height: 22.5px;
}

.site-footer__contacts p {
    margin: 0 0 7.31px;
}

.site-footer__contacts a {
    color: #dea836;
    text-decoration: none;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
}

.site-footer__bottom p {
    margin: 0;
    color: #70685f;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
}

.section--lead-form {
    min-height: 680px;
    padding: 110px 0;
    background:
        radial-gradient(ellipse 70% 70% at 50% 50%, rgba(184, 151, 58, 0.06) 0%, rgba(184, 151, 58, 0) 70%),
        #0d0c0a;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
}

.lead-form {
    display: grid;
    grid-template-columns: 478px 478px;
    gap: 80px;
    align-items: start;
}

.lead-form__content h2 {
    margin: 18px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    line-height: 1.08;
    color: var(--pzs-text);
}

.lead-form__rule,
.detail-page__rule {
    display: block;
    width: 60px;
    height: 2px;
    margin: 28px 0 30px;
    background: url("../images/divider-short.svg") center / 60px 2px no-repeat;
}

.lead-form__content > p:not(.eyebrow):not(.lead-form__note) {
    margin: 0 0 28px;
    color: #d8d0c4;
    font-size: 16px;
    line-height: 1.7;
}

.lead-form__telegram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 34px;
    background: var(--pzs-gold);
    color: #0d0c0a;
    font-family: Jost, sans-serif;
    font-size: 13.6px;
    line-height: 1.7;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.lead-form__telegram:hover {
    background: #efbd49;
    color: #0d0c0a;
}

.lead-form__note {
    margin: 18px 0 0;
    color: var(--pzs-muted);
    font-size: 12.5px;
    line-height: 1.7;
}

.lead-form__panel {
    min-height: 420px;
    padding: 44px;
    background: #181614;
    border: 1px solid rgba(184, 151, 58, 0.18);
}

.lead-form__shortcode {
    color: var(--pzs-text);
}

.lead-form__placeholder {
    display: grid;
    gap: 18px;
}

.lead-form__placeholder--preview {
    padding: 20px;
    border: 1px dashed rgba(184, 151, 58, 0.24);
    background: rgba(13, 12, 10, 0.42);
}

.lead-form__placeholder--preview code {
    display: block;
    overflow-wrap: anywhere;
    color: var(--pzs-gold);
    font-family: Jost, sans-serif;
    font-size: 12.5px;
    line-height: 1.7;
}

.lead-form__placeholder label {
    display: grid;
    gap: 8px;
    color: var(--pzs-muted);
    font-size: 12.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lead-form__placeholder input,
.lead-form .ff-el-form-control,
.lead-form .wpcf7-form-control:not(.wpcf7-submit),
.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(184, 151, 58, 0.24);
    border-radius: 0;
    background: #0d0c0a;
    color: var(--pzs-text);
    font-family: Jost, sans-serif;
    font-size: 15px;
}

.lead-form__placeholder button,
.lead-form .ff-btn-submit,
.lead-form .wpcf7-submit,
.lead-form button[type="submit"],
.lead-form input[type="submit"] {
    min-height: 54px;
    border: 0;
    background: var(--pzs-gold);
    color: #0d0c0a;
    font-family: Jost, sans-serif;
    font-size: 13.6px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.lead-form__placeholder p,
.lead-form .ff-el-help-message,
.lead-form .ff-el-is-error .text-danger,
.lead-form .wpcf7-not-valid-tip,
.lead-form .wpcf7-response-output {
    margin: 0;
    color: var(--pzs-muted);
    font-size: 12.5px;
    line-height: 1.7;
}

.lead-form .wpcf7 form,
.lead-form .wpcf7 p {
    display: grid;
    gap: 14px;
    margin: 0;
}

.lead-form .wpcf7 label {
    display: grid;
    gap: 8px;
    color: var(--pzs-muted);
    font-size: 12.5px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}

.lead-form .wpcf7-form-control-wrap {
    display: block;
}

.lead-form .wpcf7-spinner {
    margin: 8px 0 0;
}

.lead-form .wpcf7-response-output {
    padding: 12px 14px;
    border-color: rgba(184, 151, 58, 0.24);
}

.section--detail-page {
    min-height: 680px;
    padding: 150px 0 120px;
    background:
        radial-gradient(ellipse 70% 70% at 50% 50%, rgba(184, 151, 58, 0.04) 0%, rgba(184, 151, 58, 0) 70%),
        #0d0c0a;
    border-top: 1px solid rgba(184, 151, 58, 0.18);
}

.detail-page {
    max-width: 860px;
}

.detail-page h1 {
    margin: 18px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    line-height: 1.08;
    color: var(--pzs-text);
}

.detail-page__content {
    color: #d8d0c4;
    font-size: 17px;
    line-height: 1.75;
}

.detail-page__content > *:first-child {
    margin-top: 0;
}

.detail-page__content h2,
.detail-page__content h3 {
    font-family: "Cormorant Garamond", serif;
    color: var(--pzs-text);
}

.detail-page__content p,
.detail-page__content ul,
.detail-page__content ol {
    color: inherit;
}

.detail-page__content ul,
.detail-page__content ol {
    margin: 22px 0;
    padding-left: 1.25em;
}

.detail-page__content li + li {
    margin-top: 8px;
}

.detail-page__content a {
    color: var(--pzs-gold);
}

.detail-page__content .wp-block-image {
    margin: 36px 0;
}

.detail-page__content .wp-block-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(184, 151, 58, 0.22);
}

.detail-page__content .wp-block-image figcaption {
    margin-top: 10px;
    color: #8a8278;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

.detail-page__content .wp-block-quote {
    margin: 36px 0;
    padding: 6px 0 6px 24px;
    border-left: 1px solid var(--pzs-gold);
    color: var(--pzs-text);
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.45;
}

.detail-page__content .wp-block-quote p {
    margin: 0;
}

.detail-page__content .wp-block-button {
    margin: 34px 0;
}

.detail-page__content .wp-block-button__link {
    border-radius: 0;
    background: var(--pzs-gold);
    color: #0d0c0a;
    font-family: Jost, sans-serif;
    font-size: 13.6px;
    letter-spacing: 0.14em;
    line-height: 1.7;
    padding: 15px 40px 16px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .site-header {
        position: absolute;
        align-items: flex-start;
        flex-direction: column;
        height: auto;
        gap: 13px;
        padding: 18px 24px;
    }

    .site-header__nav {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .hero {
        height: auto;
        min-height: 760px;
        padding-top: 72px;
    }

    .section--split,
    .section--cards,
    .section--format,
    .section--author,
    .section--program,
    .section--audience,
    .section--cta,
    .section--gift,
    .site-footer {
        height: auto;
    }

    .hero__stats,
    .split-grid,
    .format-grid,
    .about-meta,
    .author-grid,
    .gift-grid,
    .continue-cards,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .split-grid,
    .format-grid,
    .about-meta,
    .continue-content {
        width: min(100%, calc(100vw - 48px));
    }

    .image-panel,
    .format-details,
    .format-details h2,
    .signup-card {
        width: 100%;
    }

    .continue-card {
        height: auto;
        min-height: 127px;
    }

    .reason-grid {
        grid-template-columns: 1fr;
        width: min(100%, calc(100vw - 48px));
    }

    .reason-card {
        width: 100%;
        height: auto;
        min-height: 382.52px;
    }

    .benefits-wrap {
        padding: 0;
    }

    .author-grid,
    .gift-grid,
    .author-info {
        width: min(100%, calc(100vw - 48px));
    }

    .author-card {
        width: min(340px, 100%);
    }

    .gift-text,
    .gift-text h2,
    .gift-text p:not(.eyebrow):not(.gift-countdown) {
        width: 100%;
    }

    .book-cover-placeholder {
        width: min(220px, 100%);
    }

    .program-wrap {
        padding: 0;
    }

    .program-item {
        grid-template-columns: 44px minmax(0, 1fr);
        height: auto;
        min-height: 129.38px;
        row-gap: 12px;
    }

    .program-date {
        grid-column: 2;
        align-items: flex-start;
        text-align: left;
    }

    .site-footer__copy {
        text-align: left;
    }

    .site-footer__inner {
        gap: 28px;
    }

    .lead-form {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .lead-form__panel {
        padding: 28px;
    }

    .site-footer__bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(var(--pzs-container), calc(100% - 32px));
    }

    .site-header__brand,
    .site-footer__brand {
        font-size: 11px;
    }

    .site-header__nav,
    .site-footer__nav {
        gap: 18px;
        font-size: 10px;
    }

    .hero {
        min-height: 710px;
    }

    .hero__title {
        max-width: 100%;
        font-size: 42px;
        line-height: 1.03;
        overflow-wrap: anywhere;
    }

    .hero__title span {
        display: block;
    }

    .hero__subtitle {
        font-size: 17px;
    }

    .eyebrow,
    .hero__text,
    .hero__gift,
    .rich-text,
    .section p,
    .data-list,
    .button {
        overflow-wrap: anywhere;
    }

    .hero__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-top: 40px;
    }

    .hero__stats dt {
        font-size: 25px;
    }

    .hero__stats dd {
        font-size: 11px;
    }

    .section {
        padding: 74px 0;
    }

    .section--cta {
        height: auto;
        min-height: 702.58px;
        padding: 84px 0 96px;
    }

    .section h2,
    .section__title {
        max-width: 100%;
        font-size: 31px;
        overflow-wrap: anywhere;
    }

    .image-panel,
    .image-panel__image,
    .image-panel__fallback {
        min-height: 360px;
        height: 360px;
    }

    .program-item {
        padding: 22px 18px;
    }

    .program-intro {
        width: 100%;
        white-space: normal;
    }

    .benefits-header h2,
    .program-header h2,
    .gift-text h2,
    .author-info h2 {
        font-size: 36px;
        line-height: 1.12;
    }

    .author-card {
        height: 420px;
    }

    .button {
        width: 100%;
        min-height: 52px;
        padding-inline: 16px;
    }

    .section--cta .button {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }

    .cta-box h2 {
        font-size: 36px;
        line-height: 1.13;
    }

    .lead-form__content h2,
    .detail-page h1 {
        font-size: 36px;
        line-height: 1.13;
    }

    .section--lead-form,
    .section--detail-page {
        padding: 84px 0 96px;
    }

    .section--cta .cta-box__lead {
        font-size: 17px;
    }

    .section--cta .cta-box__details,
    .section--cta .cta-box__note {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
