:root {
  --navy: #1e2a43;
  --navy-deep: #141c2e;
  --gold: #c9a45c;
  --gold-soft: #e2c684;
  --cream: #fbf8f2;
  --sand: #efe2c7;
  --ink: #161616;
  --muted: #666a73;
  --line: rgba(30, 42, 67, 0.12);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--cream);
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.lp-path-switch {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #f4f1ea;
  border-bottom: 1px solid var(--line);
  padding: 10px 0 12px;
}
.lp-path-switch-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 0 !important;
  border: 1px solid rgba(30, 42, 67, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 32, 44, 0.06);
}
.lp-path-switch a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  min-height: 58px;
  min-width: 0;
  padding: 10px 8px !important;
  text-align: center;
  text-decoration: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid rgba(30, 42, 67, 0.12) !important;
  background: #fff !important;
  color: var(--navy) !important;
  box-shadow: none !important;
}
.lp-path-switch a:last-child { border-right: 0 !important; }
.lp-path-switch a strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
}
.lp-path-switch a .path-switch-hint {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}
.lp-path-switch .path-switch-short { display: none; }
.lp-path-switch .path-switch-full { display: inline; }
.lp-path-switch a:hover { background: rgba(201, 164, 92, 0.12) !important; }
.lp-path-switch a.is-active {
  background: var(--navy) !important;
  color: #fff !important;
}
.lp-path-switch a.is-active .path-switch-hint { color: rgba(255, 255, 255, 0.78); }
@media (max-width: 760px) {
  .lp-path-switch { padding: 8px 0 10px; }
  .lp-path-switch-inner {
    width: min(var(--max), calc(100% - 20px));
    border-radius: 14px;
  }
  .lp-path-switch a { min-height: 54px; padding: 8px 4px !important; }
  .lp-path-switch a strong { font-size: 0.78rem; letter-spacing: -0.01em; }
  .lp-path-switch a .path-switch-hint { font-size: 0.66rem; }
  .lp-path-switch .path-switch-full { display: none; }
  .lp-path-switch .path-switch-short { display: inline; }
}

.lp-top {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 0.95rem 0;
}
@media (max-width: 760px) {
  .lp-top { top: 70px; }
}
.lp-logo img {
  height: 42px;
  width: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}
.lp-nav {
  display: none;
  gap: 1rem;
}
.lp-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(247, 241, 230, 0.78);
}
.lp-nav a:hover,
.lp-nav a.active { color: #fff; }
.lp-phone {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.85rem;
  color: #fff;
  white-space: nowrap;
}

.lp-hero {
  position: relative;
  min-height: min(92dvh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #f7f1e6;
  isolation: isolate;
}
.lp-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 20%;
  transform: scale(1.05);
  animation: lp-ken 20s ease-out forwards;
}
.lp-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 18, 28, 0.82) 0%, rgba(14, 18, 28, 0.45) 48%, rgba(14, 18, 28, 0.22) 100%),
    linear-gradient(180deg, rgba(14, 18, 28, 0.18) 0%, rgba(14, 18, 28, 0.78) 100%);
}
.lp-hero-copy {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(5.5rem, 14vw, 7.5rem) 0 clamp(2.2rem, 5vw, 3.2rem);
  animation: lp-rise 0.9s ease-out both;
}
.lp-brand {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.lp-hero h1 {
  margin: 0 0 0.75rem;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 8vw, 4.6rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.lp-lede {
  margin: 0 0 1.6rem;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(247, 241, 230, 0.88);
}
.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-deep);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  transition: transform 0.2s ease, background 0.2s ease;
}
.lp-cta:hover {
  transform: translateY(-2px);
  background: var(--gold-soft);
}
.lp-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lp-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
}

.lp-main {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 0 0 3.5rem;
}
.lp-section {
  padding: clamp(2.8rem, 6vw, 4.2rem) 0 0;
}
.lp-section-head {
  max-width: 38rem;
  margin-bottom: 1.6rem;
}
.lp-section-head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.lp-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 500;
}

.lp-usp {
  display: grid;
  gap: 1rem;
}
.lp-usp article {
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}
.lp-usp article:last-child { border-bottom: 1px solid var(--line); }
.lp-usp h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
}
.lp-usp p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.lp-split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.lp-split figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}
.lp-split img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  animation: lp-fade-in 1s ease both;
}
.lp-split-copy h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--navy);
}
.lp-split-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 500;
}
.lp-split-copy p:last-child { margin-bottom: 0; }

.lp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
  counter-reset: step;
}
.lp-steps li {
  counter-increment: step;
  padding-left: 3.2rem;
  position: relative;
}
.lp-steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--gold);
}
.lp-steps h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  color: var(--navy);
}
.lp-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.lp-craft-grid {
  display: grid;
  gap: 1rem;
}
.lp-craft-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}
.lp-craft-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.lp-craft-grid figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.lp-price-band {
  margin-top: clamp(2.8rem, 6vw, 4rem);
  padding: clamp(1.6rem, 4vw, 2.2rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.25rem;
}
.lp-price-band strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
}
.lp-price-band p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.lp-faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}
.lp-faq details:last-child { border-bottom: 1px solid var(--line); }
.lp-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--navy);
  font-size: 1.02rem;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq details p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.lp-final {
  margin-top: clamp(2.8rem, 6vw, 4rem);
  padding: clamp(2rem, 5vw, 2.8rem) 0;
  text-align: left;
}
.lp-final h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 600;
  color: var(--navy);
}
.lp-final p {
  margin: 0 0 1.35rem;
  max-width: 34rem;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}
.lp-final .lp-cta { color: var(--navy-deep); }

.lp-foot {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 1.4rem 0 2.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}
.lp-foot a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}
.lp-foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin-top: 0.75rem;
}

.lp-cta-ghost.on-light {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}
.lp-cta-ghost.on-light:hover {
  background: var(--cream);
  border-color: rgba(30, 42, 67, 0.28);
}

.lp-related {
  margin-top: clamp(2.4rem, 5vw, 3.5rem);
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.lp-related h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--navy);
}
.lp-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.lp-related-list a {
  text-decoration: none;
  font-weight: 700;
  color: var(--navy);
  border-bottom: 1px solid transparent;
}
.lp-related-list a:hover {
  border-bottom-color: var(--gold);
}
.lp-related-list span {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.45;
}
@media (min-width: 820px) {
  .lp-related-list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
  }
}

@keyframes lp-ken {
  from { transform: scale(1.05); }
  to { transform: scale(1); }
}
@keyframes lp-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes lp-fade-in {
  from { opacity: 0.7; transform: scale(1.02); }
  to { opacity: 1; transform: scale(1); }
}

@media (min-width: 820px) {
  .lp-nav { display: flex; }
  .lp-usp { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .lp-usp article {
    border: none;
    padding: 0;
  }
  .lp-usp article:last-child { border: none; }
  .lp-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
  .lp-split.reverse { grid-template-columns: 0.95fr 1.05fr; }
  .lp-split.reverse figure { order: 2; }
  .lp-steps { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .lp-steps li { padding-left: 0; padding-top: 2.4rem; }
  .lp-steps li::before { top: 0; }
  .lp-craft-grid { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .lp-price-band { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 760px) {
  .lp-hero { min-height: min(86dvh, 680px); }
  .lp-hero h1 { max-width: 10ch; }
  .lp-phone { font-size: 0.78rem; }
}

/* force-deploy 20260730213451 */

/* path-switch polish 20260730e */
