/* Blog beauty — editorial cald: ivory, blush, champagne; serif elegant + sans curat */

:root {
    --paper: #FDFBF8;
    --paper-2: #F7F0EA;
    --blush: #F3E3DA;
    --rose: #C98B7A;
    --rose-deep: #8C5A4A;
    --ink: #2B2320;
    --gray: #7B6D66;
    --line: rgba(43, 35, 32, 0.1);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Jost", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 44px); }
.wrap.narrow { max-width: 720px; }
.center { text-align: center; }
.dim { color: var(--gray); }

/* ---------- topbar ---------- */
.topbar { position: sticky; top: 0; z-index: 100; background: rgba(253, 251, 248, 0.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.topbar-in { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.logo { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; letter-spacing: 0.06em; color: var(--ink); text-decoration: none; }
.nav { display: flex; gap: 26px; }
.nav a { color: var(--ink); text-decoration: none; font-size: 0.86rem; letter-spacing: 0.12em; text-transform: uppercase; padding-bottom: 2px; border-bottom: 1px solid transparent; transition: border-color 0.25s, color 0.25s; }
.nav a:hover, .nav a.on { border-color: var(--rose); color: var(--rose-deep); }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 4px 0; transition: transform 0.25s; }
.mobile-nav { display: none; flex-direction: column; padding: 10px 24px 20px; border-top: 1px solid var(--line); }
.mobile-nav a { color: var(--ink); text-decoration: none; padding: 11px 0; font-size: 0.95rem; letter-spacing: 0.06em; border-bottom: 1px solid var(--line); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 78svh; display: flex; align-items: center; overflow: hidden; }
.hero-img { position: absolute; inset: 0; background-size: cover; background-position: center right; transform: scale(1.04); animation: slowzoom 24s ease-in-out infinite alternate; }
@keyframes slowzoom { to { transform: scale(1.12); } }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(253,251,248,0.96) 0%, rgba(253,251,248,0.86) 38%, rgba(253,251,248,0.25) 68%, rgba(253,251,248,0.05) 100%); }
.hero-in { position: relative; padding-top: 80px; padding-bottom: 80px; max-width: 640px; }
.kicker { font-size: 0.74rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--rose-deep); }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 8vw, 5.6rem); line-height: 1.02; letter-spacing: 0.01em; margin: 14px 0 6px; }
.hero-tag { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 2.6vw, 1.9rem); color: var(--rose-deep); }
.hero-intro { color: var(--gray); margin: 20px 0 30px; max-width: 480px; }

.btn { display: inline-block; background: var(--ink); color: var(--paper); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 15px 32px; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-family: var(--sans); font-weight: 400; transition: background 0.3s, color 0.3s, transform 0.25s; }
.btn:hover { background: transparent; color: var(--ink); transform: translateY(-2px); }
.btn.ghost { background: transparent; color: var(--ink); border-color: rgba(43,35,32,0.35); }
.btn.ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- bara de categorii ---------- */
.cat-bar { background: var(--blush); }
.cat-bar-in { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; padding-top: 15px; padding-bottom: 15px; }
.cat-bar a { color: var(--rose-deep); text-decoration: none; font-size: 0.76rem; letter-spacing: 0.2em; text-transform: uppercase; transition: opacity 0.25s; }
.cat-bar a:hover { opacity: 0.65; }

/* ---------- secțiuni ---------- */
main { padding-bottom: 20px; }
.featured, .grid-sec, .about-strip, .page { padding: clamp(56px, 7vw, 92px) 0; }
.grid-sec.alt { background: var(--paper-2); }
.section-label { font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--rose-deep); margin-bottom: 26px; }

/* articol principal */
.feat { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(24px, 4vw, 54px); align-items: center; text-decoration: none; color: var(--ink); }
.feat-img { overflow: hidden; border-radius: 4px; }
.feat-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.feat:hover .feat-img img { transform: scale(1.04); }
.feat h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.6vw, 2.9rem); line-height: 1.14; margin: 14px 0 12px; }
.chip { display: inline-block; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose-deep); background: var(--blush); padding: 6px 14px; border-radius: 999px; }
.excerpt { color: var(--gray); }
.meta { font-size: 0.78rem; letter-spacing: 0.1em; color: var(--gray); margin-top: 14px; }
.more { display: inline-block; margin-top: 20px; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose-deep); border-bottom: 1px solid var(--rose); padding-bottom: 3px; }
.more .arr { display: inline-block; transition: transform 0.25s; }
.feat:hover .arr { transform: translateX(4px); }

/* grilă articole */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.grid.two { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.card { text-decoration: none; color: var(--ink); display: block; }
.card-img { overflow: hidden; border-radius: 4px; margin-bottom: 16px; }
.card-img img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.card:hover .card-img img { transform: scale(1.05); }
.card h3 { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; line-height: 1.22; margin: 12px 0 8px; transition: color 0.25s; }
.card:hover h3 { color: var(--rose-deep); }
.card .excerpt { font-size: 0.92rem; }

/* strip despre + credibilitate */
.about-strip { background: var(--blush); }
.about-in { max-width: 760px; margin: 0 auto; text-align: center; }
.about-lead { font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.5; font-style: italic; margin-bottom: 30px; }
.cred-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 34px); margin: 26px 0; align-items: start; }
.cred { display: flex; flex-direction: column; gap: 4px; text-align: center; }
.cred-n { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; color: var(--rose-deep); }
.cred-t { font-size: 0.8rem; letter-spacing: 0.04em; color: var(--gray); }
.cred-note { font-size: 0.84rem; color: var(--gray); margin-bottom: 26px; }
.end-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.center-actions { justify-content: center; }

/* pagina despre */
.about-lead-big { font-family: var(--serif); font-style: italic; font-size: clamp(1.35rem, 2.8vw, 1.9rem); line-height: 1.45; color: var(--rose-deep); margin-bottom: 10px; }
.about-photo { margin: 30px auto 20px; max-width: 980px; }
.about-photo img { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: 4px; }
.about-page .cred-row { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; margin-bottom: 12px; }
.about-block { margin-top: 40px; }
.about-block h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem, 2.8vw, 1.9rem); margin-bottom: 12px; color: var(--rose-deep); }

/* caseta de autor */
.author-box { margin-top: 46px; background: var(--paper-2); border-radius: 6px; padding: clamp(24px, 3vw, 36px); }
.author-k { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--rose-deep); }
.author-n { font-family: var(--serif); font-size: 1.7rem; margin: 6px 0 10px; }
.author-t { color: var(--gray); font-size: 0.95rem; margin-bottom: 18px; }

.foot-ig { margin-bottom: 20px; }
.foot-ig a { color: var(--blush); text-decoration: none; font-size: 0.84rem; letter-spacing: 0.1em; border-bottom: 1px solid rgba(243,227,218,0.4); padding-bottom: 2px; }

/* ---------- pagini ---------- */
.crumbs { font-size: 0.76rem; letter-spacing: 0.12em; color: var(--gray); margin-bottom: 18px; }
.crumbs a { color: var(--rose-deep); text-decoration: none; }
.page-h { font-family: var(--serif); font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.1; margin-bottom: 12px; }
.page-sub { color: var(--gray); margin-bottom: 36px; }

/* articol */
.article .art-h { font-family: var(--serif); font-weight: 400; font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.12; margin-bottom: 10px; }
.art-hero { margin: 34px auto 40px; max-width: 980px; }
.art-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 4px; }
.prose { font-size: 1.08rem; }
.prose p { margin-bottom: 1.3em; }
.prose h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 3vw, 2rem); margin: 1.8em 0 0.6em; }
.prose h3 { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; margin: 1.5em 0 0.5em; }
.prose ul { margin: 0 0 1.4em 1.1em; }
.prose li { margin-bottom: 0.65em; }
.prose strong { font-weight: 500; color: var(--ink); }
.prose a { color: var(--rose-deep); }
.prose blockquote { border-left: 2px solid var(--rose); padding: 6px 0 6px 24px; margin: 1.8em 0; font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.45; color: var(--rose-deep); }
.art-end { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.sign { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--rose-deep); }

/* ---------- formular ---------- */
.form-card { background: var(--paper-2); border-radius: 6px; padding: clamp(26px, 4vw, 44px); }
.hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.f-field { margin-bottom: 18px; }
.f-field label { display: block; font-size: 0.78rem; letter-spacing: 0.1em; color: var(--gray); margin-bottom: 7px; }
.f-field input, .f-field textarea { width: 100%; background: var(--paper); border: 1px solid rgba(43,35,32,0.16); border-radius: 3px; padding: 13px 15px; font-family: var(--sans); font-weight: 300; font-size: 1rem; color: var(--ink); outline: none; transition: border-color 0.25s; }
.f-field input:focus, .f-field textarea:focus { border-color: var(--rose); }
.f-math label { color: var(--rose-deep); }
.f-math input { max-width: 130px; }
.submit { width: 100%; margin-top: 6px; }
.submit[disabled] { opacity: 0.55; cursor: wait; }
.form-status { margin-top: 12px; text-align: center; font-size: 0.9rem; color: #A8443A; min-height: 1.2em; }
.form-success { text-align: center; padding: 20px 0; }
.form-success .ok-title { font-family: var(--serif); font-size: 1.7rem; color: var(--rose-deep); }
.form-success .ok-text { color: var(--gray); margin-top: 8px; }

/* ---------- footer ---------- */
.foot { background: var(--ink); color: var(--paper); padding: clamp(46px, 6vw, 74px) 0; text-align: center; }
.foot-name { font-family: var(--serif); font-size: 1.9rem; letter-spacing: 0.05em; }
.foot-tag { font-family: var(--serif); font-style: italic; color: rgba(253,251,248,0.72); margin-top: 4px; }
.foot-cats { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin: 26px 0 22px; }
.foot-cats a { color: rgba(253,251,248,0.82); text-decoration: none; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; }
.foot-cats a:hover { color: var(--blush); }
.foot-small { font-size: 0.74rem; letter-spacing: 0.08em; color: rgba(253,251,248,0.5); }

.preview-tag { position: fixed; right: 14px; bottom: 14px; z-index: 60; font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; background: var(--ink); color: var(--paper); opacity: 0.85; pointer-events: none; }

/* ---------- animații ---------- */
.rise { opacity: 0; transform: translateY(20px); transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1); }
body.loaded .rise { opacity: 1; transform: none; }
body.loaded .r1 { transition-delay: 0.06s; }
body.loaded .r2 { transition-delay: 0.16s; }
body.loaded .r3 { transition-delay: 0.28s; }
body.loaded .r4 { transition-delay: 0.4s; }
body.loaded .r5 { transition-delay: 0.52s; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1); }
[data-reveal].on { opacity: 1; transform: none; }

:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }

@media (max-width: 860px) {
    .nav { display: none; }
    .burger { display: block; }
    .mobile-nav { display: none; }
    .mobile-nav.open { display: flex; }
    .feat { grid-template-columns: 1fr; }
    .f-row { grid-template-columns: 1fr; }
    .hero { min-height: 70svh; }
    .hero-veil { background: linear-gradient(180deg, rgba(253,251,248,0.9) 0%, rgba(253,251,248,0.82) 55%, rgba(253,251,248,0.55) 100%); }
    .hero-in { padding-top: 56px; padding-bottom: 56px; }
    .cat-bar-in { gap: 22px; row-gap: 10px; }
    .cat-bar a { font-size: 0.7rem; }
    .cred-row { grid-template-columns: 1fr 1fr; row-gap: 26px; }
    .cred-n { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rise, [data-reveal] { opacity: 1; transform: none; transition: none; }
    .hero-img { animation: none; }
}

/* linkuri sociale în footer */
.foot-ig { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; align-items: baseline; }
.foot-handle { color: rgba(253,251,248,0.45); font-size: 0.76rem; letter-spacing: 0.08em; }

/* întrebări frecvente */
.faq { margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line); }
.faq h2 { font-family: var(--serif); font-weight: 500; font-size: 1.6rem; margin-bottom: 16px; color: var(--rose-deep); }
.faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-size: 1.02rem; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--rose-deep); font-size: 1.3rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--gray); margin-top: 10px; }
