/*
Theme Name: Hope Love Character
Description: Single-page restoration of the PILAEO hope, love, character initiative site.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: hlc
*/

:root {
  --hlc-header-h: 190px;
  --hlc-nav-w: 260px;
  --hlc-accent: #fe8a02;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  padding-top: var(--hlc-header-h);
}

a { color: #e3e3e3; text-decoration: none; }
a:hover, a:focus { color: var(--hlc-accent); }

.hlc-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--hlc-header-h);
  background: #000;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 34px 0;
  z-index: 50;
}

.hlc-tagline { flex: 0 1 850px; min-width: 0; }
.hlc-tagline img { display: block; width: 100%; height: auto; }

.hlc-social {
  flex: 0 0 auto;
  margin-left: auto;
  background: #2a2e38;
  padding: 16px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.hlc-social a { color: #e6e6e6; font-size: 26px; line-height: 1; }
.hlc-social a:hover { color: var(--hlc-accent); }

.hlc-rule {
  position: fixed;
  top: calc(var(--hlc-header-h) - 12px);
  left: 34px; right: 34px;
  height: 2px;
  background: linear-gradient(90deg, #000, #3a3a3a 40%, #000);
  z-index: 49;
}

.hlc-nav {
  position: fixed;
  top: calc(var(--hlc-header-h) + 30px);
  left: 0;
  width: var(--hlc-nav-w);
  padding-left: 34px;
  z-index: 45;
}
.hlc-nav ul { list-style: none; margin: 0; padding: 0; }
.hlc-nav li { margin-bottom: 46px; }
.hlc-nav a {
  display: block;
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #fff;
}
.hlc-nav li.is-active a {
  background: url(assets/img/nav-dot.png) 0 50% no-repeat;
  background-size: 14px 14px;
}
.hlc-nav a:hover { color: var(--hlc-accent); }

.hlc-menu-toggle { display: none; }

.hlc-sections { margin-left: var(--hlc-nav-w); padding: 0 34px; }

.hlc-section {
  min-height: calc(100vh - var(--hlc-header-h));
  scroll-snap-align: start;
  scroll-margin-top: var(--hlc-header-h);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 60px;
}

.hlc-copy p {
  font-size: 15px;
  font-style: italic;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 22px;
  max-width: 62em;
}

#main-page {
  background-image: url(../../uploads/2016/02/hopelovecharacter-pilaeo-bg1-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 62%;
}

#concept {
  background-image: url(../../uploads/2016/02/slide2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.hlc-form { max-width: 520px; }
.hlc-form p { margin: 0 0 6px; color: #fff; font-size: 14px; }
.hlc-form input[type=text],
.hlc-form input[type=email],
.hlc-form textarea {
  width: 80%;
  padding: 7px 9px;
  margin-bottom: 18px;
  border: 0;
  background: #fff;
  color: #000;
  font-family: inherit;
  font-size: 14px;
}
.hlc-form textarea { height: 100px; resize: vertical; }
.hlc-form input[type=submit] {
  width: 80%;
  padding: 9px;
  border: 0;
  background: #e6e6e6;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.hlc-form input[type=submit]:hover { background: #fff; }
.hlc-form input:focus, .hlc-form textarea:focus { outline: 2px solid var(--hlc-accent); }

.hlc-notice { color: var(--hlc-accent); margin: 0 0 16px; }

.hlc-footer { padding: 26px 34px; text-align: center; color: #a8a8a8; font-size: 12px; }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

@media (max-width: 900px) {
  :root { --hlc-header-h: auto; --hlc-nav-w: 0px; }
  html { scroll-snap-type: none; }
  body { padding-top: 0; }
  .hlc-header { position: static; height: auto; flex-wrap: wrap; padding: 18px; gap: 14px; }
  .hlc-tagline { flex: 1 1 100%; }
  .hlc-social { padding: 10px 14px; gap: 12px; }
  .hlc-social a { font-size: 20px; }
  .hlc-rule { position: static; margin: 0 18px; left: auto; right: auto; }
  .hlc-nav { position: static; width: auto; padding: 14px 18px 0; }
  .hlc-nav ul { display: none; }
  .hlc-nav.is-open ul { display: block; }
  .hlc-nav li { margin-bottom: 18px; }
  .hlc-menu-toggle {
    display: block; background: none; border: 0; color: #fff;
    font-size: 22px; padding: 4px 0; cursor: pointer;
  }
  .hlc-sections { margin-left: 0; padding: 0 18px; }
  .hlc-section { min-height: 0; padding: 30px 0; background-size: contain; background-position: center bottom; }
  #concept { min-height: 60vw; }
  .hlc-form input[type=text], .hlc-form input[type=email],
  .hlc-form textarea, .hlc-form input[type=submit] { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; scroll-snap-type: none; }
}
