.premium-section {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #fafafa;
    color: #1a1a1a;
}

.premium-section--soft {
    background: #ebe6df;
}

.premium-section--dark {
    background: #111e1b;
    color: #fff;
}

.premium-shell {
    width: var(--site-edge-width);
    margin: 0 auto;
}

.premium-section-heading {
    display: block;
    max-width: 860px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

.premium-eyebrow {
    display: block;
    margin-bottom: 0.75rem;
    color: #8c7355;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.premium-section--dark .premium-eyebrow {
    color: #d7c3a5;
}

.premium-title {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.35rem, 4.4vw, 4rem);
    font-weight: 400;
    line-height: 1.04;
}

.premium-copy {
    max-width: 680px;
    margin: 1rem auto 0;
    color: #555;
    font-size: 0.98rem;
    line-height: 1.85;
}

.premium-section--dark .premium-copy {
    color: #9bb3ae;
}

.premium-inline-link {
    display: inline-block;
    margin-top: 1.35rem;
    flex: 0 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: #111e1b;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.premium-section--dark .premium-inline-link {
    color: #d0dcd9;
}

.premium-loop-window {
    width: var(--site-edge-width);
    margin: 0 auto;
    overflow: hidden;
}

.premium-loop-track {
    display: flex;
    width: max-content;
    gap: 22px;
    padding-right: 22px;
    animation: premiumLoop 48s linear infinite;
}

.premium-loop-window:hover .premium-loop-track {
    animation-play-state: paused;
}

@keyframes premiumLoop {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.blog-card {
    width: min(360px, 78vw);
    color: #1a1a1a;
}

.blog-card-media,
.fair-video-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.25 / 1;
    background: #d9d6d0;
}

.blog-card-media img,
.fair-video-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover img,
.fair-video-card:hover img {
    transform: scale(1.07);
}

.blog-card-body {
    padding: 1.45rem 0 0;
}

.blog-meta,
.fair-video-meta {
    color: #8c7355;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.4px;
}

.blog-card h3,
.fair-video-card h3 {
    margin: 0.75rem 0 0.55rem;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.55rem;
    line-height: 1.15;
}

.blog-card p,
.fair-video-card p {
    margin: 0;
    color: #666;
    font-size: 0.88rem;
    line-height: 1.7;
}

.partner-story-card {
    width: min(470px, 86vw);
    min-height: 308px;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.035);
}

.partner-story-mark {
    color: #d7c3a5;
    font-family: 'Playfair Display', serif !important;
    font-size: 4.2rem;
    line-height: 0.6;
}

.partner-story-card blockquote {
    margin: 1.2rem 0 2.2rem;
    color: #eef4f2;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.5;
}

.partner-story-person {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9bb3ae;
    font-size: 0.76rem;
    line-height: 1.5;
}

.partner-story-person span {
    display: block;
    width: 34px;
    height: 1px;
    background: #d7c3a5;
}

.fair-video-card {
    width: min(390px, 82vw);
    color: #1a1a1a;
}

.fair-video-media {
    aspect-ratio: 16 / 10;
}

.fair-video-play {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    background: rgba(17,30,27,0.38);
    color: #fff;
    backdrop-filter: blur(8px);
    transition: background 0.3s ease, color 0.3s ease;
}

.fair-video-play svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transform: translateX(2px);
}

.fair-video-card:hover .fair-video-play {
    background: #fff;
    color: #111e1b;
}

.fair-video-body {
    padding-top: 1.35rem;
}

.product-story-slider-section {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #111e1b;
    color: #fff;
}

.product-story-slider-copy {
    width: min(920px, calc(100% - (var(--site-edge-space) * 2)));
    margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
    text-align: center;
}

.product-story-slider-copy .premium-copy {
    color: #9bb3ae;
}

.product-story-controls {
    position: absolute;
    top: clamp(5rem, 8vw, 8rem);
    right: max(var(--site-edge-space), calc((100vw - 1400px) / 2));
    z-index: 4;
    display: flex;
    gap: 12px;
}

.product-story-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.product-story-arrow svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-story-arrow:hover {
    background: #fff;
    border-color: #fff;
    color: #111e1b;
}

.product-story-slider-window {
    width: var(--site-edge-width);
    margin: 0 auto;
    overflow: hidden;
}

.product-story-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.product-story-slide {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 24px) / 2);
    min-height: 640px;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: #182a26;
    box-shadow: 0 26px 70px rgba(0,0,0,0.22);
}

.product-story-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-story-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(17,30,27,0.94), rgba(17,30,27,0.08) 66%),
        linear-gradient(120deg, rgba(215,195,165,0.18), transparent 42%);
}

.product-story-slide:hover img {
    transform: scale(1.06);
}

.product-story-content {
    position: relative;
    z-index: 1;
    max-width: 540px;
    padding: clamp(2rem, 4.5vw, 4rem);
}

.product-story-content h3 {
    margin: 0.7rem 0;
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.product-story-content p {
    color: #d0dcd9;
    font-size: 0.95rem;
    line-height: 1.7;
}

.product-story-content .premium-inline-link {
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
}

.publication-grid,
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 56px);
}

.book-card {
    display: block;
    color: inherit;
    text-align: center;
    perspective: 1200px;
}

.book-object {
    position: relative;
    display: block;
    width: min(190px, 74%);
    margin: 0 auto;
    aspect-ratio: 0.72 / 1;
    transform-style: preserve-3d;
    transform: rotateY(-18deg);
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.65s ease;
    filter: drop-shadow(16px 18px 10px rgba(17,30,27,0.16));
}

.book-object::after {
    content: '';
    position: absolute;
    left: 10%;
    right: -14%;
    bottom: -13%;
    height: 18%;
    background: radial-gradient(ellipse at center, rgba(17,30,27,0.22), transparent 68%);
    transform: rotateX(70deg);
    pointer-events: none;
}

.book-card:hover .book-object {
    transform: rotateY(-4deg) translateY(-16px);
    filter: drop-shadow(12px 28px 16px rgba(17,30,27,0.24));
}

.book-cover,
.book-spine,
.book-pages {
    position: absolute;
    display: block;
}

.book-cover {
    inset: 0;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.32);
    background: #223833;
    backface-visibility: hidden;
}

.book-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), transparent 10%, transparent 86%, rgba(0,0,0,0.18));
}

.book-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.86;
}

.book-title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.1rem 0.9rem;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    text-align: left;
}

.book-title small {
    font-size: 0.58rem;
    letter-spacing: 1.8px;
}

.book-title strong {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 400;
    line-height: 1.05;
}

.book-spine {
    top: 0;
    bottom: 0;
    left: -15px;
    width: 16px;
    background: linear-gradient(90deg, #10201c, #2b453f);
    transform: rotateY(-74deg);
    transform-origin: right center;
}

.book-pages {
    right: -9px;
    bottom: 5px;
    width: 11px;
    height: calc(100% - 10px);
    background: repeating-linear-gradient(to right, #ece8df 0 1px, #c9c1b4 1px 2px);
    transform: rotateY(78deg);
    transform-origin: left center;
}

.book-card h3 {
    margin: 1.6rem 0 0.4rem;
    color: #111e1b;
    font-size: 1.38rem;
}

.book-card p {
    margin: 0;
    color: #33443f;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.world-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(36px, 6vw, 84px);
    align-items: center;
}

.world-map {
    position: relative;
    min-height: 490px;
    border: 1px solid rgba(215,195,165,0.18);
    background:
        linear-gradient(rgba(17,30,27,0.82), rgba(17,30,27,0.82)),
        url('https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg') center / 92% auto no-repeat;
}

.world-pin {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border: 2px solid #d7c3a5;
    border-radius: 50%;
    background: #111e1b;
    box-shadow: 0 0 0 8px rgba(215,195,165,0.12);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.25s ease, background 0.25s ease;
}

.world-pin:hover {
    background: #d7c3a5;
    transform: scale(1.18);
}

.world-pin::before {
    content: '';
    position: absolute;
    inset: -15px;
    border: 1px solid rgba(215,195,165,0.42);
    border-radius: 50%;
    animation: worldPulse 2.6s ease-out infinite;
}

.world-pin::after {
    content: attr(data-label);
    position: absolute;
    left: 18px;
    top: -8px;
    padding: 5px 8px;
    background: rgba(17,30,27,0.9);
    color: #d0dcd9;
    font-size: 0.65rem;
    letter-spacing: 0.8px;
    white-space: nowrap;
    pointer-events: none;
}

@keyframes worldPulse {
    0% {
        transform: scale(0.35);
        opacity: 0.95;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.world-pin--istanbul { left: 57%; top: 35%; }
.world-pin--erbil { left: 61%; top: 41%; }
.world-pin--duhok { left: 60%; top: 39%; }
.world-pin--askabat { left: 66%; top: 36%; }
.world-pin--new-york { left: 28%; top: 34%; }
.world-pin--hamburg { left: 51%; top: 27%; }
.world-pin--china { left: 82%; top: 43%; }

.parla-cover-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.parla-cover-title strong {
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    letter-spacing: 3px;
}

.parla-cover-title em {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-style: italic;
}

.parla-issue-card p {
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.parla-issue-card.is-coming-soon {
    opacity: 0.72;
}

.parla-issue-card.is-coming-soon .book-object {
    filter: grayscale(0.35) drop-shadow(16px 18px 10px rgba(17,30,27,0.14));
}

.join-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(36px, 6vw, 92px);
    align-items: center;
}

.join-visual {
    margin-top: 2rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #111e1b;
    box-shadow: 0 22px 48px rgba(17,30,27,0.13);
}

.join-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.join-visual:hover img {
    transform: scale(1.035);
}

.quick-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(17,30,27,0.12);
    background: rgba(255,255,255,0.56);
}

.quick-form input,
.quick-form select,
.quick-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 0;
    border: 0;
    border-bottom: 1px solid rgba(17,30,27,0.22);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #1a1a1a;
    font-size: 0.86rem;
}

.quick-form textarea {
    min-height: 100px;
    resize: vertical;
}

.quick-form .full {
    grid-column: 1 / -1;
}

.quick-form button {
    justify-self: start;
    padding: 0.92rem 1.45rem;
    border: 1px solid #111e1b;
    background: #111e1b;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    transition: background 0.3s ease, color 0.3s ease;
}

.quick-form button:hover {
    background: transparent;
    color: #111e1b;
}

.material-trend-section {
    background:
        linear-gradient(90deg, rgba(250,250,250,0.96), rgba(250,250,250,0.88)),
        url('images/about-c2.jpg') center / cover no-repeat;
}

.material-trend-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(36px, 7vw, 110px);
    align-items: center;
}

.trend-book-feature {
    justify-self: center;
    width: min(360px, 100%);
}

.trend-book-feature .book-object {
    width: min(260px, 82%);
}

.material-panel {
    position: relative;
    min-width: 0;
}

.material-panel .premium-title,
.material-panel .premium-copy {
    margin-left: 0;
    margin-right: 0;
}

.material-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 2rem;
}

.material-thumb {
    position: relative;
    width: clamp(86px, 9vw, 112px);
    aspect-ratio: 1;
    border: 1px solid rgba(17,30,27,0.14);
    border-radius: 50%;
    background:
        linear-gradient(rgba(17,30,27,0.08), rgba(17,30,27,0.16)),
        var(--material-image) center / cover no-repeat;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(17,30,27,0.12);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.material-thumb span {
    position: absolute;
    inset: auto 8px 13px;
    z-index: 1;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

.material-thumb::before {
    content: '';
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255,255,255,0.52);
    border-radius: 50%;
    pointer-events: none;
}

.material-thumb::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 16px);
    z-index: 5;
    width: min(270px, 78vw);
    padding: 0.9rem 1rem;
    border: 1px solid rgba(215,195,165,0.45);
    background: rgba(17,30,27,0.94);
    color: #e9efed;
    font-size: 0.76rem;
    line-height: 1.55;
    text-align: left;
    transform: translate(-50%, 10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 24px 44px rgba(17,30,27,0.24);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.material-thumb:hover,
.material-thumb:focus-visible {
    transform: translateY(-8px) scale(1.04);
    border-color: rgba(140,115,85,0.55);
    box-shadow: 0 26px 44px rgba(17,30,27,0.18);
    outline: 0;
}

.material-thumb:hover::after,
.material-thumb:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.services-section {
    overflow: hidden;
}

.services-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-bottom: clamp(2.2rem, 5vw, 4rem);
}

.services-heading-row .premium-title,
.services-heading-row .premium-copy {
    margin-left: 0;
    margin-right: 0;
}

.service-controls {
    display: flex;
    gap: 12px;
}

.service-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.service-arrow svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-arrow:hover {
    background: #fff;
    border-color: #fff;
    color: #111e1b;
}

.service-carousel-window {
    overflow: hidden;
}

.service-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.service-card {
    position: relative;
    flex: 0 0 calc((100% - 48px) / 3);
    min-height: 420px;
    overflow: hidden;
    color: #fff;
    background: #182a26;
    box-shadow: 0 24px 70px rgba(0,0,0,0.26);
}

.service-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(17,30,27,0.92), rgba(17,30,27,0.12) 66%),
        linear-gradient(135deg, rgba(215,195,165,0.18), transparent 44%);
}

.service-card:hover img {
    transform: scale(1.06);
}

.service-card-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: clamp(1.3rem, 3vw, 2rem);
}

.service-card-copy > span {
    color: #d7c3a5;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.7px;
}

.service-card-copy h3 {
    margin: 0.65rem 0;
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    line-height: 1.08;
}

.service-card-copy p {
    margin: 0;
    color: #d0dcd9;
    font-size: 0.86rem;
    line-height: 1.65;
}

.catalog-page-hero,
.story-page-hero,
.blog-detail-hero {
    position: relative;
    display: flex;
    align-items: end;
    min-height: clamp(360px, 52vh, 580px);
    overflow: hidden;
    background: #111e1b;
    color: #fff;
}

.catalog-page-hero img,
.story-page-hero img,
.blog-detail-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.42;
}

.catalog-page-hero::after,
.story-page-hero::after,
.blog-detail-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(17,30,27,0.18), rgba(17,30,27,0.7) 72%),
        linear-gradient(to top, rgba(17,30,27,0.96), rgba(17,30,27,0.32));
}

.page-hero-copy {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - (var(--site-edge-space) * 2)));
    margin: 0 auto;
    padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.catalog-page-hero .page-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 860px;
    min-height: clamp(360px, 52vh, 580px);
    padding: clamp(3rem, 6vw, 5rem) 0;
    text-align: center;
}

.catalog-page-hero .premium-eyebrow {
    margin-right: auto;
    margin-left: auto;
    color: #d7c3a5;
    text-shadow: 0 10px 24px rgba(0,0,0,0.45);
}

.catalog-page-hero .premium-title {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-align: center;
    text-shadow: 0 18px 40px rgba(0,0,0,0.62);
}

.catalog-page-hero .premium-copy {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    color: #eef4f2;
    text-align: center;
    text-shadow: 0 12px 28px rgba(0,0,0,0.58);
}

.catalog-intro {
    max-width: 760px;
    margin: 0 auto 4rem;
    text-align: center;
}

.catalog-grid {
    gap: clamp(34px, 5vw, 74px);
}

.catalog-grid .book-object {
    width: min(230px, 78%);
}

.story-scroll-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-scroll-card {
    position: relative;
    display: flex;
    align-items: end;
    min-height: min(72vw, 720px);
    overflow: hidden;
    color: #fff;
}

.story-scroll-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-scroll-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17,30,27,0.94), rgba(17,30,27,0.04) 70%);
}

.story-scroll-card:hover img {
    transform: scale(1.055);
}

.story-scroll-card-content {
    position: relative;
    z-index: 1;
    max-width: 620px;
    padding: clamp(1.6rem, 4vw, 4rem);
}

.story-scroll-card-content h2 {
    margin: 0.65rem 0;
    font-size: clamp(2rem, 4vw, 4rem);
}

.story-scroll-card-content p {
    max-width: 560px;
    margin: 0;
    color: #d0dcd9;
    line-height: 1.75;
}

.blog-article {
    width: min(860px, calc(100% - (var(--site-edge-space) * 2)));
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.blog-article p {
    margin-bottom: 1.5rem;
    color: #4d4d4d;
    font-size: 1.02rem;
    line-height: 1.95;
}

.blog-article h2 {
    margin: 3.5rem 0 1.3rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.blog-article img {
    width: 100%;
    margin: 2rem 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

@media (max-width: 991px) {
    .publication-grid,
    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .world-layout,
    .join-layout,
    .material-trend-layout {
        grid-template-columns: 1fr;
    }

    .service-card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .world-map {
        min-height: 400px;
    }
}

@media (max-width: 700px) {
    .premium-shell {
        width: var(--site-edge-width);
    }

    .premium-section-heading {
        display: block;
        text-align: left;
        max-width: none;
    }

    .premium-inline-link {
        display: inline-block;
        margin-top: 1.2rem;
        line-height: 1.3;
    }

    .premium-title,
    .premium-copy {
        margin-left: 0;
        margin-right: 0;
    }

    .premium-title {
        font-size: clamp(2rem, 10vw, 2.85rem);
        line-height: 1.08;
    }

    .premium-copy {
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .premium-section {
        padding: 4.5rem 0;
    }

    .world-layout,
    .join-layout,
    .material-trend-layout {
        gap: 2rem;
        align-items: start;
    }

    .world-layout > div:first-child,
    .join-layout > div:first-child,
    .material-trend-layout > div:first-child {
        min-width: 0;
    }

    .world-layout .premium-inline-link,
    .join-layout .premium-inline-link {
        margin-top: 1rem;
        max-width: 100%;
        white-space: normal;
    }

    .story-scroll-grid {
        grid-template-columns: 1fr;
    }

    .story-scroll-card {
        min-height: 530px;
    }

    .product-story-slider-copy,
    .product-story-slider-window {
        width: var(--site-edge-width);
    }

    .product-story-controls {
        position: static;
        justify-content: center;
        margin: -1.5rem 0 2rem;
    }

    .product-story-slide {
        flex-basis: 100%;
        min-height: 560px;
    }

    .publication-grid,
    .catalog-grid {
        gap: 32px 18px;
    }

    .book-object,
    .catalog-grid .book-object {
        width: min(150px, 78%);
    }

    .book-title {
        padding: 0.8rem 0.65rem;
    }

    .book-title strong {
        font-size: 1.05rem;
    }

    .world-map {
        min-height: 290px;
        background-size: 112% auto;
    }

    .world-pin {
        width: 10px;
        height: 10px;
        box-shadow: 0 0 0 5px rgba(215,195,165,0.12);
    }

    .world-pin::after {
        left: 12px;
        top: -7px;
        padding: 3px 5px;
        font-size: 0.52rem;
    }

    .quick-form {
        grid-template-columns: 1fr;
    }

    .trend-book-feature {
        justify-self: start;
        width: 100%;
    }

    .trend-book-feature .book-object {
        width: min(190px, 58vw);
    }

    .material-thumbs {
        gap: 13px;
    }

    .material-thumb {
        width: min(94px, calc((100vw - 58px) / 2));
    }

    .material-thumb::after {
        left: 0;
        bottom: calc(100% + 12px);
        transform: translate(0, 10px);
    }

    .material-thumb:hover::after,
    .material-thumb:focus-visible::after {
        transform: translate(0, 0);
    }

    .services-heading-row {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .service-controls {
        justify-content: flex-start;
    }

    .service-card {
        flex-basis: 100%;
        min-height: 430px;
    }
}
