:root {
  --bleumarin: #17263c;
  --bleumarin-inchis: #101b2d;
  --auriu: #b08d3f;
  --auriu-inchis: #93712c;
  --hartie: #f7f5f1;
  --text: #33404f;
  --text-estompat: #5c6979;
  --alb: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--hartie);
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--bleumarin);
  line-height: 1.2;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--auriu-inchis);
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.paragraf {
  color: var(--auriu);
  margin-right: 0.35rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--alb);
  border-bottom: 3px solid var(--auriu);
  box-shadow: 0 1px 6px rgba(16, 27, 45, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: contain;
  border: 2px solid var(--auriu);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-text strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  color: var(--bleumarin);
}

.brand-text small {
  color: var(--text-estompat);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.menu {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.menu a {
  text-decoration: none;
  color: var(--bleumarin);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
}

.menu a:hover {
  color: var(--auriu-inchis);
  border-bottom-color: var(--auriu);
}

.hero {
  background: linear-gradient(
    180deg,
    var(--bleumarin) 0%,
    var(--bleumarin-inchis) 100%
  );
  color: var(--alb);
  text-align: center;
  padding: 5rem 0 4.5rem;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  color: var(--auriu);
  margin-bottom: 1rem;
}

.hero h1 {
  color: var(--alb);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.hero-subtitle {
  max-width: 640px;
  margin: 0 auto 2rem;
  color: #cbd3de;
  font-size: 1.1rem;
}

.hero-nota {
  margin-top: 1.4rem;
  color: #9aa6b5;
  font-size: 0.92rem;
  font-style: italic;
}

.butoane {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.7rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 0.02em;
}

.btn-gold {
  background: var(--auriu);
  color: var(--bleumarin-inchis);
  border: 1px solid var(--auriu);
}

.btn-gold:hover {
  background: var(--auriu-inchis);
  border-color: var(--auriu-inchis);
  color: var(--alb);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--alb);
}

.btn-outline:hover {
  border-color: var(--auriu);
  color: var(--auriu);
}

.btn-outline-dark {
  border: 1px solid var(--bleumarin);
  color: var(--bleumarin);
}

.btn-outline-dark:hover {
  border-color: var(--auriu-inchis);
  color: var(--auriu-inchis);
}

.section {
  padding: 4.5rem 0;
  scroll-margin-top: 90px;
}

.section-alt {
  background: var(--alb);
  border-top: 1px solid #e7e2d8;
  border-bottom: 1px solid #e7e2d8;
}

.section h2 {
  font-size: 2.1rem;
  margin-bottom: 1.6rem;
}

.despre-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3rem;
  align-items: start;
}

.despre-foto img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e0dacd;
  box-shadow: 8px 8px 0 rgba(176, 141, 63, 0.25);
}

.despre-text p {
  margin-bottom: 1rem;
}

.unbr {
  margin-top: 1.6rem;
  padding: 1.1rem 1.3rem;
  background: var(--alb);
  border-left: 4px solid var(--auriu);
  border-radius: 0 4px 4px 0;
  box-shadow: 0 1px 5px rgba(16, 27, 45, 0.07);
}

.unbr h3 {
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}

.unbr p {
  margin: 0;
  color: var(--text-estompat);
  font-size: 0.98rem;
}

.domenii-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.4rem;
}

.card {
  background: var(--hartie);
  border: 1px solid #e7e2d8;
  border-top: 3px solid var(--auriu);
  border-radius: 4px;
  padding: 1.5rem 1.5rem 1.4rem;
}

.card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.card p {
  color: var(--text-estompat);
  font-size: 0.98rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

.contact-info dt {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--bleumarin);
  margin-top: 1rem;
}

.contact-info dt:first-child {
  margin-top: 0;
}

.contact-info dd {
  margin: 0 0 0.2rem;
}

.nota-programare {
  margin: 1.4rem 0;
  font-style: italic;
  color: var(--auriu-inchis);
}

.contact-info .butoane {
  justify-content: flex-start;
}

.contact-harta iframe {
  width: 100%;
  height: 420px;
  border: 1px solid #e0dacd;
  border-radius: 4px;
}

.site-footer {
  background: var(--bleumarin-inchis);
  color: #9aa6b5;
  text-align: center;
  padding: 2rem 0;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0.2rem 0;
}

@media (max-width: 840px) {
  .despre-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .despre-foto {
    max-width: 340px;
  }

  .nav {
    justify-content: center;
    text-align: center;
  }

  .section {
    padding: 3rem 0;
  }

  .contact-harta iframe {
    height: 320px;
  }
}
