/* Gozlan-Drake Speech Therapy - Twenty Seventeen Theme Replica */

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Typography - Libre Franklin from Google Fonts */
body {
  font-family: 'Libre Franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.73;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #767676;
}

/* Site Header / Hero */
.site-header {
  position: relative;
  width: 100%;
}

.custom-header-media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-header-media img {
  display: block;
  width: 100%;
  height: auto;
}

.site-branding {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 2em 0;
}

.site-branding-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.site-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-title a:hover {
  color: #ddd;
}

.site-description {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 0.5em 0 0;
  opacity: 0.8;
}

/* Navigation */
.navigation-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-weight: 400;
}

.navigation-top .wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 0.75em 1.5em;
}

.navigation-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.navigation-top li {
  margin: 0;
  padding: 0;
}

.navigation-top li a {
  display: block;
  padding: 0.5em 1em;
  color: #222;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.navigation-top li a:hover,
.navigation-top li.current-menu-item a {
  color: #767676;
}

/* Mobile nav toggle */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid #ddd;
  color: #222;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0.75em 1.25em;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.menu-toggle:hover {
  background: #fafafa;
}

.menu-toggle svg {
  display: none;
}

/* Site Content / Wrap */
.site-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 2.5em 1.5em 0;
}

/* Entry Header */
.entry-header {
  margin-bottom: 1.5em;
}

.entry-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
  color: #333;
  margin: 0;
}

/* Entry Content */
.entry-content {
  line-height: 1.73;
}

.entry-content h1 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1em;
  color: #333;
}

.entry-content h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  margin: 1.5em 0 0.75em;
  color: #333;
}

.entry-content p {
  margin: 0 0 1.5em;
}

.entry-content strong {
  font-weight: 700;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 1.5em;
}

.entry-content li {
  margin-bottom: 0.25em;
}

.entry-content a {
  color: #222;
  border-bottom: 1px solid #333;
}

.entry-content a:hover {
  color: #767676;
  border-bottom-color: #767676;
}

/* Content images - Twenty Seventeen alignnone style */
.entry-content .alignnone {
  display: block;
  max-width: 525px;
  height: auto;
  margin: 1.5em 0;
}

/* Underlined subsection headers for "How I can help" */
.entry-content .subsection-header {
  text-decoration: underline;
}

/* Fees list */
.fees-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.fees-list li {
  padding: 0.75em 0;
  border-bottom: 1px solid #eee;
}

.fees-list li:last-child {
  border-bottom: none;
}

/* Contact form - styled to match Twenty Seventeen */
.contact-form {
  max-width: 525px;
}

.contact-form label {
  display: block;
  margin-bottom: 0.25em;
  font-weight: 600;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ddd;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  margin-bottom: 1.25em;
  background: #fafafa;
  color: #333;
  line-height: 1.5;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #222;
  outline: none;
  background: #fff;
}

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

.contact-form button {
  background: #222;
  color: #fff;
  border: none;
  padding: 0.75em 2em;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Libre Franklin', sans-serif;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  line-height: 1.5;
}

.contact-form button:hover {
  background: #767676;
}

/* Contact info box */
.contact-info {
  background: #fafafa;
  padding: 1.5em;
  margin: 1.5em 0;
  border-left: 3px solid #222;
}

.contact-info p {
  margin-bottom: 0.5em;
}

.contact-info p:last-child {
  margin-bottom: 0;
}

/* Footer */
.site-footer {
  border-top: 1px solid #eee;
  margin-top: 3em;
}

.site-footer .wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 2em 1.5em;
}

/* Widget area in footer */
.widget-area {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.widget-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.widget a {
  color: #222;
  text-decoration: none;
}

.widget a:hover {
  color: #767676;
}

/* Social link icon (simplified X/Twitter) */
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links li {
  display: inline-block;
}

.social-links a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0.25em 0;
}

.social-links a:hover {
  color: #767676;
}

/* Site info / powered-by */
.site-info {
  font-size: 13px;
  color: #767676;
}

.site-info a {
  color: #767676;
  border-bottom: none;
}

.site-info a:hover {
  color: #222;
}

/* 404 page */
.error-404 {
  text-align: center;
  padding: 3em 0;
}

.error-404 .page-title {
  font-size: 26px;
  font-weight: 300;
}

.error-404 p {
  margin-top: 1em;
}

/* Responsive */
@media (max-width: 768px) {
  .site-title {
    font-size: 24px;
  }

  .site-branding {
    padding: 1.25em 0;
  }

  .entry-content .alignnone {
    max-width: 100%;
  }

  .menu-toggle {
    display: block;
  }

  .navigation-top ul {
    display: none;
    flex-direction: column;
  }

  .navigation-top ul.toggled {
    display: flex;
  }

  .navigation-top li a {
    padding: 0.5em 0;
  }

  .site-content {
    padding: 1.5em 1em 0;
  }
}

@media (max-width: 480px) {
  .site-title {
    font-size: 20px;
  }

  .site-description {
    font-size: 11px;
  }
}
