/* PrimeLux standalone stylesheet for PHP/MySQL hosting. */

:root {
  --ink: #111c2d;
  --ink-deep: #07111f;
  --cream: #faf6ed;
  --paper: #fffdf8;
  --coral: #f06449;
  --coral-dark: #d94b32;
  --mint: #58c7b8;
  --gold: #f1c75b;
  --muted: #667085;
  --line: rgba(17, 28, 45, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(250, 246, 237, 0.9);
  border-bottom: 1px solid rgba(17, 28, 45, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  min-height: 80px;
  padding: 12px clamp(24px, 5vw, 76px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.brand-mark {
  align-items: center;
  background: var(--ink-deep);
  border-radius: 14px;
  color: white;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  height: 44px;
  justify-content: center;
  letter-spacing: -0.04em;
  transform: rotate(-3deg);
  width: 44px;
}
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: -0.03em; }
.brand-copy small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }

.desktop-nav { align-items: center; display: flex; gap: 34px; }
.desktop-nav a { font-size: 12px; font-weight: 800; position: relative; }
.desktop-nav a::after {
  background: var(--coral);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }

.nav-cta, .button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 11px;
  justify-content: center;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.nav-cta { background: var(--ink-deep); color: white; justify-self: end; padding: 13px 19px; }
.nav-cta:hover { background: var(--coral); transform: translateY(-2px); }
.nav-cta svg, .button svg { height: 16px; width: 16px; }

.hero {
  display: grid;
  gap: clamp(44px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  margin: 0 auto;
  max-width: 1536px;
  min-height: min(860px, 100vh);
  overflow: hidden;
  padding: 150px clamp(24px, 5vw, 76px) 78px;
  position: relative;
}
.hero::before {
  background: rgba(88, 199, 184, 0.21);
  border-radius: 50%;
  content: "";
  height: 390px;
  left: -250px;
  position: absolute;
  top: 160px;
  width: 390px;
}
.hero-copy { align-self: center; position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  align-items: center;
  color: var(--coral-dark);
  display: flex;
  font-size: 10px;
  font-weight: 900;
  gap: 11px;
  letter-spacing: 0.16em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.eyebrow span { background: var(--coral); border-radius: 50%; height: 7px; width: 7px; }
.hero h1, .section-heading h2 {
  color: var(--ink-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.3vw, 94px);
  font-weight: 600;
  letter-spacing: -0.058em;
  line-height: 0.96;
  margin: 0;
}
.hero h1 em { color: var(--coral); font-weight: 400; }
.hero-lede { color: #586579; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; margin: 32px 0 0; max-width: 650px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; padding: 0 25px; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--coral); box-shadow: 0 14px 28px rgba(240, 100, 73, 0.24); color: white; }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 18px 34px rgba(240, 100, 73, 0.3); }
.button-secondary { border: 1px solid var(--line); color: var(--ink); }
.button-secondary:hover { background: white; }
.button-secondary svg:first-child { height: 20px; width: 20px; }

.hero-proof { display: flex; margin-top: 52px; }
.hero-proof div { border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; min-width: 135px; padding: 0 23px; }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.hero-proof span { color: var(--muted); font-size: 10px; font-weight: 750; }

.hero-visual { min-height: 610px; position: relative; }
.hero-image {
  background: linear-gradient(180deg, rgba(7, 17, 31, 0) 58%, rgba(7, 17, 31, 0.72)), url("../images/curated-objects.png") center / cover no-repeat;
  border-radius: 36px 36px 128px 36px;
  box-shadow: 0 34px 80px rgba(7, 17, 31, 0.2);
  height: 100%;
}
.hero-label { bottom: 34px; color: white; display: flex; flex-direction: column; gap: 7px; left: 36px; position: absolute; }
.hero-label span { color: #c5fff6; font-size: 9px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-label strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2vw, 29px); font-weight: 500; }
.hero-float-card {
  align-items: center;
  background: white;
  border-radius: 18px;
  bottom: 34px;
  box-shadow: 0 18px 44px rgba(7, 17, 31, 0.16);
  display: flex;
  gap: 12px;
  right: -22px;
  left: auto;
  max-width: 62%;
  padding: 15px 19px;
  position: absolute;
}
.float-icon { align-items: center; background: #dbf6f1; border-radius: 50%; color: #137e73; display: flex; font-size: 13px; font-weight: 900; height: 37px; justify-content: center; width: 37px; }
.hero-float-card div { display: flex; flex-direction: column; gap: 3px; }
.hero-float-card strong { font-size: 11px; }
.hero-float-card small { color: var(--muted); font-size: 9px; }

.benefit-strip {
  align-items: center;
  background: var(--ink-deep);
  color: white;
  display: flex;
  gap: clamp(16px, 4vw, 54px);
  justify-content: center;
  min-height: 66px;
  padding: 16px 24px;
}
.benefit-strip span { font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.benefit-strip i { background: var(--coral); border-radius: 50%; height: 5px; width: 5px; }

.section-shell { margin: 0 auto; max-width: 1536px; padding-left: clamp(24px, 5vw, 76px); padding-right: clamp(24px, 5vw, 76px); }
.category-section { padding-bottom: 112px; padding-top: 112px; scroll-margin-top: 90px; }
.section-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.05fr 0.95fr; margin-bottom: 56px; }
.section-heading h2 { font-size: clamp(43px, 5vw, 70px); line-height: 1.02; }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0; max-width: 570px; }
.section-kicker-light { color: #9ce5df; }
.category-grid { background: var(--line); border: 1px solid var(--line); display: grid; gap: 1px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.category-grid a { background: var(--paper); display: flex; flex-direction: column; min-height: 255px; padding: 24px; transition: background 180ms ease, transform 180ms ease; }
.category-grid a:hover { background: white; transform: translateY(-5px); }
.category-grid a > span { color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: 0.14em; }
.category-grid a div { margin-top: auto; }
.category-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 27px; margin: 0 0 7px; }
.category-grid p { color: var(--muted); font-size: 10px; line-height: 1.5; margin: 0; }
.category-grid svg { height: 18px; margin-top: 20px; width: 18px; }

.product-section { background: var(--ink-deep); color: white; padding: 112px 0; scroll-margin-top: 80px; }
.product-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 50px; }
.product-heading h2, .centered-heading h2, .trust-panel h2, .faq-intro h2, .contact-inner h2, .admin-intro h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 5vw, 70px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 0;
}
.product-heading h2 { color: white; }
.product-heading > a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.35); color: #d4deea; display: inline-flex; font-size: 11px; font-weight: 800; gap: 10px; padding-bottom: 6px; }
.product-heading > a:hover { color: #9ce5df; }
.product-heading > a svg { height: 15px; width: 15px; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { background: white; border-radius: 22px; color: var(--ink); overflow: hidden; }
.product-gallery { background: #ece8e0; }
.product-image-wrap { aspect-ratio: 1 / .86; background: #ece8e0; overflow: hidden; position: relative; }
.product-image-wrap img { height: 100%; object-fit: contain; padding: 10px; transition: transform 350ms ease; width: 100%; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.availability-badge, .featured-badge { border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; padding: 8px 11px; position: absolute; text-transform: uppercase; top: 14px; z-index: 2; }
.availability-badge { background: rgba(255,255,255,.92); left: 14px; }
.featured-badge { background: var(--coral); color: white; right: 14px; }
.gallery-arrow { align-items: center; background: rgba(255,255,255,.94); border: 0; border-radius: 50%; color: var(--ink-deep); cursor: pointer; display: flex; font-family: Georgia, "Times New Roman", serif; font-size: 25px; height: 36px; justify-content: center; padding: 0 0 3px; position: absolute; top: 50%; transform: translateY(-50%); width: 36px; z-index: 2; }
.gallery-arrow:hover { background: white; box-shadow: 0 8px 22px rgba(17,28,45,.17); }
.gallery-arrow-left { left: 12px; }
.gallery-arrow-right { right: 12px; }
.photo-count { background: rgba(17,28,45,.82); border-radius: 999px; bottom: 12px; color: white; font-size: 8px; font-weight: 850; padding: 6px 9px; position: absolute; right: 12px; z-index: 2; }
.product-thumbnails { display: flex; gap: 7px; overflow-x: auto; padding: 9px 11px 11px; scrollbar-width: thin; }
.product-thumbnails button { background: #f8f5ef; border: 2px solid transparent; border-radius: 9px; cursor: pointer; flex: 0 0 52px; height: 52px; overflow: hidden; padding: 2px; }
.product-thumbnails button.active { border-color: var(--coral); }
.product-thumbnails img { height: 100%; object-fit: contain; width: 100%; }
.product-card-body { padding: 24px; }
.product-card-body > p { color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; margin: 0 0 9px; text-transform: uppercase; }
.product-card-body h3 { font-family: Georgia, "Times New Roman", serif; font-size: 25px; margin: 0; }
.product-card-body > span { color: var(--muted); display: -webkit-box; font-size: 11px; line-height: 1.6; margin-top: 11px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.installment-box { background: #f3efe8; border-radius: 14px; margin-top: 18px; padding: 14px; }
.installment-box > span { color: var(--coral-dark); display: block; font-size: 8px; font-weight: 900; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.installment-box > div { align-items: stretch; display: grid; gap: 12px; grid-template-columns: 1fr 1px 1fr; }
.installment-box > div > i { background: var(--line); width: 1px; }
.installment-box p { margin: 0; }
.installment-box strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.installment-box p small { color: var(--muted); display: block; font-size: 8px; margin-top: 3px; }
.installment-box > small { color: #7b746a; display: block; font-size: 7px; line-height: 1.45; margin-top: 10px; }
.product-price-row { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 18px; justify-content: space-between; margin-top: 18px; padding-top: 18px; }
.product-price-row > strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.product-price-row > a { align-items: center; display: inline-flex; font-size: 10px; font-weight: 850; gap: 7px; }
.product-price-row > a svg { height: 14px; width: 14px; }
.empty-catalogue { align-items: flex-start; background: #101f34; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; display: flex; flex-direction: column; min-height: 380px; overflow: hidden; padding: clamp(34px, 6vw, 72px); position: relative; }
.empty-catalogue::after { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; height: 460px; position: absolute; right: -100px; top: -180px; width: 460px; }
.empty-catalogue > span { color: #9ce5df; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.empty-catalogue h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 54px); margin: auto 0 10px; max-width: 620px; position: relative; z-index: 1; }
.empty-catalogue p { color: #9cacbf; font-size: 13px; line-height: 1.7; margin: 0 0 28px; max-width: 600px; position: relative; z-index: 1; }
.button-mint { background: var(--mint); color: var(--ink-deep); position: relative; z-index: 1; }
.button-mint:hover { background: #81ded2; }
.button-mint svg:first-child { height: 20px; width: 20px; }

.process-section { padding-bottom: 118px; padding-top: 118px; scroll-margin-top: 80px; }
.centered-heading { margin: 0 auto 54px; max-width: 780px; text-align: center; }
.centered-heading .section-kicker { justify-content: center; }
.centered-heading h2 { color: var(--ink-deep); }
.centered-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 19px auto 0; max-width: 620px; }
.process-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.process-grid article { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; min-height: 310px; padding: 28px; position: relative; }
.process-grid article > span { color: #9aa4b1; font-size: 9px; font-weight: 900; letter-spacing: .13em; position: absolute; right: 25px; top: 25px; }
.process-grid article > i { align-items: center; background: #dcf5f1; border-radius: 16px; color: #137e73; display: flex; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-style: normal; height: 54px; justify-content: center; margin-bottom: 67px; width: 54px; }
.process-grid article:nth-child(2) > i { background: #fff0ce; color: #956500; }
.process-grid article:nth-child(3) > i { background: #ffe5df; color: var(--coral-dark); }
.process-grid article:nth-child(4) > i { background: #e6eaf8; color: #3e4f90; }
.process-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 23px; margin: 0 0 12px; }
.process-grid p { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 0; }

.trust-section { background: #efe8dd; padding: 118px 0; scroll-margin-top: 80px; }
.trust-layout { align-items: stretch; display: grid; gap: 70px; grid-template-columns: .86fr 1.14fr; }
.trust-panel { background: var(--coral); border-radius: 30px 30px 100px 30px; color: white; display: flex; flex-direction: column; justify-content: flex-end; min-height: 540px; overflow: hidden; padding: clamp(34px, 5vw, 60px); position: relative; }
.trust-panel::after { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; height: 340px; position: absolute; right: -120px; top: -120px; width: 340px; }
.trust-panel h2 { color: white; font-size: clamp(38px, 4.2vw, 60px); margin-bottom: 35px; position: relative; z-index: 1; }
.trust-panel .button { align-self: flex-start; }
.promise-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.promise-grid article { border-top: 1px solid rgba(17,28,45,.15); display: grid; gap: 14px; grid-template-columns: 34px 1fr; min-height: 190px; padding: 30px 26px 25px 0; }
.promise-grid article:nth-child(odd) { border-right: 1px solid rgba(17,28,45,.15); }
.promise-grid article:nth-child(even) { padding-left: 26px; }
.promise-grid article > span { align-items: center; background: white; border-radius: 50%; color: #137e73; display: flex; height: 31px; justify-content: center; width: 31px; }
.promise-grid svg { height: 17px; width: 17px; }
.promise-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 19px; margin: 0 0 8px; }
.promise-grid p { color: var(--muted); font-size: 11px; line-height: 1.65; margin: 0; }

.faq-section { display: grid; gap: clamp(60px, 9vw, 135px); grid-template-columns: .8fr 1.2fr; padding-bottom: 118px; padding-top: 118px; }
.faq-intro h2 { color: var(--ink-deep); font-size: clamp(41px, 4.6vw, 64px); }
.faq-intro > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 22px 0 0; max-width: 440px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq-list summary { cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 600; list-style: none; padding-right: 45px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { align-items: center; border: 1px solid var(--line); border-radius: 50%; content: "+"; display: flex; font-family: Arial, Helvetica, sans-serif; font-size: 16px; height: 29px; justify-content: center; position: absolute; right: 0; top: -3px; width: 29px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: 12px; line-height: 1.75; margin: 17px 0 0; max-width: 660px; }

.contact-section { background: var(--coral); color: white; overflow: hidden; padding: 110px clamp(24px, 5vw, 76px); position: relative; text-align: center; }
.contact-section::before, .contact-section::after { border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; position: absolute; }
.contact-section::before { height: 370px; left: -170px; top: -170px; width: 370px; }
.contact-section::after { bottom: -210px; height: 430px; right: -190px; width: 430px; }
.contact-inner { margin: 0 auto; max-width: 920px; position: relative; z-index: 1; }
.contact-inner .section-kicker { color: #ffe4de; justify-content: center; }
.contact-inner h2 { color: white; font-size: clamp(49px, 7vw, 86px); }
.contact-inner > p { color: #fff1ee; font-size: 16px; line-height: 1.7; margin: 22px auto 0; max-width: 680px; }
.contact-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 36px; }
.button-light { background: white; color: var(--ink-deep); }
.button-light svg:first-child { height: 20px; width: 20px; }
.button-outline-light { border: 1px solid rgba(255,255,255,.55); color: white; }
.button-light:hover, .button-outline-light:hover { box-shadow: 0 16px 34px rgba(126,44,29,.22); }
.button-outline-light:hover { background: rgba(255,255,255,.1); }

footer { align-items: center; background: var(--ink-deep); color: white; display: grid; gap: 28px; grid-template-columns: 1fr auto; padding: 50px clamp(24px, 5vw, 76px) 32px; }
.footer-brand { align-items: center; display: flex; gap: 15px; }
.brand-mark-light { background: white; color: var(--ink-deep); }
.footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.footer-brand p { color: #8ea0b6; font-size: 10px; margin: 5px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { color: #c9d2df; font-size: 10px; font-weight: 750; }
.footer-links a:hover { color: #9ce5df; }
.footer-note { border-top: 1px solid rgba(255,255,255,.1); color: #6f829a; font-size: 8px; grid-column: 1 / -1; letter-spacing: .08em; margin: 8px 0 0; padding-top: 21px; text-transform: uppercase; }

/* Admin */
.admin-page { background: #f4efe6; min-height: 100vh; padding-bottom: 80px; }
.admin-header { align-items: center; background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 78px; padding: 12px clamp(24px, 5vw, 70px); }
.admin-account { align-items: center; display: flex; gap: 19px; }
.admin-account span { color: var(--muted); font-size: 10px; }
.admin-account a { border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; padding-bottom: 3px; }
.admin-intro { align-items: end; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 1450px; padding: 78px clamp(24px, 5vw, 70px) 52px; }
.admin-intro h1 { color: var(--ink-deep); }
.admin-intro > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; max-width: 590px; }
.admin-workspace { display: grid; gap: 22px; grid-template-columns: minmax(370px,.82fr) minmax(0,1.18fr); margin: 0 auto; max-width: 1450px; padding: 0 clamp(24px, 5vw, 70px); }
.admin-form-card, .admin-list-card, .admin-category-card { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.admin-category-card { grid-column: 1 / -1; }
.admin-card-heading { align-items: flex-start; border-bottom: 1px solid var(--line); display: flex; gap: 14px; margin-bottom: 25px; padding-bottom: 20px; }
.admin-card-heading > span { align-items: center; background: var(--ink-deep); border-radius: 50%; color: white; display: flex; font-size: 9px; font-weight: 900; height: 30px; justify-content: center; width: 30px; }
.admin-card-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: 23px; margin: 0 0 4px; }
.admin-card-heading p { color: var(--muted); font-size: 9px; margin: 0; }
.image-dropzone { align-items: center; aspect-ratio: 1.85 / 1; background: #eee8dd; border: 1px dashed rgba(17,28,45,.28); border-radius: 18px; cursor: pointer; display: flex; flex-direction: column; justify-content: center; margin-bottom: 22px; overflow: hidden; position: relative; text-align: center; }
.image-dropzone:hover { border-color: var(--coral); }
.image-dropzone strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.image-dropzone > span { color: var(--muted); font-size: 10px; margin-top: 7px; }
.image-dropzone input { inset: 0; opacity: 0; position: absolute; width: 100%; }
.image-preview-grid { display: grid; gap: 7px; grid-template-columns: repeat(3, 1fr); height: 100%; padding: 8px; width: 100%; }
.image-preview-grid > span { background: #f8f5ef; border-radius: 11px; margin: 0; overflow: hidden; position: relative; }
.image-preview-grid img { height: 100%; object-fit: contain; padding: 4px; width: 100%; }
.image-preview-grid i { background: rgba(17,28,45,.84); border-radius: 999px; bottom: 6px; color: white; font-size: 7px; font-style: normal; font-weight: 850; left: 6px; padding: 4px 7px; position: absolute; text-transform: uppercase; }
.image-upload-note { color: #7b746a; font-size: 8px; line-height: 1.5; margin: -12px 0 22px; }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.product-form label:not(.image-dropzone) { display: flex; flex-direction: column; gap: 7px; }
.product-form label > span { color: #435064; font-size: 9px; font-weight: 850; letter-spacing: .04em; }
.product-form input:not([type="checkbox"]), .product-form select, .product-form textarea { background: white; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); min-height: 44px; outline: none; padding: 11px 12px; width: 100%; }
.product-form textarea { resize: vertical; }
.product-form input:focus, .product-form select:focus, .product-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(240,100,73,.1); }
.full-field { grid-column: 1 / -1; }
.form-options { display: flex; flex-wrap: wrap; gap: 22px; margin: 20px 0; }
.form-options label { align-items: center; flex-direction: row !important; gap: 8px !important; }
.form-options input { accent-color: var(--coral); height: 16px; width: 16px; }
.admin-submit { border: 0; cursor: pointer; width: 100%; }
.admin-submit:disabled { cursor: wait; opacity: .65; }
.admin-status { align-items: center; border-radius: 10px; display: flex; font-size: 10px; font-weight: 750; gap: 12px; justify-content: space-between; margin-bottom: 16px; padding: 11px 13px; }
.admin-status.success { background: #dcf5f1; color: #126e65; }
.admin-status.error { background: #ffe4df; color: #a23522; }
.admin-status a { border-bottom: 1px solid currentColor; flex: 0 0 auto; font-size: 8px; padding-bottom: 2px; }
.admin-empty { align-items: center; border: 1px dashed var(--line); border-radius: 18px; display: flex; flex-direction: column; justify-content: center; min-height: 280px; text-align: center; }
.admin-empty strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.admin-empty p { color: var(--muted); font-size: 10px; }
.admin-product-list { display: flex; flex-direction: column; gap: 12px; }
.admin-product-list article { align-items: center; border: 1px solid var(--line); border-radius: 16px; display: grid; gap: 15px; grid-template-columns: 92px 1fr auto; padding: 10px; }
.admin-product-thumb { background: #eee8dd; border-radius: 11px; height: 82px; overflow: hidden; position: relative; width: 92px; }
.admin-product-thumb img { height: 100%; object-fit: contain; padding: 4px; width: 100%; }
.admin-product-thumb span { background: rgba(17,28,45,.83); border-radius: 999px; bottom: 5px; color: white; font-size: 6px; font-weight: 850; left: 5px; padding: 4px 6px; position: absolute; }
.admin-product-meta { align-items: center; display: flex; gap: 9px; }
.admin-product-meta > span { color: var(--coral-dark); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.admin-product-meta i { border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 900; padding: 5px 7px; text-transform: uppercase; }
.admin-product-meta i.live { background: #dcf5f1; color: #126e65; }
.admin-product-meta i.draft { background: #eee8dd; color: #6d675e; }
.admin-product-info h3 { font-family: Georgia, "Times New Roman", serif; font-size: 19px; margin: 6px 0 4px; }
.admin-product-info > p { color: var(--muted); font-size: 9px; margin: 0; }
.admin-product-info > small { color: #7a7064; display: block; font-size: 7px; margin-top: 4px; }
.admin-product-actions { display: flex; flex-direction: column; gap: 6px; }
.admin-product-actions button { background: white; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font-size: 8px; font-weight: 800; min-width: 76px; padding: 7px 9px; }
.admin-product-actions button:hover { border-color: var(--ink); }
.admin-product-actions button.danger { color: #b23a28; }
.category-admin-layout { display: grid; gap: 24px; grid-template-columns: minmax(250px,.55fr) minmax(0,1.45fr); }
.category-add-form { background: #f3eee5; border-radius: 16px; display: flex; flex-direction: column; gap: 13px; padding: 20px; }
.category-add-form h3 { font-family: Georgia, "Times New Roman", serif; font-size: 20px; margin: 0 0 4px; }
.category-add-form label, .category-edit-row label { display: flex; flex-direction: column; gap: 6px; }
.category-add-form label > span, .category-edit-row label > span { color: #5f6875; font-size: 8px; font-weight: 850; letter-spacing: .04em; }
.category-add-form input, .category-edit-row input { background: white; border: 1px solid var(--line); border-radius: 9px; min-height: 42px; outline: none; padding: 10px 11px; width: 100%; }
.category-add-form input:focus, .category-edit-row input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(240,100,73,.1); }
.category-add-form button, .category-edit-row button { background: var(--ink-deep); border: 0; border-radius: 9px; color: white; cursor: pointer; font-size: 9px; font-weight: 850; min-height: 40px; padding: 9px 13px; }
.category-add-form button:disabled, .category-edit-row button:disabled { cursor: wait; opacity: .55; }
.category-editor-list { display: flex; flex-direction: column; gap: 9px; }
.category-edit-row { align-items: end; border: 1px solid var(--line); border-radius: 13px; display: grid; gap: 10px; grid-template-columns: 34px minmax(120px,.55fr) minmax(180px,1fr) 70px; padding: 11px; }
.category-edit-row > span { align-items: center; background: #eee8dd; border-radius: 50%; color: #736b61; display: flex; font-size: 8px; font-weight: 900; height: 30px; justify-content: center; margin-bottom: 5px; width: 30px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 560px; }
  .section-heading { gap: 26px; grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid a:nth-child(3) { border-right: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-layout, .faq-section, .admin-intro, .admin-workspace { grid-template-columns: 1fr; }
  .trust-panel { min-height: 470px; }
  .admin-workspace { gap: 20px; }
  .category-admin-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; }
  .brand-copy small { display: none; }
  .nav-cta { font-size: 9px; padding: 11px 13px; }
  .nav-cta svg { display: none; }
  .hero { padding-bottom: 52px; padding-top: 120px; }
  .hero h1 { font-size: clamp(47px, 14vw, 67px); }
  .hero-proof { justify-content: space-between; }
  .hero-proof div { min-width: 0; padding: 0 12px; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { min-height: 430px; }
  .hero-image { border-radius: 26px 26px 82px 26px; }
  .hero-label { bottom: 24px; left: 21px; }
  .hero-float-card { top: 16px; bottom: auto; left: 12px; right: auto; max-width: calc(100% - 24px); }
  .benefit-strip { align-items: flex-start; flex-direction: column; gap: 9px; }
  .benefit-strip i { display: none; }
  .category-section { padding-bottom: 76px; padding-top: 76px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid a, .category-grid a:nth-child(3) { border-right: 0; min-height: 190px; }
  .product-section, .process-section, .trust-section, .faq-section { padding-bottom: 76px; padding-top: 76px; }
  .product-heading { align-items: flex-start; flex-direction: column; }
  .product-grid, .process-grid, .promise-grid { grid-template-columns: 1fr; }
  .product-price-row { align-items: flex-start; flex-direction: column; }
  .process-grid article { min-height: 270px; }
  .process-grid article > i { margin-bottom: 48px; }
  .trust-panel { border-radius: 26px 26px 76px 26px; min-height: 430px; }
  .promise-grid article, .promise-grid article:nth-child(even) { border-right: 0; min-height: 145px; padding-left: 0; }
  .faq-section { gap: 48px; }
  .contact-section { padding-bottom: 80px; padding-top: 80px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  footer { align-items: flex-start; grid-template-columns: 1fr; }
  .admin-header { align-items: flex-start; gap: 18px; }
  .admin-account { align-items: flex-end; flex-direction: column; gap: 7px; }
  .admin-account span { display: none; }
  .admin-intro { gap: 20px; padding-bottom: 35px; padding-top: 52px; }
  .admin-workspace { padding-left: 16px; padding-right: 16px; }
  .admin-form-card, .admin-list-card, .admin-category-card { border-radius: 18px; padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .admin-product-list article { align-items: start; grid-template-columns: 75px 1fr; }
  .admin-product-thumb { height: 72px; width: 75px; }
  .admin-product-actions { flex-direction: row; grid-column: 1 / -1; }
  .admin-product-actions button { flex: 1; }
  .category-edit-row { align-items: stretch; grid-template-columns: 30px 1fr; }
  .category-edit-row label, .category-edit-row button { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Standalone PHP hosting additions */
[hidden] { display: none !important; }
.category-grid a.active { background: #fff4ef; box-shadow: inset 0 -4px 0 var(--coral); }
.catalogue-filter-bar { align-items: center; color: #aebdce; display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; margin: -28px 0 22px; }
.catalogue-filter-bar button, .filter-empty button { background: transparent; border: 0; color: #9ce5df; cursor: pointer; font-size: 10px; font-weight: 850; padding: 6px 0; }
.filter-empty { margin-top: 18px; }

.link-button { background: none; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 800; padding: 0 0 3px; }
.admin-global-notice { margin: -24px auto 24px; max-width: min(1310px, calc(100% - 48px)); }
.admin-product-actions form { margin: 0; }
.admin-product-actions .edit-product-link { background: var(--ink-deep); border: 1px solid var(--ink-deep); border-radius: 8px; color: white; font-size: 8px; font-weight: 800; min-width: 76px; padding: 8px 9px; text-align: center; }
.image-dropzone > [data-upload-prompt] { align-items: center; display: flex; flex-direction: column; gap: 7px; margin: 0; }
.image-dropzone > [data-upload-prompt] small { color: var(--muted); font-size: 10px; }
.category-edit-row { grid-template-columns: 34px minmax(120px,.55fr) minmax(180px,1fr) 70px 70px; }
.category-fields { display: contents; }
.category-edit-row > form:last-child { align-self: end; }
.category-delete-button { background: #fff1ee !important; color: #a23522 !important; width: 100%; }
.password-form { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr) auto; }
.password-form button { align-self: end; background: var(--ink-deep); border: 0; border-radius: 10px; color: white; cursor: pointer; font-size: 9px; font-weight: 850; min-height: 44px; padding: 0 19px; }

.standalone-form { display: flex; flex-direction: column; gap: 17px; }
.standalone-form label { display: flex; flex-direction: column; gap: 7px; }
.standalone-form label > span { color: #435064; font-size: 9px; font-weight: 850; letter-spacing: .04em; }
.standalone-form input, .standalone-form select, .standalone-form textarea { background: white; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); min-height: 46px; outline: none; padding: 11px 12px; width: 100%; }
.standalone-form input:focus, .standalone-form select:focus, .standalone-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(240,100,73,.1); }
.standalone-form hr { border: 0; border-top: 1px solid var(--line); margin: 5px 0; width: 100%; }
.password-form.standalone-form { display: grid; }

.auth-body { background: #f4efe6; min-height: 100vh; }
.auth-shell { margin: 0 auto; max-width: 540px; padding: 70px 24px; }
.auth-brand { margin-bottom: 30px; }
.auth-card { background: var(--paper); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 28px 70px rgba(17,28,45,.1); padding: clamp(27px, 6vw, 46px); }
.auth-card h1 { color: var(--ink-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 8vw, 58px); letter-spacing: -.05em; line-height: 1; margin: 0; }
.auth-card > p:not(.section-kicker) { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 18px 0 25px; }
.auth-submit { border: 0; cursor: pointer; margin-top: 4px; width: 100%; }
.auth-back { color: var(--muted); display: inline-block; font-size: 10px; font-weight: 750; margin-top: 23px; }
.setup-shell { max-width: 760px; }
.setup-card h1 { font-size: clamp(38px, 7vw, 62px); }
.manual-config { background: #f3eee5; border-radius: 14px; margin-top: 26px; padding: 18px; }
.manual-config h2 { font-family: Georgia, "Times New Roman", serif; margin: 0; }
.manual-config p { color: var(--muted); font-size: 10px; }
.manual-config textarea { border: 1px solid var(--line); border-radius: 8px; font-family: monospace; font-size: 10px; padding: 10px; width: 100%; }

.edit-intro { padding-bottom: 38px; }
.edit-product-shell { margin: 0 auto; max-width: 1120px; padding: 0 clamp(18px,5vw,70px) 80px; }
.edit-product-form { display: flex; flex-direction: column; gap: 20px; }
.edit-form-section { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 28px; }
.existing-image-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.existing-image-grid article { background: #f3eee5; border: 1px solid transparent; border-radius: 15px; overflow: hidden; padding: 9px; transition: opacity 180ms ease; }
.existing-image-grid article.marked-for-removal { border-color: #e99283; opacity: .45; }
.existing-image-grid img { aspect-ratio: 1 / .8; background: white; border-radius: 10px; height: auto; object-fit: contain; padding: 5px; width: 100%; }
.existing-image-grid label { align-items: center; display: flex !important; flex-direction: row !important; font-size: 9px; gap: 7px !important; margin-top: 9px; }
.existing-image-grid .remove-photo { color: #a23522; }
.compact-dropzone { aspect-ratio: auto; min-height: 230px; }
.edit-save-bar { align-items: center; background: rgba(255,253,248,.96); border: 1px solid var(--line); border-radius: 17px; bottom: 18px; box-shadow: 0 16px 38px rgba(17,28,45,.1); display: flex; justify-content: space-between; padding: 13px 15px 13px 22px; position: sticky; z-index: 10; }
.edit-save-bar > a { color: var(--muted); font-size: 10px; font-weight: 800; }
.edit-save-bar .button { border: 0; cursor: pointer; min-height: 48px; }

@media (max-width: 1050px) {
  .password-form { grid-template-columns: 1fr 1fr; }
  .password-form button { min-height: 46px; }
  .category-edit-row { grid-template-columns: 34px minmax(100px,.55fr) minmax(160px,1fr) 70px 70px; }
}

@media (max-width: 680px) {
  .admin-global-notice { margin-left: 16px; margin-right: 16px; max-width: none; }
  .admin-product-actions .edit-product-link { flex: 1; }
  .admin-product-actions form { flex: 1; }
  .admin-product-actions form button { width: 100%; }
  .category-edit-row { grid-template-columns: 30px 1fr; }
  .category-fields { display: contents; }
  .category-edit-row label, .category-edit-row button, .category-edit-row > form:last-child { grid-column: 1 / -1; }
  .password-form { grid-template-columns: 1fr; }
  .existing-image-grid { grid-template-columns: repeat(2, 1fr); }
  .edit-form-section { border-radius: 18px; padding: 20px; }
  .edit-save-bar { align-items: stretch; flex-direction: column; gap: 12px; padding: 14px; }
  .edit-save-bar > a { text-align: center; }
}
