/*
Theme Name: GreaseOff
Theme URI: https://greaseoff.co.za
Author: Whitehouse Inc
Author URI: https://greaseoff.co.za
Description: Classic PHP theme for GreaseOff — non-toxic, food-safe, biodegradable multipurpose kitchen cleaner. Luxe cerulean design converted from the static site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greaseoff
*/

/*
  The site's design lives in css/styles.css, enqueued from functions.php.
  This file only carries the WordPress theme header (required) plus a few
  small helpers used by the theme chrome.
*/

/* keep fixed nav from hiding content when linked to via anchor */
:root { scroll-padding-top: 90px; }

/* WordPress admin bar offset for the fixed nav */
body.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar nav { top: 46px; }
}

/* screen-reader helper (used by skip link) */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%); height: 1px; width: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute;
}

/* order submit result banner */
.order-note {
  border-radius: 16px;
  padding: 18px 22px;
  margin: 0 0 28px;
  font-size: 0.98rem;
  line-height: 1.6;
  box-shadow: var(--sh);
}
.order-note strong { display: block; margin-bottom: 2px; }
.order-note.ok {
  background: linear-gradient(180deg, #eff8fd, #e1f1f9);
  border: 1px solid var(--blue);
  color: var(--ink);
}
.order-note.err {
  background: #fff5f5;
  border: 1px solid #f0b7b7;
  color: #8a2b2b;
}
.order-note a { color: inherit; font-weight: 600; }

/* CF7: make the plugin's fields match the site's .form styling */
.form .wpcf7-form-control-wrap { display: block; }
.form .wpcf7 .wpcf7-not-valid-tip { color: #c0392b; font-size: 0.82rem; margin: -8px 0 12px; }
.form .wpcf7-response-output { border-radius: 12px; margin: 14px 0 0; font-size: 0.9rem; }
