/*!
Theme Name: RWL Theme
Theme URI: https://anotherinfotech.com/
Author: Underscores.me
Author URI: https://anotherinfotech.com/
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: rwl-theme
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.

RWL Theme 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.
 */
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 {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

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


/* ===========================================================
   Reminiscence with Love — main stylesheet
   Aesthetic: editorial luxury · warm cream + deep maroon + antique gold
   Typography: Noto Serif Bengali (display) · Hind Siliguri (body)
                Cormorant Garamond italic (English accents)
   =========================================================== */

/* -------------------- 1. RESET & BASE -------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Palette */
  --cream: #f6efe6;
  --paper: #fbf6ee;
  --ivory: #fffaf2;
  --ink: #2a1f1c;
  --ink-soft: #4a3530;
  --ink-mute: #7a665e;
  --maroon: #5c1f1f;
  --maroon-deep: #3d1414;
  --wine: #7a2e2e;
  --gold: #b08a4a;
  --gold-soft: #c9a961;
  --blush: #e8c8b8;
  --rose: #d4a0a0;
  --line: rgba(42, 31, 28, 0.12);
  --line-soft: rgba(42, 31, 28, 0.06);

  /* Fonts */
  --f-display: "Noto Serif Bengali", "Hind Siliguri", Georgia, serif;
  --f-body: "Hind Siliguri", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-accent: "Cormorant Garamond", "Noto Serif Bengali", Georgia, serif;

  /* Scale */
  --container: 1280px;
  --pad: clamp(20px, 4vw, 56px);

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--f-body);
  font-weight: 400;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  letter-spacing: 0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Subtle paper texture */
  background-image:
    radial-gradient(circle at 18% 22%, rgba(176, 138, 74, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 82% 78%, rgba(92, 31, 31, 0.04) 0%, transparent 50%);
  background-attachment: fixed;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s var(--ease);
}

button {
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

::selection {
  background: var(--maroon);
  color: var(--cream);
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* -------------------- 2. TYPOGRAPHY -------------------- */
h1, h2, h3, h4, h5 {
  font-family: var(--f-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
}

h1 em, h2 em, h3 em, h4 em {
  font-family: var(--f-accent);
  font-style: italic;
  font-weight: 400;
  color: var(--maroon);
}

h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; }
h3 { font-size: clamp(1.4rem, 2vw, 1.85rem); font-weight: 500; }
h4 { font-size: 1.2rem; font-weight: 600; letter-spacing: 0; }
h5 { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--maroon); }

p {
  font-size: 1rem;
  color: var(--ink-soft);
  max-width: 60ch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--f-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 1.5rem;
}

.eyebrow em {
  font-family: var(--f-accent);
  font-style: italic;
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--gold);
}

.sec-head {
  max-width: 760px;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.sec-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sec-head p {
  margin-top: 1.25rem;
  font-size: 1.05rem;
}
.sec-head.center p {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------- 3. BUTTONS & LINKS -------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 14px 28px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.35s var(--ease);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-solid {
  background: var(--maroon);
  color: var(--cream);
  border-color: var(--maroon);
}
.btn-solid:hover {
  background: var(--maroon-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -12px rgba(92, 31, 31, 0.5);
  color: var(--cream);
}
.btn-solid:focus, .btn-solid:active, .btn-solid:visited{color: var(--cream);}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 18px 36px;
  font-size: 1rem;
}

.btn-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--maroon);
  margin-top: 1.25rem;
  position: relative;
  padding-bottom: 3px;
}
.btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.4s var(--ease);
}
.collection-card:hover .btn-link::after {
  transform-origin: left;
  transform: scaleX(0.4);
}

/* -------------------- 4. SCROLL PROGRESS -------------------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--maroon), var(--gold));
  z-index: 200;
  transition: width 0.1s linear;
}

/* -------------------- 5. HEADER -------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 0;
  background: var(--cream);
  backdrop-filter: blur(0);
  transition: all 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(246, 239, 230, 0.92);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
  padding: 12px 0;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid var(--maroon);
  border-radius: 50%;
  font-family: var(--f-accent);
  font-size: 1.15rem;
  font-weight: 500;
  justify-content: center;
  color: var(--maroon);
  letter-spacing: -0.04em;
  flex-shrink: 0;
  transition: all 0.4s var(--ease);
}
.brand-mark em {
  font-style: italic;
  color: var(--gold);
  margin: 0 1px;
}
.brand:hover .brand-mark {
  background: var(--maroon);
  color: var(--cream);
}
.brand:hover .brand-mark em {
  color: var(--gold-soft);
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-name-bn {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.brand-name-en {
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 0.78rem;
  color: var(--maroon);
  letter-spacing: 0.02em;
  margin-top: 2px;
}

.nav-primary {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.nav-primary a {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
}
.nav-primary a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--maroon);
  transition: all 0.35s var(--ease);
  transform: translateX(-50%);
}
.nav-primary a:hover {
  color: var(--maroon);
}
.nav-primary a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  padding: 11px 22px;
  font-size: 0.88rem;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.nav-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  transition: all 0.3s var(--ease);
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 32px 0 40px;
  transform: translateY(-110%);
  opacity: 0;
  transition: all 0.45s var(--ease);
  z-index: 99;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.mobile-menu:not([hidden]) {
  transform: translateY(0);
  opacity: 1;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu a {
  padding: 14px 0;
  font-family: var(--f-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
}
.mobile-menu a.btn {
  margin-top: 18px;
  border-bottom: none;
  font-family: var(--f-body);
  font-size: 0.95rem;
  align-self: flex-start;
}
.mobile-menu .btn {
  color: var(--cream);
}
/* -------------------- 6. HERO -------------------- */
.sec-hero {
  position: relative;
  padding: clamp(120px, 18vh, 180px) 0 clamp(60px, 10vh, 110px);
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-grain {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at top right, rgba(176, 138, 74, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(92, 31, 31, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text {
  max-width: 620px;
}

.hero-title {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1.05;
  margin-bottom: 1.8rem;
  font-weight: 600;
}
.hero-title em {
  font-family: var(--f-accent);
  font-style: italic;
  font-weight: 400;
  font-size: 0.95em;
  color: var(--maroon);
  display: inline-block;
}

.hero-sub {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 2.2rem;
  max-width: 50ch;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 3.5rem;
}

.hero-meta {
  display: flex;
  gap: clamp(28px, 4vw, 56px);
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.hero-meta > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.meta-num {
  font-family: var(--f-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.meta-num em {
  font-family: var(--f-accent);
  font-style: italic;
  font-weight: 500;
  color: var(--maroon);
}
.meta-label {
  font-size: 0.78rem;
  color: var(--ink-mute);
  letter-spacing: 0.05em;
}

/* Hero visual — overlapping frames */
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 70vh;
}

.hero-frame {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  overflow: hidden;
  background: var(--paper);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 30px 60px -20px rgba(42, 31, 28, 0.35),
    0 50px 100px -40px rgba(92, 31, 31, 0.25);
  transform: rotate(-2deg);
  transition: transform 0.8s var(--ease);
}
.hero-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 250, 242, 0.4);
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}
.hero-frame:hover {
  transform: rotate(-1deg) translateY(-4px);
}
.hero-frame:hover img {
  transform: scale(1.04);
}

.hero-frame-secondary {
  width: 50%;
  height: 50%;
  inset: auto -8% -8% auto;
  transform: rotate(4deg);
  z-index: 2;
}
.hero-frame-secondary:hover {
  transform: rotate(3deg) translateY(-4px);
}

.hero-frame-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 12px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 0.78rem;
  color: var(--maroon);
  letter-spacing: 0.02em;
  z-index: 2;
}

.scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 0.82rem;
  color: var(--ink-mute);
  z-index: 2;
}
.scroll-cue svg {
  animation: bounce 2.4s var(--ease) infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(6px); opacity: 1; }
}

/* -------------------- 7. MARQUEE -------------------- */
.sec-marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  background: var(--paper);
  overflow: hidden;
}
.marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
  padding-left: 2.5rem;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
}
.marquee-track .dot {
  color: var(--gold);
  font-family: var(--f-accent);
  font-size: 0.9rem;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* -------------------- 8. ABOUT -------------------- */
.sec-about {
  padding: clamp(80px, 12vw, 140px) 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.about-image {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 70vh;
  overflow: hidden;
  border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 30px 70px -25px rgba(42, 31, 28, 0.3);
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 1.4s var(--ease-out);
}
.about-image:hover img {
  transform: scale(1.05);
}
.about-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px 24px;
  background: linear-gradient(180deg, transparent, rgba(42, 20, 20, 0.85));
  color: var(--cream);
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.4;
}
.about-image-caption em {
  display: block;
  max-width: 24ch;
}

.about-text h2 {
  margin-bottom: 1.5rem;
}
.about-text p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

.about-sign {
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sign-name {
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--maroon);
}
.sign-role {
  font-size: 0.82rem;
  color: var(--ink-mute);
  letter-spacing: 0.05em;
}

/* -------------------- 9. COLLECTIONS BENTO -------------------- */
.sec-collections {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--paper);
  position: relative;
}
.sec-collections::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 70% 20%, rgba(176, 138, 74, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.sec-collections-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(260px, auto);
  gap: 16px;
  position: relative;
  z-index: 1;
}

.collection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--ivory);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  transition: all 0.5s var(--ease);
  isolation: isolate;
}
.collection-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -25px rgba(42, 31, 28, 0.35);
  border-color: var(--line);
}

.collection-card .card-image {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 180px;
}
.collection-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease-out);
}
.collection-card:hover .card-image img {
  transform: scale(1.06);
}

.card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 12px;
  background: var(--maroon);
  color: var(--cream);
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  border-radius: 999px;
  z-index: 2;
}

.collection-card .card-body {
  padding: 26px 26px 28px;
  background: var(--ivory);
  flex-shrink: 0;
}
.collection-card .card-body .eyebrow {
  margin-bottom: 0.8rem;
  font-size: 0.7rem;
}
.collection-card .card-body h3 {
  margin-bottom: 0.7rem;
}
.collection-card .card-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-mute);
}

/* Bento sizes */
.collection-card.size-lg {
  grid-column: span 4;
  grid-row: span 2;
  flex-direction: row;
  min-height: 540px;
}
.collection-card.size-lg .card-image {
  flex: 1.2 1 0;
  min-height: 100%;
}
.collection-card.size-lg .card-body {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 36px;
}
.collection-card.size-lg .card-body h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  margin-bottom: 1rem;
}

.collection-card.size-md {
  grid-column: span 2;
  grid-row: span 1;
  min-height: 520px;
}
.collection-card.size-md .card-image {
  flex: 1 1 auto;
  min-height: 280px;
}

.collection-card.size-sm {
  grid-column: span 2;
  grid-row: span 1;
  min-height: 360px;
}
.collection-card.size-sm .card-body {
  padding: 22px 22px 24px;
}
.collection-card.size-sm .card-body h3 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.collection-card.size-sm .card-body p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.collection-card.size-bespoke {
  background: var(--maroon);
  color: var(--cream);
  border-color: var(--maroon);
}
.collection-card.size-bespoke .card-body { background: var(--maroon); }
.collection-card.size-bespoke .card-body h3 { color: var(--cream); }
.collection-card.size-bespoke .card-body h3 em { color: var(--gold-soft); }
.collection-card.size-bespoke .card-body p { color: rgba(246, 239, 230, 0.78); }
.collection-card.size-bespoke .eyebrow { color: var(--gold-soft); }
.collection-card.size-bespoke .eyebrow em { color: var(--blush); }
.collection-card.size-bespoke .btn-link { color: var(--gold-soft); }

/* -------------------- 10. OFFER -------------------- */
.sec-offer {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 0;
  overflow: hidden;
}
.offer-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(176, 138, 74, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(92, 31, 31, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.offer-text h2 {
  margin: 0.6rem 0 1.5rem;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
}
.offer-text h2 strong {
  font-family: var(--f-accent);
  font-style: italic;
  font-weight: 500;
  font-size: 1.25em;
  color: var(--maroon);
}
.offer-text p {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}
.offer-text .strike {
  text-decoration: line-through;
  text-decoration-color: var(--maroon);
  color: var(--ink-mute);
  margin-right: 0.4rem;
}
.offer-text strong {
  color: var(--maroon);
  font-weight: 600;
}

.offer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 2rem 0 2.4rem;
}
.offer-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.98rem;
  color: var(--ink-soft);
}
.offer-list svg {
  color: var(--gold);
  flex-shrink: 0;
}

.offer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Ticket card */
.offer-card {
  display: flex;
  justify-content: center;
}
.ticket {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 36px 36px 30px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 30px 80px -30px rgba(42, 31, 28, 0.3);
  transform: rotate(-1.2deg);
  transition: transform 0.5s var(--ease);
}
.ticket:hover {
  transform: rotate(-0.5deg) translateY(-4px);
}
.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 50%;
}
.ticket::before {
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  border-right-color: transparent;
  border-top-color: transparent;
}
.ticket::after {
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ticket-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.ticket-eyebrow {
  font-family: var(--f-accent);
  font-style: italic;
  color: var(--maroon);
  font-size: 1rem;
}
.ticket-eyebrow em {
  font-style: italic;
}
.ticket-id {
  font-family: var(--f-accent);
  font-size: 0.85rem;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

.ticket-price {
  text-align: center;
  margin: 1rem 0;
}
.ticket-price .strike {
  display: block;
  font-family: var(--f-accent);
  font-size: 1.2rem;
  text-decoration: line-through;
  text-decoration-color: var(--maroon);
  color: var(--ink-mute);
  margin-bottom: 0.4rem;
}
.ticket-price .big {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(3.5rem, 8vw, 5rem);
  font-weight: 600;
  color: var(--maroon);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.ticket-price .big sup {
  font-size: 0.5em;
  font-weight: 400;
  vertical-align: super;
  margin-left: 4px;
}
.ticket-save {
  display: inline-block;
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold);
  padding: 4px 14px;
  background: rgba(176, 138, 74, 0.1);
  border-radius: 999px;
}

.ticket-divider {
  height: 1px;
  background-image: linear-gradient(to right, var(--line) 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  margin: 1.5rem 0;
}

.ticket-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.ticket-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
}
.ticket-list li span:first-child { color: var(--ink-mute); }
.ticket-list li span:last-child { color: var(--ink); font-weight: 500; }

.ticket-foot {
  text-align: center;
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.04em;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
}

/* -------------------- 11. FEATURES -------------------- */
.sec-features {
  padding: clamp(80px, 12vw, 140px) 0;
  border-top: 1px solid var(--line);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.feature {
  padding: 36px 30px 40px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  transition: background 0.4s var(--ease);
}
.feature:hover {
  background: var(--ivory);
}
.feature-num {
  font-family: var(--f-display);
  font-size: 0.85rem;
  color: var(--maroon);
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  display: block;
}
.feature-num em {
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold);
  margin-right: 6px;
  vertical-align: -2px;
}
.feature h4 {
  margin-bottom: 0.8rem;
  font-family: var(--f-display);
  font-weight: 600;
}
.feature p {
  font-size: 0.92rem;
  color: var(--ink-mute);
  line-height: 1.6;
}

/* -------------------- 12. PROCESS -------------------- */
.sec-process {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.sec-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(176, 138, 74, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(92, 31, 31, 0.25) 0%, transparent 45%);
  pointer-events: none;
}
.sec-process .container { position: relative; z-index: 1; }
.sec-process h2 { color: var(--cream); }
.sec-process h2 em { color: var(--gold-soft); }
.sec-process .eyebrow { color: var(--gold-soft); }
.sec-process .eyebrow em { color: var(--blush); }

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
  margin-top: 1rem;
}
.process-list li {
  position: relative;
  padding: 30px 24px 32px;
  background: rgba(246, 239, 230, 0.04);
  border: 1px solid rgba(246, 239, 230, 0.1);
  border-radius: 4px;
  transition: all 0.4s var(--ease);
}
.process-list li:hover {
  background: rgba(246, 239, 230, 0.08);
  transform: translateY(-4px);
}
.process-num {
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.process-list h4 {
  color: var(--cream);
  margin-bottom: 0.7rem;
  font-weight: 600;
}
.process-list p {
  color: rgba(246, 239, 230, 0.7);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* -------------------- 13. TESTIMONIALS -------------------- */
.sec-testimonials {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--paper);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--ivory);
  padding: 38px 32px 30px;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  position: relative;
  transition: all 0.4s var(--ease);
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -20px rgba(42, 31, 28, 0.2);
  border-color: var(--line);
}
.testimonial::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  font-family: var(--f-accent);
  font-size: 5rem;
  color: var(--gold);
  line-height: 1;
  opacity: 0.5;
}
.testimonial blockquote {
  position: relative;
  font-family: var(--f-display);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 2rem;
  font-weight: 400;
  z-index: 1;
}
.testimonial figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.t-name {
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--maroon);
}
.t-role {
  font-size: 0.82rem;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

/* -------------------- 14. CTA -------------------- */
.sec-cta {
  padding: clamp(80px, 12vw, 140px) 0;
  text-align: center;
  background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
  position: relative;
  overflow: hidden;
}
.sec-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 30%, rgba(176, 138, 74, 0.1) 0%, transparent 60%);
  pointer-events: none;
}
.cta-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec-cta .eyebrow {
  justify-content: center;
}
.sec-cta h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin: 0.8rem 0 1.5rem;
}
.sec-cta p {
  margin: 0 auto 2.5rem;
  font-size: 1.1rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 3rem;
}
.cta-buttons .btn-solid {
	color: var(--cream) !important;
}
.cta-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-family: var(--f-accent);
  font-size: 20px;
  color: var(--ink-mute);
}
.cta-meta .dot {
  color: var(--gold);
}

/* -------------------- 15. FOOTER -------------------- */
.site-footer {
  background: var(--ink);
  color: rgba(246, 239, 230, 0.75);
  padding: clamp(60px, 8vw, 90px) 0 0;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: clamp(40px, 6vw, 70px);
}

.footer-brand {
  max-width: 340px;
}
.brand-footer .brand-mark {
  border-color: var(--gold-soft);
  color: var(--gold-soft);
}
.brand-footer .brand-name-bn { color: var(--cream); }
.brand-footer .brand-name-en { color: var(--gold-soft); }

.footer-brand p {
  margin: 1.5rem 0;
  font-size: 0.95rem;
  color: rgba(246, 239, 230, 0.65);
  line-height: 1.65;
}

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 239, 230, 0.15);
  border-radius: 50%;
  color: var(--cream);
  transition: all 0.3s var(--ease);
}
.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.footer-col h5 {
  color: var(--gold-soft);
  margin-bottom: 1.5rem;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col a {
  color: rgba(246, 239, 230, 0.7);
  font-size: 0.95rem;
  transition: color 0.3s var(--ease);
}
.footer-col a:hover {
  color: var(--gold-soft);
}
.footer-contact ul {
  gap: 18px;
}
.footer-contact li {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(246, 239, 230, 0.7);
}
.footer-bottom-row p {
	color: rgba(246, 239, 230, 0.7);
}
.footer-contact li span {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 500;
}
.footer-contact em {
  font-family: var(--f-accent);
  font-style: italic;
  font-size: 1.02rem;
}

.footer-bottom {
  border-top: 1px solid rgba(246, 239, 230, 0.1);
  padding: 24px 0;
}
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: rgba(246, 239, 230, 0.5);
}
.footer-bottom em {
  font-family: var(--f-accent);
  font-style: italic;
  color: var(--gold-soft);
  font-size: 0.95rem;
}
.footer-credit span {
  color: var(--rose);
  font-size: 1.1em;
  margin: 0 2px;
}

/* -------------------- 16. SCROLL REVEALS -------------------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
  will-change: opacity, transform;
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger inside common containers */
.hero-text .reveal:nth-child(1) { transition-delay: 0.05s; }
.hero-text .reveal:nth-child(2) { transition-delay: 0.15s; }
.hero-text .reveal:nth-child(3) { transition-delay: 0.25s; }
.hero-text .reveal:nth-child(4) { transition-delay: 0.35s; }
.hero-text .reveal:nth-child(5) { transition-delay: 0.45s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

a:focus{
	outline: none;
}

  /* ============================================================
      Product Section for Ads Template 1
      ============================================================ */
  .sec-product{
    padding:clamp(60px,8vw,110px) 0;
    background: #fff;
    overflow:hidden;
  }
  .product-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:clamp(40px,6vw,80px);
    align-items:center;
  }

  /* image side */
  .product-media{position:relative}
  .product-media-frame{
    position:relative;
    border-radius:8px;
    overflow:hidden;
    box-shadow:
      0 30px 60px -20px rgba(42,31,28,.35),
      0 10px 30px -10px rgba(42,31,28,.18);
  }
  .product-media-frame img{
    width:100%;
    height:auto;
    object-fit:cover;
    aspect-ratio:1/1;
  }
  .product-badge{
    position:absolute;top:-8px;right:-8px;z-index:2;
    width:110px;height:110px;border-radius:50%;
    background:var(--maroon);color:var(--ivory);
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    font-family:var(--f-display);font-weight:600;
    box-shadow:0 14px 28px -10px rgba(92,31,31,.55);
    transform:rotate(8deg);
  }
  .product-badge em{
    font-family:var(--f-accent);font-style:italic;font-weight:500;
    font-size:12px;color:var(--gold-soft);letter-spacing:.08em;margin-bottom:2px;
  }
  .product-badge strong{font-size:22px;line-height:1}
  .product-badge span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--blush);margin-top:2px}

  /* info side */
  .product-info h1{
    font-family:var(--f-display);
    font-weight:600;
    font-size:clamp(32px,4.4vw,52px);
    line-height:1.1;
    letter-spacing:-.01em;
    color:var(--ink);
    margin:18px 0 18px;
  }
  .product-info h1 em{font-family:var(--f-accent);font-style:italic;font-weight:500;color:var(--maroon)}
  .product-info h1 strong{font-weight:700;color:var(--maroon-deep)}

  .product-rating{
    display:flex;align-items:center;gap:10px;
    margin-bottom:14px;
    font-size:14px;color:var(--ink-mute);
  }
  .product-rating .stars{color:var(--gold);letter-spacing:2px}

  .product-tagline{
    font-size:clamp(15px,1.15vw,17px);
    color:var(--ink-soft);
    margin:0 0 28px;
    max-width:54ch;
  }

  .product-price{
    display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;
    padding:20px 0;
    margin-bottom:24px;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .product-price .now{
    font-family:var(--f-display);
    font-weight:700;
    font-size:clamp(34px,4vw,46px);
    color:var(--maroon-deep);
    line-height:1;
  }
  .product-price .now sup{font-size:.55em;font-weight:600;margin-left:2px}
  .product-price .was{
    font-size:18px;
    color:var(--ink-mute);
    text-decoration:line-through;
    opacity:.7;
  }
  .product-price .save{
    font-family:var(--f-accent);
    font-style:italic;font-weight:500;
    color:var(--maroon);
    font-size:16px;
    padding:4px 12px;
    background:rgba(92,31,31,.08);
    border-radius:99px;
  }

  .product-list{
    list-style:none;
    padding:0;margin:0 0 32px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 24px;
  }
  .product-list li{
    display:flex;align-items:center;gap:10px;
    font-size:14.5px;
    color:var(--ink-soft);
  }
  .product-list svg{flex:none;color:var(--maroon)}

  .product-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}

  .product-meta{
    display:flex;align-items:center;gap:18px;flex-wrap:wrap;
    font-size:13px;color:var(--ink-mute);
  }
  .product-meta span{display:inline-flex;align-items:center;gap:6px}
  .product-meta svg{color:var(--maroon)}

  @media (max-width:860px){
    .product-grid{grid-template-columns:1fr;gap:48px}
    .product-list{grid-template-columns:1fr}
  }





/* =============================================
	GO TO TOP BUTTON
============================================= */
.go-top-btn {
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 999;
	width: 52px; height: 52px;
	background: var(--maroon-deep);
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(16px);
	pointer-events: none;
	transition: opacity .35s, transform .35s, background .25s;
	font-size: 1.25rem;
}
.go-top-btn.visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.go-top-btn:hover { background: var(--maroon); transform: translateY(-3px); }

@media (max-width: 480px) {
	.go-top-btn { bottom: 20px; right: 20px; width: 46px; height: 46px; font-size: 1.1rem; }
}



/* overlay */
.qo-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    display:none;
    z-index:999;
}

/* modal */
.qo-modal{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
    max-width:420px;
	  width: 100%;
    background: white;
    border-radius: 4px;
    padding:20px;
    display:none;
    z-index:1000;
}

.qo-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.qo-header h3{
    color: #222;
}

#qoClose{
    cursor:pointer;
    font-size:22px;
}

.qo-grid{
  height: 100%;
  max-height: 400px;
  overflow-y: auto;
}

.qo-grid input,
.qo-grid textarea,
.qo-grid select{
    width:100%;
    margin-bottom:12px;
    padding:12px;
    border:1px solid #eee;
    border-radius:var(--radius);
    outline:none;
}

.qo-btn{
    width:100%;
    background:var(--maroon);
    color:#fff;
    border:none;
    padding:12px;
    border-radius:var(--radius);
    cursor:pointer;
    transition:var(--trans);
}

.qo-btn:hover{
    background:var(--maroon-deep);
}


.confirm-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
}

.confirm-box {
    background: #fff;
    padding: 20px;
    width: 300px;
    margin: 15% auto;
    text-align: center;
    border-radius: 8px;
}

.confirm-actions button {
    margin: 10px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
}

.btn-green { background: green; color: #fff; }
.btn-red { background: red; color: #fff; }



.toast {
    position: fixed;
    top: 20px;
    right: -300px;
    background: green;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    transition: 0.3s;
    z-index: 9999;
}
.toast.show {
    right: 20px;
}

#qo_address {
    min-height: 100px;
    resize: none;
}




