/*!
Theme Name: wrist worn
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wrist-worn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wrist worn is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 :root {
    /* Brand palette - new client colors */
    --color-forest:       #2F4A3A;
    --color-forest-deep:  #1F2A22;
    --color-forest-soft:  #5A7363;
    --color-terra:        #B85042;
    --color-terra-deep:   #9A3F33;
    --color-terra-soft:   #D89485;
    --color-cream:        #F8F4ED;
    --color-cream-warm:   #F2EAE0;
    --color-sand:         #E8DDC9;
    --color-paper:        #FCFAF5;
    --color-stone:        #6B6760;
    --color-stone-soft:   #8A857C;
    --color-ink:          #1A1A1A;
    --color-rule:         #E0D7C5;
    --color-rule-strong:  #C9BFA8;

    /* Strap swatch colors */
    --swatch-sand:        #C9A876;
    --swatch-charcoal:    #2A2A2A;
    --swatch-rose:        #C68B7C;
    --swatch-slate:       #5A6B7A;

    /* Semantic aliases */
    --color-primary: var(--color-terra);
    --color-primary-hover: var(--color-terra-deep);
    --color-secondary: var(--color-forest);
    --color-white: #ffffff;
    --color-black: #000000;
    --color-heading: var(--color-forest-deep);
    --color-text: var(--color-ink);
    --color-muted: var(--color-stone);
    --color-bg: var(--color-cream);

    /* Footer colors */
    --color-footer-text: #bcccc8;
    --color-footer-link: #dcebe8;
    --color-footer-accent: #9fb3ae;

    /* Additional semantic colors */
    --color-trust-text: #eaf1ef;
    --color-hero-accent: #163f3c;
    --color-crumbs: #bcd4cf;
    --color-hero-sub: #e6f0ee;
    --color-btn-light-hover: #f0ece2;
    --color-reassurance: #cfe3dd;
    --color-gold: #caa24a;
    --color-ok: #1f7a4d;

		

    /* Fonts */
    --font-heading: Georgia, 'Times New Roman', serif;
    --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;

    /* Font weights */
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;

    /* Fluid type scale (matches client design) */
    --font-size-54: clamp(34px, 5vw, 54px);
    --font-size-36: clamp(28px, 4vw, 36px);
    --font-size-26: clamp(22px, 2.4vw, 26px);
    --font-size-23: clamp(20px, 2vw, 23px);
    --font-size-22: clamp(19px, 1.8vw, 22px);
    --font-size-21: clamp(19px, 1.6vw, 21px);
    --font-size-20: clamp(18px, 1.4vw, 20px);

    /* Layout */
    --container-max: 1200px;
    --container-pad: 24px;
    --radius: 16px;
    --section-pad: clamp(44px, 10vw, 100px);
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin:0 0 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p,.default-section ul, .default-section ol {
	margin: 0 0 1.5em 0;
}

.default-section .wp-block-heading {
	margin: 0 0 20px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body .bg-cream {
	background-color: var(--color-cream);
}
.bg-color-paper {
	background-color: var(--color-paper);
}
body .bg-color-paper {
	background-color: var(--color-paper);
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	width: 262px;
	display: flex;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* =========================================================
   2. BASE / RESET
   ========================================================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--color-text);
    background: var(--color-bg);
    font-family: var(--font-body);
    font-size: 19px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-forest); }

/* =========================================================
   3. TYPOGRAPHY
   ========================================================= */
h1, h2, h3, .serif { font-family: var(--font-heading); }

h1, .font-54 { font-size: var(--font-size-54); line-height: 1.06; letter-spacing: -.01em; }
h2, .font-36 { font-size: var(--font-size-36); line-height: 1.12; }
h3, .font-26 { font-size: var(--font-size-26); }
.font-23 { font-size: var(--font-size-23); }
.font-22 { font-size: var(--font-size-22); }
.font-21 { font-size: var(--font-size-21); }
.font-20 { font-size: var(--font-size-20); }

/* Shared section heading/intro styles (used across flexible layouts) */
.kicker {
	color: var(--color-primary);
	font-weight: var(--fw-700);
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 10px;
}
h2.sec { font-size: var(--font-size-36); line-height: 1.12; color: var(--color-heading); margin: 0 0 32px; }
.sub {
	font-size: 20px;
	color: var(--color-stone);
	max-width: 64ch;
	margin: 0 0 38px;
}

/* =========================================================
   4. LAYOUT HELPERS
   ========================================================= */
.wrapper { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }

.flexible-section,.section-padding { padding: var(--section-pad) 0; }
.flexible-section.pt0 { padding-top: 0; }
.flexible-section.pb0 { padding-bottom: 0; }

/* =========================================================
   5. UTILITY CLASSES (apply in markup; never re-declare per section)
   ========================================================= */
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-column { flex-direction: column; }
.align-items-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.justify-content-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.pt0 { padding-top: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.entry-content .wp-block-list {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.wp-block-quote {
	box-sizing: border-box;
	overflow-wrap: break-word;
	background-color: var(--color-sand);
	padding: 15px 30px;
	margin: 20px 0;
}
.wp-block-quote p {
	margin: 0;
}
/* =========================================================
   6. BUTTON SYSTEM
   ========================================================= */
.btn {
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-white);
    text-decoration: none;
    font-weight: var(--fw-700);
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
    text-align: center;
}
.btn:hover { background: var(--color-primary-hover); transform: translateY(-1px); }
.btn.lg { padding: 18px 32px; font-size: 20px; }
.btn.ghost { background: transparent; color: var(--color-white); border: 2px solid rgba(255, 255, 255, .7); }
.btn.ghost:hover { background: rgba(255, 255, 255, .12); }

/* =========================================================
   7. GLOBAL: DISCLOSURE BAR
   ========================================================= */
.disclosure {
	background: var(--color-forest-deep);
	color: var(--color-cream);
	font-size: 13.5px;
}
.disclosure .wrapper { gap: 12px; padding-top: 7px; padding-bottom: 7px; }
.disclosure a { color: var(--color-white); text-decoration: underline; }

/* =========================================================
   8. GLOBAL: HEADER
   ========================================================= */
header.site {
	position: sticky;
	top: 0;
	z-index: 40;
	background: var(--color-cream);
	backdrop-filter: saturate(140%) blur(6px);
	border-bottom: 1px solid var(--color-rule);
}
.bar { gap: 16px; padding: 12px var(--container-pad); max-width: var(--container-max); margin: 0 auto; }
.bar .logo svg { height: 42px; width: auto; display: block; }
.header-actions { gap: 18px; }
.nav { gap: 24px; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 24px; align-items: center; }
.nav a {
	text-decoration: none;
	color: var(--color-forest-deep);
	font-weight: var(--fw-600);
	font-size: 17px;
}

.nav li.menu-item-has-children > a {
	padding-right: 28px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.nav a:hover {
	color: var(--color-primary);
}
.phone {
	font-weight: var(--fw-700);
	color: var(--color-forest-deep);
	text-decoration: none;
	font-size: 17px;
	white-space: nowrap;
}
.phone span {
	color: var(--color-stone);
	font-weight: var(--fw-600);
	font-size: 13px;
	display: block;
	line-height: 1;
}


/* Caret on parent items */
.nav .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .15s ease;
	right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav .sub-menu li {
	width: 100%;
	position: relative;
}
/* Sub-menu panels */
.nav .sub-menu {
	position: absolute;
	top: 100%;
	/* left: 0; */
	min-width: 220px;
	background: var(--color-white);
	border: 1px solid var(--color-rule);
	border-radius: 12px;
	box-shadow: 0 16px 36px rgba(21,64,61,.14);
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .16s ease, transform .16s ease;
	z-index: 50;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.nav .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
.nav .sub-menu a { padding: 9px 12px; border-radius: 8px; font-weight: var(--fw-500); }
.nav .sub-menu a:hover { background: var(--color-cream); }
.nav .sub-menu .menu-item-has-children > a::after { transform: rotate(-45deg); margin-left: auto; }

/* Reveal on hover / keyboard focus */
.nav li:hover > .sub-menu,
.nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav .sub-menu li:hover > .sub-menu,
.nav .sub-menu li:focus-within > .sub-menu { transform: translateX(0); }

/* ---------- Hamburger (mobile only) ---------- */
.menu-toggle {
	display: none; width: 44px; height: 44px; border: 0; background: transparent;
	cursor: pointer; padding: 10px; border-radius: 8px;
}
.menu-toggle:hover { background: rgba(21,64,61,.06); }
.menu-toggle .bars, .menu-toggle .bars::before, .menu-toggle .bars::after {
	display: block; width: 24px; height: 2px; background: var(--color-forest-deep); border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease; content: "";
}
.menu-toggle .bars { position: relative; }
.menu-toggle .bars::before { position: absolute; top: -7px; }
.menu-toggle .bars::after { position: absolute; top: 7px; }
body.menu-open .menu-toggle .bars { background: transparent; }
body.menu-open .menu-toggle .bars::before { top: 0; transform: rotate(45deg); }
body.menu-open .menu-toggle .bars::after { top: 0; transform: rotate(-45deg); }

/* ---------- Off-canvas drawer ---------- */
.drawer-overlay {
	position: fixed; inset: 0; background: rgba(16,50,47,.5); opacity: 0;
	visibility: hidden; transition: opacity .25s ease; z-index: 90;
}
body.menu-open .drawer-overlay { opacity: 1; visibility: visible; }
.mobile-drawer {
	position: fixed; top: 0; right: 0; width: min(86vw, 360px); height: 100%;
	background: var(--color-cream); z-index: 95; padding: 18px;
	transform: translateX(100%); transition: transform .28s ease;
	overflow-y: auto;}
body.menu-open .mobile-drawer { transform: translateX(0); }
.mobile-drawer-head { margin-bottom: 10px; }
.mobile-drawer-head span { font-family: var(--font-heading); font-size: 20px; color: var(--color-forest-deep); }
.drawer-close {
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	color: var(--color-forest-deep);
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}
.drawer-close:hover { background: rgba(21,64,61,.06); }

/* Mobile menu list + accordion */
.mobile-menu, .mobile-menu .sub-menu { list-style: none; margin: 0; padding: 0; }
.mobile-menu li { border-bottom: 1px solid var(--color-rule); }
.mobile-menu .sub-menu li:last-child { border-bottom: 0; }
.mobile-menu a { display: block; padding: 13px 6px; color: var(--color-forest-deep); text-decoration: none; font-weight: var(--fw-600); font-size: 17px; }
.mobile-menu .sub-menu a { padding-left: 22px; font-weight: var(--fw-500); font-size: 16px; }
.mobile-menu .sub-menu .sub-menu a { padding-left: 38px; }
.mobile-menu .item-row { display: flex; align-items: center; justify-content: space-between; }
.submenu-toggle {
	width: 44px; height: 44px; flex: none; border: 0; background: transparent; cursor: pointer; position: relative;
}
.submenu-toggle::after {
	content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px;
	border-right: 2px solid var(--color-forest-deep); border-bottom: 2px solid var(--color-forest-deep);
	transform: translate(-50%, -60%) rotate(45deg); transition: transform .18s ease;
}
.mobile-menu li.is-open > .item-row .submenu-toggle::after { transform: translate(-50%, -30%) rotate(-135deg); }
.mobile-menu .sub-menu { display: none; }
.mobile-menu li.is-open > .sub-menu { display: block; }
.drawer-cta { margin-top: 18px; }
.drawer-cta .btn { display: block; text-align: center; margin-bottom: 12px; }
.drawer-cta .phone { font-size: 18px; }

/* ---------- Breakpoint switch ---------- */
@media (max-width: 1200px) {
	.nav { display: none; }
	.menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
}
@media (max-width: 768px) {
.header-actions .phone, .header-actions .btn {
	display: none;
}
.btn.lg {
	padding: 12px 25px;
	font-size: 18px;
}
.btn {
	padding: 10px 24px;
	font-size: 16px;
}
.disclosure .wrapper {
	gap: 7px;
	justify-content: center;
	text-align: center;
}	
body {
	font-size: 17px;
	line-height: 1.5;
}
}

/* =========================================================
   9. GLOBAL: FOOTER
   ========================================================= */
footer.site-footer {
	background: var(--color-forest-deep);
	color: var(--color-footer-text);
	font-size: 15px;
}
footer.site-footer .wrapper { padding: 44px var(--container-pad); }
.foot-grid { gap: 30px; }
footer.site-footer a { color: var(--color-footer-link); }
footer.site-footer a:hover {
	text-decoration: none;
}
.foot-col-title { color: var(--color-white); font-weight: var(--fw-700); margin: 0 0 10px; }
.foot-menu { list-style: none; margin: 0; padding: 0; }
.foot-menu li { margin: 6px 0; }
.foot-tagline { margin-top: 14px; max-width: 320px; }
.disc { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 30px; padding-top: 22px; font-size: 13px; line-height: 1.6; color: var(--color-footer-accent); }

/* =========================================================
   10. ACCESSIBILITY / MOTION
   ========================================================= */

.reveal { opacity: 0; transform: translateY(14px); animation: rise .7s ease forwards; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .15s; } .d3 { animation-delay: .25s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none; opacity: 1; transform: none; } }
:focus-visible { outline: 3px solid var(--color-gold); outline-offset: 2px; }
.post-article {
    margin: 0;
}
/* Screen-reader text (Underscores standard) */
.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
    width: 1px; word-wrap: normal !important;
}
/* Mobile accordion: let the link fill the row beside the arrow */
.mobile-menu .item-row { width: 100%; }
.mobile-menu .item-row > a { flex: 1; padding-right: 0; }

/* =========================================================
   DEFAULT-TEMPLATE PAGE CONTAINER (added by build)
   The default page template (page.php / content-page.php) has no
   .wrapper, so its editor content ran edge-to-edge. Constrain it to
   the site container. Scoped to .page-template-default so the homepage
   and flexible-template pages (full-bleed sections) are unaffected.
   ========================================================= */
.page-template-default article,
.page-template-default #secondary {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.page-template-default article {
	padding-top: 56px;
	padding-bottom: 72px;
}
.page-template-default .entry-header {
	margin-bottom: 8px;
}

/* Hide the blog sidebar on default-template pages (clean single-column). */
.page-template-default #secondary {
	display: none;
}

/* "Page with Hero" custom template — vertical spacing around editor content. */
.page-with-hero__content {
	padding: 56px 0 72px;
}
.default-section ul, .default-section ol {
	padding: 0;
	list-style-position: inside;
}
.page-template-default .page-hero h1 {
	font-size: var(--font-size-54);
}
.search-form {
	position: relative;
	max-width: 440px;
	width: 100%;
}
body .search-field {
	border-radius: 0;
	border: 1.5px solid var(--color-forest-deep);
	padding: 10px 40px 10px 20px;
	max-width: 400px;
	width: 100%;
	background-color: transparent;
	color: var(--color-forest-deep);
}
body .search-submit {
	background-color: var(--color-forest-deep);
	font-size: 0;
	position: absolute;
	width: 56px;
	height: 100%;
	border-radius: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	transition: 0.5s;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512.005 512.005" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="m505.749 475.587-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
	background-repeat: no-repeat;
	background-size: 38%;
	background-position: center;
}
body .search-submit:hover {
	background-color: var(--color-hero-accent);
}
body .search-field:focus {
	outline: none;
}