/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 7.1
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Reset default margins, paddings, and WordPress block theme gaps */
html, body, .wp-site-blocks, .wp-block-group, main {
	margin: 0 !important;
	padding: 0 !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
	background-color: #fff9ef;
}

header, footer {
	margin: 0 !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

:where(.wp-site-blocks) > header,
header {
	top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

:where(.wp-site-blocks) > main,
main {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

html {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#wpadminbar {
	display: none !important;
}

/* Custom Bespoke Human Design Utilities */
.text-balance {
	text-wrap: balance;
}

.hairline-border {
	border: 1px solid rgba(40, 69, 149, 0.12);
}

.card-editorial-hover {
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-editorial-hover:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px -15px rgba(40, 69, 149, 0.12);
	border-color: #FDD835;
}

.step-num-badge {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	letter-spacing: -0.05em;
	background: linear-gradient(135deg, #284595, #1e3a8a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jp-badge {
	font-family: 'IBM Plex Sans', 'Hiragino Sans', sans-serif;
	letter-spacing: 0.15em;
}

.hero-image-stack {
	position: relative;
}

.hero-image-stack::after {
	content: '';
	position: absolute;
	inset: -12px;
	border: 2px stroke #FDD835;
	border-radius: 1.5rem;
	z-index: -1;
	opacity: 0.4;
}
