html {
    scroll-behavior: smooth;
}

.home-main {
    max-width: 1280px;
    padding-top: 0;
}

.food-hero {
    background: linear-gradient(102deg, rgba(7, 7, 10, 1) 0%, rgba(8, 8, 11, 0.99) 36%, rgba(12, 12, 16, 0.84) 52%, rgba(216, 79, 143, 0.1) 76%, rgba(255, 255, 255, 0.03) 100%);
    border-bottom: 1px solid rgba(184, 176, 170, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: clamp(230px, 24vw, 310px);
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.food-hero::after {
    background: linear-gradient(90deg, rgba(8, 8, 10, 0.7) 0%, rgba(8, 8, 10, 0.52) 30%, rgba(8, 8, 10, 0.42) 48%, rgba(8, 8, 10, 0.14) 82%, rgba(8, 8, 10, 0.08) 100%), radial-gradient(circle at 21% 74%, rgba(216, 79, 143, 0.1), transparent 30%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.food-hero-content {
    align-self: center;
    max-width: 780px;
    position: relative;
    z-index: 3;
}

.food-hero-bg {
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.food-hero-bg::before {
    background: linear-gradient(90deg, rgba(8, 8, 10, 0.18) 0%, rgba(8, 8, 10, 0.12) 42%, rgba(8, 8, 10, 0.04) 76%, rgba(8, 8, 10, 0) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 2;
}

.food-hero-bg::after {
    display: none;
}

.food-hero-bg img,
.food-hero-placeholder {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
    transform: scale(1.01);
    transform-origin: center;
    transition: transform 0.55s ease;
    width: 100%;
}

.food-hero-bg img {
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.8s ease, transform 0.55s ease;
}

.food-hero-bg img.active {
    opacity: 1;
}

.food-hero:hover .food-hero-bg img.active {
    transform: scale(1.045);
}

.food-hero-placeholder {
    background: linear-gradient(135deg, rgba(216, 79, 143, 0.16), rgba(255, 255, 255, 0.06)), rgba(24, 24, 29, 0.9);
}

.food-hero-inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
    min-height: clamp(230px, 24vw, 310px);
    padding: clamp(34px, 4.4vw, 52px) 24px clamp(20px, 3.2vw, 34px);
    position: relative;
    width: 100%;
    z-index: 3;
}

.hero-kicker {
    color: #f0c2d6;
    display: inline-flex;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.food-hero h1 {
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(3rem, 6.1vw, 5.45rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 0.82;
    margin: 0 0 12px;
    max-width: 760px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 14px 40px rgba(0, 0, 0, 0.55);
}

.food-hero p {
    color: #dedee6;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 22px;
    max-width: 520px;
}

.hero-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.hero-meta-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.hero-meta-item {
    align-items: center;
    color: rgba(245, 245, 247, 0.84);
    display: inline-flex;
    font-size: 13px;
    gap: 9px;
    font-weight: 850;
    margin: 0;
    padding: 0;
    width: fit-content;
}

.hero-meta-separator {
    color: rgba(245, 245, 247, 0.48);
    font-weight: 800;
}

.hero-note-copy {
    display: inline;
    line-height: 1.25;
}

.hero-note-copy strong {
    color: rgba(255, 255, 255, 0.94);
    font-size: inherit;
}

.hero-date-icon {
    align-items: center;
    color: #f0c2d6;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.hero-date-icon svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.hero-highlight-item {
    align-items: center;
    color: rgba(245, 245, 247, 0.84);
    display: flex;
    font-size: 14px;
    gap: 11px;
    min-width: 0;
}

.hero-highlight-icon {
    align-items: center;
    background: rgba(216, 79, 143, 0.12);
    border: 1px solid rgba(216, 79, 143, 0.28);
    border-radius: 999px;
    color: #f0c2d6;
    display: inline-flex;
    flex: 0 0 auto;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.hero-highlight-icon svg {
    fill: none;
    height: 15px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 15px;
}

.hero-action {
    align-items: center;
    background: linear-gradient(135deg, var(--primary), #f17ab0);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(216, 79, 143, 0.28);
    color: white;
    display: inline-flex;
    font-size: 16px;
    gap: 10px;
    font-weight: 900;
    min-height: 48px;
    padding: 0 24px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hero-action:hover {
    background: linear-gradient(135deg, var(--primary-hover), #e86aa4);
    box-shadow: 0 18px 42px rgba(216, 79, 143, 0.34);
    color: white;
    transform: translateY(-1px);
}

.how-it-works-section,
.weekly-menu-section {
    margin: 70px 0;
}

.how-it-works-section {
    background: transparent;
    margin: 50px 0 118px;
    padding: 0;
}

.how-it-works-section .commercial-heading {
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}

.how-it-works-section .commercial-heading h2 {
    font-size: clamp(22px, 2.2vw, 30px);
    margin: 0;
}

.how-it-works-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    position: relative;
}

.how-it-works-grid article {
    position: relative;
    padding: 0;
    text-align: center;
    z-index: 1;
}

.how-it-works-grid article:first-child {
    border-left: 0;
    padding-left: 0;
}

.how-icon {
    align-items: center;
    background: rgba(184, 176, 170, 0.08);
    border: 1px solid rgba(184, 176, 170, 0.18);
    border-radius: 999px;
    color: #d7cfca;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    margin-bottom: 14px;
    width: 58px;
}

.how-it-works-grid article:not(:last-child)::after {
    align-items: center;
    background: rgba(8, 8, 10, 0.62);
    border: 1px solid rgba(216, 79, 143, 0.18);
    border-radius: 999px;
    color: rgba(216, 79, 143, 0.7);
    content: "\2192";
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: -27px;
    top: 17px;
    width: 24px;
}

.how-icon svg {
    fill: none;
    height: 29px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
    width: 29px;
}

.how-it-works-grid h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.how-it-works-grid p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.menu-showcase-section {
    background: linear-gradient(180deg, #fbf4eb 0%, #eee2d3 52%, #dccfbe 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(8, 8, 10, 0.18);
    color: #181414;
    margin: 0 calc(50% - 50vw) 76px;
    padding: clamp(56px, 7vw, 82px) 0 clamp(42px, 6vw, 74px);
    position: relative;
    width: 100vw;
}

.menu-showcase-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 24px;
}

.menu-showcase-section .context-label {
    color: rgba(75, 46, 56, 0.78);
}

.menu-showcase-section .commercial-heading h2,
.menu-showcase-section .campaign-intro-main h2,
.menu-showcase-section .weekly-menu-card h3 {
    color: #181414;
}

.menu-showcase-section .campaign-intro-main p,
.menu-showcase-section .weekly-menu-card p {
    color: rgba(24, 20, 20, 0.72);
}

.menu-showcase-section .weekly-menu-section {
    margin: 0;
}

.menu-showcase-section .section-heading {
    justify-content: center;
    margin-bottom: 12px;
    text-align: center;
}

.menu-showcase-section .section-heading > div {
    width: 100%;
}

.menu-showcase-section .campaign-intro-grid div {
    background: rgba(255, 255, 255, 0.34);
    border-color: rgba(24, 20, 20, 0.1);
}

.menu-showcase-section .campaign-intro-grid span {
    color: rgba(75, 46, 56, 0.72);
}

.menu-showcase-section .campaign-intro-grid strong {
    color: #181414;
}

.menu-showcase-section .weekly-menu-card {
    background: rgba(255, 252, 248, 0.62);
    border-color: rgba(24, 20, 20, 0.1);
    box-shadow: 0 18px 44px rgba(24, 20, 20, 0.12);
}

.menu-showcase-section .weekly-menu-card:hover {
    border-color: rgba(216, 79, 143, 0.36);
    box-shadow: 0 24px 58px rgba(24, 20, 20, 0.18);
}

.campaign-intro-section {
    background: linear-gradient(135deg, rgba(24, 24, 29, 0.9), rgba(216, 79, 143, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.22);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    margin: 64px 0;
    padding: clamp(20px, 3vw, 30px);
}

.menu-week-section {
    background: linear-gradient(135deg, #fffaf4 0%, #f4eadf 100%);
    border-color: rgba(24, 20, 20, 0.1);
    box-shadow: 0 30px 80px rgba(24, 20, 20, 0.24);
    margin: clamp(-250px, -16vw, -190px) 0 58px;
    position: relative;
    z-index: 2;
}

.campaign-intro-main h2 {
    font-size: clamp(26px, 3vw, 38px);
    margin: 0 0 10px;
}

.campaign-intro-main p {
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
}

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

.campaign-intro-grid div {
    background: rgba(8, 8, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px;
}

.campaign-intro-grid span {
    color: #f0c2d6;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.campaign-intro-grid strong {
    color: var(--text);
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.commercial-heading {
    align-items: flex-end;
    margin-bottom: 12px;
}

.commercial-heading h2 {
    font-size: clamp(26px, 3vw, 38px);
}

.weekly-menu-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 280px));
    justify-content: center;
}

.weekly-menu-viewport {
    overflow: visible;
}

.weekly-menu-card {
    background: rgba(24, 24, 29, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.weekly-menu-card:hover {
    border-color: rgba(216, 79, 143, 0.34);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
    transform: translateY(-5px);
}

.weekly-menu-card img,
.weekly-menu-placeholder {
    aspect-ratio: 3 / 4;
    background: rgba(255, 255, 255, 0.06);
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
}

.weekly-menu-card:hover img {
    transform: scale(1.045);
}

.weekly-menu-placeholder {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.weekly-menu-placeholder::before {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    content: "";
    height: 42px;
    width: 58px;
}

.weekly-menu-placeholder::after {
    border-bottom: 14px solid rgba(255, 255, 255, 0.24);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: 38%;
    content: "";
    position: absolute;
}

.weekly-menu-card div {
    padding: 17px;
}

.weekly-menu-card h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 7px;
}

.weekly-menu-card small {
    color: rgba(75, 46, 56, 0.66);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: -2px 0 8px;
}

.product-type-label {
    color: rgba(75, 46, 56, 0.62);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.picker-product .product-type-label {
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 4px;
}

.weekly-menu-card p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.order-intro {
    margin: 0 auto 24px;
    max-width: 720px;
    padding: 0;
    text-align: center;
}

.order-intro h2 {
    font-size: clamp(25px, 3vw, 36px);
    margin: 0 0 6px;
}

.order-intro p {
    color: var(--muted);
    margin: 0;
}

.campaign-shell {
    margin-top: 72px;
    scroll-margin-top: 124px;
}

.campaign-summary {
    background: linear-gradient(135deg, rgba(216, 79, 143, 0.18), rgba(34, 34, 42, 0.72));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px;
}

.campaign-summary h2 {
    margin: 0 0 14px;
}

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

.summary-item {
    background: rgba(8, 8, 10, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px;
}

.summary-item span {
    color: var(--muted);
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.summary-item strong {
    color: var(--text);
    font-size: 18px;
}

.campaign-section {
    padding: 24px;
}

.campaign-section + .campaign-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.section-heading h2 {
    margin: 0;
}

.section-heading h1 {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 0.95;
    margin: 0;
}

.section-heading p {
    color: var(--muted);
    margin: 4px 0 0;
}

.public-item {
    background: rgba(34, 34, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px;
}

.public-item small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.product-card {
    background: rgba(34, 34, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    padding: 12px;
}

.product-card img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    background: #111;
    width: 100%;
}

.product-card h3 {
    margin: 0 0 6px;
}

.product-card p {
    color: var(--muted);
    margin: 0 0 8px;
}

.product-card strong {
    color: var(--primary);
}

.order-form {
    display: grid;
    gap: 18px;
}

.order-builder {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
}

.order-card {
    background: rgba(34, 34, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px;
    position: relative;
    transition: border-color 0.2s ease, opacity 0.2s ease;
}

.order-card.is-locked {
    border-color: rgba(255, 255, 255, 0.05);
    opacity: 0.46;
}

.order-card.is-locked .choice-card,
.order-card.is-locked .picker-row {
    pointer-events: none;
}

.step-lock-note {
    background: rgba(8, 8, 10, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: var(--muted);
    display: none;
    font-size: 13px;
    margin: 14px 0 0;
    padding: 8px 11px;
    width: fit-content;
}

.order-card.is-locked .step-lock-note {
    display: inline-flex;
}

.order-builder.is-reviewing .order-card {
    opacity: 0.58;
}

.order-builder.is-reviewing .choice-card,
.order-builder.is-reviewing .picker-row {
    pointer-events: none;
}

.order-card-large {
    grid-row: auto;
}

.choice-card {
    background: rgba(8, 8, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    cursor: pointer;
    display: block;
    margin: 10px 0 0;
    padding: 13px;
}

.choice-card input {
    margin-right: 8px;
    width: auto;
}

.choice-card strong,
.picker-row strong {
    color: var(--text);
}

.choice-card small,
.picker-row small {
    color: var(--muted);
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
}

.picker-product-presentation {
    color: rgba(245, 245, 247, 0.52) !important;
    font-size: 12px !important;
    font-weight: 600;
}

.picker-product-price {
    color: #f0c2d6 !important;
    font-size: 16px !important;
    font-weight: 900;
    letter-spacing: 0.01em;
    margin-top: 6px !important;
}

.order-help-text {
    background: rgba(216, 79, 143, 0.1);
    border: 1px solid rgba(216, 79, 143, 0.18);
    border-radius: 12px;
    color: rgba(245, 245, 247, 0.82) !important;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 14px !important;
    padding: 10px 12px;
}

.pack-choice:has(input:checked),
.delivery-choice:has(input:checked) {
    background: rgba(216, 79, 143, 0.18);
    border-color: rgba(216, 79, 143, 0.42);
}

.pack-options {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
}

.pack-choice {
    min-height: 152px;
    padding: 18px;
    position: relative;
}

.pack-choice input {
    opacity: 0;
    position: absolute;
}

.pack-choice strong {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.pack-choice b {
    color: var(--primary);
    display: block;
    font-size: 24px;
    margin-top: 14px;
}

.pack-check {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    height: 22px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 22px;
}

.pack-choice:has(input:checked) .pack-check {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: inset 0 0 0 5px rgba(8, 8, 10, 0.82);
}

.step-label {
    color: var(--primary);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.campaign-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(216, 79, 143, 0.1), rgba(8, 8, 10, 0.34));
    border-color: rgba(216, 79, 143, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.campaign-card h2,
.order-card h2,
.order-card h3 {
    margin: 0 0 7px;
}

.campaign-card p,
.order-card p {
    color: var(--muted);
    margin: 0;
}

.context-label {
    color: #f0c2d6;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.commercial-heading h2,
.section-heading h2,
.campaign-intro-main h2,
.order-intro h2,
.weekly-menu-card h3,
.product-card h3,
.campaign-card h2,
.order-card h2,
.order-card h3,
.success-panel h1,
.detail-products-section h2 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 0.95;
}

.campaign-name {
    background: rgba(8, 8, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: var(--text);
    font-weight: 800;
    margin: 14px 0 9px;
    padding: 10px 12px;
}

.weekly-cycle {
    background: rgba(8, 8, 10, 0.22);
    border-left: 3px solid rgba(216, 79, 143, 0.58);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    padding: 11px 12px;
}

.info-list {
    color: var(--muted);
    display: grid;
    font-size: 14px;
    gap: 6px;
    margin: 14px 0 0;
    padding-left: 18px;
}

.order-card-heading {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.selection-counter {
    background: rgba(216, 79, 143, 0.16);
    border-radius: 999px;
    color: var(--primary);
    padding: 7px 10px;
}

.product-picker-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.picker-row {
    align-items: center;
    background: rgba(8, 8, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    display: block;
    padding: 8px;
}

.picker-product {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: 82px minmax(0, 1fr);
}

.picker-product-info {
    align-content: start;
    align-items: end;
    column-gap: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto 1fr;
    row-gap: 4px;
    min-width: 0;
}

.picker-product-info > strong {
    font-size: 15px;
    line-height: 1.14;
}

.picker-product-info > strong,
.picker-product-presentation {
    grid-column: 1;
}

.picker-product-price {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    text-align: center;
}

.picker-product-image {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: block;
    height: 82px;
    object-fit: cover;
    overflow: hidden;
    width: 82px;
}

.picker-row .stepper {
    grid-column: 2;
    grid-row: 2 / span 2;
    align-self: end;
    margin-top: 0;
    justify-self: center;
}

.picker-product-placeholder {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.picker-product-placeholder::before {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 5px;
    content: "";
    height: 28px;
    width: 36px;
}

.picker-product-placeholder::after {
    border-bottom: 9px solid rgba(255, 255, 255, 0.24);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 22px;
    content: "";
    position: absolute;
}

.stepper {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    display: inline-flex;
    gap: 10px;
    padding: 5px;
}

.stepper button {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 28px;
}

.stepper span {
    font-weight: 800;
    min-width: 20px;
    text-align: center;
}

.extras-block {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 18px;
    padding-top: 18px;
}

.extras-block h3 {
    font-size: 18px;
}

#stepDelivery {
    text-align: left;
}

#stepDelivery .delivery-list {
    margin: 14px 0 0;
    max-width: none;
    text-align: left;
}

#stepDelivery .choice-card {
    min-height: 82px;
    margin: 0;
    padding: 11px 13px;
}

.delivery-choice {
    align-items: baseline;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 8px;
    row-gap: 4px;
}

.delivery-choice input {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    transform: translateY(1px);
}

.delivery-main-line {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    grid-column: 2;
    grid-row: 1;
}

.delivery-main-line small {
    color: rgba(245, 245, 247, 0.84) !important;
    display: inline;
    font-weight: 800;
    margin: 0;
}

.delivery-main-line small span {
    color: rgba(245, 245, 247, 0.42);
    margin: 0 4px;
}

.delivery-note {
    color: rgba(245, 245, 247, 0.62) !important;
    grid-column: 2;
    grid-row: 2;
    margin-top: 0 !important;
}

.continue-bar {
    align-items: center;
    background: rgba(8, 8, 10, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding: 16px 18px;
    text-align: center;
    transition: opacity 0.2s ease;
}

.continue-bar[hidden] {
    display: none;
}

.continue-bar.is-locked {
    opacity: 0.56;
}

.continue-bar p {
    color: var(--muted);
    margin: 0;
}

.continue-bar button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.continue-bar button {
    margin-top: 0;
}

.order-summary-panel {
    background: rgba(34, 34, 42, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    padding: 22px;
}

.order-summary-panel.visible {
    display: block;
}

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

.summary-review > div,
.price-summary {
    background: rgba(8, 8, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px;
}

.summary-review span,
.price-summary span {
    color: var(--muted);
}

.summary-review ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.price-summary {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.price-summary div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.checkout-summary-card {
    background: rgba(8, 8, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 0;
    overflow: hidden;
}

.checkout-summary-row,
.checkout-products {
    padding: 14px 16px;
}

.checkout-summary-row {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.checkout-summary-row + .checkout-summary-row,
.checkout-products {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-summary-row span,
.checkout-products > span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.checkout-products ul {
    display: grid;
    gap: 8px;
    margin: 10px 0 0;
    padding: 0;
}

.checkout-products li {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    list-style: none;
}

.checkout-products li strong {
    color: #f0c2d6;
    white-space: nowrap;
}

.checkout-observations-row {
    align-items: flex-start;
}

.checkout-observations-row strong {
    max-width: 70%;
    text-align: right;
}

.checkout-item-qty {
    color: var(--primary);
    font-weight: 900;
}

.total-line {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 10px;
}

.total-line strong {
    color: var(--primary);
    font-size: 22px;
}

.primary-action {
    text-transform: uppercase;
    width: fit-content;
}

.summary-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
}

.summary-actions button {
    margin-top: 0;
}

.secondary-action {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--text);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    padding: 12px 16px;
    text-decoration: none;
}

.secondary-action:hover {
    background: rgba(255, 255, 255, 0.11);
    text-decoration: none;
}

.order-submit-note {
    background: rgba(8, 8, 10, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
    margin: 16px auto 0;
    max-width: 620px;
    padding: 12px 14px;
    text-align: center;
}

.order-observations-field {
    margin: 18px auto 0;
    max-width: 720px;
}

.order-observations-field label {
    color: var(--text);
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.order-observations-field label small {
    color: rgba(245, 245, 247, 0.52);
    display: inline;
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
}

.order-observations-field textarea {
    background: rgba(8, 8, 10, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    color: var(--text);
    font: inherit;
    min-height: 98px;
    padding: 15px 16px;
    resize: vertical;
    width: 100%;
}

.order-observations-field textarea::placeholder {
    color: rgba(245, 245, 247, 0.38);
}

.order-observations-field textarea:focus {
    border-color: rgba(216, 79, 143, 0.48);
    box-shadow: 0 0 0 3px rgba(216, 79, 143, 0.12);
    outline: none;
}

.auth-action,
.action-link {
    display: inline-flex;
    text-decoration: none;
}

.auth-action {
    align-items: center;
    background: var(--primary);
    border-radius: 10px;
    color: white;
    font-weight: 800;
    justify-content: center;
    margin-top: 12px;
    padding: 12px 16px;
}

.auth-action:hover {
    background: var(--primary-hover);
}

.login-required-box {
    background: rgba(8, 8, 10, 0.34);
    border: 1px solid rgba(216, 79, 143, 0.24);
    border-radius: 14px;
    margin-top: 14px;
    padding: 16px;
}

.login-required-box strong {
    color: var(--text);
    display: block;
}

.login-required-box p {
    color: var(--muted);
    margin: 10px 0 0;
}

.login-required-box a:not(.auth-action),
.action-link {
    color: var(--primary);
    font-weight: 800;
}

.success-panel {
    background: linear-gradient(135deg, rgba(216, 79, 143, 0.18), rgba(34, 34, 42, 0.82));
    border: 1px solid rgba(216, 79, 143, 0.24);
    border-radius: 22px;
    display: grid;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    max-width: 560px;
    padding: 26px;
    text-align: center;
}

.success-icon {
    align-items: center;
    background: rgba(167, 243, 208, 0.16);
    border: 1px solid rgba(167, 243, 208, 0.3);
    border-radius: 50%;
    color: #a7f3d0;
    display: inline-flex;
    font-size: 32px;
    font-weight: 900;
    height: 58px;
    justify-content: center;
    margin-bottom: 14px;
    width: 58px;
}

.success-panel h1 {
    margin: 0 0 10px;
}

.success-panel p {
    color: var(--muted);
    margin: 0 0 12px;
}

.success-panel strong {
    color: var(--text);
}

.success-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
}

.success-actions a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    min-height: 44px;
}

.success-page .order-summary-panel {
    max-width: 680px;
}

.success-page .success-actions {
    align-items: center;
}

.success-page .success-actions a {
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    min-height: 44px;
    padding-bottom: 12px;
    padding-top: 12px;
}

.status-reference {
    background: rgba(24, 24, 29, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 16px;
    padding: 12px;
}

.status-reference > div {
    align-items: center;
    background: rgba(8, 8, 10, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    gap: 9px;
    padding: 8px 10px;
}

.status-reference p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
}

.user-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
}

.user-filter-tabs a {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
    text-decoration: none;
}

.user-filter-tabs a.active,
.user-filter-tabs a:hover {
    background: rgba(216, 79, 143, 0.16);
    color: var(--primary);
}

.user-status-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12.5px;
    gap: 7px;
    font-weight: 900;
    padding: 7px 11px;
}

.user-status-badge.estado-pendiente {
    background: rgba(245, 158, 11, 0.14);
    color: #fbbf24;
}

.user-status-badge.estado-confirmado {
    background: rgba(167, 243, 208, 0.12);
    color: #a7f3d0;
}

.user-status-badge.estado-entregado {
    background: rgba(255, 255, 255, 0.08);
    color: #d8d8df;
}

.user-status-badge.estado-cancelado {
    background: rgba(255, 112, 130, 0.12);
    color: #ff8f9f;
}

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

.user-order-card {
    background: #17171c;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    color: var(--text);
    display: grid;
    gap: 10px;
    min-height: 190px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.user-order-card:hover {
    box-shadow: 0 18px 38px rgba(216, 79, 143, 0.16), 0 12px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.user-order-card.order-card-cancelado {
    opacity: 0.52;
}

.user-order-card.order-card-cancelado:hover {
    opacity: 0.68;
}

.user-order-card::before {
    content: "";
    height: 5px;
    inset: 0 0 auto;
    position: absolute;
}

.user-order-identity {
    align-content: start;
    align-items: start;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 8px;
    justify-items: start;
    min-height: auto;
    padding: 0;
    text-align: left;
}

.user-order-heading {
    display: grid;
    gap: 7px;
    padding-top: 5px;
}

.order-identity-pendiente {
    color: #9a6a00;
}

.order-identity-confirmado {
    color: #207044;
}

.order-identity-entregado {
    color: #546477;
}

.order-identity-cancelado {
    color: #b33f58;
}

.order-card-pendiente::before {
    background: #f5b942;
}

.order-card-confirmado::before {
    background: #4bb878;
}

.order-card-entregado::before {
    background: #9aa9ba;
}

.order-card-cancelado::before {
    background: #d9637a;
}

.order-status-icon {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.user-status-badge .order-status-icon {
    border: 0;
    height: 18px;
    width: 18px;
}

.order-status-icon svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    width: 22px;
}

.user-status-badge .order-status-icon svg {
    height: 16px;
    stroke-width: 2.4;
    width: 16px;
}

.order-identity-pendiente .order-status-icon {
    color: #fbbf24;
}

.order-identity-confirmado .order-status-icon {
    color: #a7f3d0;
}

.order-identity-entregado .order-status-icon {
    color: #d8d8df;
}

.order-identity-cancelado .order-status-icon {
    color: #ff8f9f;
}

.user-order-content {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.user-order-header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.user-order-header h2 {
    font-size: 20px;
    margin: 7px 0 0;
}

.order-number {
    color: rgba(245, 245, 247, 0.5);
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.order-title-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.order-date {
    color: var(--text);
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-top: 0;
}

.user-status-badge {
    width: fit-content;
    font-size: 12px;
    padding: 6px 9px;
}

.user-status-badge.estado-pendiente {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

.user-status-badge.estado-confirmado {
    background: rgba(34, 197, 94, 0.18);
    color: #86efac;
}

.user-status-badge.estado-entregado {
    background: rgba(148, 163, 184, 0.18);
    color: #cbd5e1;
}

.user-status-badge.estado-cancelado {
    background: rgba(255, 112, 130, 0.18);
    color: #ff8f9f;
}

.compact-products-list {
    color: rgba(245, 245, 247, 0.82);
    display: grid;
    gap: 5px;
    font-size: 13px;
    line-height: 1.25;
    min-width: 0;
}

.compact-products-list span,
.compact-products-list small {
    align-items: baseline;
    display: flex;
    gap: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compact-products-list span::before,
.compact-products-list small::before {
    color: var(--primary);
    content: "•";
    flex: 0 0 auto;
    font-weight: 900;
}

.compact-products-list small {
    color: rgba(245, 245, 247, 0.48);
    font-size: 12px;
}

.detail-product-placeholder {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.detail-product-placeholder::before {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 5px;
    content: "";
    height: 15px;
    width: 21px;
}

.detail-product-placeholder::after {
    border-bottom: 6px solid rgba(255, 255, 255, 0.24);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 11px;
    content: "";
    position: absolute;
}

.user-order-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    border-top: 1px solid rgba(35, 27, 31, 0.12);
    margin-top: 0;
    padding-top: 9px;
}

.user-order-actions form {
    display: inline-flex;
    margin: 0;
}

.user-order-actions .compact-link,
.user-order-actions .secondary-user-action {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-height: 30px;
    padding: 6px 9px;
}

.detail-summary-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-summary-grid article {
    background: rgba(8, 8, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px;
}

.detail-summary-grid span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.detail-summary-grid strong {
    color: var(--text);
    font-size: 15px;
}

.detail-products-section {
    margin-top: 20px;
}

.detail-products-section .section-heading {
    margin-bottom: 12px;
}

.detail-products-section h2 {
    font-size: 20px;
    margin: 0;
}

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

.detail-product-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 12px;
}

.detail-product-item img,
.detail-product-image {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    display: block;
    height: 86px;
    object-fit: cover;
    overflow: hidden;
    width: 86px;
}

.detail-product-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.detail-product-copy strong {
    color: var(--text);
    font-size: 15px;
    line-height: 1.22;
}

.detail-product-copy small {
    color: var(--muted);
    font-size: 13px;
    margin: 0;
}

.detail-product-subtotal {
    color: #f0c2d6;
    font-size: 15px;
    grid-column: 2;
    white-space: nowrap;
}

.detail-total-summary {
    margin-top: 18px;
}

.compact-link {
    margin-top: 0;
    padding: 10px 12px;
}

.secondary-user-action {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #ff9aa8;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    min-height: 38px;
    padding: 10px 12px;
}

.success-actions .secondary-user-action {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 12px 16px;
}

.success-actions form {
    display: inline-flex;
    margin: 0;
}

.secondary-user-action:hover {
    background: rgba(255, 112, 130, 0.12);
}

.disabled-action {
    color: var(--muted);
    font-size: 13px;
}

.user-detail-hero {
    display: grid;
    gap: 8px;
}

.hero-estado-pendiente {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(34, 34, 42, 0.82));
    border-color: rgba(245, 158, 11, 0.28);
}

.hero-estado-confirmado {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(34, 34, 42, 0.82));
    border-color: rgba(167, 243, 208, 0.22);
}

.hero-estado-entregado {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.14), rgba(34, 34, 42, 0.82));
    border-color: rgba(147, 197, 253, 0.18);
}

.hero-estado-cancelado {
    background: linear-gradient(135deg, rgba(255, 112, 130, 0.14), rgba(34, 34, 42, 0.82));
    border-color: rgba(255, 112, 130, 0.22);
}

.profile-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    padding: 26px;
}

.profile-card > h1 {
    font-size: clamp(38px, 4vw, 58px);
    margin: 0 0 18px;
    text-align: center;
}

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

.profile-data-item,
.profile-field {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(34, 34, 42, 0.9), rgba(18, 18, 22, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    display: flex;
    gap: 12px;
    padding: 14px;
}

.profile-data-item p {
    margin: 0;
    min-width: 0;
}

.profile-data-item:nth-child(3) {
    grid-column: 1 / -1;
}

.profile-data-icon {
    align-items: center;
    background: rgba(216, 79, 143, 0.12);
    border: 1px solid rgba(216, 79, 143, 0.18);
    border-radius: 999px;
    color: #ffb6d5;
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.profile-data-icon svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
}

.profile-form {
    display: grid;
    gap: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.profile-field-control {
    flex: 1;
    min-width: 0;
}

.profile-field-control label {
    margin-top: 0;
}

.profile-field-control input,
.profile-field-control select {
    max-width: 100%;
}

.profile-field-control select {
    max-width: 340px;
}

.profile-edit-summary {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
}

.profile-actions,
.profile-form-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
}

.profile-form button,
.profile-form .action-link {
    vertical-align: middle;
}

.profile-form-actions .button-link {
    border: 0;
    margin-top: 0;
    min-height: 44px;
    padding: 12px 16px;
}

.profile-data strong {
    display: block;
    color: var(--primary);
    margin-bottom: 4px;
}

.secondary-profile-action {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--text);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 12px 16px;
    text-decoration: none;
}

.secondary-profile-action:hover {
    background: rgba(255, 112, 130, 0.11);
    color: var(--text);
    text-decoration: none;
}

.button-link {
    display: inline-block;
    background: var(--primary);
    border-radius: 10px;
    color: white;
    font-weight: 700;
    margin-top: 10px;
    padding: 12px 16px;
    text-decoration: none;
}

.button-link:hover {
    background: var(--primary-hover);
}

@media (max-width: 980px) {
    .food-hero-content {
        max-width: none;
    }

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

    .how-it-works-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
    }

    .how-it-works-grid::before,
    .how-it-works-grid article::after {
        display: none;
    }

    .how-it-works-grid article:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .campaign-intro-section {
        grid-template-columns: 1fr;
    }

    .product-picker-list,
    .delivery-list {
        grid-template-columns: 1fr;
    }

    .orders-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .food-hero {
        border-radius: 0;
    }

    .food-hero-content {
        padding: 0;
    }

    .food-hero h1 {
        font-size: clamp(2.9rem, 15vw, 4.5rem);
        max-width: 100%;
    }

    .profile-card {
        padding: 20px;
    }

    .profile-data {
        grid-template-columns: 1fr;
    }

    .profile-data-item:nth-child(3) {
        grid-column: auto;
    }

    .profile-field {
        flex-direction: column;
    }

    .profile-field-control select {
        max-width: 100%;
    }

    .food-hero-inner {
        min-height: 280px;
        padding: 34px 24px 22px;
    }

    .food-hero-bg::before {
        background: linear-gradient(90deg, rgba(8, 8, 10, 0.72) 0%, rgba(8, 8, 10, 0.58) 58%, rgba(8, 8, 10, 0.28) 100%);
    }

    .hero-highlights {
        display: grid;
    }

    .weekly-menu-section {
        margin: 44px 0;
    }

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

    .menu-showcase-section {
        padding-top: 64px;
    }

    .how-it-works-section,
    .weekly-menu-section {
        margin: 44px 0;
    }

    .how-it-works-section {
        margin-bottom: 88px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .how-it-works-grid article {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 24px 0 0;
    }

    .how-it-works-grid article:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .campaign-intro-section {
        margin: 38px 0 44px;
    }

    .menu-week-section {
        margin-top: -168px;
    }

    .campaign-intro-grid,
    .pack-options {
        grid-template-columns: 1fr;
    }

    .weekly-menu-card img,
    .weekly-menu-placeholder {
        aspect-ratio: 4 / 3;
    }

    .campaign-shell {
        margin-top: 46px;
        padding: 12px;
    }

    .order-builder,
    .summary-review {
        grid-template-columns: 1fr;
    }

    .continue-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .summary-actions {
        flex-direction: column-reverse;
    }

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

    .orders-grid,
    .detail-summary-grid,
    .detail-products-list {
        grid-template-columns: 1fr;
    }

    .user-order-info {
        grid-template-columns: 1fr;
    }

    .user-order-card {
        grid-template-columns: 1fr;
    }

    .user-order-identity {
        aspect-ratio: auto;
        justify-items: start;
        min-height: auto;
        width: 100%;
    }

    .status-reference {
        grid-template-columns: 1fr;
    }

    .user-order-header {
        flex-direction: column;
    }

    .user-order-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .detail-product-item {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .detail-product-item img,
    .detail-product-image {
        height: 62px;
        width: 62px;
    }

    .detail-product-subtotal {
        grid-column: 2;
        justify-self: start;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-list {
        grid-template-columns: 1fr;
    }

    .picker-row {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .picker-product {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .picker-product-image {
        height: 64px;
        width: 64px;
    }

    .stepper {
        justify-self: flex-start;
    }

    .primary-action {
        width: 100%;
    }

    .summary-actions .secondary-action {
        width: 100%;
    }

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

    .product-card img {
        height: auto;
    }
}
