@charset "UTF-8";
/* Base */
body {
  background-color: #FEFDFA;
  font-family: "Inter", sans-serif; }

p {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 24px; }

/* Headings */
h1,
h2,
h3,
h4 {
  margin-top: 24px;
  margin-bottom: 16px; }

h1,
h2,
h4 {
  color: #55414B; }

h3 {
  color: #67672A; }

h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px; }

h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px; }

h2.hphk-section {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px; }

h3,
h4 {
  font-family: "Inter", sans-serif;
  font-weight: bold; }

h3 {
  font-size: 25px;
  line-height: 32px; }

h4 {
  font-size: 20px;
  line-height: 24px; }

/* Links */
a {
  color: #8B8A21;
  text-decoration: underline; }

a:hover {
  color: #6F6B18;
  text-decoration: none; }

/* Main navigation */
#hphk-main-nav {
  margin-top: 1rem; }
  #hphk-main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #hphk-main-nav ul li {
      display: inline-block;
      margin: 0 1rem 0 0;
      padding: 0; }
      #hphk-main-nav ul li:last-child {
        margin-right: 0; }

.nav-selected {
  font-weight: bold; }

/* Main content area */
main.hphk-main {
  margin-top: 1rem; }

/* Buttons */
.hphk-download-btn {
  background-color: #8B8A21;
  border-color: #8B8A21;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; }
  .hphk-download-btn img,
  .hphk-download-btn svg,
  .hphk-download-btn i {
    filter: brightness(0) invert(1); }
  .hphk-download-btn:hover, .hphk-download-btn:focus, .hphk-download-btn:active, .hphk-download-btn:visited {
    background-color: #8B8A21;
    border-color: #8B8A21;
    color: #fff;
    border-radius: 0; }

/* Responsive typography */
@media (max-width: 1199px) {
  h1 {
    font-size: 36px;
    line-height: 32px; }
  h2 {
    font-size: 28px;
    line-height: 32px; }
  h2.section-heading {
    font-size: 28px;
    line-height: 48px; }
  h3 {
    font-size: 22px;
    line-height: 32px; }
  h4 {
    font-size: 18px;
    line-height: 24px; }
  .navbar {
    flex-direction: column;
    align-items: flex-start; }
  .mobile-menu-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #DEDCC5;
    padding: 0.5rem 0.75rem; }
  .mobile-left {
    display: flex;
    align-items: center;
    gap: 0.1rem; }
  .menu-text {
    font-weight: 600;
    color: #55404A; }
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem; }
  .mobile-right {
    display: flex;
    align-items: center;
    gap: 0.75rem; }
  .mobile-right .icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #55404A;
    text-decoration: none;
    width: 2rem;
    height: 2rem; }
  .mobile-right .icon-link i {
    font-size: 1.2rem;
    line-height: 1; }
  .mobile-right .icon-link:active,
  .mobile-right .icon-link:focus,
  .mobile-right .icon-link:hover {
    color: #55404A;
    background-color: rgba(85, 64, 74, 0.08); }
  .navbar .navbar-collapse {
    width: 100%;
    background-color: #DEDCC5;
    margin: 0; }
  .navbar .navbar-nav {
    gap: 0 !important;
    width: 100%; }
  .navbar .navbar-nav .nav-item {
    width: 100%; }
  .navbar .navbar-nav .nav-link {
    display: block;
    width: 100%;
    background-color: #DEDCC5;
    color: #55404A;
    padding: 0.9rem 1rem;
    border-top: 1px solid #FFFFFF;
    text-decoration: none; }
  .navbar .navbar-nav .nav-item:first-child .nav-link {
    border-top: 1px solid #FFFFFF !important; }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link:focus,
  .navbar .navbar-nav .nav-link.active {
    background-color: #CECCA6;
    color: #55404A; } }

footer {
  font-size: 0.9rem;
  color: #666; }

.footer-background {
  background-image: url("../images/footer-background.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  /* controls divider thickness */
  margin-top: 100px; }

header {
  position: relative; }
  header .navbar-nav .nav-link {
    font-weight: 600;
    color: #55404A;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease; }
    header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:active {
      background-color: #DEDCC5;
      color: #55404A;
      text-decoration: none; }

/* MOBILE stacking: place mobile bar under the logo */
.card-title {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: #6A692C;
  font-size: 1.25rem; }

.card-photos-text {
  color: #55414B;
  font-weight: bold; }

.card-text {
  color: #55414B; }

.custom-card,
.custom-card .card-body {
  background-color: #EAE8E4; }

/* Base panel styling */
.overlap-panel {
  margin-top: -70px;
  position: relative;
  z-index: 3; }

.time-period {
  background-color: #EAE8E4; }

.panel-box {
  border: 0;
  border-radius: 0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  padding: 1.25rem; }

/* Variant 1: Transparent (no background) */
.panel-box--transparent {
  background-color: transparent;
  box-shadow: none;
  /* optional: remove shadow if you want it to feel "flat" */ }

/* Variant 2: Dark panel */
.panel-box--dark {
  background-color: #55404A;
  color: #FEFDFA;
  /* readable text on the dark bg */ }
  .panel-box--dark a {
    color: #FEFDFA;
    /*text-decoration: none;*/ }
    .panel-box--dark a:hover, .panel-box--dark a:focus {
      text-decoration: underline; }
  .panel-box--dark p {
    opacity: 0.95; }

/* Ensure links, small text, and icons are readable on the dark panel */
.panel-box--dark a {
  color: #FEFDFA;
  /*text-decoration: none;*/ }

.panel-box--dark a:hover,
.panel-box--dark a:focus {
  text-decoration: underline; }

/* Tone down paragraph opacity slightly for hierarchy */
.panel-box--dark p {
  opacity: 0.95; }

/* Responsive tweak for the overlap on mobile */
@media (max-width: 576px) {
  .overlap-panel {
    margin-top: -30px; } }

/* Button for dark panel only */
.btn.btn-panel-action {
  background-color: #CFCBA6;
  color: #55404A;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
  text-decoration: none; }

/* Hover + focus */
.btn.btn-panel-action:hover,
.btn.btn-panel-action:focus {
  background-color: #CFCBA6;
  color: #FFFFFF;
  text-decoration: none; }

.blog-card {
  background: transparent !important;
  box-shadow: none !important; }

.blog-card .card-body {
  background: transparent !important; }

/* Move arrows outside */
#topicsCarousel {
  overflow: visible; }
  #topicsCarousel .carousel-control-prev,
  #topicsCarousel .carousel-control-next {
    width: auto;
    top: 35%;
    transform: translateY(-50%); }
  #topicsCarousel .carousel-control-prev {
    left: -50px; }
  #topicsCarousel .carousel-control-next {
    right: -50px; }
  #topicsCarousel .carousel-control-prev-icon,
  #topicsCarousel .carousel-control-next-icon {
    background-image: none !important;
    width: 32px;
    height: 32px;
    border: solid #CFCBA6;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px; }
  #topicsCarousel .carousel-control-prev-icon {
    transform: rotate(135deg); }
  #topicsCarousel .carousel-control-next-icon {
    transform: rotate(-45deg); }

/* Move arrows outside */
#recentCarousel {
  overflow: visible; }
  #recentCarousel .carousel-control-prev,
  #recentCarousel .carousel-control-next {
    width: auto;
    top: 35%;
    transform: translateY(-50%); }
  #recentCarousel .carousel-control-prev {
    left: -50px; }
  #recentCarousel .carousel-control-next {
    right: -50px; }
  #recentCarousel .carousel-control-prev-icon,
  #recentCarousel .carousel-control-next-icon {
    background-image: none !important;
    width: 32px;
    height: 32px;
    border: solid #CFCBA6;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px; }
  #recentCarousel .carousel-control-prev-icon {
    transform: rotate(135deg); }
  #recentCarousel .carousel-control-next-icon {
    transform: rotate(-45deg); }

/* Allow arrows outside */
#featuredCarousel {
  overflow: visible; }
  #featuredCarousel .carousel-control-prev,
  #featuredCarousel .carousel-control-next {
    width: auto;
    top: 30%;
    transform: translateY(-50%); }
  #featuredCarousel .carousel-control-prev {
    left: -50px; }
  #featuredCarousel .carousel-control-next {
    right: -50px; }
  #featuredCarousel .carousel-control-prev-icon,
  #featuredCarousel .carousel-control-next-icon {
    background-image: none !important;
    width: 32px;
    height: 32px;
    border: solid #CFCBA6;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px; }
  #featuredCarousel .carousel-control-prev-icon {
    transform: rotate(135deg); }
  #featuredCarousel .carousel-control-next-icon {
    transform: rotate(-45deg); }

/* Hide all indicators on all carousels */
.carousel-indicators {
  display: none !important; }

/* Make time periods in row for mobile like design */
@media (max-width: 768px) {
  .time-period {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .time-period p {
    margin: 0;
    padding-top: 20px; } }

.search-dropdown {
  width: 100%;
  background: #EAE8E4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  background: white; }

.btn-olive {
  background: #7c7a2d;
  color: #fff;
  font-weight: 600; }

.btn-olive:hover {
  background: #55404A !important;
  color: #fff; }

.more-options-link {
  color: #7c7a2d;
  font-weight: 600; }

.search-keyword-label {
  color: #55404A; }

.search-input {
  width: 300px; }

.search-advanced {
  position: absolute;
  width: 100%;
  background: #EAE8E4;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  z-index: 1060; }

.advanced-form .form-control {
  border-radius: 0; }

/* Full-page background wrapper */
.photo-wrapper {
  background: #3A2E33;
  padding: 40px 0;
  color: #FFFFFF;
  color: #FFFFFF; }
  .photo-wrapper a {
    color: #FFFFFF;
    text-decoration: underline; }
    .photo-wrapper a:hover {
      color: #FFFFFF;
      text-decoration: none; }

/* Full image */
.photo-full img {
  /*width: 100%;*/
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%; }

/* Title styling */
.photo-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.35rem; }

/* Description */
.photo-description {
  color: #E8E0E3;
  font-size: 1.1rem; }

/* Action buttons */
.photo-action-btn {
  background-color: #4A3940;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px; }
  .photo-action-btn i {
    font-size: 1.2rem; }
  .photo-action-btn:hover {
    opacity: 0.85;
    cursor: pointer; }

/* Download button bold text */
.download-btn {
  font-weight: 700; }

/* Ensure the buttons and contact text stack vertically in this column only */
.photo-button-col {
  flex-direction: column; }

/* Center the contact text on single photo */
.contact-link {
  width: 100%;
  text-align: center;
  margin: 0; }

/* Contact link mobile override */
@media (max-width: 576px) {
  .contact-link {
    text-align: left; } }

/* Desktop‑only navigation arrows */
.photo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  opacity: 0.8;
  z-index: 10;
  padding: 10px; }

.photo-nav:hover {
  opacity: 1; }

.homepage-image-ref {
  color: black;
  font-size: smaller; }

/* Left arrow sits outside the image on the left */
.photo-nav-left {
  left: -50px;
  /* adjust as needed */ }

/* Right arrow sits outside the image on the right */
.photo-nav-right {
  right: -50px;
  /* adjust as needed */ }

/* Mobile/tablet previous/next links */
.photo-mobile-nav {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.1rem; }
  .photo-mobile-nav span {
    cursor: pointer;
    text-decoration: none !important; }
    .photo-mobile-nav span:hover {
      opacity: 0.8; }

/* Remove underline from Previous/Next on mobile & tablet */
.photo-mobile-nav span {
  text-decoration: none !important; }

/* metadata layout */
.photo-meta {
  margin-top: 1rem; }

/* each block spaced on desktop */
.meta-block {
  margin-right: 1.5rem; }

/* stack vertically on mobile */
@media (max-width: 991.98px) {
  .meta-block {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem; } }

.keyboard-actions-block {
  color: #C5BDC0; }

.keyboard-actions-block > span {
  margin-left: 1rem;
  /* space between shortcut groups */ }

#hphk-link-list li:has(a) {
  list-style: none;
  position: relative;
  padding-left: 1.5rem; }

#hphk-link-list li:has(a)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1em;
  height: 1em;
  background: url("../images/corner_right_down.svg") no-repeat center;
  background-size: contain; }

#downloadCarousel {
  overflow: visible; }
  #downloadCarousel .carousel-control-prev,
  #downloadCarousel .carousel-control-next {
    width: auto;
    top: 35%;
    transform: translateY(-50%); }
  #downloadCarousel .carousel-control-prev {
    left: -50px; }
  #downloadCarousel .carousel-control-next {
    right: -50px; }
  #downloadCarousel .carousel-control-prev-icon,
  #downloadCarousel .carousel-control-next-icon {
    background-image: none !important;
    width: 32px;
    height: 32px;
    border: solid #CFCBA6;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px; }
  #downloadCarousel .carousel-control-prev-icon {
    transform: rotate(135deg); }
  #downloadCarousel .carousel-control-next-icon {
    transform: rotate(-45deg); }

/* Mobile adjustments for splash image info on home */
@media (max-width: 576px) {
  /* Reduce gap between left and right panels */
  .overlap-panel .row {
    --bs-gutter-y: 0.3rem; }
  /* Reduce padding inside both boxes */
  .panel-box {
    padding: 1rem; }
  /* Remove the large top padding on the left panel */
  .panel-box--transparent {
    padding-top: 1rem !important; } }

/* hide carousel arrows on small screens */
@media (max-width: 767.98px) {
  #topicsCarousel .carousel-control-prev,
  #topicsCarousel .carousel-control-next {
    display: none !important; }
  #recentCarousel .carousel-control-prev,
  #recentCarousel .carousel-control-next {
    display: none !important; }
  #featuredCarousel .carousel-control-prev,
  #featuredCarousel .carousel-control-next {
    display: none !important; }
  #downloadCarousel .carousel-control-prev,
  #downloadCarousel .carousel-control-next {
    display: none !important; } }

.gallery-no-results {
  margin: 2rem 0;
  width: 100%;
  text-align: center;
  color: #666; }
