/* Cabinet de Avocat Rohozneanu Bianca-Alexandra — shared stylesheet (RO + EN)
   Warm palette: cream/sand + gold + charcoal. */

/* ---- Fonts (served locally) ---- */
@font-face {
  font-family: "Archivo";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/archivo-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2192;
}
@font-face {
  font-family: "Archivo";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/archivo-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+0218-021B;
}
@font-face {
  font-family: "Archivo";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/archivo-800-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2192;
}
@font-face {
  font-family: "Archivo";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/archivo-800-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+0218-021B;
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E;
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+0218-021B;
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-3-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E;
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-3-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+0218-021B;
}

/* ---- Tokens ---- */
:root {
  --sand: #f3ebdd;
  --sand-2: #efe4d2;
  --ivory: #fffdf8;
  --ink: #211d17;
  --ink-soft: #4c453b;
  --charcoal: #1d1a15;
  --gold: #a8813c;
  --gold-light: #c4a05a;
  --line: #e2d5bf;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --sans: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--sand);
}
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: 1.08; color: var(--ink); letter-spacing: -0.01em; }
img { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration-color: var(--gold); }
.hidden { display: none; }

.wrap { max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }

/* Eyebrow / label */
.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---- Header / nav ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(243, 235, 221, 0.88);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
  flex-wrap: wrap;
}
.nav-brand {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}
.nav-links a:hover { color: var(--gold); }
.lang-switch {
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--gold) !important;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--charcoal); color: var(--sand); }
.btn-primary:hover { background: #000; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---- Hero ---- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 90% at 85% 10%, var(--sand-2) 0%, var(--sand) 55%);
}
.hero-scales {
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 34rem;
  max-width: 55%;
  color: var(--gold);
  opacity: 0.06;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
  padding: 4.5rem 0 5rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 253, 248, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.75rem;
}
.badge .dot { width: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--gold); }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.25rem); margin-bottom: 1.25rem; }
.hero h1 .accent {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.01em;
  margin-top: 0.1em;
}
.hero .lede {
  font-size: 1.18rem;
  color: var(--ink-soft);
  max-width: 34rem;
  margin-bottom: 2.25rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Hero info card (replaces testimonials) */
.hero-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 30px 60px -35px rgba(60, 45, 20, 0.45);
}
.hero-card h2 {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.hero-card dl { display: grid; gap: 1.1rem; }
.hero-card dt {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.15rem;
}
.hero-card dd { font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.hero-card dd span { display: block; font-family: var(--sans); font-weight: 400; font-size: 0.95rem; color: var(--ink-soft); }

/* ---- Sections ---- */
.section { padding: 5rem 0; }
.section-alt { background: var(--sand-2); }
.section-head { max-width: 42rem; margin-bottom: 3rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 0.6rem 0 0; }
.section-intro { color: var(--ink-soft); margin-top: 1rem; font-size: 1.1rem; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.about p + p { margin-top: 1.1rem; }
.about p { color: var(--ink-soft); }
.portrait {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
  background: var(--ivory);
}

/* Practice-area cards */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.75rem;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 45px -30px rgba(60, 45, 20, 0.5);
  border-color: var(--gold-light);
}
.card-icon { color: var(--gold); margin-bottom: 1rem; }
.card h3 { font-family: var(--display); font-weight: 700; font-size: 1.2rem; margin-bottom: 0.6rem; }
.card p { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.6; }

/* Experience / timeline */
.timeline { display: grid; gap: 1.25rem; max-width: 46rem; }
.tl-item {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 0 0.9rem 0.9rem 0;
  padding: 1.4rem 1.6rem;
}
.tl-item h3 { font-family: var(--display); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.25rem; }
.tl-item p { color: var(--ink-soft); }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-info h3 { font-family: var(--display); font-weight: 700; font-size: 1.1rem; margin: 1.25rem 0 0.2rem; }
.contact-info .name { font-family: var(--display); font-weight: 800; font-size: 1.4rem; margin-bottom: 0.2rem; }
.contact-info .role { color: var(--gold); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 1rem; }
.contact-info a { color: var(--ink); font-weight: 600; }
.contact-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 1rem 0 0.3rem;
  color: var(--ink);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  font: inherit;
  background: var(--ivory);
  color: var(--ink);
}
.contact-form input:focus,
.contact-form textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.contact-form .btn { margin-top: 1.5rem; }

/* Footer */
.site-footer {
  background: var(--charcoal);
  color: #cdbfa0;
  padding: 2.5rem 0;
}
.site-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: center; }
.site-footer a { color: #e6d9bd; }
.site-footer .foot-brand { font-family: var(--display); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sand); }
.site-footer small { color: #a99a7d; font-size: 0.85rem; }

/* Simple pages (thank-you) */
.simple-hero { padding: 6rem 0; text-align: center; }
.simple-hero h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); margin-bottom: 1rem; }
.simple-hero p { color: var(--ink-soft); font-size: 1.15rem; max-width: 34rem; margin: 0 auto 2rem; }

/* Legal / document pages */
.legal { max-width: 48rem; margin: 0 auto; padding: 4rem 0; }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 0.4rem; }
.legal .updated { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 2.5rem; }
.legal h2 { font-size: 1.2rem; margin: 2.25rem 0 0.6rem; }
.legal p { color: var(--ink-soft); margin-bottom: 0.8rem; }
.legal ul { margin: 0 0 1rem 1.35rem; color: var(--ink-soft); }
.legal li { margin-bottom: 0.35rem; }
.legal a { color: var(--ink); font-weight: 600; }
.legal .back { display: inline-block; margin-top: 2.5rem; }

/* Footer legal link */
.site-footer .foot-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.site-footer .foot-links a { text-decoration: none; font-size: 0.85rem; }
.site-footer .foot-links a:hover { color: var(--sand); }

/* ---- Responsive ---- */
@media (max-width: 60rem) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 0 4rem; }
  .about { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
}
@media (max-width: 44rem) {
  .nav { justify-content: center; }
  .cards { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.1rem, 9vw, 3rem); }
}
