/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
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
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.wp-site-blocks {
	overflow-x: clip;
}

.wp-block-navigation .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item__label {
	white-space: nowrap;
}

.smart-home-hero {
	background: linear-gradient(135deg, #14323c 0%, #1c5561 52%, #d8edf1 100%);
	color: #fff;
	border-radius: 28px;
	padding: clamp(32px, 5vw, 64px);
	position: relative;
	overflow: hidden;
}

.smart-home-hero::after {
	content: "";
	position: absolute;
	inset: auto -8% -24% auto;
	width: 260px;
	height: 260px;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	filter: blur(2px);
}

.smart-home-kicker {
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 0.82rem;
	font-weight: 700;
	color: #b8dbe2;
	margin-bottom: 14px;
}

.smart-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.smart-home-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
}

.smart-home-actions .primary {
	background: #fff;
	color: #14323c;
}

.smart-home-actions .secondary {
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
}

.smart-home-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.smart-home-card,
.smart-home-stat,
.smart-home-checklist,
.smart-home-cta {
	border-radius: 22px;
	padding: 24px;
}

.smart-home-card {
	background: #f5fafb;
	border: 1px solid #d9e4e8;
}

.smart-home-card h3,
.smart-home-stat h3,
.smart-home-checklist h3,
.smart-home-cta h3 {
	margin-top: 0;
}

.smart-home-stat {
	background: #14323c;
	color: #fff;
}

.smart-home-stat p:last-child,
.smart-home-card p:last-child,
.smart-home-checklist li:last-child,
.smart-home-cta p:last-child {
	margin-bottom: 0;
}

.smart-home-split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}

.smart-home-checklist {
	background: #eef6f7;
	border: 1px solid #d3e0e4;
}

.smart-home-checklist ul {
	padding-left: 1.2rem;
	margin-bottom: 0;
}

.smart-home-image {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 28px 60px rgba(20, 50, 60, 0.15);
}

.smart-home-image img {
	width: 100%;
	height: auto;
	display: block;
}

.smart-home-band {
	background: linear-gradient(180deg, #f8fbfb 0%, #eef6f7 100%);
	border-radius: 28px;
	padding: clamp(28px, 4vw, 48px);
}

.smart-home-cta {
	background: #f0f8fa;
	border: 1px solid #b9d7dd;
}

.smart-home-cta a {
	font-weight: 700;
}

.smart-home-faq details {
	padding: 18px 0;
	border-bottom: 1px solid #d9e4e8;
}

.smart-home-faq summary {
	cursor: pointer;
	font-weight: 700;
}

.smart-home-meta {
	color: #55717a;
	font-size: 0.96rem;
}

.smart-home-empty-state {
	background: linear-gradient(180deg, #f8fbfb 0%, #eef6f7 100%);
	border: 1px solid #d3e0e4;
	border-radius: 28px;
	padding: clamp(28px, 5vw, 44px);
}

.smart-home-empty-state p {
	max-width: 54ch;
}

.smart-home-empty-state .smart-home-actions {
	margin-top: 18px;
}

.smart-home-empty-state .smart-home-actions .secondary {
	border-color: #9db8c0;
	color: #14323c;
}

@media (max-width: 1080px) {
	.wp-container-core-group-is-layout-23669fc3 {
		gap: 18px;
	}

	.wp-container-core-navigation-is-layout-0b9aab68 {
		gap: 16px;
	}

	.wp-block-site-tagline {
		max-width: 38ch;
	}
}

@media (max-width: 781px) {
	.smart-home-split {
		grid-template-columns: 1fr;
	}

	.smart-home-hero {
		padding: 28px 24px;
	}

	.smart-home-actions a {
		width: 100%;
	}

	.wp-block-group.alignwide.is-content-justification-space-between {
		align-items: flex-start;
	}
}
