@charset "UTF-8";

:root {
    --tn-ink: #17241f;
    --tn-plum: #0b3025;
    --tn-plum-deep: #031811;
    --tn-wine: #245a43;
    --tn-gold: #c9a46a;
    --tn-gold-light: #ead8b8;
    --tn-cream: #f3f1e7;
    --tn-paper: #fbfcf8;
    --tn-blush: #e5eee8;
    --tn-muted: #68756f;
    --tn-line: rgba(17, 58, 43, .14);
    --tn-shadow: 0 24px 70px rgba(3, 32, 23, .16);
}

html {
    scroll-behavior: smooth;
}

body.tarot-new-page {
    margin: 0;
    color: var(--tn-ink);
    background: var(--tn-paper);
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: .055em;
    -webkit-font-smoothing: antialiased;
}

.tarot-new-page *,
.tarot-new-page *::before,
.tarot-new-page *::after {
    box-sizing: border-box;
}

.tarot-new-page img {
    display: block;
    max-width: 100%;
}

.tarot-new-page a {
    color: inherit;
    text-decoration: none;
}

.tarot-new-page h1,
.tarot-new-page h2,
.tarot-new-page h3,
.tarot-new-page p,
.tarot-new-page dl,
.tarot-new-page dd,
.tarot-new-page figure,
.tarot-new-page ul,
.tarot-new-page ol {
    margin-top: 0;
}

.tn-shell {
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
}

.tn-skip {
    position: fixed;
    z-index: 10000;
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    color: #fff !important;
    background: var(--tn-plum-deep);
    transform: translateY(-160%);
}

.tn-skip:focus {
    transform: none;
}

.tn-header {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.tn-header__inner {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.tn-brand {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.15;
    letter-spacing: .12em;
}

.tn-brand__tagline {
    margin-bottom: 7px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    letter-spacing: .24em;
    opacity: .74;
}

.tn-brand__name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    letter-spacing: .18em;
}

.tn-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
}

.tn-nav a {
    position: relative;
    padding-block: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
}

.tn-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: var(--tn-gold-light);
    transform: scaleX(0);
    transition: transform .3s ease;
}

.tn-nav a:hover::after,
.tn-nav a:focus-visible::after {
    transform: scaleX(1);
}

.tn-mobile-nav {
    display: none;
}

.tn-hero {
    position: relative;
    overflow: hidden;
    min-height: 880px;
    padding: 176px 0 72px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(63, 124, 90, .23), transparent 27%),
        linear-gradient(135deg, #031811 0%, #0b3025 48%, #164534 100%);
}

.tn-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .17;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.tn-hero__glow {
    position: absolute;
    border: 1px solid rgba(234, 216, 184, .2);
    border-radius: 50%;
}

.tn-hero__glow--one {
    top: 80px;
    right: -230px;
    width: 650px;
    height: 650px;
}

.tn-hero__glow--two {
    bottom: -280px;
    left: -180px;
    width: 560px;
    height: 560px;
}

.tn-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    align-items: center;
    gap: 76px;
}

.tn-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 26px;
    color: var(--tn-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    letter-spacing: .3em;
}

.tn-eyebrow::before {
    width: 42px;
    height: 1px;
    content: "";
    background: currentColor;
}

.tn-eyebrow--dark {
    color: var(--tn-wine);
}

.tn-hero__kicker {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    letter-spacing: .16em;
}

.tn-hero h1 {
    max-width: 600px;
    margin-bottom: 24px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: .09em;
}

.tn-hero h1 span {
    display: block;
    white-space: nowrap;
}

.tn-hero__lead {
    max-width: 590px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .76);
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 17px;
    line-height: 2;
}

.tn-hero__checks {
    display: grid;
    padding: 0;
    margin-bottom: 34px;
    gap: 8px;
    list-style: none;
}

.tn-hero__checks li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
}

.tn-hero__checks li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 15px;
    height: 9px;
    content: "";
    border-bottom: 1px solid var(--tn-gold-light);
    border-left: 1px solid var(--tn-gold-light);
    transform: rotate(-45deg);
}

.tn-hero__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tn-button {
    display: inline-flex;
    min-width: 190px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

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

.tn-button--gold {
    color: var(--tn-plum-deep) !important;
    background: linear-gradient(135deg, #ead8b8, #c49b5c);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .22);
}

.tn-text-link {
    color: rgba(255, 255, 255, .8) !important;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .34);
}

.tn-hero__visual {
    position: relative;
    min-height: 580px;
}

.tn-hero__visual--mobile {
    display: none;
}

.tn-hero__image {
    position: absolute;
    overflow: hidden;
    margin: 0;
    background: #183d2f;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .36);
}

.tn-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tn-hero__image--main {
    top: 0;
    right: 8%;
    width: 67%;
    height: 500px;
    border-radius: 48% 48% 18px 18px;
}

.tn-hero__image--sub {
    bottom: 0;
    left: 0;
    width: 42%;
    height: 260px;
    border: 9px solid var(--tn-plum);
    border-radius: 0;
}

.tn-hero__moon {
    position: absolute;
    top: 14px;
    left: 1%;
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
    color: var(--tn-gold-light);
    border: 1px solid rgba(234, 216, 184, .45);
    border-radius: 50%;
    font-size: 23px;
}

.tn-hero__moon::before,
.tn-hero__moon::after {
    position: absolute;
    width: 86px;
    height: 86px;
    content: "";
    border: 1px solid rgba(234, 216, 184, .18);
    border-radius: 50%;
}

.tn-hero__moon::after {
    width: 152px;
    height: 152px;
}

.tn-stats {
    position: relative;
    z-index: 3;
    display: grid;
    max-width: 780px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 62px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.tn-stats dl {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.tn-stats dl + dl {
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.tn-stats dt {
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    letter-spacing: .14em;
}

.tn-stats dd {
    margin: 4px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
    font-size: 31px;
    line-height: 1.2;
}

.tn-video-feature {
    position: relative;
    padding: 76px 0 94px;
    background: var(--tn-paper);
}

.tn-video-feature::before {
    position: absolute;
    top: 0;
    right: 8%;
    left: 8%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--tn-line), transparent);
}

.tn-video-card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 430px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    border: 0;
    border-radius: 22px;
    outline: 0;
    background: var(--tn-plum-deep);
    box-shadow: var(--tn-shadow);
    cursor: pointer;
    text-align: left;
}

.tn-video-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.tn-video-card:hover > img,
.tn-video-card:focus-visible > img {
    transform: scale(1.025);
}

.tn-video-card:focus-visible {
    box-shadow: 0 0 0 4px var(--tn-gold-light), var(--tn-shadow);
}

.tn-video-card__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 21, 15, .86), rgba(3, 21, 15, .18) 72%),
        linear-gradient(0deg, rgba(3, 21, 15, .34), transparent 58%);
}

.tn-video-card__copy {
    position: absolute;
    z-index: 2;
    bottom: 58px;
    left: 60px;
    display: flex;
    max-width: 520px;
    flex-direction: column;
}

.tn-video-card__eyebrow {
    margin-bottom: 12px;
    color: var(--tn-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    letter-spacing: .28em;
}

.tn-video-card__copy strong {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .12em;
}

.tn-video-card__copy > span:last-child:not(.tn-video-card__eyebrow) {
    margin-top: 9px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
}

.tn-video-card__play {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: auto;
    left: 50%;
    display: grid;
    width: 104px;
    height: 104px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 12px 38px rgba(0, 0, 0, .24);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(7px);
    transition: background .25s ease, transform .25s ease;
}

.tn-video-card:hover .tn-video-card__play,
.tn-video-card:focus-visible .tn-video-card__play {
    background: rgba(255, 255, 255, .24);
    transform: translate(-50%, -50%) scale(1.04);
}

.tn-video-card__play i {
    width: 0;
    height: 0;
    margin-left: 7px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #fff;
}

.tn-video-modal[hidden] {
    display: none;
}

.tn-video-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    padding: 72px 32px 32px;
    place-items: center;
}

.tn-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 14, 10, .94);
    backdrop-filter: blur(9px);
}

.tn-video-modal__panel {
    position: relative;
    z-index: 2;
    width: min(1100px, 100%);
    background: #000;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
}

.tn-video-modal video {
    display: block;
    width: 100%;
    max-height: calc(100vh - 110px);
    aspect-ratio: 16 / 9;
    background: #000;
}

.tn-video-modal__close {
    position: absolute;
    z-index: 3;
    top: -52px;
    right: 0;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    outline: 0;
    background: transparent;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
}

.tn-video-modal__close:focus-visible,
.tn-video-modal__close:hover {
    color: var(--tn-plum-deep);
    background: #fff;
}

body.tn-video-modal-open {
    overflow: hidden;
}

.tn-guardian {
    position: relative;
    overflow: hidden;
    padding: 118px 0 126px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 24%, rgba(187, 151, 91, .12), transparent 34%),
        linear-gradient(145deg, #031811, #08271c 64%, #041b13);
}

.tn-guardian::before,
.tn-guardian::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(234, 216, 184, .1);
    border-radius: 50%;
    pointer-events: none;
}

.tn-guardian::before {
    top: -260px;
    right: -120px;
    width: 620px;
    height: 620px;
}

.tn-guardian::after {
    bottom: -240px;
    left: -180px;
    width: 520px;
    height: 520px;
}

.tn-guardian__glow {
    position: absolute;
    top: 48%;
    left: 15%;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(187, 151, 91, .08);
    filter: blur(80px);
    pointer-events: none;
}

.tn-guardian .tn-shell {
    position: relative;
    z-index: 1;
}

.tn-guardian__heading {
    max-width: 820px;
    margin: 0 auto 54px;
    text-align: center;
}

.tn-guardian__heading > p,
.tn-guardian__media-title {
    color: var(--tn-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    letter-spacing: .28em;
}

.tn-guardian__heading h2 {
    margin: 16px 0 15px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(31px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .08em;
}

.tn-guardian__heading > span {
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
    letter-spacing: .08em;
}

.tn-guardian__grid {
    display: grid;
    max-width: 820px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 28px;
}

.tn-guardian__grid--text-only {
    max-width: 760px;
}

.tn-guardian__content {
    display: grid;
    justify-items: center;
    padding: 36px 44px;
    text-align: center;
    border: 1px solid rgba(234, 216, 184, .18);
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 0, rgba(234, 216, 184, .08), transparent 44%),
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.tn-guardian__description {
    max-width: 650px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 2.1;
}

.tn-guardian__description p + p {
    padding-top: 17px;
    margin-top: 17px;
    color: rgba(255, 255, 255, .88);
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 15px;
    line-height: 2.15;
}

.tn-guardian__note {
    display: inline-flex;
    padding: 5px 11px;
    margin-top: 18px;
    color: var(--tn-gold-light);
    border: 1px solid rgba(234, 216, 184, .32);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .08em;
}

.tn-guardian__movie {
    display: grid;
    justify-items: center;
    padding: 48px 48px 42px;
    border: 1px solid rgba(234, 216, 184, .3);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 14%, rgba(210, 181, 125, .2), transparent 35%),
        linear-gradient(155deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03));
    box-shadow: 0 34px 78px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .07);
    gap: 24px;
}

.tn-guardian__movie-heading {
    width: 100%;
    text-align: center;
}

.tn-guardian__movie-heading h3 {
    margin: 12px 0 0;
    color: #fff;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(21px, 2.25vw, 29px);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: .06em;
}

.tn-guardian__movie video {
    display: block;
    width: min(100%, 360px);
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border: 1px solid rgba(234, 216, 184, .25);
    border-radius: 17px;
    background: #031811;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}

.tn-guardian__movie > a {
    display: flex;
    width: min(100%, 360px);
    align-items: center;
    justify-content: center;
    min-height: 44px;
    color: var(--tn-gold-light);
    border: 1px solid rgba(234, 216, 184, .3);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .08em;
}

.tn-guardian__movie > a b {
    margin-left: 8px;
    font-size: 13px;
    font-weight: 400;
}

.tn-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tn-section {
    padding: 130px 0;
}

.tn-section__grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 100px;
}

.tn-section__heading h2,
.tn-centered-heading h2,
.tn-market h2,
.tn-contact h2 {
    margin-bottom: 26px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(37px, 4vw, 56px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .09em;
}

.tn-section__heading > p:last-child {
    color: var(--tn-muted);
    font-size: 14px;
}

.tn-problems {
    position: relative;
    background: var(--tn-cream);
}

.tn-problems::after {
    position: absolute;
    top: 62px;
    right: 4%;
    color: rgba(36, 90, 67, .07);
    content: "✦";
    font-size: 180px;
}

.tn-problem-list {
    position: relative;
    z-index: 2;
    display: grid;
    padding: 0;
    border-top: 1px solid var(--tn-line);
    list-style: none;
}

.tn-problem-list li {
    display: flex;
    min-height: 78px;
    align-items: center;
    padding: 15px 24px;
    border-bottom: 1px solid var(--tn-line);
    background: rgba(255, 255, 255, .43);
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 19px;
}

.tn-problem-list span {
    flex: 0 0 72px;
    color: var(--tn-gold);
    font-family: Georgia, serif;
    font-size: 13px;
    letter-spacing: .15em;
}

.tn-reasons {
    background: var(--tn-paper);
}

.tn-centered-heading {
    max-width: 700px;
    margin: 0 auto 80px;
    text-align: center;
}

.tn-centered-heading .tn-eyebrow {
    justify-content: center;
}

.tn-centered-heading .tn-eyebrow::after {
    width: 42px;
    height: 1px;
    content: "";
    background: currentColor;
}

.tn-centered-heading__lead {
    margin-bottom: 8px;
    color: var(--tn-wine);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .16em;
}

.tn-centered-heading h2 {
    margin-bottom: 14px;
}

.tn-reason-list {
    display: grid;
    padding: 0;
    gap: 90px;
    list-style: none;
}

.tn-reason-card {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 80px;
}

.tn-reason-card:nth-child(even) figure {
    order: 2;
}

.tn-reason-card figure {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    box-shadow: var(--tn-shadow);
}

.tn-reason-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s ease;
}

.tn-reason-card:hover figure img {
    transform: scale(1.025);
}

.tn-reason-card figure span {
    position: absolute;
    right: 24px;
    bottom: 19px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--tn-plum-deep);
    border-radius: 50%;
    background: var(--tn-gold-light);
    font-family: Georgia, serif;
    font-size: 14px;
}

.tn-reason-card__copy {
    padding: 24px 0;
}

.tn-reason-card__label {
    margin-bottom: 13px;
    color: var(--tn-gold);
    font-family: Georgia, serif;
    font-size: 11px;
    letter-spacing: .26em;
}

.tn-reason-card h3 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 27px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 500;
    line-height: 1.55;
}

.tn-reason-card h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 1px;
    content: "";
    background: var(--tn-gold);
}

.tn-reason-card__copy div {
    color: var(--tn-muted);
    font-size: 15px;
}

.tn-reason-card__copy p {
    margin-bottom: .8em;
}

.tn-price {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, var(--tn-plum-deep), var(--tn-plum));
}

.tn-price::before,
.tn-price::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(234, 216, 184, .12);
    border-radius: 50%;
}

.tn-price::before {
    top: -290px;
    left: -180px;
    width: 600px;
    height: 600px;
}

.tn-price::after {
    right: -140px;
    bottom: -240px;
    width: 480px;
    height: 480px;
}

.tn-price .tn-shell {
    position: relative;
    z-index: 2;
}

.tn-centered-heading--light > p:last-child {
    color: rgba(255, 255, 255, .66);
}

.tn-price-grid {
    display: grid;
    max-width: 980px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    gap: 30px;
}

.tn-price-card {
    position: relative;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .065);
    backdrop-filter: blur(7px);
}

.tn-price-card--featured {
    border-color: rgba(234, 216, 184, .48);
    background: rgba(255, 255, 255, .1);
}

.tn-price-card__badge {
    position: absolute;
    top: -13px;
    right: 30px;
    padding: 6px 15px;
    color: var(--tn-plum-deep);
    border-radius: 999px;
    background: var(--tn-gold-light);
    font-family: Georgia, serif;
    font-size: 10px;
    letter-spacing: .2em;
}

.tn-price-card h3 {
    min-height: 64px;
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.55;
}

.tn-price-card ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.tn-price-card li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    padding: 17px 0;
    gap: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.tn-price-card li::before {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--tn-gold-light);
    border: 1px solid rgba(234, 216, 184, .3);
    border-radius: 50%;
    content: "✦";
    font-family: Georgia, serif;
    font-size: 8px;
}

.tn-price-card li > span {
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .06em;
}

.tn-price-card strong {
    grid-column: 3;
    justify-self: end;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .04em;
    white-space: nowrap;
}

.tn-price-card small {
    margin-left: 5px;
    color: rgba(255, 255, 255, .57);
    font-family: inherit;
    font-size: 10px;
}

.tn-price__note {
    max-width: 900px;
    margin: 30px auto 0;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    text-align: center;
}

.tn-options {
    max-width: 1080px;
    padding-top: 64px;
    margin: 70px auto 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.tn-options__heading {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

.tn-options__heading > p {
    margin-bottom: 9px;
    color: var(--tn-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    letter-spacing: .28em;
}

.tn-options__heading h3 {
    margin-bottom: 12px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: .1em;
}

.tn-options__heading div {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
}

.tn-options__grid {
    display: grid;
    max-width: 1080px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    margin: 0 auto;
    gap: 18px;
}

.tn-option-card {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    padding: 31px 28px 26px;
    border: 1px solid rgba(234, 216, 184, .2);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
}

.tn-option-card__number {
    margin-bottom: 18px;
    color: var(--tn-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    letter-spacing: .22em;
}

.tn-option-card h4 {
    margin-bottom: 17px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
}

.tn-option-card__sample {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    margin: 0 0 19px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(234, 216, 184, .22);
    border-radius: 10px;
    background: rgba(3, 24, 17, .45);
}

.tn-option-card__sample img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    transition: transform .5s ease;
}

.tn-option-card__sample::after {
    position: absolute;
    inset: auto 0 0;
    height: 58%;
    content: "";
    background: linear-gradient(transparent, rgba(3, 24, 17, .88));
    pointer-events: none;
}

.tn-option-card__sample span {
    position: absolute;
    z-index: 1;
    right: 13px;
    bottom: 10px;
    left: 13px;
    font-size: 10px;
    letter-spacing: .12em;
}

.tn-option-card__sample b {
    font-weight: 400;
}

.tn-option-card__sample:hover img {
    transform: scale(1.04);
}

.tn-option-card__sample--static::after {
    display: none;
}

.tn-option-card__sample--static:hover img {
    transform: none;
}

.tn-option-card__movie {
    display: grid;
    justify-items: center;
    margin: 0 0 19px;
    gap: 10px;
}

.tn-option-card__movie-label {
    display: grid;
    width: 100%;
    gap: 3px;
}

.tn-option-card__movie-label span {
    color: var(--tn-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 8px;
    letter-spacing: .18em;
}

.tn-option-card__movie-label strong {
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 500;
}

.tn-option-card__movie video {
    display: block;
    width: min(100%, 210px);
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border: 1px solid rgba(234, 216, 184, .22);
    border-radius: 15px;
    background: #031811;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.tn-option-card__movie > a {
    display: flex;
    width: min(100%, 210px);
    align-items: center;
    justify-content: center;
    min-height: 37px;
    color: var(--tn-gold-light);
    border: 1px solid rgba(234, 216, 184, .28);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .08em;
    transition: background .25s ease, color .25s ease;
}

.tn-option-card__movie > a:hover {
    color: var(--tn-plum-deep);
    background: var(--tn-gold-light);
}

.tn-option-card__movie > a b {
    margin-left: 8px;
    font-size: 13px;
    font-weight: 400;
}

.tn-option-card__description {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.9;
}

.tn-option-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 19px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, .11);
    gap: 12px;
}

.tn-option-card footer span {
    padding: 4px 9px;
    color: var(--tn-gold-light);
    border: 1px solid rgba(234, 216, 184, .28);
    border-radius: 999px;
    font-size: 10px;
    line-height: 1.4;
    white-space: nowrap;
}

.tn-option-card footer strong {
    margin-left: auto;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    text-align: right;
}

.tn-market {
    background: var(--tn-cream);
}

.tn-market__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 90px;
}

.tn-market figure {
    position: relative;
    overflow: hidden;
    height: 570px;
    margin-bottom: 0;
    border-radius: 0;
    background: #ddd;
    box-shadow: var(--tn-shadow);
}

.tn-market figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tn-market figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    padding: 7px 13px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .42);
    background: rgba(3, 24, 17, .56);
    font-family: Georgia, serif;
    font-size: 10px;
    letter-spacing: .2em;
    backdrop-filter: blur(4px);
}

.tn-market h2 {
    margin-bottom: 13px;
}

.tn-market__lead {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    color: var(--tn-wine);
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
}

.tn-market__lead::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 1px;
    content: "";
    background: var(--tn-gold);
}

.tn-market h3 {
    margin-bottom: 20px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.65;
}

.tn-market__copy > div {
    color: var(--tn-muted);
    font-size: 15px;
}

.tn-profile {
    position: relative;
    overflow: hidden;
    background: var(--tn-paper);
}

.tn-profile::before {
    position: absolute;
    top: -210px;
    right: -170px;
    width: 500px;
    height: 500px;
    content: "";
    border: 1px solid rgba(36, 90, 67, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(36, 90, 67, .025), 0 0 0 140px rgba(36, 90, 67, .018);
}

.tn-profile__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 100px;
}

.tn-profile__visual {
    position: relative;
    height: 610px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 0;
    background: var(--tn-blush);
    box-shadow: var(--tn-shadow);
}

.tn-profile__visual::after {
    position: absolute;
    inset: 14px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: inherit;
    pointer-events: none;
}

.tn-profile__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tn-profile__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 23px;
    padding: 7px 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .48);
    background: rgba(3, 24, 17, .58);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    letter-spacing: .2em;
    backdrop-filter: blur(5px);
}

.tn-profile__copy {
    max-width: 560px;
}

.tn-profile__copy h2 {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 25px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .09em;
}

.tn-profile__copy h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 1px;
    content: "";
    background: var(--tn-gold);
}

.tn-profile__name {
    margin-bottom: 22px;
    color: var(--tn-wine);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    letter-spacing: .22em;
}

.tn-profile__description {
    color: var(--tn-muted);
    font-size: 15px;
}

.tn-profile__description p {
    margin-bottom: 1.15em;
}

.tn-button--profile {
    display: inline-flex;
    min-width: 270px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--tn-wine), var(--tn-plum-deep));
    box-shadow: 0 12px 28px rgba(3, 32, 23, .24);
}

.tn-button--profile span {
    margin-left: 20px;
    color: var(--tn-gold-light);
    font-size: 18px;
}

.tn-faq {
    background: var(--tn-cream);
}

.tn-faq .tn-centered-heading {
    margin-bottom: 58px;
}

.tn-faq .tn-centered-heading > p:last-child {
    color: var(--tn-muted);
    font-size: 14px;
}

.tn-faq__list {
    max-width: 920px;
    margin: 0 auto;
    border-top: 1px solid var(--tn-line);
}

.tn-faq__item {
    border-bottom: 1px solid var(--tn-line);
    background: rgba(255, 255, 255, .48);
}

.tn-faq__item summary {
    display: grid;
    min-height: 90px;
    grid-template-columns: 52px minmax(0, 1fr) 32px;
    align-items: center;
    padding: 20px 28px;
    gap: 16px;
    cursor: pointer;
    list-style: none;
}

.tn-faq__item summary::-webkit-details-marker {
    display: none;
}

.tn-faq__item summary:focus-visible {
    outline: 2px solid var(--tn-gold);
    outline-offset: -2px;
}

.tn-faq__mark,
.tn-faq__answer > span {
    color: var(--tn-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.tn-faq__question {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    line-height: 1.65;
}

.tn-faq__toggle {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(36, 90, 67, .28);
    border-radius: 50%;
}

.tn-faq__toggle::before,
.tn-faq__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    content: "";
    background: var(--tn-wine);
    transform: translate(-50%, -50%);
    transition: transform .25s ease;
}

.tn-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tn-faq__item[open] .tn-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.tn-faq__answer {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 0 76px 28px 28px;
    gap: 16px;
    color: var(--tn-muted);
    font-size: 15px;
}

.tn-faq__answer p {
    margin-bottom: 0;
}

.tn-contact {
    position: relative;
    color: var(--tn-ink);
    background:
        linear-gradient(rgba(255, 253, 249, .93), rgba(255, 253, 249, .93)),
        radial-gradient(circle at center, #fff, var(--tn-blush));
}

.tn-contact__stars {
    margin-bottom: 55px;
    color: var(--tn-gold);
    font-family: Georgia, serif;
    text-align: center;
    letter-spacing: .65em;
}

.tn-contact__inner {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 90px;
}

.tn-contact__heading {
    position: sticky;
    top: 40px;
    align-self: start;
}

.tn-contact__heading h2 {
    margin-bottom: 24px;
    font-size: clamp(36px, 4vw, 52px);
}

.tn-contact__heading > div {
    color: var(--tn-muted);
    font-size: 14px;
}

.tn-contact__link-panel {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: center;
    padding: 54px;
    border: 1px solid var(--tn-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--tn-shadow);
}

.tn-contact__link-panel > p {
    margin-bottom: 30px;
    color: var(--tn-muted);
    font-size: 15px;
    line-height: 2;
}

.tn-contact__button {
    position: relative;
    isolation: isolate;
    display: grid;
    overflow: hidden;
    width: min(100%, 460px);
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    padding: 10px 10px 10px 30px;
    color: #fff !important;
    border: 1px solid rgba(218, 195, 151, .42);
    border-radius: 999px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .13), transparent 30%),
        linear-gradient(135deg, #245a43 0%, #0b3b2c 54%, #031811 100%);
    box-shadow: 0 16px 34px rgba(3, 32, 23, .26), inset 0 1px 0 rgba(255, 255, 255, .08);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.tn-contact__button span {
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.tn-contact__button b {
    position: relative;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #0a2b20;
    border-radius: 50%;
    background: linear-gradient(145deg, #f8efd9, var(--tn-gold-light));
    box-shadow: 0 7px 18px rgba(0, 0, 0, .2);
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    transition: transform .25s ease, background .25s ease;
}

.tn-contact__button:hover,
.tn-contact__button:focus-visible {
    color: #fff !important;
    border-color: rgba(218, 195, 151, .72);
    box-shadow: 0 20px 40px rgba(3, 32, 23, .32), inset 0 1px 0 rgba(255, 255, 255, .1);
    transform: translateY(-2px);
}

.tn-contact__button:hover b,
.tn-contact__button:focus-visible b {
    background: #fff7e7;
    transform: translateX(3px);
}

.tn-contact__button:focus-visible {
    outline: 3px solid rgba(187, 151, 91, .28);
    outline-offset: 4px;
}

.tn-contact__link-panel small {
    margin-top: 18px;
    color: var(--tn-muted);
    font-size: 11px;
    letter-spacing: .08em;
}

.tn-footer {
    padding: 70px 0 24px;
    color: rgba(255, 255, 255, .72);
    background: #03130e;
}

.tn-footer__top {
    display: grid;
    grid-template-columns: 1fr 1.5fr .7fr;
    align-items: start;
    padding-bottom: 55px;
    gap: 65px;
}

.tn-brand--footer {
    color: #fff !important;
}

.tn-footer nav,
.tn-footer__social {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px;
}

.tn-footer nav a,
.tn-footer__social a {
    font-size: 12px;
    transition: color .2s ease;
}

.tn-footer nav a:hover,
.tn-footer__social a:hover {
    color: var(--tn-gold-light);
}

.tn-footer__social {
    grid-template-columns: 1fr;
}

.tn-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .11);
    font-size: 10px;
    letter-spacing: .1em;
}

.tn-mobile-only {
    display: none;
}

@media (max-width: 1040px) {
    .tn-nav {
        display: none;
    }

    .tn-mobile-nav {
        display: block;
        position: relative;
    }

    .tn-mobile-nav summary {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 11px;
        letter-spacing: .18em;
        cursor: pointer;
        list-style: none;
    }

    .tn-mobile-nav summary::-webkit-details-marker {
        display: none;
    }

    .tn-mobile-nav summary i,
    .tn-mobile-nav summary i::after {
        display: block;
        width: 28px;
        height: 1px;
        content: "";
        background: #fff;
    }

    .tn-mobile-nav summary i::after {
        transform: translateY(7px);
    }

    .tn-mobile-nav[open] > nav {
        position: absolute;
        top: 40px;
        right: 0;
        display: grid;
        width: min(320px, calc(100vw - 48px));
        padding: 18px 22px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 8px;
        background: rgba(3, 24, 17, .98);
        box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
        gap: 0;
    }

    .tn-mobile-nav nav a {
        padding: 12px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-size: 13px;
    }

    .tn-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(370px, .9fr);
        gap: 38px;
    }

    .tn-hero__visual {
        min-height: 530px;
    }

    .tn-section__grid,
    .tn-contact__inner {
        gap: 55px;
    }

    .tn-reason-card,
    .tn-market__grid {
        gap: 52px;
    }
}

@media (max-width: 820px) {
    .tn-shell {
        width: min(100% - 40px, 680px);
    }

    .tn-header__inner {
        min-height: 78px;
    }

    .tn-brand__name {
        font-size: 21px;
    }

    .tn-hero {
        padding: 130px 0 55px;
    }

    .tn-hero__grid {
        grid-template-columns: 1fr;
    }

    .tn-hero__copy {
        max-width: 630px;
    }

    .tn-hero__visual--desktop {
        display: none;
    }

    .tn-hero__visual--mobile {
        display: block;
        margin: 26px 0 34px;
    }

    .tn-hero__visual {
        min-height: 610px;
    }

    .tn-hero__image--main {
        right: 0;
        width: 75%;
        height: 530px;
    }

    .tn-hero__image--sub {
        width: 44%;
        height: 285px;
    }

    .tn-stats {
        margin-top: 48px;
    }

    .tn-video-feature {
        padding: 58px 0 76px;
    }

    .tn-video-card {
        min-height: 390px;
    }

    .tn-video-card__copy {
        right: 150px;
        bottom: 40px;
        left: 38px;
    }

    .tn-video-card__play {
        right: auto;
        width: 86px;
        height: 86px;
    }

    .tn-guardian__grid {
        max-width: 760px;
        grid-template-columns: 1fr;
    }

    .tn-guardian__movie {
        padding: 34px;
    }

    .tn-section {
        padding: 95px 0;
    }

    .tn-section__grid,
    .tn-contact__inner {
        grid-template-columns: 1fr;
    }

    .tn-section__heading {
        max-width: 500px;
    }

    .tn-reason-card {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tn-reason-card:nth-child(even) figure {
        order: initial;
    }

    .tn-reason-card figure {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .tn-reason-card__copy {
        padding-inline: 20px;
    }

    .tn-price-grid {
        grid-template-columns: 1fr;
    }

    .tn-options__grid {
        grid-template-columns: 1fr;
    }

    .tn-option-card {
        min-height: 0;
    }

    .tn-market__grid {
        grid-template-columns: 1fr;
    }

    .tn-profile__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .tn-profile__visual {
        width: min(100%, 570px);
        height: min(110vw, 680px);
        margin-inline: auto;
    }

    .tn-profile__copy {
        max-width: 620px;
        margin-inline: auto;
    }

    .tn-market figure {
        height: min(92vw, 620px);
    }

    .tn-contact__heading {
        position: static;
    }

    .tn-footer__top {
        grid-template-columns: 1fr 1.5fr;
    }

    .tn-footer__social {
        grid-column: 2;
    }
}

@media (max-width: 560px) {
    body.tarot-new-page {
        font-size: 15px;
    }

    .tn-shell {
        width: calc(100% - 32px);
    }

    .tn-brand__tagline {
        font-size: 8px;
    }

    .tn-brand__name {
        font-size: 18px;
    }

    .tn-mobile-nav__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
        border: 0;
    }

    .tn-hero {
        min-height: 0;
        padding-top: 114px;
    }

    .tn-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .tn-hero__kicker {
        font-size: 14px;
    }

    .tn-hero h1 {
        margin-bottom: 20px;
        font-size: 39px;
        line-height: 1.48;
    }

    .horoscope-new-page .tn-hero h1 {
        font-size: 31px;
        letter-spacing: .035em;
    }

    .tn-hero__lead {
        font-size: 15px;
    }

    .tn-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .tn-button {
        width: 100%;
    }

    .tn-hero__visual {
        min-height: 440px;
        margin-top: 12px;
    }

    .tn-hero__image--main {
        width: 83%;
        height: 390px;
    }

    .tn-hero__image--sub {
        width: 48%;
        height: 205px;
        border-width: 6px;
    }

    .tn-hero__moon {
        top: -4px;
        width: 78px;
        height: 78px;
    }

    .tn-hero__moon::before {
        width: 56px;
        height: 56px;
    }

    .tn-hero__moon::after {
        width: 100px;
        height: 100px;
    }

    .tn-stats {
        grid-template-columns: 1fr;
    }

    .tn-stats dl {
        min-height: 84px;
    }

    .tn-stats dl + dl {
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-left: 0;
    }

    .tn-stats dd {
        font-size: 26px;
    }

    .tn-video-feature {
        padding: 40px 0 60px;
    }

    .tn-video-card {
        min-height: 410px;
        border-radius: 14px;
    }

    .tn-video-card__shade {
        background: linear-gradient(0deg, rgba(3, 21, 15, .92), rgba(3, 21, 15, .1) 74%);
    }

    .tn-video-card__copy {
        right: 24px;
        bottom: 28px;
        left: 24px;
    }

    .tn-video-card__copy strong {
        font-size: 34px;
    }

    .tn-video-card__play {
        top: 50%;
        right: auto;
        left: 50%;
        width: 78px;
        height: 78px;
        transform: translate(-50%, -50%);
    }

    .tn-video-card:hover .tn-video-card__play,
    .tn-video-card:focus-visible .tn-video-card__play {
        transform: translate(-50%, -50%) scale(1.04);
    }

    .tn-video-modal {
        padding: 68px 14px 20px;
    }

    .tn-section {
        padding: 78px 0;
    }

    .tn-section__heading h2,
    .tn-centered-heading h2,
    .tn-market h2,
    .tn-contact h2 {
        font-size: 35px;
    }

    .tn-problem-list li {
        min-height: 70px;
        padding-inline: 15px;
        font-size: 16px;
    }

    .tn-problem-list span {
        flex-basis: 48px;
    }

    .tn-centered-heading {
        margin-bottom: 55px;
    }

    .tn-reason-list {
        gap: 70px;
    }

    .tn-reason-card figure {
        height: auto;
        max-height: none;
        aspect-ratio: 1 / 1;
    }

    .tn-reason-card__copy {
        padding-inline: 0;
    }

    .tn-reason-card h3 {
        font-size: 27px;
    }

    .tn-price-card {
        padding: 38px 24px 28px;
    }

    .tn-price-card h3 {
        min-height: 0;
        font-size: 19px;
    }

    .tn-price-card li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 10px;
    }

    .tn-price-card strong {
        grid-column: 2;
        justify-self: start;
        font-size: 25px;
    }

    .tn-guardian {
        padding: 82px 0 88px;
    }

    .tn-guardian__heading {
        margin-bottom: 34px;
    }

    .tn-guardian__heading h2 {
        font-size: 30px;
    }

    .tn-guardian__grid {
        gap: 28px;
    }

    .tn-guardian__content {
        padding: 26px 20px;
    }

    .tn-guardian__movie {
        padding: 27px 20px;
    }

    .tn-guardian__movie-heading h3 {
        font-size: 22px;
    }

    .tn-options {
        padding-top: 48px;
        margin-top: 54px;
    }

    .tn-options__heading {
        margin-bottom: 26px;
    }

    .tn-option-card {
        padding: 27px 22px 23px;
    }

    .tn-option-card h4 {
        font-size: 19px;
    }

    .tn-market__grid {
        gap: 45px;
    }

    .tn-market figure {
        height: 116vw;
        max-height: 560px;
    }

    .tn-market h3 {
        font-size: 22px;
    }

    .tn-profile__grid {
        gap: 42px;
    }

    .tn-profile__visual {
        height: 116vw;
        max-height: 570px;
    }

    .tn-profile__copy h2 {
        font-size: 35px;
    }

    .tn-button--profile {
        width: 100%;
        min-width: 0;
    }

    .tn-faq__item summary {
        min-height: 78px;
        grid-template-columns: 36px minmax(0, 1fr) 28px;
        padding: 17px 14px;
        gap: 10px;
    }

    .tn-faq__question {
        font-size: 16px;
    }

    .tn-faq__mark,
    .tn-faq__answer > span {
        font-size: 19px;
    }

    .tn-faq__answer {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 0 14px 24px;
        gap: 10px;
        font-size: 14px;
    }

    .tn-contact__link-panel {
        min-height: 0;
        padding: 28px 20px;
    }

    .tn-contact__button {
        width: 100%;
        min-height: 68px;
        grid-template-columns: minmax(0, 1fr) 44px;
        padding: 9px 9px 9px 22px;
        font-size: 13px;
        letter-spacing: .09em;
    }

    .tn-contact__button b {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .tn-footer__top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tn-footer nav,
    .tn-footer__social {
        grid-column: auto;
    }

    .tn-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .tn-mobile-only {
        display: initial;
    }
}

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

    .tarot-new-page *,
    .tarot-new-page *::before,
    .tarot-new-page *::after {
        transition-duration: .01ms !important;
    }
}
