:root {
    --royal-bg: #f5f5f5;
    --royal-paper: #ffffff;
    --royal-ink: #000000;
    --royal-muted: #797979;
    --royal-line: #f0f0f0;
    --royal-gold: #4c3805;
    --royal-gold-soft: #efd58b;
    --royal-gold-fill: linear-gradient(105deg, #ccae5a 0%, #fbe29b 38%, #d3b96d 67%, #caac56 100%);
    --royal-footer-text: #939393;
    --royal-footer-line: #414141;
    --royal-width: 1180px;
    --royal-serif: "Hiragino Mincho ProN", "Songti SC", Georgia, serif;
    --royal-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: var(--royal-paper);
    color: var(--royal-ink);
    font-family: var(--royal-sans);
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

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

.royal-home-page {
    background: var(--royal-paper);
}

.royal-shell {
    width: min(var(--royal-width), calc(100% - 48px));
    margin: 0 auto;
}

.royal-home-hero {
    position: relative;
    min-height: 608px;
    overflow: hidden;
}

.royal-home-banner,
.royal-home-banner .carousel,
.royal-home-banner .carousel-inner,
.royal-home-banner .item,
.royal-hero-slide {
    min-height: 608px;
}

.royal-home-banner .carousel-inner > .item {
    transition: opacity 0.55s ease-in-out;
}

.royal-hero-indicators {
    bottom: 112px;
    left: 50%;
    z-index: 3;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    transform: translateX(-50%);
}

.royal-hero-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    border-radius: 50%;
    text-indent: -9999px;
}

.royal-hero-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #6fe6ff;
}

.royal-hero-control {
    top: 50%;
    width: 32px;
    height: 72px;
    margin-top: -36px;
    background: transparent !important;
    border: 0;
    opacity: 1;
    text-shadow: none;
}

.royal-home-banner #royalHeroCarousel .royal-hero-control.royal-hero-control--prev {
    left: 132px !important;
    right: auto !important;
}

.royal-home-banner #royalHeroCarousel .royal-hero-control.royal-hero-control--next {
    right: 132px !important;
    left: auto !important;
}

.royal-hero-control__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    transform: translate(-50%, -52%);
}

.royal-hero-control:hover,
.royal-hero-control:focus {
    background: transparent !important;
}

.royal-hero-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

.royal-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.royal-hero-slide__content {
    position: relative;
    z-index: 1;
    min-height: 608px;
}

.royal-hero-logo {
    position: absolute;
    top: 218px;
    left: 22px;
    z-index: 2;
    display: block;
    width: 520px !important;
    max-width: calc(100vw - 44px);
}

.royal-hero-logo img {
    display: block;
    width: 100% !important;
    height: auto;
    max-width: none;
}

.royal-hero-nav {
    position: absolute;
    top: 18px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 17px 30px 16px;
}

.royal-hero-nav a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.royal-hero-nav a:hover,
.royal-hero-nav a:focus {
    color: #efd58b;
}

.royal-hero-nav a.is-active {
    color: var(--royal-gold-soft);
}

.royal-hero-quote {
    position: absolute;
    top: 342px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    height: 66px;
    padding: 0 8px 0 26px;
    border-radius: 33px;
    background: var(--royal-gold-fill);
    color: var(--royal-gold);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.royal-hero-quote__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--royal-gold);
    font-size: 24px;
    line-height: 1;
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.royal-hero-bottom-bar {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 78px;
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
}

.royal-hero-phone {
    position: absolute;
    bottom: 22px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--royal-gold-soft);
    font-size: 20px;
    font-weight: 500;
}

.royal-hero-phone img {
    width: 24px;
    height: 24px;
}

.royal-hero-socials {
    position: absolute;
    right: 28px;
    bottom: 19px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.royal-hero-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.royal-hero-socials a img {
    display: block;
    width: auto;
    max-height: 30px;
}

.royal-section {
    background: var(--royal-paper);
}

.royal-products {
    padding: 92px 0 80px;
    background: #f5f5f5;
}

.royal-heading {
    text-align: center;
}

.royal-heading h2 {
    margin: 0;
    color: #000000;
    font-family: var(--royal-sans);
    font-size: 53px;
    font-weight: 600;
    line-height: 1;
}

.royal-heading p {
    width: min(556px, 100%);
    margin: 24px auto 0;
    color: var(--royal-muted);
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.royal-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 55px;
}

.royal-products .royal-product-card {
    display: flex;
    flex-direction: column;
    overflow: visible;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    position: relative;
    cursor: pointer;
}

.royal-products .royal-product-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 284 / 295;
    overflow: hidden;
    border-radius: 12px;
    background: #d9d9d9;
    position: relative;
    z-index: 2;
}

.royal-products .royal-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.royal-products .royal-product-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    min-height: 124px;
    margin-top: -12px;
    padding: 26px 20px 18px;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
    position: relative;
    z-index: 3;
}

.royal-products .royal-product-card__body h3 {
    display: block;
    width: 100%;
    margin: 0;
    color: #000000;
    font-family: var(--royal-sans);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    text-indent: 0;
    overflow: visible;
    white-space: normal;
}

.royal-products .royal-more-btn,
.royal-products a.royal-more-btn,
.royal-products a.royal-more-btn:hover,
.royal-products a.royal-more-btn:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    height: 40px;
    margin-top: 0;
    padding: 0 18px 0 16px;
    border: 0;
    border-radius: 33px;
    background: var(--royal-gold-fill);
    color: var(--royal-gold);
    font-family: var(--royal-sans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    text-indent: 0;
    box-shadow: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.royal-products .royal-more-btn span {
    display: inline-flex;
    align-items: center;
    color: inherit;
    line-height: 1;
}

.royal-products .royal-more-btn__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--royal-gold);
    font-size: 16px;
    line-height: 1;
    transition: transform 0.22s ease;
}

.royal-products__cta {
    display: flex;
    justify-content: center;
    margin-top: 74px;
}

.royal-products__quote {
    display: inline-flex;
    align-items: center;
    gap: 27px;
    height: 66px;
    padding: 0 8px 0 41px;
    border-radius: 33px;
    background: var(--royal-gold-fill);
    color: var(--royal-gold);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.royal-products__quote-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--royal-gold);
    font-size: 24px;
    line-height: 1;
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.royal-metrics {
    margin-top: 0;
    background: var(--royal-gold-fill);
}

.royal-metrics__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 206px;
}

.royal-metric {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}

.royal-metric:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 67px;
    right: 0;
    width: 2px;
    height: 72px;
    background: var(--royal-gold);
}

.royal-metric strong {
    color: var(--royal-gold);
    font-family: var(--royal-serif);
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
}

.royal-metric span {
    margin-top: 14px;
    color: rgba(76, 56, 5, 0.71);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.royal-about {
    padding: 80px 0 0;
}

.royal-about__layout {
    display: grid;
    grid-template-columns: 576px 536px;
    justify-content: space-between;
    align-items: end;
    margin-top: 92px;
}

.royal-about__label {
    display: inline-block;
    margin-bottom: 26px;
    color: #000000;
    font-family: var(--royal-serif);
    font-size: 30px;
    font-weight: 400;
    line-height: 2;
}

.royal-about__line {
    width: 56px;
    height: 2px;
    margin-bottom: 22px;
    background: var(--royal-gold);
}

.royal-about__copy p {
    margin: 0;
    color: var(--royal-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.92;
}

.royal-about__hero {
    width: 100%;
    aspect-ratio: 536 / 320;
    overflow: hidden;
    justify-self: end;
    align-self: end;
    margin-top: -18px;
}

.royal-about__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.royal-about__footerline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
    padding-bottom: 0;
    border-bottom: 0;
}

.royal-about__quote {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    height: 40px;
    padding: 0 18px 0 18px;
    border-radius: 33px;
    background: #efd58b;
    color: var(--royal-gold);
    font-family: var(--royal-sans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.royal-about__quote-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--royal-gold);
    font-size: 16px;
    line-height: 1;
}

.royal-about__environment {
    display: block;
    width: 100%;
    margin-top: 24px;
}

.royal-about__caption {
    display: block;
    color: var(--royal-gold);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
}

.royal-about__environment-line {
    position: relative;
    width: calc(100% - 2px);
    height: 2px;
    margin-top: 14px;
    background: #f5f5f5;
}

.royal-about__environment-line-accent {
    display: block;
    width: 56px;
    height: 2px;
    background: var(--royal-gold);
}

.royal-about__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.royal-about__gallery-item {
    width: 100%;
    aspect-ratio: 284 / 213;
    overflow: hidden;
    background: #d9d9d9;
}

.royal-about__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.royal-news {
    padding: 84px 0 0;
}

.royal-news__layout {
    display: grid;
    grid-template-columns: 596px 552px;
    justify-content: space-between;
    margin-top: 78px;
}

.royal-news__featured {
    position: relative;
    min-height: 423px;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
}

.royal-news__featured-body {
    padding: 30px 30px 0;
}

.royal-news__featured-body h3 {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.royal-news__featured-body time {
    display: inline-block;
    margin-top: 11px;
    color: #c78d41;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}

.royal-news__featured-body h3 a,
.royal-news__featured-body h3 a:hover,
.royal-news__featured-body h3 a:focus,
.royal-news__item h4 a,
.royal-news__item h4 a:hover,
.royal-news__item h4 a:focus {
    color: #000000;
}

.royal-news__featured-media {
    position: relative;
    margin: 10px 30px 29px;
}

.royal-news__featured-image {
    display: block;
    width: 100%;
    height: 305px;
    overflow: hidden;
}

.royal-news__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.royal-news__featured-more {
    position: absolute;
    right: 20px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    height: 40px;
    padding: 0 18px 0 18px;
    border-radius: 33px;
    background: var(--royal-gold-fill);
    color: var(--royal-gold);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.royal-news__featured-more-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--royal-gold);
    font-size: 16px;
    line-height: 1;
}

.royal-news__list {
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}

.royal-news__item {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: start;
    gap: 13px;
    min-height: 111px;
    padding: 31px 0 24px 0;
    border-bottom: 2px solid #f5f5f5;
}

.royal-news__item:last-child {
    border-bottom: 0;
}

.royal-news__dot {
    width: 7px;
    height: 7px;
    margin-top: 8px;
    border-radius: 50%;
    background: #d9d9d9;
}

.royal-news__item h4 {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.royal-news__item h4 a,
.royal-news__item h4 a:hover,
.royal-news__item h4 a:focus {
    color: #000000;
}

.royal-news__item.is-active h4 a,
.royal-news__item.is-active h4 a:hover,
.royal-news__item.is-active h4 a:focus {
    color: #000000;
}

.royal-news__item time {
    color: #838383;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    white-space: nowrap;
}

.royal-news__item-arrow {
    position: absolute;
    right: 0;
    top: 68px;
    color: #d9d9d9;
    font-size: 24px;
    line-height: 1;
    transition: transform 0.22s ease, color 0.22s ease;
    text-align: right;
}

.royal-news__item:hover .royal-news__dot {
    background: #876306;
}

.royal-news__item:hover h4 a,
.royal-news__item:hover h4 a:hover,
.royal-news__item:hover h4 a:focus,
.royal-news__item:hover .royal-news__item-arrow {
    color: #efd58b;
}

.royal-news__item h4 a:hover,
.royal-news__item h4 a:focus,
.royal-news__item:hover h4 a,
.royal-news__item:hover h4 a:hover,
.royal-news__item:hover h4 a:focus {
    color: #876306;
}

.royal-capabilities {
    margin-top: 40px;
    background: var(--royal-gold-fill);
}

.royal-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 52px 0 46px;
}

.royal-capability {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--royal-gold);
}

.royal-capability__icon {
    width: 108px;
    height: 108px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 1px solid rgba(76, 56, 5, 0.15);
}

.royal-capability__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    margin: 0 auto 14px;
    overflow: hidden;
}

.royal-capability__icon-wrap img {
    display: block;
    width: auto;
    height: auto;
    max-width: 82px;
    max-height: 82px;
    object-fit: contain;
}

.royal-capability__icon--chain {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
}

.royal-capability__icon--shield {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
}

.royal-capability__icon--globe {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
}

.royal-capability__icon--heart {
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;
}

.royal-capability__icon--box {
    width: 66px !important;
    height: 66px !important;
    max-width: 66px !important;
    max-height: 66px !important;
}

.royal-capability__icon--support {
    width: 66px !important;
    height: 66px !important;
    max-width: 66px !important;
    max-height: 66px !important;
}

.royal-capability h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.34;
}

.royal-home-footer {
    position: relative;
    color: var(--royal-footer-text);
}

.royal-home-footer__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/frontend/images/ui/topbj.jpg") center/cover no-repeat;
}

.royal-home-footer__inner {
    position: relative;
    z-index: 1;
    padding: 67px 0 30px;
}

.royal-home-footer__top {
    display: grid;
    grid-template-columns: 388px 290px 130px 143px;
    justify-content: space-between;
    align-items: start;
}

.royal-home-footer__top h3 {
    margin: 0 0 30px;
    color: var(--royal-footer-text);
    font-size: 18px;
    font-weight: 360;
    line-height: 1;
}

.royal-home-footer__brand p,
.royal-home-footer__column li,
.royal-home-footer__column a {
    color: var(--royal-footer-text);
    font-size: 16px;
    font-weight: 360;
    line-height: 2.35;
}

.royal-home-footer__column a:hover,
.royal-home-footer__column a:focus {
    color: #efd58b;
}

.royal-home-footer__brand p {
    margin: 0;
}

.royal-home-footer__more {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 10px;
    padding: 0 18px;
    height: 40px;
    border-radius: 33px;
    background: var(--royal-gold-fill);
    color: var(--royal-gold);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.royal-home-footer__more-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--royal-gold);
    font-size: 16px;
    line-height: 1;
}

.royal-home-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.royal-home-footer__contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.royal-home-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid var(--royal-footer-line);
}

.royal-home-footer__copyright {
    color: var(--royal-footer-text);
    font-size: 16px;
    font-weight: 360;
    line-height: 1;
}

.royal-home-footer__socials {
    display: flex;
    align-items: center;
    gap: 18px;
}

.royal-home-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.royal-home-footer__socials a img {
    display: block;
    width: auto;
    max-height: 22px;
}

#toTop {
    border-radius: 999px;
    background-color: rgba(201, 170, 89, 0.9);
}

@media (max-width: 1279px) {
    .royal-shell {
        width: min(var(--royal-width), calc(100% - 32px));
    }

    .royal-about__layout,
    .royal-news__layout,
    .royal-home-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
}

@media (max-width: 991px) {
    .royal-home-hero,
    .royal-home-banner,
    .royal-home-banner .carousel,
    .royal-home-banner .carousel-inner,
    .royal-home-banner .item,
    .royal-hero-slide,
    .royal-hero-slide__content {
        min-height: 520px;
    }

    .royal-hero-nav {
        top: 16px;
        right: 16px;
        left: 16px;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 16px;
    }

    .royal-hero-logo {
        top: 126px;
        left: 50%;
        width: min(260px, calc(100% - 120px));
        transform: translateX(-50%);
    }

    .royal-hero-nav a {
        font-size: 14px;
    }

    .royal-hero-quote {
        top: 232px;
        left: 50%;
        height: 58px;
        padding-left: 20px;
        font-size: 16px;
        transform: translateX(-50%);
    }

    .royal-hero-quote__arrow {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .royal-hero-phone {
        left: 16px;
        bottom: 24px;
        font-size: 16px;
    }

    .royal-hero-control {
        width: 28px;
        height: 64px;
        margin-top: -32px;
    }

    .royal-home-banner #royalHeroCarousel .royal-hero-control.royal-hero-control--prev {
        left: 12px !important;
        right: auto !important;
    }

    .royal-home-banner #royalHeroCarousel .royal-hero-control.royal-hero-control--next {
        right: 12px !important;
        left: auto !important;
    }

    .royal-hero-control__icon {
        font-size: 40px;
    }

    .royal-hero-socials {
        right: 16px;
        bottom: 24px;
        gap: 18px;
    }

    .royal-product-grid,
    .royal-about__gallery,
    .royal-capabilities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .royal-metrics__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .royal-metric:nth-child(2)::after {
        display: none;
    }

    .royal-home-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .royal-shell {
        width: calc(100% - 24px);
    }

    .royal-home-hero,
    .royal-home-banner,
    .royal-home-banner .carousel,
    .royal-home-banner .carousel-inner,
    .royal-home-banner .item,
    .royal-hero-slide,
    .royal-hero-slide__content {
        min-height: 420px;
    }

    .royal-hero-nav {
        flex-wrap: wrap;
        gap: 10px 18px;
        justify-content: center;
        padding: 12px;
    }

    .royal-hero-quote {
        top: 210px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
    }

    .royal-hero-bottom-bar {
        height: 88px;
    }

    .royal-hero-phone,
    .royal-hero-socials {
        position: absolute;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .royal-hero-phone {
        bottom: 46px;
        font-size: 14px;
        white-space: nowrap;
    }

    .royal-hero-logo {
        top: 116px;
        left: 50%;
        width: min(214px, calc(100% - 84px));
        transform: translateX(-50%);
    }

    .royal-hero-control {
        width: 24px;
        height: 56px;
        margin-top: -28px;
    }

    .royal-hero-control__icon {
        font-size: 34px;
    }

    .royal-hero-indicators {
        bottom: 132px;
        padding: 0;
    }

    .royal-hero-socials {
        bottom: 12px;
        gap: 16px;
    }

    .royal-heading h2 {
        font-size: 28px;
    }

    .royal-heading p,
    .royal-about__copy p {
        font-size: 14px;
    }

    .royal-product-grid,
    .royal-about__layout,
    .royal-about__gallery,
    .royal-news__layout,
    .royal-capabilities__grid,
    .royal-home-footer__top,
    .royal-metrics__grid {
        grid-template-columns: 1fr;
    }

    .royal-products,
    .royal-about,
    .royal-news {
        padding-top: 56px;
    }

    .royal-about__footerline {
        margin-top: 32px;
    }

    .royal-about__hero {
        margin-top: 0;
    }

    .royal-products {
        padding-bottom: 56px;
    }

    .royal-products__cta {
        margin-top: 44px;
    }

    .royal-products__quote {
        gap: 18px;
        height: 58px;
        padding-left: 28px;
        font-size: 16px;
    }

    .royal-products__quote-arrow {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .royal-metrics {
        margin-top: 72px;
    }

    .royal-metric::after {
        display: none;
    }

    .royal-product-card__body h3 {
        font-size: 20px;
    }

    .royal-news__item {
        grid-template-columns: 18px 1fr;
        gap: 10px;
    }

.royal-news__item time {
        grid-column: 2;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .royal-hero-logo {
        top: 126px;
        left: 50%;
        width: clamp(182px, 58vw, 226px);
        max-width: calc(100vw - 56px);
        transform: translateX(-50%);
    }

    .royal-hero-quote {
        top: 246px;
        left: 50%;
        width: clamp(184px, 50vw, 224px);
        height: 52px;
        padding: 0 7px 0 18px;
        gap: 12px;
        font-size: 11px;
        letter-spacing: 0.01em;
        white-space: nowrap;
        transform: translateX(-50%);
    }

    .royal-hero-quote__arrow {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        font-size: 18px;
    }
}
