/* =========================
   DESIGN SETTINGS
   Change values here
========================= */

/* =========================
   DESIGN SETTINGS
   Change values here
========================= */

:root {
    /* =====================================================
       GLOBAL TYPOGRAPHY
    ===================================================== */

    --site-font-family: "Montserrat", Arial, sans-serif;
    --site-heading-font-family: "Montserrat", Arial, sans-serif;
    --site-button-font-family: "Montserrat", Arial, sans-serif;

    --site-body-color: #555555;
    --site-heading-color: #111111;
    --site-background-color: #ffffff;

    --site-body-font-size-desktop: 16px;
    --site-body-font-size-mobile: 15px;
    --site-body-font-weight: 400;
    --site-body-line-height: 1.75;
    --site-body-letter-spacing: 0px;
    
  

    /* =====================================================
       Header
    ===================================================== */

    --header-bg-top: transparent;
    --header-bg-scrolled: #000000;
    --header-text-color: #ffffff;
    --header-padding-desktop: 18px 0 14px;
    --header-padding-mobile: 14px 0 12px;
    --header-side-padding-desktop: 24px;
    --header-side-padding-mobile: 18px;
    --header-top-bottom-gap: 22px;

    /* Logo */
    --logo-height-desktop: 62px;
    --logo-height-mobile: 46px;

    /* Social icons */
    --social-link-size-desktop: 35px;
    --social-icon-size-desktop: 30px;
    --social-link-size-mobile: 33px;
    --social-icon-size-mobile: 25px;
    --social-gap-desktop: 14px;
    --social-gap-mobile: 8px;
    --social-color: #ffffff;

    /* Desktop contact top right */
    --desktop-contact-gap: 18px;
    --desktop-contact-font-family: var(--site-font-family);
    --desktop-contact-font-size: 16px;
    --desktop-contact-font-weight: 400;
    --desktop-contact-letter-spacing: 0px;
    --desktop-contact-color: #ffffff;
    --desktop-contact-icon-size: 16px;
    
     /* Polylang language switcher */
--language-flag-size-desktop: 40px;
--language-flag-size-mobile: 40px;
--language-flag-link-size-desktop: 40px;
--language-flag-link-size-mobile: 40px;
--language-flag-gap: 10px;

    /* Desktop menu */
    --desktop-menu-gap: 78px;
    --desktop-menu-font-family: var(--site-font-family);
    --desktop-menu-font-size: 16px;
    --desktop-menu-font-weight: 400;
    --desktop-menu-letter-spacing: 1px;
    --desktop-menu-color: #ffffff;

    /* Mobile menu */
    --mobile-menu-gap: 20px;
    --mobile-menu-font-family: var(--site-font-family);
    --mobile-menu-font-size: 17px;
    --mobile-menu-font-weight: 500;
    --mobile-menu-letter-spacing: 0.5px;
    --mobile-menu-color: #ffffff;
    --mobile-menu-left-padding: 28px;

    /* Mobile contact inside hamburger */
    --mobile-contact-gap: 14px;
    --mobile-contact-margin-top: 24px;
    --mobile-contact-font-family: var(--site-font-family);
    --mobile-contact-font-size: 17px;
    --mobile-contact-font-weight: 400;
    --mobile-contact-letter-spacing: 0.5px;
    --mobile-contact-color: #ffffff;
    --mobile-contact-icon-size: 20px;

    /* Hamburger */
    --hamburger-button-size: 40px;
    --hamburger-line-width: 26px;
    --hamburger-line-height: 2px;
    --hamburger-line-gap: 5px;
    --hamburger-color: #ffffff;

    /* =====================================================
       Hero
    ===================================================== */

    --hero-height-desktop: 100vh;
    --hero-height-mobile: 100svh;
    --hero-overlay-color: rgba(0, 0, 0, 0.30);
    --hero-content-max-width: 1200px;
    --hero-content-side-padding: 5%;
    --hero-content-align: center;

    --hero-title-font-family: var(--site-heading-font-family);
    --hero-title-color: #ffffff;
    --hero-title-size-desktop: 38px;
    --hero-title-size-mobile: 24px;
    --hero-title-font-weight: 400;
    --hero-title-letter-spacing: 1px;
    --hero-title-line-height: 1.05;
    --hero-title-margin-bottom: 24px;

    --hero-text-font-family: var(--site-font-family);
    --hero-text-color: #ffffff;
    --hero-text-size-desktop: 20px;
    --hero-text-size-mobile: 20px;
    --hero-text-font-weight: 400;
    --hero-text-letter-spacing: 0px;
    --hero-text-line-height: 1.7;
    --hero-text-max-width: 720px;
    --hero-text-margin-bottom: 34px;

    --hero-button-font-family: var(--site-button-font-family);
    --hero-button-bg: #ffffff;
    --hero-button-color: #111111;
    --hero-button-bg-hover: #111111;
    --hero-button-color-hover: #ffffff;
    --hero-button-padding: 16px 34px;
    --hero-button-font-size: 13px;
    --hero-button-font-weight: 700;
    --hero-button-letter-spacing: 1.2px;
    --hero-button-border-radius: 999px;

    /* =====================================================
       Booking section
    ===================================================== */

    --booking-bg: #ffffff;
    --booking-padding-desktop: 110px 0;
    --booking-padding-mobile: 70px 0;
    --booking-max-width: 900px;

    --booking-title-font-family: var(--site-heading-font-family);
    --booking-title-color: #111111;
    --booking-title-size-desktop: 28px;
    --booking-title-size-mobile: 23px;
    --booking-title-font-weight: 400;
    --booking-title-letter-spacing: 1.2px;
    --booking-title-line-height: 1.15;
    --booking-title-margin-bottom: 24px;

    --booking-text-font-family: var(--site-font-family);
    --booking-text-color: #555555;
    --booking-text-size-desktop: 16px;
    --booking-text-size-mobile: 16px;
    --booking-text-font-weight: 400;
    --booking-text-letter-spacing: 0px;
    --booking-text-line-height: 1.8;
    --booking-text-max-width: 820px;
    --booking-text-margin-bottom: 34px;

    --booking-button-font-family: var(--site-button-font-family);
    --booking-button-bg: #111111;
    --booking-button-color: #ffffff;
    --booking-button-bg-hover: #333333;
    --booking-button-color-hover: #ffffff;
    --booking-button-padding: 13px 32px;
    --booking-button-font-size: 13px;
    --booking-button-font-weight: 400;
    --booking-button-letter-spacing: 1px;
    --booking-button-border-radius: 999px;

    /* =====================================================
       Services preview section
    ===================================================== */

    --services-preview-bg: #ffffff;
    --services-preview-padding-desktop: 90px 0 110px;
    --services-preview-padding-mobile: 60px 0 80px;
    --services-preview-container-width: 96%;
    --services-preview-container-max-width: 1800px;
    --services-preview-gap: 24px;
    --services-preview-image-height: 620px;
    --services-preview-image-height-tablet: 500px;
    --services-preview-image-height-mobile: 560px;
    --services-preview-image-height-small-mobile: 520px;

    --services-preview-title-font-family: var(--site-heading-font-family);
    --services-preview-title-color: #ffffff;
    --services-preview-title-size-desktop: 24px;
    --services-preview-title-size-mobile: 24px;
    --services-preview-title-size-small-mobile: 22px;
    --services-preview-title-weight: 400;
    --services-preview-title-letter-spacing: 1.2px;
    --services-preview-title-line-height: 1.2;

    /* =====================================================
       Team section
    ===================================================== */

    --team-bg: #ffffff;
    --team-padding-desktop: 100px 0;
    --team-padding-mobile: 70px 0;

    --team-heading-font-family: var(--site-heading-font-family);
    --team-heading-color: #111111;
    --team-heading-size-desktop: 28px;
    --team-heading-size-mobile: 28px;
    --team-heading-font-weight: 400;
    --team-heading-letter-spacing: 1.2px;
    --team-heading-line-height: 1.15;
    --team-heading-margin-bottom-desktop: 60px;
    --team-heading-margin-bottom-mobile: 44px;

    --team-grid-max-width: 900px;
    --team-grid-gap-desktop: 80px;
    --team-grid-gap-mobile: 56px;

    --team-photo-size-desktop: 280px;
    --team-photo-size-mobile: 220px;
    --team-photo-border-size: 1px;
    --team-photo-border-color: #dddddd;

    --team-name-font-family: var(--site-heading-font-family);
    --team-name-margin-top: 22px;
    --team-name-margin-bottom: 4px;
    --team-name-color: #111111;
    --team-name-font-size-desktop: 18px;
    --team-name-font-size-mobile: 18px;
    --team-name-font-weight: 500;
    --team-name-letter-spacing: 0.4px;
    --team-name-line-height: 1.2;

    --team-social-gap: 16px;
    --team-social-icon-size: 28px;
    --team-social-color: #111111;
    --team-social-margin-top: 10px;

    --team-description-font-family: var(--site-font-family);
    --team-description-max-width: 900px;
    --team-description-margin-top: 60px;
    --team-description-color: #555555;
    --team-description-font-size-desktop: 18px;
    --team-description-font-size-mobile: 16px;
    --team-description-font-weight: 400;
    --team-description-letter-spacing: 0px;
    --team-description-line-height: 1.8;
    --team-description-text-align: center;

    /* =====================================================
       About section
    ===================================================== */

    --about-bg: #ffffff;
    --about-padding-desktop: 110px 0;
    --about-padding-mobile: 70px 0;
    --about-grid-gap: 80px;
    --about-grid-gap-mobile: 44px;
    --about-content-max-width: 620px;

    --about-heading-font-family: var(--site-heading-font-family);
    --about-heading-color: #111111;
    --about-heading-size-desktop: 28px;
    --about-heading-size-mobile: 28px;
    --about-heading-font-weight: 400;
    --about-heading-letter-spacing: 0.8px;
    --about-heading-line-height: 1.15;
    --about-heading-margin-bottom: 28px;

    --about-text-font-family: var(--site-font-family);
    --about-text-color: #555555;
    --about-text-size-desktop: 18px;
    --about-text-size-mobile: 18px;
    --about-text-font-weight: 400;
    --about-text-letter-spacing: 0px;
    --about-text-line-height: 1.8;
    --about-text-margin-bottom: 22px;

    --about-carousel-height-desktop: 620px;
    --about-carousel-height-mobile: 430px;
    --about-carousel-height-small-mobile: 360px;
    --about-carousel-bg: #f3f3f3;
    --about-carousel-overlay: rgba(0, 0, 0, 0.30);

    --about-carousel-button-size: 48px;
    --about-carousel-button-size-mobile: 40px;
    --about-carousel-button-size-small-mobile: 36px;
    --about-carousel-button-bg: rgba(0, 0, 0, 0.65);
    --about-carousel-button-color: #ffffff;
    --about-carousel-button-bg-hover: rgba(0, 0, 0, 0.9);
    --about-carousel-button-font-size: 34px;
    --about-carousel-button-font-size-mobile: 30px;
    --about-carousel-button-font-size-small-mobile: 28px;
    --about-carousel-button-side-position: 14px;
    --about-carousel-button-side-position-mobile: 10px;
    --about-carousel-button-side-position-small-mobile: 8px;

    --about-thumbnails-margin-top: 16px;
    --about-thumbnails-gap: 10px;
    --about-thumbnail-width: 76px;
    --about-thumbnail-height: 76px;
    --about-thumbnail-width-mobile: 64px;
    --about-thumbnail-height-mobile: 64px;
    --about-thumbnail-width-small-mobile: 58px;
    --about-thumbnail-height-small-mobile: 58px;
    --about-thumbnail-opacity: 0.55;
    --about-thumbnail-active-opacity: 1;
    --about-thumbnail-active-border-color: #111111;
    --about-thumbnail-border-color: #dddddd;

    /* =====================================================
       FAQ section
    ===================================================== */

    --faq-bg-color: #000000;
    --faq-overlay-color: rgba(0, 0, 0, 0.72);
    --faq-padding-desktop: 120px 0;
    --faq-padding-mobile: 80px 0;

    --faq-heading-font-family: var(--site-heading-font-family);
    --faq-heading-color: #ffffff;
    --faq-heading-size-desktop: 28px;
    --faq-heading-size-mobile: 28px;
    --faq-heading-font-weight: 400;
    --faq-heading-letter-spacing: 0.8px;
    --faq-heading-line-height: 1.15;
    --faq-heading-margin-bottom: 56px;

    --faq-grid-gap: 18px;

    --faq-item-bg: rgba(255, 255, 255, 0.08);
    --faq-item-bg-open: rgba(255, 255, 255, 0.13);
    --faq-item-border-color: rgba(255, 255, 255, 0.18);

    --faq-question-font-family: var(--site-heading-font-family);
    --faq-question-color: #ffffff;
    --faq-question-size-desktop: 22px;
    --faq-question-size-mobile: 20px;
    --faq-question-font-weight: 400;
    --faq-question-letter-spacing: 0px;
    --faq-question-line-height: 1.3;
    --faq-question-padding-desktop: 22px 58px 22px 24px;
    --faq-question-padding-mobile: 20px 54px 20px 18px;

    --faq-answer-font-family: var(--site-font-family);
    --faq-answer-color: rgba(255, 255, 255, 0.86);
    --faq-answer-size-desktop: 20px;
    --faq-answer-size-mobile: 18px;
    --faq-answer-font-weight: 400;
    --faq-answer-letter-spacing: 0px;
    --faq-answer-line-height: 1.7;
    --faq-answer-padding-desktop: 0 24px 24px;
    --faq-answer-padding-mobile: 0 18px 22px;

    --faq-link-color: #ffffff;

    /* =====================================================
       Map section
    ===================================================== */

    --map-bg: #ffffff;
    --map-padding-desktop: 100px 0;
    --map-padding-mobile: 70px 0;
    --map-container-width: 96%;
    --map-container-max-width: 1800px;

    --map-heading-font-family: var(--site-heading-font-family);
    --map-heading-color: #111111;
    --map-heading-size-desktop: 28px;
    --map-heading-size-mobile: 28px;
    --map-heading-font-weight: 400;
    --map-heading-letter-spacing: 0.8px;
    --map-heading-line-height: 1.15;
    --map-heading-margin-bottom: 42px;

    --map-text-font-family: var(--site-font-family);
    --map-text-color: #555555;
    --map-text-size-desktop: 18px;
    --map-text-size-mobile: 14px;
    --map-text-font-weight: 400;
    --map-text-letter-spacing: 0px;
    --map-text-line-height: 1.6;

    --map-height-desktop: 520px;
    --map-height-mobile: 380px;
    --map-border-radius: 0px;

    /* =====================================================
       Contact section
    ===================================================== */

    --contact-bg: #ffffff;
    --contact-padding-desktop: 110px 0;
    --contact-padding-mobile: 70px 0;
    --contact-grid-gap-desktop: 90px;
    --contact-grid-gap-mobile: 56px;

    --contact-heading-font-family: var(--site-heading-font-family);
    --contact-heading-color: #111111;
    --contact-heading-size-desktop: 28px;
    --contact-heading-size-mobile: 28px;
    --contact-heading-font-weight: 400;
    --contact-heading-letter-spacing: 0.8px;
    --contact-heading-line-height: 1.15;
    --contact-heading-margin-bottom: 34px;

    --contact-label-font-family: var(--site-font-family);
    --contact-label-color: #111111;
    --contact-label-size: 18px;
    --contact-label-weight: 400;
    --contact-label-letter-spacing: 0px;

    --contact-input-font-family: var(--site-font-family);
    --contact-input-bg: transparent;
    --contact-input-border-color: #cccccc;
    --contact-input-border-focus: #111111;
    --contact-input-text-color: #111111;
    --contact-input-placeholder-color: #777777;
    --contact-input-font-size: 16px;
    --contact-input-font-weight: 400;
    --contact-input-letter-spacing: 0px;
    --contact-input-line-height: 1.5;
    --contact-input-padding: 15px 0;

    --contact-button-font-family: var(--site-button-font-family);
    --contact-button-bg: #111111;
    --contact-button-color: #ffffff;
    --contact-button-bg-hover: #333333;
    --contact-button-color-hover: #ffffff;
    --contact-button-padding: 15px 34px;
    --contact-button-font-size: 13px;
    --contact-button-font-weight: 400;
    --contact-button-letter-spacing: 1px;
    --contact-button-border-radius: 999px;

    --contact-info-gap: 42px;
    --contact-info-box-gap-desktop: 18px;
    --contact-info-box-gap-mobile: 14px;
    --contact-info-icon-size: 34px;
    --contact-info-icon-color: #111111;

    --contact-info-title-font-family: var(--site-heading-font-family);
    --contact-info-title-color: #111111;
    --contact-info-title-size-desktop: 22px;
    --contact-info-title-size-mobile: 20px;
    --contact-info-title-weight: 400;
    --contact-info-title-letter-spacing: 0px;
    --contact-info-title-line-height: 1.2;

    --contact-info-text-font-family: var(--site-font-family);
    --contact-info-text-color: #555555;
    --contact-info-text-size: 16px;
    --contact-info-text-weight: 400;
    --contact-info-text-letter-spacing: 0px;
    --contact-info-text-line-height: 1.7;

    --contact-info-link-font-family: var(--site-font-family);
    --contact-info-link-color: #111111;
    --contact-info-link-size-desktop: 22px;
    --contact-info-link-size-mobile: 16px;
    --contact-info-link-weight: 400;
    --contact-info-link-letter-spacing: 0px;
    --contact-info-link-line-height: 1.4;

    /* =====================================================
       Footer
    ===================================================== */

    --footer-bg: #000000;
    --footer-padding-desktop: 90px 0 28px;
    --footer-padding-mobile: 64px 0 24px;

    --footer-text-font-family: var(--site-font-family);
    --footer-text-color: rgba(255, 255, 255, 0.78);
    --footer-font-size: 16px;
    --footer-font-weight: 400;
    --footer-letter-spacing: 0px;
    --footer-line-height: 1.65;

    --footer-heading-font-family: var(--site-heading-font-family);
    --footer-heading-color: #ffffff;
    --footer-heading-size: 18px;
    --footer-heading-font-weight: 400;
    --footer-heading-letter-spacing: 0.8px;
    --footer-heading-line-height: 1.2;

    --footer-heading-line-color: rgba(255, 255, 255, 0.32);
    --footer-heading-line-width: 100%;
    --footer-heading-line-margin: 16px 0 24px;

    --footer-column-gap-desktop: 70px;
    --footer-column-gap-mobile: 46px;

    --footer-link-color: rgba(255, 255, 255, 0.78);
    --footer-link-hover-color: #ffffff;

    --footer-icon-size: 18px;
    --footer-icon-color: #ffffff;

    --footer-logo-height-desktop: 64px;
    --footer-logo-height-mobile: 54px;
    --footer-brand-margin-top-desktop: 70px;
    --footer-brand-margin-top-mobile: 52px;

    --footer-social-gap: 16px;
    --footer-social-size: 34px;
    --footer-social-icon-size: 28px;

    --footer-bottom-border-color: rgba(255, 255, 255, 0.16);
    --footer-bottom-margin-top: 42px;
    --footer-bottom-padding-top: 22px;
    --footer-bottom-font-size: 12px;
    --footer-bottom-font-size-mobile: 11px;
    --footer-bottom-letter-spacing: 1px;

    /* =====================================================
       Service price list pages
    ===================================================== */

    --service-pricelist-page-bg: #ffffff;
    --service-pricelist-left-width-desktop: 50%;
    --service-pricelist-right-width-desktop: 50%;
    --service-pricelist-left-width-mobile: 45%;
    --service-pricelist-right-width-mobile: 55%;
    --service-pricelist-left-width-small-mobile: 50%;
    --service-pricelist-right-width-small-mobile: 50%;

    --service-pricelist-image-overlay: rgba(0, 0, 0, 0.40);

    --service-pricelist-vertical-font-family: var(--site-heading-font-family);
    --service-pricelist-vertical-color: #ffffff;
    --service-pricelist-vertical-size-desktop: 130px;
    --service-pricelist-vertical-size-tablet: 100px;
    --service-pricelist-vertical-size-mobile: 82px;
    --service-pricelist-vertical-size-small-mobile: 70px;
    --service-pricelist-vertical-weight: 900;
    --service-pricelist-vertical-letter-spacing: 2px;

    --service-pricelist-content-bg: #ffffff;
    --service-pricelist-content-padding-desktop: 118px 8vw 80px;
    --service-pricelist-content-padding-tablet: 112px 5vw 70px;
    --service-pricelist-content-padding-mobile: 96px 18px 44px;
    --service-pricelist-content-padding-small-mobile: 86px 14px 36px;

    --service-pricelist-logo-height-desktop: 78px;
    --service-pricelist-logo-height-tablet: 66px;
    --service-pricelist-logo-height-mobile: 44px;
    --service-pricelist-logo-height-small-mobile: 38px;
    --service-pricelist-logo-margin-bottom-desktop: 34px;
    --service-pricelist-logo-margin-bottom-tablet: 28px;
    --service-pricelist-logo-margin-bottom-mobile: 22px;
    --service-pricelist-logo-margin-bottom-small-mobile: 18px;

    --service-pricelist-title-font-family: var(--site-heading-font-family);
    --service-pricelist-title-color: #111111;
    --service-pricelist-title-size-desktop: 38px;
    --service-pricelist-title-size-tablet: 30px;
    --service-pricelist-title-size-mobile: 20px;
    --service-pricelist-title-size-small-mobile: 17px;
    --service-pricelist-title-weight: 900;
    --service-pricelist-title-letter-spacing-desktop: 7px;
    --service-pricelist-title-letter-spacing-tablet: 5px;
    --service-pricelist-title-letter-spacing-mobile: 3px;
    --service-pricelist-title-letter-spacing-small-mobile: 2.2px;
    --service-pricelist-title-line-height: 1.1;
    --service-pricelist-title-margin-bottom-desktop: 34px;
    --service-pricelist-title-margin-bottom-mobile: 22px;

    --service-pricelist-note-font-family: var(--site-font-family);
    --service-pricelist-note-color: #555555;
    --service-pricelist-note-size-desktop: 16px;
    --service-pricelist-note-size-mobile: 12px;
    --service-pricelist-note-line-height-desktop: 1.6;
    --service-pricelist-note-line-height-mobile: 1.45;
    --service-pricelist-note-max-width: 520px;

    --service-pricelist-row-gap-desktop: 22px;
    --service-pricelist-row-gap-mobile: 11px;
    --service-pricelist-row-font-family: var(--site-font-family);
    --service-pricelist-row-color: #111111;
    --service-pricelist-row-name-size-desktop: 20px;
    --service-pricelist-row-name-size-tablet: 16px;
    --service-pricelist-row-name-size-mobile: 13px;
    --service-pricelist-row-name-size-small-mobile: 12px;
    --service-pricelist-row-name-weight: 500;
    --service-pricelist-row-price-size-desktop: 20px;
    --service-pricelist-row-price-size-tablet: 16px;
    --service-pricelist-row-price-size-mobile: 13px;
    --service-pricelist-row-price-size-small-mobile: 12px;
    --service-pricelist-row-price-weight: 600;
    --service-pricelist-row-letter-spacing: 1px;
    --service-pricelist-row-line-height: 1.45;

    --staff-pricelist-grid-gap-desktop: 42px;
    --staff-pricelist-grid-gap-tablet: 28px;
    --staff-pricelist-grid-gap-mobile: 34px;

    --staff-photo-size-desktop: 180px;
    --staff-photo-size-tablet: 140px;
    --staff-photo-size-mobile: 110px;
    --staff-photo-size-small-mobile: 92px;

    --staff-card-title-font-family: var(--site-heading-font-family);
    --staff-card-title-color: #111111;
    --staff-card-title-size-desktop: 20px;
    --staff-card-title-size-tablet: 16px;
    --staff-card-title-size-mobile: 14px;
    --staff-card-title-size-small-mobile: 12px;
    --staff-card-title-weight: 700;
    --staff-card-title-letter-spacing: 1.2px;
    --staff-card-title-line-height: 1.2;

    --staff-price-font-family: var(--site-font-family);
    --staff-price-color: #111111;
    --staff-price-size-desktop: 16px;
    --staff-price-size-tablet: 13px;
    --staff-price-size-mobile: 12px;
    --staff-price-size-small-mobile: 11px;
    --staff-price-name-weight: 500;
    --staff-price-value-weight: 700;
    --staff-price-letter-spacing: 0.4px;
    --staff-price-line-height: 1.45;

    --staff-phone-button-font-family: var(--site-button-font-family);
    --staff-phone-button-bg: #111111;
    --staff-phone-button-color: #ffffff;
    --staff-phone-button-bg-hover: #333333;
    --staff-phone-button-padding-desktop: 14px 28px;
    --staff-phone-button-padding-mobile: 13px 22px;
    --staff-phone-button-padding-small-mobile: 12px 18px;
    --staff-phone-button-font-size-desktop: 14px;
    --staff-phone-button-font-size-mobile: 12px;
    --staff-phone-button-font-size-small-mobile: 11px;
    --staff-phone-button-font-weight: 700;
    --staff-phone-button-letter-spacing: 0.8px;
    --staff-phone-button-border-radius: 999px;

    /* =====================================================
       Legal pages
    ===================================================== */

    --legal-bg: #ffffff;
    --legal-section-padding-desktop: 190px 0 110px;
    --legal-section-padding-mobile: 150px 0 80px;
    --legal-content-max-width: 920px;

    --legal-title-font-family: var(--site-heading-font-family);
    --legal-title-color: #111111;
    --legal-title-size-desktop: 48px;
    --legal-title-size-mobile: 34px;
    --legal-title-weight: 700;
    --legal-title-letter-spacing: 1px;
    --legal-title-line-height: 1.1;

    --legal-updated-color: #777777;
    --legal-updated-size: 14px;

    --legal-heading-font-family: var(--site-heading-font-family);
    --legal-heading-color: #111111;
    --legal-heading-size-desktop: 26px;
    --legal-heading-size-mobile: 22px;
    --legal-heading-weight: 700;
    --legal-heading-letter-spacing: 0.4px;
    --legal-heading-line-height: 1.25;

    --legal-text-font-family: var(--site-font-family);
    --legal-text-color: #555555;
    --legal-text-size-desktop: 17px;
    --legal-text-size-mobile: 15px;
    --legal-text-line-height: 1.8;
}


/* =========================
   GLOBAL
========================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #111111;
    background: #ffffff;
}

a {
    color: inherit;
}

.container {
    width: min(1400px, 90%);
    margin: 0 auto;
}


/* =========================
   HEADER BASE
========================= */

.rks-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--header-bg-top);
    color: var(--header-text-color);
    padding: var(--header-padding-desktop);
    transition: background-color 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}

.rks-header.rks-header-scrolled,
.rks-header.rks-mobile-menu-open {
    background: var(--header-bg-scrolled);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.rks-header-inner {
    width: 100%;
}

.rks-header-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    padding: 0 var(--header-side-padding-desktop);
    margin-bottom: var(--header-top-bottom-gap);
}

.rks-header-left,
.rks-header-center,
.rks-header-right {
    display: flex;
    align-items: center;
}

.rks-header-left {
    justify-content: flex-start;
    gap: var(--social-gap-desktop);
}

.rks-header-center {
    justify-content: center;
}

.rks-header-right {
    justify-content: flex-end;
}


/* =========================
   SOCIAL ICONS
========================= */

.rks-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--social-link-size-desktop);
    height: var(--social-link-size-desktop);
    color: var(--social-color);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.rks-social-link:hover {
    opacity: 0.7;
}

.rks-social-icon {
    display: block;
    width: var(--social-icon-size-desktop);
    height: var(--social-icon-size-desktop);
}

.rks-social-icon path {
    fill: currentColor;
}


/* =========================
   LOGO
========================= */

.rks-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rks-logo img {
    display: block;
    width: auto;
    height: var(--logo-height-desktop);
    max-height: var(--logo-height-desktop);
    object-fit: contain;
}


/* =========================
   DESKTOP TOP RIGHT CONTACT
========================= */

.rks-desktop-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.rks-desktop-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: var(--desktop-contact-color);
    font-size: var(--desktop-contact-font-size);
    font-weight: var(--desktop-contact-font-weight);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.rks-desktop-contact-link:hover {
    opacity: 0.7;
}

.rks-desktop-contact-icon {
    display: block;
    width: var(--desktop-contact-icon-size);
    height: var(--desktop-contact-icon-size);
    flex: 0 0 var(--desktop-contact-icon-size);
}

.rks-desktop-contact-icon path {
    fill: currentColor;
}


/* =========================
   DESKTOP MENU
========================= */

@media (min-width: 769px) {
    .rks-mobile-menu-toggle {
        display: none;
    }

    .rks-header-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .rks-main-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: var(--desktop-menu-gap);
        width: 100%;
        text-align: center;
    }

    .rks-main-menu a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--desktop-menu-color);
        font-size: var(--desktop-menu-font-size);
        font-weight: var(--desktop-menu-font-weight);
        letter-spacing: var(--desktop-menu-letter-spacing);
        line-height: 1;
        text-decoration: none;
        transition: opacity 0.2s ease;
    }

    .rks-main-menu a:hover {
        opacity: 0.7;
    }

    .rks-mobile-menu-contact {
        display: none;
    }
}


/* =========================
   MOBILE HEADER
========================= */

@media (max-width: 768px) {
    .rks-header {
        padding: var(--header-padding-mobile);
    }

    .rks-header-top {
        grid-template-columns: 1fr auto 1fr;
        padding: 0 var(--header-side-padding-mobile);
        margin-bottom: 0;
    }

    .rks-header-left {
        gap: var(--social-gap-mobile);
    }

    .rks-social-link {
        width: var(--social-link-size-mobile);
        height: var(--social-link-size-mobile);
    }

    .rks-social-icon {
        width: var(--social-icon-size-mobile);
        height: var(--social-icon-size-mobile);
    }

    .rks-logo img {
        height: var(--logo-height-mobile);
        max-height: var(--logo-height-mobile);
    }

    .rks-desktop-contact {
        display: none;
    }

    .rks-mobile-menu-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: var(--hamburger-line-gap);
        width: var(--hamburger-button-size);
        height: var(--hamburger-button-size);
        padding: 0;
        margin: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .rks-mobile-menu-toggle span {
        display: block;
        width: var(--hamburger-line-width);
        height: var(--hamburger-line-height);
        background: var(--hamburger-color);
        border-radius: 999px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .rks-header-bottom {
        display: none;
        width: 100%;
        padding: 28px var(--mobile-menu-left-padding) 18px;
    }

    .rks-header.rks-mobile-menu-open .rks-header-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .rks-main-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--mobile-menu-gap);
        width: 100%;
        text-align: left;
    }

    .rks-main-menu a {
        color: var(--mobile-menu-color);
        font-size: var(--mobile-menu-font-size);
        font-weight: var(--mobile-menu-font-weight);
        text-decoration: none;
        line-height: 1.2;
    }

    .rks-mobile-menu-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--mobile-contact-gap);
        width: 100%;
        margin-top: var(--mobile-contact-margin-top);
    }

    .rks-mobile-contact-row {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        color: var(--mobile-contact-color);
        font-size: var(--mobile-contact-font-size);
        text-decoration: none;
        line-height: 1.2;
    }

    .rks-mobile-contact-icon {
        display: block;
        width: var(--mobile-contact-icon-size);
        height: var(--mobile-contact-icon-size);
        flex: 0 0 var(--mobile-contact-icon-size);
    }

    .rks-mobile-contact-icon path {
        fill: currentColor;
    }

    .rks-header.rks-mobile-menu-open .rks-mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .rks-header.rks-mobile-menu-open .rks-mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .rks-header.rks-mobile-menu-open .rks-mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}


/* =========================
   HERO
========================= */

.rks-hero {
    position: relative;
    width: 100%;
    min-height: var(--hero-height-desktop);
    overflow: hidden;
    background: #000000;
}

.rks-hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.rks-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rks-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: var(--hero-overlay-color);
    pointer-events: none;
}

.rks-hero-content {
    position: relative;
    z-index: 3;
    width: min(var(--hero-content-max-width), 90%);
    min-height: var(--hero-height-desktop);
    margin: 0 auto;
    padding: 0 var(--hero-content-side-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hero-text-color);
    text-align: var(--hero-content-align);
}

.rks-hero-text {
    max-width: var(--hero-text-max-width);
    margin: 0 auto;
}

.rks-hero-text h1 {
    margin: 0 0 24px;
    color: var(--hero-text-color);
    font-size: var(--hero-title-size-desktop);
    font-weight: var(--hero-title-font-weight);
    letter-spacing: var(--hero-title-letter-spacing);
    line-height: 1.05;
    text-align: center;
}

.rks-hero-text p {
    margin: 0 auto 34px;
    max-width: 680px;
    color: var(--hero-text-color);
    font-size: var(--hero-text-size-desktop);
    line-height: var(--hero-text-line-height);
    text-align: center;
}

.rks-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--hero-button-padding);
    background: var(--hero-button-bg);
    color: var(--hero-button-color);
    border-radius: 999px;
    font-size: var(--hero-button-font-size);
    font-weight: 700;
    letter-spacing: var(--hero-button-letter-spacing);
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.rks-hero-button:hover {
    background: var(--hero-button-bg-hover);
    color: var(--hero-button-color-hover);
}

@media (max-width: 768px) {
    .rks-hero {
        min-height: var(--hero-height-mobile);
    }

    .rks-hero-content {
        min-height: var(--hero-height-mobile);
        width: 90%;
        padding: 0;
    }

    .rks-hero-text h1 {
        font-size: var(--hero-title-size-mobile);
        line-height: 1.1;
    }

    .rks-hero-text p {
        font-size: var(--hero-text-size-mobile);
        line-height: 1.65;
    }
}


/* =========================
   BOOKING SECTION
========================= */

.rks-booking-section {
    background: var(--booking-bg);
    padding: var(--booking-padding-desktop);
}

.rks-booking-content {
    max-width: var(--booking-max-width);
    margin: 0 auto;
    text-align: center;
}

.rks-booking-content h2 {
    margin: 0 0 24px;
    color: var(--booking-title-color);
    font-size: var(--booking-title-size-desktop);
    font-weight: 600;
    letter-spacing: var(--booking-title-letter-spacing);
    line-height: 1.15;
    text-align: center;
}

.rks-booking-content p {
    margin: 0 auto 34px;
    max-width: 820px;
    color: var(--booking-text-color);
    font-size: var(--booking-text-size-desktop);
    line-height: 1.8;
    text-align: center;
}

.rks-booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    background: var(--booking-button-bg);
    color: var(--booking-button-color);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.rks-booking-button:hover {
    background: var(--booking-button-bg-hover);
}

@media (max-width: 768px) {
    .rks-booking-section {
        padding: var(--booking-padding-mobile);
    }

    .rks-booking-content,
    .rks-booking-content h2,
    .rks-booking-content p {
        text-align: center;
    }

    .rks-booking-content h2 {
        font-size: var(--booking-title-size-mobile);
    }

    .rks-booking-content p {
        font-size: var(--booking-text-size-mobile);
        line-height: 1.7;
    }
}

/* =========================
   SERVICES PREVIEW SECTION
========================= */

.rks-services-preview-section {
    background: var(--services-preview-bg);
    padding: var(--services-preview-padding-desktop);
}

.rks-services-preview-container {
    width: var(--services-preview-container-width);
    max-width: var(--services-preview-container-max-width);
    margin: 0 auto;
}

.rks-services-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--services-preview-gap);
}

.rks-service-preview-card {
    width: 100%;
}

.rks-service-preview-link {
    position: relative;
    display: block;
    width: 100%;
    height: var(--services-preview-image-height);
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #000000;
}

.rks-service-preview-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.30);
    pointer-events: none;
    transition: background-color 0.25s ease;
}

.rks-service-preview-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.rks-service-preview-link:hover img {
    opacity: 0.95;
    transform: scale(1.03);
}

.rks-service-preview-link:hover::after {
    background: rgba(0, 0, 0, 0.40);
}

.rks-service-preview-link h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: var(--services-preview-title-size);
    font-weight: var(--services-preview-title-weight);
    letter-spacing: var(--services-preview-title-letter-spacing);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .rks-service-preview-link {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .rks-services-preview-section {
        padding: var(--services-preview-padding-mobile);
    }

    .rks-services-preview-container {
        width: 94%;
    }

    .rks-services-preview-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rks-service-preview-link {
        height: 560px;
    }

    .rks-service-preview-link h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .rks-service-preview-container {
        width: 96%;
    }

    .rks-service-preview-link {
        height: 520px;
    }

    .rks-service-preview-link h2 {
        font-size: 22px;
    }
}
/* =========================
   TEAM SECTION
========================= */

.rks-team-section {
    background: var(--team-bg);
    padding: var(--team-padding-desktop);
}

.rks-team-heading {
    text-align: center;
    margin-bottom: 60px;
}

.rks-team-heading h2 {
    margin: 0;
    color: var(--team-heading-color);
    font-size: var(--team-heading-size-desktop);
    font-weight: 600;
    letter-spacing: var(--team-heading-letter-spacing);
    line-height: 1.15;
}

.rks-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--team-grid-gap);
    max-width: var(--team-grid-max-width);
    margin: 0 auto;
}

.rks-team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rks-team-photo {
    width: var(--team-photo-size-desktop);
    height: var(--team-photo-size-desktop);
    border: var(--team-photo-border-size) solid var(--team-photo-border-color);
    border-radius: 50%;
    overflow: hidden;
    background: #f3f3f3;
}

.rks-team-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rks-team-photo-panos {
    object-position: center -1%;
}

.rks-team-photo-dimitris {
    object-position: center 100%;
}

.rks-team-photo img.rks-team-photo-zoom {
    transform: scale(1.15) translateY(-4px);
}

.rks-team-name {
    margin: var(--team-name-margin-top) 0 var(--team-name-margin-bottom);
    color: var(--team-name-color);
    font-size: var(--team-name-font-size-desktop);
    font-weight: var(--team-name-font-weight);
    letter-spacing: var(--team-name-letter-spacing);
    line-height: 1.2;
    text-align: center;
}

.rks-team-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--team-social-gap);
    margin-top: var(--team-social-margin-top);
}

.rks-team-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--team-social-icon-size) + 8px);
    height: calc(var(--team-social-icon-size) + 8px);
    color: var(--team-social-color);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.rks-team-socials a:hover {
    opacity: 0.7;
}

.rks-team-social-icon {
    display: block;
    width: var(--team-social-icon-size);
    height: var(--team-social-icon-size);
}

.rks-team-social-icon path {
    fill: currentColor;
}

.rks-team-description {
    max-width: var(--team-description-max-width);
    margin: var(--team-description-margin-top) auto 0;
    text-align: var(--team-description-text-align);
}

.rks-team-description p {
    margin: 0;
    color: var(--team-description-color);
    font-size: var(--team-description-font-size-desktop);
    line-height: var(--team-description-line-height);
}

@media (max-width: 768px) {
    .rks-team-section {
        padding: var(--team-padding-mobile);
    }

    .rks-team-heading {
        margin-bottom: 44px;
    }

    .rks-team-heading h2 {
        font-size: var(--team-heading-size-mobile);
    }

    .rks-team-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .rks-team-photo {
        width: var(--team-photo-size-mobile);
        height: var(--team-photo-size-mobile);
    }

    .rks-team-name {
        font-size: var(--team-name-font-size-mobile);
    }

    .rks-team-description {
        text-align: left;
    }

    .rks-team-description p {
        font-size: var(--team-description-font-size-mobile);
    }
}


/* =========================
   ABOUT SECTION
========================= */

.rks-about-section {
    background: var(--about-bg);
    padding: var(--about-padding-desktop);
    overflow: hidden;
}

.rks-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--about-grid-gap);
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.rks-about-content {
    max-width: var(--about-content-max-width);
    min-width: 0;
}

.rks-about-content h2 {
    margin: 0 0 28px;
    color: var(--about-heading-color);
    font-size: var(--about-heading-size-desktop);
    font-weight: var(--about-heading-font-weight);
    letter-spacing: var(--about-heading-letter-spacing);
    line-height: 1.15;
}

.rks-about-content p {
    margin: 0 0 22px;
    color: var(--about-text-color);
    font-size: var(--about-text-size-desktop);
    line-height: var(--about-text-line-height);
}

.rks-about-content p:last-child {
    margin-bottom: 0;
}

.rks-about-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.rks-about-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: var(--about-carousel-height-desktop);
    overflow: hidden;
    background: var(--about-carousel-bg);
}

.rks-about-carousel-track {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.rks-about-carousel-track::-webkit-scrollbar {
    display: none;
}

.rks-about-carousel-slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    scroll-snap-align: start;
}

.rks-about-carousel-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.30);
    pointer-events: none;
    z-index: 2;
}

.rks-about-carousel-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.rks-about-carousel-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: var(--about-carousel-button-size);
    height: var(--about-carousel-button-size);
    border: 0;
    border-radius: 50%;
    background: var(--about-carousel-button-bg);
    color: var(--about-carousel-button-color);
    font-size: var(--about-carousel-button-font-size);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.rks-about-carousel-button:hover {
    background: var(--about-carousel-button-bg-hover);
}

.rks-about-carousel-prev {
    left: var(--about-carousel-button-side-position);
}

.rks-about-carousel-next {
    right: var(--about-carousel-button-side-position);
}

.rks-about-thumbnails {
    display: flex;
    align-items: center;
    gap: var(--about-thumbnails-gap);
    width: 100%;
    max-width: 100%;
    margin-top: var(--about-thumbnails-margin-top);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scrollbar-width: thin;
}

.rks-about-thumbnail {
    flex: 0 0 var(--about-thumbnail-width);
    width: var(--about-thumbnail-width);
    height: var(--about-thumbnail-height);
    padding: 0;
    border: 2px solid var(--about-thumbnail-border-color);
    background: transparent;
    cursor: pointer;
    opacity: var(--about-thumbnail-opacity);
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.rks-about-thumbnail.is-active {
    opacity: var(--about-thumbnail-active-opacity);
    border-color: var(--about-thumbnail-active-border-color);
}

.rks-about-thumbnail:hover {
    opacity: 1;
}

.rks-about-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 900px) {
    .rks-about-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
    }

    .rks-about-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .rks-about-section {
        padding: var(--about-padding-mobile);
    }

    .rks-about-layout {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .rks-about-content h2 {
        font-size: var(--about-heading-size-mobile);
    }

    .rks-about-content p {
        font-size: var(--about-text-size-mobile);
    }

    .rks-about-carousel {
        width: 100%;
        max-width: 100%;
        height: var(--about-carousel-height-mobile);
    }

    .rks-about-carousel-button {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .rks-about-carousel-prev {
        left: 10px;
    }

    .rks-about-carousel-next {
        right: 10px;
    }

    .rks-about-thumbnails {
        width: 100%;
        max-width: 100%;
    }

    .rks-about-thumbnail {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 480px) {
    .rks-about-carousel {
        height: 360px;
    }

    .rks-about-carousel-button {
        width: 36px;
        height: 36px;
        font-size: 28px;
    }

    .rks-about-carousel-prev {
        left: 8px;
    }

    .rks-about-carousel-next {
        right: 8px;
    }

    .rks-about-thumbnail {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
    }
}

/* =========================
   FAQ SECTION
========================= */

.rks-faq-section {
    position: relative;
    overflow: hidden;
    background: var(--faq-bg-color);
    padding: var(--faq-padding-desktop);
}

.rks-faq-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.rks-faq-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rks-faq-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: var(--faq-overlay-color);
    pointer-events: none;
}

.rks-faq-container {
    position: relative;
    z-index: 3;
}

.rks-faq-heading {
    text-align: center;
    margin-bottom: var(--faq-heading-margin-bottom);
}

.rks-faq-heading h2 {
    margin: 0;
    color: var(--faq-heading-color);
    font-size: var(--faq-heading-size-desktop);
    font-weight: var(--faq-heading-font-weight);
    letter-spacing: var(--faq-heading-letter-spacing);
    line-height: 1.15;
}

.rks-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--faq-grid-gap);
}

.rks-faq-item {
    border: 1px solid var(--faq-item-border-color);
    background: var(--faq-item-bg);
    color: var(--faq-answer-color);
}

.rks-faq-item[open] {
    background: var(--faq-item-bg-open);
}

.rks-faq-item summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 22px 58px 22px 24px;
    color: var(--faq-question-color);
    font-size: var(--faq-question-size-desktop);
    font-weight: var(--faq-question-font-weight);
    line-height: 1.3;
}

.rks-faq-item summary::-webkit-details-marker {
    display: none;
}

.rks-faq-item summary::before,
.rks-faq-item summary::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 18px;
    height: 2px;
    background: var(--faq-question-color);
    transform-origin: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.rks-faq-item summary::before {
    transform: translateY(-50%) rotate(35deg);
}

.rks-faq-item summary::after {
    transform: translateY(-50%) rotate(-35deg);
}

.rks-faq-item[open] summary::before {
    transform: translateY(-50%) rotate(0deg);
}

.rks-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}
.rks-faq-answer {
    padding: 0 24px 24px;
    color: var(--faq-answer-color);
    font-size: var(--faq-answer-size-desktop);
    line-height: var(--faq-answer-line-height);
}

.rks-faq-answer p {
    margin: 0 0 14px;
}

.rks-faq-answer p:last-child {
    margin-bottom: 0;
}

.rks-faq-answer ul {
    margin: 0 0 16px 18px;
    padding: 0;
}

.rks-faq-answer li {
    margin-bottom: 8px;
}

.rks-faq-answer a {
    color: var(--faq-link-color);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rks-faq-hours {
    list-style: none;
    margin-left: 0 !important;
}

@media (max-width: 900px) {
    .rks-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .rks-faq-section {
        padding: var(--faq-padding-mobile);
    }

    .rks-faq-heading h2 {
        font-size: var(--faq-heading-size-mobile);
    }

    .rks-faq-item summary {
        padding: 20px 54px 20px 18px;
        font-size: var(--faq-question-size-mobile);
    }

    .rks-faq-item summary::after {
        right: 18px;
    }

    .rks-faq-answer {
        padding: 0 18px 22px;
        font-size: var(--faq-answer-size-mobile);
    }
}

/* =========================
   MAP SECTION
========================= */

.rks-map-section {
    background: var(--map-bg);
    padding: var(--map-padding-desktop);
}

.rks-map-section .container {
    width: min(1800px, 96%);
}

.rks-map-heading {
    max-width: 800px;
    margin: 0 auto var(--map-heading-margin-bottom);
    text-align: center;
}

.rks-map-heading h2 {
    margin: 0 0 14px;
    color: var(--map-heading-color);
    font-size: var(--map-heading-size-desktop);
    font-weight: var(--map-heading-font-weight);
    letter-spacing: var(--map-heading-letter-spacing);
    line-height: 1.15;
}

.rks-map-heading p {
    margin: 0;
    color: var(--map-text-color);
    font-size: var(--map-text-size-desktop);
    line-height: 1.6;
}

.rks-map-wrapper {
    width: 100%;
    height: var(--map-height-desktop);
    overflow: hidden;
    border-radius: var(--map-border-radius);
    background: #eeeeee;
}

.rks-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .rks-map-section {
        padding: var(--map-padding-mobile);
    }

    .rks-map-heading h2 {
        font-size: var(--map-heading-size-mobile);
    }

    .rks-map-heading p {
        font-size: var(--map-text-size-mobile);
    }

    .rks-map-wrapper {
        height: var(--map-height-mobile);
    }
}

 /* =========================
   CONTACT FORM SECTION
========================= */

.rks-contact-section {
    background: var(--contact-bg);
    padding: var(--contact-padding-desktop);
}

.rks-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--contact-grid-gap);
    align-items: start;
}

.rks-contact-form-column h2 {
    margin: 0 0 var(--contact-heading-margin-bottom);
    color: var(--contact-heading-color);
    font-size: var(--contact-heading-size-desktop);
    font-weight: var(--contact-heading-font-weight);
    letter-spacing: var(--contact-heading-letter-spacing);
    line-height: 1.15;
}

.rks-contact-form {
    width: 100%;
}

.rks-form-field {
    margin-bottom: 24px;
}

.rks-form-field label {
    display: block;
    margin-bottom: 10px;
    color: var(--contact-label-color);
    font-size: var(--contact-label-size);
    font-weight: var(--contact-label-weight);
    line-height: 1;
}

.rks-form-field input,
.rks-form-field textarea {
    display: block;
    width: 100%;
    padding: var(--contact-input-padding);
    border: 0;
    border-bottom: 1px solid var(--contact-input-border-color);
    background: var(--contact-input-bg);
    color: var(--contact-input-text-color);
    font-family: inherit;
    font-size: var(--contact-input-font-size);
    line-height: 1.5;
    outline: none;
    resize: vertical;
}

.rks-form-field input::placeholder,
.rks-form-field textarea::placeholder {
    color: var(--contact-input-placeholder-color);
}

.rks-form-field input:focus,
.rks-form-field textarea:focus {
    border-bottom-color: var(--contact-input-border-focus);
}

.rks-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--contact-button-padding);
    border: 0;
    border-radius: 999px;
    background: var(--contact-button-bg);
    color: var(--contact-button-color);
    font-size: var(--contact-button-font-size);
    font-weight: 700;
    letter-spacing: var(--contact-button-letter-spacing);
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.rks-contact-submit:hover {
    background: var(--contact-button-bg-hover);
}

.rks-contact-info-column {
    display: flex;
    flex-direction: column;
    gap: var(--contact-info-gap);
}

.rks-contact-info-box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.rks-contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--contact-info-icon-size);
    height: var(--contact-info-icon-size);
    color: var(--contact-info-icon-color);
}

.rks-contact-info-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.rks-contact-info-icon path {
    fill: currentColor;
}

.rks-contact-info-content h3 {
    margin: 0 0 12px;
    color: var(--contact-info-title-color);
    font-size: var(--contact-info-title-size);
    font-weight: var(--contact-info-title-weight);
    line-height: 1.2;
}

.rks-contact-info-content p {
    margin: 0 0 16px;
    color: var(--contact-info-text-color);
    font-size: var(--contact-info-text-size);
    line-height: 1.7;
}

.rks-contact-info-content a {
    color: var(--contact-info-link-color);
    font-size: var(--contact-info-link-size);
    font-weight: var(--contact-info-link-weight);
    line-height: 1.4;
    text-decoration: none;
}

.rks-contact-info-content a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 900px) {
    .rks-contact-layout {
        grid-template-columns: 1fr;
        gap: 56px;
    }
}

@media (max-width: 768px) {
    .rks-contact-section {
        padding: var(--contact-padding-mobile);
    }

    .rks-contact-form-column h2 {
        font-size: var(--contact-heading-size-mobile);
    }

    .rks-contact-info-box {
        gap: 14px;
    }

    .rks-contact-info-content h3 {
        font-size: 23px;
    }

    .rks-contact-info-content a {
        font-size: 16px;
        word-break: break-word;
    }
}
.rks-contact-message {
    margin-bottom: 24px;
    padding: 14px 18px;
    background: #f2f2f2;
    color: #111111;
    font-size: 15px;
    line-height: 1.5;
}

.rks-contact-message p {
    margin: 0;
}

.rks-form-hidden {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* =========================
   FOOTER
========================= */

.rks-footer {
    background: var(--footer-bg);
    color: var(--footer-text-color);
    padding: var(--footer-padding-desktop);
}

.rks-footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--footer-column-gap);
}

.rks-footer-column {
    min-width: 0;
}

.rks-footer-column h3 {
    margin: 0;
    color: var(--footer-heading-color);
    font-size: var(--footer-heading-size);
    font-weight: var(--footer-heading-font-weight);
    letter-spacing: var(--footer-heading-letter-spacing);
    line-height: 1.2;
}

.rks-footer-heading-line {
    width: var(--footer-heading-line-width);
    height: 1px;
    margin: var(--footer-heading-line-margin);
    background: var(--footer-heading-line-color);
}

.rks-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rks-footer-contact-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: var(--footer-link-color);
    font-size: var(--footer-font-size);
    line-height: var(--footer-line-height);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.rks-footer-contact-row:hover {
    color: var(--footer-link-hover-color);
}

.rks-footer-icon {
    display: block;
    width: var(--footer-icon-size);
    height: var(--footer-icon-size);
    margin-top: 4px;
    color: var(--footer-icon-color);
    flex: 0 0 var(--footer-icon-size);
}

.rks-footer-icon path {
    fill: currentColor;
}

.rks-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rks-footer-links a {
    color: var(--footer-link-color);
    font-size: var(--footer-font-size);
    line-height: var(--footer-line-height);
    text-decoration: none;
    transition: color 0.2s ease;
}

.rks-footer-links a:hover {
    color: var(--footer-link-hover-color);
}

.rks-footer-hours {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rks-footer-hours li {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 14px;
    color: var(--footer-text-color);
    font-size: var(--footer-font-size);
    line-height: var(--footer-line-height);
}

.rks-footer-hours li span:first-child {
    color: #ffffff;
    font-weight: 600;
}

.rks-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: var(--footer-brand-margin-top);
    text-align: left;
}

.rks-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rks-footer-logo img {
    display: block;
    width: auto;
    height: var(--footer-logo-height);
    max-height: var(--footer-logo-height);
    object-fit: contain;
}

.rks-footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--footer-social-gap);
    margin-top: 22px;
}

.rks-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--footer-social-size);
    height: var(--footer-social-size);
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.rks-footer-social-link:hover {
    opacity: 0.7;
}

.rks-footer-social-icon {
    display: block;
    width: var(--footer-social-icon-size);
    height: var(--footer-social-icon-size);
}

.rks-footer-social-icon path {
    fill: currentColor;
}

.rks-footer-bottom {
    margin-top: var(--footer-bottom-margin-top);
    padding-top: var(--footer-bottom-padding-top);
    border-top: 1px solid var(--footer-bottom-border-color);
    text-align: center;
}

.rks-footer-bottom p {
    margin: 0;
    color: var(--footer-text-color);
    font-size: var(--footer-bottom-font-size);
    letter-spacing: var(--footer-bottom-letter-spacing);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .rks-footer-columns {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .rks-footer-hours li {
        grid-template-columns: 100px minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .rks-footer {
        padding: var(--footer-padding-mobile);
    }

    .rks-footer-heading-line {
        margin: 14px 0 20px;
    }

    .rks-footer-brand {
        margin-top: 52px;
    }

    .rks-footer-logo img {
        height: 54px;
        max-height: 54px;
    }

    .rks-footer-hours li {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .rks-footer-bottom p {
        font-size: 11px;
    }
}

/* =========================
   SERVICE PRICE LIST PAGES
========================= */

body.page-template-page-mens-services .rks-header,
body.page-template-page-womens-services .rks-header,
body.page-template-page-other-services .rks-header {
    background: #000000;
}

body.page-template-page-mens-services .rks-header.rks-header-scrolled,
body.page-template-page-womens-services .rks-header.rks-header-scrolled,
body.page-template-page-other-services .rks-header.rks-header-scrolled {
    background: #000000;
}

.rks-service-pricelist-page {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    min-height: 100vh;
    background: #ffffff;
    overflow: hidden;
}


/* LEFT IMAGE */

.rks-service-pricelist-image {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #000000;
}

.rks-service-pricelist-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.40);
    pointer-events: none;
}

.rks-service-pricelist-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
}

.rks-service-pricelist-vertical-text {
    position: absolute;
    top: 110px;
    right: -18px;
    z-index: 3;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 130px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 0.85;
    text-transform: uppercase;
    opacity: 0.96;
    text-shadow:
        3px 3px 0 rgba(0, 0, 0, 0.28),
        8px 10px 18px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}


/* RIGHT PRICE LIST 3D CARD */

.rks-service-pricelist-content {
    position: relative;
    height: 100%;
    min-height: 100vh;
    padding: 118px 8vw 80px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    box-shadow: -28px 0 55px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    z-index: 2;
}

.rks-service-pricelist-logo {
    display: inline-flex;
    width: fit-content;
    margin: 0 auto 34px;
    text-decoration: none;
}

.rks-service-pricelist-logo img {
    display: block;
    width: auto;
    height: 78px;
    max-height: 78px;
    object-fit: contain;
}

.rks-service-pricelist-content h1 {
    margin: 0 0 34px;
    color: #111111;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 7px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.rks-service-pricelist-note {
    max-width: 520px;
    margin: -18px auto 32px;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}


/* LEGACY SIMPLE PRICE ROWS */

.rks-service-pricelist-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
}

.rks-service-pricelist-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 18px;
    width: 100%;
    color: #111111;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rks-service-pricelist-row:hover {
    opacity: 0.65;
    transform: translateY(-2px);
}

.rks-service-pricelist-row span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
}

.rks-service-pricelist-row strong {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
}


/* STAFF / SERVICE CARD PRICE LIST */

.rks-staff-pricelist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    width: 100%;
}

.rks-staff-pricelist-grid-single {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
}

.rks-staff-pricelist-card {
    min-width: 0;
    text-align: center;
}

.rks-staff-pricelist-photo {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 22px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #dddddd;
}

.rks-staff-pricelist-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dimitris photo position inside circle */
.rks-staff-photo-dimitris {
    object-position: center 100%;
}
.rks-staff-photo-panos {
    object-position: center -5%;
}
.rks-staff-pricelist-card h2 {
    margin: 0 0 28px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.rks-staff-pricelist-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
    text-align: center;
}

.rks-staff-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 14px;
    width: 100%;
    color: #111111;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rks-staff-price-row:hover {
    opacity: 0.65;
    transform: translateY(-2px);
}

.rks-staff-price-row span,
.rks-staff-price-row strong {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 1.45;
    text-align: center;
}

.rks-staff-price-row span {
    font-weight: 500;
    text-transform: uppercase;
}

.rks-staff-price-row strong {
    font-weight: 700;
    white-space: nowrap;
}

.rks-staff-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
    padding: 14px 28px;
    background: #111111;
    color: #ffffff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.rks-staff-phone-button:hover {
    background: #333333;
}

.rks-staff-phone-button-icon {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.rks-staff-phone-button-icon path {
    fill: currentColor;
}

.rks-other-services-card {
    padding-top: 0;
}


/* TABLET */

@media (max-width: 1100px) {
    .rks-service-pricelist-content {
        padding: 112px 5vw 70px;
    }

    .rks-service-pricelist-logo {
        margin-bottom: 28px;
    }

    .rks-service-pricelist-logo img {
        height: 66px;
        max-height: 66px;
    }

    .rks-service-pricelist-content h1 {
        font-size: 30px;
        letter-spacing: 5px;
    }

    .rks-service-pricelist-row span,
    .rks-service-pricelist-row strong {
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 1.5;
    }

    .rks-service-pricelist-vertical-text {
        top: 130px;
        right: -12px;
        font-size: 100px;
        letter-spacing: 1.5px;
        text-shadow:
            2px 2px 0 rgba(0, 0, 0, 0.28),
            7px 9px 16px rgba(0, 0, 0, 0.34);
    }

    .rks-staff-pricelist-grid {
        gap: 28px;
    }

    .rks-staff-pricelist-grid-single {
        grid-template-columns: minmax(0, 360px);
    }

    .rks-staff-pricelist-photo {
        width: 140px;
        height: 140px;
    }

    .rks-staff-pricelist-card h2 {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .rks-staff-price-row span,
    .rks-staff-price-row strong {
        font-size: 13px;
        letter-spacing: 0.3px;
    }
}


/* MOBILE - STILL HALF / HALF AND SAME HEIGHT */

@media (max-width: 768px) {
    .rks-service-pricelist-page {
        grid-template-columns: 45% 55%;
        align-items: stretch;
        min-height: 100svh;
    }

    .rks-service-pricelist-image {
        height: 100%;
        min-height: 100%;
    }

    .rks-service-pricelist-image img {
        height: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .rks-service-pricelist-vertical-text {
        top: 170px;
        right: -8px;
        font-size: 82px;
        letter-spacing: 1px;
        text-shadow:
            2px 2px 0 rgba(0, 0, 0, 0.28),
            6px 8px 14px rgba(0, 0, 0, 0.34);
    }

    .rks-service-pricelist-content {
        height: 100%;
        min-height: 100svh;
        padding: 96px 18px 44px;
        box-shadow: -14px 0 32px rgba(0, 0, 0, 0.18);
    }

    .rks-service-pricelist-logo {
        margin-bottom: 22px;
    }

    .rks-service-pricelist-logo img {
        height: 44px;
        max-height: 44px;
    }

    .rks-service-pricelist-content h1 {
        margin-bottom: 22px;
        font-size: 20px;
        letter-spacing: 3px;
    }

    .rks-service-pricelist-note {
        margin: -10px auto 20px;
        font-size: 12px;
        line-height: 1.45;
        text-align: center;
    }

    .rks-service-pricelist-group {
        gap: 11px;
    }

    .rks-service-pricelist-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .rks-service-pricelist-row:hover {
        transform: none;
    }

    .rks-service-pricelist-row span,
    .rks-service-pricelist-row strong {
        font-size: 13px;
        letter-spacing: 0.35px;
        line-height: 1.5;
    }

    .rks-staff-pricelist-grid,
    .rks-staff-pricelist-grid-single {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .rks-staff-pricelist-photo {
        width: 110px;
        height: 110px;
        margin-bottom: 16px;
    }

    .rks-staff-pricelist-card h2 {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .rks-staff-pricelist-services {
        gap: 12px;
    }

    .rks-staff-price-row {
        gap: 10px;
    }

    .rks-staff-price-row:hover {
        transform: none;
    }

    .rks-staff-price-row span,
    .rks-staff-price-row strong {
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 1.45;
    }

    .rks-staff-phone-button {
        margin-top: 26px;
        padding: 13px 22px;
        font-size: 12px;
    }
}


/* VERY SMALL MOBILE */

@media (max-width: 420px) {
    .rks-service-pricelist-page {
        grid-template-columns: 50% 50%;
        align-items: stretch;
    }

    .rks-service-pricelist-image {
        height: 100%;
        min-height: 100%;
    }

    .rks-service-pricelist-image img {
        height: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .rks-service-pricelist-content {
        height: 100%;
        min-height: 100svh;
        padding: 86px 14px 36px;
    }

    .rks-service-pricelist-logo {
        margin-bottom: 18px;
    }

    .rks-service-pricelist-logo img {
        height: 38px;
        max-height: 38px;
    }

    .rks-service-pricelist-content h1 {
        font-size: 17px;
        letter-spacing: 2.2px;
    }

    .rks-service-pricelist-row {
        gap: 8px;
    }

    .rks-service-pricelist-row span,
    .rks-service-pricelist-row strong {
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 1.5;
    }

    .rks-service-pricelist-vertical-text {
        top: 200px;
        right: -5px;
        font-size: 70px;
        letter-spacing: 1px;
        text-shadow:
            2px 2px 0 rgba(0, 0, 0, 0.28),
            6px 8px 14px rgba(0, 0, 0, 0.34);
    }

    .rks-staff-pricelist-photo {
        width: 92px;
        height: 92px;
    }

    .rks-staff-pricelist-card h2 {
        font-size: 12px;
        letter-spacing: 0.6px;
    }

    .rks-staff-price-row {
        gap: 8px;
    }

    .rks-staff-price-row span,
    .rks-staff-price-row strong {
        font-size: 11px;
        letter-spacing: 0.2px;
    }

    .rks-staff-phone-button {
        padding: 12px 18px;
        font-size: 11px;
    }
}

/* =========================
   FRONT PAGE CENTER ALIGNMENT
========================= */

.home .section h1,
.home .section h2,
.home .section h3,
.home .section-heading,
.home .rks-team-heading,
.home .rks-about-content h2,
.home .rks-faq-heading,
.home .rks-map-heading,
.home .rks-contact-form-column h2 {
    text-align: center;
}

.home .section-text,
.home .rks-team-description,
.home .rks-about-content p,
.home .rks-contact-info-content,
.home .rks-contact-info-content h3,
.home .rks-contact-info-content p {
    text-align: center;
}

.home .button-group,
.home .rks-booking-content,
.home .rks-contact-form-column {
    text-align: center;
}

.home .btn,
.home .rks-booking-button,
.home .rks-contact-submit {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .home .rks-about-content,
    .home .rks-about-content h2,
    .home .rks-about-content p,
    .home .rks-team-description,
    .home .rks-contact-form-column,
    .home .rks-contact-form-column h2 {
        text-align: center;
    }
}

/* =========================
   SECTIONS
========================= */

.section {
    padding: 90px 0;
}

.section:nth-child(even) {
    background: #f5f5f5;
}

.section:nth-child(odd) {
    background: #ffffff;
}

.section-label {
    margin-bottom: 12px;
    color: #777777;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section h1 {
    margin-bottom: 20px;
    font-size: 56px;
    line-height: 1.1;
}

.section h2 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.15;
}

.section h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.section-text {
    max-width: 620px;
    margin-bottom: 28px;
    color: #555555;
    font-size: 18px;
}


/* =========================
   LAYOUTS
========================= */

.hero-layout,
.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-heading .section-text {
    margin-left: auto;
    margin-right: auto;
}


/* =========================
   BUTTONS
========================= */

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s ease;
}

.btn-primary {
    background: #111111;
    color: #ffffff;
}

.btn-primary:hover {
    background: #333333;
}

.btn-secondary {
    background: transparent;
    color: #111111;
    border: 1px solid #111111;
}

.btn-secondary:hover {
    background: #111111;
    color: #ffffff;
}


/* =========================
   PLACEHOLDERS
========================= */

.media-placeholder {
    min-height: 360px;
    border: 2px dashed #cccccc;
    border-radius: 20px;
    background: #eeeeee;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}


/* =========================
   CARDS
========================= */

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 20px;
}

.card p {
    color: #555555;
}


/* =========================
   GALLERY
========================= */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gallery-grid .media-placeholder {
    min-height: 240px;
}


/* =========================
   CTA
========================= */

.cta-box {
    padding: 70px 40px;
    background: #111111;
    color: #ffffff;
    border-radius: 28px;
    text-align: center;
}

.cta-box .section-text {
    margin-left: auto;
    margin-right: auto;
    color: #dddddd;
}


/* =========================
   RESPONSIVE CONTENT
========================= */

@media (max-width: 900px) {
    .hero-layout,
    .two-column-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section h1 {
        font-size: 42px;
    }

    .section h2 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .section {
        padding: 60px 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .media-placeholder {
        min-height: 260px;
    }

    .cta-box {
        padding: 50px 24px;
    }
}
/* =========================
   GET IN TOUCH SECTION LEFT ALIGN
========================= */

.home .rks-contact-section,
.home .rks-contact-section * {
    text-align: left !important;
}

.home .rks-contact-layout {
    align-items: start !important;
}

.home .rks-contact-form-column,
.home .rks-contact-info-column {
    align-items: flex-start !important;
}

.home .rks-contact-submit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home .rks-contact-info-box {
    justify-content: flex-start !important;
}

.home .rks-contact-info-content {
    align-items: flex-start !important;
}

/* =========================
   MENU BOOK BUTTON
========================= */

.rks-main-menu .rks-menu-book-button {
    padding: 11px 22px;
    border: 1px solid currentColor;
    border-radius: 999px;
}

.rks-main-menu .rks-menu-book-button:hover {
    opacity: 1;
    background: #ffffff;
    color: #111111;
}

@media (max-width: 768px) {
    .rks-main-menu .rks-menu-book-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: auto;
        padding: 11px 22px !important;
        border: 1px solid currentColor;
        border-radius: 999px;
        background: transparent;
        color: var(--mobile-menu-color);
    }

    .rks-main-menu .rks-menu-book-button:hover {
        background: #ffffff;
        color: #111111;
        opacity: 1;
    }
}

/* =========================
   CONTACT US PAGE
========================= */

body.page-template-page-contact-us .rks-header {
    background: #000000;
}

body.page-template-page-contact-us .rks-header.rks-header-scrolled {
    background: #000000;
}

.rks-contact-page .rks-map-section {
    padding-top: 180px;
}

.rks-contact-page .rks-map-heading,
.rks-contact-page .rks-map-heading h2,
.rks-contact-page .rks-map-heading p,
.rks-contact-page .rks-contact-form-column,
.rks-contact-page .rks-contact-form-column h2,
.rks-contact-page .rks-contact-form,
.rks-contact-page .rks-form-field,
.rks-contact-page .rks-form-field label,
.rks-contact-page .rks-contact-info-column,
.rks-contact-page .rks-contact-info-content,
.rks-contact-page .rks-contact-info-content h3,
.rks-contact-page .rks-contact-info-content p,
.rks-contact-page .rks-contact-info-content a {
    text-align: left;
}

.rks-contact-page .rks-map-heading {
    margin-left: 0;
    margin-right: auto;
}

.rks-contact-page .rks-contact-submit {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .rks-contact-page .rks-map-section {
        padding-top: 140px;
    }
}
/* =========================
   LEGAL PAGES
========================= */

body.page-template-page-privacy-policy .rks-header,
body.page-template-page-cookies-policy .rks-header,
body.page-template-page-terms-and-conditions .rks-header {
    background: #000000;
}

body.page-template-page-privacy-policy .rks-header.rks-header-scrolled,
body.page-template-page-cookies-policy .rks-header.rks-header-scrolled,
body.page-template-page-terms-and-conditions .rks-header.rks-header-scrolled {
    background: #000000;
}

.rks-legal-page {
    background: #ffffff;
}

.rks-legal-section {
    padding: 190px 0 110px;
    background: #ffffff;
}

.rks-legal-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.rks-legal-content h1 {
    margin: 0 0 18px;
    color: #111111;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.rks-legal-updated {
    margin: 0 auto 54px;
    color: #777777;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.rks-legal-content h2 {
    margin: 52px 0 18px;
    color: #111111;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.25;
    text-align: center;
}

.rks-legal-content p {
    margin: 0 auto 20px;
    color: #555555;
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
}

.rks-legal-content ul {
    display: inline-block;
    margin: 0 auto 22px;
    padding-left: 22px;
    color: #555555;
    text-align: left;
}

.rks-legal-content li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.7;
}

.rks-legal-content a {
    color: #111111;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 768px) {
    .rks-legal-section {
        padding: 150px 0 80px;
    }

    .rks-legal-content h1 {
        font-size: 34px;
    }

    .rks-legal-content h2 {
        font-size: 22px;
    }

    .rks-legal-content p,
    .rks-legal-content li {
        font-size: 15px;
    }

    .rks-legal-content ul {
        max-width: 100%;
    }
}

/* =========================
   POLYLANG LANGUAGE SWITCHER
========================= */

.rks-header-right {
    gap: 16px;
}

.rks-language-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99999;
}

.rks-language-switcher ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rks-language-switcher li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.rks-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rks-language-switcher a:hover,
.rks-language-switcher .current-lang a {
    opacity: 1;
    transform: translateY(-1px);
}

.rks-language-switcher img {
    display: block;
    width: 22px;
    height: auto;
}

@media (max-width: 768px) {
    .rks-header-right {
        gap: 8px;
    }

    .rks-language-switcher a {
        width: 24px;
        height: 24px;
    }

    .rks-language-switcher img {
        width: 20px;
    }
}

/* =========================================================
   FINAL DESIGN CONTROLLER
   This must stay at the VERY END of main.css
========================================================= */

/* =========================
   Global
========================= */

body {
    font-family: var(--site-font-family);
    color: var(--site-body-color);
    background: var(--site-background-color);
    font-size: var(--site-body-font-size-desktop);
    font-weight: var(--site-body-font-weight);
    line-height: var(--site-body-line-height);
    letter-spacing: var(--site-body-letter-spacing);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--site-heading-font-family);
}

p,
li,
a,
span,
strong,
button,
input,
textarea,
label {
    font-family: inherit;
}

/* =========================
   Header
========================= */

.rks-header {
    background: var(--header-bg-top);
    color: var(--header-text-color);
    padding: var(--header-padding-desktop);
}

.rks-header.rks-header-scrolled,
.rks-header.rks-mobile-menu-open {
    background: var(--header-bg-scrolled);
}

.rks-header-top {
    padding: 0 var(--header-side-padding-desktop);
    margin-bottom: var(--header-top-bottom-gap);
}

.rks-logo img {
    height: var(--logo-height-desktop);
    max-height: var(--logo-height-desktop);
}

.rks-social-link {
    width: var(--social-link-size-desktop);
    height: var(--social-link-size-desktop);
    color: var(--social-color);
}

.rks-social-icon {
    width: var(--social-icon-size-desktop);
    height: var(--social-icon-size-desktop);
}

.rks-header-left {
    gap: var(--social-gap-desktop);
}

.rks-desktop-contact {
    gap: var(--desktop-contact-gap);
}

.rks-desktop-contact-link {
    font-family: var(--desktop-contact-font-family);
    color: var(--desktop-contact-color);
    font-size: var(--desktop-contact-font-size);
    font-weight: var(--desktop-contact-font-weight);
    letter-spacing: var(--desktop-contact-letter-spacing);
}

.rks-desktop-contact-icon {
    width: var(--desktop-contact-icon-size);
    height: var(--desktop-contact-icon-size);
    flex-basis: var(--desktop-contact-icon-size);
}

.rks-main-menu {
    gap: var(--desktop-menu-gap);
}

.rks-main-menu a {
    font-family: var(--desktop-menu-font-family);
    color: var(--desktop-menu-color);
    font-size: var(--desktop-menu-font-size);
    font-weight: var(--desktop-menu-font-weight);
    letter-spacing: var(--desktop-menu-letter-spacing);
}

/* =========================
   Hero
========================= */

.rks-hero {
    min-height: var(--hero-height-desktop);
}

.rks-hero-overlay {
    background: var(--hero-overlay-color);
}

.rks-hero-content {
    width: min(var(--hero-content-max-width), 90%);
    min-height: var(--hero-height-desktop);
    padding: 0 var(--hero-content-side-padding);
    text-align: var(--hero-content-align);
}

.rks-hero-text {
    max-width: var(--hero-text-max-width);
}

.rks-hero-text h1 {
    margin: 0 0 var(--hero-title-margin-bottom);
    font-family: var(--hero-title-font-family);
    color: var(--hero-title-color);
    font-size: var(--hero-title-size-desktop);
    font-weight: var(--hero-title-font-weight);
    letter-spacing: var(--hero-title-letter-spacing);
    line-height: var(--hero-title-line-height);
}

.rks-hero-text p {
    margin: 0 auto var(--hero-text-margin-bottom);
    max-width: var(--hero-text-max-width);
    font-family: var(--hero-text-font-family);
    color: var(--hero-text-color);
    font-size: var(--hero-text-size-desktop);
    font-weight: var(--hero-text-font-weight);
    letter-spacing: var(--hero-text-letter-spacing);
    line-height: var(--hero-text-line-height);
}

.rks-hero-button {
    font-family: var(--hero-button-font-family);
    background: var(--hero-button-bg);
    color: var(--hero-button-color);
    padding: var(--hero-button-padding);
    font-size: var(--hero-button-font-size);
    font-weight: var(--hero-button-font-weight);
    letter-spacing: var(--hero-button-letter-spacing);
    border-radius: var(--hero-button-border-radius);
}

.rks-hero-button:hover {
    background: var(--hero-button-bg-hover);
    color: var(--hero-button-color-hover);
}

/* =========================
   Booking
========================= */

.rks-booking-section {
    background: var(--booking-bg);
    padding: var(--booking-padding-desktop);
}

.rks-booking-content {
    max-width: var(--booking-max-width);
}

.rks-booking-content h2 {
    margin: 0 0 var(--booking-title-margin-bottom);
    font-family: var(--booking-title-font-family);
    color: var(--booking-title-color);
    font-size: var(--booking-title-size-desktop);
    font-weight: var(--booking-title-font-weight);
    letter-spacing: var(--booking-title-letter-spacing);
    line-height: var(--booking-title-line-height);
}

.rks-booking-content p {
    margin: 0 auto var(--booking-text-margin-bottom);
    max-width: var(--booking-text-max-width);
    font-family: var(--booking-text-font-family);
    color: var(--booking-text-color);
    font-size: var(--booking-text-size-desktop);
    font-weight: var(--booking-text-font-weight);
    letter-spacing: var(--booking-text-letter-spacing);
    line-height: var(--booking-text-line-height);
}

.rks-booking-button {
    font-family: var(--booking-button-font-family);
    background: var(--booking-button-bg);
    color: var(--booking-button-color);
    padding: var(--booking-button-padding);
    font-size: var(--booking-button-font-size);
    font-weight: var(--booking-button-font-weight);
    letter-spacing: var(--booking-button-letter-spacing);
    border-radius: var(--booking-button-border-radius);
}

.rks-booking-button:hover {
    background: var(--booking-button-bg-hover);
    color: var(--booking-button-color-hover);
}

/* =========================
   Services preview
========================= */

.rks-services-preview-section {
    background: var(--services-preview-bg);
    padding: var(--services-preview-padding-desktop);
}

.rks-services-preview-container {
    width: var(--services-preview-container-width);
    max-width: var(--services-preview-container-max-width);
}

.rks-services-preview-grid {
    gap: var(--services-preview-gap);
}

.rks-service-preview-link {
    height: var(--services-preview-image-height);
}

.rks-service-preview-link h2 {
    font-family: var(--services-preview-title-font-family);
    color: var(--services-preview-title-color);
    font-size: var(--services-preview-title-size-desktop);
    font-weight: var(--services-preview-title-weight);
    letter-spacing: var(--services-preview-title-letter-spacing);
    line-height: var(--services-preview-title-line-height);
}

/* =========================
   Team
========================= */

.rks-team-section {
    background: var(--team-bg);
    padding: var(--team-padding-desktop);
}

.rks-team-heading {
    margin-bottom: var(--team-heading-margin-bottom-desktop);
}

.rks-team-heading h2 {
    font-family: var(--team-heading-font-family);
    color: var(--team-heading-color);
    font-size: var(--team-heading-size-desktop);
    font-weight: var(--team-heading-font-weight);
    letter-spacing: var(--team-heading-letter-spacing);
    line-height: var(--team-heading-line-height);
}

.rks-team-grid {
    max-width: var(--team-grid-max-width);
    gap: var(--team-grid-gap-desktop);
}

.rks-team-photo {
    width: var(--team-photo-size-desktop);
    height: var(--team-photo-size-desktop);
    border: var(--team-photo-border-size) solid var(--team-photo-border-color);
}

.rks-team-name {
    margin: var(--team-name-margin-top) 0 var(--team-name-margin-bottom);
    font-family: var(--team-name-font-family);
    color: var(--team-name-color);
    font-size: var(--team-name-font-size-desktop);
    font-weight: var(--team-name-font-weight);
    letter-spacing: var(--team-name-letter-spacing);
    line-height: var(--team-name-line-height);
}

.rks-team-socials {
    gap: var(--team-social-gap);
    margin-top: var(--team-social-margin-top);
}

.rks-team-socials a {
    color: var(--team-social-color);
}

.rks-team-social-icon {
    width: var(--team-social-icon-size);
    height: var(--team-social-icon-size);
}

.rks-team-description {
    max-width: var(--team-description-max-width);
    margin-top: var(--team-description-margin-top);
    text-align: var(--team-description-text-align);
}

.rks-team-description p {
    font-family: var(--team-description-font-family);
    color: var(--team-description-color);
    font-size: var(--team-description-font-size-desktop);
    font-weight: var(--team-description-font-weight);
    letter-spacing: var(--team-description-letter-spacing);
    line-height: var(--team-description-line-height);
}

/* =========================
   About
========================= */

.rks-about-section {
    background: var(--about-bg);
    padding: var(--about-padding-desktop);
}

.rks-about-layout {
    gap: var(--about-grid-gap);
}

.rks-about-content {
    max-width: var(--about-content-max-width);
}

.rks-about-content h2 {
    margin: 0 0 var(--about-heading-margin-bottom);
    font-family: var(--about-heading-font-family);
    color: var(--about-heading-color);
    font-size: var(--about-heading-size-desktop);
    font-weight: var(--about-heading-font-weight);
    letter-spacing: var(--about-heading-letter-spacing);
    line-height: var(--about-heading-line-height);
}

.rks-about-content p {
    margin: 0 0 var(--about-text-margin-bottom);
    font-family: var(--about-text-font-family);
    color: var(--about-text-color);
    font-size: var(--about-text-size-desktop);
    font-weight: var(--about-text-font-weight);
    letter-spacing: var(--about-text-letter-spacing);
    line-height: var(--about-text-line-height);
}

.rks-about-carousel {
    height: var(--about-carousel-height-desktop);
    background: var(--about-carousel-bg);
}

.rks-about-carousel-slide::after {
    background: var(--about-carousel-overlay);
}

.rks-about-carousel-button {
    width: var(--about-carousel-button-size);
    height: var(--about-carousel-button-size);
    background: var(--about-carousel-button-bg);
    color: var(--about-carousel-button-color);
    font-size: var(--about-carousel-button-font-size);
}

.rks-about-carousel-button:hover {
    background: var(--about-carousel-button-bg-hover);
}

.rks-about-carousel-prev {
    left: var(--about-carousel-button-side-position);
}

.rks-about-carousel-next {
    right: var(--about-carousel-button-side-position);
}

.rks-about-thumbnails {
    gap: var(--about-thumbnails-gap);
    margin-top: var(--about-thumbnails-margin-top);
}

.rks-about-thumbnail {
    flex-basis: var(--about-thumbnail-width);
    width: var(--about-thumbnail-width);
    height: var(--about-thumbnail-height);
    opacity: var(--about-thumbnail-opacity);
    border-color: var(--about-thumbnail-border-color);
}

.rks-about-thumbnail.is-active {
    opacity: var(--about-thumbnail-active-opacity);
    border-color: var(--about-thumbnail-active-border-color);
}

/* =========================
   FAQ
========================= */

.rks-faq-section {
    background: var(--faq-bg-color);
    padding: var(--faq-padding-desktop);
}

.rks-faq-overlay {
    background: var(--faq-overlay-color);
}

.rks-faq-heading {
    margin-bottom: var(--faq-heading-margin-bottom);
}

.rks-faq-heading h2 {
    font-family: var(--faq-heading-font-family);
    color: var(--faq-heading-color);
    font-size: var(--faq-heading-size-desktop);
    font-weight: var(--faq-heading-font-weight);
    letter-spacing: var(--faq-heading-letter-spacing);
    line-height: var(--faq-heading-line-height);
}

.rks-faq-grid {
    gap: var(--faq-grid-gap);
}

.rks-faq-item {
    background: var(--faq-item-bg);
    border-color: var(--faq-item-border-color);
}

.rks-faq-item[open] {
    background: var(--faq-item-bg-open);
}

.rks-faq-item summary {
    padding: var(--faq-question-padding-desktop);
    font-family: var(--faq-question-font-family);
    color: var(--faq-question-color);
    font-size: var(--faq-question-size-desktop);
    font-weight: var(--faq-question-font-weight);
    letter-spacing: var(--faq-question-letter-spacing);
    line-height: var(--faq-question-line-height);
}

.rks-faq-item summary::before,
.rks-faq-item summary::after {
    background: var(--faq-question-color);
}

.rks-faq-answer {
    padding: var(--faq-answer-padding-desktop);
    font-family: var(--faq-answer-font-family);
    color: var(--faq-answer-color);
    font-size: var(--faq-answer-size-desktop);
    font-weight: var(--faq-answer-font-weight);
    letter-spacing: var(--faq-answer-letter-spacing);
    line-height: var(--faq-answer-line-height);
}

.rks-faq-answer p,
.rks-faq-answer li {
    color: var(--faq-answer-color);
    font-size: var(--faq-answer-size-desktop);
    line-height: var(--faq-answer-line-height);
}

.rks-faq-answer a {
    color: var(--faq-link-color);
}

/* =========================
   Map
========================= */

.rks-map-section {
    background: var(--map-bg);
    padding: var(--map-padding-desktop);
}

.rks-map-section .container {
    width: min(var(--map-container-max-width), var(--map-container-width));
}

.rks-map-heading {
    margin-bottom: var(--map-heading-margin-bottom);
}

.rks-map-heading h2 {
    font-family: var(--map-heading-font-family);
    color: var(--map-heading-color);
    font-size: var(--map-heading-size-desktop);
    font-weight: var(--map-heading-font-weight);
    letter-spacing: var(--map-heading-letter-spacing);
    line-height: var(--map-heading-line-height);
}

.rks-map-heading p {
    font-family: var(--map-text-font-family);
    color: var(--map-text-color);
    font-size: var(--map-text-size-desktop);
    font-weight: var(--map-text-font-weight);
    letter-spacing: var(--map-text-letter-spacing);
    line-height: var(--map-text-line-height);
}

.rks-map-wrapper {
    height: var(--map-height-desktop);
    border-radius: var(--map-border-radius);
}

/* =========================
   Contact
========================= */

.rks-contact-section {
    background: var(--contact-bg);
    padding: var(--contact-padding-desktop);
}

.rks-contact-layout {
    gap: var(--contact-grid-gap-desktop);
}

.rks-contact-form-column h2 {
    margin-bottom: var(--contact-heading-margin-bottom);
    font-family: var(--contact-heading-font-family);
    color: var(--contact-heading-color);
    font-size: var(--contact-heading-size-desktop);
    font-weight: var(--contact-heading-font-weight);
    letter-spacing: var(--contact-heading-letter-spacing);
    line-height: var(--contact-heading-line-height);
}

.rks-form-field label {
    font-family: var(--contact-label-font-family);
    color: var(--contact-label-color);
    font-size: var(--contact-label-size);
    font-weight: var(--contact-label-weight);
    letter-spacing: var(--contact-label-letter-spacing);
}

.rks-form-field input,
.rks-form-field textarea {
    font-family: var(--contact-input-font-family);
    background: var(--contact-input-bg);
    color: var(--contact-input-text-color);
    font-size: var(--contact-input-font-size);
    font-weight: var(--contact-input-font-weight);
    letter-spacing: var(--contact-input-letter-spacing);
    line-height: var(--contact-input-line-height);
    padding: var(--contact-input-padding);
    border-bottom-color: var(--contact-input-border-color);
}

.rks-form-field input::placeholder,
.rks-form-field textarea::placeholder {
    color: var(--contact-input-placeholder-color);
}

.rks-form-field input:focus,
.rks-form-field textarea:focus {
    border-bottom-color: var(--contact-input-border-focus);
}

.rks-contact-submit {
    font-family: var(--contact-button-font-family);
    background: var(--contact-button-bg);
    color: var(--contact-button-color);
    padding: var(--contact-button-padding);
    font-size: var(--contact-button-font-size);
    font-weight: var(--contact-button-font-weight);
    letter-spacing: var(--contact-button-letter-spacing);
    border-radius: var(--contact-button-border-radius);
}

.rks-contact-submit:hover {
    background: var(--contact-button-bg-hover);
    color: var(--contact-button-color-hover);
}

.rks-contact-info-column {
    gap: var(--contact-info-gap);
}

.rks-contact-info-box {
    gap: var(--contact-info-box-gap-desktop);
}

.rks-contact-info-icon {
    width: var(--contact-info-icon-size);
    height: var(--contact-info-icon-size);
    color: var(--contact-info-icon-color);
}

.rks-contact-info-content h3 {
    font-family: var(--contact-info-title-font-family);
    color: var(--contact-info-title-color);
    font-size: var(--contact-info-title-size-desktop);
    font-weight: var(--contact-info-title-weight);
    letter-spacing: var(--contact-info-title-letter-spacing);
    line-height: var(--contact-info-title-line-height);
}

.rks-contact-info-content p {
    font-family: var(--contact-info-text-font-family);
    color: var(--contact-info-text-color);
    font-size: var(--contact-info-text-size);
    font-weight: var(--contact-info-text-weight);
    letter-spacing: var(--contact-info-text-letter-spacing);
    line-height: var(--contact-info-text-line-height);
}

.rks-contact-info-content a {
    font-family: var(--contact-info-link-font-family);
    color: var(--contact-info-link-color);
    font-size: var(--contact-info-link-size-desktop);
    font-weight: var(--contact-info-link-weight);
    letter-spacing: var(--contact-info-link-letter-spacing);
    line-height: var(--contact-info-link-line-height);
}

/* =========================
   Footer
========================= */

.rks-footer {
    background: var(--footer-bg);
    color: var(--footer-text-color);
    padding: var(--footer-padding-desktop);
    font-family: var(--footer-text-font-family);
}

.rks-footer-columns {
    gap: var(--footer-column-gap-desktop);
}

.rks-footer-column h3 {
    font-family: var(--footer-heading-font-family);
    color: var(--footer-heading-color);
    font-size: var(--footer-heading-size);
    font-weight: var(--footer-heading-font-weight);
    letter-spacing: var(--footer-heading-letter-spacing);
    line-height: var(--footer-heading-line-height);
}

.rks-footer-heading-line {
    width: var(--footer-heading-line-width);
    margin: var(--footer-heading-line-margin);
    background: var(--footer-heading-line-color);
}

.rks-footer-contact-row,
.rks-footer-links a,
.rks-footer-hours li {
    font-family: var(--footer-text-font-family);
    color: var(--footer-link-color);
    font-size: var(--footer-font-size);
    font-weight: var(--footer-font-weight);
    letter-spacing: var(--footer-letter-spacing);
    line-height: var(--footer-line-height);
}

.rks-footer-contact-row:hover,
.rks-footer-links a:hover {
    color: var(--footer-link-hover-color);
}

.rks-footer-icon {
    width: var(--footer-icon-size);
    height: var(--footer-icon-size);
    color: var(--footer-icon-color);
}

.rks-footer-logo img {
    height: var(--footer-logo-height-desktop);
    max-height: var(--footer-logo-height-desktop);
}

.rks-footer-brand {
    margin-top: var(--footer-brand-margin-top-desktop);
}

.rks-footer-socials {
    gap: var(--footer-social-gap);
}

.rks-footer-social-link {
    width: var(--footer-social-size);
    height: var(--footer-social-size);
}

.rks-footer-social-icon {
    width: var(--footer-social-icon-size);
    height: var(--footer-social-icon-size);
}

.rks-footer-bottom {
    margin-top: var(--footer-bottom-margin-top);
    padding-top: var(--footer-bottom-padding-top);
    border-top-color: var(--footer-bottom-border-color);
}

.rks-footer-bottom p {
    color: var(--footer-text-color);
    font-size: var(--footer-bottom-font-size);
    letter-spacing: var(--footer-bottom-letter-spacing);
}

/* =========================
   Service price list pages
========================= */

.rks-service-pricelist-page {
    grid-template-columns: var(--service-pricelist-left-width-desktop) var(--service-pricelist-right-width-desktop);
    background: var(--service-pricelist-page-bg);
}

.rks-service-pricelist-image::after {
    background: var(--service-pricelist-image-overlay);
}

.rks-service-pricelist-vertical-text {
    font-family: var(--service-pricelist-vertical-font-family);
    color: var(--service-pricelist-vertical-color);
    font-size: var(--service-pricelist-vertical-size-desktop);
    font-weight: var(--service-pricelist-vertical-weight);
    letter-spacing: var(--service-pricelist-vertical-letter-spacing);
}

.rks-service-pricelist-content {
    background: var(--service-pricelist-content-bg);
    padding: var(--service-pricelist-content-padding-desktop);
}

.rks-service-pricelist-logo {
    margin-bottom: var(--service-pricelist-logo-margin-bottom-desktop);
}

.rks-service-pricelist-logo img {
    height: var(--service-pricelist-logo-height-desktop);
    max-height: var(--service-pricelist-logo-height-desktop);
}

.rks-service-pricelist-content h1 {
    margin-bottom: var(--service-pricelist-title-margin-bottom-desktop);
    font-family: var(--service-pricelist-title-font-family);
    color: var(--service-pricelist-title-color);
    font-size: var(--service-pricelist-title-size-desktop);
    font-weight: var(--service-pricelist-title-weight);
    letter-spacing: var(--service-pricelist-title-letter-spacing-desktop);
    line-height: var(--service-pricelist-title-line-height);
}

.rks-service-pricelist-note {
    max-width: var(--service-pricelist-note-max-width);
    font-family: var(--service-pricelist-note-font-family);
    color: var(--service-pricelist-note-color);
    font-size: var(--service-pricelist-note-size-desktop);
    line-height: var(--service-pricelist-note-line-height-desktop);
}

.rks-service-pricelist-group {
    gap: var(--service-pricelist-row-gap-desktop);
}

.rks-service-pricelist-row span {
    font-family: var(--service-pricelist-row-font-family);
    color: var(--service-pricelist-row-color);
    font-size: var(--service-pricelist-row-name-size-desktop);
    font-weight: var(--service-pricelist-row-name-weight);
    letter-spacing: var(--service-pricelist-row-letter-spacing);
    line-height: var(--service-pricelist-row-line-height);
}

.rks-service-pricelist-row strong {
    font-family: var(--service-pricelist-row-font-family);
    color: var(--service-pricelist-row-color);
    font-size: var(--service-pricelist-row-price-size-desktop);
    font-weight: var(--service-pricelist-row-price-weight);
    letter-spacing: var(--service-pricelist-row-letter-spacing);
    line-height: var(--service-pricelist-row-line-height);
}

.rks-staff-pricelist-grid {
    gap: var(--staff-pricelist-grid-gap-desktop);
}

.rks-staff-pricelist-photo {
    width: var(--staff-photo-size-desktop);
    height: var(--staff-photo-size-desktop);
}

.rks-staff-pricelist-card h2 {
    font-family: var(--staff-card-title-font-family);
    color: var(--staff-card-title-color);
    font-size: var(--staff-card-title-size-desktop);
    font-weight: var(--staff-card-title-weight);
    letter-spacing: var(--staff-card-title-letter-spacing);
    line-height: var(--staff-card-title-line-height);
}

.rks-staff-price-row span,
.rks-staff-price-row strong {
    font-family: var(--staff-price-font-family);
    color: var(--staff-price-color);
    font-size: var(--staff-price-size-desktop);
    letter-spacing: var(--staff-price-letter-spacing);
    line-height: var(--staff-price-line-height);
}

.rks-staff-price-row span {
    font-weight: var(--staff-price-name-weight);
}

.rks-staff-price-row strong {
    font-weight: var(--staff-price-value-weight);
}

.rks-staff-phone-button {
    font-family: var(--staff-phone-button-font-family);
    background: var(--staff-phone-button-bg);
    color: var(--staff-phone-button-color);
    padding: var(--staff-phone-button-padding-desktop);
    font-size: var(--staff-phone-button-font-size-desktop);
    font-weight: var(--staff-phone-button-font-weight);
    letter-spacing: var(--staff-phone-button-letter-spacing);
    border-radius: var(--staff-phone-button-border-radius);
}

.rks-staff-phone-button:hover {
    background: var(--staff-phone-button-bg-hover);
}

/* =========================
   Legal pages
========================= */

.rks-legal-page,
.rks-legal-section {
    background: var(--legal-bg);
}

.rks-legal-section {
    padding: var(--legal-section-padding-desktop);
}

.rks-legal-content {
    max-width: var(--legal-content-max-width);
}

.rks-legal-content h1 {
    font-family: var(--legal-title-font-family);
    color: var(--legal-title-color);
    font-size: var(--legal-title-size-desktop);
    font-weight: var(--legal-title-weight);
    letter-spacing: var(--legal-title-letter-spacing);
    line-height: var(--legal-title-line-height);
}

.rks-legal-updated {
    color: var(--legal-updated-color);
    font-size: var(--legal-updated-size);
}

.rks-legal-content h2 {
    font-family: var(--legal-heading-font-family);
    color: var(--legal-heading-color);
    font-size: var(--legal-heading-size-desktop);
    font-weight: var(--legal-heading-weight);
    letter-spacing: var(--legal-heading-letter-spacing);
    line-height: var(--legal-heading-line-height);
}

.rks-legal-content p,
.rks-legal-content li {
    font-family: var(--legal-text-font-family);
    color: var(--legal-text-color);
    font-size: var(--legal-text-size-desktop);
    line-height: var(--legal-text-line-height);
}

/* =========================
   Mobile
========================= */

@media (max-width: 768px) {
    body {
        font-size: var(--site-body-font-size-mobile);
    }

    .rks-header {
        padding: var(--header-padding-mobile);
    }

    .rks-header-top {
        padding: 0 var(--header-side-padding-mobile);
        margin-bottom: 0;
    }

    .rks-header-left {
        gap: var(--social-gap-mobile);
    }

    .rks-logo img {
        height: var(--logo-height-mobile);
        max-height: var(--logo-height-mobile);
    }

    .rks-social-link {
        width: var(--social-link-size-mobile);
        height: var(--social-link-size-mobile);
    }

    .rks-social-icon {
        width: var(--social-icon-size-mobile);
        height: var(--social-icon-size-mobile);
    }

    .rks-mobile-menu-toggle {
        width: var(--hamburger-button-size);
        height: var(--hamburger-button-size);
        gap: var(--hamburger-line-gap);
    }

    .rks-mobile-menu-toggle span {
        width: var(--hamburger-line-width);
        height: var(--hamburger-line-height);
        background: var(--hamburger-color);
    }

    .rks-header-bottom {
        padding-left: var(--mobile-menu-left-padding);
        padding-right: var(--mobile-menu-left-padding);
    }

    .rks-main-menu {
        gap: var(--mobile-menu-gap);
    }

    .rks-main-menu a {
        font-family: var(--mobile-menu-font-family);
        color: var(--mobile-menu-color);
        font-size: var(--mobile-menu-font-size);
        font-weight: var(--mobile-menu-font-weight);
        letter-spacing: var(--mobile-menu-letter-spacing);
    }

    .rks-mobile-menu-contact {
        gap: var(--mobile-contact-gap);
        margin-top: var(--mobile-contact-margin-top);
    }

    .rks-mobile-contact-row {
        font-family: var(--mobile-contact-font-family);
        color: var(--mobile-contact-color);
        font-size: var(--mobile-contact-font-size);
        font-weight: var(--mobile-contact-font-weight);
        letter-spacing: var(--mobile-contact-letter-spacing);
    }

    .rks-mobile-contact-icon {
        width: var(--mobile-contact-icon-size);
        height: var(--mobile-contact-icon-size);
        flex-basis: var(--mobile-contact-icon-size);
    }

    .rks-hero,
    .rks-hero-content {
        min-height: var(--hero-height-mobile);
    }

    .rks-hero-text h1 {
        font-size: var(--hero-title-size-mobile);
    }

    .rks-hero-text p {
        font-size: var(--hero-text-size-mobile);
    }

    .rks-booking-section {
        padding: var(--booking-padding-mobile);
    }

    .rks-booking-content h2 {
        font-size: var(--booking-title-size-mobile);
    }

    .rks-booking-content p {
        font-size: var(--booking-text-size-mobile);
    }

    .rks-services-preview-section {
        padding: var(--services-preview-padding-mobile);
    }

    .rks-services-preview-grid {
        gap: 28px;
    }

    .rks-service-preview-link {
        height: var(--services-preview-image-height-mobile);
    }

    .rks-service-preview-link h2 {
        font-size: var(--services-preview-title-size-mobile);
    }

    .rks-team-section {
        padding: var(--team-padding-mobile);
    }

    .rks-team-heading {
        margin-bottom: var(--team-heading-margin-bottom-mobile);
    }

    .rks-team-heading h2 {
        font-size: var(--team-heading-size-mobile);
    }

    .rks-team-grid {
        gap: var(--team-grid-gap-mobile);
    }

    .rks-team-photo {
        width: var(--team-photo-size-mobile);
        height: var(--team-photo-size-mobile);
    }

    .rks-team-name {
        font-size: var(--team-name-font-size-mobile);
    }

    .rks-team-description p {
        font-size: var(--team-description-font-size-mobile);
    }

    .rks-about-section {
        padding: var(--about-padding-mobile);
    }

    .rks-about-layout {
        gap: var(--about-grid-gap-mobile);
    }

    .rks-about-content h2 {
        font-size: var(--about-heading-size-mobile);
    }

    .rks-about-content p {
        font-size: var(--about-text-size-mobile);
    }

    .rks-about-carousel {
        height: var(--about-carousel-height-mobile);
    }

    .rks-about-carousel-button {
        width: var(--about-carousel-button-size-mobile);
        height: var(--about-carousel-button-size-mobile);
        font-size: var(--about-carousel-button-font-size-mobile);
    }

    .rks-about-carousel-prev {
        left: var(--about-carousel-button-side-position-mobile);
    }

    .rks-about-carousel-next {
        right: var(--about-carousel-button-side-position-mobile);
    }

    .rks-about-thumbnail {
        flex-basis: var(--about-thumbnail-width-mobile);
        width: var(--about-thumbnail-width-mobile);
        height: var(--about-thumbnail-height-mobile);
    }

    .rks-faq-section {
        padding: var(--faq-padding-mobile);
    }

    .rks-faq-heading h2 {
        font-size: var(--faq-heading-size-mobile);
    }

    .rks-faq-item summary {
        padding: var(--faq-question-padding-mobile);
        font-size: var(--faq-question-size-mobile);
    }

    .rks-faq-answer,
    .rks-faq-answer p,
    .rks-faq-answer li {
        font-size: var(--faq-answer-size-mobile);
    }

    .rks-faq-answer {
        padding: var(--faq-answer-padding-mobile);
    }

    .rks-map-section {
        padding: var(--map-padding-mobile);
    }

    .rks-map-heading h2 {
        font-size: var(--map-heading-size-mobile);
    }

    .rks-map-heading p {
        font-size: var(--map-text-size-mobile);
    }

    .rks-map-wrapper {
        height: var(--map-height-mobile);
    }

    .rks-contact-section {
        padding: var(--contact-padding-mobile);
    }

    .rks-contact-layout {
        gap: var(--contact-grid-gap-mobile);
    }

    .rks-contact-form-column h2 {
        font-size: var(--contact-heading-size-mobile);
    }

    .rks-contact-info-box {
        gap: var(--contact-info-box-gap-mobile);
    }

    .rks-contact-info-content h3 {
        font-size: var(--contact-info-title-size-mobile);
    }

    .rks-contact-info-content a {
        font-size: var(--contact-info-link-size-mobile);
    }

    .rks-footer {
        padding: var(--footer-padding-mobile);
    }

    .rks-footer-columns {
        gap: var(--footer-column-gap-mobile);
    }

    .rks-footer-brand {
        margin-top: var(--footer-brand-margin-top-mobile);
    }

    .rks-footer-logo img {
        height: var(--footer-logo-height-mobile);
        max-height: var(--footer-logo-height-mobile);
    }

    .rks-footer-bottom p {
        font-size: var(--footer-bottom-font-size-mobile);
    }

    .rks-service-pricelist-page {
        grid-template-columns: var(--service-pricelist-left-width-mobile) var(--service-pricelist-right-width-mobile);
    }

    .rks-service-pricelist-content {
        padding: var(--service-pricelist-content-padding-mobile);
    }

    .rks-service-pricelist-logo {
        margin-bottom: var(--service-pricelist-logo-margin-bottom-mobile);
    }

    .rks-service-pricelist-logo img {
        height: var(--service-pricelist-logo-height-mobile);
        max-height: var(--service-pricelist-logo-height-mobile);
    }

    .rks-service-pricelist-content h1 {
        margin-bottom: var(--service-pricelist-title-margin-bottom-mobile);
        font-size: var(--service-pricelist-title-size-mobile);
        letter-spacing: var(--service-pricelist-title-letter-spacing-mobile);
    }

    .rks-service-pricelist-note {
        font-size: var(--service-pricelist-note-size-mobile);
        line-height: var(--service-pricelist-note-line-height-mobile);
    }

    .rks-service-pricelist-vertical-text {
        font-size: var(--service-pricelist-vertical-size-mobile);
    }

    .rks-service-pricelist-group {
        gap: var(--service-pricelist-row-gap-mobile);
    }

    .rks-service-pricelist-row span {
        font-size: var(--service-pricelist-row-name-size-mobile);
    }

    .rks-service-pricelist-row strong {
        font-size: var(--service-pricelist-row-price-size-mobile);
    }

    .rks-staff-pricelist-grid {
        gap: var(--staff-pricelist-grid-gap-mobile);
    }

    .rks-staff-pricelist-photo {
        width: var(--staff-photo-size-mobile);
        height: var(--staff-photo-size-mobile);
    }

    .rks-staff-pricelist-card h2 {
        font-size: var(--staff-card-title-size-mobile);
    }

    .rks-staff-price-row span,
    .rks-staff-price-row strong {
        font-size: var(--staff-price-size-mobile);
    }

    .rks-staff-phone-button {
        padding: var(--staff-phone-button-padding-mobile);
        font-size: var(--staff-phone-button-font-size-mobile);
    }

    .rks-legal-section {
        padding: var(--legal-section-padding-mobile);
    }

    .rks-legal-content h1 {
        font-size: var(--legal-title-size-mobile);
    }

    .rks-legal-content h2 {
        font-size: var(--legal-heading-size-mobile);
    }

    .rks-legal-content p,
    .rks-legal-content li {
        font-size: var(--legal-text-size-mobile);
    }
}

/* =========================
   Tablet service price list
========================= */

@media (max-width: 1100px) {
    .rks-service-pricelist-content {
        padding: var(--service-pricelist-content-padding-tablet);
    }

    .rks-service-pricelist-logo {
        margin-bottom: var(--service-pricelist-logo-margin-bottom-tablet);
    }

    .rks-service-pricelist-logo img {
        height: var(--service-pricelist-logo-height-tablet);
        max-height: var(--service-pricelist-logo-height-tablet);
    }

    .rks-service-pricelist-content h1 {
        font-size: var(--service-pricelist-title-size-tablet);
        letter-spacing: var(--service-pricelist-title-letter-spacing-tablet);
    }

    .rks-service-pricelist-row span {
        font-size: var(--service-pricelist-row-name-size-tablet);
    }

    .rks-service-pricelist-row strong {
        font-size: var(--service-pricelist-row-price-size-tablet);
    }

    .rks-service-pricelist-vertical-text {
        font-size: var(--service-pricelist-vertical-size-tablet);
    }

    .rks-staff-pricelist-grid {
        gap: var(--staff-pricelist-grid-gap-tablet);
    }

    .rks-staff-pricelist-photo {
        width: var(--staff-photo-size-tablet);
        height: var(--staff-photo-size-tablet);
    }

    .rks-staff-pricelist-card h2 {
        font-size: var(--staff-card-title-size-tablet);
    }

    .rks-staff-price-row span,
    .rks-staff-price-row strong {
        font-size: var(--staff-price-size-tablet);
    }
}

/* =========================
   Small mobile
========================= */

@media (max-width: 480px) {
    .rks-service-preview-link {
        height: var(--services-preview-image-height-small-mobile);
    }

    .rks-service-preview-link h2 {
        font-size: var(--services-preview-title-size-small-mobile);
    }

    .rks-about-carousel {
        height: var(--about-carousel-height-small-mobile);
    }

    .rks-about-carousel-button {
        width: var(--about-carousel-button-size-small-mobile);
        height: var(--about-carousel-button-size-small-mobile);
        font-size: var(--about-carousel-button-font-size-small-mobile);
    }

    .rks-about-carousel-prev {
        left: var(--about-carousel-button-side-position-small-mobile);
    }

    .rks-about-carousel-next {
        right: var(--about-carousel-button-side-position-small-mobile);
    }

    .rks-about-thumbnail {
        flex-basis: var(--about-thumbnail-width-small-mobile);
        width: var(--about-thumbnail-width-small-mobile);
        height: var(--about-thumbnail-height-small-mobile);
    }
}

@media (max-width: 420px) {
    .rks-service-pricelist-page {
        grid-template-columns: var(--service-pricelist-left-width-small-mobile) var(--service-pricelist-right-width-small-mobile);
    }

    .rks-service-pricelist-content {
        padding: var(--service-pricelist-content-padding-small-mobile);
    }

    .rks-service-pricelist-logo {
        margin-bottom: var(--service-pricelist-logo-margin-bottom-small-mobile);
    }

    .rks-service-pricelist-logo img {
        height: var(--service-pricelist-logo-height-small-mobile);
        max-height: var(--service-pricelist-logo-height-small-mobile);
    }

    .rks-service-pricelist-content h1 {
        font-size: var(--service-pricelist-title-size-small-mobile);
        letter-spacing: var(--service-pricelist-title-letter-spacing-small-mobile);
    }

    .rks-service-pricelist-vertical-text {
        font-size: var(--service-pricelist-vertical-size-small-mobile);
    }

    .rks-service-pricelist-row span {
        font-size: var(--service-pricelist-row-name-size-small-mobile);
    }

    .rks-service-pricelist-row strong {
        font-size: var(--service-pricelist-row-price-size-small-mobile);
    }

    .rks-staff-pricelist-photo {
        width: var(--staff-photo-size-small-mobile);
        height: var(--staff-photo-size-small-mobile);
    }

    .rks-staff-pricelist-card h2 {
        font-size: var(--staff-card-title-size-small-mobile);
    }

    .rks-staff-price-row span,
    .rks-staff-price-row strong {
        font-size: var(--staff-price-size-small-mobile);
    }

    .rks-staff-phone-button {
        padding: var(--staff-phone-button-padding-small-mobile);
        font-size: var(--staff-phone-button-font-size-small-mobile);
    }
}

/* =========================
   POLYLANG FLAG SIZE CONTROL
========================= */

.rks-language-switcher ul {
    gap: var(--language-flag-gap);
}

.rks-language-switcher a {
    width: var(--language-flag-link-size-desktop);
    height: var(--language-flag-link-size-desktop);
}

.rks-language-switcher img {
    width: var(--language-flag-size-desktop);
    height: auto;
}

@media (max-width: 768px) {
    .rks-language-switcher a {
        width: var(--language-flag-link-size-mobile);
        height: var(--language-flag-link-size-mobile);
    }

    .rks-language-switcher img {
        width: var(--language-flag-size-mobile);
    }
}