:root {
    --header-bg-color: #1F553A;
    --main-bg-color: #05140E;
    --footer-bg-color: #0C1913;
    --main-text-color: #FFFFFF;
    --link-text-color: #FFB962;
    --button-text-color: #FFFFFF;
    --button-bg-color: #C9924D;
    --button-second-bg-color: #C9924D;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}

html, body {
    margin: 0;
    padding: 0;
    scroll-snap-align: start;
}

html {
    box-sizing: border-box;
    scroll-snap-type: y mandatory;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Noto Sans Adlam, sans-serif;
    line-height: 1.6;
    color: var(--main-text-color);
}

button {
    font-family: Noto Sans Adlam, sans-serif;
    cursor: pointer;
    border: none !important;
}

a {
    color: var(--link-text-color);
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: var(--link-text-color);
}

h1, h2, h3, h4 {
    color: var(--main-text-color);
}

h1 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.04;
  margin-bottom: 18px;
  text-align: left;
    text-transform: none;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
    text-transform: none;
    letter-spacing: -0.02em;
    padding-bottom: 14px;
    border-bottom: 2px solid color-mix(in srgb, var(--button-bg-color) 70%, transparent);
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
    text-transform: none;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

p {
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 27px;
}
@media screen and (max-width: 992px) {
    p {
        font-size: 14px;
        line-height: 29px;
    }
}

strong {
    font-weight: 600;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    max-width: 100%;
    border-radius: 18px;
    margin-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--button-bg-color) 60%, transparent) color-mix(in srgb, var(--main-text-color) 8%, transparent);
}

table p {
    margin: 0;
}

tbody {
    width: calc(100% - 2px);
    display: table;
}

th {
    background: color-mix(in srgb, var(--button-bg-color) 26%, transparent);
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}

th, td {
    border: 0 solid transparent;
    padding: 13px 16px;
    box-sizing: border-box;
    font-size: 15px;
}

th:first-child {
    border-top-left-radius: 18px;
}

th:last-child {
    border-top-right-radius: 18px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
}

tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table::-webkit-scrollbar {
    height: 8px;
}

table::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

table::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

footer, header, nav, section, main {
    display: block;
    position: relative;
}

main {
    flex: 1 0 auto;
    background-color: var(--main-bg-color);
}

section {
    padding: 22px 0;
    scroll-margin-top: 0;
}

@media screen and (max-width: 768px) {
    section {
        padding: 20px 0;
    }
}

.thebiggerpictureonline-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (max-width: 1200px) {
    .thebiggerpictureonline-container {
        max-width: 100%;
        padding: 0 15px;
    }
}

img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}


.thebiggerpictureonline-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.thebiggerpictureonline-col:first-child {
    width: 820px;

}
.thebiggerpictureonline-col:last-child {
    flex: 0 0 330px;
}
@media (max-width: 1030px) {
    .thebiggerpictureonline-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .thebiggerpictureonline-col:first-child, .thebiggerpictureonline-col:last-child {
        width: 100%;
        flex: auto;
    }
}

.thebiggerpictureonline-jc-end {
    justify-content: end !important;
}

.thebiggerpictureonline-jc-center {
    justify-content: center;
}

.thebiggerpictureonline-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    height: auto;
    padding: 16px 30px;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    text-transform: none;
    letter-spacing: -0.005em;
}
.thebiggerpictureonline-btn:hover {
    transform: scale(1.02);
}
.thebiggerpictureonline-btn__wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
}

@media screen and (max-width: 768px) {
    .thebiggerpictureonline-btn__wrapper {
        gap: 20px;
    }
}
.thebiggerpictureonline-btn-primary {
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    box-shadow: none;
}

.thebiggerpictureonline-btn-primary:hover {
    color: var(--button-text-color);
    background-color: color-mix(in srgb, var(--button-bg-color) 86%, #fff);
}

.thebiggerpictureonline-btn-secondary {
    color: var(--button-text-color);
    background-color: color-mix(in srgb, var(--button-second-bg-color) 18%, transparent);
    box-shadow: inset 0 0 0 2px var(--button-second-bg-color);
}

.thebiggerpictureonline-btn-secondary:hover {
    color: var(--button-text-color);
    background-color: var(--button-second-bg-color);
    box-shadow: inset 0 0 0 2px var(--button-second-bg-color);
}

.thebiggerpictureonline-btn-pulse {
    animation: v3-shift 2.6s ease-in-out infinite;
    position: relative;
}

.thebiggerpictureonline-btn-uppercase {
    text-transform: uppercase;
}
.thebiggerpictureonline-header {
    background-color: var(--header-bg-color);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 0 solid transparent;
    animation: v3-headroom linear both;
    animation-timeline: scroll(root);
    animation-range: 0 220px;
}

.thebiggerpictureonline-header ul, .thebiggerpictureonline-header ol, .thebiggerpictureonline-header li,
.thebiggerpictureonline-footer ul, .thebiggerpictureonline-footer ol, .thebiggerpictureonline-footer li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}
.thebiggerpictureonline-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.thebiggerpictureonline-header__inner-primary {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    justify-content: space-between;
    flex: auto;
}

.thebiggerpictureonline-header__inner-second {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thebiggerpictureonline-header__row {
    flex-direction: row;
    height: 62px;
}

.thebiggerpictureonline-header__inner-second .thebiggerpictureonline-header__row {
    flex-direction: row;
    gap: 10px;
    height: auto;
}

.thebiggerpictureonline-header__col {
    flex-direction: column;
}

.thebiggerpictureonline-header__inner-second.thebiggerpictureonline-header__col {
    padding: 10px 0;
    gap: 10px;
    align-items: center;
}

.thebiggerpictureonline-header__logo {
    display: flex;
    max-height: 36px;
    height: 100%;
}

.thebiggerpictureonline-header__logo a {
    text-decoration: none;
    display: flex;
}
.thebiggerpictureonline-header__logo img {
    object-fit: contain;
    border-radius: initial;
}

.thebiggerpictureonline-header__nav {
    display: flex;
}
.thebiggerpictureonline-header__nav ul {
    display: flex;
    gap: 4px;
    height: 100%;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.thebiggerpictureonline-header__nav ul li {
    display: flex;
    align-items: center;
    height: 100%;
}

.thebiggerpictureonline-header__nav ul li a {
    color: var(--link-text-color);
    text-decoration: none;
    padding: 9px 14px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
    border-radius: 12px;
}

.thebiggerpictureonline-header__nav ul li a:hover {
    color: var(--main-text-color);
    background-color: color-mix(in srgb, var(--main-text-color) 12%, transparent);
}

.thebiggerpictureonline-section img  {
    max-width: 1178px;
    display: block;
    margin: auto;
}

.thebiggerpictureonline-section--main .thebiggerpictureonline-container > :not(:last-child) {
    margin-bottom: 10px;
}

.thebiggerpictureonline-btn__wrapper-main {
    max-width: none;
    width: 100%;
    margin: 0;
}

.thebiggerpictureonline-btn__wrapper-main .thebiggerpictureonline-btn-primary {
    padding: 20px 36px;
    border-radius: 18px;
    flex: 1 1 auto;
    font-size: 18px;
}

.thebiggerpictureonline-burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
}

.thebiggerpictureonline-burger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--main-text-color);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.thebiggerpictureonline-burger-menu.thebiggerpictureonline-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.thebiggerpictureonline-burger-menu.thebiggerpictureonline-active span:nth-child(2) {
    opacity: 0;
}

.thebiggerpictureonline-burger-menu.thebiggerpictureonline-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.thebiggerpictureonline-section--content h1:first-of-type,
.thebiggerpictureonline-section--content h2:first-of-type,
.thebiggerpictureonline-section--content h3:first-of-type,
.thebiggerpictureonline-section--content h4:first-of-type {
    margin-top: 0;
    margin-bottom: 30px;
}

.thebiggerpictureonline-section--content h1:not(:first-of-type),
.thebiggerpictureonline-section--content h2:not(:first-of-type),
.thebiggerpictureonline-section--content h3:not(:first-of-type),
.thebiggerpictureonline-section--content h4:not(:first-of-type) {
    margin: 30px 0;
}

.thebiggerpictureonline-section--content .thebiggerpictureonline-update-post {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 4px;
    grid-row: 6;
}

.thebiggerpictureonline-section--content .thebiggerpictureonline-update-post p{
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 10px 18px;
    border-radius: 999px;
    background-color: color-mix(in srgb, var(--main-text-color) 10%, transparent);
}

footer {
    flex-shrink: 0;
    background-color: var(--footer-bg-color);;
    color: var(--main-text-color);
}

.thebiggerpictureonline-footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 30px 0 26px;
    gap: 22px;
}

.thebiggerpictureonline-footer__nav, .thebiggerpictureonline-footer__icons, .thebiggerpictureonline-footer__inner {
    display: flex;
    justify-content: center;
}

.thebiggerpictureonline-footer__icons--link img {
    border-radius: initial;
}

.thebiggerpictureonline-footer__icons-svg [fill="white"] {
    fill: var(--main-text-color);
    transition: fill 0.2s ease;
}

.thebiggerpictureonline-footer__icons-svg [stroke="white"] {
    stroke: var(--main-text-color);
    transition: stroke 0.2s ease;
}

.thebiggerpictureonline-footer__nav--list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: flex-start;
    gap: 22px;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.thebiggerpictureonline-footer__nav--link {
    color: var(--link-text-color);
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}
.thebiggerpictureonline-footer__nav--link:hover {
    color: var(--button-bg-color);
}

.thebiggerpictureonline-footer__icons {
    gap: 22px;
    flex-wrap: wrap;
    order: 2;
    justify-content: flex-start;
    padding-top: 22px;
    border-top: 1px solid color-mix(in srgb, var(--main-text-color) 12%, transparent);
    opacity: 1;
}

.thebiggerpictureonline-footer__inner p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}

.thebiggerpictureonline-breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 18px;
    font-size: 13px;
    gap: 0;
    letter-spacing: -0.005em;
    color: color-mix(in srgb, var(--main-text-color) 62%, transparent);
}

.thebiggerpictureonline-breadcrumbs li {
    display: flex;
    align-items: center;
}

.thebiggerpictureonline-breadcrumbs li a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.thebiggerpictureonline-breadcrumbs li::after {
    content: "•";
    margin: 0 10px;
    color: color-mix(in srgb, var(--main-text-color) 38%, transparent);
    display: inline-flex;
    align-items: center;
}

.thebiggerpictureonline-breadcrumbs li:last-child::after {
    content: "";
    margin: 0;
}

.thebiggerpictureonline-content__row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 22px;
}

.thebiggerpictureonline-content__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1;
}

.thebiggerpictureonline-content__col.thebiggerpictureonline-content__col--img {
    max-width: 550px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 15px 8px var(--button-bg-color);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
}


.thebiggerpictureonline-error-page {
    align-content: center;
}
.thebiggerpictureonline-error-page__wrapper {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    padding: 48px 24px;
    border: 0 solid transparent;
    border-radius: 26px;
    background-color: color-mix(in srgb, var(--main-text-color) 8%, transparent);
}

.thebiggerpictureonline-error-page .thebiggerpictureonline-error-page__wrapper h1, .thebiggerpictureonline-error-page .thebiggerpictureonline-error-page__wrapper p {
    margin-bottom: 0;
    font-size: 16px;
    color: color-mix(in srgb, var(--main-text-color) 75%, transparent);
}

@media screen and (max-width: 992px) {
    .thebiggerpictureonline-content__wrapper {
        flex-direction: column;
    }

    .thebiggerpictureonline-content__col.thebiggerpictureonline-content__col--img {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .thebiggerpictureonline-burger-menu {
        display: flex;
        order: 1;
    }
    .thebiggerpictureonline-header__inner {
        justify-content: space-between;
        gap: 20px;
    }
    .thebiggerpictureonline-header__logo {
        max-height: 50px;
    }
    .thebiggerpictureonline-header__logo img {
        max-width: 100px;
    }

   #thebiggerpictureonline-nav-menu {
       position: absolute;
       top: 68px;
       left: 0;
       width: 100%;
       height: 100vh;
       background-color: var(--header-bg-color);
       flex-direction: column;
       align-items: center;
       justify-content: flex-start !important;
       display: none;
   }

    .thebiggerpictureonline-header__nav ul {
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .thebiggerpictureonline-header__nav ul li {
        padding: 10px 0;
    }

    .thebiggerpictureonline-header .thebiggerpictureonline-btn {
        padding: 9px 18px;
        font-size: 13px;
    border-radius: 12px;
}

    #thebiggerpictureonline-nav-menu.thebiggerpictureonline-active {
        display: flex;
    }

    .thebiggerpictureonline-header__row {
       height: 68px;
    }

    .thebiggerpictureonline-header__inner-second.thebiggerpictureonline-header__col {
        flex-direction: row;
    }

    .thebiggerpictureonline-footer__nav--list {
        gap: 20px;
    }

    .thebiggerpictureonline-breadcrumbs {
        font-size: 0.75em;
    }
}

/* Random Images Block */
.thebiggerpictureonline-showcase__wrapper {
    display: grid;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 18px;
    justify-content: space-between;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
}

.thebiggerpictureonline-showcase__block {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0;
    border: 0 solid transparent;
    border-radius: 18px;
    overflow: hidden;
    background-color: color-mix(in srgb, var(--main-text-color) 10%, transparent);
    animation: v3-pop linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}

.thebiggerpictureonline-showcase__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 0;
}

.thebiggerpictureonline-showcase__image img {
    max-width: 100%;
    display: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.4s ease;
}


.thebiggerpictureonline-showcase__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.72);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-12%);
}

.thebiggerpictureonline-showcase__image:hover .thebiggerpictureonline-showcase__image-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.thebiggerpictureonline-showcase__image .thebiggerpictureonline-btn__wrapper {
    z-index: 2;
}

.thebiggerpictureonline-showcase__desc {
    display: flex;
    flex-direction: column;
    padding: 12px 14px 16px;
    margin-top: 0;
    gap: 2px;
    border-top: 0 solid transparent;
}
.thebiggerpictureonline-showcase__desc p, .thebiggerpictureonline-showcase__desc span {
    margin: 0;
}
.thebiggerpictureonline-showcase__desc span {
    font-size: 14px;
}

@media screen and (max-width: 1210px) {
    .thebiggerpictureonline-showcase__block {
        width: calc(25% - 20px);
    }
    .thebiggerpictureonline-showcase__image {
        width: auto;
    }
}

@media screen and (max-width: 992px) {

    .thebiggerpictureonline-showcase__image {
        height: 120px;
    }

    .thebiggerpictureonline-showcase__desc span {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .thebiggerpictureonline-showcase__wrapper {
        justify-content: center;
    }
    .thebiggerpictureonline-showcase__block {
        width: calc(50% - 20px);
    }
    .thebiggerpictureonline-showcase__image {
        width: auto;
        height: 120px;
    }
}

/* TOC Styles */
.thebiggerpictureonline-toc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px 0 40px;
    margin: 0;
}

.thebiggerpictureonline-toc li::marker {
    color: var(--button-bg-color);
    font-weight: 800;
    font-size: 14px;
}

.thebiggerpictureonline-toc-wrapper {
    margin: 22px 0;
    border-radius: 22px;
    border: 0 solid transparent;
    padding: 6px 22px;
    background-color: color-mix(in srgb, var(--main-text-color) 9%, transparent);
}

.thebiggerpictureonline-toc-title {
    display: flex;
    align-items: center;
    padding: 18px 0;
    gap: 10px;
    justify-content: space-between;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.thebiggerpictureonline-toc.thebiggerpictureonline-is-open {
    margin: inherit;
    margin-top: 0;
}

.thebiggerpictureonline-toc-arrow {
    width: 8px;
    height: 8px;
    margin-bottom: 4px;
    border: solid var(--main-text-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    border-color: var(--button-bg-color);
}

.thebiggerpictureonline-toc-arrow.thebiggerpictureonline-rotated {
    transform: rotate(-135deg);
    margin-bottom: -4px;
}
/* Variation 3 */
.thebiggerpictureonline-section--content { scroll-snap-align: start; scroll-snap-stop: always; }
.thebiggerpictureonline-section--content article { scrollbar-gutter: stable; }
.thebiggerpictureonline-section--content article::-webkit-scrollbar { width: 4px; }
.thebiggerpictureonline-section--content article::-webkit-scrollbar-track { background-color: transparent; }
.thebiggerpictureonline-section--content article::-webkit-scrollbar-thumb { background-color: var(--button-bg-color); border-radius: 4px; box-shadow: 0 -12px 0 var(--button-bg-color), 0 12px 0 var(--button-bg-color); }
.thebiggerpictureonline-footer { scroll-snap-align: start; scroll-snap-stop: always; }
.thebiggerpictureonline-section--main { position: sticky; top: 0; z-index: 1; isolation: isolate; transform: translateZ(0); backface-visibility: hidden; display: flex; align-items: center; min-height: calc(100svh - 70px); padding: 20px 0 22px; overflow: hidden; }
.thebiggerpictureonline-section--main::before { content: ""; position: absolute; top: -12%; right: -12%; bottom: -12%; left: -12%; will-change: transform, opacity; animation: v3-glowfade ease both; animation-timeline: scroll(root); animation-range: 0 100svh; pointer-events: none; background-image: radial-gradient(60% 50% at 20% 20%, color-mix(in srgb, var(--button-bg-color) 26%, transparent) 0%, transparent 70%), radial-gradient(50% 45% at 85% 75%, color-mix(in srgb, var(--button-second-bg-color) 22%, transparent) 0%, transparent 70%); animation: v3-drift linear both; animation-timeline: scroll(root); animation-range: 0 1400px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container { position: relative; z-index: 1; width: 100%; will-change: transform, opacity, filter; animation: v3-recede ease both; animation-timeline: scroll(root); animation-range: 0 100svh; }
.thebiggerpictureonline-section--main p { font-size: 15px; line-height: 25px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container > img { width: auto; max-width: 100%; height: auto; max-height: 22svh; display: block; margin: 0 auto; border-radius: 24px; }
.thebiggerpictureonline-content__col--img img { width: auto; max-width: 100%; height: auto; max-height: 22svh; display: block; margin: 0 auto; border-radius: 24px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container > .thebiggerpictureonline-content__wrapper { margin-top: 8px; }
.thebiggerpictureonline-content__wrapper .thebiggerpictureonline-content__col--img { max-width: 100%; width: 100%; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> h1:first-child):not(:has(> p)):not(:has(> .thebiggerpictureonline-content__wrapper)) { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; max-width: 780px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> h1:first-child):not(:has(> p)):not(:has(> .thebiggerpictureonline-content__wrapper)) > img { width: auto; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> h1:first-child):not(:has(> p)):not(:has(> .thebiggerpictureonline-content__wrapper)) > .thebiggerpictureonline-btn__wrapper-main { align-self: flex-end; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> h1:first-child):has(> p):not(:has(> .thebiggerpictureonline-content__wrapper)) { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; max-width: 780px; padding-top: 8px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> h1:first-child):has(> p):not(:has(> .thebiggerpictureonline-content__wrapper)) > p { padding-left: 20px; border-left: 3px solid color-mix(in srgb, var(--button-bg-color) 70%, transparent); }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> h1:first-child):has(> p):not(:has(> .thebiggerpictureonline-content__wrapper)) > img { width: 100%; margin: 0; max-height: none; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> h1:first-child):has(> p):not(:has(> .thebiggerpictureonline-content__wrapper)) > .thebiggerpictureonline-btn__wrapper-main { align-self: flex-end; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> img:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; max-width: 780px; padding-top: 8px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> img:first-child) > img { width: 100%; margin: 0; max-height: none; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> img:first-child) > p { padding-left: 20px; border-left: 3px solid color-mix(in srgb, var(--button-bg-color) 70%, transparent); }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> img:first-child) > .thebiggerpictureonline-btn__wrapper-main { align-self: flex-end; }
.thebiggerpictureonline-btn-pulse::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: inherit; box-shadow: 0 0 0 0 color-mix(in srgb, var(--button-bg-color) 55%, transparent); animation: v3-ring 2.6s ease-out infinite; pointer-events: none; }
.thebiggerpictureonline-header::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; transform-origin: left center; background-color: var(--button-bg-color); animation: v3-progress linear both; animation-timeline: scroll(root); }
.thebiggerpictureonline-header__inner.thebiggerpictureonline-header__row .thebiggerpictureonline-header__logo { order: 1; margin: 0; }
.thebiggerpictureonline-header__inner.thebiggerpictureonline-header__row #thebiggerpictureonline-nav-menu { order: 2; }
.thebiggerpictureonline-header__inner.thebiggerpictureonline-header__row #thebiggerpictureonline-header_btn { order: 3; }
.thebiggerpictureonline-header__col .thebiggerpictureonline-row { width: auto; justify-content: center; gap: 14px; padding: 6px 10px; border-radius: 16px; background-color: color-mix(in srgb, var(--main-text-color) 8%, transparent); }
.thebiggerpictureonline-header__inner .thebiggerpictureonline-burger-menu { flex-shrink: 0; order: 4; }
.thebiggerpictureonline-section--content { position: relative; z-index: 2; margin-top: 0; min-height: calc(100svh - 70px); padding: 20px 0 20px; background-color: var(--main-bg-color); border-radius: 40px 40px 0 0; box-shadow: 0 -36px 70px rgba(0, 0, 0, 0.55); }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container { display: grid; grid-template-columns: minmax(0, 1fr); max-width: 900px; align-content: start; height: 100%; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > article { max-height: calc(100svh - 240px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--button-bg-color) 60%, transparent) color-mix(in srgb, var(--main-text-color) 8%, transparent); }
.thebiggerpictureonline-section--content article { grid-row: 5; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-toc-wrapper { grid-row: 4; }
.thebiggerpictureonline-section--content article > h2, .thebiggerpictureonline-section--content article > table { animation: v3-in linear both; animation-timeline: view(); animation-range: entry 0% cover 30%; }
.thebiggerpictureonline-section--content article { counter-reset: v3sec; }
.thebiggerpictureonline-section--content article > h2 { position: relative; margin-top: 52px; padding-bottom: 0; padding-left: 0; border-bottom: 0 solid transparent; }
.thebiggerpictureonline-section--content article > h2::before { counter-increment: v3sec; content: counter(v3sec, decimal-leading-zero); display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.2em; color: var(--button-bg-color); }
.thebiggerpictureonline-section--content article > h2:first-child { margin-top: 0; }
.thebiggerpictureonline-section--content article > p { max-width: none; font-size: 17px; line-height: 30px; margin-bottom: 18px; }
.thebiggerpictureonline-section--content article > p:first-of-type::first-letter { float: left; margin: 6px 12px 0 0; font-size: 58px; line-height: 0.78; font-weight: 800; color: var(--button-bg-color); }
.thebiggerpictureonline-section--content article > h3 { margin-top: 30px; padding-left: 16px; border-left: 3px solid color-mix(in srgb, var(--button-bg-color) 70%, transparent); }
.thebiggerpictureonline-section--content article > table { display: block; margin: 26px 0 30px; }
.thebiggerpictureonline-section--content h1 + p { font-size: 18px; line-height: 30px; margin-bottom: 22px; color: color-mix(in srgb, var(--main-text-color) 80%, transparent); }
.thebiggerpictureonline-section--content ul { list-style: none; padding-left: 0; margin-bottom: 18px; }
.thebiggerpictureonline-section--content ul li { position: relative; padding-left: 26px; margin-bottom: 9px; }
.thebiggerpictureonline-section--content ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border-radius: 4px; background-color: var(--button-bg-color); }
.thebiggerpictureonline-section--content ol { padding-left: 24px; margin-bottom: 18px; }
.thebiggerpictureonline-section--content ol li { margin-bottom: 9px; }
.thebiggerpictureonline-section--content ol li::marker { color: var(--button-bg-color); font-weight: 800; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-breadcrumbs li::before { top: 0px; bottom: 0px; margin: auto 0; }
.thebiggerpictureonline-breadcrumbs li a:hover { color: var(--button-bg-color); }
.thebiggerpictureonline-showcase--pre-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: calc(100svh - 108px); box-sizing: border-box; padding: 28px 20px 32px; margin: 6px 0 18px; border-radius: 26px; background-color: color-mix(in srgb, var(--main-text-color) 7%, transparent); scroll-snap-align: start; scroll-snap-stop: always; scroll-margin-top: 70px; }
.thebiggerpictureonline-showcase--pre-content h2 { display: flex; align-items: baseline; gap: 12px; padding-bottom: 16px; margin-bottom: 20px; border-bottom-color: color-mix(in srgb, var(--main-text-color) 16%, transparent); }
.thebiggerpictureonline-showcase--pre-content h2::after { content: ""; flex: 1 1 auto; height: 2px; background-color: color-mix(in srgb, var(--button-bg-color) 55%, transparent); }
.thebiggerpictureonline-section--content + .thebiggerpictureonline-showcase--pre-content, .thebiggerpictureonline-showcase--pre-content + .thebiggerpictureonline-section--content { border-radius: 0; box-shadow: none; }
.thebiggerpictureonline-showcase--pre-content .thebiggerpictureonline-showcase__wrapper { padding: 0 4px 4px 0; max-height: 52svh; align-content: start; grid-auto-rows: max-content; overflow-x: visible; overflow-y: auto; overscroll-behavior: auto; scrollbar-width: thin; scrollbar-color: var(--button-bg-color) transparent; counter-reset: v3game; }
.thebiggerpictureonline-showcase--pre-content .thebiggerpictureonline-showcase__wrapper::-webkit-scrollbar { width: 4px; }
.thebiggerpictureonline-showcase--pre-content .thebiggerpictureonline-showcase__wrapper::-webkit-scrollbar-track { background-color: transparent; }
.thebiggerpictureonline-showcase--pre-content .thebiggerpictureonline-showcase__wrapper::-webkit-scrollbar-thumb { background-color: var(--button-bg-color); border-radius: 4px; box-shadow: 0 -12px 0 var(--button-bg-color), 0 12px 0 var(--button-bg-color); }
.thebiggerpictureonline-showcase__block:nth-child(2n) { animation-range: entry 0% cover 38%; }
.thebiggerpictureonline-showcase__block:nth-child(3n) { animation-range: entry 0% cover 46%; }
.thebiggerpictureonline-showcase__block:hover { border-color: transparent; background-color: color-mix(in srgb, var(--main-text-color) 16%, transparent); }
.thebiggerpictureonline-showcase__block:hover .thebiggerpictureonline-showcase__image img { transform: scale(1.05); }
.thebiggerpictureonline-showcase__desc p { text-transform: none; font-size: 14px; font-weight: 700; letter-spacing: -0.01em; line-height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.thebiggerpictureonline-showcase__desc > span { text-transform: none; font-size: 12px; font-weight: 500; letter-spacing: 0; color: color-mix(in srgb, var(--main-text-color) 58%, transparent); }
ol.thebiggerpictureonline-toc { padding: 0 24px 0 24px; margin: 0; gap: 12px; list-style: decimal; }
ol.thebiggerpictureonline-toc.thebiggerpictureonline-is-open { padding-top: 18px; padding-bottom: 22px; padding-left: 24px; border-top: 1px solid color-mix(in srgb, var(--main-text-color) 16%, transparent); }
.thebiggerpictureonline-toc li a { text-decoration: none; font-size: 15px; font-weight: 500; line-height: 1.5; }
.thebiggerpictureonline-toc li a:hover { color: var(--button-bg-color); }
tbody td { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: color-mix(in srgb, var(--main-text-color) 14%, transparent); }
tbody tr:hover td { background-color: color-mix(in srgb, var(--main-text-color) 7%, transparent); }
tr:last-child td { border-bottom-color: transparent; }
.thebiggerpictureonline-iframe-block { padding: 10px; box-sizing: border-box; border: 0 solid transparent; border-radius: 26px; background-color: color-mix(in srgb, var(--main-text-color) 9%, transparent); }
.thebiggerpictureonline-iframe-overlay { border-radius: 18px; gap: 14px; }
.thebiggerpictureonline-modal-block { border-radius: 22px; }
iframe { border-radius: 18px; }
.thebiggerpictureonline-overlay-btn { min-width: 200px; }
.thebiggerpictureonline-error-page__wrapper h1 { text-align: left; font-size: 90px; font-weight: 800; line-height: 0.92; letter-spacing: -0.05em; }
.thebiggerpictureonline-footer { position: relative; z-index: 2; border-top: 1px solid color-mix(in srgb, var(--main-text-color) 14%, transparent); }
.thebiggerpictureonline-footer__nav { order: 1; justify-content: space-between; width: 100%; }
.thebiggerpictureonline-footer__icons--link:hover .thebiggerpictureonline-footer__icons-svg [fill="white"] { fill: var(--button-bg-color); }
.thebiggerpictureonline-footer__icons--link:hover .thebiggerpictureonline-footer__icons-svg [stroke="white"] { stroke: var(--button-bg-color); }
.thebiggerpictureonline-footer__wrapper .thebiggerpictureonline-footer__inner { order: 3; justify-content: flex-start; }
.thebiggerpictureonline-footer__nav--list li { display: flex; align-items: center; width: auto; }
.thebiggerpictureonline-footer__nav--link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px; background-color: var(--button-bg-color); transform: scaleX(0); transform-origin: left center; transition: transform 0.2s ease; }
.thebiggerpictureonline-footer__nav--link:hover::after { transform: scaleX(1); }
.thebiggerpictureonline-footer__icons--link { display: inline-flex; opacity: 0.85; transition: opacity 0.2s ease, transform 0.2s ease; }
.thebiggerpictureonline-footer__icons--link:hover { opacity: 1; transform: translateY(-2px); }
.thebiggerpictureonline-footer__wrapper .thebiggerpictureonline-footer__inner p { text-align: left; font-size: 12px; font-weight: 500; color: color-mix(in srgb, var(--main-text-color) 58%, transparent); }
/* Variation 3 — responsive */
@media screen and (max-width: 600px) {
.thebiggerpictureonline-header #thebiggerpictureonline-header_btn { gap: 10px; }
.thebiggerpictureonline-header #thebiggerpictureonline-header_btn .thebiggerpictureonline-btn { padding: 8px 12px; font-size: 12px; }
html { scroll-snap-type: none; }
body { overflow-x: hidden; }
.thebiggerpictureonline-section--main { position: relative; will-change: auto; animation: none; }
.thebiggerpictureonline-section--main::before { animation: none; opacity: 1; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container { animation: none; opacity: 1; transform: none; filter: none; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > article { max-height: none; overflow-y: visible; }
.thebiggerpictureonline-showcase--pre-content .thebiggerpictureonline-showcase__wrapper { max-height: none; overflow-y: visible; }
.thebiggerpictureonline-showcase--pre-content { min-height: 0; padding: 22px 16px 26px; border-radius: 20px; }
.thebiggerpictureonline-section--content { border-radius: 20px 20px 0 0; box-shadow: 0 -18px 34px rgba(0, 0, 0, 0.35); min-height: 0; }
.thebiggerpictureonline-section--main { position: relative; min-height: 78svh; padding: 30px 0; }
}
@media screen and (max-width: 380px) {
.thebiggerpictureonline-header #thebiggerpictureonline-header_btn { gap: 4px; }
.thebiggerpictureonline-header #thebiggerpictureonline-header_btn .thebiggerpictureonline-btn { padding: 9px 14px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-snap-type: none; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container, .thebiggerpictureonline-section--main::before, .thebiggerpictureonline-header, .thebiggerpictureonline-header::after, .thebiggerpictureonline-showcase__block, .thebiggerpictureonline-showcase--pre-content, .thebiggerpictureonline-section--content, .thebiggerpictureonline-btn-pulse, .thebiggerpictureonline-btn-pulse::after { animation: none; opacity: 1; translate: none; scale: none; transform: none; filter: none; }
.thebiggerpictureonline-section--content article > h2, .thebiggerpictureonline-section--content article > h3, .thebiggerpictureonline-section--content article > p, .thebiggerpictureonline-section--content article > ul, .thebiggerpictureonline-section--content article > ol, .thebiggerpictureonline-section--content article > table { animation: none; opacity: 1; translate: none; }
}
@media screen and (min-width: 600px) {
.thebiggerpictureonline-showcase__wrapper { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.thebiggerpictureonline-btn__wrapper-main { width: auto; }
.thebiggerpictureonline-btn__wrapper-main .thebiggerpictureonline-btn-primary { flex: 0 0 auto; padding: 20px 48px; }
}
@media screen and (min-width: 768px) {
.thebiggerpictureonline-footer__wrapper { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 24px 0; gap: 16px; }
.thebiggerpictureonline-footer__nav { order: 1; width: auto; }
.thebiggerpictureonline-footer__icons { order: 2; padding-top: 0; border-top: none; opacity: 1; }
.thebiggerpictureonline-footer__wrapper .thebiggerpictureonline-footer__inner { order: 3; width: 100%; padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--main-text-color) 12%, transparent); }
h1 { font-size: 54px; }
h2 { font-size: 30px; }
.thebiggerpictureonline-container { padding: 0 24px; }
section { padding: 30px 0; scroll-margin-top: 70px; }
.thebiggerpictureonline-section--content { padding: 46px 0 40px; }
.thebiggerpictureonline-header__row { height: 70px; }
.thebiggerpictureonline-header__logo { max-height: 44px; }
.thebiggerpictureonline-showcase__wrapper { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.thebiggerpictureonline-content__row { gap: 34px; }
.thebiggerpictureonline-error-page__wrapper h1 { font-size: 132px; }
.thebiggerpictureonline-error-page__wrapper { padding: 70px 40px; }
}
@media screen and (min-width: 1100px) {
.thebiggerpictureonline-showcase--pre-content .thebiggerpictureonline-showcase__wrapper { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.thebiggerpictureonline-showcase--pre-content { padding: 36px 34px 40px; }
h1 { font-size: 68px; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container { max-width: 1180px; grid-template-columns: minmax(0, 1fr) 280px; column-gap: 40px; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > * { grid-column: 1 / -1; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > .thebiggerpictureonline-toc-wrapper { grid-column: 2; grid-row: 5; align-self: start; margin: 0; box-sizing: border-box; display: flex; flex-direction: column; overflow: hidden; max-height: calc(100svh - 300px); }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > .thebiggerpictureonline-toc-wrapper ol.thebiggerpictureonline-toc.thebiggerpictureonline-is-open { min-height: 0; overflow-y: auto; margin: 0 -22px; padding-left: 46px; padding-right: 46px; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--button-bg-color) 60%, transparent) color-mix(in srgb, var(--main-text-color) 8%, transparent); }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > .thebiggerpictureonline-toc-wrapper ol.thebiggerpictureonline-toc.thebiggerpictureonline-is-open::-webkit-scrollbar { width: 6px; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > .thebiggerpictureonline-toc-wrapper ol.thebiggerpictureonline-toc.thebiggerpictureonline-is-open::-webkit-scrollbar-track { background-color: transparent; }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > .thebiggerpictureonline-toc-wrapper ol.thebiggerpictureonline-toc.thebiggerpictureonline-is-open::-webkit-scrollbar-thumb { border-radius: 6px; background-color: color-mix(in srgb, var(--button-bg-color) 60%, transparent); }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > article { grid-column: 1; grid-row: 5; max-height: calc(100svh - 300px); padding-right: 20px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--button-bg-color) 60%, transparent) color-mix(in srgb, var(--main-text-color) 8%, transparent); }
.thebiggerpictureonline-section--content .thebiggerpictureonline-container > .thebiggerpictureonline-update-post { grid-column: 1; grid-row: 6; }
.thebiggerpictureonline-showcase--pre-content .thebiggerpictureonline-showcase__wrapper { scrollbar-width: thin; scrollbar-color: var(--button-bg-color) transparent; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):has(> .thebiggerpictureonline-btn__wrapper-main) { display: block; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):has(> .thebiggerpictureonline-btn__wrapper-main) > h1 { text-align: left; margin-bottom: 18px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):has(> .thebiggerpictureonline-btn__wrapper-main) .thebiggerpictureonline-content__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: center; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):has(> .thebiggerpictureonline-btn__wrapper-main) .thebiggerpictureonline-content__col--img img { width: auto; max-width: 100%; height: auto; max-height: 100%; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):has(> .thebiggerpictureonline-btn__wrapper-main) .thebiggerpictureonline-content__col--text p { margin: 0; padding-left: 20px; border-left: 3px solid color-mix(in srgb, var(--button-bg-color) 70%, transparent); }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):has(> .thebiggerpictureonline-btn__wrapper-main) > .thebiggerpictureonline-btn__wrapper-main { margin-top: 22px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):not(:has(> .thebiggerpictureonline-btn__wrapper-main)) .thebiggerpictureonline-content__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: stretch; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):not(:has(> .thebiggerpictureonline-btn__wrapper-main)) .thebiggerpictureonline-content__col--img { display: flex; align-items: center; justify-content: center; height: 100%; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):not(:has(> .thebiggerpictureonline-btn__wrapper-main)) .thebiggerpictureonline-content__col--img img { width: auto; max-width: 100%; height: auto; max-height: 100%; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):not(:has(> .thebiggerpictureonline-btn__wrapper-main)) .thebiggerpictureonline-content__col--text { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):not(:has(> .thebiggerpictureonline-btn__wrapper-main)) .thebiggerpictureonline-content__col--text p { padding-left: 20px; border-left: 3px solid color-mix(in srgb, var(--button-bg-color) 70%, transparent); }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):not(:has(> .thebiggerpictureonline-btn__wrapper-main)) .thebiggerpictureonline-content__col--text .thebiggerpictureonline-btn__wrapper-main { width: auto; margin: 0; }
.thebiggerpictureonline-section--main .thebiggerpictureonline-container:has(> .thebiggerpictureonline-content__wrapper):not(:has(> .thebiggerpictureonline-btn__wrapper-main)) .thebiggerpictureonline-content__col--img { order: 2; }
}
@media screen and (max-width: 1210px) {
    .thebiggerpictureonline-showcase__block { width: 100%; }
    .thebiggerpictureonline-showcase__image { width: 100%; height: auto; }
}
/* Variation 3 — keyframes */
@keyframes v3-in {from { opacity: 0; translate: 0 24px; }
to { opacity: 1; translate: 0 0; }
}
@keyframes v3-pop {from { opacity: 0; translate: 0 30px; scale: 0.96; }
to { opacity: 1; translate: 0 0; scale: 1; }
}
@keyframes v3-recede {0% { transform: scale(1) translateY(0); opacity: 1; filter: brightness(1) saturate(1) blur(0px); }
60% { transform: scale(0.8) translateY(-7%); opacity: 0.4; filter: brightness(0.55) saturate(0.65) blur(1px); }
100% { transform: scale(0.68) translateY(-10%); opacity: 0.05; filter: brightness(0.35) saturate(0.5) blur(2px); }
}
@keyframes v3-glowfade {from { opacity: 1; }
to { opacity: 0.3; }
}
@keyframes v3-drift {from { transform: translate3d(0, 0, 0); }
to { transform: translate3d(0, -10%, 0); }
}
@keyframes v3-headroom {from { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
to { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45); }
}
@keyframes v3-progress {from { transform: scaleX(0); }
to { transform: scaleX(1); }
}
@keyframes v3-fadeout {from { opacity: 1; scale: 1; }
to { opacity: 0; scale: 0.94; }
}
@keyframes v3-cardin {from { opacity: 0; }
to { opacity: 1; }
}
@keyframes v3-shift {0% { transform: translateY(0); }
50% { transform: translateY(-4px); }
100% { transform: translateY(0); }
}
@keyframes v3-ring {0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--button-bg-color) 55%, transparent); }
100% { box-shadow: 0 0 0 14px color-mix(in srgb, var(--button-bg-color) 0%, transparent); }
}