/*
Theme Name: Asia Pallet
Description: Custom theme for Asia Pallet
Author: Your Company
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --background: 0 0% 100%;
  --foreground: 0 0% 3.9%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 3.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 3.9%;
  --primary: 0 0% 9%;
  --primary-foreground: 0 0% 98%;
  --secondary: 0 0% 96.1%;
  --secondary-foreground: 0 0% 9%;
  --muted: 0 0% 96.1%;
  --muted-foreground: 0 0% 45.1%;
  --accent: 0 0% 96.1%;
  --accent-foreground: 0 0% 9%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 0 0% 89.8%;
  --input: 0 0% 89.8%;
  --ring: 0 0% 3.9%;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
  --radius: 0.5rem;
}

*{
  border-color: hsl(var(--border));
}

body{
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  margin: 0;
  font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-color: #F4F3EF;
  color: #111E1C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a2e2a;
  font-weight: 400;
  letter-spacing: 0.005em;
  position: relative;
  overflow-x: hidden;
}

/* -- Sitewide glassmorphism backdrop --
   Fixed, blurred color blobs behind every page so .glass-panel /
   .glass-dark / .glass-cta components have real depth to reveal through
   their backdrop-filter blur, instead of just looking like flat
   semi-transparent color. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(63, 125, 88, 0.28) 0%, transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(197, 168, 106, 0.30) 0%, transparent 40%),
    radial-gradient(circle at 20% 85%, rgba(197, 168, 106, 0.22) 0%, transparent 38%),
    radial-gradient(circle at 92% 80%, rgba(13, 34, 31, 0.20) 0%, transparent 42%);
  filter: blur(60px);
}

h1, h2, h3, h4, .font-serif {
  font-family: 'Playfair Display', serif;
}

.container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-bottom-6{
  bottom: -1.5rem;
}

.-left-6{
  left: -1.5rem;
}

.top-0{
  top: 0px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}

.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}

.h-0\.5{
  height: 0.125rem;
}

.h-12{
  height: 3rem;
}

.h-2{
  height: 0.5rem;
}

.h-24{
  height: 6rem;
}

.h-36{
  height: 9rem;
}

.h-full{
  height: 100%;
}

.min-h-\[60vh\]{
  min-height: 60vh;
}

.min-h-\[85vh\]{
  min-height: 85vh;
}

.min-h-screen{
  min-height: 100vh;
}

.w-12{
  width: 3rem;
}

.w-2{
  width: 0.5rem;
}

.w-36{
  width: 9rem;
}

.w-full{
  width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize-none{
  resize: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}

.rounded-sm{
  border-radius: calc(var(--radius) - 4px);
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-\[\#0D221F\]{
  --tw-border-opacity: 1;
  border-color: rgb(13 34 31 / var(--tw-border-opacity, 1));
}

.border-\[\#111e1c\]\/10{
  border-color: rgb(17 30 28 / 0.1);
}

.border-\[\#C5A86A\]{
  --tw-border-opacity: 1;
  border-color: rgb(197 168 106 / var(--tw-border-opacity, 1));
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.bg-\[\#0D221F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 34 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0D221F\]\/5{
  background-color: rgb(13 34 31 / 0.05);
}

.bg-\[\#C5A86A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 168 106 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C5A86A\]\/10{
  background-color: rgb(197 168 106 / 0.1);
}

.bg-\[\#F4F3EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F3EF\]\/70{
  background-color: rgb(244 243 239 / 0.7);
}

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-\[radial-gradient\(\#C5A86A_1px\2c transparent_1px\)\]{
  background-image: radial-gradient(#C5A86A 1px,transparent 1px);
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[9px\]{
  font-size: 9px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[1\.05\]{
  line-height: 1.05;
}

.leading-relaxed{
  line-height: 1.625;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

.tracking-\[0\.35em\]{
  letter-spacing: 0.35em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#0D221F\]{
  --tw-text-opacity: 1;
  color: rgb(13 34 31 / var(--tw-text-opacity, 1));
}

.text-\[\#111e1c\]{
  --tw-text-opacity: 1;
  color: rgb(17 30 28 / var(--tw-text-opacity, 1));
}

.text-\[\#5A6563\]{
  --tw-text-opacity: 1;
  color: rgb(90 101 99 / var(--tw-text-opacity, 1));
}

.text-\[\#8A9593\]{
  --tw-text-opacity: 1;
  color: rgb(138 149 147 / var(--tw-text-opacity, 1));
}

.text-\[\#A8B4B2\]{
  --tw-text-opacity: 1;
  color: rgb(168 180 178 / var(--tw-text-opacity, 1));
}

.text-\[\#C5A86A\]{
  --tw-text-opacity: 1;
  color: rgb(197 168 106 / var(--tw-text-opacity, 1));
}

.text-\[\#D1D7D6\]{
  --tw-text-opacity: 1;
  color: rgb(209 215 214 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-20{
  opacity: 0.2;
}

.shadow-\[0_16px_32px_rgba\(0\2c 0\2c 0\2c 0\.02\)\]{
  --tw-shadow: 0 16px 32px rgba(0,0,0,0.02);
  --tw-shadow-colored: 0 16px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_32px_64px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 32px 64px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 32px 64px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_30px_rgba\(0\2c 0\2c 0\2c 0\.03\)\]{
  --tw-shadow: 0 4px 30px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 4px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_32px_0_rgba\(17\2c 30\2c 28\2c 0\.03\)\]{
  --tw-shadow: 0 8px 32px 0 rgba(17,30,28,0.03);
  --tw-shadow-colored: 0 8px 32px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-2xl{
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.\[background-size\:24px_24px\]{
  background-size: 24px 24px;
}

/* -------------------------------------------------------------------------- */

/* Base Layer (HTML elements and CSS variables) */

/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/* Components Layer (Custom reusable classes) */

/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/* Standard Custom CSS */

/* -------------------------------------------------------------------------- */

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.App {
  min-height: 100vh;
}

.font-serif, h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  letter-spacing: -0.015em;
  font-weight: 500;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #c9a961 0%, #8a6d3f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #B08D57;
  color: #ffffff;
}

::selection {
  background: #B08D57;
  color: #ffffff;
}

section {
  animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

input:focus, textarea:focus, select:focus {
  box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.12);
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

/* Debug Wrapper */

[data-debug-wrapper="true"] {
  display: contents !important;
}

[data-debug-wrapper="true"] > * {
  margin-left: inherit;
  margin-right: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
  padding-left: inherit;
  padding-right: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
  -moz-column-gap: inherit;
       column-gap: inherit;
  row-gap: inherit;
  gap: inherit;
  border-left-width: inherit;
  border-right-width: inherit;
  border-top-width: inherit;
  border-bottom-width: inherit;
  border-left-style: inherit;
  border-right-style: inherit;
  border-top-style: inherit;
  border-bottom-style: inherit;
  border-left-color: inherit;
  border-right-color: inherit;
  border-top-color: inherit;
  border-bottom-color: inherit;
}

/* Custom Glassmorphism Framework Components */

.glass-panel {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.glass-dark {
  background: rgba(13, 34, 31, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.glass-cta {
  background: rgba(13, 34, 31, 0.78);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* -- Contact form submission status banner -- */

.form-status {
  border: 1px solid transparent;
}

.form-status-success {
  background: rgba(63, 125, 88, 0.10);
  border-color: rgba(63, 125, 88, 0.35);
  color: #0D221F;
}

.form-status-error {
  background: rgba(179, 38, 30, 0.08);
  border-color: rgba(179, 38, 30, 0.35);
  color: #8A2119;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #C5A86A;
  color: #0D221F;
}

::selection {
  background: #C5A86A;
  color: #0D221F;
}

.hover\:bg-\[\#C5A86A\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(197 168 106 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-\[\#C5A86A\]:hover{
  --tw-text-opacity: 1;
  color: rgb(197 168 106 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-\[0_8px_32px_0_rgba\(197\2c 168\2c 106\2c 0\.1\)\]:hover{
  --tw-shadow: 0 8px 32px 0 rgba(197,168,106,0.1);
  --tw-shadow-colored: 0 8px 32px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-\[\#C5A86A\]{
  --tw-text-opacity: 1;
  color: rgb(197 168 106 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .md\:w-auto{
    width: auto;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ==========================================================================
   Product & Shop System Additions — Asia Pallet
   Added while fixing the Products templates. These templates previously
   used Tailwind utility classes (bg-amber-600, bg-gray-100, text-gray-900,
   rounded-lg, shadow-xl, etc.) that were never compiled into this file,
   since this theme ships a hand-built style.css instead of running a live
   Tailwind build. That meant the whole Products section rendered
   completely unstyled and off-brand (amber instead of the site's green).
   Everything below is written by hand, self-contained, and uses only the
   theme's existing green/gold palette (kept greener per client request)
   plus a couple of small spacing/typography utilities that were missing.
   ========================================================================== */

/* -- Brand green accent (secondary to the gold, used for product badges,
      links and highlights so the Products pages lean greener) -- */

.text-\[\#3F7D58\]{
  --tw-text-opacity: 1;
  color: rgb(63 125 88 / var(--tw-text-opacity, 1));
}

.bg-\[\#3F7D58\]{
  --tw-bg-opacity: 1;
  background-color: rgb(63 125 88 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3F7D58\]\/10{
  background-color: rgb(63 125 88 / 0.1);
}

.border-\[\#3F7D58\]{
  --tw-border-opacity: 1;
  border-color: rgb(63 125 88 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#3F7D58\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 125 88 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#3F7D58\]:hover{
  --tw-text-opacity: 1;
  color: rgb(63 125 88 / var(--tw-text-opacity, 1));
}

/* -- Small missing utilities the original templates needed -- */

.hover\:bg-\[\#0D221F\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 34 31 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0D221F\]:hover{
  --tw-text-opacity: 1;
  color: rgb(13 34 31 / var(--tw-text-opacity, 1));
}

.hover\:border-\[\#0D221F\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(13 34 31 / var(--tw-border-opacity, 1));
}

.mt-6{ margin-top: 1.5rem; }
.mt-10{ margin-top: 2.5rem; }
.mb-12{ margin-bottom: 3rem; }
.h-64{ height: 16rem; }
.gap-10{ gap: 2.5rem; }
.leading-tight{ line-height: 1.25; }

.text-6xl{ font-size: 3.75rem; line-height: 1; }
.text-8xl{ font-size: 6rem; line-height: 1; }

@media (min-width: 768px){
  .md\:text-8xl{ font-size: 6rem; line-height: 1; }
}

@media (min-width: 1024px){
  .lg\:col-span-2{ grid-column: span 2 / span 2; }
  .lg\:col-span-3{ grid-column: span 3 / span 3; }
}

.col-span-full{ grid-column: 1 / -1; }

/* -- Green gradient text, matching the existing gold gradient treatment -- */

.text-gradient-green {
  background: linear-gradient(135deg, #4C9A6A 0%, #0D221F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* -- Site logo sizing --
   Uses a real, explicit class instead of Tailwind arbitrary-value
   brackets, since style.css here is a static precompiled file (no
   live Tailwind build) — bracket classes like w-[48px] that aren't
   already present in this file render as no-ops. This also has to
   win against WordPress's own the_custom_logo() output, which
   prints an <img width="80" height="80"> using whatever size was
   set in add_theme_support('custom-logo'); max-width/max-height in
   CSS overrides those HTML attributes. */
.site-logo-frame {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.site-logo-frame img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Header is `fixed`, so it's out of document flow — this pushes the
   page content down by the header's height (h-24 = 6rem) so nothing
   renders underneath it. */
.site-main-offset {
  padding-top: 6rem;
}

/* When logged in, WordPress shows a fixed admin toolbar above
   everything (32px desktop / 46px on narrow screens). Push the
   fixed header down below it instead of letting the two overlap —
   the JS above keeps <main>'s offset in sync with wherever the
   header actually ends up. */
body.admin-bar #site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #site-header {
    top: 46px;
  }
}

.site-header-glass {
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
  position: relative;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              background-color 0.45s ease,
              backdrop-filter 0.45s ease,
              -webkit-backdrop-filter 0.45s ease,
              box-shadow 0.45s ease,
              border-color 0.45s ease;
}

.site-header-glass::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(63, 125, 88, 0) 0%, rgba(63, 125, 88, 0.5) 50%, rgba(197, 168, 106, 0) 100%);
}

/* Scrolling down: slide the fixed header out of view. */
.site-header-glass.nav-hidden {
  transform: translateY(-100%);
}

/* Scrolling back up: "liquid glass" look — barely-there blur, much
   more see-through, with a bright specular rim like Apple's Liquid
   Glass material, instead of the flatter frosted look used at the
   top of the page. */
.site-header-glass.nav-liquid-glass {
  background-color: rgba(244, 243, 239, 0.35) !important;
  -webkit-backdrop-filter: blur(3px) saturate(180%);
  backdrop-filter: blur(3px) saturate(180%);
  border-bottom-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 32px rgba(13, 34, 31, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.site-header-glass.nav-liquid-glass::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}

/* -- Breadcrumb -- */

.breadcrumb-nav {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #5A6563;
}

.breadcrumb-nav a {
  color: #5A6563;
  transition: color 0.2s ease;
}

.breadcrumb-nav a:hover {
  color: #3F7D58;
}

.breadcrumb-nav .breadcrumb-sep {
  margin: 0 0.5rem;
  color: #A8B4B2;
}

.breadcrumb-nav .breadcrumb-current {
  color: #0D221F;
  font-weight: 600;
}

/* -- Product Card -- */

.product-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(17, 30, 28, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(13, 34, 31, 0.12);
  border-color: rgba(63, 125, 88, 0.35);
}

.product-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0D221F;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-card:hover .product-card-media img {
  transform: scale(1.07);
}

/* Graceful fallback for products without a featured image — replaces a
   previous broken reference to a /assets/images/no-image.jpg file that
   didn't exist in the theme, which would have shown a broken-image icon. */
.product-card-media.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0D221F 0%, #1c3a35 100%);
}

.product-card-media.is-placeholder span {
  font-family: 'Playfair Display', serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C5A86A;
  opacity: 0.85;
}

.product-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.product-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3F7D58;
  background: rgba(63, 125, 88, 0.1);
  border: 1px solid rgba(63, 125, 88, 0.25);
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.product-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0D221F;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.product-card-title a:hover {
  color: #3F7D58;
}

.product-card-excerpt {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #5A6563;
  margin-bottom: 1.5rem;
  flex: 1 1 auto;
}

.product-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.btn-solid {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 1.5rem;
  background: #0D221F;
  color: #ffffff;
  border: 1px solid #0D221F;
  transition: all 0.25s ease;
}

.btn-solid:hover {
  background: #3F7D58;
  border-color: #3F7D58;
  color: #ffffff;
}

.btn-outline {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 1.5rem;
  background: transparent;
  color: #0D221F;
  border: 1px solid rgba(17, 30, 28, 0.2);
  transition: all 0.25s ease;
}

.btn-outline:hover {
  background: #0D221F;
  color: #ffffff;
  border-color: #0D221F;
}

.product-card-price {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3F7D58;
  margin-bottom: 1rem;
}

.product-single-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3F7D58;
  margin-top: 0.75rem;
}

/* -- Product Search & Filter Toolbar -- */

.product-toolbar-section {
  padding: 1.75rem 0 2.5rem;
  background: transparent;
}

.product-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
}

.product-search-wrap {
  position: relative;
  flex: 1 1 320px;
  max-width: 420px;
}

.product-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #5A6563;
  pointer-events: none;
}

.product-search-input {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  font-size: 0.85rem;
  color: #0D221F;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(17, 30, 28, 0.15);
  border-radius: 9999px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-search-input::placeholder {
  color: #9AA3A1;
}

.product-search-input:focus {
  border-color: #3F7D58;
  box-shadow: 0 0 0 3px rgba(63, 125, 88, 0.15);
}

.product-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.product-filter-btn {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.65rem 1.25rem;
  background: transparent;
  color: #0D221F;
  border: 1px solid rgba(17, 30, 28, 0.2);
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.product-filter-btn:hover {
  border-color: #3F7D58;
  color: #3F7D58;
}

.product-filter-btn.is-active {
  background: #0D221F;
  border-color: #0D221F;
  color: #ffffff;
}

.product-no-results {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #5A6563;
  text-align: center;
}

/* -- Empty state -- */

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 2rem;
}

/* -- Pagination (styles the raw markup from WP's paginate_links()) -- */

.pagination-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0D221F;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(17, 30, 28, 0.1);
  transition: all 0.25s ease;
}

.pagination-wrap .page-numbers:hover {
  background: #0D221F;
  color: #ffffff;
  border-color: #0D221F;
}

.pagination-wrap .page-numbers.current {
  background: #3F7D58;
  border-color: #3F7D58;
  color: #ffffff;
}

.pagination-wrap .page-numbers.dots {
  background: transparent;
  border-color: transparent;
}

/* -- 404 page -- */

.error-code {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

/* ==========================================================================
   Site Footer
   ==========================================================================
   BUG FIX: footer.php uses .site-footer / .footer-grid / .footer-column /
   .footer-logo / .footer-description / .footer-menu / .footer-btn /
   .footer-bottom — none of these classes existed anywhere in style.css,
   so the entire footer rendered as plain unstyled HTML (default browser
   black-on-white text, no layout at all). This block defines them to
   match the site's dark green / gold brand.
   ========================================================================== */

.site-footer {
  background: rgba(13, 34, 31, 0.85);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
  padding-bottom: 3rem;
}

@media (max-width: 1023px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-column h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.footer-column h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #C5A86A;
  margin-bottom: 1.25rem;
}

.footer-logo img {
  max-height: 48px;
  width: auto;
  margin-bottom: 1rem;
}

.footer-description {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #A8B4B2;
  margin-top: 0.75rem;
}

.footer-menu,
.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-menu li a,
.footer-column ul li a {
  font-size: 0.85rem;
  color: #D1D7D6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-menu li a:hover,
.footer-column ul li a:hover {
  color: #C5A86A;
}

.footer-column p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #D1D7D6;
  margin-bottom: 1.25rem;
}

.footer-column p strong {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C5A86A;
  margin-bottom: 0.35rem;
}

.footer-column p a {
  color: #D1D7D6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column p a:hover {
  color: #C5A86A;
}

.footer-btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  background: #C5A86A;
  color: #0D221F;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #C5A86A;
  transition: all 0.25s ease;
}

.footer-btn:hover {
  background: transparent;
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: #A8B4B2;
  text-align: center;
  margin: 0;
}

/* -- Blog thumbnail hover zoom (home.php) — replaces a group-hover:scale-101
      class that was never compiled anywhere, so the hover effect never
      actually worked -- */

.blog-thumb-wrap {
  position: relative;
}

.blog-thumb-img {
  transition: transform 0.5s ease;
}

.group:hover .blog-thumb-img {
  transform: scale(1.05);
}

/* -- Compliance / spec rows reused on single product page -- */

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(17, 30, 28, 0.1);
}

.spec-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
