/*!
Theme Name: CraftHome
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: crafthome
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.

CraftHome 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.
 */

@font-face {
 font-family: "Gilroy";
 src: url("/wp-content/themes/crafthome/fonts/Gilroy-Light.otf") format("opentype");
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "Gilroy";
 src: url("/wp-content/themes/crafthome/fonts/Gilroy-ExtraBold.otf") format("opentype");
 font-weight: 800;
 font-style: normal;
 font-display: swap;
}

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.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 {
	margin-bottom: 1.5em;
}

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: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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 {
	display: inline-block;
}

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

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #fff;
  margin: 0;
}

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

.site-header {
  padding: 32px 0 0;
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.custom-logo-link img,
.site-logo img,
.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header__action {
  flex-shrink: 0;
}

.header__action .btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 50px;
  padding: 0 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5a3b22 0%, #6a4527 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
  box-shadow: 0 8px 18px rgba(90, 59, 34, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: "Gilroy", sans-serif;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.header__action .btn-primary span {
  position: relative;
  z-index: 2;
}

.header__action .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 50%, rgba(255, 210, 140, 0) 0%, rgba(255, 210, 140, 0) 35%, rgba(255, 210, 140, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.header__action .btn-primary::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -75%;
  width: 45%;
  height: 220%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 244, 214, 0.18) 35%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 232, 180, 0.22) 65%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(18deg) translateX(0);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.header__action .btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(135deg, #6a4527 0%, #7a5230 100%);
  box-shadow: 0 0 0 1px rgba(255, 216, 161, 0.12), 0 12px 30px rgba(90, 59, 34, 0.28), 0 0 22px rgba(255, 196, 120, 0.22);
}

.header__action .btn-primary:hover::before {
  opacity: 1;
}

.header__action .btn-primary:hover::after {
  opacity: 1;
  animation: candleShine 1.15s ease forwards;
}

.header__action .btn-primary:active {
  transform: translateY(0) scale(0.98);
}

@keyframes candleShine {
  0% {
    left: -75%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    left: 140%;
    opacity: 0;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #d8ccb8 0%, #eee6db 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 58%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.hero_wrapper {
  position: relative;
  padding: 180px 0 110px;
}

.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.hero__content {
    max-width: 725px;
}

.hero__title {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 58px;
  line-height: 0.98;
  margin: 0 0 32px;
  color: #4a361e;
}

.hero__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.12;
  color: #927454;
  margin: 0 0 48px;
  max-width: 620px;
}

.hero__subtext {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.12;
  color: #9a7a58;
  margin: 0 0 34px;
  max-width: 660px;
}

.hero__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(90, 59, 34, 0.08);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.hero__instagram:hover {
  transform: translateY(-3px);
  background: rgba(90, 59, 34, 0.14);
  box-shadow: 0 12px 24px rgba(74, 54, 30, 0.12);
}

.hero__instagram img {
  display: block;
  width: 24px;
  height: 24px;
}

.hero__image {
  flex: 0 1 620px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -250px;
}

.candle-scene {
  position: relative;
  width: 100%;
  max-width: 620px;
}

.candle-scene__img {
  display: block;
  width: 100%;
  height: auto;
}

.flame,
.smoke {
  position: absolute;
  pointer-events: none;
}

.wick--left {
  position: absolute;
  left: 42.9%;
  top: 27.8%;
  width: 3px;
  height: 10px;
  background: linear-gradient(180deg, rgba(70, 52, 28, 0.55) 0%, rgba(43, 28, 12, 0.95) 100%);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.flame--left {
  position: absolute;
  width: 20px;
  height: 60px;
  left: 27.5%;
  top: 21.6%;
  transform: translate(-50%, -50%);
  border-radius: 50% 50% 50% 50% / 65% 65% 35% 35%;
  background: radial-gradient(circle at 50% 65%, rgba(255, 245, 210, 0.98) 0 18%, rgba(255, 214, 102, 0.95) 28%, rgba(255, 163, 26, 0.9) 58%, rgba(255, 120, 0, 0.45) 78%, rgba(255, 120, 0, 0) 100%);
  filter: blur(0.3px) drop-shadow(0 0 6px rgba(255, 190, 80, 0.75)) drop-shadow(0 0 14px rgba(255, 166, 0, 0.35));
  transform-origin: 50% 90%;
  animation: flameFlicker 1.6s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
}

.flame--left::before {
  content: "";
  position: absolute;
  inset: 18% 24% 28% 24%;
  border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
  background: radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.95) 0 20%, rgba(255, 243, 201, 0.95) 45%, rgba(255, 243, 201, 0) 100%);
  opacity: 0.95;
}

.flame--left::after {
  display: none;
}

@keyframes flameFlicker {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(-2deg);
    opacity: 0.96;
  }
  20% {
    transform: translate(-50%, -51%) scale(1.06, 0.96) rotate(1deg);
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -49%) scale(0.94, 1.08) rotate(-1deg);
    opacity: 0.92;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.02, 0.98) rotate(2deg);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -51%) scale(0.98, 1.04) rotate(-1.5deg);
    opacity: 0.95;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(-2deg);
    opacity: 0.96;
  }
}

.smoke--right {
  left: 46.4%;
  top: 24.2%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.smoke--right.smoke--1,
.smoke--right.smoke--2,
.smoke--right.smoke--3 {
  position: absolute;
  width: 8px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(
    to top,
    rgba(120,120,120,0.6),
    rgba(150,150,150,0.5),
    rgba(180,180,180,0.35),
    rgba(210,210,210,0.15)
  );
  filter: blur(2px);
  transform-origin: center bottom;
}

.smoke--1 {
  animation: smokeDense1 3.2s ease-out infinite;
}

.smoke--2 {
  animation: smokeDense2 3.2s ease-out 0.7s infinite;
}

.smoke--3 {
  animation: smokeDense3 3.2s ease-out 1.4s infinite;
}

@keyframes smokeDense1 {
  0% {
    transform: translate(-50%, 0) scale(0.7) rotate(0deg);
    opacity: 0.8;
  }
  30% {
    transform: translate(-48%, -40px) scale(1.1) rotate(6deg);
    opacity: 0.7;
  }
  60% {
    transform: translate(-52%, -85px) scale(1.4) rotate(-6deg);
    opacity: 0.6;
  }
  100% {
    transform: translate(-55%, -130px) scale(1.7) rotate(4deg);
    opacity: 0.4;
  }
}

@keyframes smokeDense2 {
  0% {
    transform: translate(-50%, 0) scale(0.6) rotate(0deg);
    opacity: 0.7;
  }
  30% {
    transform: translate(-54%, -45px) scale(1) rotate(-5deg);
    opacity: 0.65;
  }
  60% {
    transform: translate(-48%, -90px) scale(1.3) rotate(6deg);
    opacity: 0.55;
  }
  100% {
    transform: translate(-45%, -135px) scale(1.6) rotate(-3deg);
    opacity: 0.35;
  }
}

@keyframes smokeDense3 {
  0% {
    transform: translate(-50%, 0) scale(0.5) rotate(0deg);
    opacity: 0.7;
  }
  30% {
    transform: translate(-47%, -50px) scale(0.95) rotate(4deg);
    opacity: 0.6;
  }
  60% {
    transform: translate(-53%, -95px) scale(1.25) rotate(-5deg);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -140px) scale(1.6) rotate(3deg);
    opacity: 0.35;
  }
}



.home-content {
  position: relative;
  z-index: 3;
  padding: 80px 0;
  background: #fff;
}

@media (max-width: 1280px) {
  .hero_wrapper {
    padding: 170px 0 100px;
  }

  .hero__inner {
    gap: 36px;
  }


  .hero__image {
    flex-basis: 560px;
    margin-right: -200px;
  }

  .hero__title {
    font-size: 52px;
  }

  .hero__text {
    font-size: 23px;
  }

  .hero__subtext {
    font-size: 22px;
  }

  .candle-scene {
    max-width: 560px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    padding-top: 24px;
  }

  .header__inner {
    gap: 24px;
  }

  .hero_wrapper {
    padding: 155px 0 90px;
  }

  .hero__inner {
    gap: 26px;
  }

  .hero__image {
    flex-basis: 500px;
    margin-right: -180px;
  }

  .hero__title {
    font-size: 44px;
    margin-bottom: 24px;
  }

  .hero__text {
    font-size: 20px;
    margin-bottom: 34px;
  }

  .hero__subtext {
    font-size: 19px;
    margin-bottom: 28px;
  }

  .candle-scene {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 18px;
  }

  .site-header {
    padding-top: 20px;
  }

  .custom-logo-link img,
  .site-logo img,
  .header__logo img {
    max-width: 220px;
  }

  .header__action .btn-primary {
    min-width: 155px;
    height: 48px;
    padding: 0 20px;
    font-size: 17px;
  }

  .hero_wrapper {
    padding: 150px 0 70px;
  }

  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .hero__content {
    max-width: 100%;
    flex: none;
    order: 2;
  }

  .hero__image {
    width: 100%;
    flex: none;
    order: 1;
    justify-content: center;
  }

  .candle-scene {
    max-width: 470px;
    margin: 0 auto;
  }

  .hero__title {
    font-size: 40px;
    max-width: 620px;
  }

  .hero__text {
    font-size: 19px;
    max-width: 100%;
  }

  .hero__subtext {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .site-header {
    padding-top: 16px;
  }

  .header__inner {
    align-items: center;
    gap: 14px;
  }

  .custom-logo-link img,
  .site-logo img,
  .header__logo img {
    max-width: 175px;
  }

  .header__action .btn-primary {
    min-width: 138px;
    height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .hero_wrapper {
    padding: 132px 0 56px;
  }

  .hero__inner {
    gap: 22px;
  }

  .candle-scene {
    max-width: 100%;
    margin-right: -50px;
  }

  .hero__title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 320px;
  }

  .hero__text {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .hero__subtext {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .hero__instagram {
    width: 52px;
    height: 52px;
  }

  .hero__instagram img {
    width: 22px;
    height: 22px;
  }

  .flame--left {
    width: 13px;
    height: 40px;
  }

  .smoke--1 {
    width: 12px;
    height: 12px;
  }

  .smoke--2 {
    width: 9px;
    height: 9px;
  }

  .home-content {
    padding: 64px 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 14px;
  }

  .site-header {
    padding-top: 14px;
  }

  .header__inner {
    gap: 10px;
  }

  .custom-logo-link img,
  .site-logo img,
  .header__logo img {
    max-width: 138px;
  }

  .header__action .btn-primary {
    min-width: 122px;
    height: 42px;
    padding: 0 15px;
    border-radius: 13px;
    font-size: 15px;
    letter-spacing: 0.4px;
  }

  .hero_wrapper {
    padding: 120px 0 48px;
  }

  .candle-scene {
    max-width: 100%;
    margin-right: -50px;
  }

  .hero__title {
    font-size: 28px;
    margin-bottom: 18px;
    max-width: 270px;
  }

  .hero__text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #735a41;
  }

  .hero__subtext {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hero__instagram {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 380px) {
  .custom-logo-link img,
  .site-logo img,
  .header__logo img {
    max-width: 128px;
  }

  .header__action .btn-primary {
    min-width: 114px;
    height: 39px;
    padding: 0 13px;
    font-size: 14px;
  }

  .hero_wrapper {
    padding: 114px 0 42px;
  }

  .candle-scene {
    max-width: 100%;
    margin-right: -50px;
  }

  .hero__title {
    font-size: 25px;
    max-width: 245px;
  }

  .hero__text,
  .hero__subtext {
    font-size: 15px;
  }
}


/* PRODUCTS */

.products {
  padding: 100px 0;
  background: #f6f4f1;
  position: relative;
  overflow: hidden;
}

.products__title {
  margin: 0 0 36px;
  color: #4A361E;
  font-family: 'Gilroy';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.products__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 46px;
}

.products__tab {
  appearance: none;
  border: 1px solid #E5E5EA;
  background: #f8f5f0;
  color: #4a361e;
  border-radius: 999px;
  padding: 8px 18px;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.products__tab:hover {
  background: #f0dfc5;
  border-color: #f0dfc5;
  transform: translateY(-2px);
}

.products__tab.active {
  background: #FFD7A4;
  border-color: #FFD7A4;
  color: #4a361e;
  box-shadow: 0 8px 18px rgba(120, 82, 39, 0.12);
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.product-card {
  position: relative;
  background: #f7f5f2;
  border: 1px solid #e2ddd6;
  border-radius: 28px;
  padding: 56px 22px 26px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  transform: translateY(0) scale(1);
  opacity: 1;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(74, 54, 30, 0.1);
}

.product-card.is-hidden {
  display: none;
}

.product-card.is-visible {
  display: block;
  animation: productFadeIn 0.35s ease;
}

.product-card__badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #FFD7A4;
  color: #4a361e;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.product-card img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0 auto 18px;
}

.product-card h3 {
  margin: 0 0 12px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  color: #1f1f1f;
}

.product-card p {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: #927454;
}

@keyframes productFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1199px) {
  .products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .products {
    padding: 80px 0;
  }

  .products__title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .products__nav {
    gap: 10px;
    margin-bottom: 34px;
  }

  .products__tab {
    font-size: 14px;
    padding: 9px 16px;
  }

  .products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 575px) {
  .products {
    padding: 64px 0;
  }

  .products__title {
    font-size: 30px;
  }

  .products__nav {
    justify-content: flex-start;
    margin-bottom: 28px;
  }

  .products__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-card {
    padding: 52px 18px 22px;
    border-radius: 24px;
  }

  .product-card img {
    max-width: 150px;
  }

  .product-card h3 {
    font-size: 17px;
  }

  .product-card p {
    font-size: 14px;
  }
}

.product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5a3b22 0%, #6a4527 100%);
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(90, 59, 34, 0.2);
}

.product-card__btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #6a4527 0%, #7a5230 100%);
  box-shadow: 0 10px 22px rgba(90, 59, 34, 0.3);
  color: white;
}

.product-card__btn:active {
  transform: scale(0.96);
}

.product-card {
  position: relative;
  background: #f7f5f2;
  border: 1px solid #e2ddd6;
  border-radius: 28px;
  padding: 56px 22px 26px;
  text-align: center;
  transition: all 0.4s ease;
  transform: translateY(0) scale(1);
  opacity: 1;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 190, 100, 0.45), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}


.product-card::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 50%;
  width: 22px;
  height: 36px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px) rotate(0deg);
  transform-origin: 50% 85%;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 50% 28%, #fff8cf 0%, #ffe08a 28%, #ffb347 58%, #ff7a00 82%, rgba(255,122,0,0) 100%);
  filter: blur(0.4px) drop-shadow(0 0 8px rgba(255, 180, 70, 0.55));
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-card:hover .product-card__btn {
  background: linear-gradient(135deg, #ffb347 0%, #ff7a18 100%);
  box-shadow: 0 10px 25px rgba(255, 150, 80, 0.4);
}

@keyframes flameFlicker {
  0% { transform: translateX(-50%) scale(1) rotate(0deg); }
  25% { transform: translateX(-50%) scale(1.15) rotate(2deg); }
  50% { transform: translateX(-50%) scale(0.9) rotate(-2deg); }
  75% { transform: translateX(-50%) scale(1.05) rotate(1deg); }
  100% { transform: translateX(-50%) scale(1) rotate(0deg); }
}

@keyframes candleFlame {
  0% {
    transform: translateX(-50%) translateY(2px) rotate(-1.5deg) scaleX(0.96) scaleY(1.02);
    filter: blur(0.4px) drop-shadow(0 0 7px rgba(255, 180, 70, 0.45));
  }
  20% {
    transform: translateX(-50%) translateY(0px) rotate(1.8deg) scaleX(1.04) scaleY(0.98);
    filter: blur(0.3px) drop-shadow(0 0 10px rgba(255, 190, 90, 0.6));
  }
  40% {
    transform: translateX(-50%) translateY(1px) rotate(-2.4deg) scaleX(0.92) scaleY(1.06);
    filter: blur(0.5px) drop-shadow(0 0 9px rgba(255, 170, 60, 0.52));
  }
  60% {
    transform: translateX(-50%) translateY(-1px) rotate(2.2deg) scaleX(1.05) scaleY(0.97);
    filter: blur(0.35px) drop-shadow(0 0 11px rgba(255, 200, 110, 0.62));
  }
  80% {
    transform: translateX(-50%) translateY(1px) rotate(-1.2deg) scaleX(0.97) scaleY(1.03);
    filter: blur(0.45px) drop-shadow(0 0 8px rgba(255, 175, 70, 0.5));
  }
  100% {
    transform: translateX(-50%) translateY(2px) rotate(1deg) scaleX(1) scaleY(1);
    filter: blur(0.4px) drop-shadow(0 0 9px rgba(255, 185, 80, 0.55));
  }
}

.product-card:hover::before {
  opacity: 1;
  animation: candleGlow 1.6s infinite ease-in-out;
}

@keyframes candleGlow {
  0% {
    opacity: 0.72;
    transform: translateX(-50%) scale(0.98);
  }
  50% {
    opacity: 0.9;
    transform: translateX(-50%) scale(1.03);
  }
  100% {
    opacity: 0.74;
    transform: translateX(-50%) scale(0.99);
  }
}



.scent-pick {
  padding: 110px 0;
  background: #f2f0ee;
}

.scent-pick__title {
  margin: 0 0 42px;
  text-align: center;
  color: #5a4028;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.05;
}

.scent-pick__accordion {
  display: flex;
  gap: 0;
  min-height: 520px;
  overflow: hidden;
}

.scent-pick__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;

  transition:
    flex-grow 0.8s cubic-bezier(.22, .61, .36, 1),
    filter 0.45s ease;

  will-change: flex-grow;
}
.scent-pick__item.is-active {
  flex-grow: 3.2;
}

.scent-pick__accordion:hover .scent-pick__item:not(.is-active) {
  filter: saturate(.9) brightness(.92);
}

.scent-pick__bg,
.scent-pick__overlay {
  position: absolute;
  inset: 0;
}

.scent-pick__bg {
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition:
    transform 1.2s cubic-bezier(.22, .61, .36, 1),
    filter .8s ease;
  will-change: transform;
}

.scent-pick__item:hover .scent-pick__bg,
.scent-pick__item.is-active .scent-pick__bg {
  transform: scale(1.07);
}

.scent-pick__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, .32) 100%);
  transition:
    background .65s cubic-bezier(.22, .61, .36, 1),
    opacity .45s ease;
}

.scent-pick__item.is-active .scent-pick__overlay,
.scent-pick__item:hover .scent-pick__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .52) 100%);
}

.scent-pick__label {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  opacity: 1;
  transition:
    opacity .28s ease,
    transform .45s cubic-bezier(.22, .61, .36, 1),
    letter-spacing .35s ease;
  transform-origin: center;
}

.scent-pick__item.is-active .scent-pick__label,
.scent-pick__item:hover .scent-pick__label {
  opacity: 0;
  transform: rotate(180deg) scale(.92);
}

.scent-pick__content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 3;
  max-width: 430px;
  color: #fff;

  opacity: 0;
  transform: translateY(14px);
  filter: blur(5px);

  transition:
    opacity 0.45s ease 0s,
    transform 0.45s ease 0s,
    filter 0.45s ease 0s;

  pointer-events: none;
  will-change: opacity, transform, filter;
}

.scent-pick__item.is-active .scent-pick__content,
.scent-pick__item:hover .scent-pick__content {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);

  transition-delay: 0.55s;
}

.scent-pick__content h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.05;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .5s ease,
    transform .7s cubic-bezier(.22, .61, .36, 1);
}

.scent-pick__content p {
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .55s ease,
    transform .85s cubic-bezier(.22, .61, .36, 1);
}

.scent-pick__item.is-active .scent-pick__content h3,
.scent-pick__item:hover .scent-pick__content h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .26s;
}

.scent-pick__item.is-active .scent-pick__content p,
.scent-pick__item:hover .scent-pick__content p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .36s;
}

@media (max-width: 1199px) {
  .scent-pick__accordion {
    min-height: 460px;
  }

  .scent-pick__item.is-active {
    flex-grow: 2.7;
  }

  .scent-pick__content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .scent-pick__content h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .scent-pick {
    padding: 90px 0;
  }

  .scent-pick__title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .scent-pick__accordion {
    min-height: 400px;
  }

  .scent-pick__label {
    font-size: 18px;
  }

  .scent-pick__content h3 {
    font-size: 24px;
  }

  .scent-pick__content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .scent-pick {
    padding: 70px 0;
  }

  .scent-pick__title {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .scent-pick__accordion {
    flex-direction: column;
    min-height: auto;
    gap: 10px;
  }

  .scent-pick__item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;

    transition:
      flex-grow 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
      filter 0.45s ease;

    will-change: flex-grow;
  }

  .scent-pick__item.is-active {
    min-height: 280px;
    flex: none;
  }

  .scent-pick__label {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    font-size: 22px;
  }

  .scent-pick__item.is-active .scent-pick__label,
  .scent-pick__item:hover .scent-pick__label {
    transform: scale(.96);
  }

  .scent-pick__content {
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: none;
  }

  .scent-pick__content h3 {
    font-size: 24px;
  }
}


.site-footer {
  position: relative;
  overflow: hidden;
  background: #e8dcc8;
  padding: 56px 0 48px;
  border-top: 1px solid rgba(91, 67, 43, 0.08);
}

.site-footer__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  min-height: 220px;
  z-index: 1;
}

.site-footer__left {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 260px;
}

.site-footer__logo {
  display: inline-block;
  color: #5b432b;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  font-family: "Brush Script MT", cursive;
}

.site-footer__title {
  margin: 0 0 16px;
  color: #5b432b;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.site-footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__socials li + li {
  margin-top: 12px;
}

.site-footer__socials a {
  position: relative;
  align-items: anchor-center;
  gap: 10px;
  color: #5b432b;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.25s ease;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  justify-content: start;
}


.site-footer__socials a:hover {
  opacity: 0.7;
}

.site-footer__center {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  padding-top: 100px;
}

.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: self-start;
  justify-content: center;
  font-size: 16px;
  flex-direction: column;
  gap: 24px;
}

.site-footer__nav li + li {
  margin-top: 0px;
}

.site-footer__nav a {
  color: #5b432b;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.site-footer__nav a:hover {
  opacity: 0.7;
}

.site-footer__decor {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 320px;
  height: 320px;
  pointer-events: none;
  opacity: 0.45;
  background: url(/wp-content/uploads/2026/04/Vector.png);
  background-size: cover;

}


@media (max-width: 991px) {
  .site-footer {
    padding: 40px 0;
  }

  .site-footer__inner {
    flex-direction: column;
    gap: 32px;
    min-height: unset;
  }

  .site-footer__center {
    padding-top: 0;
  }

  .site-footer__nav a {
    font-size: 22px;
  }

  .site-footer__decor {
    width: 220px;
    height: 220px;
    right: -60px;
    bottom: -60px;
  }
}

@media (max-width: 575px) {
  .site-footer__logo {
    font-size: 34px;
  }

  .site-footer__title {
    font-size: 18px;
  }

  .site-footer__socials a {
    font-size: 15px;
  }

  .site-footer__nav a {
    font-size: 18px;
  }
}


.about-block {
  position: relative;
  background: #f4f2ef;
  padding: 80px 0;
  overflow: hidden;
}

.about-block__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
}

.about-block__image {
  flex: 0 0 420px;
}

.about-block__image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

.about-block__content {
  max-width: 520px;
}

.about-block__title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.2;
  color: #4b3828;
  font-weight: 600;
}

.about-block__content p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #6b5847;
}

.about-block__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 220px;
  pointer-events: none;
  opacity: 0.3;
  background: url(/wp-content/uploads/2026/04/Vector.png);
  background-size: cover;
}

/* responsive */

@media (max-width: 991px) {
  .about-block {
    padding: 60px 0;
  }

  .about-block__inner {
    flex-direction: column;
    gap: 40px;
  }

  .about-block__image {
    flex: none;
    width: 100%;
    max-width: 400px;
  }

  .about-block__title {
    font-size: 28px;
  }
}


.order-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.order-popup.is-active {
  display: block;
}

.order-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 22, 14, 0.62);
  backdrop-filter: blur(6px);
}

.order-popup__box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92%, 760px);
  background: #f7f1e8;
  border-radius: 32px;
  transform: translate(-50%, -50%) scale(0.96);
  display: grid;
  grid-template-columns: 300px 1fr;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  animation: popupIn .35s ease forwards;
}

.order-popup__image {
  background: linear-gradient(180deg, #d8ccb8 0%, #eee6db 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}

.order-popup__image img {
  max-width: 220px;
  width: 100%;
  animation: popupCandleFloat 3s ease-in-out infinite;
}

.order-popup__content {
  padding: 46px 42px;
}

.order-popup__content h2 {
  margin: 0 0 16px;
  font-family: "Gilroy", sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #4a361e;
}

.order-popup__content p {
  margin: 0 0 28px;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  color: #927454;
}

.order-popup__form {
  display: grid;
  gap: 14px;
}

.order-popup__form input {
  width: 100%;
  height: 52px;
  border: 1px solid #e2d7c7;
  border-radius: 16px;
  background: #fff;
  padding: 0 18px;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  color: #4a361e;
}

.order-popup__form input:focus {
  outline: none;
  border-color: #b8895b;
  box-shadow: 0 0 0 3px rgba(184, 137, 91, 0.14);
}

.order-popup__form button {
  height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #5a3b22 0%, #6a4527 100%);
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.order-popup__form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(90, 59, 34, 0.26);
}

.order-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border: 0;
  border-radius: 50%;
  color: #4a361e;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat;
}

@keyframes popupIn {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes popupCandleFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 767px) {
  .order-popup__box {
    grid-template-columns: 1fr;
    width: min(92%, 420px);
    border-radius: 26px;
  }

  .order-popup__image {
    padding: 28px 28px 12px;
  }

  .order-popup__image img {
    max-width: 150px;
  }

  .order-popup__content {
    padding: 26px 24px 30px;
  }

  .order-popup__content h2 {
    font-size: 28px;
  }
}



.crafthome-404 {
  min-height: 100vh;
  padding: 180px 0 110px;
  background:
    radial-gradient(circle at 76% 46%, rgba(255, 215, 164, 0.38), transparent 34%),
    linear-gradient(180deg, #d8ccb8 0%, #eee6db 100%);
  overflow: hidden;
  position: relative;
}

.crafthome-404::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.32), transparent 38%);
  pointer-events: none;
}

.crafthome-404__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 70px;
}

.crafthome-404__content {
  max-width: 650px;
}

.crafthome-404__eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  font-family: "Gilroy", sans-serif;
  font-size: 92px;
  font-weight: 800;
  line-height: .85;
  color: rgba(90, 59, 34, 0.2);
}

.crafthome-404__title {
  margin: 0 0 24px;
  font-family: "Gilroy", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: .98;
  color: #4a361e;
}

.crafthome-404__text {
  max-width: 560px;
  margin: 0 0 36px;
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 1.35;
  color: #927454;
}

.crafthome-404__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.crafthome-404__btn,
.crafthome-404__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 16px;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.crafthome-404__btn {
  background: linear-gradient(135deg, #5a3b22 0%, #6a4527 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(90, 59, 34, 0.24);
}

.crafthome-404__btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(90, 59, 34, 0.32);
}

.crafthome-404__link {
  background: rgba(255,255,255,.42);
  color: #5a3b22;
  border: 1px solid rgba(90, 59, 34, 0.12);
}

.crafthome-404__link:hover {
  color: #5a3b22;
  background: rgba(255,255,255,.62);
  transform: translateY(-2px);
}

.crafthome-404__visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crafthome-404__glow {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 120, 0.48), transparent 68%);
  filter: blur(8px);
  animation: crafthome404Glow 3s ease-in-out infinite;
}

.crafthome-404__image {
  position: relative;
  z-index: 2;
  max-width: 330px;
  width: 100%;
  animation: crafthome404Float 3.4s ease-in-out infinite;
}

.crafthome-404__flame {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 24%;
  width: 18px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 50% 50% 45% 45%;
  background: radial-gradient(circle at 50% 28%, #fff8cf 0%, #ffe08a 28%, #ffb347 58%, #ff7a00 82%, rgba(255,122,0,0) 100%);
  filter: blur(.35px) drop-shadow(0 0 10px rgba(255, 180, 70, .7));
  animation: crafthome404Flame 1.4s ease-in-out infinite;
}

.crafthome-404__smoke {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 20%;
  width: 10px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(to top, rgba(120,120,120,.38), rgba(220,220,220,.05));
  filter: blur(3px);
  pointer-events: none;
}

.crafthome-404__smoke--1 {
  animation: crafthome404Smoke1 3.4s ease-out infinite;
}

.crafthome-404__smoke--2 {
  animation: crafthome404Smoke2 3.4s ease-out .9s infinite;
}

@keyframes crafthome404Float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes crafthome404Glow {
  0%, 100% {
    opacity: .65;
    transform: scale(.96);
  }

  50% {
    opacity: .95;
    transform: scale(1.04);
  }
}

@keyframes crafthome404Flame {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1) rotate(-2deg);
  }

  50% {
    transform: translate(-50%, -52%) scale(1.08, .96) rotate(2deg);
  }
}

@keyframes crafthome404Smoke1 {
  0% {
    opacity: .5;
    transform: translate(-50%, 0) scale(.7);
  }

  100% {
    opacity: 0;
    transform: translate(-70%, -110px) scale(1.8);
  }
}

@keyframes crafthome404Smoke2 {
  0% {
    opacity: .45;
    transform: translate(-50%, 0) scale(.6);
  }

  100% {
    opacity: 0;
    transform: translate(-30%, -120px) scale(1.7);
  }
}

@media (max-width: 991px) {
  .crafthome-404 {
    padding: 150px 0 80px;
  }

  .crafthome-404__inner {
    grid-template-columns: 1fr;
    gap: 42px;
    text-align: center;
  }

  .crafthome-404__content {
    margin: 0 auto;
  }

  .crafthome-404__text {
    margin-left: auto;
    margin-right: auto;
  }

  .crafthome-404__actions {
    justify-content: center;
  }

  .crafthome-404__visual {
    min-height: 330px;
  }

  .crafthome-404__image {
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .crafthome-404 {
    padding: 125px 0 64px;
  }

  .crafthome-404__eyebrow {
    font-size: 70px;
    margin-bottom: 18px;
  }

  .crafthome-404__title {
    font-size: 36px;
  }

  .crafthome-404__text {
    font-size: 17px;
  }

  .crafthome-404__actions {
    flex-direction: column;
  }

  .crafthome-404__btn,
  .crafthome-404__link {
    width: 100%;
  }
}

.post, .page {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .scent-pick {
    padding: 64px 0;
  }

  .scent-pick__title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .scent-pick__accordion {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    overflow: visible;
  }

  .scent-pick__item,
  .scent-pick__item.is-active {
    flex: none;
    min-height: 260px;
    width: 100%;
    border-radius: 0;
    cursor: default;
  }


  .scent-pick__content h3 {
    font-size: 25px;
    line-height: 1.05;
    margin: 0 0 25px;
    text-align: left;
    opacity: 1;
  }

  .scent-pick__content p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .36s;
  }

  .scent-pick__content {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.55s;
  }

  .scent-pick__overlay,
  .scent-pick__item.is-active .scent-pick__overlay,
  .scent-pick__item:hover .scent-pick__overlay {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.08) 0%,
      rgba(0,0,0,.35) 42%,
      rgba(0,0,0,.78) 100%
    );
  }

  .scent-pick__label {
    display: none !important;
  }
}
