:root {
  --lls-porcelain: #faf8f4;
  --lls-white: #fff;
  --lls-linen: #efe8de;
  --lls-sand: #e3d9cb;
  --lls-ink: #26333b;
  --lls-blue: #294b63;
  --lls-muted-blue: #587184;
  --lls-sage: #7d8575;
  --lls-brass: #a68c65;
  --lls-serif: "Cormorant Garamond", Georgia, serif;
  --lls-sans: Inter, Arial, sans-serif;
  --lls-script: Caveat, "Segoe Print", cursive;
}

/* Elementor Pro newsletter subscriber popup */
.elementor-popup-modal:has(.lls-newsletter-popup) .dialog-widget-content {
  background: #faf8f4;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(20, 30, 35, .22);
  max-height: 90dvh;
  overflow: hidden;
}
.elementor-popup-modal:has(.lls-newsletter-popup) .dialog-message { max-height: 90dvh; overflow: auto; }
.elementor-popup-modal:has(.lls-newsletter-popup) .dialog-close-button {
  align-items: center;
  color: var(--lls-blue);
  display: flex;
  height: 44px;
  justify-content: center;
  right: 18px;
  top: 18px;
  width: 44px;
  z-index: 3;
}
.elementor-popup-modal:has(.lls-newsletter-popup) .dialog-close-button svg { fill: currentColor; height: 26px; width: 26px; }
.elementor-popup-modal:has(.lls-newsletter-popup)::before { backdrop-filter: blur(2px); }
.elementor .lls-newsletter-popup {
  align-items: stretch;
  display: grid !important;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  min-height: min(680px, 88dvh);
  overflow: hidden;
  width: 100%;
}
.elementor .lls-newsletter-popup > .lls-popup-media,
.elementor .lls-newsletter-popup > .lls-popup-content { min-width: 0; width: auto !important; }
.lls-popup-media,
.lls-popup-media .elementor-widget-image,
.lls-popup-media .elementor-widget-container,
.lls-popup-product-image,
.lls-popup-product-image .elementor-widget-container { height: 100%; }
.lls-popup-product-image img { display: block; height: 100% !important; object-fit: cover; object-position: 76% center; width: 100%; }
.elementor .lls-popup-content {
  align-items: center !important;
  background: #faf8f4;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 44px 54px 38px;
  text-align: center;
}
.lls-popup-content > .elementor-element { flex: 0 0 auto; width: 100%; }
.lls-popup-logo img { height: auto; max-width: 178px; width: 100%; }
.lls-popup-heading h2 { color: var(--lls-blue); font-family: var(--lls-serif); font-size: clamp(2.25rem, 3vw, 2.85rem); font-weight: 500; line-height: 1.12; margin: 18px 0 12px; }
.elementor .lls-popup-divider { align-items: center; display: grid !important; gap: 14px; grid-template-columns: minmax(40px, 130px) 24px minmax(40px, 130px); justify-content: center; margin: 0 auto 17px; width: auto !important; }
.lls-popup-divider .elementor-divider { padding: 0; }
.lls-popup-divider .elementor-divider-separator { border-color: #aeb5b7; }
.lls-popup-divider .elementor-icon { color: #778c98; font-size: 18px; }
.lls-popup-intro p { color: #626d74; font-size: 1rem; line-height: 1.55; margin: 0 auto 24px; max-width: 520px; }
.elementor .lls-popup-benefits { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 24px; width: 100%; }
.elementor .lls-popup-benefits > .lls-popup-benefit { align-items: center !important; border-right: 1px solid #dedbd4; display: flex !important; flex-direction: column !important; min-width: 0; padding: 0 14px; width: auto !important; }
.elementor .lls-popup-benefits > .lls-popup-benefit:last-child { border-right: 0; }
.lls-popup-benefit .elementor-icon { color: var(--lls-blue); font-size: 30px; }
.lls-popup-benefit h3 { color: #596872; font-family: var(--lls-sans); font-size: .8rem; font-weight: 500; line-height: 1.35; margin: 10px 0 1px; }
.lls-popup-benefit-copy p { color: #596872; font-size: .78rem; line-height: 1.35; margin: 0; }
.lls-popup-form .elementor-form-fields-wrapper { display: grid; gap: 10px; }
.lls-popup-form .elementor-field-group { margin: 0 !important; padding: 0 !important; width: 100% !important; }
.lls-popup-form .elementor-field-label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.lls-popup-form input.elementor-field {
  background: #fff;
  border: 1px solid #aeb7bd;
  border-radius: 1px;
  color: var(--lls-ink);
  font-size: .95rem;
  min-height: 56px;
  padding: 0 18px;
}
.lls-popup-form input.elementor-field:focus { border-color: var(--lls-blue); box-shadow: 0 0 0 1px var(--lls-blue); outline: 0; }
.lls-popup-form .elementor-button {
  background: var(--lls-blue);
  border: 1px solid var(--lls-blue);
  border-radius: 1px;
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .15em;
  min-height: 56px;
  width: 100%;
}
.lls-popup-form .elementor-button:hover { background: #173448; }
.lls-popup-form .elementor-message { font-size: .78rem; margin: 10px 0 0; }
.lls-popup-form .elementor-message-success { color: #49634e; }
.lls-popup-form .elementor-message-danger { color: #984a45; }
.lls-popup-reassurance p { color: #6d7376; font-size: .75rem; margin: 12px 0 10px; }
.lls-popup-botanical .elementor-icon { color: #6d8390; font-size: 34px; opacity: .85; }

/* Elementor's generated container rules load after the theme; keep the popup
   composition authoritative without affecting any other Elementor document. */
#elementor-popup-modal-382 .dialog-message { padding: 0 !important; width: 1100px; }
#elementor-popup-modal-382 .elementor .lls-newsletter-popup {
  align-items: stretch !important;
  display: grid !important;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%) !important;
  height: min(680px, 88dvh);
  min-height: 0;
}
#elementor-popup-modal-382 .elementor .lls-popup-content {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  justify-content: center !important;
  overflow: hidden;
  padding: 26px 54px 24px !important;
}
#elementor-popup-modal-382 .lls-popup-content > .elementor-element { flex: 0 0 auto !important; }
#elementor-popup-modal-382 .lls-popup-content > .e-con-inner {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  justify-content: center !important;
  max-width: none !important;
  width: 100% !important;
}
#elementor-popup-modal-382 .lls-popup-content > .e-con-inner > .elementor-element {
  flex: 0 0 auto !important;
  width: 100% !important;
}
#elementor-popup-modal-382 .lls-popup-logo img { height: auto !important; max-width: 138px !important; width: 138px !important; }
#elementor-popup-modal-382 .lls-popup-heading h2 {
  color: var(--lls-blue) !important;
  font-family: var(--lls-serif) !important;
  font-size: clamp(2.1rem, 2.7vw, 2.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: 8px 0 6px !important;
}
#elementor-popup-modal-382 .elementor .lls-popup-divider {
  display: block !important;
  margin: 0 auto 10px !important;
  min-height: 24px !important;
  padding: 0 !important;
}
#elementor-popup-modal-382 .elementor .lls-popup-divider > .elementor-element { min-width: 0; width: auto !important; }
#elementor-popup-modal-382 .elementor .lls-popup-benefits {
  display: block !important;
  height: 118px !important;
  margin: 0 0 16px !important;
  min-height: 0 !important;
  padding: 0 !important;
}
#elementor-popup-modal-382 .elementor .lls-popup-benefits > .lls-popup-benefit {
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
}
#elementor-popup-modal-382 .elementor .lls-popup-divider > .e-con-inner > .elementor-element,
#elementor-popup-modal-382 .elementor .lls-popup-benefits > .e-con-inner > .lls-popup-benefit { grid-column: auto !important; }
#elementor-popup-modal-382 .elementor .lls-popup-divider > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(40px, 130px) 24px minmax(40px, 130px) !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
}
#elementor-popup-modal-382 .elementor .lls-popup-benefits > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 0 !important;
  height: 118px !important;
  max-width: none !important;
  min-height: 0 !important;
  width: 100% !important;
}
#elementor-popup-modal-382 .lls-popup-intro p { margin-bottom: 16px !important; }
#elementor-popup-modal-382 .elementor .lls-popup-benefit {
  min-height: 0 !important;
  padding: 0 10px !important;
  width: 100% !important;
}
#elementor-popup-modal-382 .elementor .lls-popup-benefit > .e-con-inner {
  gap: 0 !important;
  min-height: 0 !important;
}
#elementor-popup-modal-382 .elementor .lls-popup-benefit > .e-con-inner > .elementor-element {
  flex: 0 0 auto !important;
  width: 100% !important;
}
#elementor-popup-modal-382 .lls-popup-benefit h3 { margin: 5px 0 1px !important; }
#elementor-popup-modal-382 .lls-popup-form input.elementor-field { min-height: 48px !important; }
#elementor-popup-modal-382 .lls-popup-form .elementor-button {
  background: var(--lls-blue) !important;
  border-color: var(--lls-blue) !important;
  color: #fff !important;
  min-height: 48px !important;
}
#elementor-popup-modal-382 .lls-popup-reassurance p { margin: 8px 0 5px !important; }
#elementor-popup-modal-382 .lls-popup-botanical .elementor-icon { font-size: 28px !important; }

@media (max-width: 820px) {
  .elementor-popup-modal:has(.lls-newsletter-popup) .dialog-widget-content { width: calc(100vw - 28px) !important; }
  .elementor .lls-newsletter-popup { display: block !important; min-height: 0; }
  .elementor .lls-newsletter-popup > .lls-popup-media,
  .elementor .lls-newsletter-popup > .lls-popup-content { width: 100% !important; }
  .lls-popup-media { height: 210px !important; }
  .lls-popup-product-image img { object-position: center 55%; }
  .elementor .lls-popup-content { padding: 28px 26px 30px; }
  .lls-popup-logo img { max-width: 140px; }
  .lls-popup-heading h2 { font-size: 2.1rem; margin-top: 10px; }
  .lls-popup-intro p { font-size: .9rem; margin-bottom: 20px; }
  .lls-popup-botanical { display: none; }
  #elementor-popup-modal-382 .dialog-message { width: calc(100vw - 28px); }
  #elementor-popup-modal-382 .elementor .lls-newsletter-popup { display: block !important; height: auto; }
  #elementor-popup-modal-382 .elementor .lls-popup-content { height: auto; overflow: visible; }
}

@media (max-width: 430px) {
  .elementor-popup-modal:has(.lls-newsletter-popup) .dialog-widget-content,
  .elementor-popup-modal:has(.lls-newsletter-popup) .dialog-message { max-height: 90dvh; }
  .lls-popup-media { height: 185px !important; }
  .elementor .lls-popup-content { padding: 25px 22px 28px; }
  .lls-popup-heading h2 { font-size: 1.85rem; }
  .elementor .lls-popup-divider { gap: 9px; grid-template-columns: 70px 20px 70px; margin-bottom: 13px; }
  .lls-popup-intro br { display: none; }
  .elementor .lls-popup-benefits { display: flex !important; flex-direction: column !important; gap: 7px; margin-bottom: 18px; }
  .elementor .lls-popup-benefits > .lls-popup-benefit { align-items: center !important; border: 0; display: grid !important; grid-template-columns: 32px 1fr; padding: 0; text-align: left; }
  .lls-popup-benefit .elementor-widget-icon { grid-row: 1 / span 2; }
  .lls-popup-benefit .elementor-icon { font-size: 24px; }
  .lls-popup-benefit h3 { margin: 0; }
  .lls-popup-benefit-copy p { font-size: .72rem; }
  .lls-popup-form input.elementor-field,
  .lls-popup-form .elementor-button { min-height: 52px; }
  #elementor-popup-modal-382 .elementor .lls-popup-benefits { display: flex !important; flex-direction: column !important; }
  #elementor-popup-modal-382 .elementor .lls-popup-benefits > .lls-popup-benefit { display: grid !important; grid-template-columns: 32px 1fr !important; }
}

html { scroll-behavior: smooth; }
body { background: var(--lls-porcelain); color: var(--lls-ink); font-family: var(--lls-sans); }
a { color: var(--lls-blue); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--lls-brass); outline-offset: 3px; }
.lls-skip-link { background: var(--lls-blue); color: #fff; left: 1rem; padding: .75rem 1rem; position: fixed; top: -10rem; z-index: 100000; }
.lls-skip-link:focus { top: 1rem; }
.lls-announcement { align-items: center; background: var(--lls-blue); color: #fff; display: flex; font-size: 11px; gap: 16px; justify-content: center; letter-spacing: .02em; min-height: 30px; padding: 5px 20px; text-align: center; }
.lls-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--lls-sand); }
.lls-header-inner { --display: flex; display: flex !important; }
.lls-header-inner > .e-con-inner { align-items: center; display: grid !important; grid-template-columns: minmax(225px,1fr) auto minmax(150px,1fr); min-height: 76px; padding-inline: 24px; }
.lls-logo .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-size: 25px; font-variant: small-caps; font-weight: 500; letter-spacing: .01em; white-space: nowrap; }
.lls-logo-image { width: auto !important; }
.lls-logo-image img { display: block; height: 62px; object-fit: contain; object-position: left center; width: 172px; }
.lls-header .elementor-nav-menu { align-items: center; gap: 2px; }
.lls-header .elementor-nav-menu a { color: var(--lls-ink); font-size: 12px; padding: 12px 13px; white-space: nowrap; }
.lls-header-actions { --width: auto; display: flex; justify-self: end; width: auto; }
.lls-header-actions > .e-con-inner { align-items: center; display: flex; flex-direction: row; gap: 18px; justify-content: flex-end; }
.lls-header-icon { width: auto !important; }
.lls-header-icon .elementor-icon { color: var(--lls-ink); font-size: 17px; }
.lls-header-cart .elementor-menu-cart__toggle .elementor-button { background: transparent !important; border: 0 !important; color: var(--lls-ink) !important; min-width: auto; padding: 5px !important; }
.lls-header-cart .elementor-button-text { display: none !important; }
.lls-header-cart .elementor-menu-cart__toggle_button { color: var(--lls-ink) !important; font-size: 16px; }
.lls-header-cart .elementor-button-icon-qty { background: transparent !important; color: var(--lls-ink) !important; font-size: 10px !important; margin-inline-start: 3px; position: static !important; }
.lls-section { padding: 40px 24px; }
.lls-section-tight { padding: 20px 24px; }
.lls-container { --width: 100%; margin-inline: auto; max-width: 1240px; width: 100%; }
.lls-editorial { --width: 100%; margin-inline: auto; max-width: 1120px; width: 100%; }
.lls-narrow { --width: 100%; margin-inline: auto; max-width: 720px; width: 100%; }
.elementor-widget.lls-display .elementor-heading-title, .elementor-widget.lls-section-title .elementor-heading-title, .elementor-widget.lls-card-title .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-weight: 500; }
.lls-display .elementor-heading-title { font-size: clamp(2.7rem, 5vw, 4rem); line-height: 1.02; }
.lls-section-title .elementor-heading-title { font-size: clamp(2rem, 3.2vw, 2.75rem); line-height: 1.08; }
.lls-card-title .elementor-heading-title { font-size: 1.3rem; }
.lls-eyebrow { color: var(--lls-brass); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.lls-body { color: #465159; font-size: 15px; line-height: 1.72; }
.lls-hero { background: #f7f3ec; min-height: 550px; overflow: hidden; }
.lls-hero-copy { --gap: 0; align-items: flex-start; display: flex; justify-content: center; padding: 62px clamp(34px,4vw,64px) 62px max(48px,calc((100vw - 1240px)/2 + 24px)); }
.lls-hero-title { max-width: 500px; }
.lls-hero-title .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-size: clamp(3rem,4.05vw,3.5rem); font-weight: 500; line-height: 1.07; }
.lls-hero-description { color: #465159; font-size: 15px; line-height: 1.55; margin-top: 21px; max-width: 410px; }
.lls-hero-description p { margin: 0; }
.lls-hero-actions { --gap: 14px; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 27px; width: 100%; }
.lls-hero-actions .elementor-widget-button { width: auto; }
.lls-hero-actions .elementor-button { align-items: center; display: inline-flex; height: 48px; justify-content: center; padding: 0 25px !important; }
.lls-hero-media { min-height: 550px; overflow: hidden; }
.lls-hero-media .elementor-widget-image, .lls-hero-media .elementor-widget-container { height: 100%; }
.lls-hero-media img { height: 100%; min-height: 550px; object-fit: cover; object-position: 55% 50%; width: 100%; }
.elementor-widget.lls-button .elementor-button { background: var(--lls-blue) !important; border: 1px solid var(--lls-blue); border-radius: 0; color: #fff !important; font-size: .75rem; font-weight: 600; letter-spacing: .08em; padding: 16px 22px; text-transform: uppercase; }
.elementor-widget.lls-button-secondary .elementor-button { background: transparent !important; color: var(--lls-blue) !important; }
.lls-button .elementor-button:hover { background: #203e52; border-color: #203e52; }
.lls-button-secondary .elementor-button:hover { color: #fff; }
.lls-grid-4, .lls-product-grid { --display: flex; --width: 100%; display: flex !important; width: 100%; }
.lls-grid-4 > .e-con-inner, .lls-product-grid > .e-con-inner { display: grid !important; gap: 24px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.lls-card { background: var(--lls-white); border: 1px solid rgba(227,217,203,.8); overflow: hidden; transition: border-color .2s ease; }
.lls-card:hover { border-color: var(--lls-brass); }
.lls-card img { aspect-ratio: 1.08; object-fit: cover; transition: transform .25s ease; width: 100%; }
.lls-card:hover img { transform: scale(1.025); }
.lls-card-copy { padding:0; text-align: center; }
.lls-card-copy p {margin-bottom:0; }
.lls-value-card { text-align: center; }
.lls-value-card img { aspect-ratio: 1; object-fit: cover; }
.lls-soft-panel { background: var(--lls-linen); }
.lls-split { --display: grid; align-items: stretch; display: grid !important; grid-template-columns: 1fr 1fr; }
.lls-split-media img { height: 100%; min-height: 480px; object-fit: cover; width: 100%; }
.lls-split-copy { align-items: flex-start; display: flex; justify-content: center; padding: 70px max(34px, 6vw); }
.lls-step { border-top: 1px solid var(--lls-sand); padding: 14px 0; }
.lls-step-number { color: var(--lls-brass); font-family: var(--lls-serif); font-size: 1.35rem; }
.lls-keepsake-section { --display: grid; background: var(--lls-porcelain); display: grid !important; grid-template-columns: 51% 49%; min-height: 500px; overflow: hidden; }
.lls-keepsake-media { overflow: hidden; }
.lls-keepsake-media .elementor-widget-image, .lls-keepsake-media .elementor-widget-container { height: 100%; }
.lls-keepsake-media img { height: 100%; min-height: 500px; object-fit: cover; object-position: center center; width: 100%; }
.lls-keepsake-copy { --gap: 0; align-items: flex-start; display: flex; justify-content: center; padding: 50px clamp(38px,6vw,86px); }
.lls-keepsake-title .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-size: clamp(2.3rem,3.2vw,2.8rem); font-weight: 500; line-height: 1.06; }
.lls-keepsake-description { color: #465159; font-size: 16px; line-height: 1.5; margin-top: 12px; max-width: 390px; }
.lls-keepsake-features { --gap: 15px; margin-top: 24px; width: 100%; }
.lls-keepsake-feature { --gap: 13px; align-items: center; display: flex; flex-direction: row; width: 100%; }
.lls-keepsake-feature-icon { align-items: center; background: #8f826e; border-radius: 50%; color: #fff; display: flex; flex: 0 0 34px; height: 34px; justify-content: center; width: 34px !important; }
.lls-keepsake-feature-icon .elementor-icon { color: #fff; font-size: 15px; }
.lls-keepsake-feature-copy { color: #4b555b; font-size: 12px; line-height: 1.45; }
.lls-keepsake-feature-copy strong { color: var(--lls-ink); display: block; font-size: 12px; letter-spacing: .035em; line-height: 1.35; text-transform: uppercase; }
.lls-keepsake-cta { margin-top: 25px; }
.lls-keepsake-cta .elementor-button { min-height: 48px; padding-inline: 24px !important; }
.lls-product-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
.lls-product-card { text-align: center; }
.lls-product-card img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.lls-product-card .elementor-heading-title { font-size: 1rem; }
.lls-product-price { color: var(--lls-muted-blue); font-size: .86rem; }
.lls-family { background: var(--lls-linen); }
.lls-family-copy { padding: 70px max(32px, 7vw); }
.lls-family-media img { height: 100%; min-height: 430px; object-fit: cover; width: 100%; }
.lls-maker-placeholder { position: relative; }
.lls-newsletter { background: var(--lls-blue); color: #fff; }
.lls-newsletter .elementor-heading-title, .lls-newsletter .elementor-widget-text-editor { color: #fff; }
.lls-footer { background: #fff; border-top: 1px solid var(--lls-sand); }
.lls-footer-grid { --display: flex; display: flex !important; }
.lls-footer-grid > .e-con-inner { display: grid !important; gap: 30px; grid-template-columns: 1.5fr repeat(4,1fr); }
.lls-footer a { color: #536069; font-size: 12px; }
.lls-footer h3 { font-family: var(--lls-serif); font-weight: 500; }
.lls-footer-logo img { display: block; height: auto; max-width: 185px; width: 100%; }

/* Approved global footer */
.lls-footer-approved { background: var(--lls-porcelain); min-height: 0; }
.lls-footer-newsletter { background: var(--lls-blue); color: #fff; padding: 24px; }
.lls-footer-newsletter-inner { margin-inline: auto; max-width: 1240px; width: 100%; }
.lls-footer-newsletter-inner > .e-con-inner { align-items: center; display: grid !important; gap: 24px; grid-template-columns: 68px minmax(280px,1fr) minmax(430px,1.25fr); }
.lls-footer-envelope { color: #f4eadc; width: auto !important; }
.lls-footer-envelope .elementor-icon { border: 2px solid currentColor; color: #f4eadc; font-size: 27px; padding: 10px 12px; }
.lls-footer-newsletter-copy .elementor-heading-title { color: #fff !important; font-family: var(--lls-serif) !important; font-size: 27px; font-weight: 500; line-height: 1.05; }
.lls-footer-newsletter-copy .elementor-widget-text-editor { color: rgba(255,255,255,.9); font-size: 13px; line-height: 1.55; }
.lls-footer-newsletter-form .elementor-form-fields-wrapper { align-items: stretch; flex-wrap: nowrap; gap: 10px; }
.lls-footer-approved .lls-footer-newsletter .elementor-widget-form.lls-footer-newsletter-form .elementor-form-fields-wrapper { margin: 0; width: 100%; }
.lls-footer-approved .lls-footer-newsletter .elementor-widget-form.lls-footer-newsletter-form .elementor-field-group { margin-bottom: 0; padding-left: 0; padding-right: 0; }
.lls-footer-newsletter-form .elementor-field-group-email { flex: 1 1 auto; padding: 0; width: auto; }
.lls-footer-newsletter-form .elementor-field { background: #fff !important; border: 1px solid rgba(255,255,255,.6) !important; border-radius: 2px !important; color: var(--lls-ink) !important; height: 46px; padding: 10px 14px; }
.lls-footer-newsletter-form .elementor-field-type-submit { flex: 0 0 145px; padding: 0; width: 145px; }
.lls-footer-newsletter-form .elementor-button { background: #f4eadc !important; border: 1px solid #f4eadc; border-radius: 2px !important; color: var(--lls-ink) !important; font-size: 11px; font-weight: 600; height: 46px; letter-spacing: .18em; padding: 0 18px; text-transform: uppercase; width: 100%; }
.lls-footer-trust { background: var(--lls-porcelain); padding: 34px 24px 24px; }
.lls-footer-trust-grid { margin-inline: auto; max-width: 1240px; width: 100%; }
.lls-footer-trust-grid > .e-con-inner { align-items: stretch; display: grid !important; gap: 0; grid-template-columns: repeat(6,minmax(0,1fr)); }
.lls-footer-pillar { align-items: center; border-right: 1px solid var(--lls-sand); display: flex; min-height: 150px; padding: 0 22px; text-align: center; }
.lls-footer-pillar:last-child { border-right: 0; }
.lls-footer-pillar-icon { color: #5b6265; width: auto !important; }
.lls-footer-pillar-icon .elementor-icon { color: #5b6265; font-size: 27px; }
.lls-footer-pillar-title .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-size: 13px; font-weight: 600; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.lls-footer-pillar-copy { color: #505a60; font-size: 11px; line-height: 1.6; }
.lls-footer-bottom { background: var(--lls-porcelain); padding: 0 24px 22px; }
.lls-footer-bottom-inner { border-top: 1px solid var(--lls-sand); margin-inline: auto; max-width: 1240px; padding-top: 15px; width: 100%; }
.lls-footer-bottom-inner > .e-con-inner { align-items: center; display: grid !important; gap: 24px; grid-template-columns: 1fr auto; }
.lls-footer-copyright, .lls-footer-legal { color: #667078; font-size: 11px; line-height: 1.5; }
.lls-footer-legal { text-align: right; }
.lls-footer-legal a { color: #59646b; letter-spacing: .08em; margin-left: 20px; text-transform: uppercase; }
.lls-footer-approved a:hover { color: var(--lls-blue); }

/* Our Story: native Elementor containers and widgets, scoped to page content. */
.lls-about-page { background: var(--lls-porcelain); overflow: clip; }
.lls-about-hero, .lls-about-pair { --display: flex; display: flex !important; flex-direction: row; width: 100%; }
.lls-about-hero { min-height: 520px; }
.lls-about-hero-copy, .lls-about-copy { align-items: flex-start; display: flex; justify-content: center; }
.lls-about-hero-copy { background: var(--lls-porcelain); padding: 40px clamp(34px, 6vw, 92px); }
.lls-about-hero-media, .lls-about-image { overflow: hidden; }
.lls-about-hero-media img { height: 100%; min-height: 520px; object-fit: cover; width: 100%; }
.lls-about-section { padding: 10px 24px; }
.lls-about-editorial { margin-inline: auto; max-width: 1200px; width: 100%; }
.lls-about-pair { align-items: stretch; }
.lls-about-copy { padding: clamp(4px, 5vw, 12px); }
.lls-about-image img { height: 100%; min-height: 430px; object-fit: cover; width: 100%; }
.lls-about-soft-bg { background: var(--lls-linen); }
.lls-about-title .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-size: clamp(2rem, 2vw, 2rem); font-weight: 500; line-height: 1.08; }
.lls-about-intro .elementor-heading-title { font-size: clamp(2.55rem, 4.1vw, 3.6rem); line-height: 1.13; }
.lls-about-copy .elementor-widget-text-editor { color: #3f4a51; font-size: 16px; line-height: 1.75; max-width: 610px; }
.lls-about-copy .elementor-widget-text-editor p { margin-block: 0 1.05em; }
.lls-about-script { color: var(--lls-muted-blue); font-family: var(--lls-script); font-size: clamp(2rem, 3.3vw, 2.8rem); line-height: 1.05; }
.lls-about-highlight { color: var(--lls-muted-blue); font-family: var(--lls-script); font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.22; }
.lls-about-quote-mark { color: rgba(164,139,104,.58); font-family: var(--lls-serif); font-size: 5.5rem; height: 52px; line-height: .75; }
.lls-about-decoration { color: var(--lls-brass); font-family: var(--lls-serif); font-size: 1.25rem; letter-spacing: .18em; }
.lls-about-emphasis { color: var(--lls-ink); font-family: var(--lls-serif); font-size: 1.35rem; font-style: italic; line-height: 1.45; }

/* Contact page */
.lls-contact-page { background: var(--lls-porcelain); overflow: clip; }
.lls-contact-hero, .lls-contact-split, .lls-contact-story { --display: flex; display: flex !important; flex-direction: row; width: 100%; }
.lls-contact-hero { min-height: 430px; }
.lls-contact-hero-copy { align-items: flex-start; display: flex; justify-content: center; padding: 66px clamp(32px, 5.8vw, 84px); }
.lls-contact-hero-media { overflow: hidden; }
.lls-contact-hero-media img { height: 100%; min-height: 430px; object-fit: cover; width: 100%; }
.lls-contact-title .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-size: clamp(2rem, 3vw, 2.4rem); font-weight: 500; line-height: 1.06; }
.lls-contact-info { background: #fff; border-bottom: 1px solid var(--lls-sand); padding: 14px 24px; }
.lls-contact-info-grid { --display: flex; display: flex !important; margin-inline: auto; max-width: 1180px; width: 100%; }
.lls-contact-info-grid > .e-con-inner { display: grid !important; grid-template-columns: repeat(4,1fr); }
.lls-contact-info-card { border-right: 1px solid var(--lls-sand); padding: 16px 34px; }
.lls-contact-info-card:last-child { border-right: 0; }
.lls-contact-info-card .elementor-icon { color: var(--lls-ink); font-size: 28px; }
.lls-contact-info-card h3 {text-align:center; color: var(--lls-ink); font-family: var(--lls-serif); font-size: 1rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lls-contact-info-card .elementor-widget-text-editor { color: #465159; font-size: 13px; line-height: 1.65;text-align:center }
.lls-contact-main { border-bottom: 1px solid var(--lls-sand); }
.lls-contact-panel { padding: 24px clamp(18px, 5vw, 44px); }
.lls-contact-form-panel { background: var(--lls-porcelain); border-right: 1px solid var(--lls-sand); }
.lls-contact-location { background: #fff; text-align: center; }
.lls-contact-section-title .elementor-heading-title { color: var(--lls-ink) !important; font-family: var(--lls-serif) !important; font-size: clamp(2rem, 3vw, 1.65rem); font-weight: 500; }
.lls-contact-form .elementor-field { background: #fff !important; border: 1px solid #cfc9c1 !important; border-radius: 0 !important; color: var(--lls-ink) !important; min-height: 48px; }
.lls-contact-form textarea.elementor-field { min-height: 145px; }
.lls-contact-form .elementor-button { background: var(--lls-blue) !important; border-radius: 0 !important; font-size: .76rem; letter-spacing: .14em; padding: 16px 26px; text-transform: uppercase; }
.lls-contact-map img { margin-top: 22px; width: 100%; }
.lls-contact-address { background: var(--lls-porcelain); margin-top: 16px; padding: 24px; text-align: left; }
.lls-contact-story-image img { height: 100%; min-height: 260px; object-fit: cover; width: 100%; }
.lls-contact-story-copy { align-items: flex-start; display: flex; justify-content: center; padding: 48px clamp(28px, 4vw, 56px); }
.lls-contact-thanks { color: var(--lls-muted-blue); font-family: var(--lls-script); font-size: 2.15rem; }

@media (max-width: 1024px) {
	.lls-header-inner > .e-con-inner { grid-template-columns: 1fr auto auto; }
	.lls-header-actions > .e-con-inner { gap: 12px; }
  .lls-section { padding: 68px 24px; }
  .lls-grid-4 > .e-con-inner { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lls-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .lls-footer-grid > .e-con-inner { grid-template-columns: repeat(3,1fr); }
  .lls-about-section { padding: 60px 22px; }
  .lls-about-hero-copy, .lls-about-copy { padding: 52px 38px; }
  .lls-contact-info-grid > .e-con-inner { grid-template-columns: repeat(2,1fr); }
  .lls-contact-info-card:nth-child(2) { border-right: 0; }
  .lls-contact-panel { padding: 52px 34px; }
  .lls-hero { min-height: 500px; }
  .lls-hero-copy { padding: 52px 36px; width: 48% !important; }
  .lls-hero-media { min-height: 500px; width: 52% !important; }
  .lls-hero-media img { min-height: 500px; }
  .lls-hero-title .elementor-heading-title { font-size: clamp(2.65rem,4.5vw,3rem); }
  .lls-keepsake-section { grid-template-columns: 50% 50%; min-height: 470px; }
  .lls-keepsake-media img { min-height: 470px; }
  .lls-keepsake-copy { padding: 42px 34px; }
  .lls-footer-newsletter-inner > .e-con-inner { grid-template-columns: 56px 1fr; }
  .lls-footer-newsletter-form { grid-column: 1 / -1; }
  .lls-footer-trust-grid > .e-con-inner { grid-template-columns: repeat(3,1fr); }
  .lls-footer-pillar { border-bottom: 1px solid var(--lls-sand); min-height: 145px; }
  .lls-footer-pillar:nth-child(3) { border-right: 0; }
  .lls-footer-pillar:nth-child(n+4) { border-bottom: 0; }
}

.lls-mobile-menu-backdrop { display: none; }

@media (max-width: 767px) {
	.lls-announcement { font-size: 10px; gap: 8px; min-height: 38px; }
	.lls-header-inner > .e-con-inner { grid-template-columns: 1fr auto auto; min-height: 74px; padding-inline: 18px; }
	.lls-logo .elementor-heading-title { font-size: 23px; }
	.lls-logo-image img { height: 56px; width: 142px; }
	.lls-header-actions .lls-header-icon { display: none; }
	.lls-header-actions > .e-con-inner { gap: 8px; }
	.lls-header .elementor-menu-toggle { align-items: center; background: transparent; border: 0; color: var(--lls-ink); display: flex; height: 44px; justify-content: center; margin: 0; padding: 10px; width: 44px; }
	.lls-header .elementor-menu-toggle svg { height: 24px; width: 24px; }
	.lls-mobile-menu-backdrop { background: rgba(32,40,44,.30); border: 0; border-radius: 0; display: block; height: auto; inset: 0; margin: 0; opacity: 0; padding: 0; pointer-events: none; position: fixed; transition: opacity .2s ease; visibility: hidden; width: auto; z-index: 9998; }
	body.lls-mobile-menu-open { overflow: hidden; }
	body.lls-mobile-menu-open .lls-mobile-menu-backdrop { opacity: 1; pointer-events: auto; visibility: visible; }
	.lls-header .lls-mobile-drawer { background: #fff; bottom: 0; box-shadow: -12px 0 32px rgba(38,51,59,.13); display: flex; flex-direction: column; height: 100dvh; left: auto; margin: 0; max-width: 0; min-width: 0; opacity: 0; overflow: hidden; padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom); position: fixed; right: 0; top: 0; transition: max-width .22s ease, width .22s ease, opacity .18s ease, visibility .22s ease; visibility: hidden; width: 0; z-index: 9999; }
	body.lls-mobile-menu-open .lls-header .lls-mobile-drawer { max-width: 420px; opacity: 1; visibility: visible; width: 100%; }
	.admin-bar .lls-header .lls-mobile-drawer { height: calc(100dvh - 46px); top: 46px; }
	.lls-mobile-drawer-header { align-items: center; border-bottom: 1px solid #e7e0d7; display: flex; flex: 0 0 auto; justify-content: space-between; min-height: 82px; padding: 14px 20px; }
	.lls-mobile-drawer-logo { align-items: center; display: flex; max-width: 42vw; }
	.lls-mobile-drawer-logo img { display: block; height: 54px; object-fit: contain; object-position: left center; width: 140px; }
	.lls-mobile-drawer-close { align-items: center; background: transparent; border: 0; color: var(--lls-ink); cursor: pointer; display: flex; font-family: Arial,sans-serif; font-size: 30px; height: 44px; justify-content: center; line-height: 1; padding: 0; width: 44px; }
	.lls-mobile-drawer-close:hover { background: var(--lls-porcelain); }
	.lls-header .lls-mobile-drawer > .elementor-nav-menu { align-items: stretch; display: block; flex: 1 1 auto; gap: 0; margin: 0; overflow-y: auto; overscroll-behavior: contain; padding: 12px 24px 20px; width: 100%; }
	.lls-header .lls-mobile-drawer > .elementor-nav-menu > li { border-bottom: 1px solid #e7e0d7; display: flex; flex-wrap: wrap; position: relative; width: 100%; }
	.lls-header .lls-mobile-drawer .elementor-item { align-items: center; background: transparent; color: var(--lls-ink); display: flex; flex: 1 1 auto; font-family: var(--lls-sans); font-size: 18px; font-weight: 500; justify-content: flex-start; line-height: 1.3; min-height: 54px; padding: 14px 0; text-align: left; white-space: normal; }
	.lls-header .lls-mobile-drawer .elementor-item:hover { color: var(--lls-blue); }
	.lls-mobile-submenu-toggle { align-items: center; background: transparent; border: 0; color: var(--lls-ink); display: flex; font-size: 20px; height: 52px; justify-content: flex-end; padding: 0; width: 44px; }
	.lls-header .lls-mobile-drawer .sub-menu { background: var(--lls-porcelain); flex: 0 0 100%; margin: 0; padding: 4px 0 8px 16px; position: static; width: 100%; }
	.lls-header .lls-mobile-drawer .sub-menu .elementor-item { font-size: 16px; font-weight: 400; min-height: 46px; padding: 11px 0; }
	.lls-mobile-utilities { border-top: 1px solid #e7e0d7; display: grid; flex: 0 0 auto; grid-template-columns: repeat(3,1fr); padding: 10px 14px max(10px,env(safe-area-inset-bottom)); }
	.lls-mobile-utility { align-items: center; color: var(--lls-ink); display: flex; flex-direction: column; font-size: 12px; gap: 5px; justify-content: center; min-height: 58px; padding: 6px; text-decoration: none; }
	.lls-mobile-utility svg { fill: currentColor; height: 20px; width: 20px; }
	.lls-mobile-drawer :focus-visible, .lls-header .elementor-menu-toggle:focus-visible { outline: 2px solid var(--lls-blue); outline-offset: 3px; }
  .lls-section { padding: 48px 20px; }
  .lls-section-tight { padding: 40px 20px; }
  .lls-hero, .lls-split { display: flex !important; flex-direction: column; min-height: 0; }
  .lls-hero-copy { order: 1; padding: 48px 24px 42px; width: 100% !important; }
  .lls-hero-media { min-height: 330px; order: 2; width: 100% !important; }
  .lls-hero-media img { min-height: 330px; object-position: 58% 50%; }
  .lls-hero-title .elementor-heading-title { font-size: clamp(2.35rem,10vw,2.65rem); }
  .lls-hero-description { font-size: 15px; margin-top: 18px; }
  .lls-hero-actions { margin-top: 24px; }
  .lls-split-media img, .lls-family-media img { min-height: 330px; }
  .lls-split-copy, .lls-family-copy { padding: 46px 24px; }
  .lls-keepsake-section { display: flex !important; flex-direction: column; min-height: 0; }
  .lls-keepsake-media, .lls-keepsake-copy { width: 100% !important; }
  .lls-keepsake-media { order: 1; }
  .lls-keepsake-media img { min-height: 330px; }
  .lls-keepsake-copy { order: 2; padding: 42px 24px 48px; }
  .lls-keepsake-title .elementor-heading-title { font-size: clamp(2.2rem,9vw,2.55rem); }
  .lls-keepsake-description { font-size: 15px; }
  .lls-keepsake-cta, .lls-keepsake-cta .elementor-button { width: 100%; }
  .lls-grid-4 > .e-con-inner { gap: 16px; grid-template-columns: 1fr; }
  .lls-product-grid { gap: 14px; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lls-footer-grid > .e-con-inner { grid-template-columns: repeat(2,1fr); }
  .lls-about-hero, .lls-about-pair { flex-direction: column; min-height: 0; }
  .lls-about-hero-copy, .lls-about-hero-media, .lls-about-copy, .lls-about-image { width: 100% !important; }
  .lls-about-hero-copy { padding: 50px 24px 42px; }
  .lls-about-copy { padding: 42px 24px; }
  .lls-about-section { padding: 46px 20px; }
  .lls-about-hero-media img { min-height: 330px; }
  .lls-about-image img { min-height: 315px; }
  .lls-about-title .elementor-heading-title { font-size: clamp(2rem, 9vw, 2.5rem); }
  .lls-about-intro .elementor-heading-title { font-size: clamp(2.25rem, 10vw, 2.8rem); }
  .lls-about-copy .elementor-widget-text-editor { font-size: 16px; }
  .lls-contact-hero, .lls-contact-split, .lls-contact-story { flex-direction: column; min-height: 0; }
  .lls-contact-hero-copy, .lls-contact-hero-media, .lls-contact-panel, .lls-contact-story > .e-con-inner > .e-con { width: 100% !important; }
  .lls-contact-hero-copy { padding: 48px 24px 40px; }
  .lls-contact-hero-media img { min-height: 310px; }
  .lls-contact-info { padding: 28px 20px; }
  .lls-contact-info-grid > .e-con-inner { grid-template-columns: 1fr; }
  .lls-contact-info-card, .lls-contact-info-card:nth-child(2) { border-bottom: 1px solid var(--lls-sand); border-right: 0; padding: 24px 8px; }
  .lls-contact-info-card:last-child { border-bottom: 0; }
  .lls-contact-panel { padding: 44px 24px; }
  .lls-contact-form-panel { border-bottom: 1px solid var(--lls-sand); border-right: 0; }
  .lls-contact-story-copy { padding: 42px 24px; }
  .lls-contact-story-image img { min-height: 250px; }
  .lls-footer-newsletter { padding: 28px 20px; }
  .lls-footer-newsletter-inner > .e-con-inner { display: flex !important; flex-direction: column; gap: 12px; }
  .lls-footer-envelope { display: none; }
  .lls-footer-newsletter-copy { width: 100%; }
  .lls-footer-newsletter-copy .elementor-heading-title { font-size: 25px; }
  .lls-footer-newsletter-form { width: 100%; }
  .lls-footer-newsletter-form .elementor-form-fields-wrapper { flex-direction: column; gap: 10px; }
  .lls-footer-newsletter-form .elementor-field-group-email, .lls-footer-newsletter-form .elementor-field-type-submit { flex: 0 0 auto; width: 100%; }
  .lls-footer-trust { padding: 24px 20px 18px; }
  .lls-footer-trust-grid > .e-con-inner { grid-template-columns: repeat(2,1fr); }
  .lls-footer-pillar { border-bottom: 1px solid var(--lls-sand); min-height: 160px; padding: 18px 14px; }
  .lls-footer-pillar:nth-child(3) { border-right: 1px solid var(--lls-sand); }
  .lls-footer-pillar:nth-child(even) { border-right: 0; }
  .lls-footer-pillar:nth-child(n+5) { border-bottom: 0; }
  .lls-footer-bottom { padding: 0 20px 20px; }
  .lls-footer-bottom-inner > .e-con-inner { display: flex !important; flex-direction: column-reverse; gap: 12px; }
  .lls-footer-copyright, .lls-footer-legal { text-align: center; width: 100%; }
  .lls-footer-legal a { display: inline-block; margin: 0 8px 6px; }
}

@media (max-width: 390px) {
  .lls-hero-actions { align-items: stretch; flex-direction: column; }
  .lls-hero-actions .elementor-widget-button, .lls-hero-actions .elementor-button { width: 100%; }
 .lls-footer-pillar { align-items: center; border-right:0 }
}
