/*
Theme Name: Sharing Seeds
Theme URI: https://hashtagnp.com/
Author: Hashtag Web Solutions Pvt. Ltd.
Author URI: https://hashtagnp.com/
Description: Custom, bespoke WordPress theme for Sharing Seeds — supporting organic Arabica coffee farming, sustainable beekeeping, and community-led tourism in Sarangkot, Nepal.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sharing-seeds
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready

Sharing Seeds WordPress Theme is developed by Hashtag Web Solutions Pvt. Ltd.
*/

@import url('assets/css/bootstrap.min.css');
@import url('assets/css/theme.css');

:root {
  --forest: #1E3F20;
  --forest-dark: #0F2410;
  --sage: #709775;
  --sage-light: #E5EDE3;
  --terracotta: #C86446;
  --terracotta-dark: #A84F35;
  --cream: #F9F9FB;
  --white: #FFFFFF;
  --ink: #1B241C;
  --muted: #5C6B5E;
  --line: rgba(30, 63, 32, 0.14);
}

/* ---------- Custom Logo & Brand Fixes ---------- */
.custom-logo-link,
.brand a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  max-height: 54px !important;
  text-decoration: none !important;
}

.custom-logo,
.custom-logo-link img,
.brand img,
.brand-mark img,
header#site-header img {
  max-height: 48px !important;
  height: 48px !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: contain !important;
  display: block !important;
}

.footer-logo-img,
footer .brand img {
  max-height: 52px !important;
  height: auto !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Ensure WordPress admin bar offset when logged in */
body.logged-in header#site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.logged-in header#site-header {
    top: 46px;
  }
}
