/*
Theme Name: Dufayel Minimal
Author: OpenAI
Version: 1.2
Text Domain: dufayel-minimal
*/

html, body { margin: 0; padding: 0; }
body {
  font-family: Georgia, "Times New Roman", serif;
  background: #ffffff;
  color: #000000;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.top-bar {
  background: #000000;
  color: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  box-sizing: border-box;
}

.top-bar nav a {
  color: #ffffff;
  margin-left: 42px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.bottom-bar {
  background: #000000;
  color: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  box-sizing: border-box;
}

.top-bar .logo img {
    height: 38px;
    width: auto;
    max-height: 38px;
}

.bottom-bar {
  align-items: flex-start;
  padding-top: 8px;
  position: relative;
}

.footer-left,
.footer-right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.footer-centre {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #777777;
  white-space: nowrap;
}

.footer-right {
  white-space: nowrap;
  padding-top: 20px;
}
.footer-right a { margin-left: 30px; }

.footer-left {
  letter-spacing: 0.02em;
}

.hero {
  background: #FFB6C1;
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
}

.hero-inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.hero-image {
  width: 54%;
  display: flex;
  justify-content: flex-start;
}

.hero-image img {
  width: 90%;
  height: auto;
}

.hero-text {
  width: 46%;
  padding-left: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}

.hero-title {
  font-size: 54px;
  line-height: 1.15;
  font-weight: 400;
  margin: 0;
}

.hero-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 52px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (max-width: 1000px) {
  .top-bar, .bottom-bar { padding: 0 20px; }
  .top-bar nav a { margin-left: 16px; font-size: 18px; }
  .hero { min-height: auto; }
  .hero-inner { flex-direction: column; padding: 30px 0; }
  .hero-image, .hero-text { width: 100%; }
  .hero-text { padding: 24px 20px 0 20px; }
  .hero-title { font-size: 40px; }
  .hero-sub, .footer-left, .footer-right { font-size: 16px; }
  .bottom-bar {
    height: auto;
    gap: 16px;
    padding-bottom: 14px;
    flex-direction: column;
  }
  .footer-right { white-space: normal; padding-top: 0; }
  .footer-right a { margin-left: 0; margin-right: 20px; }
}
