/* Phyllux Tech — Lume craft system (2026-09) */
:root {
  --lume-paper: #f4efe6;
  --lume-paper-deep: #ebe3d4;
  --lume-ink: #171c17;
  --lume-ink-soft: #3a433b;
  --lume-mute: #6b746c;
  --lume-sage: #4f6f58;
  --lume-sage-bright: #6a8f72;
  --lume-copper: #b57a3c;
  --lume-copper-soft: #d4a56a;
  --lume-line: rgba(23, 28, 23, 0.12);
  --lume-glass: rgba(244, 239, 230, 0.72);
  --lume-display: "Fraunces", "Georgia", serif;
  --lume-sans: "Outfit", "Segoe UI", sans-serif;
  --lume-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body.pt-lume {
  margin: 0;
  background: var(--lume-paper);
  color: var(--lume-ink);
  font-family: var(--lume-sans);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

body.pt-lume::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(181, 122, 60, 0.08), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(79, 111, 88, 0.1), transparent 28%);
}

body.pt-lume .phyllux-skip-link {
  background: var(--lume-ink);
  color: var(--lume-paper);
}

/* Soften chrome into the light brand */
body.pt-lume .phyllux-site-status {
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0;
  padding: 0.55rem 1.25rem;
  text-align: center;
  color: var(--lume-mute);
  font-size: 0.82rem;
}

body.pt-lume .phyllux-site-status a {
  color: var(--lume-sage);
  text-decoration: none;
  border-bottom: 1px solid rgba(79, 111, 88, 0.35);
}

body.pt-lume .phyllux-topbar {
  background: var(--lume-glass);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lume-line);
  color: var(--lume-ink);
}

body.pt-lume .phyllux-topbar-brand {
  color: var(--lume-ink);
  font-family: var(--lume-display);
  font-weight: 650;
  letter-spacing: 0.04em;
}

body.pt-lume .phyllux-sidebar-toggle__bars span {
  background: var(--lume-ink);
}

body.pt-lume .phyllux-sidebar {
  background: #f8f4ec;
  color: var(--lume-ink);
  border-right: 1px solid var(--lume-line);
}

body.pt-lume .phyllux-sidebar__wordmark {
  font-family: var(--lume-display);
  letter-spacing: 0.06em;
}

body.pt-lume .phyllux-sidebar__lede {
  color: var(--lume-mute);
}

body.pt-lume .phyllux-sb-label {
  color: var(--lume-copper);
}

body.pt-lume .phyllux-sidebar__nav a {
  color: var(--lume-ink-soft);
}

body.pt-lume .phyllux-sidebar__nav a.phyllux-current,
body.pt-lume .phyllux-sidebar__nav a:hover {
  color: var(--lume-ink);
  background: rgba(181, 122, 60, 0.1);
}

body.pt-lume .archive-footer {
  position: relative;
  z-index: 1;
  background: var(--lume-ink);
  color: rgba(244, 239, 230, 0.72);
  border: 0;
  padding: 2.75rem 1.5rem 3rem;
}

body.pt-lume .archive-footer a {
  color: #f4efe6;
}

body.pt-lume .archive-footer__line {
  color: var(--lume-copper-soft);
}

/* Full bleed business chrome: drawer + top nav (no permanent sidebar) */
body.pt-lume.phyllux-site-shell {
  padding-left: 0 !important;
  padding-top: 0 !important;
}

body.pt-lume .phyllux-site-status {
  position: relative;
  z-index: 5;
  max-width: none;
  margin: 0;
  padding: 0.45rem 1.25rem;
  text-align: center;
  border: 0;
  background: rgba(244, 239, 230, 0.92);
  color: var(--lume-mute);
  font-size: 0.82rem;
}

body.pt-lume .phyllux-site-status a {
  color: var(--lume-sage);
  text-decoration: none;
  border-bottom: 1px solid rgba(79, 111, 88, 0.35);
}

body.pt-lume .phyllux-topbar {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 3.6rem;
  padding: 0 1rem 0 0.75rem;
  align-items: center;
  gap: 0.75rem;
  background: rgba(244, 239, 230, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--lume-line);
  color: var(--lume-ink);
}

body.pt-lume .phyllux-topbar-brand {
  color: var(--lume-ink);
  font-family: var(--lume-display);
  font-weight: 650;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-size: 1.05rem;
}

body.pt-lume .phyllux-sidebar-toggle {
  border-color: var(--lume-line);
  color: var(--lume-ink);
  background: transparent;
}

body.pt-lume .phyllux-sidebar-toggle__bars span {
  background: var(--lume-ink);
}

body.pt-lume .lume-topnav {
  display: none;
  margin-left: auto;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.2rem 0.85rem;
  min-width: 0;
}

body.pt-lume .lume-topnav a {
  color: var(--lume-ink-soft);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

body.pt-lume .lume-topnav a:hover,
body.pt-lume .lume-topnav a.phyllux-current {
  color: var(--lume-ink);
}

body.pt-lume .lume-topcta {
  display: none;
  flex-shrink: 0;
  margin-left: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 0.45rem;
  background: var(--lume-copper);
  color: #171c17;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.88rem;
}

body.pt-lume .lume-topcta:hover {
  background: var(--lume-copper-soft);
}

@media (min-width: 1080px) {
  body.pt-lume .lume-topnav {
    display: flex;
  }
  body.pt-lume .lume-topcta {
    display: inline-flex;
  }
  body.pt-lume .phyllux-sidebar-toggle {
    display: none;
  }
}

/* Sidebar as overlay drawer on all widths for business */
body.pt-lume .phyllux-sidebar {
  transform: translateX(-105%);
  background: #f8f4ec !important;
  color: var(--lume-ink);
  border-right: 1px solid var(--lume-line);
  box-shadow: 8px 0 40px rgba(23, 28, 23, 0.12);
}

body.pt-lume.phyllux-drawer-open .phyllux-sidebar {
  transform: translateX(0);
}

body.pt-lume .phyllux-sidebar__wordmark {
  color: var(--lume-ink);
}

body.pt-lume .phyllux-sidebar__lede {
  color: var(--lume-mute);
  border-bottom-color: var(--lume-line);
}

body.pt-lume .phyllux-sb-label {
  color: var(--lume-copper);
}

body.pt-lume .phyllux-sidebar__nav a {
  color: var(--lume-ink-soft);
}

body.pt-lume .phyllux-sidebar__nav a.phyllux-current,
body.pt-lume .phyllux-sidebar__nav a:hover {
  color: var(--lume-ink);
  background: rgba(181, 122, 60, 0.1);
}

body.pt-lume .phyllux-sidebar-backdrop {
  display: block;
}

body.pt-lume:not(.phyllux-drawer-open) .phyllux-sidebar-backdrop {
  display: none !important;
}

body.pt-lume .lume-main {
  padding-top: 0;
}

body.pt-lume .lume-hero {
  min-height: 100vh;
  min-height: 100dvh;
}

/* Status strip sits under fixed topbar; main does not double pad */
body.pt-lume .phyllux-site-status {
  margin-top: 3.6rem;
}

body.pt-lume .lume-hero__copy {
  padding-top: 7.5rem;
}

/* Layout */
.lume-main {
  position: relative;
  z-index: 1;
}

.lume-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.lume-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.02);
  animation: lumeKen 18s var(--lume-ease) infinite alternate;
}

.lume-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 28, 23, 0.42) 0%, rgba(23, 28, 23, 0.28) 36%, rgba(23, 28, 23, 0.82) 100%),
    linear-gradient(90deg, rgba(23, 28, 23, 0.55) 0%, rgba(23, 28, 23, 0.18) 58%);
}

.lume-hero__copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 2.4rem));
  margin: 0 auto 4.25rem;
  padding-top: 7rem;
  animation: lumeRise 1s var(--lume-ease) both;
}

.lume-brand {
  margin: 0 0 1rem;
  font-family: var(--lume-display);
  font-size: clamp(3.2rem, 10vw, 6.4rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: #f8f4ec;
}

.lume-brand em {
  font-style: italic;
  font-weight: 550;
  color: var(--lume-copper-soft);
}

.lume-hero__line {
  margin: 0 0 0.85rem;
  max-width: 14ch;
  font-family: var(--lume-display);
  font-size: clamp(1.45rem, 3.4vw, 2.25rem);
  font-weight: 550;
  line-height: 1.15;
  color: #f4efe6;
}

.lume-hero__lede {
  margin: 0 0 1.6rem;
  max-width: 36ch;
  color: #f8f4ec;
  font-size: 1.08rem;
  text-shadow: 0 1px 12px rgba(8, 10, 8, 0.45);
}

.lume-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.lume-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border-radius: 0.55rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s var(--lume-ease), background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lume-btn:hover {
  transform: translateY(-2px);
}

.lume-btn--solid {
  background: var(--lume-copper);
  color: #171c17;
}

.lume-btn--solid:hover {
  background: var(--lume-copper-soft);
}

.lume-btn--ghost {
  border: 1.5px solid rgba(244, 239, 230, 0.88);
  color: #fff;
  background: rgba(23, 28, 23, 0.42);
}

.lume-btn--ghost:hover {
  background: rgba(244, 239, 230, 0.12);
}

.lume-btn--ink {
  background: var(--lume-ink);
  color: var(--lume-paper);
}

.lume-btn--ink:hover {
  background: #2a332a;
}

.lume-btn--line {
  border: 1px solid var(--lume-line);
  color: var(--lume-ink);
  background: transparent;
}

.lume-btn--line:hover {
  border-color: var(--lume-copper);
  color: var(--lume-copper);
}

.lume-section {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 5rem 0;
}

.lume-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--lume-copper);
}

.lume-h2 {
  margin: 0 0 0.85rem;
  font-family: var(--lume-display);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.lume-lede {
  margin: 0 0 2.2rem;
  max-width: 48ch;
  color: var(--lume-mute);
  font-size: 1.08rem;
}

.lume-rail {
  display: grid;
  gap: 1rem;
}

@media (min-width: 860px) {
  .lume-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.lume-offer {
  padding: 1.5rem 1.35rem 1.6rem;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--lume-line);
  border-radius: 1.25rem;
  transition: transform 0.35s var(--lume-ease), box-shadow 0.35s ease;
}

.lume-offer:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(23, 28, 23, 0.08);
}

.lume-offer h3 {
  margin: 0 0 0.55rem;
  font-family: var(--lume-display);
  font-size: 1.45rem;
  font-weight: 600;
}

.lume-offer p {
  margin: 0;
  color: var(--lume-mute);
}

.lume-duo {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .lume-duo {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
  .lume-duo--flip .lume-duo__media {
    order: -1;
  }
}

.lume-duo__media {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
  border: 1px solid var(--lume-line);
}

.lume-mosaic {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .lume-mosaic {
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto;
  }
  .lume-mosaic__wide {
    grid-row: span 2;
    height: 100%;
    object-fit: cover;
  }
}

.lume-mosaic img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.35rem;
  border: 1px solid var(--lume-line);
}

.lume-band {
  background:
    linear-gradient(135deg, rgba(79, 111, 88, 0.1), transparent 45%),
    var(--lume-paper-deep);
  border-top: 1px solid var(--lume-line);
  border-bottom: 1px solid var(--lume-line);
}

.lume-band .lume-section {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

@media (min-width: 860px) {
  .lume-band .lume-section {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.lume-mark {
  width: min(280px, 70%);
  height: auto;
  border-radius: 50%;
  border: 1px solid var(--lume-line);
  justify-self: center;
}

.lume-people {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .lume-people {
    grid-template-columns: 1fr 1fr;
  }
}

.lume-person {
  padding: 1.6rem 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--lume-line);
  border-radius: 1.35rem;
}

.lume-person h3 {
  margin: 0;
  font-family: var(--lume-display);
  font-size: 1.55rem;
  font-weight: 600;
}

.lume-person__role {
  margin: 0.25rem 0 0.8rem;
  color: var(--lume-copper);
  font-weight: 650;
  font-size: 0.95rem;
}

.lume-person p {
  margin: 0;
  color: var(--lume-mute);
}

.lume-page {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 6.75rem 0 1rem;
  animation: lumeRise 0.8s var(--lume-ease) both;
}

.lume-page h1 {
  margin: 0 0 0.8rem;
  font-family: var(--lume-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.lume-page > p {
  margin: 0;
  max-width: 46ch;
  color: var(--lume-mute);
  font-size: 1.12rem;
}

.lume-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.lume-list a {
  color: var(--lume-sage);
  text-decoration: none;
  border-bottom: 1px solid rgba(79, 111, 88, 0.3);
}

.lume-list a:hover {
  color: var(--lume-ink);
}

.lume-form {
  display: grid;
  gap: 0.95rem;
  max-width: 34rem;
  margin-top: 1.5rem;
}

.lume-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.92rem;
  color: var(--lume-ink-soft);
}

.lume-form input,
.lume-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--lume-line);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0.85rem;
  padding: 0.8rem 0.95rem;
  font: inherit;
  color: var(--lume-ink);
}

.lume-form textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.lume-note {
  margin-top: 1rem;
  color: var(--lume-mute);
  font-size: 0.95rem;
}

.lume-price {
  color: var(--lume-ink);
  font-weight: 650;
}

@keyframes lumeRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lumeKen {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .lume-hero__img,
  .lume-hero__copy,
  .lume-page,
  .lume-btn,
  .lume-offer {
    animation: none;
    transition: none;
  }
}
