.inner-page main {
    overflow: clip;
}

.about-page main {
    overflow: visible;
}

.page-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
    min-height: min(760px, calc(100dvh - var(--header-height)));
    background: var(--accent);
    color: #fffaf6;
}

.page-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(52px, 7vw, 110px) clamp(32px, 7vw, 100px);
}

.page-hero__copy h1,
.product-detail-hero h1 {
    max-width: 780px;
    margin: 0 0 24px;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: clamp(3.8rem, 6.6vw, 7.2rem);
    font-weight: 950;
    line-height: 0.9;
    letter-spacing: -0.074em;
    text-wrap: balance;
}

.page-hero__copy > p:not(.eyebrow),
.product-detail-hero__copy > p:not(.eyebrow) {
    max-width: 590px;
    margin: 0;
    color: rgb(255 250 246 / 0.82);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.65;
}

.page-hero__actions,
.detail-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.page-hero__media {
    min-height: 100%;
    overflow: hidden;
}

.page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero--light {
    background: var(--surface);
    color: var(--text);
}

.page-hero--light .page-hero__copy > p:not(.eyebrow) {
    color: var(--muted);
}

.page-hero--light .page-hero__media {
    margin: 28px 28px 28px 0;
    border-radius: var(--radius-card);
}

.page-hero--compact {
    min-height: min(630px, calc(100dvh - var(--header-height)));
}

.page-hero--compact .page-hero__copy h1 {
    font-size: clamp(3.5rem, 5.8vw, 6.2rem);
}

.page-section {
    padding-block: clamp(86px, 10vw, 150px);
}

.page-section--tight {
    padding-block: clamp(62px, 7vw, 100px);
}

.page-section--soft {
    background: var(--surface-soft);
}

.page-section--surface {
    background: var(--surface);
}

.page-heading {
    max-width: 820px;
    margin-bottom: 50px;
}

.page-heading h2,
.editorial-copy h2,
.contact-card h2,
.newsletter-panel h2,
.inline-cta h2 {
    margin: 0 0 18px;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: clamp(2.65rem, 5vw, 5.2rem);
    font-weight: 950;
    line-height: 0.96;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.page-heading p,
.editorial-copy > p,
.contact-card > p,
.newsletter-panel p,
.inline-cta p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
}

.editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.76fr);
    align-items: center;
    gap: clamp(44px, 8vw, 120px);
}

.editorial-grid--reverse {
    grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.16fr);
}

.editorial-media {
    min-height: 620px;
    overflow: hidden;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}

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

.editorial-copy {
    max-width: 650px;
}

.editorial-copy > p + p {
    margin-top: 18px;
}

.editorial-copy .text-link {
    margin-top: 28px;
}

.story-scroll-section {
    padding-bottom: clamp(100px, 13vw, 190px);
}

.story-scroll {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.72fr);
    align-items: start;
    gap: clamp(48px, 8vw, 118px);
}

.story-scroll__visual {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    height: min(720px, calc(100dvh - var(--header-height) - 48px));
    min-height: 540px;
    overflow: hidden;
    border-radius: var(--radius-card);
    background: var(--surface-soft);
    box-shadow: var(--shadow);
}

.story-scroll__frame {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: translate3d(0, 32px, 0) scale(1.075);
    transition: opacity 780ms var(--ease), transform 1100ms var(--ease);
}

.story-scroll__frame.is-active {
    z-index: 1;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.story-scroll__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-scroll__steps {
    padding-block: 8dvh;
}

.story-stage {
    display: flex;
    min-height: 76dvh;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--line);
    opacity: 0.34;
    transform: translate3d(32px, 0, 0);
    transition: opacity 620ms var(--ease), transform 760ms var(--ease);
}

.story-stage:last-child {
    border-bottom: 0;
}

.story-stage.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.story-stage > i {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 32px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent-strong);
    font-size: 1.45rem;
}

.story-stage h3 {
    max-width: 540px;
    margin: 0 0 18px;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: clamp(2.5rem, 4.8vw, 5.1rem);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.story-stage p {
    max-width: 510px;
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.story-stage__mobile {
    display: none;
}

.fact-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-block: 1px solid var(--line);
}

.fact-row__item {
    padding: 30px clamp(20px, 4vw, 54px);
    border-right: 1px solid var(--line);
}

.fact-row__item:first-child {
    padding-left: 0;
}

.fact-row__item:last-child {
    border-right: 0;
    padding-right: 0;
}

.fact-row__item strong,
.fact-row__item span {
    display: block;
}

.fact-row__item strong {
    margin-bottom: 6px;
    color: var(--accent);
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: clamp(1.8rem, 3.3vw, 3.7rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.fact-row__item span {
    color: var(--muted);
    font-size: 0.9rem;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
}

.timeline__item {
    min-height: 270px;
    padding: 30px 28px 0 0;
    border-right: 1px solid var(--line);
}

.timeline__item + .timeline__item {
    padding-left: 28px;
}

.timeline__item:last-child {
    border-right: 0;
}

.timeline__item strong {
    display: block;
    margin-bottom: 56px;
    color: var(--accent);
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.timeline__item h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
}

.timeline__item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.value-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: repeat(2, minmax(230px, auto));
    gap: 18px;
}

.value-panel {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 230px;
    overflow: hidden;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background:
        linear-gradient(145deg, var(--surface) 0 68%, var(--accent-soft));
    box-shadow: 0 16px 44px rgb(94 23 30 / 0.07);
    transition:
        transform 520ms var(--ease),
        border-color 520ms var(--ease),
        box-shadow 520ms var(--ease);
}

.value-panel::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    z-index: -1;
    width: 240px;
    height: 240px;
    border: 46px solid var(--accent-soft);
    border-radius: 50%;
    opacity: 0.72;
    transition: transform 700ms var(--ease);
}

.value-panel:first-child {
    grid-row: 1 / span 2;
    background:
        linear-gradient(145deg, var(--accent), var(--accent-strong));
    color: #fffaf6;
    box-shadow: 0 22px 58px rgb(94 23 30 / 0.2);
}

.value-panel:first-child::after {
    border-color: rgb(255 250 246 / 0.13);
}

.value-panel > i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: auto;
    border: 1px solid rgb(180 32 42 / 0.14);
    border-radius: 18px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.65rem;
    transition: transform 520ms var(--ease);
}

.value-panel:first-child > i {
    border-color: rgb(255 250 246 / 0.18);
    background: rgb(255 250 246 / 0.12);
    color: #fffaf6;
}

.value-panel h3 {
    margin: 18px 0 9px;
    font-size: clamp(1.45rem, 2.4vw, 2.4rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.value-panel p {
    margin: 0;
    color: var(--muted);
}

.value-panel:first-child p {
    color: rgb(255 250 246 / 0.78);
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.catalog-card {
    position: relative;
    grid-column: span 4;
    min-height: 480px;
    overflow: hidden;
    border-radius: var(--radius-card);
    background: var(--surface);
}

.catalog-card:nth-child(1),
.catalog-card:nth-child(4) {
    grid-column: span 7;
}

.catalog-card:nth-child(2),
.catalog-card:nth-child(3) {
    grid-column: span 5;
}

.catalog-card:nth-child(5) {
    grid-column: span 12;
    min-height: 360px;
}

.catalog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms var(--ease);
}

.catalog-card__gallery {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1.24fr 0.76fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 4px;
    background: var(--surface-soft);
}

.catalog-card__gallery img:first-child {
    grid-row: 1 / -1;
}

.catalog-card::after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, rgb(26 8 10 / 0.88));
}

.catalog-card__body {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 1;
    color: #fffaf6;
}

.catalog-card__body h3 {
    margin: 0 0 6px;
    font-size: clamp(1.55rem, 2.8vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.catalog-card__body p {
    max-width: 520px;
    margin: 0;
    color: rgb(255 250 246 / 0.78);
}

.catalog-card:hover img {
    transform: scale(1.035);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.menu-item {
    display: grid;
    grid-template-columns: minmax(160px, 0.8fr) minmax(220px, 1fr);
    min-height: 290px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.menu-item__media {
    overflow: hidden;
}

.menu-item__media--gallery {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 3px;
    background: var(--surface-soft);
}

.menu-item__media--gallery img:first-child {
    grid-row: 1 / -1;
}

.menu-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms var(--ease);
}

.menu-item:hover .menu-item__media img {
    transform: scale(1.04);
}

.menu-item__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px;
}

.menu-item__body h3 {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.menu-item__body p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 0.9rem;
}

.quick-menu {
    border-bottom: 1px solid var(--line);
    background: var(--surface);
}

.quick-menu__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: stretch;
}

.quick-menu__item,
.quick-menu__link {
    display: flex;
    min-width: 0;
    min-height: 104px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-right: 1px solid var(--line);
}

.quick-menu__item:first-child {
    border-left: 1px solid var(--line);
}

.quick-menu__item span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 750;
}

.quick-menu__item strong {
    color: var(--accent);
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: 1.22rem;
    white-space: nowrap;
}

.quick-menu__link {
    border-right: 0;
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 900;
    white-space: nowrap;
    transition: background-color 320ms var(--ease), color 320ms var(--ease);
}

.quick-menu__link:hover {
    background: var(--accent);
    color: #fffaf6;
}

.live-menu {
    background: var(--page);
}

.live-menu__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 34px;
}

.live-menu__head .page-heading {
    margin-bottom: 0;
}

.live-menu__source {
    display: grid;
    flex: 0 0 auto;
    justify-items: end;
    gap: 8px;
    padding-bottom: 4px;
    font-size: 0.83rem;
}

.live-menu__source p,
.live-menu__source a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.live-menu__source p {
    color: var(--muted);
}

.live-menu__source p i,
.live-menu__source a {
    color: var(--accent);
}

.live-menu__source a {
    font-weight: 800;
}

.live-menu__controls {
    position: sticky;
    top: calc(var(--header-height) + 12px);
    z-index: 8;
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: 0 16px 44px rgb(94 23 30 / 0.09);
}

.live-menu__toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 10px;
}

.live-menu__search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 52px;
    gap: 10px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--page);
    color: var(--muted);
    transition: border-color 280ms var(--ease), box-shadow 280ms var(--ease);
}

.live-menu__search:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.live-menu__search input {
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
}

.live-menu__search input::placeholder {
    color: var(--muted);
}

.live-menu__search button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    cursor: pointer;
}

.live-menu__sort {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    min-height: 52px;
    gap: 10px;
    padding: 0 14px 0 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--page);
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
}

.live-menu__sort select {
    max-width: 230px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    cursor: pointer;
}

.live-menu__filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.live-menu__filters::-webkit-scrollbar {
    display: none;
}

.live-menu__filters button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid var(--line);
    border-radius: var(--radius-control);
    background: transparent;
    color: var(--muted);
    font-weight: 800;
    white-space: nowrap;
    scroll-snap-align: start;
    cursor: pointer;
    transition:
        transform 280ms var(--ease),
        border-color 280ms var(--ease),
        background-color 280ms var(--ease),
        color 280ms var(--ease);
}

.live-menu__filters button.is-active {
    border-color: var(--accent);
    background: var(--accent);
    color: #fffaf6;
}

.live-menu__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.live-menu-card,
.menu-skeleton {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    min-height: 168px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: 0 12px 36px rgb(94 23 30 / 0.045);
}

.live-menu-card {
    transition:
        transform 420ms var(--ease),
        border-color 420ms var(--ease),
        box-shadow 420ms var(--ease);
}

.live-menu-card__media {
    display: grid;
    min-height: 168px;
    place-items: center;
    overflow: hidden;
    background: var(--accent-soft);
    color: var(--accent);
}

.live-menu-card__media img {
    width: 100%;
    height: 100%;
    min-height: 168px;
    object-fit: cover;
    transition: transform 620ms var(--ease);
}

.live-menu-card__media > i {
    font-size: 2rem;
}

.live-menu-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 22px;
}

.live-menu-card__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
}

.live-menu-card h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.live-menu-card__price {
    color: var(--accent);
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: 1.05rem;
    line-height: 1.2;
    white-space: nowrap;
}

.live-menu-card p {
    display: -webkit-box;
    margin: 12px 0 18px;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.live-menu-card small {
    margin-top: auto;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
}

.menu-skeleton {
    padding: 0;
}

.menu-skeleton > span,
.menu-skeleton i {
    position: relative;
    overflow: hidden;
    background: var(--surface-soft);
}

.menu-skeleton > span::after,
.menu-skeleton i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 25%, rgb(255 250 246 / 0.62) 45%, transparent 65%);
    transform: translateX(-100%);
    animation: menu-shimmer 1.4s ease-in-out infinite;
}

.menu-skeleton > div {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 22px;
}

.menu-skeleton i {
    display: block;
    height: 12px;
    border-radius: 999px;
}

.menu-skeleton i:first-child {
    width: 74%;
    height: 18px;
}

.menu-skeleton i:last-child {
    width: 42%;
}

.live-menu__empty {
    justify-items: center;
    padding: 72px 24px;
    text-align: center;
}

.live-menu__empty:not([hidden]) {
    display: grid;
}

.live-menu__empty > i {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.6rem;
}

.live-menu__empty h3,
.live-menu__empty p {
    margin: 0;
}

.live-menu__empty p {
    margin-top: 7px;
    color: var(--muted);
}

.live-menu__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

@media (hover: hover) {
    .live-menu__filters button:hover {
        border-color: var(--accent);
        color: var(--accent);
        transform: translateY(-2px);
    }

    .live-menu__filters button.is-active:hover {
        color: #fffaf6;
    }

    .live-menu-card:hover {
        border-color: rgb(180 32 42 / 0.34);
        box-shadow: 0 20px 54px rgb(94 23 30 / 0.11);
        transform: translateY(-5px);
    }

    .live-menu-card:hover .live-menu-card__media img {
        transform: scale(1.04);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .live-menu-card {
        animation: menu-card-enter 680ms var(--ease) both;
        animation-delay: calc(var(--menu-index, 0) * 45ms);
    }
}

@keyframes menu-card-enter {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes menu-shimmer {
    to {
        transform: translateX(100%);
    }
}

.trust-band {
    display: grid;
    grid-template-columns: 1.1fr repeat(2, 0.72fr);
    min-height: 360px;
    overflow: hidden;
    border-radius: var(--radius-card);
    background: var(--accent);
    color: #fffaf6;
}

.trust-band__lead,
.trust-band__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(30px, 4vw, 54px);
}

.trust-band__lead {
    background: linear-gradient(135deg, #981821, var(--accent));
}

.trust-band__lead h2 {
    margin: 0;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.trust-band__item {
    border-left: 1px solid rgb(255 250 246 / 0.2);
}

.trust-band__item > i {
    margin-bottom: auto;
    font-size: 2rem;
}

.trust-band__item h3 {
    margin: 0 0 9px;
    font-size: 1.35rem;
}

.trust-band__item p {
    margin: 0;
    color: rgb(255 250 246 / 0.76);
    font-size: 0.9rem;
}

.campaign-grid {
    display: grid;
    gap: 24px;
}

.campaign-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.25fr);
    min-height: 500px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.campaign-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.9fr);
}

.campaign-card:nth-child(even) .campaign-card__media {
    order: 2;
}

.campaign-card__media {
    min-height: 100%;
    background: var(--surface-soft);
    overflow: hidden;
}

.campaign-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.campaign-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(34px, 6vw, 82px);
}

.campaign-card__content h2 {
    margin: 0 0 18px;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: clamp(2.5rem, 4.8vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.campaign-card__content p {
    margin: 0 0 28px;
    color: var(--muted);
}

.newsletter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: end;
    gap: clamp(36px, 7vw, 100px);
    padding: clamp(38px, 6vw, 78px);
    border-radius: var(--radius-card);
    background: var(--accent);
    color: #fffaf6;
}

.newsletter-panel p {
    color: rgb(255 250 246 / 0.78);
}

.newsletter-form {
    display: grid;
    gap: 10px;
}

.newsletter-form label,
.field label {
    font-size: 0.83rem;
    font-weight: 850;
}

.newsletter-form__row {
    display: flex;
    gap: 10px;
}

.newsletter-form input,
.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    color: var(--text);
    padding: 13px 15px;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.newsletter-form input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.newsletter-form input::placeholder,
.field input::placeholder,
.field textarea::placeholder {
    color: var(--muted);
    opacity: 0.8;
}

.newsletter-form .button {
    flex: 0 0 auto;
}

.form-status {
    min-height: 24px;
    margin: 4px 0 0;
    font-size: 0.82rem;
}

.branch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.branch-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    min-height: 320px;
    overflow: hidden;
    gap: 28px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background:
        linear-gradient(150deg, var(--surface) 0 67%, var(--accent-soft));
    box-shadow: 0 18px 52px rgb(94 23 30 / 0.07);
    transition:
        transform 520ms var(--ease),
        border-color 520ms var(--ease),
        box-shadow 520ms var(--ease);
}

.branch-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(112deg, transparent 58%, rgb(180 32 42 / 0.07));
    transform: translateX(24%);
    transition: transform 720ms var(--ease);
}

.branch-card:nth-child(1),
.branch-card:nth-child(4) {
    border-color: transparent;
    background: linear-gradient(145deg, var(--accent), var(--accent-strong));
    color: #fffaf6;
    box-shadow: 0 22px 58px rgb(94 23 30 / 0.2);
}

.branch-card:nth-child(1)::after,
.branch-card:nth-child(4)::after {
    background: linear-gradient(112deg, transparent 58%, rgb(255 250 246 / 0.1));
}

.branch-card > div > i {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    margin-bottom: 72px;
    border: 1px solid rgb(180 32 42 / 0.14);
    border-radius: 18px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.7rem;
    transition: transform 520ms var(--ease);
}

.branch-card:nth-child(1) > div > i,
.branch-card:nth-child(4) > div > i {
    border-color: rgb(255 250 246 / 0.18);
    background: rgb(255 250 246 / 0.12);
    color: #fffaf6;
}

.branch-card h3 {
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 3vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.branch-card p {
    max-width: 440px;
    margin: 0;
    color: var(--muted);
}

.branch-card:nth-child(1) p,
.branch-card:nth-child(4) p {
    color: rgb(255 250 246 / 0.76);
}

.branch-card__link {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 1.25rem;
    transition:
        transform 420ms var(--ease),
        background-color 420ms var(--ease),
        color 420ms var(--ease);
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.service-list__item {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 22px;
    min-height: 160px;
    overflow: hidden;
    padding: 28px 30px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface);
    box-shadow: 0 12px 36px rgb(94 23 30 / 0.045);
    transition:
        transform 480ms var(--ease),
        border-color 480ms var(--ease),
        box-shadow 480ms var(--ease);
}

.service-list__item::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -56px;
    width: 84px;
    height: calc(100% - 40px);
    border-radius: 999px;
    background: var(--accent-soft);
    transform: rotate(10deg);
    transition: transform 620ms var(--ease);
}

.service-list__item i {
    display: grid;
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.45rem;
    transition: transform 480ms var(--ease);
}

.service-list__item h3 {
    margin: 1px 0 6px;
    font-size: 1.16rem;
    line-height: 1.2;
}

.service-list__item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.benefit-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    grid-column: span 5;
    gap: 20px;
    min-height: 210px;
    overflow: hidden;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: linear-gradient(150deg, var(--surface) 0 70%, var(--accent-soft));
    box-shadow: 0 14px 42px rgb(94 23 30 / 0.055);
    transition:
        transform 520ms var(--ease),
        border-color 520ms var(--ease),
        box-shadow 520ms var(--ease);
}

.benefit-card:nth-child(1),
.benefit-card:nth-child(4),
.benefit-card:nth-child(5) {
    grid-column: span 7;
}

.benefit-card:nth-child(1) {
    border-color: transparent;
    background: linear-gradient(145deg, var(--accent), var(--accent-strong));
    color: #fffaf6;
    box-shadow: 0 20px 54px rgb(94 23 30 / 0.19);
}

.benefit-card::after {
    content: "";
    position: absolute;
    right: -86px;
    bottom: -118px;
    z-index: -1;
    width: 220px;
    height: 220px;
    border: 42px solid var(--accent-soft);
    border-radius: 50%;
    opacity: 0.7;
    transition: transform 700ms var(--ease);
}

.benefit-card:nth-child(1)::after {
    border-color: rgb(255 250 246 / 0.12);
}

.benefit-card > i {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid rgb(180 32 42 / 0.14);
    border-radius: 18px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.4rem;
    transition: transform 520ms var(--ease);
}

.benefit-card:nth-child(1) > i {
    border-color: rgb(255 250 246 / 0.18);
    background: rgb(255 250 246 / 0.12);
    color: #fffaf6;
}

.benefit-card h3 {
    margin: 4px 0 8px;
    font-size: 1.15rem;
}

.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.benefit-card:nth-child(1) p {
    color: rgb(255 250 246 / 0.78);
}

.process-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    padding: 1px;
    border-radius: var(--radius-card);
    background: var(--line);
}

.process-item {
    position: relative;
    min-height: 260px;
    padding: 30px 28px;
    background: var(--surface);
    transition:
        background-color 460ms var(--ease),
        transform 460ms var(--ease);
}

.process-item:first-child {
    padding-left: 28px;
}

.process-item:last-child {
    padding-right: 28px;
}

.process-item i {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.4rem;
    transition: transform 460ms var(--ease);
}

.process-item h3 {
    margin: 52px 0 10px;
    font-size: 1.18rem;
}

.process-item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: clamp(30px, 7vw, 100px);
}

.contact-card {
    position: sticky;
    top: calc(var(--header-height) + 34px);
}

.contact-links {
    display: grid;
    gap: 10px;
    margin-top: 34px;
}

.contact-link {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    min-height: 90px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    transition:
        transform 440ms var(--ease),
        border-color 440ms var(--ease),
        box-shadow 440ms var(--ease);
}

.contact-link > i:first-child {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.25rem;
    transition: transform 440ms var(--ease);
}

.contact-link > i:last-child {
    transition: transform 440ms var(--ease);
}

.contact-link span {
    display: block;
    color: var(--muted);
    font-size: 0.77rem;
}

.contact-link strong {
    display: block;
    margin-top: 2px;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.field {
    display: grid;
    gap: 8px;
}

.field--full,
.form-consent,
.form-actions {
    grid-column: 1 / -1;
}

.field textarea {
    min-height: 170px;
    resize: vertical;
}

.form-consent {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
    color: var(--muted);
    font-size: 0.8rem;
}

.form-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--accent);
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.form-actions .form-status {
    color: var(--muted);
}

.social-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
}

.social-row a {
    display: flex;
    grid-column: span 5;
    min-height: 150px;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface);
    box-shadow: 0 12px 36px rgb(94 23 30 / 0.045);
    font-weight: 850;
    transition:
        transform 460ms var(--ease),
        border-color 460ms var(--ease),
        box-shadow 460ms var(--ease),
        background-color 460ms var(--ease);
}

.social-row a:nth-child(1),
.social-row a:nth-child(4) {
    grid-column: span 7;
}

.social-row i {
    color: var(--accent);
    font-size: 1.8rem;
    transition: transform 460ms var(--ease);
}

@media (hover: hover) {
    .value-panel:hover,
    .branch-card:hover,
    .benefit-card:hover,
    .service-list__item:hover {
        border-color: rgb(180 32 42 / 0.34);
        box-shadow: 0 24px 68px rgb(94 23 30 / 0.13);
        transform: translateY(-7px);
    }

    .value-panel:hover::after,
    .benefit-card:hover::after {
        transform: translate(-18px, -12px) rotate(-8deg);
    }

    .value-panel:hover > i,
    .benefit-card:hover > i,
    .branch-card:hover > div > i,
    .service-list__item:hover > i,
    .process-item:hover > i {
        transform: translateY(-3px) rotate(-4deg);
    }

    .branch-card:hover::after {
        transform: translateX(0);
    }

    .branch-card:not(:nth-child(1)):not(:nth-child(4)):hover .branch-card__link {
        background: var(--accent);
        color: #fffaf6;
        transform: rotate(45deg);
    }

    .branch-card:nth-child(1):hover .branch-card__link,
    .branch-card:nth-child(4):hover .branch-card__link {
        background: #fffaf6;
        color: var(--accent);
        transform: rotate(45deg);
    }

    .service-list__item:hover::after {
        transform: translateX(-22px) rotate(8deg);
    }

    .process-item:hover {
        background: var(--accent-soft);
        transform: translateY(-4px);
    }

    .contact-link:hover,
    .contact-link:focus-visible {
        border-color: rgb(180 32 42 / 0.34);
        box-shadow: 0 16px 44px rgb(94 23 30 / 0.1);
        transform: translateX(6px);
    }

    .contact-link:hover > i:first-child,
    .contact-link:focus-visible > i:first-child {
        transform: rotate(-5deg) scale(1.04);
    }

    .contact-link:hover > i:last-child,
    .contact-link:focus-visible > i:last-child {
        transform: translate(3px, -3px);
    }

    .social-row a:hover,
    .social-row a:focus-visible {
        border-color: rgb(180 32 42 / 0.34);
        background: var(--accent-soft);
        box-shadow: 0 20px 54px rgb(94 23 30 / 0.11);
        transform: translateY(-6px);
    }

    .social-row a:hover i,
    .social-row a:focus-visible i {
        transform: translate(4px, -4px) rotate(5deg);
    }
}

.product-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
    min-height: min(720px, calc(100dvh - var(--header-height)));
    background: var(--surface);
}

.product-detail-hero__media {
    min-height: 100%;
    overflow: hidden;
}

.product-detail-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(50px, 7vw, 100px);
}

.product-detail-hero h1 {
    color: var(--text);
    font-size: clamp(3.4rem, 5.8vw, 6.3rem);
}

.product-detail-hero__copy > p:not(.eyebrow) {
    color: var(--muted);
}

.variant-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.variant-grid--three {
    grid-template-columns: 1.18fr 0.82fr 1fr;
}

.variant-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.variant-card__media {
    height: 360px;
    overflow: hidden;
}

.variant-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms var(--ease);
}

.variant-card:hover .variant-card__media img {
    transform: scale(1.035);
}

.variant-card__body {
    padding: 28px;
}

.variant-card__body h3 {
    margin: 0 0 10px;
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
    letter-spacing: -0.045em;
}

.variant-card__body p {
    margin: 0;
    color: var(--muted);
}

.portion-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.portion-card {
    grid-column: span 4;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.portion-card:nth-child(1),
.portion-card:nth-child(6) {
    grid-column: span 6;
}

.portion-card:nth-child(7) {
    grid-column: span 12;
}

.portion-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.portion-card__body {
    padding: 24px;
}

.portion-card h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
}

.portion-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    padding: clamp(38px, 6vw, 72px);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.inline-cta h2 {
    font-size: clamp(2.4rem, 4.5vw, 4.7rem);
}

.inline-cta__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

@media (max-width: 980px) {
    .page-hero,
    .product-detail-hero,
    .editorial-grid,
    .editorial-grid--reverse,
    .campaign-card,
    .campaign-card:nth-child(even),
    .contact-layout,
    .newsletter-panel {
        grid-template-columns: 1fr;
    }

    .page-hero__media,
    .product-detail-hero__media {
        min-height: 450px;
        order: -1;
    }

    .page-hero--light .page-hero__media {
        margin: 22px 22px 0;
    }

    .page-hero__copy,
    .product-detail-hero__copy {
        min-height: 430px;
    }

    .editorial-grid--reverse .editorial-media {
        order: -1;
    }

    .editorial-media {
        min-height: 500px;
    }

    .story-scroll {
        display: block;
    }

    .story-scroll__visual {
        display: none;
    }

    .story-scroll__steps {
        padding-block: 0;
    }

    .story-stage {
        min-height: auto;
        padding-block: 0 82px;
        opacity: 1;
        transform: none;
    }

    .story-stage + .story-stage {
        padding-top: 82px;
    }

    .story-stage__mobile {
        display: block;
        width: 100%;
        height: 420px;
        margin-bottom: 34px;
        border-radius: var(--radius-card);
        object-fit: cover;
        box-shadow: var(--shadow);
    }

    .catalog-card,
    .catalog-card:nth-child(1),
    .catalog-card:nth-child(2),
    .catalog-card:nth-child(3),
    .catalog-card:nth-child(4),
    .catalog-card:nth-child(5) {
        grid-column: span 6;
    }

    .catalog-card:nth-child(5) {
        grid-column: span 12;
    }

    .variant-grid--three {
        grid-template-columns: 1fr;
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .campaign-card:nth-child(even) .campaign-card__media {
        order: 0;
    }

    .campaign-card__media {
        min-height: 420px;
    }

    .campaign-card__content {
        min-height: 400px;
    }

    .contact-card {
        position: static;
    }

    .social-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-row a,
    .social-row a:nth-child(1),
    .social-row a:nth-child(4) {
        grid-column: auto;
    }

    .live-menu__grid {
        grid-template-columns: 1fr;
    }

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

    .quick-menu__item,
    .quick-menu__item:first-child,
    .quick-menu__link {
        border: 0;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .quick-menu__item:nth-child(even) {
        border-right: 0;
    }

    .quick-menu__link {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .page-hero,
    .product-detail-hero {
        min-height: auto;
    }

    .page-hero__media,
    .product-detail-hero__media {
        min-height: 330px;
    }

    .page-hero__copy,
    .product-detail-hero__copy {
        min-height: 430px;
        padding: 44px 16px 52px;
    }

    .page-hero__copy h1,
    .product-detail-hero h1,
    .page-hero--compact .page-hero__copy h1 {
        font-size: clamp(2.65rem, 13vw, 4rem);
        line-height: 0.94;
    }

    .page-hero__actions,
    .detail-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .page-hero__actions .button,
    .detail-actions .button {
        width: 100%;
    }

    .page-section {
        padding-block: 84px;
    }

    .page-section--tight {
        padding-block: 64px;
    }

    .page-heading {
        margin-bottom: 34px;
    }

    .live-menu__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 24px;
    }

    .quick-menu {
        overflow: hidden;
    }

    .quick-menu__inner {
        display: flex;
        width: 100%;
        overflow-x: auto;
        padding-block: 10px;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    .quick-menu__inner::-webkit-scrollbar {
        display: none;
    }

    .quick-menu__item,
    .quick-menu__item:first-child,
    .quick-menu__link {
        flex: 0 0 min(76vw, 250px);
        min-height: 82px;
        padding: 18px;
        border: 1px solid var(--line);
        border-right: 0;
        border-radius: 0;
        scroll-snap-align: start;
    }

    .quick-menu__item:first-child {
        border-radius: 16px 0 0 16px;
    }

    .quick-menu__link {
        grid-column: auto;
        border-right: 1px solid var(--line);
        border-radius: 0 16px 16px 0;
    }

    .live-menu__source {
        justify-items: start;
        padding-bottom: 0;
    }

    .live-menu__controls {
        top: calc(var(--header-height) + 7px);
        gap: 10px;
        margin-bottom: 20px;
        padding: 9px;
        border-radius: 18px;
    }

    .live-menu__toolbar {
        grid-template-columns: 1fr;
    }

    .live-menu__search,
    .live-menu__sort {
        min-height: 48px;
        border-radius: 14px;
    }

    .live-menu__sort {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .live-menu__sort select {
        width: 100%;
        max-width: none;
    }

    .live-menu__filters button {
        min-height: 40px;
        padding-inline: 15px;
        font-size: 0.8rem;
    }

    .live-menu__grid {
        gap: 10px;
    }

    .live-menu-card,
    .menu-skeleton {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 142px;
        border-radius: 18px;
    }

    .live-menu-card__media,
    .live-menu-card__media img {
        min-height: 142px;
    }

    .live-menu-card__body,
    .menu-skeleton > div {
        padding: 17px;
    }

    .live-menu-card__top {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .live-menu-card h3 {
        font-size: 0.98rem;
    }

    .live-menu-card__price {
        font-size: 0.98rem;
    }

    .live-menu-card p {
        margin: 9px 0 12px;
        font-size: 0.76rem;
        -webkit-line-clamp: 2;
    }

    .live-menu__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .live-menu__actions .button {
        width: 100%;
    }

    .page-heading h2,
    .editorial-copy h2,
    .contact-card h2,
    .newsletter-panel h2,
    .inline-cta h2 {
        font-size: clamp(2.35rem, 11.5vw, 3.8rem);
    }

    .editorial-media {
        min-height: 370px;
    }

    .story-scroll-section {
        padding-bottom: 96px;
    }

    .story-stage,
    .story-stage + .story-stage {
        padding-block: 0 66px;
    }

    .story-stage + .story-stage {
        padding-top: 66px;
    }

    .story-stage__mobile {
        height: min(76vw, 320px);
        margin-bottom: 28px;
    }

    .story-stage > i {
        width: 50px;
        height: 50px;
        margin-bottom: 26px;
    }

    .story-stage h3 {
        font-size: clamp(2.35rem, 11.5vw, 3.8rem);
    }

    .fact-row,
    .timeline,
    .value-grid,
    .trust-band,
    .branch-grid,
    .service-list,
    .benefit-grid,
    .process-row,
    .contact-form,
    .variant-grid,
    .social-row {
        grid-template-columns: 1fr;
    }

    .fact-row__item,
    .fact-row__item:first-child,
    .fact-row__item:last-child {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .fact-row__item:last-child {
        border-bottom: 0;
    }

    .timeline__item,
    .timeline__item + .timeline__item {
        min-height: auto;
        padding: 26px 0 32px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .timeline__item:last-child {
        border-bottom: 0;
    }

    .timeline__item strong {
        margin-bottom: 28px;
    }

    .value-grid {
        grid-template-rows: auto;
    }

    .value-panel {
        min-height: 220px;
        padding: 26px;
    }

    .value-panel:first-child {
        grid-row: auto;
    }

    .catalog-grid,
    .portion-grid {
        grid-template-columns: 1fr;
    }

    .catalog-card,
    .catalog-card:nth-child(1),
    .catalog-card:nth-child(2),
    .catalog-card:nth-child(3),
    .catalog-card:nth-child(4),
    .catalog-card:nth-child(5),
    .portion-card,
    .portion-card:nth-child(1),
    .portion-card:nth-child(6),
    .portion-card:nth-child(7) {
        grid-column: auto;
    }

    .catalog-card,
    .catalog-card:nth-child(3),
    .catalog-card:nth-child(5) {
        min-height: 360px;
    }

    .menu-item {
        grid-template-columns: 1fr;
    }

    .menu-item__media {
        height: 260px;
    }

    .trust-band__lead,
    .trust-band__item {
        min-height: 260px;
        border-left: 0;
        border-top: 1px solid rgb(255 250 246 / 0.2);
    }

    .trust-band__lead {
        border-top: 0;
    }

    .campaign-card__media {
        min-height: 360px;
    }

    .campaign-card__content {
        min-height: auto;
        padding: 36px 24px 42px;
    }

    .newsletter-form__row {
        flex-direction: column;
    }

    .newsletter-form .button {
        width: 100%;
    }

    .branch-card {
        min-height: 270px;
        padding: 26px;
    }

    .branch-card > div > i {
        margin-bottom: 48px;
    }

    .service-list__item,
    .service-list__item:nth-child(3n),
    .service-list__item:nth-child(n + 4) {
        grid-template-columns: 52px 1fr;
        min-height: 142px;
        padding: 22px;
        border: 1px solid var(--line);
        border-radius: 18px;
    }

    .service-list__item i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .benefit-card,
    .benefit-card:nth-child(1),
    .benefit-card:nth-child(4),
    .benefit-card:nth-child(5) {
        grid-column: 1 / -1;
        min-height: 190px;
        padding: 26px;
    }

    .process-row {
        gap: 12px;
        overflow: visible;
        padding: 0;
        background: transparent;
    }

    .process-item,
    .process-item:first-child,
    .process-item:last-child {
        min-height: auto;
        padding: 24px;
        border: 1px solid var(--line);
        border-radius: 18px;
    }

    .process-item h3 {
        margin-top: 34px;
    }

    .contact-form {
        padding: 26px 20px;
    }

    .field--full,
    .form-consent,
    .form-actions {
        grid-column: auto;
    }

    .form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .form-actions .button {
        width: 100%;
    }

    .social-row a,
    .social-row a:nth-child(2),
    .social-row a:nth-child(n + 3),
    .social-row a:nth-child(1),
    .social-row a:nth-child(4) {
        grid-column: 1 / -1;
        min-height: 110px;
        border: 1px solid var(--line);
        border-radius: 18px;
    }

    .variant-card__media {
        height: 300px;
    }

    .inline-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 32px 24px;
    }

    .inline-cta__actions,
    .inline-cta__actions .button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .story-scroll__frame,
    .story-stage,
    .value-panel,
    .value-panel::after,
    .branch-card,
    .branch-card::after,
    .branch-card > div > i,
    .branch-card__link,
    .service-list__item,
    .service-list__item::after,
    .service-list__item i,
    .benefit-card,
    .benefit-card::after,
    .benefit-card > i,
    .process-item,
    .process-item i,
    .contact-link,
    .contact-link > i,
    .social-row a,
    .social-row i {
        transition: none;
    }

    .story-stage {
        opacity: 1;
        transform: none;
    }

    .value-panel:hover,
    .branch-card:hover,
    .benefit-card:hover,
    .service-list__item:hover,
    .process-item:hover,
    .contact-link:hover,
    .social-row a:hover {
        transform: none;
    }
}
