/*
Theme Name: Recettes Cocktail Lumina V2
Theme URI: https://recettes-cocktail.fr/
Author: CID Marketing
Author URI: https://recettes-cocktail.fr/
Description: Thème WordPress éditorial clair, moderne et ergonomique pour Recettes Cocktail : page d'accueil premium, fiches recettes, interviews de professionnels, guides, newsletter et disclaimer alcool intégré.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recettes-cocktail-lumina
Tags: blog, food-and-drink, custom-logo, featured-images, responsive-layout, two-columns, accessibility-ready
*/

:root {
    --rc-bg: #fffaf3;
    --rc-surface: #ffffff;
    --rc-surface-soft: #fff3e4;
    --rc-cream: #fbefe0;
    --rc-ink: #211a16;
    --rc-text: #504640;
    --rc-muted: #8b7d71;
    --rc-line: rgba(129, 91, 58, .18);
    --rc-accent: #d67635;
    --rc-accent-dark: #a94f1d;
    --rc-gold: #c8943f;
    --rc-green: #677b51;
    --rc-shadow: 0 22px 60px rgba(67, 42, 24, .10);
    --rc-radius-xl: 34px;
    --rc-radius-lg: 24px;
    --rc-radius-md: 16px;
    --rc-container: 1180px;
    --rc-font-serif: Georgia, 'Times New Roman', serif;
    --rc-font-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background:
        radial-gradient(circle at 0 0, rgba(214, 118, 53, .09), transparent 34vw),
        linear-gradient(180deg, #fffaf3 0%, #fff7ef 45%, #fffaf3 100%);
    color: var(--rc-text);
    font-family: var(--rc-font-sans);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rc-accent-dark); }
button, input, textarea, select { font: inherit; }

.screen-reader-text,
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rc-site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.rc-container {
    width: min(var(--rc-container), calc(100% - 40px));
    margin: 0 auto;
}

.rc-topbar {
    background: rgba(255, 250, 243, .82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--rc-line);
    position: sticky;
    top: 0;
    z-index: 40;
}

.admin-bar .rc-topbar { top: 32px; }

.rc-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.rc-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--rc-ink);
}

.rc-logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #ffe4be, #fff7ef);
    border: 1px solid rgba(214, 118, 53, .22);
    color: var(--rc-accent);
    box-shadow: 0 12px 28px rgba(214, 118, 53, .12);
}

.rc-logo-text { line-height: 1.05; }
.rc-logo-kicker {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--rc-accent);
    font-weight: 800;
}
.rc-logo-title {
    display: block;
    font-family: var(--rc-font-serif);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
}

.rc-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}


.rc-nav-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.rc-nav-list li { margin: 0; padding: 0; }

.rc-nav a {
    color: #382e28;
    padding: 10px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.rc-nav a:hover,
.rc-nav a:focus-visible {
    background: #fff0dd;
    color: var(--rc-accent-dark);
}

.rc-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rc-icon-btn,
.rc-menu-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid var(--rc-line);
    border-radius: 50%;
    background: #fff8ef;
    color: var(--rc-ink);
    display: inline-grid;
    place-items: center;
    cursor: pointer;
}

.rc-menu-toggle { display: none; }
.rc-menu-toggle span,
.rc-menu-toggle span::before,
.rc-menu-toggle span::after {
    display: block;
    width: 17px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    content: '';
}
.rc-menu-toggle span::before { transform: translateY(-6px); }
.rc-menu-toggle span::after { transform: translateY(4px); }

.rc-main { flex: 1; }

.rc-section { padding: 58px 0; }
.rc-section-tight { padding: 38px 0; }

.rc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rc-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rc-eyebrow::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: '';
    opacity: .55;
}

.rc-title-xl,
.rc-title-lg,
.rc-entry-title {
    margin: 0;
    color: var(--rc-ink);
    font-family: var(--rc-font-serif);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.035em;
}

.rc-title-xl { font-size: clamp(48px, 7vw, 88px); }
.rc-title-lg { font-size: clamp(34px, 4.5vw, 58px); }
.rc-entry-title { font-size: clamp(36px, 6vw, 72px); }

.rc-title-xl em,
.rc-title-lg em {
    color: var(--rc-accent);
    font-style: italic;
    font-weight: 500;
}

.rc-lead {
    color: var(--rc-text);
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.7;
    max-width: 640px;
}

.rc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 13px 18px;
    border-radius: 999px;
    border: 1px solid var(--rc-line);
    background: #fff8ef;
    color: var(--rc-ink);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(67, 42, 24, .06);
}

.rc-btn-primary {
    border-color: rgba(214, 118, 53, .22);
    background: var(--rc-accent);
    color: white;
}

.rc-btn-primary:hover { color: #fff; background: var(--rc-accent-dark); }

.rc-hero { padding: 36px 0 50px; }
.rc-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: stretch;
    gap: 32px;
}

.rc-hero-copy {
    padding: clamp(28px, 5vw, 64px) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.rc-hero-panel {
    min-height: 620px;
    position: relative;
    overflow: hidden;
    border-radius: 44px;
    background:
        radial-gradient(circle at 74% 24%, rgba(255, 255, 255, .98) 0 11%, transparent 12%),
        radial-gradient(circle at 66% 35%, #f6c694 0 0, transparent 33%),
        linear-gradient(145deg, #fff4e5, #efe3d0);
    border: 1px solid rgba(129, 91, 58, .15);
    box-shadow: var(--rc-shadow);
}

.rc-hero-panel::before {
    position: absolute;
    inset: auto 8% 10% auto;
    width: 58%;
    aspect-ratio: 1 / 1;
    border-radius: 42% 58% 51% 49% / 54% 43% 57% 46%;
    background:
        radial-gradient(circle at 62% 17%, #7e9e54 0 0, transparent 7%),
        radial-gradient(circle at 67% 22%, #78a145 0 0, transparent 7%),
        radial-gradient(circle at 53% 18%, #a8bf7b 0 0, transparent 7%),
        linear-gradient(145deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .08));
    border: 1px solid rgba(255,255,255,.55);
    content: '';
    filter: drop-shadow(0 30px 55px rgba(72, 50, 34, .18));
}

.rc-cocktail-illustration {
    position: absolute;
    left: 12%;
    bottom: 8%;
    width: 58%;
    height: 78%;
    border-radius: 46% 54% 20px 20px / 16% 18% 18px 18px;
    background:
        radial-gradient(circle at 73% 16%, #97b967 0 0, transparent 5%),
        radial-gradient(circle at 61% 15%, #6d8f41 0 0, transparent 5%),
        radial-gradient(circle at 52% 24%, #90ac62 0 0, transparent 4%),
        radial-gradient(circle at 45% 35%, rgba(255,255,255,.86) 0 0, transparent 5%),
        radial-gradient(circle at 61% 48%, rgba(255,255,255,.80) 0 0, transparent 6%),
        radial-gradient(circle at 43% 54%, rgba(255,255,255,.72) 0 0, transparent 5%),
        linear-gradient(180deg, rgba(255,255,255,.85) 0 10%, rgba(240,255,226,.70) 10% 100%);
    border: 7px solid rgba(255, 255, 255, .92);
    box-shadow: inset 0 -40px 55px rgba(93, 125, 56, .18), 0 40px 80px rgba(67, 42, 24, .18);
}

.rc-cocktail-illustration::before {
    position: absolute;
    right: 2%;
    top: -11%;
    width: 34%;
    height: 8px;
    border-radius: 999px;
    background: #24201e;
    transform: rotate(-78deg);
    transform-origin: center;
    content: '';
}

.rc-cocktail-illustration::after {
    position: absolute;
    right: -11%;
    top: 31%;
    width: 30%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 42%, #fff8c7 0 18%, #c8df54 19% 44%, #70a033 45% 49%, transparent 50%);
    content: '';
}

.rc-hero-leaf {
    position: absolute;
    right: 7%;
    top: 9%;
    width: 180px;
    height: 180px;
    opacity: .32;
    border: solid rgba(103, 123, 81, .32);
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 100%;
    transform: rotate(16deg);
}

.rc-search-form {
    display: flex;
    width: min(100%, 620px);
    padding: 6px;
    background: var(--rc-surface);
    border: 1px solid rgba(129, 91, 58, .18);
    border-radius: 999px;
    box-shadow: 0 20px 45px rgba(67, 42, 24, .10);
}

.rc-search-form input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0 18px;
    color: var(--rc-ink);
}

.rc-search-form button {
    width: 54px;
    height: 54px;
    border: 0;
    flex: 0 0 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--rc-accent);
    color: #fff;
    cursor: pointer;
}

.rc-quick-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 12px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--rc-line);
    box-shadow: var(--rc-shadow);
}

.rc-quick-item {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 16px;
    text-align: center;
    border-right: 1px solid var(--rc-line);
    border-radius: 22px;
}

.rc-quick-item:last-child { border-right: 0; }
.rc-quick-item:hover { background: #fff4e5; color: var(--rc-accent-dark); }
.rc-quick-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--rc-accent);
    border: 1px solid rgba(214, 118, 53, .22);
    border-radius: 15px;
    background: #fffaf3;
}
.rc-quick-item strong { color: var(--rc-ink); font-size: 14px; line-height: 1.2; }
.rc-quick-item span { color: var(--rc-muted); font-size: 12px; line-height: 1.25; }

.rc-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 26px;
}
.rc-section-head p { max-width: 560px; margin: 10px 0 0; color: var(--rc-muted); }
.rc-link-more { color: var(--rc-accent-dark); font-size: 14px; font-weight: 800; }

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

.rc-card {
    overflow: hidden;
    border: 1px solid var(--rc-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .80);
    box-shadow: 0 15px 38px rgba(67, 42, 24, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.rc-card:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 118, 53, .32);
    box-shadow: 0 26px 65px rgba(67, 42, 24, .12);
}
.rc-card-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f6eadb;
    position: relative;
}
.rc-card-media img { width: 100%; height: 100%; object-fit: cover; }
.rc-card-body { padding: 18px; }
.rc-card-kicker {
    color: var(--rc-accent);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.rc-card-title {
    margin: 5px 0 5px;
    color: var(--rc-ink);
    font-size: 19px;
    line-height: 1.18;
    font-weight: 850;
}
.rc-card-meta,
.rc-card-excerpt { color: var(--rc-muted); font-size: 13px; margin: 0; }
.rc-stars { color: var(--rc-gold); font-size: 13px; margin-top: 10px; }
.rc-save-dot {
    float: right;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--rc-line);
    border-radius: 50%;
    color: var(--rc-accent);
}

.rc-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.rc-placeholder::before {
    width: 84px;
    height: 126px;
    border-radius: 45% 45% 18px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.7) 0 34%, rgba(214,118,53,.72) 35% 100%);
    border: 5px solid rgba(255,255,255,.85);
    content: '';
    box-shadow: 0 22px 45px rgba(67,42,24,.18);
}
.rc-placeholder.mojito { background: linear-gradient(135deg, #eef7df, #fffaf3 55%, #dce9bd); }
.rc-placeholder.pina { background: linear-gradient(135deg, #fff1c9, #fffaf3 56%, #f4d890); }
.rc-placeholder.gin { background: linear-gradient(135deg, #e4f3e0, #fffaf3 58%, #d5eee8); }
.rc-placeholder.spritz { background: linear-gradient(135deg, #fff3da, #fffaf3 50%, #ffc38d); }
.rc-placeholder.dark { background: linear-gradient(135deg, #372820, #7b4327 54%, #e4b06d); }
.rc-placeholder.light { background: linear-gradient(135deg, #fff8eb, #d9ecd2); }

.rc-feature {
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--rc-line);
    border-radius: 34px;
    background: linear-gradient(135deg, #fff9f1, #f8e8d5);
    box-shadow: var(--rc-shadow);
}
.rc-feature-media {
    min-height: 340px;
    background: linear-gradient(135deg, rgba(34,24,18,.12), rgba(214,118,53,.14));
    position: relative;
    overflow: hidden;
}
.rc-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.rc-feature-media .rc-placeholder { position: absolute; }
.rc-feature-body {
    padding: clamp(30px, 5vw, 56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
.rc-feature-quote {
    margin: 0;
    color: var(--rc-ink);
    font-family: var(--rc-font-serif);
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.rc-guide-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.rc-guide-card {
    overflow: hidden;
    border: 1px solid var(--rc-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(67,42,24,.06);
}
.rc-guide-card .rc-card-media { aspect-ratio: 1.25 / 1; }
.rc-guide-card strong {
    display: block;
    padding: 14px 14px 16px;
    color: var(--rc-ink);
    font-size: 14px;
    line-height: 1.25;
}

.rc-tools-band {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 26px;
    align-items: stretch;
    padding: clamp(26px, 4vw, 44px);
    border-radius: 34px;
    background: #f3f6eb;
    border: 1px solid rgba(103,123,81,.18);
    box-shadow: var(--rc-shadow);
}
.rc-tools-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.rc-tool-mini {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(103,123,81,.16);
}
.rc-tool-mini strong { display: block; color: var(--rc-ink); }
.rc-tool-mini span { display: block; margin-top: 4px; color: #68715d; font-size: 13px; }

.rc-newsletter {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 28px;
    align-items: center;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 10%, rgba(255,255,255,.55), transparent 28%),
        linear-gradient(135deg, #777f5c, #9f8259);
    color: #fff;
    box-shadow: var(--rc-shadow);
    overflow: hidden;
    position: relative;
}
.rc-newsletter h2 { color: #fff; max-width: 620px; }
.rc-newsletter p { color: rgba(255,255,255,.82); max-width: 540px; }
.rc-newsletter-form {
    display: flex;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(255,255,255,.34);
}
.rc-newsletter-form input {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    padding: 0 18px;
}
.rc-newsletter-form button {
    border: 0;
    border-radius: 999px;
    padding: 13px 18px;
    background: var(--rc-accent);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    white-space: nowrap;
}

.rc-home-disclaimer,
.rc-footer-disclaimer {
    border: 1px solid rgba(214,118,53,.22);
    border-radius: 18px;
    background: #fff4e5;
    color: #5c5148;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.55;
}
.rc-home-disclaimer strong,
.rc-footer-disclaimer strong { color: var(--rc-ink); }

.rc-content-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
    padding: 58px 0;
}
.rc-content-card {
    padding: clamp(26px, 5vw, 58px);
    border: 1px solid var(--rc-line);
    border-radius: 34px;
    background: rgba(255,255,255,.82);
    box-shadow: var(--rc-shadow);
}
.rc-entry-meta { color: var(--rc-muted); font-size: 14px; margin: 14px 0 22px; }
.rc-entry-content { color: var(--rc-text); }
.rc-entry-content h2,
.rc-entry-content h3 { color: var(--rc-ink); line-height: 1.15; margin-top: 1.6em; }
.rc-entry-content a { color: var(--rc-accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.rc-entry-content ul,
.rc-entry-content ol { padding-left: 1.25em; }
.rc-entry-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 4px solid var(--rc-accent);
    background: #fff4e5;
    border-radius: 14px;
    color: var(--rc-ink);
}

.rc-recipe-box {
    display: grid;
    grid-template-columns: .42fr .58fr;
    gap: 24px;
    margin: 26px 0;
    padding: 20px;
    border: 1px solid var(--rc-line);
    border-radius: 26px;
    background: #fffaf3;
}
.rc-recipe-box h2 { margin-top: 0; }
.rc-recipe-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 18px 0;
}
.rc-fact {
    padding: 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--rc-line);
    font-size: 13px;
    text-align: center;
}
.rc-fact strong { display: block; color: var(--rc-ink); font-size: 15px; }

.rc-sidebar { position: sticky; top: 110px; display: grid; gap: 18px; }
.rc-widget {
    padding: 22px;
    border: 1px solid var(--rc-line);
    border-radius: 24px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 12px 34px rgba(67,42,24,.06);
}
.rc-widget h3 { margin: 0 0 12px; color: var(--rc-ink); font-family: var(--rc-font-serif); font-size: 24px; line-height: 1.1; }
.rc-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.rc-widget li a { color: var(--rc-text); font-weight: 700; }

.rc-pagination { margin-top: 30px; display: flex; gap: 8px; flex-wrap: wrap; }
.rc-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--rc-line);
    border-radius: 50%;
    background: #fff;
}
.rc-pagination .current { background: var(--rc-accent); color: #fff; border-color: var(--rc-accent); }

.rc-footer {
    margin-top: auto;
    background: #fff6eb;
    border-top: 1px solid var(--rc-line);
}
.rc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 34px;
    padding: 46px 0;
}
.rc-footer h3,
.rc-footer h4 { margin: 0 0 12px; color: var(--rc-ink); }
.rc-footer p,
.rc-footer a { color: #6c5c51; font-size: 14px; }
.rc-footer nav { display: grid; gap: 8px; }
.rc-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0 28px;
    color: var(--rc-muted);
    font-size: 13px;
    border-top: 1px solid var(--rc-line);
}

.rc-age-gate {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(30, 22, 17, .76);
    backdrop-filter: blur(14px);
}
.rc-age-card {
    width: min(540px, 100%);
    padding: clamp(26px, 5vw, 42px);
    border-radius: 32px;
    background: #fffaf3;
    border: 1px solid rgba(214,118,53,.28);
    box-shadow: 0 35px 100px rgba(0,0,0,.28);
    text-align: center;
    color: var(--rc-text);
}
.rc-age-card h2 {
    margin: 0 0 14px;
    color: var(--rc-ink);
    font-family: var(--rc-font-serif);
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.03;
}
.rc-age-warning { color: var(--rc-ink); font-weight: 900; }
.rc-age-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.rc-age-actions button {
    border: 0;
    border-radius: 999px;
    padding: 14px 20px;
    cursor: pointer;
    font-weight: 900;
}
.rc-age-yes { background: var(--rc-accent); color: #fff; }
.rc-age-no { background: #eee2d3; color: var(--rc-ink); }
body.rc-age-locked { overflow: hidden; }

@media (max-width: 1080px) {
    .rc-hero-grid,
    .rc-feature,
    .rc-tools-band,
    .rc-newsletter,
    .rc-content-wrap { grid-template-columns: 1fr; }
    .rc-hero-panel { min-height: 500px; }
    .rc-card-grid { grid-template-columns: repeat(2, 1fr); }
    .rc-guide-grid { grid-template-columns: repeat(3, 1fr); }
    .rc-quick-grid { grid-template-columns: repeat(3, 1fr); }
    .rc-quick-item { border-right: 0; }
    .rc-sidebar { position: static; }
}

@media (max-width: 860px) {
    .admin-bar .rc-topbar { top: 0; }
    .rc-menu-toggle { display: inline-grid; }
    .rc-nav {
        display: none;
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 10px);
        padding: 14px;
        border-radius: 24px;
        background: rgba(255, 250, 243, .98);
        border: 1px solid var(--rc-line);
        box-shadow: var(--rc-shadow);
        flex-direction: column;
        align-items: stretch;
    }
    .rc-nav.is-open { display: flex; }
    .rc-nav a { padding: 12px 14px; }
    .rc-header-inner { min-height: 72px; }
}

@media (max-width: 680px) {
    .rc-container { width: min(100% - 26px, var(--rc-container)); }
    .rc-hero { padding-top: 16px; }
    .rc-title-xl { font-size: clamp(42px, 12vw, 60px); }
    .rc-hero-panel { min-height: 400px; border-radius: 30px; }
    .rc-search-form { border-radius: 24px; align-items: center; }
    .rc-search-form button { width: 48px; height: 48px; flex-basis: 48px; }
    .rc-quick-grid,
    .rc-card-grid,
    .rc-guide-grid,
    .rc-tools-list,
    .rc-recipe-box,
    .rc-recipe-facts { grid-template-columns: 1fr; }
    .rc-section-head { display: block; }
    .rc-feature-media { min-height: 250px; }
    .rc-footer-grid { grid-template-columns: 1fr; padding-bottom: 26px; }
    .rc-footer-bottom { flex-direction: column; align-items: flex-start; }
    .rc-age-actions button { width: 100%; }
}
