/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', sans-serif;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap');
:root {
  --font-serif: 'Cormorant Garamond', serif;
  --font-sans: 'Inter', sans-serif;
  --glass-nav-bg: rgba(45, 42, 40, 0.55);
  --glass-nav-border: 1px solid rgba(255, 255, 255, 0.18);
  --glass-nav-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  --glass-btn-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(120, 140, 165, 0.25) 100%);
  --glass-btn-border: 1px solid rgba(255, 255, 255, 0.35);
  --glass-btn-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  --text-shadow-title: 0 4px 15px rgba(0, 0, 0, 0.85), 0 2px 4px rgba(0, 0, 0, 0.95);
  --text-shadow-sub: 0 2px 10px rgba(0, 0, 0, 0.85);
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.55);
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
html, body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: var(--font-serif);
  color: #ffffff;
  background-color: #0b0c0e;
  position: relative;
}
.hero-section, .hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-wrapper {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-24px) scale(0.96);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, visibility 0.45s ease;
  pointer-events: none;
}
.header-wrapper.scrolled {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: none;
}
.nav-capsule {
  width: 100%;
  max-width: 1140px;
  height: 64px;
  background: var(--glass-nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: var(--glass-nav-border);
  border-radius: 40px;
  box-shadow: var(--glass-nav-shadow);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 32px;
  position: relative;
  box-sizing: border-box;
  pointer-events: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.nav-item a {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: opacity 0.25s ease, text-shadow 0.25s ease;
  letter-spacing: 0.02em;
  opacity: 0.88;
}
.nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-item a:hover::after, .nav-item a.active::after {
  transform: scaleX(1);
}
.nav-item a:hover {
  opacity: 1;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
}
.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 12px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.nav-logo:hover .logo-img {
  transform: scale(1.1);
}
.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.nav-icon-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}
.nav-icon-btn:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.nav-icon-btn svg {
  transition: transform 0.25s ease;
  pointer-events: none;
}
.nav-icon-btn:hover svg {
  transform: scale(1.1);
}
.nav-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #e05555;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.nav-badge.active {
  opacity: 1;
  transform: scale(1);
}
.mobile-menu-btn {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.24);
}
.mobile-nav-dropdown {
  width: 100%;
  max-width: 1140px;
  margin-top: 10px;
  background: rgba(28, 26, 29, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: var(--glass-nav-border);
  border-radius: 24px;
  padding: 16px 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px) scale(0.96);
  transform-origin: top center;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, visibility 0.38s ease;
  pointer-events: none;
}
.mobile-nav-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.mobile-nav-links li {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-nav-dropdown.open .mobile-nav-links li:nth-child(1) {
  transition-delay: 0.04s;
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav-dropdown.open .mobile-nav-links li:nth-child(2) {
  transition-delay: 0.08s;
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav-dropdown.open .mobile-nav-links li:nth-child(3) {
  transition-delay: 0.12s;
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav-dropdown.open .mobile-nav-links li:nth-child(4) {
  transition-delay: 0.16s;
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav-links a {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  padding: 6px 0;
  display: block;
  transition: color 0.2s ease;
}
.mobile-nav-links a:hover, .mobile-nav-links a.active {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: var(--text-shadow-title);
  margin-bottom: 8px;
  line-height: 1.1;
}
.hero-subtitle {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: var(--text-shadow-sub);
  margin-bottom: 34px;
  letter-spacing: 0.03em;
}
.btn-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.18rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 42px;
  border-radius: 40px;
  background: var(--glass-btn-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: var(--glass-btn-border);
  box-shadow: var(--glass-btn-shadow);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  transition: left 0.6s ease;
}
.btn-glass:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(150, 170, 195, 0.35) 100%);
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.3);
}
.btn-glass:hover::before {
  left: 100%;
}
.btn-glass:active {
  transform: scale(0.98);
}
.btn-glass-sm {
  padding: 9px 24px;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  border-radius: 24px;
}
.create-custom-cta-wrapper {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customise-page {
  background-color: #0b0c0e;
}
.customiser-layout {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  padding: 120px 24px 80px 24px;
  box-sizing: border-box;
}
.customiser-container {
  max-width: 1100px;
  margin: 0 auto;
}
.studio-header {
  text-align: center;
  margin-bottom: 40px;
}
.studio-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 36px;
  align-items: start;
}
.sketch-panel {
  position: sticky;
  top: 110px;
  z-index: 20;
}
.sketch-card {
  background: rgba(22, 20, 23, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.sketch-label {
  font-family: var(--font-sans);
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.canvas-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(12, 11, 13, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 14px;
}
#charmCanvas {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.sketch-hint {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.controls-panel {
  background: rgba(22, 20, 23, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.control-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.control-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.85);
}
.control-help {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
}
.minimal-char-input {
  width: 72px;
  height: 72px;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: rgba(12, 11, 13, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  color: #ffffff;
  outline: none;
  transition: all 0.25s ease;
  margin-top: 4px;
}
.minimal-char-input:focus {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
}
.charm-mode-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}
.mode-tab {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.mode-tab:hover, .mode-tab.active {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.shape-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.shape-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.shape-btn:hover, .shape-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
}
.color-presets {
  display: flex;
  gap: 12px;
}
.color-swatch {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.color-swatch:hover, .color-swatch.active {
  transform: scale(1.15);
  border-color: #ffffff;
}
.soft-gradient-hint {
  font-family: var(--font-sans);
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.deco-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.deco-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 14px;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: background 0.2s ease;
}
.deco-chip:hover {
  background: rgba(255, 255, 255, 0.12);
}
.deco-chip input[type="checkbox"] {
  accent-color: #ffffff;
  width: 16px;
  height: 16px;
}
.bill-breakdown-card {
  background: rgba(12, 11, 13, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bill-title {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.bill-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.75);
}
.bill-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 4px 0;
}
.bill-total {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
}
.studio-action-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-section {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 100px 24px 120px 24px;
  background-color: #0b0c0e;
  box-sizing: border-box;
}
.featured-container {
  max-width: 1200px;
  margin: 0 auto;
}
.featured-header {
  text-align: center;
  margin-bottom: 54px;
}
.featured-tag {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  display: block;
}
.featured-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.featured-divider {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.product-card {
  background: rgba(22, 20, 23, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.08);
}
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  pointer-events: none;
}
.product-card-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 30;
  display: flex;
  gap: 8px;
  pointer-events: auto;
}
.card-action-btn {
  background: rgba(18, 17, 19, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}
.card-action-btn:hover, .card-action-btn:active {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.card-action-btn.wishlist-btn.active {
  background: rgba(224, 85, 85, 0.3);
  border-color: rgba(224, 85, 85, 0.8);
  color: #e05555;
}
.card-action-btn svg {
  transition: all 0.25s ease;
  pointer-events: none;
}
.product-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: rgba(14, 13, 15, 0.8);
  overflow: hidden;
  position: relative;
}
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-card:hover .product-img {
  transform: scale(1.06);
}
.product-info {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-category {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}
.product-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.25;
}
.product-description {
  font-family: var(--font-sans);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.45;
  margin-bottom: 18px;
  flex: 1;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.product-price {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
}
.product-customize-btn {
  background: var(--glass-btn-bg);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 9px 20px;
  border-radius: 20px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  touch-action: manipulation;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.product-customize-btn:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(150, 170, 195, 0.35) 100%);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.pane-item-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  margin-bottom: 14px;
}
.pane-item-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}
.pane-item-details {
  flex: 1;
}
.pane-item-name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 2px;
}
.pane-item-price {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.pane-item-remove {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 6px;
  transition: color 0.2s ease;
  touch-action: manipulation;
}
.pane-item-remove:hover {
  color: #e05555;
}
.glass-pane-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.glass-pane-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}
.glass-side-pane {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(28, 26, 29, 0.92);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.6);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.glass-pane-backdrop.active .glass-side-pane {
  transform: translateX(0);
}
.pane-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.pane-title {
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  text-shadow: var(--text-shadow-title);
}
.pane-body {
  padding: 24px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.pane-subtitle {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  text-align: left;
}
.empty-state {
  text-align: center;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-serif);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.pane-footer {
  padding: 18px 24px calc(20px + env(safe-area-inset-bottom, 0px)) 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 17, 19, 0.75);
  flex-shrink: 0;
}
.pane-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: 14px;
  color: #ffffff;
}
.pane-action-btn {
  width: 100%;
  font-size: 1.02rem;
  padding: 12px 20px;
}
.panel-close-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
  flex-shrink: 0;
  touch-action: manipulation;
}
.panel-close-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .studio-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sketch-panel {
    position: sticky;
    top: 72px;
  }
}
@media (max-width: 768px) {
  .customiser-layout {
    padding: 85px 14px 60px 14px;
  }
  .studio-header {
    margin-bottom: 20px;
  }
  .sketch-panel {
    position: sticky;
    top: 68px;
    z-index: 40;
    margin-bottom: 8px;
  }
  .sketch-card {
    padding: 14px 16px;
    background: rgba(22, 20, 23, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .sketch-label {
    font-size: 0.68rem;
    margin-bottom: 8px;
  }
  .canvas-wrapper {
    max-width: 200px;
    padding: 6px;
    margin-bottom: 6px;
  }
  #charmCanvas {
    max-height: 170px;
  }
  .sketch-hint {
    font-size: 0.76rem;
  }
  .header-wrapper {
    top: 12px;
    padding: 0 12px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: none !important;
  }
  .nav-capsule {
    padding: 0 16px;
    height: 56px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }
  .nav-links {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .logo-img {
    height: 32px;
  }
  .nav-actions {
    gap: 8px;
  }
  .nav-icon-btn {
    width: 34px;
    height: 34px;
  }
  .featured-section {
    padding: 60px 16px 80px 16px;
  }
  .products-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 16px;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .product-card {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: center;
  }
  .create-custom-cta-wrapper {
    margin-top: 32px;
  }
  .shape-options {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .shape-btn {
    padding: 8px 4px;
    font-size: 0.7rem;
  }
  .controls-panel {
    padding: 18px;
    gap: 18px;
  }
  .minimal-char-input {
    width: 64px;
    height: 64px;
    font-size: 1.8rem;
  }
  .glass-side-pane {
    width: 100vw;
    max-width: 100vw;
    border-left: none;
  }
  .pane-header {
    padding: 16px 18px;
  }
  .pane-title {
    font-size: 1.25rem;
  }
  .pane-body {
    padding: 16px 18px;
  }
  .pane-subtitle {
    font-size: 0.92rem;
    margin-bottom: 14px;
  }
  .empty-state {
    padding: 30px 0;
    font-size: 1.05rem;
  }
  .pane-footer {
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom, 0px)) 18px;
  }
  .pane-subtotal-row {
    font-size: 1.08rem;
    margin-bottom: 12px;
  }
  .pane-action-btn {
    padding: 11px 18px;
    font-size: 0.92rem;
  }
  .hero-title {
    font-size: clamp(2.2rem, 7.5vw, 3.2rem);
  }
  .hero-subtitle {
    font-size: clamp(0.95rem, 3.8vw, 1.2rem);
    margin-bottom: 24px;
  }
  .btn-glass {
    padding: 11px 32px;
    font-size: 1rem;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}
.checkout-card {
  background: rgba(22, 20, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 32px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-backdrop.active .checkout-card {
  transform: translateY(0) scale(1);
}
.checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.checkout-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin: 0;
}
.cash-notice-box {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.15) 0%, rgba(217, 119, 6, 0.15) 100%);
  border: 1px solid rgba(234, 179, 8, 0.35);
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.cash-notice-text {
  font-family: var(--font-sans);
  font-size: 0.84rem;
  color: #fef08a;
  line-height: 1.45;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.form-input {
  width: 100%;
  background: rgba(12, 11, 13, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  color: #ffffff;
  outline: none;
  transition: all 0.25s ease;
}
.form-input:focus {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}
.btn-whatsapp:hover {
  background: linear-gradient(135deg, #28e16d 0%, #159e8e 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}
