@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:wght@400;500;600&family=Space+Grotesk:wght@400;500;600&display=swap");
/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::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.17 | 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: DM Sans, system-ui, sans-serif; /* 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: DM Mono, 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;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-7{
  left: 1.75rem;
}
.left-\[10\%\]{
  left: 10%;
}
.right-0{
  right: 0px;
}
.right-0\.5{
  right: 0.125rem;
}
.right-1{
  right: 0.25rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-\[10\%\]{
  right: 10%;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[-1\.35rem\]{
  top: -1.35rem;
}
.top-\[-32px\]{
  top: -32px;
}
.top-\[5px\]{
  top: 5px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[75\]{
  z-index: 75;
}
.z-\[80\]{
  z-index: 80;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-5{
  margin-bottom: -1.25rem;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-mt-12{
  margin-top: -3rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.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-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[-13px\]{
  margin-bottom: -13px;
}
.mb-\[-62px\]{
  margin-bottom: -62px;
}
.mb-\[17px\]{
  margin-bottom: 17px;
}
.mb-\[21px\]{
  margin-bottom: 21px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[543px\]{
  height: 543px;
}
.h-\[54px\]{
  height: 54px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.max-h-\[88vh\]{
  max-height: 88vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[calc\(100vh-1\.5rem\)\]{
  max-height: calc(100vh - 1.5rem);
}
.max-h-full{
  max-height: 100%;
}
.min-h-0{
  min-height: 0px;
}
.min-h-12{
  min-height: 3rem;
}
.min-h-48{
  min-height: 12rem;
}
.min-h-\[28rem\]{
  min-height: 28rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[54px\]{
  width: 54px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-10{
  min-width: 2.5rem;
}
.min-w-44{
  min-width: 11rem;
}
.min-w-52{
  min-width: 13rem;
}
.min-w-\[106px\]{
  min-width: 106px;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[13rem\]{
  max-width: 13rem;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[18rem\]{
  max-width: 18rem;
}
.max-w-\[22rem\]{
  max-width: 22rem;
}
.max-w-\[29rem\]{
  max-width: 29rem;
}
.max-w-\[92vw\]{
  max-width: 92vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[1deg\]{
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-start{
  scroll-snap-align: start;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-px{
  gap: 1px;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-border > :not([hidden]) ~ :not([hidden]){
  border-color: var(--border);
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overscroll-contain{
  overscroll-behavior: contain;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-wrap{
  text-wrap: wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[0\.75rem\]{
  border-radius: 0.75rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#9aa4a7\]{
  --tw-border-opacity: 1;
  border-color: rgb(154 164 167 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-border{
  border-color: var(--border);
}
.border-foreground{
  border-color: var(--foreground);
}
.border-primary{
  border-color: var(--primary);
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45{
  border-color: rgb(255 255 255 / 0.45);
}
.bg-accent{
  background-color: var(--accent);
}
.bg-background{
  background-color: var(--background);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-border{
  background-color: var(--border);
}
.bg-card{
  background-color: var(--card);
}
.bg-foreground{
  background-color: var(--foreground);
}
.bg-muted{
  background-color: var(--muted);
}
.bg-primary{
  background-color: var(--primary);
}
.bg-primary-foreground{
  background-color: var(--primary-foreground);
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  background-color: var(--secondary);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/75{
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/10{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/45{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/10{
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-current{
  fill: currentColor;
}
.fill-none{
  fill: none;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-11{
  padding-right: 2.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-mono{
  font-family: DM Mono, monospace;
}
.font-sans{
  font-family: DM Sans, system-ui, sans-serif;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.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-\[28\.4px\]{
  font-size: 28.4px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.not-italic{
  font-style: normal;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[1\.04\]{
  line-height: 1.04;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-foreground{
  color: var(--foreground) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#c9c9c9\]{
  --tw-text-opacity: 1;
  color: rgb(201 201 201 / var(--tw-text-opacity, 1));
}
.text-accent{
  color: var(--accent);
}
.text-accent-foreground{
  color: var(--accent-foreground);
}
.text-background{
  color: var(--background);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-border{
  color: var(--border);
}
.text-card-foreground{
  color: var(--card-foreground);
}
.text-foreground{
  color: var(--foreground);
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-muted-foreground{
  color: var(--muted-foreground);
}
.text-primary{
  color: var(--primary);
}
.text-primary-foreground{
  color: var(--primary-foreground);
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground{
  color: var(--secondary-foreground);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.accent-\[var\(--accent\)\]{
  accent-color: var(--accent);
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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_24px_-16px_rgba\(0\2c 0\2c 0\2c 0\.45\)\]{
  --tw-shadow: 0 -8px 24px -16px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 -8px 24px -16px 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_12px_30px_rgba\(44\2c 49\2c 51\2c \.05\)\]{
  --tw-shadow: 0 12px 30px rgba(44,49,51,.05);
  --tw-shadow-colored: 0 12px 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_18px_40px_rgba\(32\2c 38\2c 36\2c \.14\)\]{
  --tw-shadow: 0 18px 40px rgba(32,38,36,.14);
  --tw-shadow-colored: 0 18px 40px 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_24px_60px_rgba\(0\2c 0\2c 0\2c \.22\)\]{
  --tw-shadow: 0 24px 60px rgba(0,0,0,.22);
  --tw-shadow-colored: 0 24px 60px 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_18px_rgba\(44\2c 49\2c 51\2c \.12\)\]{
  --tw-shadow: 0 8px 18px rgba(44,49,51,.12);
  --tw-shadow-colored: 0 8px 18px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.filter{
  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{
  --tw-backdrop-blur: blur(8px);
  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-md{
  --tw-backdrop-blur: blur(12px);
  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);
  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{
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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-opacity{
  transition-property: opacity;
  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-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[scrollbar-width\:thin\]{
  scrollbar-width: thin;
}

:root {
  --background: #ffffff;
  --foreground: #2c3133;
  --card: #ffffff;
  --card-foreground: #1b1612;
  --primary: #000000;
  --primary-foreground: #ffffff;
  --secondary: #f2f4f3;
  --secondary-foreground: #3d4744;
  --muted: #f4f5f4;
  --muted-foreground: #7b8582;
  --accent: #b87858;
  --accent-foreground: #ffffff;
  --border: rgba(44, 49, 51, 0.13);
  --ring: #000000;
}

.dark {
  --background: #0e0c0a;
  --foreground: #f0ebe3;
  --card: #1c1916;
  --card-foreground: #f0ebe3;
  --primary: #ffffff;
  --primary-foreground: #000000;
  --secondary: #2a2420;
  --secondary-foreground: #d4c9bf;
  --muted: #211d1a;
  --muted-foreground: #9a8d82;
  --accent: #b87858;
  --accent-foreground: #ffffff;
  --border: rgba(240, 235, 227, 0.1);
  --ring: #ffffff;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
html,
body,
#app {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body {
  min-width: 320px;
  background: var(--background);
  color: var(--foreground);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.memorial-modal-open {
  overflow: hidden;
}
body.home-entry-modal-open {
  overflow: hidden;
}
body.checkout-modal-open {
  overflow: hidden;
}
html.app-modal-open,
body.app-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}
img {
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
button,
a,
input,
select,
textarea {
  transition: all 0.2s ease;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}
.nav-item-active::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0.15rem;
  left: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.home-begin-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 52rem;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    var(--home07-background-image);
  background-position: center;
  background-size: cover;
}
.home-begin-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 18%, rgba(244, 234, 212, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(11, 20, 35, 0.04), rgba(11, 20, 35, 0.2));
  content: "";
}
.home-testimonials {
  padding: 7rem 2rem 5rem;
  background: #f2f4f3;
}
.home-testimonials-inner {
  position: relative;
  width: min(100%, 88rem);
  margin: 0 auto;
}
.home-testimonials-heading {
  max-width: 36rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.home-testimonials-heading h2 {
  margin: 0.65rem 0 0;
  color: #263238;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 400;
  line-height: 1.12;
}
.home-testimonials-heading p {
  margin: 1rem 0 0;
  color: #758087;
  font-size: 0.95rem;
  line-height: 1.6;
}
.home-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  width: 79%;
  margin-inline: auto;
  justify-content: center;
  overflow: visible;
  padding: 0.75rem 0 2rem;
}
.home-testimonials-viewport {
  --testimonial-gap: 1.5rem;
  --testimonial-card-width: calc(25cqw - 1.125rem);
  container-type: inline-size;
  display: flex;
  width: 83.3333%;
  margin-inline: auto;
  overflow: hidden;
  padding: 0.75rem 0.75rem 2rem;
}
.home-testimonials-track {
  display: flex;
  gap: var(--testimonial-gap);
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  transform: translate3d(
    calc(-1 * var(--testimonial-offset, 0) * (var(--testimonial-card-width) + var(--testimonial-gap))),
    0,
    0
  );
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.home-testimonials-carousel {
  position: relative;
}
.home-testimonial-card {
  display: flex;
  flex: 0 0 var(--testimonial-card-width, calc((100% - 4.5rem) / 4));
  min-width: 0;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  flex-direction: column;
  min-height: 15.94rem;
  border: 1px solid #d8dee2;
  border-radius: 0.35rem;
  background: #fff;
  box-shadow: none;
  color: #111;
  scroll-snap-align: start;
  cursor: pointer;
}
.home-testimonial-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1rem 1.25rem 0.7rem;
  color: #263238;
}
.home-testimonial-content > svg {
  color: #6f806f;
}
.home-testimonial-copy {
  display: -webkit-box;
  height: calc(3 * 0.9rem * 1.35);
  min-height: calc(3 * 0.9rem * 1.35);
  margin: 0;
  overflow: hidden;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.home-testimonial-body {
  display: flex;
  padding: 0.7rem 1.25rem 0.9rem;
  border-top: 1px solid #e4e7e8;
}
.home-testimonial-reviewer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.home-testimonial-avatar {
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e9edf1;
}
.home-testimonial-name {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.35rem;
  margin: 0;
  color: #111;
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 1.2;
}
.home-testimonial-verified {
  display: inline-grid;
  width: 0.72rem;
  height: 0.72rem;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
}
.home-testimonial-details {
  margin-top: 0.25rem;
  color: #758087;
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-testimonial-card {
    aspect-ratio: 1.55 / 1;
  }
}
.home-testimonials-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 4.25rem;
  height: 4.25rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #8a8f91;
  box-shadow: 0 0.45rem 1.15rem rgba(35, 43, 52, 0.13);
  transform: translateY(-50%);
  transition: color 0.2s ease, transform 0.2s ease;
}
.home-testimonials-prev {
  left: -1.25rem;
}
.home-testimonials-next {
  right: -1.25rem;
}
.home-testimonials-arrow:hover {
  color: #222;
  transform: translateY(-50%) scale(1.04);
}
.home-review-detail {
  min-height: min(43rem, 90vh);
}
.home-review-detail-image-panel {
  position: relative;
  min-height: 28rem;
  background: #d9cec0;
}
.home-review-detail-image-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.home-review-detail-image-button.is-switchable {
  cursor: pointer;
}
.home-review-detail-image-button.is-switchable:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -0.5rem;
}
.home-review-detail-image,
.home-review-detail-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-review-detail-image-counter {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}
.home-review-detail-image-placeholder {
  background: linear-gradient(135deg, #cbb9a3, #e9ddd0);
}
.home-review-detail-close {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border: 0;
  border-radius: 0.85rem;
  background: rgba(45, 32, 21, 0.68);
  color: #fff;
}
.home-review-detail-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 3.25rem 3rem 0;
  background: #fff;
  color: #111;
}
.home-review-detail-main {
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.home-review-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.home-review-detail-reviewer {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
}
.home-review-detail-avatar {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-review-detail-avatar-fallback {
  display: grid;
  place-items: center;
  background: #171717;
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
}
.home-review-detail-header h2 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.75rem;
  font-weight: 500;
}
.home-review-detail-verified {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  white-space: nowrap;
}
.home-review-detail-date {
  margin-top: 1rem;
  padding-right: 18.3125rem;
  color: #777;
  font-size: 0.95rem;
  text-align: right;
}
.home-review-detail-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.65rem;
  color: #f2bb17;
}
.home-review-detail-rating-value {
  margin-left: 0.4rem;
  color: #111;
  font-family: "DM Mono", monospace;
  font-size: 0.9rem;
  font-weight: 600;
}
.home-review-detail-text {
  margin: 2rem 0 0;
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
  line-height: 1.42;
}
.home-review-detail-product {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex: 0 0 auto;
  margin-top: auto;
  padding: 1.25rem 0 2rem;
  border-top: 1px solid #ddd;
  background: #fff;
}
.home-review-detail-product-image {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-review-detail-product-name {
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
}
.home-review-detail-details {
  margin-top: 0.35rem;
  color: #777;
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dark .home-testimonials {
  background: #0e0c0a;
}
.dark .home-testimonial-card {
  background: var(--card);
  color: var(--foreground);
}
.dark .home-testimonial-copy,
.dark .home-testimonial-name {
  color: var(--foreground);
}
.dark .home-testimonials-heading h2 {
  color: var(--foreground);
}
.dark .home-testimonials-heading p {
  color: var(--muted-foreground);
}
@media (max-width: 767px) {
  .home-testimonials {
    padding: 4.5rem 1rem;
  }
  .home-testimonials-grid {
    grid-template-columns: repeat(4, minmax(78%, 1fr));
    gap: 1rem;
    width: 100%;
    overflow-x: auto;
    padding-inline: 1rem;
    justify-content: start;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-testimonials-viewport {
    --testimonial-gap: 1rem;
    --testimonial-card-width: calc(50cqw - 0.5rem);
    width: 100%;
    padding-inline: 1rem;
  }
  .home-testimonials-track {
    margin-left: 0;
    margin-right: 0;
    transform: none;
    transition: none;
  }
  .home-testimonial-card {
    flex-basis: var(--testimonial-card-width);
  }
  .home-testimonials-arrow {
    display: none;
  }
  .home-testimonials-grid::-webkit-scrollbar {
    display: none;
  }
  .home-testimonial-card {
    min-height: 0;
  }
  .home-review-detail {
    grid-template-rows: minmax(14rem, 42vh) minmax(0, 1fr);
  }
  .home-review-detail-image-panel,
  .home-review-detail-image-button,
  .home-review-detail-image,
  .home-review-detail-image-placeholder {
    min-height: 0;
  }
  .home-review-detail-copy {
    padding: 2rem 1.35rem 0;
  }
  .home-review-detail-main {
    padding-bottom: 1.5rem;
  }
  .home-review-detail-date {
    padding-right: 0;
    text-align: left;
  }
  .home-review-detail-product {
    padding-bottom: 1.5rem;
  }
  .home-review-detail-header h2 {
    font-size: 1.35rem;
  }
  .home-review-detail-text {
    margin-top: 1.25rem;
    font-size: 1.05rem;
  }
  .home-testimonials-arrow {
    top: 47%;
  }
  .home-testimonials-prev {
    left: -0.65rem;
  }
  .home-testimonials-next {
    right: -0.65rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.page-enter-active,
.page-leave-active {
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    filter 0.24s ease;
}
.page-enter-from {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(2px);
}
.page-leave-to {
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(2px);
}
@media (prefers-reduced-motion: reduce) {
  .page-enter-active,
  .page-leave-active {
    transition: none;
  }
}
.product-card-price {
  color: #000 !important;
}
.dark .product-card-price {
  color: #fff !important;
}
.font-mono {
  font-family: "DM Mono", monospace;
}
.app-toast {
  position: fixed;
  /* Keep notifications below the 4rem application header instead of covering it. */
  top: calc(4rem + 0.75rem);
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  border: 1px solid rgba(44, 49, 51, 0.14);
  border-radius: 999px;
  padding: 0.6rem 1rem;
  color: #fff;
  background: #2c3133;
  box-shadow: 0 12px 28px rgba(44, 49, 51, 0.18);
  font-size: 0.82rem;
}
.toast-enter-active,
.toast-leave-active {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.toast-enter-from,
.toast-leave-to {
  opacity: 0;
  transform: translate(-50%, -8px);
}
.cookie-notice {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 110;
  display: flex;
  width: min(32rem, calc(100vw - 2rem));
  align-items: flex-end;
  gap: 1.25rem;
  padding: 1.1rem 1.15rem 1.05rem;
  border: 1px solid rgba(44, 49, 51, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: #2c3133;
  box-shadow: 0 18px 45px rgba(44, 49, 51, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.cookie-notice-copy-wrap {
  min-width: 0;
}
.cookie-notice-label {
  display: block;
  margin-bottom: 0.4rem;
  color: #6f7774;
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.cookie-notice h2 {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.cookie-notice p {
  margin: 0.45rem 0 0;
  color: #68736f;
  font-size: 0.74rem;
  line-height: 1.5;
}
.cookie-notice-dismiss {
  padding: 0.65rem 0.85rem;
  border: 1px solid #2c3133;
  background: #2c3133;
  color: #ffffff;
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}
.cookie-notice-actions {
  display: grid;
  flex: 0 0 auto;
  gap: 0.35rem;
}
.cookie-notice-reject,
.cookie-notice-settings {
  border: 0;
  padding: 0.2rem 0;
  color: #68736f;
  background: transparent;
  font-size: 0.63rem;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
  cursor: pointer;
}
.cookie-notice-reject:hover,
.cookie-notice-reject:focus-visible,
.cookie-notice-settings:hover,
.cookie-notice-settings:focus-visible {
  color: #2c3133;
  outline: 0;
}
.cookie-notice-dismiss:hover,
.cookie-notice-dismiss:focus-visible {
  background: #4d5753;
  transform: translateY(-2px);
}
.cookie-notice-dismiss:focus-visible {
  outline: 2px solid #2c3133;
  outline-offset: 3px;
}
.cookie-notice-enter-active,
.cookie-notice-leave-active {
  transition: opacity 220ms ease, transform 220ms ease;
}
.cookie-notice-enter-from,
.cookie-notice-leave-to {
  opacity: 0;
  transform: translateY(1rem);
}
.dark .cookie-notice {
  border-color: var(--border);
  background: rgba(28, 25, 22, 0.96);
  color: var(--foreground);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}
.dark .cookie-notice-reject,
.dark .cookie-notice-settings {
  color: var(--muted-foreground);
}
.dark .cookie-notice-label,
.dark .cookie-notice p {
  color: var(--muted-foreground);
}
.dark .cookie-notice-dismiss {
  border-color: var(--foreground);
  background: var(--foreground);
  color: #211e1a;
}
.dark .cookie-notice-dismiss:hover,
.dark .cookie-notice-dismiss:focus-visible {
  background: #d7d0c5;
}
@media (max-width: 640px) {
  .cookie-notice {
    right: 1rem;
    bottom: 1rem;
    width: calc(100vw - 2rem);
    align-items: stretch;
    flex-direction: column;
    gap: 0.85rem;
  }

  .cookie-notice-dismiss {
    align-self: flex-start;
  }
}
.garden-help-button {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 46;
  display: inline-flex;
  width: 2.9rem;
  height: 2.9rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(27, 22, 18, 0.12);
  border-radius: 50%;
  color: var(--muted-foreground);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 35px rgba(27, 22, 18, 0.16),
    0 2px 8px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.garden-help-button:hover {
  color: var(--foreground);
  border-color: rgba(44, 49, 51, 0.18);
  transform: translateY(-2px);
  box-shadow:
    0 15px 38px rgba(27, 22, 18, 0.18),
    0 2px 8px rgba(255, 255, 255, 0.9) inset;
}
.garden-help-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(27, 25, 22, 0.38);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.garden-help-dialog {
  position: relative;
  width: min(32.5rem, calc(100vw - 2rem));
  height: 62.5vh;
  max-height: 62.5vh;
  min-height: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(44, 49, 51, 0.14);
  border-radius: 1.25rem;
  color: var(--foreground);
  background:
    linear-gradient(rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.94)),
    url("/memorial-garden-background.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(44, 49, 51, 0.24);
}
.garden-help-scroll-content {
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  padding: 2rem;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.garden-help-dialog h2 {
  margin: 0.65rem 0 0.75rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
}
.garden-help-dialog p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.95rem;
  line-height: 1.75;
}
.garden-help-notes {
  display: grid;
  gap: 1.25rem;
}
.garden-help-note {
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}
.garden-help-note:first-child {
  border-top: 0;
  padding-top: 0;
}
.garden-help-note-number {
  margin-bottom: 0.45rem;
  color: var(--muted-foreground);
  font: 500 0.68rem "DM Mono", monospace;
  letter-spacing: 0.16em;
}
.garden-help-note h3 {
  margin: 0 0 0.45rem;
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 500;
}
.garden-help-contact {
  margin-top: 1.5rem !important;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  color: var(--foreground) !important;
  font-size: 0.85rem !important;
}
.garden-help-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--muted-foreground);
  background: transparent;
  cursor: pointer;
}
.garden-help-close:hover {
  color: var(--foreground);
  background: var(--muted);
}
.dark .garden-help-overlay {
  background: rgba(0, 0, 0, 0.68);
}
.dark .garden-help-dialog {
  border-color: rgba(240, 235, 227, 0.2);
  color: var(--foreground);
  background:
    linear-gradient(rgba(31, 28, 24, 0.94), rgba(31, 28, 24, 0.97)),
    url("/memorial-garden-background.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}
.dark .garden-help-dialog p {
  color: #d4cbc0;
}
.dark .garden-help-dialog .section-number,
.dark .garden-help-note-number {
  color: #c9b7a4;
}
.dark .garden-help-note {
  border-color: rgba(240, 235, 227, 0.18);
}
.dark .garden-help-note h3,
.dark .garden-help-contact {
  color: #f2ede5 !important;
}
.dark .garden-help-close {
  color: #eee7dc;
  background: rgba(31, 28, 24, 0.72);
}
.dark .garden-help-close:hover {
  color: #171513;
  background: #e7d5c1;
}
.garden-help-another {
  margin-top: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  color: var(--foreground);
  background: transparent;
  font-size: 0.78rem;
  cursor: pointer;
}
.garden-help-another:hover {
  background: var(--muted);
}
.garden-help-enter-active,
.garden-help-leave-active {
  /* The transition wraps the full-screen overlay. Only fade it so the
     underlying garden never appears to move when the note opens. */
  transition: opacity 0.2s ease;
}
.garden-help-enter-from,
.garden-help-leave-to {
  opacity: 0;
}
.home-entry-dialog-enter-active,
.home-entry-dialog-leave-active {
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.home-entry-dialog-enter-from,
.home-entry-dialog-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
.home-entry-close:hover {
  color: var(--foreground);
  background: var(--muted);
}
.home-entry-modal .global-modal-backdrop {
  background: rgba(31, 38, 38, 0.42);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='19.5' fill='white'/%3E%3Cpath d='M13.5 13.5l15 15M28.5 13.5l-15 15' stroke='%23111' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") 21 21, pointer;
}
.home-entry-dialog {
  --home-entry-teal: #2d6065;
}
.home-entry-image-wrap {
  background: #1c2728;
}
.home-entry-image {
  display: block;
}
.home-entry-close {
  color: #111;
  background: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.home-entry-close:hover {
  color: #000;
  background: #f1f1f1;
}
.home-entry-title {
  color: var(--home-entry-teal);
  font-family: "DM Sans", system-ui, sans-serif;
}
.home-entry-email {
  border-color: rgba(45, 96, 101, 0.18);
  color: var(--home-entry-teal);
}
.home-entry-email::-moz-placeholder {
  color: #91a8aa;
}
.home-entry-email::placeholder {
  color: #91a8aa;
}
.home-entry-email:focus {
  border-color: rgba(45, 96, 101, 0.55);
  box-shadow: 0 0 0 3px rgba(45, 96, 101, 0.1);
}
.home-entry-submit {
  background: #000;
}
.home-entry-submit:hover {
  background: #222;
}
.home-entry-note {
  margin: 0;
  color: #66868a;
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: left;
}
.home-entry-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: 0.75rem;
  color: #45666a;
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}
.home-entry-consent input {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  margin: 0.08rem 0 0;
  accent-color: var(--home-entry-teal);
}
.home-entry-privacy-copy {
  margin: 0.65rem 0 0;
  color: #789397;
  font-size: 0.65rem;
  line-height: 1.5;
}
.home-entry-privacy-copy button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16rem;
  cursor: pointer;
}
.home-entry-privacy-copy button:hover,
.home-entry-privacy-copy button:focus-visible {
  color: var(--home-entry-teal);
  outline: 0;
}
@media (min-width: 641px) {
  .home-entry-dialog {
    transform: scale(1);
    transform-origin: bottom right;
  }

  .home-entry-dialog-enter-from,
  .home-entry-dialog-leave-to {
    transform: translateX(100%) scale(1);
  }
}
@media (max-width: 640px) {
  .garden-help-button {
    right: 1rem;
    bottom: 5.5rem;
  }
  .garden-help-dialog {
    width: calc(100vw - 1.5rem);
    height: 62.5dvh;
    max-height: 62.5dvh;
  }
  .garden-help-scroll-content {
    padding: 1.5rem;
  }
  .home-entry-modal {
    padding: 0.75rem 0.75rem 0;
  }
  .home-entry-dialog {
    max-height: calc(100vh - 1.5rem);
  }
  .home-entry-image {
    height: 15rem;
  }
  .home-entry-content {
    padding: 1.75rem 1.25rem 2rem;
  }
  .home-entry-title {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }
}

.section-number {
  color: var(--muted-foreground);
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}
.memorial-page {
  position: relative;
  background: var(--background);
}
.garden-petal-layer {
  position: fixed;
  inset: 0;
  z-index: 45;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
  contain: strict;
}
.garden-petal {
  position: absolute;
  top: -12vh;
  left: var(--petal-left);
  width: var(--petal-size);
  height: var(--petal-size);
  background: url('/memorial-petal.png') center / contain no-repeat;
  opacity: 0;
  transform: rotate(var(--petal-rotate));
  animation: garden-petal-fall var(--petal-duration) linear var(--petal-delay) infinite;
  will-change: transform, opacity;
  contain: layout style paint;
}
@keyframes garden-petal-fall {
  0% { opacity: 0; transform: translate3d(0, -10vh, 0) rotate(var(--petal-rotate)); }
  10% { opacity: 0.78; }
  52% { transform: translate3d(var(--petal-drift), 54vh, 0) rotate(calc(var(--petal-rotate) + 180deg)); }
  88% { opacity: 0.48; }
  100% { opacity: 0; transform: translate3d(calc(var(--petal-drift) * -0.65), 118vh, 0) rotate(calc(var(--petal-rotate) + 360deg)); }
}
.memorial-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.memorial-detail-nav {
  border-color: rgba(75, 75, 65, 0.18) !important;
  background: rgba(255, 255, 252, 0.94) !important;
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.memorial-detail-nav button,
.memorial-detail-nav button.text-muted-foreground,
.memorial-detail-nav button.text-primary {
  color: var(--foreground) !important;
}
.memorial-detail-nav .currency-switcher > button {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.dark .memorial-detail-nav {
  border-color: var(--border) !important;
  background: rgba(28, 25, 22, .94) !important;
  color: var(--foreground);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}
.dark .memorial-detail-nav button,
.dark .memorial-detail-nav button.text-muted-foreground,
.dark .memorial-detail-nav button.text-primary {
  color: var(--foreground) !important;
}
.home-nav {
  --home-nav-solid-progress: 0;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, var(--home-nav-solid-progress)) !important;
  box-shadow: 0 8px 24px rgba(17, 13, 9, 0.08);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  transition: background-color 0.12s linear, border-color 0.12s linear, box-shadow 0.12s linear;
}
.home-nav:not(.home-nav-scrolled) .brand-logo-light {
  display: none;
}
.home-nav:not(.home-nav-scrolled) .brand-logo-dark {
  display: block;
}
.home-nav:not(.home-nav-scrolled) button,
.home-nav:not(.home-nav-scrolled) button.text-muted-foreground,
.home-nav:not(.home-nav-scrolled) button.text-primary {
  color: #fff !important;
}
.home-nav:not(.home-nav-scrolled) .home-signin {
  border-color: rgba(255, 255, 255, 0.5);
}
.home-nav-scrolled {
  border-color: var(--border) !important;
}
.home-nav-scrolled .brand-logo-light {
  display: block;
}
.home-nav-scrolled .brand-logo-dark {
  display: none;
}
.home-nav-scrolled button,
.home-nav-scrolled button.text-muted-foreground,
.home-nav-scrolled button.text-primary {
  color: var(--foreground) !important;
}
.dark .home-nav-scrolled {
  border-color: var(--border) !important;
  background: rgba(28, 25, 22, var(--home-nav-solid-progress)) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.dark .home-nav-scrolled .brand-logo-light {
  display: none;
}
.dark .home-nav-scrolled .brand-logo-dark {
  display: block;
}
.dark .home-nav-scrolled button,
.dark .home-nav-scrolled button.text-muted-foreground,
.dark .home-nav-scrolled button.text-primary {
  color: var(--foreground) !important;
}
.home-nav-light:not(.home-nav-scrolled) .brand-logo-light {
  display: block;
}
.home-nav-light:not(.home-nav-scrolled) .brand-logo-dark {
  display: none;
}
.home-nav-light:not(.home-nav-scrolled) button,
.home-nav-light:not(.home-nav-scrolled) button.text-muted-foreground,
.home-nav-light:not(.home-nav-scrolled) button.text-primary {
  color: var(--foreground) !important;
}
.home-nav-light:not(.home-nav-scrolled) .home-signin {
  border-color: rgba(44, 49, 51, 0.25);
}
.home-nav-light:not(.home-nav-scrolled) .currency-switcher > button {
  border-color: transparent;
  background: transparent;
  color: #2c3133 !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.home-nav-light:not(.home-nav-scrolled) .currency-switcher > button:hover {
  border-color: rgba(44, 49, 51, 0.16);
  background: rgba(255, 255, 255, 0.35);
}
.home-nav:not(.home-nav-scrolled) {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.home-entry-modal-header {
  /* Keep the home header above the signup backdrop so opening the modal does
     not visually change its scroll-dependent state. */
  z-index: 60 !important;
}
.memorial-nav-scrolled {
  border-color: var(--border) !important;
  background: rgba(255, 255, 255, var(--memorial-nav-solid-progress, 0)) !important;
  box-shadow: 0 8px 24px rgba(44, 49, 51, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    background-color 0.12s linear,
    border-color 0.12s linear,
    color 0.2s ease;
}
.memorial-nav .brand-logo-light {
  display: none;
}
.memorial-nav .brand-logo-dark {
  display: block;
}
.memorial-nav button,
.memorial-nav button.text-muted-foreground,
.memorial-nav button.text-primary {
  color: #fff !important;
}
.memorial-nav .nav-item-active::after {
  background: #fff;
}
.memorial-nav-scrolled .brand-logo-light {
  display: block;
}
.memorial-nav-scrolled .brand-logo-dark {
  display: none;
}
.memorial-nav-scrolled button,
.memorial-nav-scrolled button.text-muted-foreground,
.memorial-nav-scrolled button.text-primary {
  color: var(--foreground) !important;
}
.memorial-nav-scrolled .nav-item-active::after {
  background: currentColor;
}
.memorial-nav .account-menu button {
  color: var(--foreground) !important;
}
.memorial-nav .account-menu button.text-destructive {
  color: #b44c3b !important;
}
.memorial-nav .currency-switcher [role="menuitem"],
.memorial-nav .currency-switcher [role="menuitem"] span {
  color: var(--foreground) !important;
}
.memorial-nav:not(.memorial-nav-scrolled) .currency-switcher > button {
  border-color: transparent;
  background: transparent;
  color: #fff !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.memorial-nav:not(.memorial-nav-scrolled) .currency-switcher > button:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}
.dark .memorial-nav-scrolled {
  background: rgba(28, 25, 22, var(--memorial-nav-solid-progress, 0)) !important;
}
.dark .memorial-nav-scrolled .brand-logo-light {
  display: none;
}
.dark .memorial-nav-scrolled .brand-logo-dark {
  display: block;
}
.memorial-hero {
  position: relative;
  min-height: calc(100vh + 7rem);
  overflow: visible;
  isolation: isolate;
}
.memorial-hero-video,
.memorial-hero-shade,
.memorial-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.memorial-hero-video {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: calc(100vh + 7rem);
  z-index: -3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: saturate(1.04) contrast(1.02);
  transform: translateX(-50%) scale(var(--memorial-hero-image-scale, 1.015));
  transform-origin: center center;
  transition: transform 0.18s linear;
}
.memorial-hero-shade {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: calc(100vh + 7rem);
  z-index: -2;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(25, 30, 26, 0.28) 0%, rgba(25, 30, 26, 0.04) 48%, rgba(14, 12, 10, 0.14) 86%, rgba(14, 12, 10, 0.08) 100%),
    linear-gradient(90deg, rgba(14, 12, 10, 0.2), transparent 48%, rgba(14, 12, 10, 0.12));
}
.memorial-hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--background);
  opacity: var(--memorial-hero-solid-progress, 0);
  pointer-events: none;
  transition: opacity 0.12s linear;
}
.memorial-text-cursor {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: auto;
}
.memorial-text-cursor-item {
  position: absolute;
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(var(--cursor-angle));
  animation: memorial-cursor-float 2s ease-in-out infinite alternate;
  animation-delay: calc(var(--cursor-rotate) * 0.02s);
  opacity: 1;
}
@keyframes memorial-cursor-float {
  from { margin-left: 0; margin-top: 0; }
  to { margin-left: var(--cursor-x); margin-top: var(--cursor-y); }
}
.memorial-hero::after {
  content: "";
  z-index: -1;
  top: auto;
  right: -10%;
  bottom: -5rem;
  left: -10%;
  height: 10rem;
  opacity: 1;
  border-radius: var(--memorial-hero-curve-radius, 50%) var(--memorial-hero-curve-radius, 50%) 0 0 / var(--memorial-hero-curve-vertical-radius, 100%) var(--memorial-hero-curve-vertical-radius, 100%) 0 0;
  background: var(--background);
  transition: border-radius 0.18s linear;
}
.memorial-hero-content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 0;
  max-width: 1440px;
  margin: -21px auto -16px;
  border: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7rem 1.5rem 7rem;
  color: #fff;
  text-shadow: 0 2px 24px rgba(20, 25, 20, 0.24);
  opacity: var(--memorial-hero-text-opacity, 1);
  pointer-events: none;
  transition: opacity 0.12s linear;
}
.memorial-hero-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
.memorial-hero-counters {
  position: absolute;
  top: 7rem;
  right: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.memorial-card-counter {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.55rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.52);
  color: rgba(255, 255, 255, 0.84);
  text-align: right;
}
.memorial-card-counter-number {
  display: inline-block;
  color: #fff;
  font: 400 clamp(3rem, 6vw, 5.25rem) / 1.32 "Playfair Display", Georgia, serif;
  letter-spacing: -0.06em;
  text-shadow: 0 2px 24px rgba(20, 25, 20, 0.24);
  background-image: linear-gradient(
    var(--shiny-angle),
    var(--shiny-color) 0%,
    var(--shiny-color) 35%,
    var(--shiny-highlight) 50%,
    var(--shiny-color) 65%,
    var(--shiny-color) 100%
  );
  background-size: 200% auto;
  background-position: 150% center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: memorial-shiny-text var(--shiny-speed) linear var(--shiny-delay) infinite;
  animation-play-state: var(--shiny-pause);
}
.memorial-card-counter-label {
  font: 500 0.68rem / 1 "DM Mono", monospace;
  letter-spacing: 0.18em;
}
.memorial-hero-copy-block {
  max-width: 48rem;
}
.memorial-hero-kicker {
  color: rgba(255, 255, 255, 0.78);
}
.memorial-hero-title {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.47rem, 5.33vw, 5.07rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.memorial-hero-title em {
  color: #f2b978;
}
.memorial-shiny-title {
  display: inline-block;
  white-space: pre-line;
  color: var(--shiny-color);
  background-image: linear-gradient(
    var(--shiny-angle),
    var(--shiny-color) 0%,
    var(--shiny-color) 35%,
    var(--shiny-highlight) 50%,
    var(--shiny-color) 65%,
    var(--shiny-color) 100%
  );
  background-size: 200% auto;
  background-position: 150% center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: memorial-shiny-text var(--shiny-speed) linear var(--shiny-delay) infinite;
  animation-play-state: var(--shiny-pause);
}
.shiny-text-disabled {
  animation: none;
  background-image: none;
  -webkit-text-fill-color: currentColor;
}
@keyframes memorial-shiny-text {
  from {
    background-position: 150% center;
  }
  to {
    background-position: -50% center;
  }
}
.shiny-text-right {
  animation-name: memorial-shiny-text-right;
}
@keyframes memorial-shiny-text-right {
  from {
    background-position: -50% center;
  }
  to {
    background-position: 150% center;
  }
}
.memorial-hero-copy {
  max-width: 31rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.63rem, 1.13vw, 0.77rem);
  line-height: 1.65;
}
.memorial-hero-note {
  display: flex;
  max-width: 20rem;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
  border-left-color: rgba(255, 255, 255, 0.62);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.67rem;
  text-shadow: 0 2px 16px rgba(20, 25, 20, 0.3);
}
.memorial-hero-note span:first-child {
  color: #f2b978;
}
.memorial-collection {
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem 8rem;
  background: transparent;
}
.memorial-page,
.memorial-site-footer {
  background: var(--background);
}
.site-header {
  background-color: #ffffff;
}
.dark .site-header {
  background-color: var(--background);
}
.memorial-site-footer {
  position: relative;
  z-index: 4;
  isolation: isolate;
  display: block;
  width: 100%;
  min-height: 96px;
  margin-top: 0;
  overflow: visible;
  background: var(--background) !important;
}
.memorial-site-footer > div {
  position: relative;
  z-index: 1;
  background: var(--background);
}
.footer-inner {
  display: grid;
  gap: 2.25rem;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.8fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}
.footer-contact-area {
  display: grid;
  gap: 1.25rem;
  justify-items: start;
}
.footer-brand-logo {
  height: 21px;
}
.footer-contact-form {
  width: min(100%, 620px);
  padding: 0;
}
.footer-form-title,
.footer-support-title {
  color: var(--foreground);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-form-fields {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.footer-contact-row {
  display: grid;
  width: 448px;
  grid-template-columns: minmax(0, 320px) 120px;
  justify-content: start;
  margin-right: 247px;
  gap: 0.5rem;
}
.footer-input-wrap {
  display: flex;
  position: relative;
  min-width: 0;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--border);
  padding: 0.58rem 0.7rem;
  color: var(--muted-foreground);
  background: var(--background);
}
.footer-input-wrap:focus-within {
  border-color: var(--primary);
  color: var(--foreground);
}
.footer-input-wrap.is-shaking {
  animation: footer-input-shake 0.42s ease-in-out;
}
@keyframes footer-input-shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}
@media (prefers-reduced-motion: reduce) {
  .footer-input-wrap.is-shaking {
    animation: none;
  }
}
.footer-input-wrap input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--foreground);
  background: transparent;
  font: 0.76rem "DM Sans", sans-serif;
}
.footer-country-picker {
  position: relative;
  flex: 0 0 4.8rem;
  min-width: 0;
}
.footer-country-code {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--border);
  outline: 0;
  padding: 0 0.4rem 0 0;
  color: var(--foreground);
  background: transparent;
  font: 0.68rem "DM Sans", sans-serif;
  cursor: pointer;
}
.footer-country-code:focus-visible {
  color: var(--primary);
  outline: 1px solid var(--primary);
  outline-offset: 2px;
}
.footer-country-popover {
  position: absolute;
  right: auto;
  bottom: calc(100% + 0.5rem);
  left: -0.7rem;
  z-index: 100;
  display: grid;
  width: 250px;
  max-height: min(320px, calc(100vh - 1rem));
  gap: 0.5rem;
  border: 1px solid var(--border);
  padding: 0.55rem;
  background: var(--background);
  box-shadow: 0 16px 32px rgba(20, 25, 20, 0.16);
}
.footer-country-search {
  width: 100%;
  border: 1px solid var(--border);
  outline: 0;
  padding: 0.5rem 0.6rem;
  color: var(--foreground);
  background: var(--muted);
  font: 0.72rem "DM Sans", sans-serif;
}
.footer-country-search:focus {
  border-color: var(--primary);
}
.footer-country-options {
  display: grid;
  min-height: 0;
  max-height: min(220px, calc(100vh - 7rem));
  overflow-y: auto;
  overscroll-behavior: contain;
}
.footer-country-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 0;
  padding: 0.45rem 0.5rem;
  color: var(--foreground);
  background: transparent;
  font-size: 0.7rem;
  text-align: left;
  cursor: pointer;
}
.footer-country-option:hover,
.footer-country-option:focus-visible {
  background: var(--muted);
  outline: 0;
}
.footer-country-option span:last-child {
  color: var(--muted-foreground);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: nowrap;
}
.footer-country-empty {
  padding: 0.6rem 0.5rem;
  color: var(--muted-foreground);
  font-size: 0.7rem;
}
.footer-country-code:focus {
  color: var(--primary);
}
.footer-input-wrap input::-moz-placeholder {
  color: var(--muted-foreground);
}
.footer-input-wrap input::placeholder {
  color: var(--muted-foreground);
}
.footer-upload-button {
  display: inline-flex;
  width: 120px;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid var(--primary);
  color: var(--primary-foreground);
  background: var(--primary);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-upload-button:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}
.footer-form-note {
  margin: 0.7rem 0 0;
  color: var(--muted-foreground);
  font-size: 0.68rem;
  line-height: 1.5;
}
.footer-about {
  width: min(100%, 520px);
  display: grid;
  gap: 0.55rem;
}
.footer-info-row {
  width: 405px;
  display: grid;
  grid-template-columns: 145px 220px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer-info-row .footer-about {
  width: 100%;
}
.footer-info-row .footer-about:nth-child(2) {
  margin: 0;
}
.footer-info-links {
  display: grid;
  justify-items: start;
  gap: 0.4rem;
}
.footer-info-link {
  border: 0;
  padding: 0;
  color: var(--muted-foreground);
  background: transparent;
  font-size: 0.845rem;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
.footer-info-link:hover,
.footer-info-link:focus-visible {
  color: var(--foreground);
  text-decoration: underline;
  text-underline-offset: 0.18rem;
  outline: 0;
}
.footer-help-policies {
  margin-top: 0;
}
.help-policy-page {
  width: min(100%, 68rem);
  margin: 0 auto;
  padding: 5.5rem 2rem 7rem;
}
.help-policy-page-hero {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.help-policy-page-hero h1 {
  margin: 1rem 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.65rem, 7vw, 5.75rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.help-policy-page-hero p {
  margin: 0 auto;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.65;
}
.help-policy-page-content {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}
.help-policy-section {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1.3fr);
  gap: 2rem;
  border-bottom: 1px solid var(--border);
  padding: 1.75rem 0;
}
.help-policy-section h2 {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
}
.help-policy-section p,
.help-policy-cookie-actions p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.9rem;
  line-height: 1.75;
}
.help-policy-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}
.help-policy-cookie-actions p {
  flex: 1 1 16rem;
}
.help-policy-button,
.help-policy-page-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid var(--border);
  padding: 0.72rem 1rem;
  color: var(--foreground);
  background: transparent;
  font-size: 0.76rem;
  cursor: pointer;
}
.help-policy-button.is-primary,
.help-policy-page-actions button:first-child {
  border-color: var(--primary);
  color: var(--primary-foreground);
  background: var(--primary);
}
.help-policy-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 2rem;
}
.about-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
  color: #111;
  background: #fff;
}
.about-page .section-number {
  color: #777;
}
.about-page-hero {
  text-align: center;
}
.about-page-hero h1 {
  margin: 1.25rem 0 0;
  color: #111;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.75rem, 6vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}
.about-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18rem;
  gap: clamp(3rem, 8vw, 7rem);
  margin: 6.5rem auto 0;
  max-width: 820px;
}
.about-page-copy h2,
.about-page-team > h2 {
  margin: 0;
  color: #111;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.about-page-copy h3 {
  margin: 2.25rem 0 1.2rem;
  color: #111;
  font-size: 1.3rem;
  font-weight: 700;
}
.about-page-copy p {
  margin: 1rem 0 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}
.about-page-signature {
  font-style: italic;
  font-weight: 700;
}
.about-page-difference {
  align-self: start;
  border: 1px solid #dedede;
  border-radius: 1.25rem;
  padding: 1.6rem 1.35rem;
  background: #fafafa;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.05);
}
.about-page-difference h3 {
  margin: 0;
  color: #111;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}
.about-page-difference ul {
  display: grid;
  gap: 1.1rem;
  margin: 1.35rem 0 0;
  padding: 0 0 0 1rem;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.55;
}
.about-page-team {
  max-width: 820px;
  margin: 4.5rem auto 0;
}
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.about-team-card {
  min-height: 15rem;
  border: 1px solid #e1e1e1;
  border-radius: 1.15rem;
  padding: 1.35rem;
  background: var(--card);
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
.about-team-card-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}
.about-team-card h3 {
  margin: 0;
  color: #111;
  font-size: 1.1rem;
  font-weight: 700;
}
.about-team-card span {
  color: var(--muted-foreground);
  font-size: 0.7rem;
}
.about-team-card p {
  margin: 1.5rem 0 0;
  color: var(--muted-foreground);
  font-size: 0.85rem;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .about-page {
    padding: 4.5rem 1.25rem 5.5rem;
  }
  .about-page-intro {
    display: block;
    margin-top: 4.5rem;
  }
  .about-page-difference {
    margin-top: 2.5rem;
  }
  .about-page-team {
    margin-top: 3.75rem;
  }
  .about-team-grid {
    grid-template-columns: 1fr;
  }
  .about-team-card {
    min-height: 0;
  }
}
.memorial-cards-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
  color: #111;
  background: #fff;
}
.memorial-cards-hero {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.memorial-cards-hero h1 {
  margin: 1.25rem 0 0;
  color: #111;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.75rem, 6vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}
.memorial-cards-hero p {
  max-width: 38rem;
  margin: 1.5rem auto 0;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.75;
}
.memorial-cards-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18rem;
  gap: clamp(3rem, 8vw, 7rem);
  max-width: 820px;
  margin: 6.5rem auto 0;
}
.memorial-cards-copy h2,
.memorial-cards-details > h2,
.memorial-cards-cta h2 {
  margin: 0;
  color: #111;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.memorial-cards-copy p {
  margin: 1.2rem 0 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}
.memorial-cards-note {
  align-self: start;
  border: 1px solid #dedede;
  border-radius: 1.25rem;
  padding: 1.6rem 1.35rem;
  background: #fafafa;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.05);
}
.memorial-cards-note h3 {
  margin: 0;
  color: #111;
  font-size: 1.05rem;
  font-weight: 700;
}
.memorial-cards-note ul {
  display: grid;
  gap: 1.1rem;
  margin: 1.35rem 0 0;
  padding: 0 0 0 1rem;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.55;
}
.memorial-cards-details {
  max-width: 820px;
  margin: 5rem auto 0;
}
.memorial-cards-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.memorial-cards-detail-card {
  min-height: 13rem;
  border: 1px solid #e1e1e1;
  border-radius: 1.15rem;
  padding: 1.35rem;
  background: var(--card);
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
.memorial-cards-detail-card > span {
  color: #777;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.memorial-cards-detail-card h3 {
  margin: 2rem 0 0;
  color: #111;
  font-size: 1.1rem;
  font-weight: 700;
}
.memorial-cards-detail-card p {
  margin: 0.9rem 0 0;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.65;
}
.memorial-cards-cta {
  max-width: 820px;
  margin: 5rem auto 0;
  padding: 3rem;
  border-radius: 1.25rem;
  background: #111;
  color: #fff;
  text-align: center;
}
.memorial-cards-cta h2 {
  color: #fff;
}
.memorial-cards-cta p {
  max-width: 32rem;
  margin: 1rem auto 0;
  color: #d0d0d0;
  line-height: 1.7;
}
.memorial-cards-cta button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  color: #111;
  background: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.memorial-cards-cta button:hover {
  color: #fff;
  background: transparent;
}
@media (max-width: 767px) {
  .memorial-cards-page {
    padding: 4.5rem 1.25rem 5.5rem;
  }
  .memorial-cards-intro {
    display: block;
    margin-top: 4.5rem;
  }
  .memorial-cards-note {
    margin-top: 2.5rem;
  }
  .memorial-cards-details {
    margin-top: 3.75rem;
  }
  .memorial-cards-detail-grid {
    grid-template-columns: 1fr;
  }
  .memorial-cards-detail-card {
    min-height: 0;
  }
  .memorial-cards-cta {
    margin-top: 3.75rem;
    padding: 2rem 1.25rem;
  }
}
.footer-support-area {
  display: grid;
  gap: 1.65rem;
  justify-items: start;
  padding: 0;
}
.footer-support-block {
  display: grid;
  gap: 0.8rem;
}
.footer-social-list,
.footer-payment-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}
.footer-payment-list {
  max-width: 31rem;
  zoom: 0.6667;
}
.footer-social-chip,
.footer-payment-chip {
  display: inline-flex;
  width: 2.5rem;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.35rem 0.55rem;
  color: var(--foreground);
  background: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.footer-social-chip {
  aspect-ratio: 1;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.footer-social-chip:hover {
  border-color: var(--primary);
  background: var(--background);
}
.footer-social-icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-social-chip-wide {
  width: 2.5rem;
}
.footer-payment-chip {
  width: 3.35rem;
  height: 2.25rem;
  min-height: 2.25rem;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #1f2937;
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  box-shadow: none;
}
.footer-payment-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-payment-mark {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
}
.footer-payment-amex {
  border-color: #0877c9;
  background: #0877c9;
  color: #fff;
  font-size: 0.74rem;
}
.footer-payment-apple-pay {
  border-color: #111;
  color: #111;
  font-size: 0.67rem;
}
.footer-payment-bancontact {
  color: #174d9b;
  font-size: 0.43rem;
}
.footer-payment-diners {
  color: #fff;
  background: linear-gradient(90deg, #1670bc 0 50%, #58a9dd 50%);
  font-size: 1.2rem;
  font-style: italic;
}
.footer-payment-discover {
  color: #222;
  font-size: 0.43rem;
}
.footer-payment-discover .footer-payment-mark::after {
  display: block;
  width: 1.8rem;
  height: 0.14rem;
  margin: 0.13rem auto 0;
  border-radius: 999px;
  background: #ed7623;
  content: "";
}
.footer-payment-google-pay {
  color: #4285f4;
  font-size: 0.67rem;
}
.footer-payment-google-pay .footer-payment-mark::first-letter {
  color: #4285f4;
}
.footer-payment-ideal {
  border-color: #ebe8a6;
  background: #fff58f;
  color: #b63d20;
  font-size: 0.62rem;
}
.footer-payment-mastercard {
  border-color: #171717;
  background: #171717;
}
.footer-payment-mastercard-mark {
  position: relative;
  display: block;
  width: 1.7rem;
  height: 1rem;
}
.footer-payment-mastercard-mark::before,
.footer-payment-mastercard-mark::after,
.footer-payment-mastercard-mark i {
  position: absolute;
  top: 0.06rem;
  display: block;
  width: 0.93rem;
  height: 0.93rem;
  border-radius: 50%;
  content: "";
}
.footer-payment-mastercard-mark::before {
  left: 0;
  background: #ed1c24;
}
.footer-payment-mastercard-mark::after {
  right: 0;
  background: #f79e1b;
}
.footer-payment-mastercard-mark i {
  left: 0.38rem;
  z-index: 1;
  background: rgba(255, 91, 26, 0.82);
}
.footer-payment-paypal {
  color: #1266a8;
  font-size: 1.15rem;
  font-style: italic;
}
.footer-payment-shop-pay {
  border-color: #5a2bea;
  background: #5a2bea;
  color: #fff;
  font-size: 0.8rem;
}
.footer-payment-visa {
  border-color: #163fc0;
  background: #163fc0;
  color: #fff;
  font-size: 0.78rem;
  font-style: italic;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
}
.profile-company-profile {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: 2rem;
  border-top: 1px solid var(--border);
  padding-top: 1.35rem;
}
.profile-company-profile > .section-number {
  color: var(--muted-foreground);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.profile-company-profile > div:last-child {
  max-width: 44rem;
}
.profile-company-profile h2 {
  margin: 0 0 0.35rem;
  color: var(--foreground);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
.profile-company-profile p {
  max-width: 38rem;
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.78rem;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-form-fields {
    grid-template-columns: 1fr;
  }
  .footer-contact-row {
    width: auto;
    grid-template-columns: minmax(0, 1fr) 120px;
    margin-right: 0;
  }
  .footer-info-row {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .footer-help-policies {
    width: 100%;
  }
  .help-policy-page {
    padding: 4rem 1rem 5rem;
  }
  .help-policy-section {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1.35rem 0;
  }
  .footer-info-row .footer-about:nth-child(2) {
    margin: 0;
  }
  .footer-support-area {
    padding-top: 0;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .profile-company-profile {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.memorial-collection::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--background);
  pointer-events: none;
}
.memorial-collection .memorial-toolbar {
  margin-top: -16px;
  margin-bottom: 22px;
  border-color: #bababa;
}
.memorial-page::before {
  content: "";
  position: absolute;
  inset: 0 1.5rem auto;
  height: 1px;
  background: var(--border);
  opacity: 0.45;
}
.memorial-heading-note {
  border-left: 1px solid rgba(44, 49, 51, 0.12);
  padding-left: 1.25rem;
}
.memorial-title {
  color: #2c3133;
  letter-spacing: -0.045em;
}
.memorial-hero .memorial-hero-title {
  color: #fff;
}
.memorial-create-button {
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.memorial-create-button:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 128, 111, 0.45);
  box-shadow: 0 10px 24px rgba(44, 49, 51, 0.08);
}
.memorial-toolbar {
  position: relative;
  z-index: 2;
}
.memorial-toolbar-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.memorial-sort-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #68736f;
}
.memorial-sort-control select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 7.4rem;
  border: 1px solid rgba(44, 49, 51, 0.16);
  border-radius: 999px;
  padding: 0.45rem 1.75rem 0.45rem 0.75rem;
  color: inherit;
  background: rgba(255, 255, 255, 0.52);
  font: 0.72rem "DM Sans", sans-serif;
  cursor: pointer;
}
.memorial-sort-control svg {
  position: absolute;
  right: 0.58rem;
  pointer-events: none;
}
.memorial-desk {
  position: relative;
  z-index: 1;
}
.memorial-folder-wrap {
  transform: none;
  transition: transform 0.25s ease;
}
.memorial-folder-wrap:nth-child(2n),
.memorial-folder-wrap:nth-child(3n) {
  transform: none;
}
.memorial-folder-wrap:hover,
.memorial-folder-wrap:nth-child(2n):hover {
  transform: translateY(-8px) rotate(0deg);
}
.memorial-folder {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  clip-path: inset(0 round 15px);
  isolation: isolate;
  background-clip: padding-box;
  border: 1px solid rgba(44, 49, 51, 0.14);
  border-radius: 15px;
  padding: 0;
  color: #4a4943;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  backdrop-filter: none;
}
.memorial-folder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(70, 50, 30, 0.12);
  border-radius: inherit;
}
.memorial-folder-tab {
  display: none;
}
.memorial-folder-code {
  position: absolute;
  left: 1.7rem;
  right: auto;
  top: 1.5rem;
  font:
    500 0.78rem "DM Sans",
    sans-serif;
  letter-spacing: 0.08em;
  opacity: 1;
}
.memorial-folder-code.memorial-detail-code-bubble {
  padding: 0.3rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(24, 28, 28, 0.48);
  color: #fff;
  font: 0.58rem/1 "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.memorial-folder-code-row {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.memorial-folder-code-row .memorial-folder-code.memorial-detail-code-bubble {
  position: static;
}
.memorial-new-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  min-height: 1.32rem;
  border-radius: 999px;
  padding: 0 0.46rem;
  background: #213b5c;
  color: #fff;
  font: 600 0.58rem "DM Sans", sans-serif;
  letter-spacing: 0.08em;
}
.memorial-pinned-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  min-height: 1.32rem;
  padding: 0 0.46rem;
  border-radius: 999px;
  background: #485a44;
  color: #fff;
  font: 600 0.58rem "DM Sans", sans-serif;
  letter-spacing: 0.08em;
}
.memorial-folder-paper {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  transform: none;
  background: #ebe8df;
  padding: 0;
  box-shadow: none;
  transition: transform 0.25s ease;
}
.memorial-folder-paper::after {
  display: none;
}
.memorial-folder-wrap:nth-child(2n) .memorial-folder-paper {
  transform: none;
}
.memorial-folder:hover .memorial-folder-paper {
  transform: translateY(-5px) rotate(0deg);
}
.memorial-folder-paper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.84);
}
.memorial-folder-paper .memorial-paperclip {
  display: none;
}
.memorial-folder-pin {
  display: none;
}
.memorial-folder-label {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 4.65rem;
  padding: 0.7rem 4.8rem 0.75rem 0.75rem;
  align-items: flex-start;
  gap: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.memorial-folder-label strong {
  overflow: hidden;
  width: 100%;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 23.76px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memorial-folder-country {
  position: absolute;
  bottom: 0.85rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  max-width: calc(100% - 5.3rem);
  overflow: hidden;
  color: #6f7774;
  font: 0.63rem/1.35 "DM Mono", monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memorial-folder-flag {
  flex: 0 0 auto;
  font-family: system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1;
}
.memorial-folder-tribute {
  position: absolute;
  right: 0.75rem;
  bottom: 0.85rem;
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 0;
  margin-top: 0;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: #74736d;
  pointer-events: none;
  cursor: default;
  font: 0.63rem/1.35 "DM Mono", monospace;
  letter-spacing: 0;
  transform: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.memorial-pagination-button {
  display: inline-flex;
  min-width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--foreground);
  font-size: 0.875rem;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.memorial-pagination-button:hover:not(:disabled) {
  border-color: var(--foreground);
  background: var(--muted);
}
.memorial-pagination-button.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--primary-foreground);
}
.memorial-pagination-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.order-card-cancelled {
  border-color: var(--border) !important;
  background: var(--muted) !important;
  color: var(--muted-foreground);
  filter: grayscale(0.35);
  opacity: 0.62;
}
.order-card-cancelled img {
  filter: grayscale(0.7);
}
.memorial-folder > .memorial-card-candle {
  position: absolute;
  right: 0.6rem;
  bottom: 0.35rem;
  left: auto;
  z-index: 3;
  margin-right: 9px;
  margin-left: 21px;
  margin-bottom: 8px;
  transform: scale(1.1);
}
.memorial-folder-paper > .memorial-folder-tribute {
  position: absolute;
  bottom: 0.7rem;
  left: 0.7rem;
  right: auto;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.24rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(23, 29, 30, 0.56);
  color: #fff;
  font: 0.63rem/1.35 "DM Mono", monospace;
  letter-spacing: 0;
  pointer-events: none;
  text-shadow: none;
  backdrop-filter: blur(4px);
  transform: scale(0.75);
  transform-origin: left bottom;
}
.memorial-folder-paper > .memorial-folder-tribute .memorial-count-icon {
  margin: 0;
  color: #fff;
  fill: transparent;
  stroke: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.42));
}
.memorial-folder-paper > .memorial-folder-tribute .memorial-folder-tribute-count {
  font-size: 1.5873em;
  line-height: 1;
}
.memorial-folder-tribute:hover {
  background: transparent;
  color: #a9773a;
}
.memorial-folder-tribute-recorded {
  background: transparent;
  border-color: transparent;
  color: #74736d;
}
.memorial-folder-tribute-recorded:hover {
  background: transparent;
  border-color: transparent;
  color: #a9773a;
}
.memorial-card-candle {
  position: relative;
  display: inline-flex;
  width: 2.1rem;
  height: 2.65rem;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 0 6px rgba(255, 174, 73, 0.25));
  transform: scale(0.72);
  transform-origin: center bottom;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.memorial-card-candle::before {
  position: absolute;
  top: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: rgba(255, 164, 54, 0.12);
  content: "";
  filter: blur(7px);
}
.memorial-card-candle .memory-candle-flame {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 0.9rem;
  height: 1.85rem;
  margin: 0;
  filter: sepia(1) saturate(6) hue-rotate(326deg) brightness(1.02) contrast(1.04);
}
.memorial-card-candle .memory-candle-wick {
  position: absolute;
  top: 1.55rem;
  z-index: 1;
  width: 2px;
  height: 0.32rem;
  margin: 0;
}
.memorial-card-candle .memory-candle-body {
  z-index: 1;
  width: 1.3rem;
  height: 1.42rem;
}
.memorial-folder-tribute:hover .memorial-card-candle,
.memorial-card-candle.is-lit {
  filter: drop-shadow(0 0 10px rgba(255, 174, 73, 0.65));
  transform: scale(1.25) translateY(-2px);
}
.memorial-card-candle.is-lit .memory-candle-flame {
  animation-duration: 0.9s;
}
.memorial-folder > .memorial-card-candle:hover {
  filter: drop-shadow(0 0 12px rgba(255, 174, 73, 0.78));
  transform: scale(1.45) translateY(-2px);
}
.memorial-folder > .memorial-card-candle:hover .memory-candle-flame {
  filter: sepia(1) saturate(6.5) hue-rotate(326deg) brightness(1.1) contrast(1.08);
}
.memorial-folder-tribute-count {
  white-space: nowrap;
}
.memorial-count-icon {
  display: block;
  flex: 0 0 auto;
  margin-right: 0.22rem;
  color: #c58b42;
  fill: rgba(197, 139, 66, 0.18);
  stroke: #a9652d;
  stroke-width: 1.7;
  filter: drop-shadow(0 1px 2px rgba(139, 91, 38, 0.2));
}
.is-page-scrolling .memorial-card-candle .memory-candle-flame {
  animation-play-state: paused;
}
.folder-sage {
  background: #f1f3f5;
}
.folder-sand {
  background: #f6f6f4;
}
.folder-rose {
  background: #f2f1f3;
}
.folder-sky {
  background: #eef2f4;
}
.folder-lilac {
  background: #f3f1f5;
}
.memorial-search-float {
  position: fixed;
  z-index: 35;
  left: 50%;
  bottom: 1rem;
  display: flex;
  opacity: 0;
  width: min(calc(100vw - 2rem), 22rem);
  transform: translateX(-50%);
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(27, 22, 18, 0.12);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted-foreground);
  box-shadow:
    0 12px 35px rgba(27, 22, 18, 0.16),
    0 2px 8px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    opacity 0.24s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.memorial-search-float input:focus,
.memorial-search-float input:focus-visible {
  outline: none;
  box-shadow: none;
}
.memorial-search-float:focus-within {
  border-color: rgba(44, 49, 51, 0.13);
  box-shadow:
    0 12px 35px rgba(44, 49, 51, 0.14),
    0 2px 8px rgba(255, 255, 255, 0.8) inset;
}
.order-shipping-actions-mobile,
.order-review-actions-mobile {
  display: none;
}
.memorial-detail-overlay {
  color: #2c3133;
}
.garden-memorial-detail-page {
  min-height: calc(100vh - 4rem);
  color: #2c3133;
  background: #fff;
}
.garden-memorial-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(22rem, 0.84fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  width: min(100%, 90rem);
  margin: -1.25rem auto 0;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5.5rem) clamp(3.8rem, 7vw, 6.5rem);
}
@media (min-width: 761px) {
  .garden-memorial-detail-hero {
    margin-top: 62px;
    padding-top: 1.5rem;
  }
  .garden-memorial-detail-kicker {
    margin-top: -105px;
    margin-bottom: -50px;
  }
}
.garden-memorial-detail-photo-area {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(26rem, 49vw, 42rem);
}
.garden-memorial-urn-panel {
  position: relative;
  display: grid;
  width: min(100%, 31rem);
  min-height: clamp(26rem, 49vw, 42rem);
  place-items: center;
  isolation: isolate;
  background: #fff;
}
.garden-memorial-urn-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: url('/memorial-urn-background.png?v=2') center / cover no-repeat;
  border-radius: 12%;
  display: none;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0,0,0,.72) 82%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0,0,0,.72) 82%, transparent 100%);
}
.garden-memorial-urn-image {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 25.5rem);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.garden-memorial-urn-base {
  position: absolute;
  z-index: 1;
  bottom: 8%;
  left: 50%;
  width: 180%;
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}
.garden-memorial-urn-rear-grass {
  position: absolute;
  z-index: 0;
  bottom: 10%;
  left: 50%;
  width: 112%;
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}
.garden-memorial-urn-arch {
  position: absolute;
  z-index: 1;
  bottom: calc(-18% + 300px);
  left: 50%;
  width: 60%;
  max-width: none;
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}
.garden-memorial-urn-inscription {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: 50%;
  width: 28%;
  max-width: 9.5rem;
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}
.garden-memorial-urn-offering {
  position: absolute;
  z-index: 2;
  left: calc(50% - 180px);
  bottom: calc(10% + 120px);
  width: 9rem;
  height: auto;
  pointer-events: none;
}
.garden-memorial-urn-bottom-flora {
  position: absolute;
  z-index: 0;
  bottom: calc(-2% + 150px);
  left: 50%;
  width: 128%;
  height: auto;
  max-width: none;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (min-width: 761px) {
  /* The source PNG includes transparent lower padding; anchor its visible urn
     to the flower bed so wide layouts do not leave a floating gap. */
  .garden-memorial-urn-image {
    align-self: end;
    width: min(100%, 14.571rem);
    margin-bottom: 196px;
    transform: translateX(90px);
  }
  .garden-memorial-urn-arch {
    width: 80%;
    bottom: calc(-18% + 270px);
  }
}
.garden-memorial-urn-grass {
  position: absolute;
  z-index: 0;
  bottom: 9%;
  left: 50%;
  width: 86%;
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}
.garden-memorial-urn-foreground {
  position: absolute;
  z-index: 5;
  bottom: 7%;
  left: 50%;
  width: 128%;
  height: auto;
  max-width: none;
  pointer-events: none;
  transform: translateX(-50%);
}
.garden-memorial-urn-candle {
  position: absolute;
  z-index: 4;
  bottom: calc(5% + 140px);
  left: calc(50% - 80px);
  width: 4.1rem;
  height: 4.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 7px 6px rgba(44, 49, 51, .28));
  transform: translateX(-50%);
}
@media (min-width: 761px) {
  .garden-memorial-urn-candle {
    bottom: calc(5% + 160px);
    left: 50%;
    width: 5rem;
    height: 5rem;
  }
}
.garden-memorial-divider-garden {
  position: relative;
  z-index: 5;
  height: max(40vw, 35rem);
  overflow: hidden;
  border-top: 0;
  background: #fff;
  pointer-events: none;
}
.garden-memorial-divider-garden img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  /* Keep the border artwork wider than the viewport so its outer flowers crop naturally. */
  width: max(108vw, 1250px);
  height: auto;
  max-width: none;
  transform: translateX(-50%);
}
@media (min-width: 761px) {
  /* Crop the transparent upper portion of the border artwork while reducing
     the divider to roughly half its previous height on wide screens. */
  .garden-memorial-divider-garden { height: max(24vw, 20.5rem); }
  .garden-memorial-divider-garden img { top: -16vw; }
}
.garden-memorial-detail-photo-stack {
  position: relative;
  display: block;
  width: min(100%, 31rem);
  /* The photo itself is square; the extra height belongs to the polaroid's lower paper edge. */
  aspect-ratio: 1 / 1.18;
  cursor: pointer;
}
.garden-memorial-detail-photo-stack:focus-visible { outline: 2px solid #78806d; outline-offset: 8px; }
.garden-memorial-detail-photo-frame {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(0.7rem, 1.4vw, 1rem) clamp(0.7rem, 1.4vw, 1rem) clamp(2.5rem, 5vw, 3.7rem);
  background: #fcfbf4;
  box-shadow: 0 1.4rem 2.8rem rgba(51, 47, 38, 0.17);
  transform-origin: center;
  transition: opacity .28s ease, transform .32s ease;
}
.garden-memorial-detail-photo-frame > img:not(.garden-memorial-detail-paper-logo) {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.garden-memorial-detail-photo-frame.is-active { z-index: 2; transform: translate(0, 0) rotate(0deg) scale(1) !important; }
.garden-memorial-detail-photo-meta {
  position: relative;
  margin: .7rem 0 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: .18rem;
  max-width: calc(100% - 6rem);
  color: #68736e;
  text-align: left;
  font: .7rem/1.2 "DM Sans", system-ui, sans-serif;
  letter-spacing: .03em;
}
.garden-memorial-detail-photo-meta span:first-child { overflow: hidden; color: #111; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.garden-memorial-detail-photo-meta span:last-child { color: #59635f; font: .58rem "DM Mono", monospace; letter-spacing: .08em; }
.garden-memorial-detail-paper-logo { position: absolute; right: .9rem; bottom: .75rem; z-index: 4; width: 3.25rem; height: auto; opacity: .72; }
.garden-memorial-detail-tape {
  position: absolute;
  z-index: 4;
  top: -1.5rem;
  left: 50%;
  width: 11rem;
  height: 3.1rem;
  border: 1px solid rgba(117, 106, 86, 0.18);
  background: rgba(221, 215, 194, 0.7);
  box-shadow: 0 .2rem .8rem rgba(75, 66, 49, 0.09);
  transform: translateX(-50%) rotate(-2deg);
}
.garden-memorial-detail-photo-hint {
  position: absolute;
  bottom: 0;
  font: 500 .66rem "DM Mono", monospace;
  letter-spacing: .08em;
  color: #777b70;
  text-transform: uppercase;
}
.garden-memorial-detail-copy { min-width: 0; }
.garden-memorial-detail-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #5c5f57;
  font: 500 .77rem "DM Mono", monospace;
  letter-spacing: .13em;
  margin-bottom: -2.3125rem;
}
.garden-memorial-detail-code {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  border: 1px solid rgba(44, 49, 51, .1);
  border-radius: 999px;
  padding: .26rem .62rem;
  background: #f4f5f4;
  color: #111;
  letter-spacing: .08em;
  line-height: 1;
  cursor: copy;
}
.garden-memorial-detail-code:hover { border-color: rgba(44, 49, 51, .35); background: #e9ecea; }
.garden-memorial-detail-code:focus-visible { outline: 2px solid #78806d; outline-offset: 3px; }
.garden-memorial-detail-share {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(44, 49, 51, .18);
  padding: .45rem .75rem;
  color: #5f6a6c;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.garden-memorial-detail-share:hover { border-color: #2c3133; background: #2c3133; color: #fff; }
.garden-memorial-detail-copy h1 {
  margin: clamp(1.5rem, 4vw, 3.4rem) 0 1rem;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.05em;
}
.garden-memorial-detail-alias {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: #7b8582;
  font: 500 .75rem "DM Mono", monospace;
  letter-spacing: .08em;
}
.garden-memorial-detail-alias strong {
  border: 1px solid rgba(44, 49, 51, .1);
  border-radius: 999px;
  padding: .26rem .62rem;
  background: #f4f5f4;
  color: #59635f;
  font: inherit;
  letter-spacing: .06em;
}
.garden-memorial-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.6rem 0 1.9rem;
  gap: .6rem;
}
.garden-memorial-detail-facts > div { min-height: 4.8rem; border: 1px solid rgba(44, 49, 51, .1); border-radius: .9rem; padding: .85rem 1rem; background: #f7f8f7; }
.garden-memorial-detail-facts dt { color: #8b9490; font: 500 .65rem "DM Sans", sans-serif; letter-spacing: .14em; }
.garden-memorial-detail-facts dd { display: flex; align-items: center; gap: .4rem; margin: .3rem 0 0; color: #2c3133; font-family: var(--font-sans, Arial, sans-serif); font-size: .88rem; letter-spacing: .03em; }
.garden-memorial-detail-country-flag { display: inline-block; font-size: 1.15rem; line-height: 1; }
.garden-memorial-detail-copy blockquote {
  margin: 0;
  max-width: 33rem;
  border-left: 3px solid rgba(111, 128, 111, .35);
  padding-left: 1.1rem;
  color: #68736e;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(.8rem, 1.44vw, 1.04rem);
  font-style: normal;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.garden-memorial-detail-copy blockquote::before { content: none; }
.garden-memorial-story-empty { margin: 0 auto; color: #8b9490; font: .95rem/1.6 "DM Sans", system-ui, sans-serif; text-align: center; }
.garden-memorial-detail-tribute {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-top: 1.45rem;
}
.garden-memorial-detail-flower-tribute {
  display: block;
  width: 2.7rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  transform: translateY(.1rem);
}
.garden-memorial-detail-tribute .memorial-detail-candle {
  width: 2.2rem;
  height: 3.2rem;
  margin: 0;
  transform: scale(.72);
  transform-origin: center bottom;
}
.garden-memorial-detail-mourners {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 0;
  min-height: 3.2rem;
  border: 2px solid rgba(184, 120, 88, .22);
  border-radius: 999px;
  padding: .9rem 1.35rem;
  background: #fff;
  color: #7b8582;
  font: 1rem var(--font-sans, Arial, sans-serif);
  letter-spacing: .04em;
}
.garden-memorial-detail-mourners.is-recorded { border-color: #2c3133; background: #2c3133; color: #fff; }
.garden-memorial-detail-message-perspective { display: block; color: #8b9490; font: .7rem "DM Mono", monospace; letter-spacing: .06em; }
.garden-memorial-story {
  position: relative;
  z-index: 6;
  margin-top: -58px;
  margin-bottom: 52px;
  border-top: 1px solid #fff;
  background: #fff;
  padding: 1.72px clamp(1.5rem, 5vw, 5rem);
}
.dark .garden-memorial-story {
  border-top-color: transparent;
}
.garden-memorial-story-heading { width: min(100%, 72rem); margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.garden-memorial-story-heading h2 { margin: .7rem 0 0; color: #2c3133; font-family: var(--font-sans, Arial, sans-serif); font-size: clamp(2.8rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.garden-memorial-story-list { width: min(100%, 72rem); margin: 0 auto; display: grid; gap: clamp(3rem, 5vw, 5rem); }
.garden-memorial-story-entry {
  display: grid;
  grid-template-columns: minmax(0, 29rem) minmax(0, 22rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  justify-content: center;
}
.garden-memorial-story-entry.is-reversed .garden-memorial-story-copy { grid-column: 2; }
.garden-memorial-story-entry.is-reversed .garden-memorial-story-image { grid-column: 1; grid-row: 1; justify-self: start; }
.garden-memorial-story-copy { max-width: 29rem; }
.garden-memorial-story-copy h2 { margin: .55rem 0 .8rem; color: #2c3133; font-family: var(--font-sans, Arial, sans-serif); font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; }
.garden-memorial-story-copy h3 { margin: 0 0 .85rem; color: #2c3133; font-family: var(--font-sans, Arial, sans-serif); font-size: clamp(1.45rem, 2.4vw, 2.3rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.garden-memorial-story-copy time { display: block; margin-bottom: 1.5rem; color: #7d8787; font: 500 .71rem "DM Mono", monospace; letter-spacing: .1em; }
.garden-memorial-story-copy > p { margin: 0 0 1rem; color: #68736e; font: .98rem/1.72 "DM Sans", system-ui, sans-serif; }
.garden-memorial-story-toggle { margin-top: .45rem; padding-bottom: .18rem; border-bottom: 1px solid currentColor; color: #2c3133; font: 500 .84rem "DM Sans", system-ui, sans-serif; }
.garden-memorial-story-toggle:hover { color: #66715f; }
.garden-memorial-story-image { width: min(100%, 22rem); margin: 0; justify-self: start; }
.garden-memorial-story-image img { display: block; width: 100%; aspect-ratio: 1 / 1; -o-object-fit: cover; object-fit: cover; background: #f3f2ed; }
@media (min-width: 761px) {
  .garden-memorial-story { margin-top: -39px; }
}
.garden-memorial-detail-messages {
  display: grid;
  grid-template-columns: 1fr;
  width: min(100%, 72rem);
  margin-inline: auto;
  gap: clamp(2rem, 7vw, 8rem);
  align-items: start;
  border-top: 1px solid rgba(75, 75, 65, .2);
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 7vw, 8rem) clamp(4rem, 8vw, 7rem);
}
.garden-memorial-detail-messages-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 34rem);
  min-height: 15.5rem;
  margin: -26px auto -166px;
  text-align: center;
}
.garden-memorial-detail-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  justify-self: center;
  border: 1px solid rgba(44, 49, 51, .28);
  padding: .75rem 1.35rem;
  background: #fff;
  color: #59635f;
  font: 500 .76rem "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.garden-memorial-detail-like:hover { transform: translateY(-1px); border-color: #2c3133; color: #2c3133; }
.garden-memorial-detail-like.is-liked { border-color: #9b6752; background: #9b6752; color: #fff; }
.garden-memorial-detail-messages h2 { margin: .55rem 0 0; color: #2c3133; font-family: var(--font-sans, Arial, sans-serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -.04em; }
.garden-memorial-detail-messages-note { margin: 1rem 0 0; color: #8b9490; font: .74rem/1.5 "DM Sans", system-ui, sans-serif; }
.garden-memorial-detail-add-message {
  margin: 1.5rem auto -8px;
  border: 1px solid rgba(44, 49, 51, .35);
  padding: .72rem 1rem;
  color: #2c3133;
  font: 500 .72rem "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.garden-memorial-detail-add-message:hover { border-color: #2c3133; background: #2c3133; color: #fff; }
.garden-memorial-detail-message-list { border-top: 1px solid rgba(44, 49, 51, .14); }
.garden-memorial-detail-message-row { display: grid; grid-template-columns: minmax(8rem, .42fr) minmax(0, 1fr); gap: 1.8rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(44, 49, 51, .14); }
.garden-memorial-detail-message-row:last-child { margin-bottom: -73px; }
.garden-memorial-detail-message-row strong { display: block; color: #2c3133; font: 500 .92rem "DM Sans", system-ui, sans-serif; }
.garden-memorial-detail-message-row time { display: block; margin-top: .35rem; color: #8b9490; font: 500 .65rem "DM Mono", monospace; letter-spacing: .08em; }
.garden-memorial-detail-message-row p { margin: 0; color: #68736e; font: .92rem/1.6 "DM Sans", system-ui, sans-serif; }
.garden-memorial-recommendations {
  border-top: 1px solid rgba(44, 49, 51, .12);
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 7vw, 8rem) clamp(4rem, 8vw, 6rem);
  background: #fff;
}
.garden-memorial-recommendations-heading { max-width: 38rem; margin: 0 auto 2.4rem; text-align: center; }
.garden-memorial-recommendations-heading h2 { margin: .55rem 0 .8rem; color: #2c3133; font: 500 clamp(1.8rem, 3vw, 2.7rem)/1.08 var(--font-sans, Arial, sans-serif); letter-spacing: -.04em; }
.garden-memorial-recommendations-heading > p:last-child { margin: 0; color: #68736e; font: .95rem/1.6 "DM Sans", system-ui, sans-serif; }
.garden-memorial-recommendations-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); max-width: 72rem; margin: 0 auto; }
.garden-memorial-recommendation-card { overflow: hidden; border: 1px solid rgba(44, 49, 51, .12); background: #fafaf8; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.garden-memorial-recommendation-card:hover, .garden-memorial-recommendation-card:focus-visible { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(44, 49, 51, .12); outline: none; }
.garden-memorial-recommendation-card img { display: block; width: 100%; aspect-ratio: 1 / 1; -o-object-fit: cover; object-fit: cover; background: #f3f2ed; }
.garden-memorial-recommendation-card div { padding: .9rem 1rem 1.05rem; }
.garden-memorial-recommendation-card h3 { margin: 0 0 .3rem; color: #2c3133; font: 500 1.05rem "DM Sans", system-ui, sans-serif; }
.garden-memorial-recommendation-card span { color: #8b9490; font: .68rem "DM Mono", monospace; letter-spacing: .1em; }
@media (max-width: 760px) {
  .garden-memorial-detail-hero { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 52px; padding-top: 3.2rem; }
  .garden-memorial-detail-photo-area { min-height: 26rem; }
  .garden-memorial-urn-panel { min-height: 26rem; width: min(100%, 22rem); }
  .garden-memorial-urn-image {
    /* Mobile composition: reduce the current urn by a further fifth, then lower it 50px. */
    width: 45.3333%;
    margin-bottom: -14px;
    transform: translate(70px, -20px);
  }
  .garden-memorial-urn-arch {
    /* Raise and enlarge the memorial stone on mobile. */
    width: 72%;
    transform: translate(-50%, 100px);
  }
  .garden-memorial-urn-inscription {
    /* Mobile: lift the portrait/inscription layer 30px and reduce it by a fifth. */
    top: calc(17% - 50px);
    width: 26.88%;
  }
  .garden-memorial-urn-rear-grass,
  .garden-memorial-urn-grass { display: none; }
  .garden-memorial-urn-bottom-flora { bottom: calc(-2% + 110px); }
  .garden-memorial-urn-offering { left: calc(50% - 135px); width: 7rem; bottom: calc(10% + 90px); }
  .garden-memorial-urn-foreground { bottom: 8%; width: 118%; }
  .garden-memorial-urn-candle {
    bottom: calc(6% + 100px);
    left: 50%;
    width: 3.4rem;
    height: 3.4rem;
    transform: translateX(-50%);
  }
  .garden-memorial-divider-garden { height: max(40vw, 23rem); }
  .garden-memorial-divider-garden img {
    width: max(115vw, 800px);
    top: -6rem;
  }
  .garden-memorial-detail-photo-stack { width: min(100%, 22rem); }
  .garden-memorial-detail-copy h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .garden-memorial-detail-kicker {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -24px;
    margin-bottom: -27px;
    font-size: .62rem;
  }
  .garden-memorial-detail-kicker .garden-memorial-detail-code { margin-right: 0; }
  .garden-memorial-detail-messages { grid-template-columns: 1fr; gap: 1.8rem; }
  .garden-memorial-detail-messages-heading { margin: 0; text-align: left; }
  .garden-memorial-detail-message-row:last-child { margin-bottom: 0; }
  .garden-memorial-detail-mourners { padding-left: 98.6px; padding-right: 98.6px; }
  .garden-memorial-story-entry { grid-template-columns: 1fr; gap: 1.8rem; justify-items: start; }
  .garden-memorial-story-heading { margin-left: 0; margin-right: 0; text-align: left; }
  .garden-memorial-story-heading h2 { font-size: clamp(2.35rem, 10vw, 3.4rem); }
  .garden-memorial-story-copy { width: min(100%, 22rem); margin-inline: 0; text-align: left; }
  .garden-memorial-story-image { justify-self: start; }
  .garden-memorial-story-entry.is-reversed .garden-memorial-story-image { justify-self: start; }
  .garden-memorial-story-entry.is-reversed .garden-memorial-story-copy,
  .garden-memorial-story-entry.is-reversed .garden-memorial-story-image { grid-column: auto; grid-row: auto; }
  .garden-memorial-story { margin-top: -22px; margin-bottom: 34px; }
  .garden-memorial-detail-message-row { grid-template-columns: 1fr; gap: .75rem; }
  .garden-memorial-recommendations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 30rem; gap: .85rem; }
}
.memorial-share-trigger {
  margin-left: 0.75rem;
  border: 1px solid rgba(44, 49, 51, 0.18);
  padding: 0.45rem 0.75rem;
  color: #5f6a6c;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.memorial-share-trigger:hover,
.memorial-share-trigger:focus-visible {
  border-color: #2c3133;
  background: #2c3133;
  color: #fff;
}
.memorial-share-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(44, 49, 51, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.memorial-share-dialog {
  display: flex;
  width: min(100%, 34rem);
  max-height: 94vh;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(44, 49, 51, 0.14);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}
.memorial-share-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 0.75rem;
}
.memorial-share-header h2 {
  margin-top: 0.3rem;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: 1.45rem;
  line-height: 1.1;
}
.memorial-share-close {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  color: #7d8787;
  font-size: 1.8rem;
  line-height: 1;
}
.memorial-share-close:hover,
.memorial-share-close:focus-visible {
  color: #1f2526;
}
.memorial-share-preview-wrap {
  display: flex;
  min-height: 0;
  justify-content: center;
  overflow: auto;
  padding: 0.5rem 1.25rem 1rem;
  background: #f2f2f0;
}
.memorial-share-preview {
  display: block;
  width: min(100%, 25rem);
  height: auto;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}
.memorial-share-status {
  margin: 0;
  padding: 0 1.25rem 0.75rem;
  color: #687274;
  font-size: 0.82rem;
  text-align: center;
}
.memorial-share-status.is-error {
  color: #a64747;
}
.memorial-share-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.9rem 1.25rem 1.25rem;
}
.memorial-share-actions button {
  min-width: 6.5rem;
  padding: 0.7rem 1rem;
  font-size: 0.82rem;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.memorial-share-secondary {
  border: 1px solid rgba(44, 49, 51, 0.18);
  color: #4e595b;
}
.memorial-share-secondary:hover,
.memorial-share-secondary:focus-visible {
  background: #f2f2f0;
}
.memorial-share-primary {
  background: #1f2526;
  color: #fff;
}
.memorial-share-primary:hover,
.memorial-share-primary:focus-visible {
  background: #4d585a;
}
.memorial-share-primary:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.memorial-detail-backdrop,
.global-modal-backdrop,
.product-detail-backdrop {
  background: rgba(44, 49, 51, 0.28);
  /* Keep the unprefixed declaration first for Chromium and Firefox. */
  backdrop-filter: blur(12px);
  /* Keep Safari/iOS support explicit as well. */
  -webkit-backdrop-filter: blur(12px);
}
.memorial-detail-card {
  height: min(39.5rem, 88vh);
  max-height: 88vh;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(44, 49, 51, 0.12);
}
.memorial-detail-photo-panel {
  background: #f5f6f4;
}
.memorial-detail-photo-frame {
  transform-origin: center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.memorial-detail-photo-frame:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 24px 55px rgba(44, 49, 51, 0.2);
}
.memorial-detail-photo-stack {
  display: block;
  aspect-ratio: 4 / 5;
  cursor: pointer;
}
.memorial-detail-photo-stack:focus-visible {
  outline: 2px solid #6f806f;
  outline-offset: 6px;
}
.memorial-detail-photo-frame {
  opacity: 0.38;
  pointer-events: none;
  transform: translate(8px, 8px) scale(0.98);
  transition:
    opacity 0.3s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.memorial-detail-photo-frame.is-active {
  z-index: 2;
  opacity: 1;
  transform: rotate(-2deg);
}
.memorial-detail-photo-frame.is-active img {
  transition: opacity 0.25s ease;
}
.memorial-detail-photo-count {
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  color: #59635f;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(44, 49, 51, 0.12);
  font:
    500 0.68rem "DM Mono",
    monospace;
}
.memorial-detail-photo-count-panel {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  z-index: 30;
}
.memorial-detail-open-page {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(89, 99, 95, 0.24);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  color: #59635f;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 12px rgba(44, 49, 51, 0.12);
  font: 500 0.68rem "DM Mono", monospace;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.memorial-detail-open-page:hover {
  color: #222827;
  border-color: rgba(89, 99, 95, 0.48);
  transform: translateY(-1px);
}
.memorial-photo-count-mobile {
  display: none;
}
.memorial-detail-tape {
  background: linear-gradient(
    180deg,
    rgba(164, 164, 164, 0.5),
    rgba(92, 94, 96, 0.72)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
  opacity: 0.82;
}
.memorial-photo-meta {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  color: #68736e;
  text-align: left;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.81rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.memorial-photo-meta span:first-child {
  color: #111;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.81rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.memorial-photo-meta span:last-child {
  color: #59635f;
  font-family: "DM Mono", monospace;
  font-size: 0.63rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.memorial-paper-logo {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  width: 3.6rem;
  height: auto;
  opacity: 0.72;
  pointer-events: none;
}
.memorial-detail-copy {
  background: #fff;
}
.memorial-detail-close {
  color: #7b8582;
  background: #f4f5f4;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.memorial-detail-close:hover {
  color: #2c3133;
  background: #e9ece9;
  transform: rotate(8deg);
}
.memorial-detail-kicker {
  color: #7b8582;
}
.memorial-detail-name {
  color: #2c3133;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
}
.memorial-detail-dates {
  color: #7b8582;
  font:
    500 0.75rem "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.memorial-detail-alias {
  color: #7b8582;
  font:
    500 0.75rem "DM Mono",
    monospace;
  letter-spacing: 0.08em;
}
.memorial-detail-dates span {
  color: #b87858;
}
.memorial-detail-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.memorial-detail-stats > div {
  border: 1px solid rgba(44, 49, 51, 0.1);
  border-radius: 0.9rem;
  padding: 0.85rem 1rem;
  background: #f7f8f7;
}
.memorial-detail-stats span {
  display: block;
  color: #8b9490;
  font:
    500 0.65rem "DM Sans",
    sans-serif;
  letter-spacing: 0.14em;
}
.memorial-detail-stats strong {
  display: block;
  margin-top: 0.3rem;
  color: #2c3133;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}
.memorial-country-value {
  display: flex !important;
  align-items: center;
  gap: 0.4rem;
}
.memorial-country-flag {
  font-size: 2rem;
  line-height: 1;
  margin-right: 0.8rem;
  transform: scale(2);
  transform-origin: left center;
}
.memorial-detail-epitaph {
  max-width: 30rem;
  max-height: 10rem;
  overflow-y: auto;
  border-left: 3px solid rgba(111, 128, 111, 0.35);
  padding-left: 1.1rem;
  padding-right: 0.4rem;
  color: #68736e;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.8rem, 1.44vw, 1.04rem);
  font-style: normal;
  line-height: 1.5;
}
.memorial-detail-code-bubble,
.memorial-detail-alias-bubble {
  display: inline-block;
  border: 1px solid rgba(44, 49, 51, 0.1);
  border-radius: 999px;
  padding: 0.26rem 0.62rem;
  background: #f4f5f4;
  color: #111;
  letter-spacing: 0.08em;
  line-height: 1;
}
.memorial-detail-code-bubble {
  cursor: pointer;
  font: inherit;
}
.memorial-detail-alias-label {
  margin-right: 0.3rem;
}
.memorial-detail-alias-bubble {
  color: #59635f;
  letter-spacing: 0.06em;
}
.memorial-candles {
  border: 1px solid rgba(44, 49, 51, 0.1);
  border-radius: 1rem;
  padding: 1.1rem;
  background: #fafbfa;
}
.memorial-candles h3 {
  color: #59635f;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.memorial-candle-list {
  display: grid;
  gap: 0.55rem;
}
.memorial-candle-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.75rem;
  border-radius: 0.6rem;
  padding: 0.5rem 0.7rem;
  background: #f1f3f2;
  color: #68736e;
  font-size: 0.82rem;
}
.memorial-candle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  font-size: 1.2rem;
}
.memorial-candle-button {
  border: 1px solid #6f806f;
  border-radius: 999px;
  padding: 0.7rem 1.35rem;
  color: #fff;
  background: #6f806f;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.memorial-candle-button:hover {
  transform: translateY(-2px);
  border-color: #596b59;
  background: #596b59;
}
.memorial-candle-button.is-lit {
  border-color: #b87858;
  color: #fff;
  background: #b87858;
}
.memorial-candle-button:disabled {
  cursor: default;
}
.memorial-candle-stand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.memorial-candle-action {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 40;
  margin-top: 1.5rem;
}
.memorial-detail-sparkle-layer {
  position: absolute;
  inset: 0;
  z-index: 100;
  overflow: visible;
  pointer-events: none;
}
.memorial-candle-sparkle {
  position: absolute;
  left: var(--sparkle-origin-x, 0px);
  top: var(--sparkle-origin-y, 0px);
  z-index: 101;
  color: #f4c542;
  font-size: 1.2rem;
  line-height: 1;
  pointer-events: none;
  animation: memorial-sparkle-rise var(--sparkle-duration, 1.3s)
    linear forwards,
    memorial-sparkle-pulse 1.8s ease-in-out infinite;
}
.memorial-candle-star {
  display: block;
  color: #f6c945;
  font-size: 1.65rem;
  line-height: 1;
  text-shadow: 0 0 7px rgba(246, 201, 69, 0.8), 0 0 14px rgba(246, 201, 69, 0.45);
}
@keyframes memorial-sparkle-pulse {
  0%, 100% { scale: .86; }
  50% { scale: 1.12; }
}
@keyframes memorial-sparkle-rise {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.4) rotate(-12deg);
  }
  12% {
    opacity: 1;
    transform: translate(calc(-50% + var(--sparkle-x, 0px) * 0.08), calc(-1 * var(--sparkle-rise, 64px) * 0.05)) scale(0.7) rotate(-4deg);
  }
  38% {
    opacity: 1;
    transform: translate(calc(-50% + var(--sparkle-x, 0px) * 0.5), calc(-1 * var(--sparkle-rise, 64px) * 0.42)) scale(0.98) rotate(8deg);
  }
  68% {
    opacity: 0.9;
    transform: translate(calc(-50% + var(--sparkle-x, 0px) * 0.92), calc(-1 * var(--sparkle-rise, 64px) * 0.78)) scale(1.08) rotate(14deg);
  }
  88% {
    opacity: 0.52;
    transform: translate(calc(-50% + var(--sparkle-x, 0px) * 1.08), calc(-1 * var(--sparkle-rise, 64px) * 0.94)) scale(1.1) rotate(17deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--sparkle-x, 0px)), calc(-1 * var(--sparkle-rise, 64px))) scale(1.1) rotate(18deg);
  }
}
.memorial-candle-stand:hover {
  transform: translateY(-4px) scale(1.04);
}
.memorial-candle-stand:focus-visible {
  outline: 2px solid #6f806f;
  outline-offset: 4px;
}
.memory-candle.memorial-detail-candle {
  margin: 0;
  transform: scale(1.16);
  filter: drop-shadow(0 0 13px rgba(255, 174, 73, 0.5));
}
.memorial-detail-candle .memory-candle-flame {
  margin-bottom: -8px;
}
.memorial-candle-stand.is-lit .memorial-detail-candle {
  filter: drop-shadow(0 0 16px rgba(255, 174, 73, 0.65));
}
.memorial-candle-stand:disabled {
  cursor: default;
}
.memorial-candle-record {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-top: 0;
  margin-left: 0.15rem;
  border: 1px solid rgba(44, 49, 51, 0.1);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  color: #59635f;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 12px rgba(44, 49, 51, 0.1);
  font-family: "DM Mono", monospace;
  letter-spacing: 0.04em;
}
.memorial-candle-record b,
.memorial-candle-record small {
  font-size: 0.68rem;
  font-weight: 600;
}
.memorial-candle-record small {
  color: #8b9490;
}
.memorial-mourner-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  min-height: 3.2rem;
  margin-top: auto;
  border: 2px solid rgba(184, 120, 88, 0.22);
  border-radius: 999px;
  color: #7b8582;
  background: #fff;
  font-size: 1rem;
  font-family: inherit;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.memorial-mourner-pill:hover:not(:disabled) {
  border-color: rgba(184, 120, 88, 0.42);
  background: #fffaf5;
  transform: translateY(-2px);
}
.memorial-mourner-pill:disabled {
  cursor: default;
}
.memorial-mourner-pill.is-recorded {
  border-color: #2c3133;
  color: #fff;
  background: #2c3133;
}
.memorial-mourner-pill .memorial-candle-icon {
  width: auto;
  font-size: 1.8rem;
}
.memorial-detail-mobile-tribute {
  display: none;
}
.memorial-detail-footer {
  color: #7b8582;
}
.memorial-detail-copy > .memorial-detail-footer {
  margin-top: auto;
}
.brand-logo {
  display: block;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-logo-dark {
  display: none;
}
.dark .brand-logo-light {
  display: none;
}
.dark .brand-logo-dark {
  display: block;
}
.home-brand-wordmark {
  display: block;
  color: currentColor;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1;
}
.footer-brand-logo {
  height: 15px;
}
.home-brand {
  transition: opacity 0.2s ease;
}
.home-brand:hover {
  opacity: 0.72;
}
.home-signin svg {
  stroke-width: 1.5;
}
.home-hero {
  min-height: 550px;
  background: #fff;
}
.home-hero-backdrop,
.home-hero-gradient {
  display: none;
}
.home-hero-grid {
  max-width: 90rem;
}
.home-hero h1 {
  color: #2c3133;
  letter-spacing: -0.045em;
}
.home-hero h1 em {
  color: #b87858;
}
.home-hero-copy {
  max-width: 34rem;
}
.home-hero-stage {
  isolation: isolate;
}
.home-hero-botanical {
  background: linear-gradient(
    135deg,
    rgba(236, 238, 231, 0.85),
    rgba(247, 247, 244, 0.55)
  );
  opacity: 0.8;
}
.home-hero-botanical::after {
  content: "";
  position: absolute;
  inset: 12% 8% auto auto;
  width: 55%;
  height: 65%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(132, 151, 124, 0.18),
    transparent 66%
  );
  filter: blur(12px);
}
.home-product-note {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.home-product-note:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(44, 49, 51, 0.13);
}
.home-note-icon {
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.home-product-note:hover .home-note-icon {
  background: #b87858;
  color: white;
}
.home-hero-urn img {
  -o-object-position: center;
     object-position: center;
}
.home-hero-pet {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.home-hero-pet:hover {
  transform: translateY(-7px) rotate(1deg);
  box-shadow: 0 25px 50px rgba(44, 49, 51, 0.18);
}
.home-hero-plinth {
  z-index: 1;
}
.specular-button.home-primary-button {
  border-radius: 0.5rem;
  background: #000000;
}
.home-secondary-button {
  min-width: 185px;
  justify-content: center;
}

/* Home first screen: a quiet gallery of memorial objects. */
.home-gallery-hero {
  display: flex;
  min-height: calc(100svh - 4.5rem);
  align-items: center;
  padding: clamp(2rem, 5vh, 4.5rem) 1.5rem;
  background:
    radial-gradient(circle at 50% 34%, rgba(184, 120, 88, 0.1), transparent 28rem),
    #fbfbfa;
  overflow: hidden;
}
.home-gallery-shell {
  display: flex;
  min-height: min(46rem, calc(100svh - 8rem));
  width: min(100%, 76rem);
  margin: 0 auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  isolation: isolate;
  text-align: left;
}
.home-gallery-intro .section-number {
  margin: 0 0 0.8rem;
  color: #8a8178;
}
.home-gallery-intro h1 {
  margin: 0;
  color: #22282a;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.6vw, 5.15rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.07em;
}
.home-gallery-intro h1 em {
  color: #b87858;
  font-style: normal;
}
.home-gallery-stage {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  min-height: 0;
  padding: 0;
  isolation: isolate;
}
.home-gallery-card {
  position: absolute;
  z-index: var(--gallery-layer);
  width: clamp(9.67rem, 16.27vw, 14.33rem);
  min-width: 0;
  aspect-ratio: 1;
  margin: 0;
  overflow: visible;
  border: 1px solid rgba(44, 49, 51, 0.1);
  background: #fff;
  box-shadow: 0 18px 36px rgba(44, 49, 51, 0.2), 0 3px 8px rgba(44, 49, 51, 0.08);
  cursor: pointer;
  translate: 0 0;
  transform: translateY(var(--gallery-offset)) rotate(var(--gallery-rotate));
  transform-origin: center bottom;
  animation: home-gallery-path-a 20s linear infinite;
  transition:
    translate 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease;
}
.home-gallery-card:first-child {
  right: 64%;
  top: 7%;
}
.home-gallery-card:nth-child(2) {
  right: 31%;
  top: 16%;
}
.home-gallery-card:nth-child(3) {
  right: -4%;
  top: 6%;
}
.home-gallery-card:nth-child(4) {
  right: 62%;
  top: 48%;
}
.home-gallery-card:nth-child(5) {
  right: 29%;
  top: 55%;
}
.home-gallery-card:nth-child(6) {
  right: -5%;
  top: 51%;
}
.home-gallery-card:nth-child(7) {
  right: 45%;
  top: 32%;
}
.home-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-gallery-card-bubble {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  z-index: 20;
  width: -moz-max-content;
  width: max-content;
  max-width: 12rem;
  padding: 0.6rem 0.8rem;
  color: #fff;
  background: #202526;
  box-shadow: 0 10px 22px rgba(25, 30, 30, 0.16);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.5rem);
  transition: opacity 180ms ease, transform 220ms ease;
}
.home-gallery-card:hover,
.home-gallery-card:focus-visible {
  translate: 0 -0.9rem;
  box-shadow: 0 25px 46px rgba(44, 49, 51, 0.26), 0 4px 10px rgba(44, 49, 51, 0.1);
}
.home-gallery-card:hover .home-gallery-card-bubble,
.home-gallery-card:focus-visible .home-gallery-card-bubble {
  opacity: 1;
  transform: translate(-50%, 0);
}
.home-gallery-card:nth-child(2) {
  animation: home-gallery-path-b 24s linear -7s infinite;
}
.home-gallery-card:nth-child(3) {
  animation: home-gallery-path-c 21s linear -12s infinite;
}
.home-gallery-card:nth-child(4) {
  animation: home-gallery-path-d 26s linear -4s infinite;
}
.home-gallery-card:nth-child(5) {
  animation: home-gallery-path-e 23s linear -15s infinite;
}
.home-gallery-card:nth-child(6) {
  animation: home-gallery-path-f 25s linear -9s infinite;
}
.home-gallery-card:nth-child(7) {
  animation: home-gallery-path-g 22s linear -17s infinite;
}
@keyframes home-gallery-float-a {
  0%,
  100% {
    transform: translate3d(-0.45rem, calc(var(--gallery-offset) - 0.34rem), 0) rotate(calc(var(--gallery-rotate) - 1deg));
  }
  50% {
    transform: translate3d(0.35rem, calc(var(--gallery-offset) + 0.28rem), 0) rotate(calc(var(--gallery-rotate) + 1.2deg));
  }
}
@keyframes home-gallery-float-b {
  0%,
  100% {
    transform: translate3d(0.5rem, calc(var(--gallery-offset) - 0.25rem), 0) rotate(calc(var(--gallery-rotate) + 0.8deg));
  }
  50% {
    transform: translate3d(-0.3rem, calc(var(--gallery-offset) + 0.4rem), 0) rotate(calc(var(--gallery-rotate) - 1.1deg));
  }
}
@keyframes home-gallery-float-c {
  0%,
  100% {
    transform: translate3d(-0.28rem, calc(var(--gallery-offset) + 0.35rem), 0) rotate(calc(var(--gallery-rotate) - 1.3deg));
  }
  50% {
    transform: translate3d(0.45rem, calc(var(--gallery-offset) - 0.28rem), 0) rotate(calc(var(--gallery-rotate) + 0.9deg));
  }
}
@keyframes home-gallery-float-d {
  0%,
  100% {
    transform: translate3d(0.34rem, calc(var(--gallery-offset) + 0.24rem), 0) rotate(calc(var(--gallery-rotate) + 1.15deg));
  }
  50% {
    transform: translate3d(-0.42rem, calc(var(--gallery-offset) - 0.38rem), 0) rotate(calc(var(--gallery-rotate) - 0.9deg));
  }
}
@keyframes home-gallery-float-e {
  0%,
  100% {
    transform: translate3d(-0.5rem, calc(var(--gallery-offset) - 0.22rem), 0) rotate(calc(var(--gallery-rotate) - 1deg));
  }
  50% {
    transform: translate3d(0.25rem, calc(var(--gallery-offset) + 0.42rem), 0) rotate(calc(var(--gallery-rotate) + 1.25deg));
  }
}
@keyframes home-gallery-float-f {
  0%,
  100% {
    transform: translate3d(0.4rem, calc(var(--gallery-offset) + 0.3rem), 0) rotate(calc(var(--gallery-rotate) + 0.85deg));
  }
  50% {
    transform: translate3d(-0.38rem, calc(var(--gallery-offset) - 0.32rem), 0) rotate(calc(var(--gallery-rotate) - 1.2deg));
  }
}
@keyframes home-gallery-path-a {
  0%, 100% { transform: translate3d(-0.4rem, -0.25rem, 0) rotate(calc(var(--gallery-rotate) - 1deg)); }
  25% { transform: translate3d(2.3rem, 1.2rem, 0) rotate(calc(var(--gallery-rotate) + 2deg)); }
  50% { transform: translate3d(1.1rem, 3rem, 0) rotate(calc(var(--gallery-rotate) - 1.5deg)); }
  75% { transform: translate3d(-1.8rem, 1.7rem, 0) rotate(calc(var(--gallery-rotate) + 1.2deg)); }
}
@keyframes home-gallery-path-b {
  0%, 100% { transform: translate3d(0.2rem, 0.4rem, 0) rotate(calc(var(--gallery-rotate) + 0.8deg)); }
  25% { transform: translate3d(-2.1rem, 2.2rem, 0) rotate(calc(var(--gallery-rotate) - 1.7deg)); }
  50% { transform: translate3d(-0.6rem, 4rem, 0) rotate(calc(var(--gallery-rotate) + 1.4deg)); }
  75% { transform: translate3d(2rem, 1.5rem, 0) rotate(calc(var(--gallery-rotate) - 1deg)); }
}
@keyframes home-gallery-path-c {
  0%, 100% { transform: translate3d(-0.35rem, 0, 0) rotate(calc(var(--gallery-rotate) - 1.2deg)); }
  25% { transform: translate3d(-2.5rem, 1.6rem, 0) rotate(calc(var(--gallery-rotate) + 1.5deg)); }
  50% { transform: translate3d(-1rem, 3.4rem, 0) rotate(calc(var(--gallery-rotate) - 1.8deg)); }
  75% { transform: translate3d(1.9rem, 1.1rem, 0) rotate(calc(var(--gallery-rotate) + 1deg)); }
}
@keyframes home-gallery-path-d {
  0%, 100% { transform: translate3d(0.4rem, -0.2rem, 0) rotate(calc(var(--gallery-rotate) + 1deg)); }
  25% { transform: translate3d(2rem, -2rem, 0) rotate(calc(var(--gallery-rotate) - 1.4deg)); }
  50% { transform: translate3d(0.7rem, 1.9rem, 0) rotate(calc(var(--gallery-rotate) + 1.8deg)); }
  75% { transform: translate3d(-2.2rem, 0.8rem, 0) rotate(calc(var(--gallery-rotate) - 0.9deg)); }
}
@keyframes home-gallery-path-e {
  0%, 100% { transform: translate3d(-0.25rem, 0.3rem, 0) rotate(calc(var(--gallery-rotate) - 0.7deg)); }
  25% { transform: translate3d(-2.3rem, -1.8rem, 0) rotate(calc(var(--gallery-rotate) + 1.8deg)); }
  50% { transform: translate3d(-0.8rem, -3.3rem, 0) rotate(calc(var(--gallery-rotate) - 1.3deg)); }
  75% { transform: translate3d(2.2rem, -1.2rem, 0) rotate(calc(var(--gallery-rotate) + 0.9deg)); }
}
@keyframes home-gallery-path-f {
  0%, 100% { transform: translate3d(0.3rem, 0.1rem, 0) rotate(calc(var(--gallery-rotate) + 1.1deg)); }
  25% { transform: translate3d(2.4rem, -1.5rem, 0) rotate(calc(var(--gallery-rotate) - 1.6deg)); }
  50% { transform: translate3d(0.8rem, -3.7rem, 0) rotate(calc(var(--gallery-rotate) + 1.3deg)); }
  75% { transform: translate3d(-2rem, -1.1rem, 0) rotate(calc(var(--gallery-rotate) - 0.8deg)); }
}
@keyframes home-gallery-path-g {
  0%, 100% { transform: translate3d(-0.2rem, -0.35rem, 0) rotate(calc(var(--gallery-rotate) - 1deg)); }
  25% { transform: translate3d(2.1rem, -1.8rem, 0) rotate(calc(var(--gallery-rotate) + 1.5deg)); }
  50% { transform: translate3d(0.9rem, 2.5rem, 0) rotate(calc(var(--gallery-rotate) - 1.6deg)); }
  75% { transform: translate3d(-2.4rem, 1rem, 0) rotate(calc(var(--gallery-rotate) + 1deg)); }
}
@media (prefers-reduced-motion: reduce) {
  .home-gallery-card {
    animation: none;
  }
}
@media (min-width: 641px) {
  .home-gallery-shell {
    min-height: min(43rem, calc(100svh - 8rem));
    align-items: stretch;
    justify-content: center;
    gap: clamp(1.25rem, 2.5vw, 2.5rem);
    text-align: left;
  }
  .home-gallery-intro,
  .home-gallery-footer {
    position: relative;
    inset: auto;
    z-index: 3;
    align-self: flex-start;
  }
  .home-gallery-stage {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: clamp(0.5rem, 5vw, 4.5rem);
    bottom: auto;
    left: auto;
    display: block;
    width: min(31vw, 22rem);
    height: min(34rem, calc(100% - 1.5rem));
    min-height: 0;
    padding: 0;
    margin: 0;
    align-self: auto;
    transform: translateY(-50%);
  }
  .home-gallery-card {
    position: absolute !important;
    top: 50% !important;
    right: auto !important;
    left: 50% !important;
    width: clamp(8rem, 12vw, 10.5rem);
    margin: 0 !important;
    animation: none;
    translate: 0 0;
    transform: translate(-50%, -50%) rotate(0deg) !important;
    transform-origin: center bottom;
    transition: translate 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
  }
  .home-gallery-card:first-child { left: 50% !important; top: 12% !important; transform: translate(-50%, -50%) rotate(-6deg) !important; z-index: 1 !important; }
  .home-gallery-card:nth-child(2) { left: 50% !important; top: 31% !important; transform: translate(-50%, -50%) rotate(-3deg) !important; z-index: 2 !important; }
  .home-gallery-card:nth-child(3) { left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) rotate(0deg) !important; z-index: 3 !important; }
  .home-gallery-card:nth-child(4) { left: 50% !important; top: 69% !important; transform: translate(-50%, -50%) rotate(3deg) !important; z-index: 2 !important; }
  .home-gallery-card:nth-child(5) { left: 50% !important; top: 88% !important; transform: translate(-50%, -50%) rotate(6deg) !important; z-index: 1 !important; }
  .home-gallery-card:hover,
  .home-gallery-card:focus-visible {
    translate: 0 -0.7rem;
  }
  .home-gallery-footer {
    max-width: 33rem;
    justify-items: start;
  }
  .home-gallery-actions {
    justify-content: flex-start;
  }
}
.home-gallery-footer {
  display: grid;
  position: relative;
  z-index: 3;
  max-width: 34rem;
  gap: 1.15rem;
  justify-items: start;
}
.home-gallery-footer > p {
  margin: 0;
  color: #727d7b;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  line-height: 1.55;
}
.home-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
}
.home-gallery-actions .home-secondary-button {
  min-width: 0;
}
.home-gallery-intro {
  position: relative;
  z-index: 3;
}
.home-gallery-footer {
  position: relative;
  left: auto;
  bottom: auto;
}

/* Home first screen: a full-bleed featured memorial product scene. */
.home-product-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: clamp(2rem, 5vh, 4.5rem) 1.5rem;
  overflow: hidden;
  color: #fff;
  background: #241b17;
  isolation: isolate;
}
.home-product-hero-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.home-product-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 13, 10, 0.56) 0%, rgba(17, 13, 10, 0.35) 36%, rgba(17, 13, 10, 0.05) 70%, rgba(17, 13, 10, 0.14) 100%),
    linear-gradient(0deg, rgba(12, 9, 7, 0.28) 0%, transparent 42%);
}
.home-product-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 76rem);
  min-height: min(46rem, calc(100svh - 8rem));
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.home-product-hero-copy {
  max-width: min(100%, 58rem);
  padding-top: clamp(1rem, 6vh, 5rem);
}
.home-product-hero-eyebrow {
  margin: 0 0 1rem;
  color: rgba(255, 239, 222, 0.72);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.home-product-hero h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fffaf3;
  font-family: "Space Grotesk", "DM Sans", system-ui, sans-serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.075em;
}
.home-product-hero h1 .particle-text {
  font-size: 1.333em;
  flex: 0 0 1em;
  line-height: 1;
}
.home-product-hero h1 .particle-text + .particle-text {
  width: min(588px, 100%);
  margin-top: -31px;
}
@media (min-width: 768px) {
  .home-product-hero h1 .home-fold-title-line:first-of-type {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: -8px;
    margin-left: -15px;
  }

  .home-product-hero h1 .home-fold-title-line:nth-of-type(2) {
    margin-right: 5px;
    margin-bottom: -23px;
    margin-left: -15px;
  }
}
.home-product-hero h1 em {
  color: #dfaa76;
  font-style: normal;
}
.home-product-hero-description {
  max-width: 29rem;
  margin: 10px 0 0;
  color: rgba(255, 248, 239, 0.76);
  font-size: 14.2px;
  line-height: 1.6;
}
.home-product-glass-card {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: min(19rem, 28vw);
  padding: 1.35rem 1.45rem 1.25rem;
  border: 1px solid rgba(255, 240, 219, 0.28);
  color: #fffaf4;
  background: rgba(47, 34, 24, 0.34);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(17px) saturate(125%);
  -webkit-backdrop-filter: blur(17px) saturate(125%);
  text-align: left;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
  border-radius: 0 1rem 1rem 1rem;
  animation: home-product-card-float 8.5s ease-in-out infinite;
  will-change: transform;
}
.home-product-glass-card::before,
.home-product-glass-card::after {
  display: none;
}
.home-product-glass-card:hover,
.home-product-glass-card:focus-visible {
  border-color: rgba(255, 235, 208, 0.55);
  background: rgba(66, 43, 27, 0.48);
  outline: none;
  transform: translateY(-0.35rem);
  animation-play-state: paused;
}
@keyframes home-product-card-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.2deg); }
  28% { transform: translate3d(5px, -7px, 0) rotate(0.35deg); }
  64% { transform: translate3d(-4px, -3px, 0) rotate(-0.3deg); }
}
.home-product-glass-card-label {
  color: rgba(255, 234, 212, 0.7);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.home-product-glass-card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.home-product-glass-card-detail {
  margin-top: 0.35rem;
  color: rgba(255, 244, 232, 0.74);
  font-size: 0.82rem;
}
.home-product-glass-card-rating {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  color: #edb97f;
  font-size: 0.76rem;
  font-weight: 600;
}
.home-product-glass-card-price {
  margin-top: 1.15rem;
  color: #f0bf8e;
  font-size: 1.05rem;
  font-weight: 600;
}

/* Restore the asymmetric home card shape after the global square-corner rule. */
.home-product-glass-card {
  border-radius: 0 1rem 1rem 1rem !important;
}
.home-product-hero-actions-wrap {
  display: grid;
  gap: 0.8rem;
}
.home-product-hero-actions-note {
  margin: 0;
  color: rgba(255, 246, 235, 0.78);
  font-size: 0.88rem;
  line-height: 1.5;
}
.home-product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.home-product-hero-actions .home-primary-button {
  border: 0;
  color: #251910;
  background: #e2ae79;
  box-shadow: none;
}
.home-product-hero-actions .home-secondary-button {
  min-width: 0;
  border: 0;
  color: #fff9f1;
  background: rgba(50, 33, 21, 0.82);
  box-shadow: none;
}
.home-product-hero-actions .home-secondary-button:hover {
  border-color: #dfaa76;
  color: #fff4e8;
}
.home-curated-product-card {
  position: relative;
  min-width: 0;
  background: transparent;
}
.home-product-grid {
  gap: clamp(0.5rem, 0.8vw, 1rem);
}
.home-curated-product-media {
  background: var(--muted);
}
.home-curated-product-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 3.5rem 1rem 1rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(10, 12, 12, 0.78), rgba(10, 12, 12, 0));
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.home-curated-product-overlay h3 {
  min-width: 0;
  overflow: hidden;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-curated-product-price {
  flex: 0 0 auto;
  font-size: 0.95rem;
  font-weight: 600;
}
.home-curated-product-price span {
  font-size: 0.68em;
}
.home-curated-product-card:hover .home-curated-product-overlay {
  background: linear-gradient(0deg, rgba(10, 12, 12, 0.88), rgba(10, 12, 12, 0.04));
}
.home-product-hero--light {
  color: #2c3133;
  background: #eee8df;
}
.home-product-hero--dark {
  color: #fff;
  background: #241b17;
}
.home-product-hero--dark .home-product-hero-background {
  -o-object-position: center;
     object-position: center;
}
.home-product-hero--light .home-product-hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 252, 247, 0.62) 0%, rgba(255, 252, 247, 0.34) 38%, rgba(255, 252, 247, 0.04) 70%, rgba(255, 252, 247, 0.08) 100%),
    linear-gradient(0deg, rgba(255, 252, 247, 0.2) 0%, transparent 44%);
}
.home-product-hero--light .home-product-hero-eyebrow {
  color: rgba(76, 63, 51, 0.72);
}
.home-product-hero--light h1 {
  color: #272724;
}
.home-product-hero--light h1 em {
  color: #b87858;
}
.home-product-hero--light .home-product-hero-description,
.home-product-hero--light .home-product-hero-actions-note {
  color: rgba(52, 54, 50, 0.76);
}
.home-product-hero--light .home-product-glass-card {
  border-color: rgba(82, 67, 51, 0.28);
  color: #292824;
  background: rgba(255, 253, 248, 0.14);
  box-shadow: 0 14px 34px rgba(79, 59, 41, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px) saturate(110%);
  -webkit-backdrop-filter: blur(8px) saturate(110%);
}
.home-product-hero--light .home-product-glass-card:hover,
.home-product-hero--light .home-product-glass-card:focus-visible {
  border-color: rgba(120, 90, 63, 0.42);
  background: rgba(255, 253, 248, 0.2);
}
.home-product-hero--light .home-product-glass-card-label,
.home-product-hero--light .home-product-glass-card-detail {
  color: rgba(74, 63, 52, 0.68);
}
.home-product-hero--light .home-product-glass-card-rating {
  color: #a9652d;
}
.home-product-hero--light .home-product-glass-card-price {
  color: #a9652d;
}
.home-product-hero--light .home-product-hero-actions .home-primary-button {
  color: #fffdf9;
  background: #282521;
}
.home-product-hero--light .home-product-hero-actions .home-secondary-button {
  color: #2c3133;
  background: rgba(255, 253, 248, 0.8);
}
.home-product-hero--light .home-product-hero-actions .home-secondary-button:hover {
  color: #8c5738;
}
@media (max-width: 640px) {
  .home-product-hero {
    min-height: max(42rem, 100svh);
    padding: 1.5rem 1rem 1.75rem;
  }
  .home-product-hero-background {
    -o-object-position: 61% center;
       object-position: 61% center;
  }
  .home-product-hero-shade {
    background:
      linear-gradient(90deg, rgba(14, 10, 8, 0.62), rgba(14, 10, 8, 0.16)),
      linear-gradient(0deg, rgba(12, 9, 7, 0.48) 0%, transparent 60%);
  }
  .home-product-hero--light .home-product-hero-shade {
    background:
      linear-gradient(90deg, rgba(255, 252, 247, 0.63), rgba(255, 252, 247, 0.12)),
      linear-gradient(0deg, rgba(255, 252, 247, 0.48) 0%, transparent 60%);
  }
  .home-product-hero-content {
    min-height: calc(max(42rem, 100svh) - 3.25rem);
  }
  .home-product-hero-copy {
    max-width: 19rem;
    padding-top: 0.5rem;
  }
  .home-product-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.35rem);
  }
  .home-product-hero-description {
    max-width: 17rem;
    margin-top: 1.15rem;
    font-size: 0.9rem;
  }
  .home-product-glass-card {
    display: none;
  }
  .home-product-hero-actions {
    width: 100%;
  }
  .home-product-hero-actions > * {
    flex: 1 1 0;
    justify-content: center;
  }
  .home-gallery-hero {
    min-height: auto;
    padding: 2.5rem 1rem 3rem;
  }
  .home-gallery-shell {
    min-height: auto;
    gap: 1.5rem;
    align-items: stretch;
    text-align: left;
  }
  .home-gallery-intro,
  .home-gallery-footer {
    position: relative;
    inset: auto;
  }
  .home-gallery-intro h1 {
    font-size: clamp(2.55rem, 13vw, 3.75rem);
  }
  .home-gallery-stage {
    position: relative;
    z-index: auto;
    inset: auto;
    width: calc(100% + 2rem);
    min-height: 12.75rem;
    margin-inline: -1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 2.25rem 1.35rem 1.5rem;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .home-gallery-stage::-webkit-scrollbar {
    display: none;
  }
  .home-gallery-card {
    position: relative;
    inset: auto;
    width: 10.33rem;
    flex: 0 0 10.33rem;
    margin-left: -1.75rem;
    scroll-snap-align: center;
    animation: none;
  }
  .home-gallery-card-bubble {
    display: none;
  }
  .home-gallery-card:first-child {
    left: auto;
    top: auto;
    margin-left: 0;
  }
  .home-gallery-card:nth-child(2),
  .home-gallery-card:nth-child(3),
  .home-gallery-card:nth-child(4),
  .home-gallery-card:nth-child(5),
  .home-gallery-card:nth-child(6),
  .home-gallery-card:nth-child(7) {
    left: auto;
    right: auto;
    top: auto;
  }
  .home-gallery-footer {
    max-width: 24rem;
  }
  .home-gallery-actions {
    width: 100%;
  }
  .home-gallery-actions > * {
    flex: 1 1 10rem;
  }
}
.home-benefits article + article {
  border-color: rgba(44, 49, 51, 0.12);
}
.home-benefit-icon {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-collection {
  background: #fbfbfa;
  border-bottom: 1px solid var(--border);
}
.home-collection h2 {
  color: #2c3133;
  letter-spacing: -0.04em;
}
.home-collection h2 em {
  color: #6f806f;
}
.home-category-grid {
  align-items: stretch;
}
.home-category-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.8rem;
  color: #2c3133;
}
.home-category-icon {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(44, 49, 51, 0.08);
  background: #f7f7f4;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.home-category-icon > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-category-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--muted-foreground);
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-category-card:hover .home-category-icon,
.home-category-card:focus-visible .home-category-icon {
  border-color: rgba(184, 120, 88, 0.32);
  background: #f3ece4;
  transform: translateY(-3px);
}
.home-category-title {
  font-size: 0.92rem;
  line-height: 1.25;
}
.home-category-description {
  min-height: 2.4rem;
}
.dark .home-category-card {
  color: var(--foreground);
}
.dark .home-category-icon {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.dark .home-category-card:hover .home-category-icon,
.dark .home-category-card:focus-visible .home-category-icon {
  border-color: rgba(223, 170, 118, 0.42);
  background: rgba(223, 170, 118, 0.12);
}
.home-memorial-cards {
  padding: 4.6rem 2rem 5rem;
  border-top: 1px solid rgba(44, 49, 51, 0.06);
  border-bottom: 1px solid rgba(44, 49, 51, 0.06);
  background: #fbfbfa;
  color: #2c3133;
}
.home-memorial-cards-inner {
  width: min(100%, 76rem);
  margin: 0 auto;
}
.home-memorial-cards-heading {
  margin-bottom: 2.35rem;
  text-align: center;
}
.home-memorial-cards-heading h2 {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.home-memorial-cards-description {
  margin: 1rem 0 0;
  color: #747b7d;
  font-size: 0.88rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
.home-memorial-cards-description span {
  display: block;
}
.home-memorial-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}
.home-memorial-cards-carousel {
  position: relative;
}
.home-memorial-cards-arrow {
  position: absolute;
  top: 43%;
  z-index: 2;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(44, 49, 51, 0.12);
  border-radius: 999px;
  background: rgba(251, 251, 250, 0.92);
  color: #2c3133;
  box-shadow: 0 8px 22px rgba(44, 49, 51, 0.1);
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}
.home-memorial-cards-arrow:hover:not(:disabled) {
  border-color: rgba(44, 49, 51, 0.28);
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
}
.home-memorial-cards-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.32;
}
.home-memorial-cards-arrow--previous {
  left: -1.35rem;
}
.home-memorial-cards-arrow--next {
  right: -1.35rem;
}
.home-memorial-card {
  position: relative;
  min-width: 0;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(44, 49, 51, 0.14);
  background: rgba(255, 255, 255, 0.42);
  transition: transform 220ms ease;
}
.home-memorial-card:hover {
  transform: translateY(-4px);
}
.home-memorial-card:focus-visible {
  outline: 2px solid var(--foreground);
  outline-offset: 5px;
}
.home-memorial-card-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0;
  background: #ebe8df;
}
.home-memorial-card-code {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 1;
  padding: 0.3rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(24, 28, 28, 0.48);
  color: #ffffff;
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.home-memorial-card-pinned {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  min-height: 1.35rem;
  padding: 0 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(72, 90, 68, 0.82);
  color: #fff;
  font: 600 0.58rem "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.home-memorial-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.84);
  transition: transform 0.55s ease, filter 0.55s ease;
}
.home-memorial-card:hover .home-memorial-card-image img,
.home-memorial-card:focus-visible .home-memorial-card-image img {
  transform: scale(1.045);
  filter: saturate(1);
}
.home-memorial-card-copy {
  position: relative;
  min-height: 4.65rem;
  padding: 0.7rem 4.8rem 0.75rem 0.75rem;
}
.home-memorial-card-copy h3,
.home-memorial-card-copy p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-memorial-card-copy h3 {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 23.76px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.home-memorial-card-copy p,
.home-memorial-card-tributes {
  margin: 0.16rem 0 0;
  color: #6f7774;
  font-family: "DM Mono", monospace;
  font-size: 0.63rem;
  line-height: 1.35;
}
.home-memorial-card-copy p {
  position: absolute;
  bottom: 0.85rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  max-width: calc(100% - 5.3rem);
  margin: 0;
}
.home-memorial-card-country {
  white-space: nowrap;
}
.home-memorial-card-flag {
  flex: 0 0 auto;
  font-family: system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1;
}
.home-memorial-card-tributes {
  position: absolute;
  right: 0.75rem;
  bottom: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
}
.home-memorial-card-tributes > span {
  overflow: visible;
}
.home-memorial-cards-state {
  min-height: 8rem;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(44, 49, 51, 0.18);
  color: #7b8582;
  font-size: 0.82rem;
  text-align: center;
}
.home-memorial-cards-dots {
  display: flex;
  justify-content: center;
  gap: 0.42rem;
  margin-top: 1.2rem;
}
.home-memorial-cards-dots button {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(44, 49, 51, 0.28);
}
.home-memorial-cards-dots button.is-active {
  background: #2c3133;
  transform: scale(1.2);
}
.home-memorial-cards-cta {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  margin: 2rem auto 0;
  padding: 0.78rem 1.15rem;
  border: 1px solid rgba(44, 49, 51, 0.22);
  background: transparent;
  color: #2c3133;
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.home-memorial-cards-cta:hover,
.home-memorial-cards-cta:focus-visible {
  border-color: #2c3133;
  background: #2c3133;
  color: #ffffff;
  transform: translateY(-2px);
}
.home-memorial-cards-cta:focus-visible {
  outline: 2px solid #2c3133;
  outline-offset: 4px;
}
.dark .home-memorial-cards {
  background: #211e1a;
  color: var(--foreground);
  border-color: var(--border);
}
.dark .home-memorial-card-image {
  background: #2a2621;
}
.dark .home-memorial-card {
  border-color: var(--border);
  background: rgba(28, 25, 22, 0.5);
}
.dark .home-memorial-card-copy p,
.dark .home-memorial-card-copy span {
  color: var(--muted-foreground);
}
.dark .home-memorial-cards-state {
  border-color: var(--border);
  color: var(--muted-foreground);
}
.dark .home-memorial-cards-dots button {
  background: rgba(240, 235, 227, 0.35);
}
.dark .home-memorial-cards-dots button.is-active {
  background: var(--foreground);
}
.dark .home-memorial-cards-cta {
  border-color: rgba(240, 235, 227, 0.28);
  color: var(--foreground);
}
.dark .home-memorial-cards-cta:hover,
.dark .home-memorial-cards-cta:focus-visible {
  border-color: var(--foreground);
  background: var(--foreground);
  color: #211e1a;
}
.dark .home-memorial-cards-arrow {
  border-color: var(--border);
  background: rgba(33, 30, 26, 0.92);
  color: var(--foreground);
}
.dark .home-memorial-cards-arrow:hover:not(:disabled) {
  background: var(--card);
}
@media (max-width: 767px) {
  .home-memorial-cards {
    padding: 3.6rem 1rem 4rem;
  }
  .home-memorial-cards-heading h2 {
    font-size: 36px;
  }
  .home-memorial-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 0.65rem;
  }
  .home-memorial-cards-arrow {
    width: 2.3rem;
    height: 2.3rem;
  }
  .home-memorial-cards-arrow--previous {
    left: -0.7rem;
  }
  .home-memorial-cards-arrow--next {
    right: -0.7rem;
  }
  .home-memorial-card-copy {
    min-height: 4.35rem;
    padding-right: 3.9rem;
  }
  .home-memorial-card-copy p {
    max-width: calc(100% - 4.4rem);
  }
}
.home-product-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.home-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 128, 111, 0.45);
  box-shadow: 0 18px 34px rgba(44, 49, 51, 0.1);
}
.home-product-card img {
  filter: saturate(0.86);
}
.home-event-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 20rem;
  background: #5b6741;
  color: #fffdf8;
}
.home-event-feature--state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.home-events-section {
  width: 100%;
  max-width: none;
  padding: 0;
}
.home-event-feature-copy {
  display: flex;
  align-items: center;
}
.home-event-feature-copy h3 {
  color: #fffdf8;
  letter-spacing: -0.04em;
}
.home-event-feature-image {
  min-height: 20rem;
  overflow: hidden;
  background: #e9e4d8;
}
.home-event-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1024px) {
  .home-event-feature-copy > div {
    padding-left: max(2rem, calc((100vw - 1152px) / 2 + 2rem));
  }
}
@media (max-width: 767px) {
  .home-product-hero h1 .particle-text + .particle-text {
    width: 100%;
    margin-top: -18px;
  }

  .home-event-feature {
    grid-template-columns: 1fr;
  }
  .home-event-feature-image,
  .home-event-feature-image img {
    min-height: 15rem;
  }
}
.store-page {
  background: #fff;
}

/* Store uses a precise, architectural edge treatment: no rounded corners on the page or product detail. */
.store-page,
.store-page *,
.store-product-page,
.store-product-page *,
.store-product-modal,
.store-product-modal *,
.store-search-float {
  border-radius: 0 !important;
}

.store-product-actions-mobile {
  display: none;
}

.store-heading h1 {
  color: #2c3133;
  letter-spacing: -0.045em;
}
.store-heading-note {
  border-left: 1px solid rgba(44, 49, 51, 0.12);
  padding-left: 1.25rem;
}
.store-toolbar {
  position: relative;
  z-index: 2;
}
.store-toolbar select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236f7b78' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 0.9rem;
}
.store-search {
  min-width: 15rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.store-search:focus-within {
  border-color: rgba(111, 128, 111, 0.55);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(111, 128, 111, 0.1);
}
.store-search input:focus,
.store-search input:focus-visible {
  outline: none;
  box-shadow: none;
}
.store-product-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.store-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 128, 111, 0.45);
  box-shadow: 0 18px 38px rgba(44, 49, 51, 0.1);
}
.store-product-image {
  background: #f4f5f4;
}
.store-product-image img {
  filter: saturate(0.88);
}
.store-quick-add:hover {
  background: #6f806f;
  color: #fff;
}
.store-empty {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.memory-canvas-page {
  position: relative;
  height: calc(100vh - 65px);
  min-height: 600px;
  overflow: hidden;
  background: #f3f0ea;
}
.memory-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  isolation: isolate;
}
.memory-viewport.is-dragging {
  cursor: grabbing;
}
.memory-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #f3f0ea;
  background-image: radial-gradient(
    circle,
    rgba(75, 83, 79, 0.17) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
}
.memory-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  transform-origin: 0 0;
  will-change: transform;
}
.memory-card {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 49, 51, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(44, 49, 51, 0.09);
  cursor: pointer;
  transform-origin: center;
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    filter 0.25s ease;
  contain: layout paint style;
  backface-visibility: hidden;
}
.memory-card:hover {
  z-index: 4;
  border-color: rgba(111, 128, 111, 0.55);
  box-shadow: 0 25px 58px rgba(44, 49, 51, 0.22);
  filter: saturate(1.04);
}
.memory-card-photo {
  position: relative;
  height: 78%;
  overflow: hidden;
  background: #e6e5e0;
}
.memory-card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.84) sepia(0.04);
  transform: scale(1.002);
  transition:
    transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.3s ease;
}
.memory-card:hover .memory-card-photo img {
  transform: scale(1.06);
  filter: saturate(0.98);
}
.memory-card-copy {
  display: flex;
  height: 22%;
  align-items: center;
  padding: 8px 12px;
}
.memory-card-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.memory-card-title h2 {
  color: #2c3133;
  font:
    500 20px/1 "DM Sans",
    serif;
}
.memory-card-title button {
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 999px;
  padding: 3px 5px;
  color: #b87858;
  font:
    500 9px "DM Mono",
    monospace;
}
.memory-card-title button:hover {
  background: rgba(184, 120, 88, 0.1);
}
.memory-heading {
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  top: clamp(18px, 3vh, 34px);
  z-index: 8;
  width: min(360px, calc(100vw - 36px));
  border: 1px solid rgba(44, 49, 51, 0.13);
  border-radius: 18px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(44, 49, 51, 0.12);
  backdrop-filter: blur(18px);
  pointer-events: none;
}
.memory-heading h1 {
  max-width: 320px;
  margin-top: 8px;
  color: #2c3133;
  font-size: clamp(2.35rem, 4vw, 3.45rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
}
.memory-heading h1 em {
  color: #6f806f;
  font-weight: inherit;
}
.memory-heading p {
  margin-top: 13px;
  color: #6e7773;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.memory-toolbar {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 9;
  display: flex;
  transform: translateX(-50%);
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(44, 49, 51, 0.14);
  border-radius: 18px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(44, 49, 51, 0.14);
  backdrop-filter: blur(18px);
  cursor: default;
}
.memory-toolbar label {
  display: flex;
  width: min(260px, 32vw);
  align-items: center;
  gap: 8px;
  color: #7b8582;
}
.memory-toolbar input {
  width: 100%;
  background: transparent;
  color: #2c3133;
  font-size: 12px;
  outline: none;
}
.memory-toolbar > span {
  border-left: 1px solid rgba(44, 49, 51, 0.12);
  padding-left: 16px;
  color: #7b8582;
  font:
    500 9px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.memory-zoom {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 9;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(44, 49, 51, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(44, 49, 51, 0.12);
  backdrop-filter: blur(16px);
  cursor: default;
}
.memory-zoom button {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #66706c;
}
.memory-zoom button:hover {
  background: #eff0ed;
  color: #2c3133;
}
.memory-zoom span {
  min-width: 50px;
  color: #69736f;
  text-align: center;
  font:
    500 10px "DM Mono",
    monospace;
}
.memory-zoom .memory-reset {
  border-left: 1px solid rgba(44, 49, 51, 0.12);
}
.dark .memory-grid {
  background-color: #171513;
  background-image: radial-gradient(
    circle,
    rgba(240, 235, 227, 0.14) 1px,
    transparent 1px
  );
}
.dark .memory-heading {
  border-color: rgba(240, 235, 227, 0.12);
  background: rgba(28, 25, 22, 0.9);
}
.dark .memory-heading h1 {
  color: #f0ebe3;
}
.dark .memory-heading p {
  color: #a69a90;
}
.dark .memory-card {
  border-color: rgba(240, 235, 227, 0.11);
  background: rgba(28, 25, 22, 0.97);
}
.dark .memory-card-title h2 {
  color: #f0ebe3;
}
.dark .memory-toolbar,
.dark .memory-zoom {
  border-color: rgba(240, 235, 227, 0.12);
  background: rgba(28, 25, 22, 0.9);
}
.dark .memory-toolbar input {
  color: #f0ebe3;
}
.dark .memorial-title {
  color: #f0ebe3;
}
.dark .memorial-heading-note {
  border-color: rgba(240, 235, 227, 0.12);
}
@media (max-width: 760px) {
  .memory-canvas-page {
    height: calc(100svh - 65px);
    min-height: 520px;
  }
  .memory-heading {
    top: 16px;
  }
  .memory-heading h1 {
    max-width: 280px;
    font-size: 2.5rem;
  }
  .memory-heading p {
    margin-top: 10px;
  }
  .memory-toolbar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
    justify-content: space-between;
  }
  .memory-toolbar label {
    width: 52%;
  }
  .memory-toolbar > span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .memory-zoom {
    right: 12px;
    bottom: 74px;
  }
}
.memory-world {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  color: #f7f5ef;
  background: #050505;
  isolation: isolate;
}
.memory-world::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  height: clamp(220px, 32vh, 300px);
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 5, 0),
    rgba(5, 5, 5, 0.72) 48%,
    #050505 100%
  );
  content: "";
  pointer-events: none;
}
.memory-world-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  pointer-events: none;
}
.memory-world-brand,
.memory-world-actions {
  pointer-events: auto;
}
.memory-world-brand {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 13, 23, 0.82);
  color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.memory-world-brand:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(8, 13, 23, 0.96);
  transform: translateX(-2px);
}
.memory-world-search {
  position: absolute;
  left: 50%;
  display: flex;
  width: min(320px, calc(100vw - 470px));
  height: 42px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(12, 12, 12, 0.7);
  transform: translateX(-50%);
  pointer-events: auto;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}
.memory-world-search:focus-within {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(22, 22, 22, 0.86);
}
.memory-world-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font:
    500 11px "DM Sans",
    sans-serif;
  letter-spacing: 0.04em;
}
.memory-world-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.memory-world-search input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.memory-world-search input::-webkit-search-cancel-button {
  filter: invert(1);
  opacity: 0.6;
}
.memory-world-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.memory-world-sound {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(14px);
}
.memory-world-help {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0;
  color: #fff;
  background: rgba(10, 10, 10, 0.78);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.memory-world-add {
  display: inline-flex;
  height: 44px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 19px;
  color: #fff;
  background: rgba(10, 10, 10, 0.78);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.memory-world-sound:hover,
.memory-world-help:hover,
.memory-world-add:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
}
.memory-world-help-overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(3, 5, 6, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.memory-world-help-dialog {
  position: relative;
  width: min(30rem, calc(100vw - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  padding: 2rem;
  color: #f7f5ef;
  background: rgba(17, 19, 19, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}
.memory-world-help-eyebrow {
  color: rgba(255, 255, 255, 0.56);
  font: 500 0.68rem "DM Mono", monospace;
  letter-spacing: 0.2em;
}
.memory-world-help-dialog h2 {
  margin: 0.7rem 0 1rem;
  font: 500 1.65rem/1.2 "DM Sans", sans-serif;
}
.memory-world-help-dialog p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.7;
}
.memory-world-help-license {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1rem;
}
.memory-world-help-license strong {
  color: rgba(255, 255, 255, 0.9);
  font: 600 0.72rem "DM Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.memory-world-help-license p {
  margin-top: 0.55rem;
  font-size: 0.8rem;
  line-height: 1.55;
}
.memory-world-help-license a {
  display: inline-block;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.memory-world-help-license a:hover { color: #fff; }
.memory-world-help-dialog .memory-world-help-support {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
}
.memory-world-help-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.memory-world-help-close:hover { color: #fff; }
.memory-sky {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
}
.memory-sky.is-searching {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 120px 7vw 140px;
}
.memory-sky.is-searching .memory-floater {
  position: relative;
  top: auto;
  left: auto !important;
  flex: 0 0 auto;
  margin: 45px;
  animation: none;
  transform: rotate(var(--memory-rotation));
}
.memory-sky.is-searching .memory-polaroid {
  transform: scale(2);
}
.memory-sky.is-searching .memory-floater:hover .memory-polaroid,
.memory-sky.is-searching .memory-floater:focus-within .memory-polaroid {
  transform: translateY(-4px) scale(2);
}
.memory-world-empty {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  max-width: calc(100vw - 40px);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.6);
  font:
    500 12px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
  text-align: center;
}
.memory-world-audio-error {
  margin: 0 auto 0.4rem;
  color: rgba(255, 255, 255, 0.58);
  font: 500 0.72rem/1.4 "DM Sans", sans-serif;
  text-align: center;
}
.memory-floater {
  position: absolute;
  top: 0;
  overflow: visible;
  will-change: transform;
  contain: layout style;
  animation-name: memory-rise;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.memory-floater:hover,
.memory-floater:focus-within {
  z-index: 25 !important;
  animation-play-state: paused;
}
.memory-polaroid {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.78);
  padding: 6px 6px 8px;
  color: #171717;
  background: #f6f4ee;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.42);
  transform-origin: center;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}
.memory-floater:hover .memory-polaroid,
.memory-floater:focus-within .memory-polaroid {
  transform: translateY(-8px) scale(1.2);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.68);
  outline: none;
}
.memory-polaroid-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #1c1c1c;
}
.memory-polaroid-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.06);
  filter: saturate(0.78) contrast(1.04);
  transition:
    filter 0.24s ease,
    transform 0.35s ease;
}
.memory-floater:hover .memory-polaroid img,
.memory-floater:focus-within .memory-polaroid img {
  filter: saturate(1) contrast(1.02);
}
.memory-polaroid strong {
  display: block;
  overflow: hidden;
  padding: 7px 3px 0;
  font:
    600 10px/1.1 "DM Sans",
    sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memory-world-caption {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 35;
  width: min(720px, calc(100vw - 36px));
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 3px 18px #000;
}
.memory-candle-action {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 13px;
  color: #fff;
}
.memory-candle-button {
  display: block;
  color: inherit;
  pointer-events: auto;
}
.memory-candle-button:focus-visible {
  border-radius: 10px;
  outline: 1px solid rgba(255, 190, 105, 0.7);
  outline-offset: 8px;
}
.memory-candle {
  position: relative;
  display: flex;
  width: 36px;
  height: 76px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto 10px;
  filter: drop-shadow(0 0 13px rgba(255, 174, 73, 0.5));
  transform: scale(1.5);
  transform-origin: center bottom;
}
.memory-candle::before {
  position: absolute;
  top: 2px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 164, 54, 0.16);
  content: "";
  filter: blur(12px);
}
.memory-candle-flame {
  position: relative;
  z-index: 2;
  display: block;
  width: 18px;
  height: 38px;
  -o-object-fit: fill;
     object-fit: fill;
  mix-blend-mode: screen;
  filter: sepia(1) saturate(9) hue-rotate(320deg) brightness(0.92);
  transform-origin: center bottom;
  animation: memory-flame 1.35s ease-in-out infinite alternate;
}
.memory-candle-wick {
  position: relative;
  z-index: 1;
  width: 2px;
  height: 7px;
  margin-top: -4px;
  background: #3f3026;
}
.memory-candle-body {
  position: relative;
  width: 25px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px 4px 6px 6px;
  background: linear-gradient(
    90deg,
    rgba(242, 232, 213, 0.8),
    rgba(255, 255, 255, 0.95) 48%,
    rgba(218, 204, 184, 0.78)
  );
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.65),
    0 7px 18px rgba(0, 0, 0, 0.34);
}
.memory-candle-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(5, 5, 5, 0.48);
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}
.memory-candle-counter b {
  font:
    600 13px "DM Mono",
    monospace;
  letter-spacing: 0.04em;
}
.memory-candle-counter small {
  color: rgba(255, 255, 255, 0.72);
  font:
    600 13px "DM Mono",
    monospace;
  letter-spacing: 0.04em;
}
.memory-heart-layer {
  position: absolute;
  right: 0;
  bottom: 175px;
  left: 0;
  z-index: 36;
  height: 1px;
  overflow: visible;
  pointer-events: none;
}
.memory-floating-heart {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  color: #e60012;
  filter: drop-shadow(0 0 9px rgba(230, 0, 18, 0.68));
  opacity: 0;
  will-change: transform, opacity;
  animation-name: memory-heart-float;
  animation-timing-function: cubic-bezier(0.2, 0.64, 0.22, 1);
  animation-fill-mode: forwards;
}
.memory-world-caption > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.42);
  font:
    500 8px "DM Mono",
    monospace;
  letter-spacing: 0.28em;
}
.memory-world-lyrics {
  display: grid;
  min-height: 6.7rem;
  width: min(35rem, 100%);
  margin: 0 auto;
  border: 0;
  border-radius: 2px;
  padding: 0.72rem 1.5rem;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.memory-world-lyric-line {
  display: -webkit-box;
  align-self: center;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.42);
  font:
    500 clamp(0.76rem, 1.35vw, 0.95rem)/1.3 "DM Sans",
    sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  opacity: 0.62;
  transform: scale(0.96);
  transition:
    color 0.42s ease,
    opacity 0.42s ease,
    transform 0.42s ease;
}
.memory-world-lyric-line.is-current {
  color: #fff;
  font:
    700 clamp(1.15rem, 2.6vw, 2.05rem)/1 "DM Sans",
    sans-serif;
  letter-spacing: 0.01em;
  opacity: 1;
  transform: scale(1);
}
.memory-world-lyric-line.is-previous {
  opacity: 0.2;
  transform: scale(0.92);
}
.image-is-broken {
  position: relative;
  min-height: 7rem;
  background: #f2f3f2;
}
.image-is-broken::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: #68726f;
  content: "Image unavailable";
  font: 500 0.75rem/1.3 "DM Sans", sans-serif;
  text-align: center;
}
@keyframes memory-rise {
  from {
    transform: translate3d(0, var(--memory-start), 0)
      rotate(var(--memory-rotation));
  }
  to {
    transform: translate3d(var(--memory-drift), var(--memory-end), 0)
      rotate(var(--memory-rotation));
  }
}
@keyframes lyric-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes memory-flame {
  from {
    opacity: 0.82;
    transform: translateX(-1px) rotate(-4deg) scale(0.94, 1.03);
  }
  to {
    opacity: 1;
    transform: translateX(1px) rotate(4deg) scale(1.06, 0.96);
  }
}
@keyframes memory-heart-float {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 14px, 0) rotate(0deg) scale(0.45);
  }
  8% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(var(--heart-scale));
  }
  78% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--heart-drift)), -118vh, 0)
      rotate(var(--heart-rotation)) scale(var(--heart-end-scale));
  }
}
@media (prefers-reduced-motion: reduce) {
  .memory-floater {
    animation-duration: 0s !important;
    animation-play-state: paused;
    transform: translate3d(0, var(--memory-static-y), 0)
      rotate(var(--memory-rotation));
  }
  .memory-candle-flame {
    animation: none;
  }
  .memory-floating-heart {
    animation-duration: 0.8s !important;
  }
  .memory-world-lyric-line {
    transition: none;
  }
}
@media (max-width: 760px) {
  .memory-world {
    min-height: 540px;
  }
  .memory-world-header {
    padding: 16px;
  }
  .memory-world-brand {
    width: 46px;
    height: 46px;
  }
  .memory-world-search {
    top: 72px;
    width: calc(100vw - 32px);
  }
  .memory-world-add {
    width: 42px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }
  .memory-world-caption {
    bottom: 22px;
  }
}
@media (max-width: 900px) {
  .memorial-detail-card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }
  .memorial-detail-photo-panel {
    min-height: 18rem;
    padding: 1.75rem 1.5rem 1rem;
  }
  .memorial-detail-photo-frame {
    max-width: 15rem;
    padding: 0.55rem;
    padding-bottom: 2.1rem;
  }
  .memorial-detail-copy {
    padding: 1.35rem 1.5rem 1.25rem;
  }
  .memorial-detail-stats {
    margin-top: 1rem;
  }
  .memorial-detail-epitaph {
    margin-top: 1rem;
  }
  .memorial-candles {
    margin-top: 1rem;
    padding: 0.8rem;
  }
  .memorial-candle-list {
    margin-top: 0.55rem;
    gap: 0.35rem;
  }
  .memorial-candle-row {
    min-height: 2.25rem;
    padding: 0.35rem 0.55rem;
  }
  .memorial-candle-button {
    margin-top: 0.7rem;
    padding: 0.55rem 1.1rem;
  }
  .memorial-candle-stand {
    width: 5rem;
    height: 5rem;
  }
  .memorial-candle-action {
    margin-top: 1.25rem;
  }
  .memorial-mourner-pill {
    margin-top: 0.8rem;
  }
  .memorial-detail-copy > .memorial-detail-footer {
    margin-top: 1rem;
    padding-top: 0.65rem;
  }
}
@media (max-width: 640px) {
  .store-page {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .store-heading h1 {
    font-size: 3.25rem;
  }
  .store-toolbar {
    padding: 0.75rem;
  }
  .store-search {
    min-width: 0;
    width: 100%;
  }
  .store-caption {
    display: none;
  }
  .memorial-detail-card {
    max-height: 92vh;
    border-radius: 0.55rem;
  }
  .memorial-detail-photo-panel {
    min-height: 15rem;
    padding: 1.35rem 1rem 0.75rem;
  }
  .memorial-detail-photo-frame {
    max-width: 12.5rem;
    padding: 0.45rem;
    padding-bottom: 1.8rem;
  }
  .memorial-detail-tape {
    top: -0.7rem;
    width: 5.5rem;
    height: 1.75rem;
  }
  .memorial-detail-copy {
    padding: 1.1rem 1rem 1rem;
  }
  .memorial-detail-name {
    font-size: 2.65rem;
  }
  .memorial-detail-stats > div {
    padding: 0.6rem;
  }
}
@media (min-width: 768px) {
  .memorial-search-float {
    bottom: 1.5rem;
    width: 24rem;
  }
}
.memorial-new-folder {
  min-height: 270px;
}
.memorial-load-sentinel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 54px;
  margin-top: 18px;
  margin-bottom: -101px;
  color: var(--muted-foreground);
}
.memorial-end-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 96px;
  margin-top: 18px;
  margin-bottom: -76px;
  color: var(--muted-foreground);
}
.memorial-load-line {
  height: 1px;
  flex: 1;
  max-width: 160px;
  background: var(--border);
}
.folder-list-enter-active,
.folder-list-leave-active {
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}
.folder-list-enter-from {
  opacity: 0;
  transform: translateY(22px) scale(0.98);
}
.folder-list-leave-to {
  opacity: 0;
  transform: translateY(-12px);
}
@media (max-width: 640px) {
  .memorial-hero,
  .memorial-hero-content {
    min-height: 760px;
  }
  .memorial-hero-video {
    height: 760px;
    -o-object-position: 56% center;
       object-position: 56% center;
  }
  .memorial-hero-shade {
    height: 760px;
  }
  .memorial-hero-content {
    height: 760px;
    justify-content: flex-end;
    padding: 5rem 1.25rem 8rem;
  }
  .memorial-hero-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.4rem;
  }
  .memorial-hero-counters {
    top: 5rem;
    right: 1.25rem;
  }
  .memorial-hero-title {
    font-size: clamp(2.33rem, 11.33vw, 3.87rem);
  }
  .memorial-hero-copy {
    max-width: 22rem;
    font-size: 0.61rem;
  }
  .memorial-hero-note {
    max-width: 20rem;
    margin-top: 0;
  }
  .memorial-collection {
    margin-top: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .memorial-collection .memorial-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }
  .home-hero-grid {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .home-hero h1 {
    font-size: 3.15rem;
  }
  .home-hero-stage {
    min-height: 360px;
    margin-top: -1rem;
    transform: scale(0.9);
    transform-origin: top center;
  }
  .home-hero-pet {
    top: 2.5rem;
  }
  .home-benefits article {
    padding-left: 0.25rem;
    padding-right: 0.5rem;
  }
  .home-benefits article:nth-child(n + 3) {
    border-top: 1px solid rgba(44, 49, 51, 0.12);
  }
  .home-benefits article:nth-child(3) {
    border-left: 0;
  }
  .home-benefits article h3 {
    font-size: 0.72rem;
  }
  .home-benefits article p {
    font-size: 0.65rem;
    line-height: 1.2;
  }
  .home-product-grid {
    gap: 0.65rem;
  }
  .memorial-folder-wrap,
  .memorial-folder-wrap:nth-child(2n),
  .memorial-folder-wrap:nth-child(3n) {
    transform: none;
  }
  .memorial-folder-wrap:hover {
    transform: translateY(-4px);
  }
}
@media (min-width: 768px) {
  .memorial-hero-content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .memorial-collection {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .memorial-hero-content {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .memorial-collection {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
* {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
*:hover {
  scrollbar-color: var(--muted-foreground) transparent;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 999px;
}
*:hover::-webkit-scrollbar-thumb {
  background: var(--muted-foreground);
}

/* Global night-mode surfaces: preserve imagery while shifting UI layers to a
   warm, low-contrast palette for comfortable evening browsing. */
html.dark {
  color-scheme: dark;
}
.dark body {
  background: var(--background);
}
.dark .home-hero,
.dark .store-page,
.dark .memorial-page,
.dark .home-collection,
.dark .garden-memorial-detail-page {
  background: var(--background);
}
.dark .garden-memorial-detail-page,
.dark .garden-memorial-detail-page h1,
.dark .garden-memorial-detail-page h2,
.dark .garden-memorial-detail-page h3 {
  color: var(--foreground);
}
.dark .garden-memorial-urn-panel,
.dark .garden-memorial-detail-copy,
.dark .garden-memorial-story,
.dark .garden-memorial-detail-messages,
.dark .garden-memorial-recommendations {
  background: var(--background);
}
.dark .garden-memorial-detail-facts > div {
  border-color: var(--border);
  background: #24201d;
}
.dark .garden-memorial-detail-facts dt,
.dark .garden-memorial-detail-kicker,
.dark .garden-memorial-detail-alias > span,
.dark .garden-memorial-detail-messages-note,
.dark .garden-memorial-detail-message-row time,
.dark .garden-memorial-story-copy p,
.dark .garden-memorial-detail-page .section-number {
  color: var(--muted-foreground);
}
.dark .garden-memorial-detail-facts dd,
.dark .garden-memorial-detail-message-row strong {
  color: var(--foreground);
}
.dark .garden-memorial-detail-code,
.dark .garden-memorial-detail-alias strong {
  border-color: var(--border);
  background: #24201d;
  color: var(--foreground);
}
.dark .garden-memorial-detail-code:hover {
  border-color: var(--foreground);
  background: #332c27;
}
.dark .garden-memorial-detail-message-row {
  border-color: var(--border);
}
.dark .garden-memorial-detail-message-row p,
.dark .garden-memorial-detail-page blockquote {
  color: var(--secondary-foreground);
}
.dark .garden-memorial-detail-mourners,
.dark .garden-memorial-detail-add-message,
.dark .garden-memorial-detail-like {
  border-color: var(--border);
  background: #211e1b;
  color: var(--foreground);
}
.dark .garden-memorial-detail-like:hover { border-color: var(--foreground); }
.dark .garden-memorial-detail-like.is-liked { border-color: #b98267; background: #9b6752; color: #fff; }
.dark .garden-memorial-recommendation-card {
  border-color: var(--border);
  background: #211e1b;
}

/* Keep the dark collections surface aligned with the page background. */
.dark .bg-secondary {
  background-color: #0e0c0a;
}
.dark .home-hero h1,
.dark .home-collection h2,
.dark .store-heading h1,
.dark .memorial-title,
.dark .memory-heading h1 {
  color: var(--foreground);
}
.dark .home-hero h1 em,
.dark .home-collection h2 em {
  color: var(--accent);
}
.dark .home-benefits,
.dark .home-product-card,
.dark .store-toolbar,
.dark .store-product-card,
.dark .home-secondary-button,
.dark .home-product-note,
.dark .memorial-detail-copy {
  background-color: var(--card);
}
.dark .home-hero-urn {
  background: #24211d;
}
.dark .home-hero-pet {
  border-color: rgba(240, 235, 227, 0.18);
  background: var(--card);
}
.dark .home-hero-botanical {
  background: linear-gradient(
    135deg,
    rgba(68, 78, 63, 0.72),
    rgba(35, 38, 33, 0.5)
  );
}
.dark .home-hero-plinth {
  background: rgba(35, 32, 28, 0.9);
}
.dark .home-benefits article + article {
  border-color: var(--border);
}
.dark .store-search-float,
.dark .memorial-search-float,
.dark .garden-help-button {
  border-color: var(--border);
  background: rgba(28, 25, 22, 0.92);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.35),
    0 2px 10px rgba(255, 255, 255, 0.04) inset;
}
.dark .garden-help-button {
  color: var(--muted-foreground);
}
.dark .garden-help-button:hover {
  color: var(--foreground);
  border-color: rgba(212, 168, 83, 0.42);
}
.dark .store-search-float:focus-within,
.dark .memorial-search-float:focus-within {
  border-color: rgba(212, 168, 83, 0.42);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.35),
    0 0 0 3px rgba(212, 168, 83, 0.08);
}
.dark .store-search-float input,
.dark .memorial-search-float input {
  color: var(--foreground);
}
.dark .store-search-float input::-moz-placeholder, .dark .memorial-search-float input::-moz-placeholder {
  color: var(--muted-foreground);
}
.dark .store-search-float input::placeholder,
.dark .memorial-search-float input::placeholder {
  color: var(--muted-foreground);
}
.dark .store-product-image {
  background: #25211d;
}
.dark .store-quick-add {
  background: var(--card);
  color: var(--foreground);
}
.dark .store-toolbar select {
  border-color: var(--border);
  background-color: var(--card);
  color: var(--foreground);
  color-scheme: dark;
}
.dark .store-toolbar select option {
  background: var(--card);
  color: var(--foreground);
}
.dark .store-page nav[aria-label="Product list pages"] button:not(.bg-primary) {
  border-color: var(--border);
  background: var(--card);
  color: var(--foreground);
}
.dark .store-page nav[aria-label="Product list pages"] button:not(.bg-primary):hover {
  border-color: var(--foreground);
  background: var(--muted);
}
.dark .memorial-sort-control {
  color: var(--muted-foreground);
}
.dark .memorial-sort-control select {
  border-color: var(--border);
  background: var(--card);
  color: var(--foreground);
  color-scheme: dark;
}
.dark .memorial-sort-control select option {
  background: var(--card);
  color: var(--foreground);
}
.dark .home-event-card--sale {
  border: 1px solid rgba(132, 155, 198, 0.34);
  background: #1c2a43;
  color: var(--foreground);
}
.dark .home-event-card--sale button {
  background: #f0ebe3;
  color: #171513;
}
.dark .home-event-card--service {
  border-color: rgba(184, 120, 88, 0.4);
  background: #211d1a;
  color: var(--foreground);
}
.dark .memorial-heading-note,
.dark .store-heading-note {
  border-color: var(--border);
}
.dark .memorial-folder {
  border-color: rgba(240, 235, 227, 0.18);
  color: var(--foreground);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.3),
    0 2px 5px rgba(255, 255, 255, 0.03) inset;
}
.dark .folder-sage,
.dark .folder-sand,
.dark .folder-rose,
.dark .folder-sky,
.dark .folder-lilac {
  background: #252320;
}
.dark .memorial-folder-paper {
  background: #f3eee4;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.38);
}
.dark .memorial-folder-label strong,
.dark .memory-card-title h2 {
  color: var(--foreground);
}
.dark .memorial-folder-label {
  background: #252320;
  color: var(--foreground);
}
.dark .memorial-folder-country {
  color: #d1c7ba;
}
.dark .memorial-folder-tribute {
  color: #e1b277;
  border-color: rgba(212, 168, 83, 0.28);
}
.dark .memorial-folder-code.memorial-detail-code-bubble,
.dark .memorial-detail-code-bubble,
.dark .memorial-detail-alias-bubble {
  border-color: rgba(255, 255, 255, 0.88);
  background: #28231f;
  color: #fff;
}
.dark .memorial-folder-code.memorial-detail-code-bubble:hover,
.dark .memorial-detail-code-bubble:hover,
.dark .memorial-detail-alias-bubble:hover {
  background: #3a2d25;
}
.dark .memorial-detail-photo-count {
  border: 1px solid rgba(255, 255, 255, 0.88);
  color: #fff;
  background: #28231f;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}
.dark .memorial-detail-overlay {
  color: var(--foreground);
}
.dark .memorial-detail-backdrop {
  background: rgba(0, 0, 0, 0.56);
}
.dark .global-modal-backdrop {
  background: rgba(0, 0, 0, 0.56);
}
.dark .product-detail-backdrop {
  background: rgba(0, 0, 0, 0.56);
}
.dark .memorial-detail-card {
  background: var(--card);
  border-color: var(--border);
}
.dark .memorial-detail-photo-panel {
  background: #211e1b;
}
.dark .memorial-detail-photo-frame {
  background: #f3eee4;
}
.dark .memorial-detail-copy {
  background: var(--card);
}
.dark .memorial-detail-name,
.dark .memorial-detail-stats strong {
  color: var(--foreground);
}
.dark .memorial-detail-close {
  color: var(--muted-foreground);
  background: var(--muted);
}
.dark .memorial-detail-close:hover {
  color: var(--foreground);
  background: var(--secondary);
}
.dark .memorial-detail-stats > div,
.dark .memorial-candles {
  border-color: var(--border);
  background: #24201d;
}
.dark .memorial-candle-row {
  background: #2b2622;
  color: var(--secondary-foreground);
}
.dark .memorial-mourner-pill {
  border-color: rgba(255, 255, 255, 0.88);
  color: #fff;
  background: #28231f;
}
.dark .memorial-mourner-pill:hover:not(:disabled) {
  border-color: #fff;
  color: #fff;
  background: #3a2d25;
}
.dark .memorial-mourner-pill.is-recorded {
  border-color: #fff;
  color: #fff;
  background: var(--accent);
}
.dark .memorial-detail-footer {
  border-color: var(--border);
}
.dark .memory-canvas-page {
  background: #171513;
}
.dark .memory-card-photo {
  background: #2a2723;
}
.dark .memory-card-photo span {
  background: rgba(28, 25, 22, 0.86);
  color: var(--secondary-foreground);
}
.dark .memory-card-copy p,
.dark .memory-card-owner {
  color: var(--muted-foreground);
  border-color: var(--border);
}
.dark .memory-zoom button:hover {
  background: var(--secondary);
  color: var(--foreground);
}
.dark input,
.dark select,
.dark textarea {
  color-scheme: dark;
}
.dark ::-moz-selection {
  color: var(--primary-foreground);
  background: var(--primary);
}
.dark ::selection {
  color: var(--primary-foreground);
  background: var(--primary);
}

/* Global shape rule: the site uses square corners everywhere. */
*,
*::before,
*::after {
  border-radius: 0 !important;
}

/* Garden hero keeps its original scroll-responsive curve. */
.memorial-hero::after {
  border-radius: var(--memorial-hero-curve-radius, 50%) var(--memorial-hero-curve-radius, 50%) 0 0 / var(--memorial-hero-curve-vertical-radius, 100%) var(--memorial-hero-curve-vertical-radius, 100%) 0 0 !important;
}

/* Restore the original rounded candle treatment. */
.memorial-card-candle::before,
.memory-candle::before,
.memorial-candle-stand,
.memorial-candle-button {
  border-radius: 999px !important;
}

.memorial-card-candle .memory-candle-body,
.memory-candle-body {
  border-radius: 4px 4px 6px 6px !important;
}

/* Memorial cards are square-filled even though their surrounding paper is layered. */
.memorial-folder {
  border-radius: 0 !important;
  clip-path: inset(0) !important;
}

.memorial-folder::after {
  border-radius: 0 !important;
}

/* Garden falling decorations retain their original petal silhouette. */
.garden-petal {
  border-radius: 100% 0 100% 0 !important;
  clip-path: none !important;
}

/* Mobile memorial detail: keep the photo, candle, close control, and copy
   inside one viewport-sized scroll surface instead of a tall desktop panel. */
@media (max-width: 767px) {
  .memorial-detail-overlay {
    align-items: flex-start;
    overflow: hidden;
    padding: max(0.5rem, env(safe-area-inset-top))
      max(0.5rem, env(safe-area-inset-right))
      max(0.5rem, env(safe-area-inset-bottom))
      max(0.5rem, env(safe-area-inset-left));
  }

  .memorial-detail-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100dvh - 1rem);
    max-height: calc(100dvh - 1rem);
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .memorial-detail-close {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--border);
    background: color-mix(in srgb, var(--card) 92%, transparent);
    box-shadow: 0 8px 22px rgba(20, 25, 20, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .memorial-detail-photo-panel {
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    aspect-ratio: 1;
    padding: 0;
    gap: 0;
  }

  .memorial-detail-photo-stack {
    /* Mobile uses the full square photo area as a swipeable gallery. */
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: 1;
    touch-action: pan-y;
  }

  .memorial-detail-photo-frame {
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .memorial-detail-photo-frame.is-active {
    opacity: 1 !important;
    transform: none !important;
  }

  .memorial-detail-photo-frame.is-back,
  .memorial-detail-photo-frame .memorial-detail-tape,
  .memorial-detail-photo-frame .memorial-photo-meta,
  .memorial-detail-photo-frame .memorial-paper-logo {
    display: none;
  }

  .memorial-detail-photo-frame.is-active > img:first-of-type {
    display: block;
    width: 100% !important;
    height: 100% !important;
    clip-path: none;
    transform: none;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .memorial-detail-tape {
    top: -0.65rem;
    width: 5.5rem;
    height: 1.7rem;
  }

  .memorial-detail-photo-count-panel {
    right: auto;
    top: auto;
    bottom: 0.85rem;
    left: 0.85rem;
    margin-top: 0.1rem;
    padding: 0.35rem 0.55rem;
  }

  .memorial-photo-count-desktop {
    display: none;
  }

  .memorial-photo-count-mobile {
    display: inline;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .memorial-detail-open-page {
    display: inline-flex;
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.62rem;
  }

  .memorial-candle-action {
    display: none;
  }

  .memorial-detail-candle {
    transform: scale(0.86);
  }

  .memorial-detail-copy {
    height: 0;
    min-height: 0;
    flex: 1 1 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    padding: 1rem 0.85rem 1.25rem;
  }

  .memorial-detail-copy > .memorial-mourner-pill {
    display: none;
  }

  .memorial-detail-mobile-tribute {
    display: block;
    position: relative;
    z-index: 12;
    flex: 0 0 auto;
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--border);
    background: var(--card);
    box-shadow: 0 -8px 20px rgba(20, 25, 20, 0.06);
  }

  .memorial-detail-mobile-tribute .memorial-mourner-pill {
    min-height: 3.35rem;
    margin: 0;
  }

  .memorial-detail-kicker {
    padding-right: 3rem;
    line-height: 1.4;
  }

  .memorial-detail-name {
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1;
  }

  .memorial-detail-stats > div {
    min-width: 0;
    padding: 0.55rem;
  }

  .memorial-detail-stats strong {
    overflow-wrap: anywhere;
  }
}

/* Keep a real scrollable reading area on short mobile viewports. */
@media (max-width: 767px) and (max-height: 700px) {
  .memorial-detail-photo-panel {
    width: min(100%, calc(100dvh - 13rem));
    flex-basis: min(100%, calc(100dvh - 13rem));
    align-self: center;
  }
}

/* Mobile layout: keep the application shell inside the viewport. */
@media (max-width: 767px) {
  html {
    scrollbar-gutter: auto;
  }

  .site-header {
    width: 100%;
    max-width: 100vw;
  }

  .site-header .pill-nav {
    display: none !important;
  }

  .site-header-inner {
    height: 3.625rem;
    padding-right: max(0.75rem, env(safe-area-inset-right));
    padding-left: max(0.75rem, env(safe-area-inset-left));
  }

  .home-brand-logo {
    height: 1.125rem;
    max-width: 7rem;
  }

  .site-header-actions {
    min-width: 0;
    gap: 0;
  }

  .site-header-actions > button,
  .site-header-menu-toggle {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .site-account-trigger {
    min-width: 2.75rem;
    height: 2.25rem;
    padding: 0.25rem;
  }

  .site-account-trigger img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .home-signin {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    padding: 0;
    gap: 0;
    color: transparent;
    font-size: 0;
  }

  .home-signin svg {
    color: var(--foreground);
  }

  .mobile-nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 60;
    max-height: calc(100dvh - 3.625rem);
    overflow-y: auto;
    box-shadow: 0 18px 34px rgba(20, 25, 20, 0.14);
  }

  .mobile-nav-menu button {
    min-height: 3rem;
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-left: max(1rem, env(safe-area-inset-left));
  }

  .memorial-nav .mobile-nav-menu {
    background: var(--background) !important;
  }

  .memorial-nav .mobile-nav-menu button {
    color: var(--foreground) !important;
    text-shadow: none;
  }

  .account-menu {
    right: 0;
    min-width: min(11rem, calc(100vw - 1.5rem));
  }

  .footer-inner {
    width: 100%;
    padding: 2rem max(1rem, env(safe-area-inset-right)) calc(1.5rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    gap: 2rem;
  }

  .footer-contact-area,
  .footer-contact-form,
  .footer-form-fields,
  .footer-contact-row,
  .footer-info-row,
  .footer-support-area {
    width: 100%;
    min-width: 0;
  }

  .footer-contact-row {
    grid-template-columns: minmax(0, 1fr) 5.25rem;
    margin-right: 0;
  }

  .footer-upload-button {
    width: 100%;
    min-width: 0;
  }

  .footer-country-picker {
    flex-basis: 4.2rem;
  }

  .footer-country-popover {
    left: -0.7rem;
    width: min(15.625rem, calc(100vw - 2rem));
  }

  .footer-info-row {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 1.25rem;
  }

  .footer-info-link {
    overflow-wrap: anywhere;
    font-size: 0.79rem;
  }

  .footer-support-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 1.25rem;
  }

  .footer-payment-list {
    max-width: 100%;
    transform-origin: top left;
  }

  .footer-bottom {
    align-items: flex-start;
    gap: 0.5rem;
  }

  .footer-bottom .section-number {
    line-height: 1.6;
  }
}

@media (max-width: 420px) {
  .footer-contact-row {
    grid-template-columns: minmax(0, 1fr) 4.5rem;
    gap: 0.375rem;
  }

  .footer-support-area {
    grid-template-columns: 1fr;
  }
}

/* Store mobile and small-tablet composition. */
@media (max-width: 767px) {
  .store-page {
    width: 100%;
    padding: 0 1rem 6rem;
  }

  .store-poster {
    height: min(35rem, calc(100svh - 3.625rem));
    min-height: 28rem;
    margin: 0 -1rem 1rem;
  }

  .store-poster-content {
    max-width: 100%;
    padding: 1.5rem 1.25rem 5.25rem;
  }

  .store-poster-content h1 {
    max-width: 19rem;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .store-poster-content p:not(.section-number) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .store-poster-content button {
    min-height: 2.75rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
  }

  .store-poster-controls {
    right: 1rem;
    bottom: 1rem;
  }

  .store-poster-controls button {
    width: 2.75rem;
    height: 2.75rem;
  }

  .store-poster-indicators {
    bottom: 1.75rem;
    left: 1.25rem;
  }

  .store-new-arrivals {
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 1.25rem 1rem;
  }

  .store-arrival-grid {
    display: grid;
    grid-auto-columns: minmax(9.25rem, 72vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
  }

  .store-arrival-grid > * {
    scroll-snap-align: start;
  }

  .store-toolbar {
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 0.75rem 1rem;
  }

  .store-category-list {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .store-category-list::-webkit-scrollbar {
    display: none;
  }

  .store-category-list button {
    flex: 0 0 auto;
    min-height: 2.75rem;
  }

  .store-sort-wrap,
  .store-sort-select {
    width: 100%;
  }

  .store-product-grid {
    gap: 0.75rem;
  }

  .store-product-card > .p-5 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
    row-gap: 0.45rem;
    padding: 0.75rem;
  }

  .store-product-card > .p-5 > div:first-child h3 {
    display: -webkit-box;
    min-height: 2.1rem;
    overflow: hidden;
    white-space: normal;
    font-size: 0.95rem;
    line-height: 1.1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .store-product-card > .p-5 > div:first-child > span {
    font-size: 1.15rem;
  }

  .store-product-card > .p-5 > div:nth-child(2) > span:last-child {
    font-size: 0.72rem;
  }

  .store-product-card > .p-5 > div:nth-child(3) {
    margin-top: -0.1rem;
    transform: scale(0.82);
    transform-origin: left center;
  }

  .store-product-badge {
    left: 0.5rem;
    padding: 0.2rem 0.45rem;
  }

  .store-product-new-badge,
  .store-product-sale-badge {
    top: 0.5rem;
  }

  .store-product-new-badge + .store-product-sale-badge {
    top: 2rem;
  }

  .store-quick-add {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    transform: none;
    opacity: 1;
  }

  .store-search-float {
    bottom: calc(1rem + env(safe-area-inset-bottom)) !important;
    width: calc(100vw - 2rem);
    max-width: 24rem;
  }

  .store-product-modal {
    display: block;
    padding-bottom: 0;
    overflow: visible;
  }

  .store-product-media-panel {
    overflow: visible;
  }

  .store-product-services {
    min-height: 0;
  }

  .store-product-summary {
    padding: 1.5rem 1rem 1rem;
  }

  .store-product-summary h2 {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.05;
  }

  .store-product-details {
    overflow: visible;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .store-product-actions-desktop {
    display: none;
  }

  .store-product-actions-mobile {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 1rem;
    padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom));
    border: 1px solid var(--border);
    background: var(--card);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .store-product-actions-mobile > div:first-child {
    margin-bottom: 0.5rem;
    gap: 0.55rem;
  }

  .store-product-actions-mobile > div:first-child .section-number {
    font-size: 0.58rem;
  }

  .store-product-actions-mobile > div:first-child button,
  .store-product-actions-mobile > div:first-child span {
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
  }

  .store-product-actions-mobile > div:last-child {
    flex-direction: row;
    gap: 0.5rem;
  }

  .store-product-actions-mobile > div:last-child button {
    min-height: 2.75rem;
    padding: 0.65rem 0.35rem;
  }
}

/* Garden mobile composition. */
@media (max-width: 640px) {
  .memorial-hero,
  .memorial-hero-content {
    min-height: max(42rem, 100svh);
  }

  .memorial-hero-video,
  .memorial-hero-shade,
  .memorial-hero-content {
    height: max(42rem, 100svh);
  }

  .memorial-hero-content {
    padding: 4.75rem 1rem 6rem;
  }

  .memorial-hero-counters {
    top: 4.5rem;
    right: 1rem;
    gap: 0.9rem;
  }

  .memorial-card-counter {
    gap: 0.25rem;
    padding-top: 0.45rem;
  }

  .memorial-card-counter-number {
    font-size: clamp(2.1rem, 13vw, 3rem);
  }

  .memorial-card-counter-label {
    font-size: 0.52rem;
  }

  .memorial-hero-heading {
    gap: 1rem;
  }

  .memorial-hero-copy {
    margin-top: 1rem;
    font-size: 0.68rem;
  }

  .memorial-hero-note {
    max-width: 100%;
    padding-left: 0.75rem;
    font-size: 0.62rem;
  }

  .memorial-collection {
    padding: 0 1.25rem 6.5rem;
  }

  .memorial-collection .memorial-toolbar {
    width: 100%;
    padding: 0.85rem;
  }

  .memorial-toolbar-meta {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    gap: 0.65rem;
  }

  .memorial-sort-control {
    flex: 0 0 auto;
  }

  .memorial-sort-control select {
    min-width: 6.6rem;
  }

  .memorial-toolbar-note {
    min-width: 0;
    font-size: 0.7rem;
    line-height: 1.25;
  }

  .memorial-desk {
    gap: 1.25rem;
  }

  .memorial-folder {
    padding: 0;
    background: #fff;
    box-shadow: none;
  }

  .memorial-folder-code-row {
    top: 0.7rem;
    left: 0.7rem;
    max-width: calc(100% - 1.4rem);
    gap: 0.2rem;
  }

  .memorial-folder-code.memorial-detail-code-bubble {
    overflow: hidden;
    max-width: 100%;
    padding: 0.3rem 0.45rem;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .memorial-new-badge {
    min-height: 1rem;
    padding: 0 0.28rem;
    font-size: 0.46rem;
  }

  .memorial-folder-paper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .memorial-folder-paper .memorial-paperclip {
    top: -1.35rem;
    right: -0.05rem;
    width: 1.5rem;
    height: 2.75rem;
  }

  .memorial-folder-label {
    min-height: 4.65rem;
    padding: 0.7rem 4.8rem 0.75rem 0.75rem;
    gap: 0;
    background: #fff;
  }

  .memorial-folder-label strong {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: none;
    font-size: 1.485rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .memorial-folder-alias {
    overflow: hidden;
    max-width: 100%;
    font-size: 0.58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .memorial-folder-tribute {
    right: 0.75rem;
    bottom: 0.85rem;
    left: auto;
    padding: 0;
    font-size: 0.63rem;
  }

  .memorial-folder-tribute svg {
    width: 1rem;
    height: 1rem;
  }

  .memorial-folder > .memorial-card-candle {
    display: none;
  }

  .memorial-search-float {
    bottom: calc(1rem + env(safe-area-inset-bottom));
    width: calc(100vw - 5.5rem);
    max-width: 22rem;
  }

  .garden-help-button {
    right: 1rem;
    bottom: calc(1rem + 4.5rem + env(safe-area-inset-bottom));
  }

  .order-shipping-actions-mobile,
  .order-review-actions-mobile {
    display: flex;
    width: min(100%, 16rem);
    margin: 1rem auto 0;
    flex-direction: column;
    gap: 0.375rem;
  }
}

/* World is a full-screen mobile experience with safe-area aware controls. */
@media (max-width: 760px) {
  .memory-world {
    width: 100%;
    max-width: 100vw;
    height: 100svh;
    min-height: 100svh;
  }

  .memory-world-header {
    padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) 0 max(0.75rem, env(safe-area-inset-left));
  }

  .memory-world-brand,
  .memory-world-sound,
  .memory-world-add,
  .memory-world-help {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
  }

  .memory-world-actions {
    gap: 0.375rem;
  }

  .memory-world-help {
    padding: 0;
  }

  .memory-world-help span {
    display: none;
  }

  .memory-world-search {
    top: calc(max(0.75rem, env(safe-area-inset-top)) + 3.5rem);
    width: calc(100vw - 1.5rem);
    height: 2.75rem;
  }

  .memory-sky.is-searching {
    align-content: flex-start;
    gap: 1rem;
    overflow-y: auto;
    padding: 8rem 0.75rem 13rem;
  }

  .memory-sky.is-searching .memory-floater {
    margin: 1rem;
  }

  .memory-sky.is-searching .memory-polaroid {
    transform: scale(1.25);
  }

  .memory-sky.is-searching .memory-floater:hover .memory-polaroid,
  .memory-sky.is-searching .memory-floater:focus-within .memory-polaroid {
    transform: translateY(-3px) scale(1.25);
  }

  .memory-world::after {
    height: min(18rem, 42svh);
  }

  .memory-world-caption {
    bottom: calc(0.9rem + env(safe-area-inset-bottom));
    width: calc(100vw - 1.5rem);
  }

  .memory-world-lyrics {
    min-height: 6.2rem;
    padding: 0.7rem 0.9rem;
  }

  .memory-candle-action {
    margin-bottom: 0.5rem;
  }

  .memory-candle {
    margin-bottom: 0.35rem;
    transform: scale(1.15);
  }

  .memory-world-lyric-line.is-current {
    font-size: clamp(0.95rem, 5vw, 1.25rem);
  }

  .memory-world-lyric-line {
    font-size: clamp(0.62rem, 3vw, 0.78rem);
  }
}
.placeholder\:text-muted-foreground::-moz-placeholder{
  color: var(--muted-foreground);
}
.placeholder\:text-muted-foreground::placeholder{
  color: var(--muted-foreground);
}
.first\:pl-0:first-child{
  padding-left: 0px;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:pr-0:last-child{
  padding-right: 0px;
}
.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-accent:hover{
  border-color: var(--accent);
}
.hover\:border-foreground:hover{
  border-color: var(--foreground);
}
.hover\:border-primary:hover{
  border-color: var(--primary);
}
.hover\:bg-background:hover{
  background-color: var(--background);
}
.hover\:bg-black\/80:hover{
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-foreground:hover{
  background-color: var(--foreground);
}
.hover\:bg-muted:hover{
  background-color: var(--muted);
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/75:hover{
  background-color: rgb(255 255 255 / 0.75);
}
.hover\:text-accent:hover{
  color: var(--accent);
}
.hover\:text-background:hover{
  color: var(--background);
}
.hover\:text-foreground:hover{
  color: var(--foreground);
}
.hover\:text-primary:hover{
  color: var(--primary);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-\[0_12px_24px_rgba\(44\2c 49\2c 51\2c \.2\)\]:hover{
  --tw-shadow: 0 12px 24px rgba(44,49,51,.2);
  --tw-shadow-colored: 0 12px 24px 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\:border-primary:focus{
  border-color: var(--primary);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:cursor-wait:disabled{
  cursor: wait;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.disabled\:opacity-70:disabled{
  opacity: 0.7;
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.035\]{
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 640px){
  .sm\:bottom-8{
    bottom: 2rem;
  }
  .sm\:bottom-9{
    bottom: 2.25rem;
  }
  .sm\:left-10{
    left: 2.5rem;
  }
  .sm\:right-8{
    right: 2rem;
  }
  .sm\:mb-\[-15px\]{
    margin-bottom: -15px;
  }
  .sm\:mb-\[17px\]{
    margin-bottom: 17px;
  }
  .sm\:mt-20{
    margin-top: 5rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mt-\[-7px\]{
    margin-top: -7px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:inline-flex{
    display: inline-flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[462px\]{
    height: 462px;
  }
  .sm\:max-h-\[calc\(100vh-2\.5rem\)\]{
    max-height: calc(100vh - 2.5rem);
  }
  .sm\:w-44{
    width: 11rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:space-y-\[11px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }
  .sm\:p-10{
    padding: 2.5rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:pt-5{
    padding-top: 1.25rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:sticky{
    position: sticky;
  }
  .md\:left-1\/2{
    left: 50%;
  }
  .md\:top-24{
    top: 6rem;
  }
  .md\:mb-\[-24px\]{
    margin-bottom: -24px;
  }
  .md\:mb-\[-32px\]{
    margin-bottom: -32px;
  }
  .md\:mb-\[-35px\]{
    margin-bottom: -35px;
  }
  .md\:ml-\[-25px\]{
    margin-left: -25px;
  }
  .md\:mt-\[13px\]{
    margin-top: 13px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:min-h-\[36rem\]{
    min-height: 36rem;
  }
  .md\:w-\[608px\]{
    width: 608px;
  }
  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-\[1\.08fr_\.92fr\]{
    grid-template-columns: 1.08fr .92fr;
  }
  .md\:grid-cols-\[minmax\(0\2c 1\.02fr\)_minmax\(320px\2c \.98fr\)\]{
    grid-template-columns: minmax(0,1.02fr) minmax(320px,.98fr);
  }
  .md\:grid-cols-\[minmax\(0\2c 1\.35fr\)_minmax\(23rem\2c \.85fr\)\]{
    grid-template-columns: minmax(0,1.35fr) minmax(23rem,.85fr);
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
}
@media (min-width: 1024px){
  .lg\:left-14{
    left: 3.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:max-h-\[calc\(100vh-4rem\)\]{
    max-height: calc(100vh - 4rem);
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[\.42fr_2\.1fr\]{
    grid-template-columns: .42fr 2.1fr;
  }
  .lg\:grid-cols-\[1fr_360px\]{
    grid-template-columns: 1fr 360px;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:p-14{
    padding: 3.5rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.specular-button {
  --specular-x: 50%;
  --specular-y: 50%;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  border-radius: .25rem;
  background: #4a6741;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.specular-button::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from 210deg at var(--specular-x) var(--specular-y), rgba(255,255,255,.1), rgba(255,255,255,.95), rgba(255,255,255,.08) 18%, rgba(255,255,255,.1) 48%, rgba(255,255,255,.9) 72%, rgba(255,255,255,.1));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .8;
  transition: opacity .2s ease;
}

.specular-button__shine {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.specular-button__shine::after {
  content: '';
  position: absolute;
  inset: -80%;
  background: radial-gradient(circle at var(--specular-x) var(--specular-y), rgba(255,255,255,.42), transparent 18%);
  opacity: 0;
  transition: opacity .25s ease;
}

.specular-button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(74,103,65,.24); }
.specular-button:hover::before, .specular-button:hover .specular-button__shine::after { opacity: 1; }
.specular-button:active { transform: scale(.98); }
.specular-button:focus-visible { outline: 2px solid rgba(74,103,65,.45); outline-offset: 3px; }
.specular-button:disabled { cursor: default; opacity: .55; }
.specular-button__content { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .5rem; }
.circular-gallery { width: 100%; overflow-x: auto; overflow-y: hidden; cursor: grab; scrollbar-width: none; perspective: 1100px; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.circular-gallery::-webkit-scrollbar { display: none; }
.circular-gallery.is-dragging { cursor: grabbing; }
.circular-gallery__track { display: flex; width: -moz-max-content; width: max-content; align-items: flex-start; gap: 1.25rem; padding: 2rem max(1rem, calc((100vw - 72rem) / 2)) 2.5rem; }
.circular-gallery__card { width: min(68vw, 18rem); flex: 0 0 auto; cursor: pointer; transform: translateY(calc(sin(var(--gallery-index, 1)) * 1px)); transition: transform .35s ease; }
.circular-gallery__card:nth-child(4n + 1) { transform: translateY(1.5rem) rotate(-1.5deg); }
.circular-gallery__card:nth-child(4n + 2) { transform: translateY(.35rem) rotate(-.5deg); }
.circular-gallery__card:nth-child(4n + 3) { transform: translateY(-.35rem) rotate(.5deg); }
.circular-gallery__card:nth-child(4n) { transform: translateY(1.5rem) rotate(1.5deg); }
.circular-gallery__card:hover { transform: translateY(-.35rem) rotate(0deg) scale(1.02); }
.circular-gallery__image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--border); border-radius: 1rem; background: #f1f3f5; box-shadow: 0 15px 32px rgba(27,22,18,.12); }
.circular-gallery__image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: transform .7s ease; }
.circular-gallery__card:hover .circular-gallery__image img { transform: scale(1.06); }
.circular-gallery__sale { position: absolute; left: .75rem; top: .75rem; border-radius: .25rem; background: var(--accent); padding: .35rem .5rem; font: .65rem 'DM Mono', monospace; color: var(--accent-foreground); letter-spacing: .08em; }
.circular-gallery__card h3 { margin: 0 0 .3rem; font: 500 1.3rem/1.15 'DM Sans', system-ui, sans-serif; }
.circular-gallery__price { font-weight: 500; }
@media (min-width: 768px) { .circular-gallery__card { width: min(27vw, 22rem); } .circular-gallery__track { gap: 2rem; padding-top: 2.5rem; } }

.side-rays-container {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.side-rays-container canvas {
  display: block;
}

.product-rating[data-v-84e2e295] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--accent);
}
.product-rating-star[data-v-84e2e295] {
  position: relative;
  display: inline-block;
  flex: none;
}
.product-rating-star svg[data-v-84e2e295] {
  position: absolute;
  inset: 0;
  display: block;
}
.product-rating-empty[data-v-84e2e295] {
  color: color-mix(in srgb, var(--accent) 38%, transparent);
}
.product-rating-fill[data-v-84e2e295] {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: var(--accent);
}
.product-rating-fill svg[data-v-84e2e295] {
  max-width: none;
  fill: currentColor;
  stroke: currentColor;
}
.product-rating-value[data-v-84e2e295] {
  margin-left: 4px;
  color: var(--foreground);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
.product-rating-count[data-v-84e2e295] {
  margin-left: 5px;
  color: var(--muted-foreground);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
.pill-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem;
  border: 1px solid rgba(44, 49, 51, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 22px rgba(44, 49, 51, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pill-nav-item {
  position: relative;
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  padding: 0 1rem;
  color: var(--muted-foreground);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.pill-nav-item:hover,
.pill-nav-item:focus-visible {
  color: var(--foreground);
}

.pill-nav-item:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.pill-nav-circle {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background: var(--primary);
  opacity: 0.9;
  pointer-events: none;
  transform: translateY(101%);
  transform-origin: center bottom;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.pill-nav-item:hover .pill-nav-circle,
.pill-nav-item:focus-visible .pill-nav-circle,
.pill-nav-item.is-active .pill-nav-circle {
  transform: translateY(0);
}

.pill-nav-label-stack {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  line-height: 1.1;
}

.pill-nav-label,
.pill-nav-label-hover {
  display: block;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease;
}

.pill-nav-label-hover {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary-foreground);
  transform: translateY(120%);
}

.pill-nav-item:hover .pill-nav-label,
.pill-nav-item:focus-visible .pill-nav-label,
.pill-nav-item.is-active .pill-nav-label {
  transform: translateY(-120%);
}

.pill-nav-item:hover .pill-nav-label-hover,
.pill-nav-item:focus-visible .pill-nav-label-hover,
.pill-nav-item.is-active .pill-nav-label-hover {
  transform: translateY(0);
}

.memorial-nav .pill-nav {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.memorial-nav .pill-nav-item {
  color: rgba(255, 255, 255, 0.88);
}

.memorial-nav .pill-nav-item:hover,
.memorial-nav .pill-nav-item:focus-visible {
  color: #fff;
}

.memorial-nav .pill-nav-item.is-active {
  color: #fff;
}

.memorial-nav:not(.memorial-nav-scrolled) .pill-nav-item.is-active .pill-nav-circle {
  opacity: 0;
  transform: translateY(101%);
}

.memorial-nav:not(.memorial-nav-scrolled) .pill-nav-item.is-active {
  color: rgba(255, 255, 255, 0.88);
}

.memorial-nav:not(.memorial-nav-scrolled) .pill-nav-item.is-active .pill-nav-label {
  transform: translateY(0);
}

.memorial-nav:not(.memorial-nav-scrolled) .pill-nav-item.is-active .pill-nav-label-hover {
  transform: translateY(120%);
}

.memorial-nav-scrolled .pill-nav {
  border-color: rgba(44, 49, 51, 0.08);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 8px 22px rgba(44, 49, 51, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.memorial-nav-scrolled .pill-nav-item,
.memorial-nav-scrolled .pill-nav-item:hover,
.memorial-nav-scrolled .pill-nav-item:focus-visible {
  color: var(--foreground);
}

.home-nav .pill-nav {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(12, 9, 7, 0.16);
  box-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.home-nav:not(.home-nav-scrolled) .pill-nav-item,
.home-nav:not(.home-nav-scrolled) .pill-nav-item:hover,
.home-nav:not(.home-nav-scrolled) .pill-nav-item:focus-visible {
  color: rgba(255, 255, 255, 0.9);
}

.home-nav:not(.home-nav-scrolled) .pill-nav-item.is-active .pill-nav-circle {
  opacity: 0;
  transform: translateY(101%);
}

.home-nav:not(.home-nav-scrolled) .pill-nav-item.is-active .pill-nav-label {
  transform: translateY(0);
}

.home-nav:not(.home-nav-scrolled) .pill-nav-item.is-active .pill-nav-label-hover {
  transform: translateY(120%);
}

.home-nav-scrolled .pill-nav {
  border-color: rgba(44, 49, 51, 0.08);
  background: rgba(255, 255, 255, 0.48);
}

.home-nav-scrolled .pill-nav-item,
.home-nav-scrolled .pill-nav-item:hover,
.home-nav-scrolled .pill-nav-item:focus-visible {
  color: var(--foreground);
}

.home-nav-light:not(.home-nav-scrolled) .pill-nav {
  border-color: rgba(44, 49, 51, 0.12);
  background: rgba(255, 255, 255, 0.26);
}

.home-nav-light:not(.home-nav-scrolled) .pill-nav-item,
.home-nav-light:not(.home-nav-scrolled) .pill-nav-item:hover,
.home-nav-light:not(.home-nav-scrolled) .pill-nav-item:focus-visible {
  color: var(--foreground);
}

.dark .site-header .pill-nav-item:not(.is-active),
.dark .site-header .pill-nav-item:not(.is-active):hover,
.dark .site-header .pill-nav-item:not(.is-active):focus-visible {
  color: #ffffff;
}

.dark .site-header:not(.home-nav):not(.memorial-nav) .pill-nav {
  border-color: rgba(240, 235, 227, 0.12);
  background: rgba(42, 36, 32, 0.72);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.dark .home-nav-scrolled .pill-nav {
  border-color: rgba(240, 235, 227, 0.12);
  background: rgba(42, 36, 32, 0.72);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.dark .home-nav-scrolled .pill-nav-item,
.dark .home-nav-scrolled .pill-nav-item:hover,
.dark .home-nav-scrolled .pill-nav-item:focus-visible {
  color: #ffffff;
}

.dark .memorial-nav-scrolled .pill-nav {
  border-color: rgba(240, 235, 227, 0.12);
  background: rgba(42, 36, 32, 0.72);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.dark .memorial-nav-scrolled .pill-nav-item,
.dark .memorial-nav-scrolled .pill-nav-item:hover,
.dark .memorial-nav-scrolled .pill-nav-item:focus-visible {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .pill-nav-circle,
  .pill-nav-label,
  .pill-nav-label-hover {
    transition: none;
  }
}
.pet-silhouette-loop {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 1rem 0 1.2rem;
  color: #fff;
  background: #000;
}

.pet-silhouette-loop-heading {
  margin-top: 10px;
  margin-bottom: 1.425rem;
  text-align: center;
  color: #fff;
}

.pet-silhouette-loop-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
}

.pet-silhouette-loop-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.pet-silhouette-loop-list {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.pet-silhouette-loop-item {
  display: inline-flex;
  width: 8.5rem;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
  margin-right: 2rem;
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.pet-silhouette-loop-item:hover {
  opacity: 1;
  transform: translateY(-3px) scale(1.06);
}

.pet-silhouette {
  width: 4.5rem;
  height: 2.75rem;
  overflow: visible;
  color: #fff;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.35;
}

@media (max-width: 640px) {
  .pet-silhouette-loop-item {
    width: 6.75rem;
    margin-right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pet-silhouette-loop-track {
    transform: translate3d(0, 0, 0) !important;
  }
}
.memorial-text-loop {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  margin-top: 1.5rem;
  background: #000;
  cursor: default;
}

.memorial-text-loop-svg {
  display: block;
  width: 100%;
  height: 158px;
}

.memorial-text-loop-text {
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.memorial-text-loop-measure {
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 640px) {
  .memorial-text-loop {
    margin-top: 0.75rem;
  }

  .memorial-text-loop-svg {
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .memorial-text-loop {
    overflow: visible;
  }
}
.particle-text {
  position: relative;
  display: block;
  width: 100%;
  height: 1em;
  overflow: visible;
  line-height: inherit;
  white-space: nowrap;
}

.particle-text canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  pointer-events: auto;
}

.particle-text__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.swarm-cursor[data-v-db939246] { position: absolute; inset: 0; z-index: 5; overflow: hidden; pointer-events: auto;
}
.swarm-cursor__butterfly[data-v-db939246] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 28px;
  overflow: visible;
  pointer-events: none;
  will-change: transform;
}
.swarm-cursor__butterfly img[data-v-db939246] {
  position: absolute;
  top: -21px;
  left: -11px;
  display: block;
  width: 53px;
  max-width: none;
  height: auto;
}
.swarm-cursor__butterfly.is-secondary img[data-v-db939246] {
  top: -19.5px;
  left: -68.25px;
  width: 169.5px;
  filter: hue-rotate(102deg) saturate(.5) brightness(1.28);
}
.swarm-cursor__butterfly.is-tertiary img[data-v-db939246] {
  top: 3px;
  left: 1px;
  width: 30px;
}

@keyframes product-modal-flip-in-f64ebc4c {
from {
    opacity: 0;
    transform: perspective(1400px) rotateY(-78deg) scale(0.86) translateX(-8%);
}
to {
    opacity: 1;
    transform: perspective(1400px) rotateY(0) scale(1) translateX(0);
}
}
@keyframes memorial-backdrop-fade-in-f64ebc4c {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.memorial-detail-backdrop[data-v-f64ebc4c] {
  animation: memorial-backdrop-fade-in-f64ebc4c 0.24s ease both;
}
.memorial-detail-card[data-v-f64ebc4c] {
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation: product-modal-flip-in-f64ebc4c 0.36s cubic-bezier(0.22, 0.75, 0.25, 1) both;
}
.product-review-panel[data-v-f64ebc4c] {
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: 0.125rem;
}
.product-review-panel__header[data-v-f64ebc4c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem 0.75rem;
  border-bottom: 2px solid color-mix(in srgb, hsl(var(--border)) 72%, hsl(var(--foreground)));
}
.product-review-panel__summary[data-v-f64ebc4c] {
  font-size: 0.6875rem;
  line-height: 1.25;
  color: hsl(var(--muted-foreground));
}
.product-review-panel__count[data-v-f64ebc4c] {
  display: inline-flex;
  min-width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--border));
  border-radius: 9999px;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.6875rem;
}
.product-review-list[data-v-f64ebc4c] {
  padding: 0.15rem 1rem;
}
.product-review-item[data-v-f64ebc4c] {
  padding: 0.8rem 0;
}
.product-review-item + .product-review-item[data-v-f64ebc4c] {
  border-top: 2px solid color-mix(in srgb, hsl(var(--border)) 72%, hsl(var(--foreground)));
}
.product-review-item__topline[data-v-f64ebc4c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.product-review-item__rating[data-v-f64ebc4c] {
  display: flex;
  flex-shrink: 0;
  gap: 0.125rem;
  color: var(--accent);
}
.product-review-item__copy[data-v-f64ebc4c] {
  display: -webkit-box;
  margin: 0.55rem 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
  line-height: 1.55;
}
.product-review-panel__more[data-v-f64ebc4c] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 2px solid color-mix(in srgb, hsl(var(--border)) 72%, hsl(var(--foreground)));
  padding: 0.7rem 1rem;
  color: hsl(var(--foreground));
  font-size: 0.75rem;
  font-weight: 600;
  transition: background-color 160ms ease, color 160ms ease;
}
.product-review-panel__more[data-v-f64ebc4c]:hover {
  background: hsl(var(--card));
  color: hsl(var(--primary));
}
.product-review-panel__more[data-v-f64ebc4c]:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: -2px;
}
.product-review-panel__header {
  border-bottom: 2px solid rgba(154, 164, 167, 0.125) !important;
}
.product-review-item + .product-review-item {
  border-top: 2px solid rgba(154, 164, 167, 0.125) !important;
}
.product-review-panel__more {
  border-top: 2px solid rgba(154, 164, 167, 0.125) !important;
}
@keyframes store-poster-reveal-f64ebc4c {
from {
    opacity: 0;
    transform: scale(1.035);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.store-poster-slide-next-enter-active,.store-poster-slide-next-leave-active,.store-poster-slide-prev-enter-active,.store-poster-slide-prev-leave-active {
  transition: transform 0.65s cubic-bezier(0.22, 0.75, 0.25, 1), opacity 0.65s ease;
}
.store-poster-slide-next-enter-from {
  opacity: 0.72;
  transform: translateX(100%);
}
.store-poster-slide-next-leave-to {
  opacity: 0.72;
  transform: translateX(-100%);
}
.store-poster-slide-prev-enter-from {
  opacity: 0.72;
  transform: translateX(-100%);
}
.store-poster-slide-prev-leave-to {
  opacity: 0.72;
  transform: translateX(100%);
}

  body.product-modal-open
    .fixed.inset-0.z-50
    > div.relative.grid:not(.memorial-detail-card)
 {
  transform-origin: left center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation: product-modal-flip-in-f64ebc4c 0.36s cubic-bezier(0.22, 0.75, 0.25, 1) both;
}
@keyframes featured-marquee-f64ebc4c {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-50%);
}
}
.featured-track[data-v-f64ebc4c] {
  animation: featured-marquee-f64ebc4c 24s linear infinite;
}
.featured-carousel:hover .featured-track[data-v-f64ebc4c],
.featured-carousel:focus-within .featured-track[data-v-f64ebc4c] {
  animation-play-state: paused;
}
.store-search-float[data-v-f64ebc4c] {
  position: fixed !important;
  top: auto !important;
  right: auto !important;
  bottom: 1.5rem !important;
  left: 50% !important;
  z-index: 45;
  width: min(26rem, calc(100vw - 2rem));
  min-width: 0;
  margin-inline: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 14px 34px rgba(44, 49, 51, 0.18),
    0 2px 10px rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    opacity 180ms ease,
    bottom 180ms ease,
    box-shadow 180ms ease;
}
.home-begin-menu[data-v-f64ebc4c] {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.home07-content-shell[data-v-f64ebc4c] {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
}
.home07-intro[data-v-f64ebc4c] {
  width: min(100%, 52rem);
  margin: 0 auto 2rem;
  padding: 2.4rem 2rem 2rem;
}
.home07-title[data-v-f64ebc4c] {
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
  color: #fffaf0;
  text-wrap: balance;
  text-shadow: 0 4px 22px rgba(11, 20, 35, 0.2);
}
.home07-description[data-v-f64ebc4c] {
  color: rgba(255, 250, 240, 0.78) !important;
  text-wrap: pretty;
}
.home07-intro .home07-description[data-v-f64ebc4c] {
  margin-bottom: 0 !important;
}
.home07-animated-button[data-v-f64ebc4c] {
  position: relative;
  display: inline-flex;
  width: 100vw;
  height: 4.5rem;
  margin-left: calc(50% - 50vw);
  align-items: center;
  justify-content: center;
  border: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, letter-spacing 180ms ease;
}
.home07-animated-button + .home07-animated-button[data-v-f64ebc4c] {
  border-top: 1px solid rgba(255, 250, 240, 0.28);
}
.home07-button-label[data-v-f64ebc4c] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.home07-button-marquee[data-v-f64ebc4c] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #2c3133;
  background: #d4a853;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: clip-path;
  pointer-events: none;
}
.home07-button-track[data-v-f64ebc4c] {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  animation: home07-button-scroll-f64ebc4c 24s linear infinite;
}
.home07-button-copy[data-v-f64ebc4c] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.35rem;
  white-space: nowrap;
}
.home07-button-image[data-v-f64ebc4c] {
  display: inline-block;
  width: 9rem;
  height: 3rem;
  margin: 0 1.2rem;
  border-radius: 999px;
  background-position: center;
  background-size: cover;
}
.home07-animated-button[data-v-f64ebc4c]:hover,
.home07-animated-button[data-v-f64ebc4c]:focus-visible {
  color: #ffffff;
  letter-spacing: 0.12em;
}
.home07-animated-button:hover .home07-button-marquee[data-v-f64ebc4c],
.home07-animated-button:focus-visible .home07-button-marquee[data-v-f64ebc4c] {
  clip-path: inset(0 0 0 0);
  transition-duration: 0.55s;
}
.home07-animated-button[data-v-f64ebc4c]:hover {
  outline: none;
}
.home07-animated-button[data-v-f64ebc4c]:focus:not(:focus-visible) {
  outline: none;
}
.home07-animated-button[data-v-f64ebc4c]:focus-visible {
  outline: none;
}
@keyframes home07-button-scroll-f64ebc4c {
to {
    transform: translateX(-25%);
}
}
@media (prefers-reduced-motion: reduce) {
.home07-button-track[data-v-f64ebc4c] {
    animation: none;
}
.home07-button-marquee[data-v-f64ebc4c] {
    transition: none;
}
}
@media (max-width: 640px) {
.home-begin-section[data-v-f64ebc4c] {
    min-height: 48rem;
}
.home07-content-shell[data-v-f64ebc4c] {
    padding-right: 1rem;
    padding-left: 1rem;
}
.home07-intro[data-v-f64ebc4c] {
    margin-bottom: 1.5rem;
    padding: 2rem 1.25rem 1.5rem;
    border-radius: 1rem;
}
.home07-button-image[data-v-f64ebc4c] {
    width: 6.5rem;
    height: 2.4rem;
    margin: 0 0.75rem;
}
}
.store-search-float[data-v-f64ebc4c]:focus-within {
  border-color: rgba(44, 49, 51, 0.16);
  box-shadow:
    0 14px 34px rgba(44, 49, 51, 0.18),
    0 0 0 3px rgba(44, 49, 51, 0.04);
}
.store-search-float:focus-within svg[data-v-f64ebc4c] {
  display: none;
}

/* Keep the product name and rating on their own rows; prices stay together. */
.store-product-card > .p-5[data-v-f64ebc4c] {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.75rem;
}
.store-product-card > .p-5 > div[data-v-f64ebc4c]:first-child {
  display: contents;
}
.store-product-card > .p-5 > div:first-child h3[data-v-f64ebc4c] {
  flex: 0 0 100%;
  order: 1;
}
.store-product-card > .p-5 > div:first-child > span[data-v-f64ebc4c] {
  order: 3;
  margin: -2px 0 0;
  color: var(--primary);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.store-product-card > .p-5 > div[data-v-f64ebc4c]:nth-child(2) {
  display: contents;
}
.store-product-card > .p-5 > div:nth-child(2) > span[data-v-f64ebc4c]:first-child {
  display: none;
}
.store-product-card > .p-5 > div:nth-child(2) > span[data-v-f64ebc4c]:last-child {
  order: 3;
  margin: 0;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1;
}
.store-product-card > .p-5 > div[data-v-f64ebc4c]:nth-child(3) {
  flex: 0 0 100%;
  order: 2;
  margin-top: -4px;
}
@media (max-width: 420px) {
.store-product-card > .p-5[data-v-f64ebc4c] {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
}
.store-product-card > .p-5 > div:first-child > span[data-v-f64ebc4c] {
    font-size: 1.35rem;
}
.store-product-card > .p-5 > div:nth-child(2) > span[data-v-f64ebc4c]:last-child {
    font-size: 0.9rem;
}
}
.store-search-float input[data-v-f64ebc4c] {
  width: 100%;
  outline: none;
  box-shadow: none;
}
@media (max-width: 640px) {
.store-search-float[data-v-f64ebc4c] {
    bottom: 1rem !important;
    width: calc(100vw - 2rem);
}
}
@media (prefers-reduced-motion: reduce) {
.featured-track[data-v-f64ebc4c] {
    animation: none;
}
}
