/* ============================================================
   Serenitas — Servicii Funerare
   Shared stylesheet (compiled from the Claude Design source)
   ============================================================ */

:root {
  --bg:        #f6f2ec;
  --panel:     #efe8db;
  --ink:       #2e3236;
  --body:      #3b3833;
  --muted:     #5c574e;
  --muted-2:   #565c60;
  --gold:      #a5854f;
  --gold-lt:   #d8b877;
  --gold-md:   #8a7546;
  --dark:      #2e3236;
  --darker:    #202427;
  --cream:     #e9e0c9;
  --border:    #e4ddd0;
  --border-2:  #e0d8c6;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:  'Karla', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --maxw: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: #2b2926;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--ink); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--gold); }
img { max-width: 100%; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); }

@keyframes serRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.container { max-width: var(--maxw); margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* ---- Emergency top bar ---- */
.topbar {
  background: var(--dark); color: var(--cream);
  font-size: 13.5px; letter-spacing: .04em;
  display: flex; justify-content: center; align-items: center;
  gap: 22px; padding: 10px 24px; flex-wrap: wrap; text-align: center;
}
.topbar .dot { opacity: .4; }
.topbar a { color: var(--gold-lt); font-weight: 600; letter-spacing: .06em; }
.topbar a:hover { color: #ecd39a; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,242,236,.92);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.site-header .inner {
  max-width: var(--maxw); margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { height: 48px; width: auto; display: block; }
.brand .name { display: flex; flex-direction: column; line-height: 1; }
.brand .name b { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .06em; color: var(--ink); }
.brand .name span { font-size: 9.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-md); margin-top: 4px; }
.nav-links { display: flex; gap: 28px; font-size: 14px; letter-spacing: .03em; color: var(--muted-2); }
.btn-call {
  background: var(--dark); color: var(--bg); padding: 11px 20px;
  font-size: 14px; letter-spacing: .04em; white-space: nowrap;
}
.btn-call:hover { background: #3a4045; color: var(--bg); }

/* ---- Buttons ---- */
.btn-primary { display: inline-block; background: var(--dark); color: var(--bg); padding: 16px 30px; font-size: 15px; letter-spacing: .05em; }
.btn-primary:hover { background: #3a4045; color: var(--bg); }
.btn-ghost { display: inline-block; border: 1px solid var(--border-2); padding: 16px 26px; font-size: 15px; color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold); color: var(--ink); }
.btn-gold { display: inline-block; background: var(--gold-lt); color: var(--dark); padding: 16px 34px; font-size: 15px; font-weight: 600; letter-spacing: .04em; }
.btn-gold:hover { background: #ecd39a; color: var(--dark); }

/* ---- Eyebrow / kickers ---- */
.kicker { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.rule { width: 60px; height: 2px; background: var(--gold); margin: 20px auto 0; }

/* ---- Hero (split) ---- */
.hero { max-width: var(--maxw); margin: 0 auto; padding: 104px 32px 92px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero .copy { animation: serRise .9s ease both; }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.hero .eyebrow .line { width: 44px; height: 1px; background: var(--gold); }
.hero .eyebrow span { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.hero h1 { font-size: 62px; line-height: 1.08; margin: 0 0 24px; }
.hero p { font-size: 17px; line-height: 1.78; color: var(--muted); max-width: 480px; margin: 0 0 36px; }
.hero .cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero .art { position: relative; animation: serRise 1.1s ease both; }
.hero .art .frame { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.hero .art .frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero .badge { position: absolute; bottom: -24px; left: -24px; background: var(--dark); color: var(--cream); padding: 20px 26px; max-width: 230px; }
.hero .badge b { font-family: var(--serif); font-size: 26px; color: var(--gold-lt); line-height: 1; display: block; }
.hero .badge span { font-size: 13px; line-height: 1.55; margin-top: 8px; color: #c3b7a0; display: block; }

/* ---- Why-us strip ---- */
.whyus { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--panel); }
.whyus .grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.whyus .cell { padding: 32px 28px; border-right: 1px solid var(--border-2); }
.whyus .cell:last-child { border-right: 0; }
.whyus .cell b { font-family: var(--serif); font-size: 23px; color: var(--gold); margin-bottom: 8px; display: block; font-weight: 500; }
.whyus .cell span { font-size: 13.5px; line-height: 1.6; color: var(--muted); display: block; }

/* ---- Section heading ---- */
.section { max-width: var(--maxw); margin: 0 auto; padding: 96px 32px; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head .kicker { margin-bottom: 12px; display: block; }
.section-head h2 { font-size: 46px; margin: 0; }

/* ---- Services ---- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.service { background: var(--bg); padding: 34px 30px; }
.service .tick { width: 34px; height: 2px; background: var(--gold); margin-bottom: 18px; }
.service h3 { font-size: 24px; margin: 0 0 10px; }
.service p { font-size: 14px; line-height: 1.65; color: var(--muted); margin: 0; }
.service .from { margin-top: 16px; font-size: 13px; letter-spacing: .06em; color: var(--gold); }

/* ---- About ---- */
.about { background: var(--panel); padding: 96px 0; }
.about .inner { max-width: 760px; margin: 0 auto; padding: 0 32px; text-align: center; }
.about .kicker { margin-bottom: 12px; display: block; }
.about h2 { font-size: 44px; line-height: 1.14; margin: 0 0 26px; }
.about p { font-size: 16.5px; line-height: 1.85; color: var(--muted); margin: 0 0 18px; }
.about p:last-child { margin-bottom: 0; }

/* ---- Promise band ---- */
.promise { background: var(--dark); color: var(--cream); padding: 80px 32px; }
.promise .inner { max-width: 900px; margin: 0 auto; text-align: center; }
.promise .mark { position: relative; width: 20px; height: 32px; display: inline-block; margin-bottom: 22px; }
.promise .mark i { position: absolute; background: var(--gold-lt); }
.promise .mark i.v { left: 9px; top: 0; width: 2px; height: 32px; }
.promise .mark i.h { left: 3px; top: 9px; width: 14px; height: 2px; }
.promise blockquote { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 32px; line-height: 1.4; margin: 0; color: #f3efe6; }

/* ---- Steps ---- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step { text-align: center; }
.step .num { width: 60px; height: 60px; border: 2px solid var(--gold); border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 26px; color: var(--gold); }
.step h3 { font-size: 23px; margin: 0 0 8px; }
.step p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ---- Blog / ghid ---- */
.ghid { background: var(--dark); color: var(--cream); padding: 96px 32px; }
.ghid .inner { max-width: var(--maxw); margin: 0 auto; }
.ghid .section-head .kicker { color: var(--gold-lt); }
.ghid .section-head h2 { color: #f3efe6; }
.ghid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ghid-card { display: block; background: #3a3f43; border: 1px solid #4c5257; padding: 32px 28px; transition: border-color .18s ease, transform .18s ease; }
.ghid-card:hover { border-color: var(--gold-lt); transform: translateY(-3px); }
.ghid-card .cat { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 14px; }
.ghid-card h3 { font-size: 25px; line-height: 1.2; margin: 0 0 12px; color: #f3efe6; }
.ghid-card p { font-size: 14px; line-height: 1.6; color: #bfb59b; margin: 0; }
.ghid-card .more { margin-top: 18px; font-size: 13px; letter-spacing: .1em; color: var(--gold-lt); }

/* ---- Contact ---- */
.contact { max-width: var(--maxw); margin: 0 auto; padding: 96px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact .kicker { margin-bottom: 12px; display: block; }
.contact h2 { font-size: 44px; margin: 0 0 28px; }
.contact .lines { font-size: 16px; line-height: 2.05; color: var(--body); }
.contact .lines .lbl { color: var(--gold); }
.contact .lines a { font-weight: 600; }
.contact .map { width: 100%; aspect-ratio: 4/3; border: 0; display: block; }

/* ---- Article (guides) ---- */
.article { max-width: 760px; margin: 0 auto; padding: 72px 32px 40px; }
.article .back { font-size: 13px; letter-spacing: .1em; color: var(--gold); }
.article .kicker { margin: 26px 0 14px; display: block; }
.article h1 { font-size: 50px; line-height: 1.1; margin: 0 0 22px; }
.article .lead { font-size: 19px; line-height: 1.7; color: var(--muted); margin: 0; }
.article .rule-left { width: 60px; height: 2px; background: var(--gold); margin: 34px 0 0; }
.prose { max-width: 760px; margin: 0 auto; padding: 8px 32px 20px; }
.prose h2 { font-size: 30px; margin: 40px 0 12px; }
.prose p { font-size: 16.5px; line-height: 1.85; color: var(--body); margin: 0 0 14px; }
.prose ul { font-size: 16.5px; line-height: 1.85; color: var(--body); margin: 0 0 14px; padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose .callout { background: var(--panel); border-left: 3px solid var(--gold); padding: 24px 26px; margin: 40px 0; }
.prose .callout p { font-size: 16.5px; line-height: 1.75; margin: 0; }
.prose .disclaimer { font-size: 13.5px; line-height: 1.7; color: #8a8378; margin: 0; }

/* ---- CTA band (guides) ---- */
.cta-band { background: var(--dark); color: var(--cream); padding: 70px 32px; text-align: center; margin-top: 40px; }
.cta-band h2 { font-size: 38px; margin: 0 0 12px; color: #f3efe6; }
.cta-band p { font-size: 16px; line-height: 1.7; color: #c3b7a0; max-width: 520px; margin: 0 auto 28px; }

/* ---- Read-also ---- */
.readalso { max-width: var(--maxw); margin: 0 auto; padding: 64px 32px; }
.readalso .kicker { margin-bottom: 22px; display: block; }
.readalso .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.readalso-card { display: block; border: 1px solid var(--border); padding: 28px 26px; background: var(--bg); transition: border-color .18s ease; }
.readalso-card:hover { border-color: var(--gold); }
.readalso-card .cat { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.readalso-card h3 { font-size: 24px; line-height: 1.2; margin: 0; }

/* ---- Footer ---- */
.site-footer { background: var(--darker); color: #a6adb0; }
.site-footer .top { max-width: var(--maxw); margin: 0 auto; padding: 48px 32px 30px; display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; border-bottom: 1px solid #363b3f; }
.site-footer .top img { width: 180px; height: auto; display: block; margin-bottom: 10px; }
.site-footer .tag { font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: #949b9e; }
.site-footer .cols { display: flex; gap: 56px; flex-wrap: wrap; }
.site-footer .col { font-size: 14px; line-height: 1.9; }
.site-footer .col .h { color: var(--gold-lt); margin-bottom: 8px; }
.site-footer .col a, .site-footer .col div { color: #c2c9cc; }
.site-footer .col a:hover { color: var(--gold-lt); }
.site-footer .bottom { max-width: var(--maxw); margin: 0 auto; padding: 22px 32px; display: flex; justify-content: space-between; font-size: 13px; color: #868d90; flex-wrap: wrap; gap: 8px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding: 72px 32px 72px; }
  .hero .art { max-width: 460px; margin: 0 auto; width: 100%; }
  .hero h1 { font-size: 52px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
  .ghid-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 40px; }
  .section-head h2 { font-size: 40px; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .site-header .inner { padding: 13px 22px; gap: 12px; }
  .brand .name span { display: none; }
  .brand .name b { font-size: 21px; }
  .brand img { height: 42px; }
  .btn-call .lbl { display: none; }
  .btn-call { padding: 10px 15px; font-size: 13.5px; letter-spacing: 0; }
}
@media (max-width: 640px) {
  .container, .site-header .inner, .hero, .section, .contact, .article, .prose, .readalso { padding-left: 22px; padding-right: 22px; }
  .whyus .grid { grid-template-columns: repeat(2, 1fr); }
  .whyus .cell:nth-child(2) { border-right: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 34px; }
  .readalso .grid { grid-template-columns: 1fr; }
  .hero { padding: 52px 22px 60px; }
  .hero h1 { font-size: 40px; }
  .hero .badge { left: 0; }
  .section { padding: 64px 22px; }
  .about { padding: 64px 0; }
  .about h2, .contact h2 { font-size: 34px; }
  .section-head h2 { font-size: 32px; }
  .article h1 { font-size: 38px; }
  .article { padding: 48px 22px 32px; }
  .promise blockquote { font-size: 26px; }
  .cta-band h2 { font-size: 30px; }
}
@media (max-width: 420px) {
  .whyus .grid { grid-template-columns: 1fr; }
  .whyus .cell { border-right: 0; }
  .hero h1 { font-size: 34px; }
  .site-header .inner { padding: 12px 16px; }
  .brand { gap: 9px; }
  .brand .name b { font-size: 18px; }
  .brand img { height: 38px; }
  .btn-call { padding: 9px 12px; font-size: 12.5px; }
}
