/* ========================================================
   Primogenia Medical Clinic — shared stylesheet
   Colors: #12352F green | #C8A96B gold | #F7F5F2 ivory | #2A2A2A black
   Typography: Playfair Display (titles), Montserrat (body)
   ======================================================== */

:root {
  --green: #12352F;
  --green-dark: #0F2B26;
  --green-light: #1A3E35;
  --gold: #C8A96B;
  --gold-light: #E3C57E;
  --ivory: #F7F5F2;
  --cream: #EDE7DE;
  --black: #2A2A2A;
  --text: #2D2A27;
  --muted: #6F665F;
  --line: rgba(200, 169, 107, 0.35);
  --shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  background: var(--ivory);
  color: var(--text);
  line-height: 1.65;
  font-size: 15px;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button, input, textarea, select { font-family: inherit; }

/* ===== Header / Navigation ===== */
.site-header {
  background: var(--green);
  color: #fff;
  border-bottom: 1px solid rgba(200, 169, 107, 0.4);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  height: 90px;
  width: auto;
}

.brand-text {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  color: #f5f1ea;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* =====  DISABLED TMPORARY IN LIVE WIL RENABLE ===== */
.nav-icons {
  display: flex;
  gap: 14px;
  color: var(--gold);
  font-size: 18px;
  display:none;
}

.nav-icons a:hover { opacity: .8; }

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--gold);
  font-size: 26px;
  cursor: pointer;
}

/* ===== Hero / Page Header ===== */
.hero {
  position: relative;
  background:
  /*  linear-gradient(90deg, rgba(18,53,47,.95) 0%, rgba(18,53,47,.75) 55%, rgba(18,53,47,.25) 100%),
    url("img/hero.jpg") center / cover no-repeat; */
 linear-gradient(90deg, rgba(18,53,47,.95) 0%, rgba(18,53,47,.75) 55%, rgba(18,53,47,.25) 100%),
    url("img/evexia2.jpg") center / cover no-repeat; 
  color: #fff;
  padding: 100px 32px;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.hero-content {
  max-width: 560px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  color: #f5e8cf;
  margin-bottom: 24px;
}

.hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 460px;
  margin-bottom: 32px;
}

.page-hero {
  background: linear-gradient(135deg, var(--green), var(--green-light));
  color: #fff;
  padding: 80px 32px 60px;
  text-align: center;
  border-bottom: 1px solid rgba(200, 169, 107, 0.3);
}

.page-hero .eyebrow {
  margin-bottom: 12px;
}

.page-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 600;
  color: #f5e8cf;
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 640px;
  margin: 0 auto;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--green);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 32px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(200, 169, 107, 0.4);
}

.btn.outline {
  background: transparent;
  color: var(--green);
  border-color: var(--gold);
}

.btn.outline:hover {
  background: var(--gold);
  color: var(--green);
}

.btn.dark-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}

.btn.dark-outline:hover {
  background: var(--gold);
  color: var(--green);
}

/* ===== Sections & Layout ===== */
section { padding: 80px 32px; }

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 48px;
}

.section-title h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: var(--text);
  font-weight: 500;
  margin-bottom: 14px;
}

.section-title p {
  color: var(--muted);
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
}

.ornament {
  width: 140px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto;
  position: relative;
}

.ornament::after {
  content: "✦";
  color: var(--gold);
  background: var(--ivory);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
  font-size: 12px;
}

.ornament.dark::after { background: var(--green); }
.ornament.cream::after { background: var(--cream); }
.ornament.white::after { background: #fff; }

/* ===== Benefits bar ===== */
.benefits-bar {
  background: linear-gradient(180deg, var(--green-light), var(--green));
  color: #fff;
  padding: 0;
}

.benefits-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefit {
  text-align: center;
  padding: 38px 24px;
  border-right: 1px solid rgba(200, 169, 107, 0.25);
}

.benefit:last-child { border-right: 0; }

.benefit .icon {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 12px;
}

.benefit h4 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.45;
}

/* ===== Category grid ===== */
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.cat-card {
  background: #fff;
  border: 1px solid rgba(200, 169, 107, 0.22);
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}

.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.cat-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cat-card-body {
  padding: 22px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cat-card h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.cat-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.more-link {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: auto;
}

.more-link::after { content: " →"; }

/* ===== Why-us / Features ===== */
.why-section {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.why-copy {
  padding: 64px 48px;
  border-right: 1px solid var(--line);
}

.why-copy h2 {
  font-family: "Playfair Display", serif;
  color: var(--green);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 24px;
}

.why-copy p {
  color: var(--muted);
  margin-bottom: 26px;
  font-size: 14px;
}

.why-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.why-item {
  padding: 54px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.why-item:last-child { border-right: 0; }

.why-item .icon {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 16px;
}

.why-item p {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.45;
  letter-spacing: 0.5px;
}

/* ===== Content block (two columns: text + image) ===== */
.content-block {
  background: #fff;
}

.content-block.cream { background: var(--cream); }
.content-block.ivory { background: var(--ivory); }

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.content-grid.reverse { direction: rtl; }
.content-grid.reverse > * { direction: ltr; }

.content-grid h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 500;
  color: var(--green);
  margin-bottom: 18px;
}

.content-grid p {
  color: var(--text);
  margin-bottom: 16px;
  font-size: 14px;
}

.content-grid img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.checks {
  list-style: none;
  margin: 16px 0 22px;
}

.checks li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.checks li::before {
  content: "✓";
  color: var(--gold);
  font-weight: 800;
}

/* ===== Mini-benefits ===== */
.mini-benefits {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mini {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.mini .icon {
  display: block;
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 10px;
}

/* ===== Pro / B2B promo strip ===== */
.pro-strip {
  background: var(--green);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.pro-copy {
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pro-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  margin-bottom: 18px;
}

.pro-copy p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 26px;
  font-size: 14px;
}

.pro-img {
  background: url("img/professional.jpg") center / cover no-repeat;
  min-height: 360px;
}

/* ===== Product grid (sample products) ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px;
  text-align: center;
  transition: box-shadow .2s, transform .2s;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 14px;
}

.product-card h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  min-height: 36px;
}

.product-card .price {
  color: var(--gold);
  font-weight: 700;
  font-size: 15px;
  margin: 8px 0 14px;
}

.product-card .btn {
  padding: 10px 18px;
  font-size: 11px;
}

/* ===== About / Text page ===== */
.about-content {
  max-width: 880px;
  margin: 0 auto;
}

.about-content p {
  margin-bottom: 18px;
  font-size: 15px;
  color: var(--text);
}

.about-content h3 {
  font-family: "Playfair Display", serif;
  color: var(--green);
  font-size: 26px;
  margin: 32px 0 14px;
  font-weight: 500;
}

/* ===== Contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
}

.contact-info h3 {
  font-family: "Playfair Display", serif;
  color: var(--green);
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: 500;
}

.contact-info ul { list-style: none; }
.contact-info li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 14px;
}

.contact-info .icon {
  color: var(--gold);
  font-size: 20px;
  flex-shrink: 0;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 36px;
}

.contact-form label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--green);
  margin-bottom: 6px;
  margin-top: 18px;
}

.contact-form label:first-child { margin-top: 0; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--ivory);
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition: border-color .2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form .btn {
  margin-top: 22px;
  width: 100%;
}

.full-width-banner img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    filter: brightness(0.95);
}

/* ===== Footer ===== */
.site-footer {
  background: var(--green);
  color: rgba(255, 255, 255, 0.78);
  padding: 60px 32px 24px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(200, 169, 107, 0.25);
}

.footer-grid h4 {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  font-weight: 600;
}

.footer-grid p,
.footer-grid li {
  font-size: 13px;
  list-style: none;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid a:hover { color: var(--gold); }

.footer-brand img {
  height: 280px;
  width: auto;
  margin-bottom: 16px;
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.socials a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 14px;
  transition: background .2s, color .2s;
}

.socials a:hover {
  background: var(--gold);
  color: var(--green);
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

/* ===== Breadcrumb ===== */
.breadcrumb {
  background: var(--cream);
  padding: 14px 32px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}

.breadcrumb .container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--gold); }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .why-section { grid-template-columns: 1fr; }
  .why-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .pro-strip { grid-template-columns: 1fr; }
  .pro-img { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .header-inner { padding: 12px 20px; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--green);
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 0; }
  .menu-toggle { display: block; }
  .nav-icons { display: none; }

  .hero { padding: 70px 24px; min-height: 380px; }
  .hero h1 { font-size: 38px; }
  .page-hero { padding: 56px 24px 44px; }
  .page-hero h1 { font-size: 32px; }
  section { padding: 56px 20px; }

  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit { border-right: 0; border-bottom: 1px solid rgba(200,169,107,0.2); }

  .category-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cat-card img { height: 160px; }

  .why-icons { grid-template-columns: 1fr 1fr; }
  .why-item { border-right: 0; border-bottom: 1px solid var(--line); }

  .content-grid { grid-template-columns: 1fr; gap: 32px; }
  .content-grid img { height: 280px; }

  .pro-copy { padding: 56px 28px; }

  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card img { height: 160px; }

  .mini-benefits { grid-template-columns: 1fr 1fr; gap: 22px; }

  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .copyright { flex-direction: column; }
}

@media (max-width: 480px) {
  .category-grid,
  .product-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 30px; }
  .section-title h2 { font-size: 26px; }
}
