/*
Theme Name: Dogsize
Theme URI: https://dogsize.co
Author: Dogsize Team
Author URI: https://dogsize.co
Description: A modern, friendly WordPress theme for dogsize.co featuring puppy weight calculator and dog breed information. Built with soft flat design principles and responsive layout.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
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: dogsize
Tags: blog, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, responsive-design, sidebar, theme-options

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

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

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

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

/* Normalize
--------------------------------------------- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body {
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #17171a;
	background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #17171a;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

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

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

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

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;
}

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

figure {
	margin: 0 0 1em;
}

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

/* Links
--------------------------------------------- */
a {
	color: #2874fc;
	text-decoration: none;
	transition: color 0.3s ease, opacity 0.3s ease;
}

a:visited {
	color: #2874fc;
}

a:hover,
a:focus,
a:active {
	color: #1a5bd8;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 8px;
	background: #2874fc;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 0.875rem 1.5rem;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #1a5bd8;
	transform: translateY(-2px);
}

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 {
	background: #1a5bd8;
}

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: #17171a;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	width: 100%;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

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: #17171a;
	border-color: #2874fc;
	outline: none;
	box-shadow: 0 0 0 3px rgba(40, 116, 252, 0.1);
}

select {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 0.75rem 1rem;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.content-area {
	width: 100%;
}

.site-main {
	margin: 2rem 0;
}

/* With Sidebar Layout */
.has-sidebar .content-area {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media screen and (min-width: 768px) {
	.has-sidebar .content-area {
		grid-template-columns: 2fr 1fr;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	padding: 1rem 0;
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.site-branding {
	display: flex;
	align-items: center;
}

.custom-logo-link {
	display: inline-block;
	line-height: 0;
}

.custom-logo {
	max-height: 60px;
	width: auto;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.site-title a {
	color: #17171a;
	text-decoration: none;
}

.site-title a:hover {
	color: #2874fc;
}

.site-description {
	margin: 0;
	font-size: 0.875rem;
	color: #666;
}

.main-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.5rem;
}

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

.main-navigation ul li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 0.75rem 1rem;
	color: #17171a;
	text-decoration: none;
	transition: color 0.3s ease;
}

.main-navigation a:hover {
	color: #2874fc;
	text-decoration: none;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-width: 200px;
	display: none;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #f0f0f0;
}

.main-navigation ul ul li:last-child {
	border-bottom: none;
}

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

/* Mobile Menu Toggle */
.menu-toggle {
	display: block;
	background: transparent;
	border: 2px solid #2874fc;
	color: #2874fc;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	border-radius: 8px;
}

.menu-toggle:hover {
	background: #2874fc;
	color: #fff;
	transform: none;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 0.5rem;
	}
}

.main-navigation.toggled ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
}

/* Posts and pages
--------------------------------------------- */
.entry-header {
	margin-bottom: 2rem;
}

.entry-title {
	margin-bottom: 0.5rem;
}

.entry-meta {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 1rem;
}

.entry-content {
	margin-bottom: 2rem;
}

.entry-footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 1rem;
	font-size: 0.875rem;
	color: #666;
}

.post-thumbnail {
	margin-bottom: 2rem;
}

.post-thumbnail img {
	border-radius: 12px;
	width: 100%;
	height: auto;
}

/* Blog Cards */
.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 2rem;
	margin: 2rem 0;
}

.blog-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.blog-card-content {
	padding: 1.5rem;
}

.blog-card-title {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.blog-card-title a {
	color: #17171a;
	text-decoration: none;
}

.blog-card-title a:hover {
	color: #2874fc;
}

/* Dog Breed Cards */
.dog-breed-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 1.5rem;
	margin: 2rem 0;
}

.dog-breed-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 1.5rem;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dog-breed-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.dog-breed-card img {
	width: 100%;
	height: 180px;
	object-fit: contain;
	margin-bottom: 1rem;
}

.dog-breed-card h3 {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: #f8f9fa;
	border-top: 1px solid #e0e0e0;
	padding: 2rem 0 1rem;
	margin-top: 4rem;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}

.footer-info {
	text-align: center;
	padding: 1.5rem 0;
	border-top: 1px solid #e0e0e0;
	font-size: 0.875rem;
	color: #666;
}

.footer-info a {
	color: #2874fc;
	margin: 0 0.5rem;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 2rem;
}

.widget-title {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	padding: 0.5rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget a {
	color: #17171a;
}

.widget a:hover {
	color: #2874fc;
}

/* Sidebar */
.sidebar {
	background: #f8f9fa;
	padding: 1.5rem;
	border-radius: 12px;
}

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

/* Accessibility
--------------------------------------------- */
.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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*--------------------------------------------------------------
# Homepage Styles
--------------------------------------------------------------*/

/* Hero Section */
.hero-section {
	padding: 4rem 0;
	background: linear-gradient(135deg, #f8f9ff 0%, #e6efff 100%);
}

.hero-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.hero-content {
		grid-template-columns: 1fr 1fr;
	}
}

.hero-text h1 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
	.hero-text h1 {
		font-size: 3rem;
	}
}

.hero-description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #555;
}

.hero-animation {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* How to Use Section */
.how-to-use-section {
	padding: 4rem 0;
}

.how-to-use-section h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 3rem;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

.step-card {
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.step-number {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #2874fc 0%, #1a5bd8 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 auto 1.5rem;
}

.step-card h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.step-card p {
	color: #666;
	line-height: 1.6;
}

/* Calculator Section */
.calculator-section {
	padding: 4rem 0;
	background: #f8f9fa;
}

.calculator-section h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.section-description {
	text-align: center;
	font-size: 1.125rem;
	color: #666;
	margin-bottom: 3rem;
}

.calculator-embed {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* About Section */
.about-section {
	padding: 4rem 0;
}

.about-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: start;
}

@media screen and (min-width: 768px) {
	.about-content {
		grid-template-columns: 1fr 1.5fr;
	}
}

.about-text h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.about-text h3 {
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #2874fc;
}

.about-text ul {
	list-style: none;
	padding-left: 0;
}

.about-text ul li {
	padding: 0.75rem 0;
	padding-left: 1.5rem;
	position: relative;
}

.about-text ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #2874fc;
	font-weight: 700;
}

.brand-tagline {
	margin-top: 2rem;
	padding: 1.5rem;
	background: #e6efff;
	border-radius: 12px;
	text-align: center;
	font-size: 1.125rem;
}

/* Latest Articles Section */
.latest-articles-section {
	padding: 4rem 0;
	background: #f8f9fa;
}

.latest-articles-section h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 3rem;
}

/* Popular Breeds Section */
.popular-breeds-section {
	padding: 4rem 0;
	background: #e6efff;
}

.popular-breeds-section h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.popular-breeds {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.popular-breed-card {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	color: #17171a;
	display: block;
}

.popular-breed-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	text-decoration: none;
}

.popular-breed-card img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	margin-bottom: 1rem;
}

.popular-breed-card h3 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.popular-breed-card p {
	color: #666;
	font-size: 0.95rem;
}

/* Other Breeds Section */
.other-breeds-section {
	padding: 4rem 0;
}

.other-breeds-section h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 3rem;
}

/* Love Counter Styles */
.dogsize-love-counter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	padding: 2rem;
	margin: 2rem 0;
	background: #f8f9fa;
	border-radius: 12px;
}

.love-icon {
	font-size: 3rem;
	cursor: pointer;
	transition: transform 0.2s ease;
	user-select: none;
}

.love-icon:hover {
	transform: scale(1.1);
}

.love-count {
	font-size: 2rem;
	font-weight: 700;
	color: #2874fc;
}

.social-share {
	display: flex;
	gap: 1rem;
}

.social-share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2874fc;
	color: #fff;
	transition: background 0.3s ease, transform 0.2s ease;
}

.social-share a:hover {
	background: #1a5bd8;
	transform: translateY(-2px);
	text-decoration: none;
}

.social-share svg {
	width: 20px;
	height: 20px;
}

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	animation: fadeIn 0.6s ease forwards;
}

/* Ripple Effect */
.ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	transform: scale(0);
	animation: ripple-animation 0.6s ease-out;
	pointer-events: none;
}

@keyframes ripple-animation {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

button,
input[type="submit"],
input[type="button"] {
	position: relative;
	overflow: hidden;
}



/*--------------------------------------------------------------
# Dog Breed Page Styles
--------------------------------------------------------------*/

.dog-breed-page {
	background: #fff;
}

/* Breed Intro Section */
.breed-intro-section {
	padding: 3rem 0 2rem;
	background: linear-gradient(135deg, #f8f9ff 0%, #e6efff 100%);
}

.breed-intro-section h1 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	text-align: center;
}

.breed-intro-text {
	font-size: 1.125rem;
	line-height: 1.7;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 1rem;
}

.scroll-hint {
	text-align: center;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	display: inline-block;
	margin: 0 auto;
	font-size: 0.95rem;
	color: #666;
}

.hint-icon {
	margin-right: 0.5rem;
}

/* Breed Info Card */
.breed-info-section {
	padding: 3rem 0;
}

.breed-info-card {
	background: #f8f9fa;
	border-radius: 16px;
	padding: 2rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.breed-info-card {
		grid-template-columns: 300px 1fr;
	}
}

.breed-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.breed-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1.5rem;
}

.stat-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.stat-label {
	font-size: 0.875rem;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.stat-value {
	font-size: 1.25rem;
	font-weight: 600;
	color: #17171a;
}

/* Breed Calculator Section */
.breed-calculator-section {
	padding: 3rem 0;
	background: #fff;
}

.breed-calculator-section h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

/* Growth Chart Section */
.growth-chart-section {
	padding: 3rem 0;
	background: #f8f9fa;
}

.growth-chart-section h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.growth-chart-content {
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Breed Traits Section */
.breed-traits-section {
	padding: 3rem 0;
}

.breed-traits-section h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.traits-card {
	background: #f8f9fa;
	border-radius: 16px;
	padding: 2rem;
	max-width: 800px;
	margin: 0 auto;
}

.trait-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid #e0e0e0;
}

.trait-item:last-child {
	border-bottom: none;
}

.trait-label {
	font-size: 1rem;
	color: #17171a;
	font-weight: 500;
}

.trait-rating {
	display: flex;
	gap: 0.5rem;
}

.rating-circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #2874fc;
	background: transparent;
	transition: background 0.3s ease;
}

.rating-circle.filled {
	background: #2874fc;
}

/* Care Information Section */
.care-info-section {
	padding: 3rem 0;
	background: #f8f9fa;
}

.care-info-section h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.care-accordion {
	max-width: 800px;
	margin: 0 auto;
}

.accordion-item {
	background: #fff;
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.accordion-header {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem;
	background: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	text-align: left;
}

.accordion-header:hover {
	background: #f8f9fa;
}

.accordion-icon {
	font-size: 1.5rem;
}

.accordion-title {
	flex: 1;
	font-size: 1.125rem;
	font-weight: 600;
	color: #17171a;
}

.accordion-toggle {
	font-size: 1rem;
	color: #666;
	transition: transform 0.3s ease;
}

.accordion-header[aria-expanded="true"] .accordion-toggle {
	transform: rotate(180deg);
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 1.5rem;
}

.accordion-header[aria-expanded="true"] + .accordion-content {
	max-height: 1000px;
	padding: 0 1.5rem 1.5rem;
}

.accordion-content p {
	margin-bottom: 1rem;
	line-height: 1.7;
	color: #555;
}

/* Related Breeds Section */
.related-breeds-section {
	padding: 3rem 0;
}

.related-breeds-section h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

/* Love Counter Section */
.love-counter-section {
	padding: 2rem 0 3rem;
}



/*--------------------------------------------------------------
# Responsive Design & Mobile Optimization
--------------------------------------------------------------*/

/* Mobile-first responsive adjustments */
@media screen and (max-width: 767px) {
	/* Typography adjustments */
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.75rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	/* Hero Section Mobile */
	.hero-section {
		padding: 2rem 0;
	}

	.hero-text h1 {
		font-size: 2rem;
	}

	.hero-description {
		font-size: 1rem;
	}

	.hero-animation iframe {
		height: 300px;
	}

	/* Steps Grid Mobile */
	.steps-grid {
		grid-template-columns: 1fr;
	}

	/* Blog Grid Mobile */
	.blog-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	/* Dog Breed Grid Mobile */
	.dog-breed-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 1rem;
	}

	.dog-breed-card {
		padding: 1rem;
	}

	.dog-breed-card img {
		height: 120px;
	}

	/* Popular Breeds Mobile */
	.popular-breeds {
		grid-template-columns: 1fr;
	}

	/* Calculator Section Mobile */
	.calculator-section {
		padding: 2rem 0;
	}

	.calculator-embed {
		padding: 1rem;
	}

	/* About Section Mobile */
	.about-section {
		padding: 2rem 0;
	}

	.about-animation iframe {
		height: 300px;
	}

	/* Breed Info Card Mobile */
	.breed-info-card {
		padding: 1rem;
		gap: 1rem;
	}

	.breed-stats {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}

	/* Traits Card Mobile */
	.traits-card {
		padding: 1rem;
	}

	.trait-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.trait-rating {
		align-self: flex-start;
	}

	/* Accordion Mobile */
	.accordion-header {
		padding: 1rem;
	}

	.accordion-icon {
		font-size: 1.25rem;
	}

	.accordion-title {
		font-size: 1rem;
	}

	/* Footer Mobile */
	.footer-widgets {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.footer-info {
		flex-direction: column;
		gap: 1rem;
	}

	/* Love Counter Mobile */
	.dogsize-love-counter {
		flex-direction: column;
		gap: 1rem;
		padding: 1.5rem;
	}

	.love-icon {
		font-size: 2.5rem;
	}

	.love-count {
		font-size: 1.5rem;
	}

	/* Section Padding Mobile */
	.how-to-use-section,
	.latest-articles-section,
	.popular-breeds-section,
	.other-breeds-section,
	.breed-traits-section,
	.care-info-section,
	.related-breeds-section {
		padding: 2rem 0;
	}

	/* Container Padding Mobile */
	.container {
		padding: 0 1rem;
	}
}

/* Tablet adjustments */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

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

/* Large screen adjustments */
@media screen and (min-width: 1024px) {
	.blog-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.dog-breed-grid {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	}

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

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
	/* Increase touch target sizes */
	button,
	input[type="submit"],
	input[type="button"],
	.menu-toggle,
	.accordion-header {
		min-height: 44px;
		min-width: 44px;
	}

	/* Remove hover effects on touch devices */
	.blog-card:hover,
	.dog-breed-card:hover,
	.popular-breed-card:hover,
	.step-card:hover {
		transform: none;
	}

	/* Make links easier to tap */
	a {
		padding: 0.25rem;
		margin: -0.25rem;
	}
}

/* Print styles */
@media print {
	.site-header,
	.site-footer,
	.menu-toggle,
	.navigation,
	.sidebar,
	.dogsize-love-counter,
	.social-share {
		display: none;
	}

	.site-content {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body {
		font-size: 12pt;
		line-height: 1.5;
		color: #000;
		background: #fff;
	}

	a {
		color: #000;
		text-decoration: underline;
	}

	img {
		max-width: 100%;
		page-break-inside: avoid;
	}
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* High contrast mode support */
@media (prefers-contrast: high) {
	body {
		background: #fff;
		color: #000;
	}

	a {
		color: #0000ff;
		text-decoration: underline;
	}

	button,
	input[type="submit"],
	input[type="button"] {
		border: 2px solid #000;
	}

	.blog-card,
	.dog-breed-card,
	.step-card {
		border: 2px solid #000;
	}
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
	/* Uncomment to enable dark mode
	body {
		background: #1a1a1a;
		color: #e0e0e0;
	}

	.site-header,
	.site-footer {
		background: #2a2a2a;
		border-color: #3a3a3a;
	}

	.blog-card,
	.dog-breed-card,
	.step-card {
		background: #2a2a2a;
		color: #e0e0e0;
	}

	a {
		color: #5c9fff;
	}
	*/
}

/* Focus visible for keyboard navigation */
:focus-visible {
	outline: 3px solid #2874fc;
	outline-offset: 2px;
}

/* Smooth scrolling for all browsers */
html {
	scroll-behavior: smooth;
}

/* Ensure images are responsive */
img {
	max-width: 100%;
	height: auto;
}

/* Prevent text overflow */
.entry-content,
.page-content {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

/* Improve readability on wide screens */
@media screen and (min-width: 1400px) {
	.entry-content,
	.page-content {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

