:root:has(input.theme-controller[value=naomi]:checked),[data-theme="naomi"] {
   --color-primary: #734200;     
   --color-secondary: #A65E2E;   
   --color-accent: #FFD580;       
   --color-neutral: #3D2B1F;     
   --color-base-100: #F5F0E6;  
   --color-base-200: #FFFFFF;
   --color-base-content: #2C1B0F;
   --color-info: #4A90E2;        
   --color-success: #6B8E23;     
   --color-warning: #D97706;     
   --color-error: #B91C1C;
   --root-bg: #ffffff;
};

body {
  min-height: 100vh;
}

.brand-font {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.text-3xl {
  font-size: var(--text-3xl); /* 1.875rem (30px) */ 
line-height: var(--text-3xl--line-height); /* calc(2.25 / 1.875) */
}

.text-4xl {
  
font-size: var(--text-4xl); /* 2.25rem (36px) */ 
line-height: var(--text-4xl--line-height); /* calc(2.5 / 2.25) */
}

img.frame {
  width: 90%;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px;
  border-top-color: lighten(#000, 20%);
  border-right-color: lighten(#000, 0%);
  border-bottom-color: lighten(#000, 20%);
  border-left-color: lighten(#000, 0%);
  box-shadow: 2px 2px 4px rgba(0,0,0,.6);
}

.fluid-sm {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}
.fluid-base {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
}
.fluid-lg {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}

.iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

.mask-container {
	container-type: inline-size;
   --mask-head-size: calc(0.1 * 100cqw);
   --mask-foot-size: calc(0.165 * 100cqw);
}
.mask-box {
	margin-block: calc(-1 * var(--mask-head-size) - 1px) calc(-1 * var(--mask-foot-size) - 1px);
	padding-block: calc(var(--mask-head-size) + 1px) calc(var(--mask-foot-size) + 1px);
	mask-image:
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="100"><g transform="scale(2.4,-1)" transform-origin="50%"><path d="M0 100V0h1000v4L0 100z"></path></g></svg>'),
		linear-gradient(transparent calc(var(--mask-head-size) - 1px), black calc(var(--mask-head-size) - 1px), black calc(100% - var(--mask-foot-size) + 1px), transparent calc(100% - var(--mask-foot-size) + 1px)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="165"><g transform="scale(1.5,1)" transform-origin="58.5% 50%"><path d="M0 100V0h1000v4L0 100z"></path></g></svg>');
	mask-repeat: no-repeat;
	mask-position: top, center, bottom;
	mask-size: 100%;
	background-color: #c1ae8f;
}
.above-mask-box {
	padding-bottom: var(--mask-head-size);
	display: block;
	background: #fff;
}
.below-mask-box {
	padding-top: var(--mask-foot-size);
	display: block;
	background: #fff;
}
.box-wrap {
	padding: 30px;
	color: #FFF;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

:target { scroll-margin-top: 80px; }
html {
  scroll-behavior: smooth;
}

.fig-details {
    background: orange;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.fig-details {
  opacity: 1;
  scale: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.fig-details.closed {
    transition: all 1.25s;
  transition-behavior: allow-discrete;
  display: none;
  opacity: 0;
  scale: 0;
  width: 0;
}

/* .paypal-div span.nav-btn-icon {
  color: #734200 !important;
  display: flex;
  justify-content: center;
}

.paypal-div .thumbnail-button.selected {
  outline-color: #734200 !important;
}

.paypal-div .item-title {
    font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  color: #734200;
}

.paypal-div #price_label {
  font-weight: bold;
}

.paypal-div .item-description {
  margin-bottom: 1em;
} */

.navbar {
  z-index: 1000;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.active-thumb {
  border: 2px solid #734200;
  box-shadow: 0 0 0 2px #7342004d;
}

#output {
  display: none;
}

html {
  view-transition-name: root;
}

/* ::view-transition-old(root),
::view-transition-new(root) {
  animation: slide 0.5s ease;
}

@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
} */
