/*
Theme Name: HEUCC Twenty Seventeen Child
Theme URI: https://www.hagiaeucharistia.com/
Description: Custom child theme for Holy Eucharist Ukrainian Catholic Church, based on Twenty Seventeen.
Author: Holy Eucharist Ukrainian Catholic Church
Template: twentyseventeen
Version: 1.0.0
Text Domain: heucc-twentyseventeen-child
*/

/* Load parent theme styles via functions.php */

:root {
  --heucc-blue: #17385f;
  --heucc-gold: #b68a2c;
  --heucc-dark: #1f2933;
  --heucc-light: #f7f5f0;
}

body {
  color: var(--heucc-dark);
}

/* Header: logo and bilingual church name aligned */
.site-branding {
  padding: 1.5em 0;
}

.site-branding .wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.custom-logo-link {
  flex: 0 0 auto;
  padding-right: 0;
}

.custom-logo-link img {
  max-height: 92px;
  width: auto;
}

.site-branding-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-title {
  font-size: 1.75rem;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: var(--heucc-blue);
  opacity: 1;
}

.site-description {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0.2em 0 0;
  opacity: 1;
}

/* Add Ukrainian line after tagline if tagline is English */
.site-description::after {
  content: "Церква Пресвятої Євхаристії";
  display: block;
  color: var(--heucc-gold);
  font-size: 0.98rem;
  margin-top: 0.1em;
}

/* Navigation */
.navigation-top {
  border-bottom: 3px solid var(--heucc-gold);
}

.main-navigation a {
  color: var(--heucc-blue);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--heucc-gold);
}

/* Donate menu button: add CSS class donate-menu to the menu item */
.main-navigation li.donate-menu > a {
  background: var(--heucc-gold);
  border-radius: 3px;
  color: #fff !important;
  margin-left: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

/* Homepage sections */
.heucc-home {
  background: #fff;
}

.heucc-hero {
  background: linear-gradient(rgba(23,56,95,0.72), rgba(23,56,95,0.72)), var(--heucc-blue);
  color: #fff;
  padding: 4rem 1.5rem;
  text-align: center;
}

.heucc-hero h1 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.heucc-hero .uk-title {
  color: #f6d98b;
  font-size: 1.35rem;
  margin-bottom: 1.2rem;
}

.heucc-hero .service-time {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}

.heucc-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.heucc-button {
  background: var(--heucc-gold);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.85rem 1.2rem;
  text-decoration: none;
}

.heucc-button.secondary {
  background: #fff;
  color: var(--heucc-blue);
}

.heucc-section {
  padding: 3rem 1.5rem;
}

.heucc-section .wrap {
  max-width: 1100px;
}

.heucc-section h2 {
  color: var(--heucc-blue);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.heucc-grid {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(3, 1fr);
}

.heucc-card {
  background: var(--heucc-light);
  border-top: 4px solid var(--heucc-gold);
  padding: 1.4rem;
}

.heucc-card h3 {
  color: var(--heucc-blue);
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}

.heucc-card p {
  margin-bottom: 1rem;
}

.heucc-card a {
  color: var(--heucc-blue);
  font-weight: 700;
}

.heucc-info-band {
  background: var(--heucc-blue);
  color: #fff;
}

.heucc-info-band h2,
.heucc-info-band a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .site-branding .wrap {
    flex-direction: column;
    text-align: center;
  }

  .custom-logo-link img {
    max-height: 82px;
  }

  .site-title {
    font-size: 1.35rem;
  }

  .site-description {
    font-size: 0.95rem;
  }

  .heucc-hero h1 {
    font-size: 1.8rem;
  }

  .heucc-grid {
    grid-template-columns: 1fr;
  }
}
