@charset "UTF-8";

/*
Theme Name: argiristones
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Poetry (Verse).......Specific styles for the poetry block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap");

:root {
    --argiri-brown: #8f7061;
    --argiri-dark-brown: #4f3d35;
    --argiri-deep: #1f1d1b;
    --argiri-gold: #c9a65d;
    --argiri-ivory: #f5f1e9;
    --argiri-beige: #ded5c8;
    --argiri-white: #ffffff;
    --argiri-text: #292622;
    --argiri-border: rgba(41, 38, 34, 0.18);
    --argiri-heading: "Cormorant Garamond", serif;
    --argiri-body: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--argiri-text);
    background: var(--argiri-white);
    font-family: var(--argiri-body);
    font-size: 14px;
    line-height: 1.7;
}

body.argiri-menu-open {
    overflow: hidden;
}

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

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

button,
input {
    font: inherit;
}

.argiri-site {
    overflow: hidden;
}

.argiri-container {
    width: min(100% - 80px, 1440px);
    margin-inline: auto;
}

/* Announcement */

.argiri-announcement {
    position: relative;
    z-index: 101;
    padding: 7px 20px;
    color: var(--argiri-white);
    background: var(--argiri-brown);
    text-align: center;
}

.argiri-announcement p {
    margin: 0;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* Header */

.argiri-header {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
    width: 100%;
    color: var(--argiri-white);
    transition:
        background 0.4s ease,
        color 0.4s ease,
        transform 0.4s ease;
}

.argiri-header.is-fixed {
    position: fixed;
    top: 0;
    color: var(--argiri-text);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
}

.argiri-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 78px;
    padding: 0 42px;
}

.argiri-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.argiri-nav-right {
    justify-content: flex-end;
}

.argiri-nav a {
    position: relative;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.argiri-nav a::after {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.argiri-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.argiri-logo {
    display: block;
    width: 130px;
}

.argiri-logo img {
    /*filter: brightness(0) invert(1);*/
    transition: filter 0.3s ease;
}

.argiri-header.is-fixed .argiri-logo img {
    filter: none;
}

.argiri-menu-toggle {
    display: none;
    width: 34px;
    height: 34px;
    padding: 8px 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.argiri-menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    margin: 6px 0;
    background: currentColor;
    transition: transform 0.3s ease;
}

.argiri-menu-toggle.is-active span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.argiri-menu-toggle.is-active span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.argiri-mobile-menu {
    visibility: hidden;
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 30px 40px;
    color: var(--argiri-ivory);
    background: var(--argiri-dark-brown);
    opacity: 0;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.argiri-mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
}

.argiri-mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
}

.argiri-mobile-menu a {
    font-family: var(--argiri-heading);
    font-size: clamp(32px, 8vw, 52px);
    line-height: 1.05;
}

/* Hero */

.argiri-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    color: var(--argiri-white);
}

.argiri-hero-media,
.argiri-hero-overlay {
    position: absolute;
    inset: 0;
}

.argiri-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.argiri-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(22, 18, 16, 0.62) 0%,
            rgba(22, 18, 16, 0.2) 55%,
            rgba(22, 18, 16, 0.08) 100%
        );
}

.argiri-hero-content {
    position: relative;
    z-index: 2;
    width: min(100% - 160px, 1440px);
    margin: 85px auto 0;
}

.argiri-eyebrow,
.argiri-section-label {
    margin: 0 0 20px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.argiri-section-label {
    color: var(--argiri-brown);
}

.argiri-section-label-light {
    color: rgba(255, 255, 255, 0.75);
}

.argiri-hero h1 {
    max-width: 800px;
    margin: 0;
    font-family: var(--argiri-heading);
    font-size: clamp(64px, 8.5vw, 138px);
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: -0.035em;
}

.argiri-hero h1 em {
    font-weight: 400;
}

.argiri-hero-description {
    max-width: 480px;
    margin: 35px 0;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.argiri-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 210px;
    padding: 15px 19px;
    border: 1px solid;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        background 0.3s ease;
}

.argiri-button span {
    font-size: 14px;
}

.argiri-button-light {
    border-color: rgba(255, 255, 255, 0.65);
    color: var(--argiri-white);
}

.argiri-button-light:hover {
    color: var(--argiri-text);
    background: var(--argiri-white);
}

.argiri-button-dark {
    border-color: var(--argiri-text);
    color: var(--argiri-text);
}

.argiri-button-dark:hover {
    color: var(--argiri-white);
    background: var(--argiri-text);
}

.argiri-scroll-link {
    position: absolute;
    right: 40px;
    bottom: 35px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 8px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: right bottom;
}

.argiri-scroll-line {
    display: block;
    width: 55px;
    height: 1px;
    background: currentColor;
}

/* Introduction */

.argiri-intro {
    padding: 80px 0;
    text-align: center;
}

.argiri-intro-inner {
    max-width: 900px;
}

.argiri-intro h2,
.argiri-section-heading h2,
.argiri-split-content h2,
.argiri-stone-intro h2,
.argiri-trade-content h2 {
    margin: 0;
    font-family: var(--argiri-heading);
    font-size: clamp(48px, 6vw, 92px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.025em;
}

.argiri-intro p:last-child {
    max-width: 620px;
    margin: 34px auto 0;
    font-size: 13px;
}

/* Section heading */

.argiri-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.argiri-section-heading h2 {
    font-size: clamp(48px, 5vw, 78px);
}

.argiri-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 7px;
    border-bottom: 1px solid currentColor;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.argiri-text-link-light {
    color: var(--argiri-white);
}

/* Collections */

.argiri-collections {
    padding: 40px 0 150px;
}

.argiri-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.argiri-category-card {
    min-width: 0;
}

.argiri-category-card > a {
    display: block;
    width: 100%;
}

.argiri-category-image {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.argiri-category-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.argiri-category-card:hover .argiri-category-image img {
    transform: scale(1.045);
}

.argiri-category-content {
    padding: 22px 5px 0;
    text-align: center;
}

.argiri-category-content p {
    margin: 0 0 7px;
    color: var(--argiri-brown);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.argiri-category-content h3 {
    margin: 0 0 14px;
    font-family: var(--argiri-heading);
    font-size: 29px;
    font-weight: 400;
    line-height: 1.1;
}

.argiri-category-content span {
    display: inline-block;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* Laptop */
@media (max-width: 1200px) {
    .argiri-category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .argiri-category-image {
        height: 380px;
    }

    .argiri-category-content h3 {
        font-size: 25px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .argiri-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 20px;
    }

    .argiri-category-image {
        height: 480px;
    }

    .argiri-category-content h3 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .argiri-collections {
        padding: 25px 0 90px;
    }

    .argiri-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 12px;
    }

    .argiri-category-image {
        height: 300px;
    }

    .argiri-category-content {
        padding-top: 15px;
    }

    .argiri-category-content p {
        font-size: 7px;
        letter-spacing: 0.14em;
    }

    .argiri-category-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .argiri-category-content span {
        font-size: 7px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .argiri-category-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .argiri-category-image {
        height: 480px;
    }

    .argiri-category-content h3 {
        font-size: 28px;
    }
}
/* Feeling */

.argiri-feeling {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 557px;
    color: var(--argiri-white);
    text-align: center;
}

.argiri-feeling-media,
.argiri-feeling-overlay {
    position: absolute;
    inset: 0;
}

.argiri-feeling-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.argiri-feeling-overlay {
    background: rgba(19, 17, 15, 0.52);
}

.argiri-feeling-content {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1000px);
}

.argiri-feeling h2 {
    margin: 0;
    font-family: var(--argiri-heading);
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 400;
    line-height: 0.96;
}

.argiri-feeling h2 em {
    font-weight: 400;
}

.argiri-feeling-content > p:not(.argiri-section-label) {
    max-width: 590px;
    margin: 30px auto;
}

/* Split sections */

.argiri-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 800px;
}

.argiri-split-image {
    overflow: hidden;
}

.argiri-split-image img {
    width: 100%;
    height: 100%;
    min-height: 800px;
    object-fit: cover;
}

.argiri-split-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(60px, 9vw, 145px);
    background: var(--argiri-ivory);
}

.argiri-split-content h2 {
    font-size: clamp(48px, 5vw, 78px);
}

.argiri-split-content > p:not(.argiri-section-label) {
    max-width: 580px;
    margin: 30px 0 0;
}

.argiri-split-content .argiri-text-link {
    margin-top: 35px;
}

.argiri-dark-content {
    color: var(--argiri-white);
    background: var(--argiri-deep);
}

/* Stones */

.argiri-stones {
    padding: 150px 0;
    background: #faf8f4;
}

.argiri-stone-intro {
    max-width: 800px;
    margin: 0 auto 90px;
    text-align: center;
}

.argiri-stone-intro h2 {
    font-size: clamp(48px, 5.5vw, 84px);
}

.argiri-stone-intro > p:last-child {
    max-width: 590px;
    margin: 30px auto 0;
}

.argiri-stone-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.argiri-stone-item {
    text-align: center;
}

.argiri-stone-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto 28px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 18px 40px rgba(43, 35, 30, 0.12);
}

.argiri-stone-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.argiri-stone-item:hover img {
    transform: scale(1.1);
}

.argiri-stone-item h3 {
    margin: 0 0 8px;
    font-family: var(--argiri-heading);
    font-size: 26px;
    font-weight: 500;
}

.argiri-stone-item p {
    margin: 0;
    font-size: 10px;
}

.argiri-center-button {
    margin-top: 70px;
    text-align: center;
}

/* Trade */

.argiri-trade {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 820px;
    color: var(--argiri-white);
}

.argiri-trade-image,
.argiri-trade-overlay {
    position: absolute;
    inset: 0;
}

.argiri-trade-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.argiri-trade-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(24, 20, 18, 0.72),
            rgba(24, 20, 18, 0.18)
        );
}

.argiri-trade-content {
    position: relative;
    z-index: 2;
    width: min(100% - 160px, 1440px);
    margin-inline: auto;
}

.argiri-trade-content h2 {
    max-width: 760px;
}

.argiri-trade-content > p:not(.argiri-section-label) {
    max-width: 510px;
    margin: 30px 0;
}

/* Journal */

.argiri-journal {
    padding: 80px 0;
}

.argiri-journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.argiri-journal-image {
    height: 400px;
    margin-bottom: 24px;
    overflow: hidden;
}

.argiri-journal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

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

.argiri-journal-category {
    margin: 0 0 10px;
    color: var(--argiri-brown);
    font-size: 8px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.argiri-journal-card h3 {
    margin: 0 0 18px;
    font-family: var(--argiri-heading);
    font-size: 31px;
    font-weight: 400;
    line-height: 1.05;
}

/* Footer */

.argiri-footer {
    padding: 95px 0 25px;
    color: var(--argiri-ivory);
    background: var(--argiri-brown);
}

.argiri-footer-top {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.8fr 1.2fr;
    gap: 60px;
    padding-bottom: 75px;
}

.argiri-footer-brand img {
    width: 125px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.argiri-footer-brand p,
.argiri-footer-column p {
    max-width: 320px;
    margin: 0;
    font-size: 11px;
}

.argiri-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.argiri-footer-column h3 {
    margin: 0 0 12px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.argiri-footer-column a {
    font-size: 10px;
}

.argiri-newsletter-field {
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.argiri-newsletter-field input {
    flex: 1;
    min-width: 0;
    padding: 12px 0;
    border: 0;
    outline: 0;
    color: var(--argiri-white);
    background: transparent;
    font-size: 10px;
}

.argiri-newsletter-field input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.argiri-newsletter-field button {
    border: 0;
    color: var(--argiri-white);
    background: transparent;
    cursor: pointer;
}

.argiri-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.argiri-footer-bottom p,
.argiri-footer-bottom a {
    margin: 0;
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.argiri-footer-bottom > div {
    display: flex;
    gap: 24px;
}

/* Animation */

.reveal {
    /*opacity: 0;*/
    transform: translateY(45px);
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
}

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

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* Tablet */

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

    .argiri-header-inner {
        grid-template-columns: 1fr auto 1fr;
        padding: 0 25px;
    }

    .argiri-logo {
        grid-column: 2;
    }

    .argiri-menu-toggle {
        display: block;
        grid-column: 3;
        justify-self: end;
    }

    .argiri-hero-content,
    .argiri-trade-content {
        width: min(100% - 80px, 100%);
    }

    .argiri-category-image {
        height: 440px;
    }

    .argiri-split-content {
        padding: 70px;
    }

    .argiri-stone-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 70px;
    }

    .argiri-footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .argiri-container {
        width: min(100% - 36px, 100%);
    }

    .argiri-announcement {
        padding-inline: 12px;
    }

    .argiri-announcement p {
        font-size: 7px;
        letter-spacing: 0.12em;
    }

    .argiri-header {
        top: 30px;
    }

    .argiri-header.is-fixed {
        top: 0;
    }

    .argiri-header-inner {
        min-height: 67px;
        padding: 0 18px;
    }

    .argiri-logo {
        width: 82px;
    }

    .argiri-hero {
        min-height: 760px;
    }

    .argiri-hero-overlay {
        background: rgba(23, 18, 16, 0.4);
    }

    .argiri-hero-content {
        width: calc(100% - 36px);
        margin-top: 65px;
        text-align: center;
    }

    .argiri-hero h1 {
        font-size: clamp(62px, 20vw, 92px);
    }

    .argiri-hero-description {
        margin-inline: auto;
    }

    .argiri-scroll-link {
        display: none;
    }

    .argiri-intro {
        padding: 95px 0;
    }

    .argiri-intro h2 {
        font-size: 48px;
    }

    .argiri-collections,
    .argiri-journal {
        padding: 25px 0 95px;
    }

    .argiri-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .argiri-category-grid,
    .argiri-journal-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .argiri-category-image {
        height: 520px;
    }

    .argiri-feeling {
        min-height: 690px;
        padding: 70px 18px;
    }

    .argiri-feeling h2 {
        font-size: 49px;
    }

    .argiri-split-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .argiri-split-reverse .argiri-split-content {
        order: 2;
    }

    .argiri-split-reverse .argiri-split-image {
        order: 1;
    }

    .argiri-split-image img {
        min-height: 540px;
    }

    .argiri-split-content {
        padding: 85px 25px;
    }

    .argiri-split-content h2 {
        font-size: 48px;
    }

    .argiri-stones {
        padding: 95px 0;
    }

    .argiri-stone-grid {
        grid-template-columns: 1fr 1fr;
        gap: 55px 18px;
    }

    .argiri-stone-circle {
        width: 115px;
        height: 115px;
    }

    .argiri-stone-item h3 {
        font-size: 21px;
    }

    .argiri-stone-item p {
        font-size: 8px;
    }

    .argiri-trade {
        min-height: 690px;
    }

    .argiri-trade-content {
        width: calc(100% - 36px);
        text-align: center;
    }

    .argiri-trade-content h2 {
        font-size: 49px;
    }

    .argiri-trade-content > p:not(.argiri-section-label) {
        margin-inline: auto;
    }

    .argiri-journal-image {
        height: 430px;
    }

    .argiri-footer {
        padding-top: 75px;
    }

    .argiri-footer-top {
        grid-template-columns: 1fr;
        gap: 45px;
    }

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

@media (max-width: 420px) {
    .argiri-category-image,
    .argiri-journal-image {
        height: 440px;
    }

    .argiri-stone-circle {
        width: 105px;
        height: 105px;
    }
}
