:root {
  --ls-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  --ls-border: 1px solid color-mix(in srgb, var(--wp--preset--color--paper) 18%, transparent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body.admin-bar .ls-site-header {
  top: 32px;
}

.wp-site-blocks > *,
.ls-site-header > *,
.ls-footer > *,
.ls-section,
.ls-hero__content,
.ls-page-hero__content {
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: max(1rem, env(safe-area-inset-right));
}

.skip-link {
  display: none !important;
  left: 1rem;
  position: absolute;
  top: -4rem;
  z-index: 1000;
}

.skip-link:focus {
  top: 1rem;
}

.ls-site-header {
  backdrop-filter: blur(18px);
  background: rgba(17, 16, 14, 0.74);
  border-bottom: var(--ls-border);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.ls-site-header .alignwide {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

.ls-site-header .wp-block-site-title {
  flex: 1 1 auto;
  min-width: 0;
}

.ls-site-header .wp-block-site-title a {
  color: var(--wp--preset--color--paper);
  text-decoration: none;
}

.ls-brand {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.05rem;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.ls-mobile-fallback-nav {
  display: none;
}

.ls-primary-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
  justify-content: flex-end;
}

.ls-primary-nav a {
  color: var(--wp--preset--color--paper);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ls-primary-nav a:hover,
.ls-primary-nav a:focus-visible {
  color: var(--wp--preset--color--accent);
}

.ls-mobile-fallback-nav details {
  position: relative;
}

.ls-mobile-fallback-nav summary {
  border: 1px solid var(--wp--preset--color--accent);
  color: var(--wp--preset--color--paper);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  list-style: none;
  min-height: 38px;
  padding: 0.62rem 0.78rem;
  text-transform: uppercase;
}

.ls-mobile-fallback-nav summary::-webkit-details-marker {
  display: none;
}

.ls-mobile-fallback-nav details[open] summary {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--ink);
}

.ls-mobile-fallback-nav details > div {
  background: rgba(17, 16, 14, 0.98);
  border: var(--ls-border);
  box-shadow: var(--ls-shadow);
  display: grid;
  gap: 0;
  min-width: min(82vw, 280px);
  padding: 0.35rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.55rem);
  z-index: 80;
}

.ls-mobile-fallback-nav a {
  color: var(--wp--preset--color--paper);
  display: flex;
  font-weight: 800;
  min-height: 48px;
  align-items: center;
  padding: 0.9rem 0.95rem;
  text-decoration: none;
}

.ls-mobile-fallback-nav a + a {
  border-top: var(--ls-border);
}

.ls-kicker {
  color: var(--wp--preset--color--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ls-hero,
.ls-page-hero {
  background: var(--wp--preset--color--ink);
  display: grid;
  isolation: isolate;
  min-height: calc(100svh - 70px);
  overflow: hidden;
  position: relative;
}

.ls-hero::after,
.ls-page-hero::after {
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.94) 0%, rgba(17, 16, 14, 0.7) 24%, rgba(17, 16, 14, 0.16) 50%, rgba(17, 16, 14, 0.02) 100%),
    linear-gradient(0deg, rgba(17, 16, 14, 0.9) 0%, rgba(17, 16, 14, 0.38) 24%, rgba(17, 16, 14, 0.04) 62%);
  content: "";
  grid-area: 1 / 1;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ls-hero img,
.ls-page-hero img {
  background: #090807;
  display: block;
  height: 100%;
  inset: 0;
  min-height: calc(100svh - 70px);
  object-fit: contain;
  object-position: center;
  position: absolute;
  width: 100%;
}

.ls-page-hero--compact {
  min-height: calc(100svh - 70px);
}

.ls-page-hero--compact img {
  min-height: calc(100svh - 70px);
}

.ls-page-hero--guided {
  min-height: calc(100svh - 70px);
}

.ls-page-hero--guided img {
  min-height: calc(100svh - 70px);
}

.ls-hero__content,
.ls-page-hero__content {
  align-items: end;
  display: flex;
  grid-area: 1 / 1;
  min-height: inherit;
  position: relative;
  width: 100%;
  z-index: 2;
}

.ls-hero__copy {
  max-width: min(520px, 42vw);
  padding-bottom: clamp(6rem, 13svh, 8.5rem);
  padding-top: var(--wp--preset--spacing--70);
  transform: none;
}

.ls-title {
  font-size: clamp(2.4rem, 4.5vw, 4.8rem) !important;
  margin-bottom: 1rem;
}

.ls-lead {
  color: var(--wp--preset--color--paper);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
  max-width: 660px;
}

.ls-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.ls-button,
.ls-button-secondary {
  align-items: center;
  border: 1px solid var(--wp--preset--color--accent);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  text-decoration: none;
}

.ls-button {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--ink);
}

.ls-button-secondary {
  background: transparent;
  color: var(--wp--preset--color--paper);
}

.ls-section {
  padding-bottom: var(--wp--preset--spacing--60);
  padding-top: var(--wp--preset--spacing--60);
}

.ls-section > .wp-block-group.alignwide,
.ls-footer-grid.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
}

.ls-page-hero + .ls-section {
  margin-top: 0;
  padding-top: 0;
}

.ls-page-hero + .ls-section > .wp-block-group,
.ls-page-hero + .ls-section .ls-lead:first-child {
  margin-top: 0;
}

.ls-section--paper {
  background: var(--wp--preset--color--paper);
  color: var(--wp--preset--color--ink);
}

.ls-grid-3 {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-service {
  border-top: 1px solid var(--wp--preset--color--line);
  padding-top: 1.2rem;
}

.ls-service h3 {
  color: var(--wp--preset--color--accent);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 0.65rem;
}

.ls-editorial-grid {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.ls-editorial-grid img,
.ls-portrait-image {
  box-shadow: var(--ls-shadow);
  display: block;
  height: auto;
  width: 100%;
}

.ls-page-hero__copy {
  max-width: min(540px, 44vw);
  padding: 0 0 clamp(6rem, 13svh, 8.5rem);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.55);
  transform: none;
}

.ls-page-hero--home .ls-page-hero__copy,
.ls-page-hero--about .ls-page-hero__copy,
.ls-page-hero--offer .ls-page-hero__copy,
.ls-page-hero--process .ls-page-hero__copy,
.ls-page-hero--contact .ls-page-hero__copy {
  max-width: min(430px, 32vw);
}

.ls-page-hero--contact .ls-page-hero__copy {
  max-width: min(340px, 26vw);
}

.ls-page-hero--offer .ls-page-hero__content {
  align-items: center;
}

.ls-page-hero--offer .ls-page-hero__copy {
  max-width: min(340px, 25vw);
  padding-bottom: 0;
}

.ls-page-hero--gallery .ls-page-hero__copy {
  max-width: min(450px, 34vw);
}

.ls-page-hero--home .ls-title,
.ls-page-hero--about .ls-title,
.ls-page-hero--offer .ls-title,
.ls-page-hero--gallery .ls-title,
.ls-page-hero--process .ls-title,
.ls-page-hero--contact .ls-title {
  font-size: clamp(2rem, 3vw, 3.35rem) !important;
  line-height: 0.98 !important;
}

.ls-page-hero--about .ls-title,
.ls-page-hero--offer .ls-title {
  font-size: clamp(1.9rem, 2.7vw, 3rem) !important;
}

.ls-page-hero--offer .ls-title {
  font-size: clamp(1.72rem, 2.25vw, 2.45rem) !important;
}

.ls-page-hero--contact .ls-title {
  font-size: clamp(1.65rem, 2.25vw, 2.55rem) !important;
}

.ls-page-hero--gallery .ls-title {
  font-size: clamp(1.85rem, 2.65vw, 3rem) !important;
}

.ls-page-hero--contact .ls-lead,
.ls-page-hero--offer .ls-lead,
.ls-page-hero--gallery .ls-lead,
.ls-page-hero--process .ls-lead {
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.45;
}

.ls-scroll-cue {
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--paper) 34%, transparent);
  bottom: 1.35rem;
  color: var(--wp--preset--color--paper);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.65rem;
  left: 50%;
  letter-spacing: 0.12em;
  min-height: 42px;
  padding: 0.7rem 0.9rem;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 3;
}

.ls-scroll-cue::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  display: block;
  height: 0.58rem;
  transform: rotate(45deg) translateY(-0.12rem);
  width: 0.58rem;
}

.ls-scroll-cue:hover,
.ls-scroll-cue:focus-visible {
  background: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--ink);
}

.ls-home-actions {
  border-top: var(--ls-border);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: var(--wp--preset--spacing--40);
}

.ls-home-actions .ls-button,
.ls-home-actions .ls-button-secondary {
	min-width: 0;
	text-align: center;
}

.ls-seo-balance-image {
	height: 1px;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.ls-home-seo-text {
	color: color-mix(in srgb, var(--wp--preset--color--paper) 76%, transparent);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	line-height: 1.65;
	margin: var(--wp--preset--spacing--40) 0 0;
	max-width: 760px;
}

.ls-home-seo-text h2 {
	color: var(--wp--preset--color--paper);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	margin: 0 0 0.8rem;
}

.ls-home-seo-text p {
	margin: 0 0 0.85rem;
}

.ls-home-seo-text p:last-child {
	margin-bottom: 0;
}

.ls-page-links {
  padding-top: var(--wp--preset--spacing--40);
}

.ls-page-links .alignwide {
  border-top: var(--ls-border);
  color: color-mix(in srgb, var(--wp--preset--color--paper) 78%, transparent);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.65;
  max-width: 820px;
  padding-top: var(--wp--preset--spacing--40);
}

.ls-page-links p {
  margin: 0 0 0.85rem;
}

.ls-page-links p:last-child {
  margin-bottom: 0;
}

.ls-page-links a,
.ls-home-seo-text a {
  color: var(--wp--preset--color--paper);
  font-weight: 700;
  text-decoration-color: color-mix(in srgb, var(--wp--preset--color--accent) 72%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.ls-offer-section {
  margin-left: 50% !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-top: var(--wp--preset--spacing--50);
  transform: translateX(-50%);
  width: min(var(--wp--style--global--wide-size), calc(100vw - 2rem)) !important;
}

.ls-offer-intro {
  border-bottom: var(--ls-border);
  display: grid;
  gap: 0.7rem;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
  max-width: 820px;
  padding-bottom: clamp(1.2rem, 3vw, 1.8rem);
}

.ls-offer-intro h2 {
  color: var(--wp--preset--color--paper);
  font-size: clamp(2.15rem, 4.7vw, 4.4rem);
  margin: 0;
}

.ls-offer-intro p {
  color: color-mix(in srgb, var(--wp--preset--color--paper) 78%, transparent);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.62;
  margin: 0;
  max-width: 700px;
}

.ls-offer-intro .ls-kicker {
  color: var(--wp--preset--color--accent);
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
}

.ls-next-note {
  align-items: center;
  color: var(--wp--preset--color--accent);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 0.55rem;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.ls-next-note::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  display: block;
  height: 0.5rem;
  transform: rotate(45deg) translateY(-0.12rem);
  width: 0.5rem;
}

.ls-inline-forward {
  align-items: center;
  color: var(--wp--preset--color--accent);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.ls-inline-forward::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 0.48rem;
  transform: rotate(45deg) translateY(-0.1rem);
  width: 0.48rem;
}

.ls-contact-intro {
  align-items: end;
  border-bottom: var(--ls-border);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
}

.ls-contact-intro p {
  margin: 0;
}

.ls-link-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ls-link-tile {
  border-top: var(--ls-border);
  color: var(--wp--preset--color--paper);
  display: grid;
  gap: 0.6rem;
  min-height: 150px;
  padding: 1.1rem 0;
  position: relative;
  text-decoration: none;
}

.ls-link-tile::before {
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent) 56%, transparent);
  color: var(--wp--preset--color--accent);
  content: "↗";
  display: inline-flex;
  font-weight: 900;
  height: 2rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
}

.ls-link-tile strong {
  color: var(--wp--preset--color--accent);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 500;
  line-height: 1;
}

.ls-link-tile span {
  color: var(--wp--preset--color--muted);
  font-size: 0.95rem;
}

.ls-offer-list,
.ls-steps {
  display: grid;
  gap: 0;
}

.ls-offer-list {
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.35rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-step {
  border-bottom: var(--ls-border);
  padding: 1.35rem 0;
}

.ls-offer {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--paper) 6%, transparent), transparent 34%),
    color-mix(in srgb, var(--wp--preset--color--graphite) 88%, black);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--paper) 18%, transparent);
  display: grid;
  gap: 0;
  grid-template-rows: 2.15rem auto 1fr auto;
  min-height: 100%;
  padding: clamp(1.05rem, 1.8vw, 1.35rem);
  position: relative;
}

.ls-offer--featured {
  border-color: color-mix(in srgb, var(--wp--preset--color--accent) 76%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--wp--preset--color--accent) 36%, transparent), var(--ls-shadow);
}

.ls-offer--premium {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--accent) 13%, transparent), transparent 40%),
    color-mix(in srgb, var(--wp--preset--color--graphite) 92%, black);
}

.ls-offer__topline {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: start;
  min-height: 2.15rem;
}

.ls-offer__label {
  color: color-mix(in srgb, var(--wp--preset--color--paper) 74%, transparent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.ls-offer__head {
  align-items: start;
  display: grid;
  gap: 0.18rem;
  grid-template-rows: minmax(2.85rem, auto) minmax(3.25rem, auto);
}

.ls-offer__price {
  color: var(--wp--preset--color--paper);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(2.65rem, 3.7vw, 3.55rem);
  line-height: 0.9;
  margin: 0;
  min-height: 3.25rem;
}

.ls-offer__badge {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--ink);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 0.42rem 0.58rem;
  text-transform: uppercase;
}

.ls-offer__features {
  align-content: start;
  display: grid;
  gap: 0;
  grid-auto-rows: minmax(4.2rem, auto);
  list-style: none;
  margin: 1.45rem 0 0;
  padding: 0;
}

.ls-offer__features li {
  align-items: flex-start;
  border-top: var(--ls-border);
  color: color-mix(in srgb, var(--wp--preset--color--paper) 82%, transparent);
  display: flex;
  font-size: 0.92rem;
  line-height: 1.38;
  padding: 0.72rem 0 0.72rem 1.85rem;
  position: relative;
}

.ls-offer__features li::before {
  background: var(--wp--preset--color--accent);
  border-radius: 999px;
  color: var(--wp--preset--color--ink);
  content: "✓";
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 1.15rem;
  left: 0;
  line-height: 1;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.82rem;
  width: 1.15rem;
}

.ls-offer > p:last-child {
  margin: 0;
}

.ls-offer .ls-button,
.ls-offer .ls-button-secondary {
  width: 100%;
}

.ls-offer-included .alignwide,
.ls-offer-decision .alignwide,
.ls-offer-final .alignwide {
  border-top: var(--ls-border);
  padding-top: var(--wp--preset--spacing--40);
}

.ls-offer-included h2,
.ls-offer-decision h2,
.ls-offer-final h2 {
  color: var(--wp--preset--color--accent);
  font-size: clamp(2.25rem, 4.6vw, 4rem);
  margin: 0 0 1rem;
}

.ls-offer-included ul {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.35rem 0;
  padding: 0;
}

.ls-offer-included li {
  border-bottom: var(--ls-border);
  padding: 0 0 0.7rem 2.1rem;
  position: relative;
}

.ls-offer-included li::before {
  border-bottom: 2px solid var(--wp--preset--color--accent);
  border-right: 2px solid var(--wp--preset--color--accent);
  content: "";
  height: 0.8rem;
  left: 0.35rem;
  position: absolute;
  top: 0.25rem;
  transform: rotate(45deg);
  width: 0.42rem;
}

.ls-offer-decision a:not(.ls-button-secondary),
.ls-offer-final a:not(.ls-button) {
  color: var(--wp--preset--color--paper);
  font-weight: 700;
  text-decoration-color: color-mix(in srgb, var(--wp--preset--color--accent) 72%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.ls-step {
  position: relative;
}

.ls-step p {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.ls-step:not(:last-child)::after {
  border-bottom: 1px solid var(--wp--preset--color--accent);
  border-right: 1px solid var(--wp--preset--color--accent);
  bottom: -0.45rem;
  content: "";
  display: block;
  height: 0.7rem;
  left: 1rem;
  opacity: 0.8;
  position: absolute;
  transform: rotate(45deg);
  width: 0.7rem;
}

.ls-offer h2,
.ls-step h2 {
  align-items: center;
  color: var(--wp--preset--color--accent);
  display: flex;
  font-size: clamp(2rem, 4vw, 3.25rem);
  gap: 0.45rem;
  margin: 0 0 0.3rem;
}

.ls-offer h2 {
  font-size: clamp(1.95rem, 2.5vw, 2.35rem);
  gap: 0;
  min-height: 2.85rem;
}

.ls-offer h2::before {
  display: none;
}

.ls-offer h2::before,
.ls-step h2::before {
  align-items: center;
  background: var(--wp--preset--color--accent);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent) 64%, transparent);
  content: "";
  display: inline-flex;
  flex: 0 0 2.25rem;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 2.25rem;
}

.ls-step h2::before {
  mask: var(--ls-icon) center / 1.25rem 1.25rem no-repeat;
  -webkit-mask: var(--ls-icon) center / 1.25rem 1.25rem no-repeat;
}

.ls-offer h2::before {
  mask: var(--ls-icon) center / 1.45rem 1.45rem no-repeat;
  -webkit-mask: var(--ls-icon) center / 1.45rem 1.45rem no-repeat;
}

.ls-offer:nth-of-type(1) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3.5' width='14' height='17' rx='2'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3Cpath d='M8.3 16.2c.9-2 2.1-3 3.7-3s2.8 1 3.7 3'/%3E%3C/svg%3E");
}

.ls-offer:nth-of-type(2) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3.5' width='14' height='17' rx='2'/%3E%3Cpath d='M12 15.8s-4.2-2.5-4.2-5.4c0-1.4.9-2.4 2.2-2.4.8 0 1.5.4 2 1.1.5-.7 1.2-1.1 2-1.1 1.3 0 2.2 1 2.2 2.4 0 2.9-4.2 5.4-4.2 5.4Z'/%3E%3C/svg%3E");
}

.ls-offer:nth-of-type(3) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Ccircle cx='9.2' cy='10' r='2'/%3E%3Ccircle cx='14.8' cy='10' r='2'/%3E%3Cpath d='M6.8 16.3c.7-2 1.5-3 2.4-3s1.7 1 2.4 3'/%3E%3Cpath d='M12.4 16.3c.7-2 1.5-3 2.4-3s1.7 1 2.4 3'/%3E%3C/svg%3E");
}

.ls-offer h2::before {
  display: none;
}

.ls-step:nth-of-type(1) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M8 14c-1.4-1.2-2-2.8-2-4.5a6 6 0 1 1 12 0c0 1.7-.6 3.3-2 4.5-.8.7-1 1.3-1 2H9c0-.7-.2-1.3-1-2Z'/%3E%3C/svg%3E");
}

.ls-step:nth-of-type(2) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a7 7 0 0 1-7 7H8l-5 3 2-5a7 7 0 1 1 16-5Z'/%3E%3Cpath d='M8 10h8M8 14h5'/%3E%3C/svg%3E");
}

.ls-step:nth-of-type(3) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h3l2-3h6l2 3h3v11H4V8Z'/%3E%3Ccircle cx='12' cy='13.5' r='3.5'/%3E%3C/svg%3E");
}

.ls-step:nth-of-type(4) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='m8 12 3 3 5-6'/%3E%3C/svg%3E");
}

.ls-step:nth-of-type(5) h2 {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h10M18 7h2M4 17h2M10 17h10'/%3E%3Ccircle cx='16' cy='7' r='2'/%3E%3Ccircle cx='8' cy='17' r='2'/%3E%3C/svg%3E");
}

.ls-form {
  display: grid;
  gap: 1rem;
}

.ls-form label {
  display: grid;
  font-weight: 700;
  gap: 0.35rem;
}

.ls-form input,
.ls-form textarea,
.ls-form select {
  background: #171512;
  border: 1px solid #5a4a3b;
  color: var(--wp--preset--color--paper);
  font: inherit;
  padding: 0.85rem;
  width: 100%;
}

.ls-form label:has(input[type="checkbox"]) {
  align-items: flex-start;
  display: flex;
  font-weight: 500;
  gap: 0.75rem;
  line-height: 1.45;
}

.ls-form input[type="checkbox"] {
  flex: 0 0 auto;
  height: 1.15rem;
  margin-top: 0.18rem;
  padding: 0;
  width: 1.15rem;
}

.ls-form textarea {
  min-height: 160px;
}

.ls-notice {
  border: 1px solid var(--wp--preset--color--accent);
  padding: 1rem;
}

.ls-honeypot {
  left: -9999px;
  position: absolute;
}

.ls-lightroom {
  aspect-ratio: 16 / 10;
  background: #171512;
  border: var(--ls-border);
  overflow: hidden;
  width: 100%;
}

.ls-lightroom iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.ls-lightroom-fallback {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 320px;
  padding: 2rem;
}

.ls-lightroom-fallback h2 {
  margin-top: 0;
}

.ls-lightroom-fallback p {
  margin-bottom: 0;
}

.ls-gallery-section {
  padding-bottom: var(--wp--preset--spacing--40);
}

.ls-gallery-section .ls-lightroom {
  aspect-ratio: auto;
}

.ls-gallery-section .ls-lightroom-fallback {
  min-height: 220px;
  padding: 1.35rem;
}

.ls-contact-panel {
  border: var(--ls-border);
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.ls-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.ls-social-button {
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--paper) 22%, transparent);
  color: var(--wp--preset--color--paper);
  display: inline-flex;
  font-weight: 800;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.85rem 1rem;
  text-decoration: none;
}

.ls-social-button::before {
  background: var(--wp--preset--color--accent);
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1.75rem;
  mask: var(--ls-icon) center / contain no-repeat;
  -webkit-mask: var(--ls-icon) center / contain no-repeat;
  width: 1.75rem;
}

.ls-social-button--instagram {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");
}

.ls-social-button--google {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.2 10.4v3.3h4.7c-.2 1.1-.7 2-1.6 2.6-.8.6-1.9 1-3.1 1-2.4 0-4.5-1.6-5.2-3.8-.2-.5-.3-1-.3-1.6s.1-1.1.3-1.6c.7-2.2 2.8-3.8 5.2-3.8 1.3 0 2.5.5 3.4 1.3l2.5-2.5c-1.5-1.4-3.5-2.2-5.9-2.2-3.5 0-6.5 2-8 4.9-.6 1.2-1 2.5-1 3.9s.3 2.7 1 3.9c1.5 2.9 4.5 4.9 8 4.9 2.4 0 4.5-.8 6-2.2 1.7-1.6 2.7-4 2.7-6.8 0-.6-.1-1.1-.2-1.6h-8.5z'/%3E%3C/svg%3E");
}

.ls-footer {
  border-top: var(--ls-border);
}

.ls-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr);
}

.ls-footer-links {
  display: grid;
  gap: 0.55rem;
}

.ls-footer-links a {
  align-items: center;
  color: var(--wp--preset--color--paper);
  display: inline-flex;
  gap: 0.55rem;
  text-decoration-color: color-mix(in srgb, currentColor 28%, transparent);
  text-underline-offset: 0.22em;
}

.ls-footer-links a::before {
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent) 55%, transparent);
  color: var(--wp--preset--color--accent);
  content: attr(data-icon);
  display: inline-flex;
  flex: 0 0 1.65rem;
  font-size: 0.72rem;
  font-weight: 900;
  height: 1.65rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 1.65rem;
}

.ls-footer-links a.ls-footer-instagram::before,
.ls-footer-links a.ls-footer-google::before {
  border: 0;
  content: "";
  mask: var(--ls-icon) center / contain no-repeat;
  -webkit-mask: var(--ls-icon) center / contain no-repeat;
  background: var(--wp--preset--color--accent);
}

.ls-footer-instagram {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");
}

.ls-footer-google {
  --ls-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.2 10.4v3.3h4.7c-.2 1.1-.7 2-1.6 2.6-.8.6-1.9 1-3.1 1-2.4 0-4.5-1.6-5.2-3.8-.2-.5-.3-1-.3-1.6s.1-1.1.3-1.6c.7-2.2 2.8-3.8 5.2-3.8 1.3 0 2.5.5 3.4 1.3l2.5-2.5c-1.5-1.4-3.5-2.2-5.9-2.2-3.5 0-6.5 2-8 4.9-.6 1.2-1 2.5-1 3.9s.3 2.7 1 3.9c1.5 2.9 4.5 4.9 8 4.9 2.4 0 4.5-.8 6-2.2 1.7-1.6 2.7-4 2.7-6.8 0-.6-.1-1.1-.2-1.6h-8.5z'/%3E%3C/svg%3E");
}

.ls-footer-note {
  color: var(--wp--preset--color--muted);
  font-size: 0.92rem;
  margin-top: 1rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--wp--preset--color--accent);
  outline-offset: 3px;
}

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

@media (max-width: 780px) {
  .wp-site-blocks > *,
  .ls-site-header > *,
  .ls-footer > *,
  .ls-section,
  .ls-hero__content,
  .ls-page-hero__content {
    padding-left: max(1.15rem, env(safe-area-inset-left));
    padding-right: max(1.15rem, env(safe-area-inset-right));
  }

  .ls-site-header .alignwide,
  .ls-hero__content.alignwide,
  .ls-page-hero__content.alignwide,
  .ls-hero__copy,
  .ls-page-hero__copy,
  .ls-section > .wp-block-group,
  .ls-section > .alignwide,
  .ls-footer-grid,
  main .wp-block-post-content > *:not(.alignfull) {
    padding-left: clamp(1.25rem, 5vw, 1.75rem) !important;
    padding-right: clamp(1.25rem, 5vw, 1.75rem) !important;
  }

  .ls-site-header .alignwide {
    flex-wrap: nowrap !important;
    gap: 0.75rem;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .ls-brand {
    font-size: clamp(0.78rem, 3.2vw, 0.95rem);
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }

  .ls-section > .wp-block-group.alignwide,
  .ls-footer-grid.alignwide {
    max-width: none;
    width: 100%;
  }

  .ls-site-header .wp-block-navigation,
  .ls-primary-nav {
    display: none;
  }

  .ls-mobile-fallback-nav {
    display: block;
  }

  .ls-mobile-fallback-nav details {
    position: static;
  }

  .ls-mobile-fallback-nav details > div {
    left: max(1.15rem, env(safe-area-inset-left));
    min-width: 0;
    position: fixed;
    right: max(1.15rem, env(safe-area-inset-right));
    top: calc(64px + env(safe-area-inset-top));
    width: auto;
    z-index: 999;
  }

  .ls-mobile-fallback-nav a {
    color: var(--wp--preset--color--paper) !important;
    font-size: 1rem;
  }

  .ls-hero,
  .ls-page-hero,
  .ls-page-hero--compact,
  .ls-page-hero--guided {
    display: grid;
    min-height: calc(100svh - 66px);
    overflow: hidden;
  }

  .ls-hero::after,
  .ls-page-hero::after {
    background:
      linear-gradient(0deg, rgba(17, 16, 14, 0.92) 0%, rgba(17, 16, 14, 0.58) 27%, rgba(17, 16, 14, 0.16) 52%, rgba(17, 16, 14, 0.02) 78%);
    display: block;
  }

  .ls-hero img,
  .ls-page-hero img,
  .ls-page-hero--compact img,
  .ls-page-hero--guided img {
    height: 100%;
    inset: 0;
    max-height: none;
    min-height: calc(100svh - 66px);
    object-fit: contain;
    object-position: center;
    position: absolute;
  }

  .ls-hero__content,
  .ls-page-hero__content {
    align-items: end;
    background: transparent;
    display: flex;
    min-height: inherit;
  }

  .ls-page-hero--offer .ls-page-hero__content {
    align-items: end;
  }

  .ls-hero__copy,
  .ls-page-hero__copy {
    margin: 0;
    max-width: min(17.5rem, 68vw);
    padding-bottom: clamp(4.4rem, 9.5svh, 5.5rem);
    padding-top: 0;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.82), 0 10px 34px rgba(0, 0, 0, 0.7);
    transform: none;
  }

  .ls-page-hero--home .ls-page-hero__copy,
  .ls-page-hero--about .ls-page-hero__copy,
  .ls-page-hero--offer .ls-page-hero__copy,
  .ls-page-hero--process .ls-page-hero__copy,
  .ls-page-hero--contact .ls-page-hero__copy,
  .ls-page-hero--gallery .ls-page-hero__copy {
    max-width: min(17.5rem, 68vw);
  }

  .ls-page-hero--contact .ls-page-hero__copy {
    max-width: min(15rem, 62vw);
  }

  .ls-page-hero--offer .ls-page-hero__copy {
    max-width: min(12.4rem, 50vw);
    padding-bottom: clamp(6.8rem, 17.5svh, 8.7rem);
    padding-left: clamp(0.25rem, 1.6vw, 0.5rem) !important;
    padding-right: 0 !important;
  }

  .ls-page-hero--contact .ls-page-hero__copy {
    max-width: min(12.4rem, 50vw);
    padding-bottom: clamp(6.4rem, 17svh, 8.4rem);
    padding-left: clamp(0.25rem, 1.6vw, 0.5rem) !important;
    padding-right: 0 !important;
  }

  .ls-page-hero--gallery .ls-page-hero__copy,
  .ls-page-hero--process .ls-page-hero__copy {
    max-width: min(13rem, 52vw);
    padding-left: clamp(0.25rem, 1.6vw, 0.5rem) !important;
    padding-right: 0 !important;
  }

  .ls-page-hero--home .ls-title,
  .ls-page-hero--about .ls-title,
  .ls-page-hero--offer .ls-title,
  .ls-page-hero--gallery .ls-title,
  .ls-page-hero--process .ls-title,
  .ls-page-hero--contact .ls-title {
    font-size: clamp(1.75rem, 8.2vw, 2.55rem) !important;
    line-height: 1.02 !important;
    margin-bottom: 0.72rem;
  }

  .ls-page-hero--about .ls-title,
  .ls-page-hero--offer .ls-title {
    font-size: clamp(1.7rem, 7.4vw, 2.35rem) !important;
  }

  .ls-page-hero--contact .ls-title {
    font-size: clamp(1.35rem, 6.2vw, 1.95rem) !important;
  }

  .ls-page-hero--offer .ls-title,
  .ls-page-hero--gallery .ls-title,
  .ls-page-hero--process .ls-title,
  .ls-page-hero--contact .ls-title {
    margin-bottom: 0.42rem;
  }

  .ls-page-hero--home .ls-title {
    font-size: clamp(1.42rem, 6.5vw, 2.05rem) !important;
  }

  .ls-page-hero--offer .ls-title {
    font-size: clamp(0.92rem, 4.25vw, 1.26rem) !important;
  }

  .ls-page-hero--gallery .ls-title {
    font-size: clamp(1.02rem, 4.8vw, 1.42rem) !important;
  }

  .ls-page-hero--contact .ls-title {
    font-size: clamp(0.96rem, 4.45vw, 1.32rem) !important;
  }

  .ls-page-hero--process .ls-title {
    font-size: clamp(1.02rem, 4.7vw, 1.4rem) !important;
  }

  .ls-lead,
  .ls-page-hero--contact .ls-lead,
  .ls-page-hero--offer .ls-lead,
  .ls-page-hero--gallery .ls-lead,
  .ls-page-hero--process .ls-lead {
    display: block;
    font-size: clamp(0.68rem, 3.05vw, 0.82rem);
    line-height: 1.28;
    max-width: 100%;
  }

  .ls-scroll-cue {
    bottom: 0.8rem;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
  }

  .ls-offer-jump,
  .ls-inline-forward {
    display: none;
  }

  .ls-grid-3,
  .ls-editorial-grid,
  .ls-footer-grid,
  .ls-link-grid,
  .ls-home-actions,
  .ls-contact-intro {
    grid-template-columns: 1fr;
  }

  .ls-button-row {
    display: grid;
  }

  .ls-offer-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-top: var(--wp--preset--spacing--40);
    transform: none;
    width: 100% !important;
  }

  .ls-offer-intro {
    margin-bottom: 1.1rem;
  }

  .ls-offer-intro h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .ls-offer-section > .wp-block-group.alignwide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ls-offer-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ls-offer {
    grid-template-rows: auto auto 1fr auto;
    gap: 0;
    padding: 1rem;
  }

  .ls-offer:not(:last-child)::after {
    border-bottom: 1px solid var(--wp--preset--color--accent);
    border-right: 1px solid var(--wp--preset--color--accent);
    bottom: -0.7rem;
    content: "";
    height: 0.65rem;
    left: 50%;
    opacity: 0.8;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 0.65rem;
  }

  .ls-offer__topline {
    align-items: start;
    gap: 0.55rem;
    min-height: 0;
  }

  .ls-offer__head {
    gap: 0.2rem;
    grid-template-rows: auto auto;
  }

  .ls-offer h2,
  .ls-offer__price {
    min-height: 0;
  }

  .ls-offer__label,
  .ls-offer__badge {
    font-size: 0.68rem;
  }

  .ls-offer__features li {
    font-size: 0.9rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .ls-offer__features {
    display: block;
    margin-top: 1.15rem;
  }

  .ls-offer__features li {
    min-height: 0;
  }

  .ls-lightroom-fallback {
    align-items: start;
    display: grid;
  }

  body.admin-bar .ls-site-header {
    top: 46px;
  }
}
