﻿:root {
  --lom-ink: #123358;
  --lom-ink-soft: #36516c;
  --lom-page: #edeff2;
  --lom-card: #f4f6f8;
  --lom-white: #ffffff;
  --lom-warm: #f1a791;
  --lom-warm-soft: #e9b9ab;
  --lom-cool: #9cadde;
  --lom-accent: #daedf8;
  --lom-contact: #0f3359;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--lom-ink);
  background: radial-gradient(circle at 85% 2%, #f8e4de 0%, transparent 34%), var(--lom-page);
}

.lom-shell {
  width: min(1200px, 100% - 2.25rem);
  margin: 0 auto;
  padding: 1.2rem 0 3.5rem;
}

.lom-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0.9rem;
  min-height: 30rem;
  padding: 1.2rem 1.2rem 1.4rem;
  background: linear-gradient(160deg, #95a6d7 0%, #bac6ea 30%, #e5bfd0 56%, #f1a188 100%);
  box-shadow: 0 16px 40px rgba(17, 41, 70, 0.16);
}

.lom-hero::before,
.lom-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.lom-hero::before {
  width: 24rem;
  height: 24rem;
  left: -6rem;
  bottom: -11rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
}

.lom-hero::after {
  width: 21rem;
  height: 21rem;
  right: -7rem;
  top: -9rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.lom-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 64%, rgba(255, 255, 255, 0.35) 0 24%, transparent 45%), radial-gradient(circle at 74% 56%, rgba(255, 255, 255, 0.22) 0 20%, transparent 46%), linear-gradient(to top, rgba(255, 163, 134, 0.35), rgba(255, 255, 255, 0));
}

.lom-hero__topbar,
.lom-hero__content {
  position: relative;
  z-index: 1;
}

.lom-hero__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.lom-hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--lom-white);
  text-shadow: 0 1px 4px rgba(13, 36, 62, 0.35);
}

.lom-hero__brand-icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  filter: drop-shadow(0 1px 3px rgba(13, 36, 62, 0.28));
}

.lom-hero__contact {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--lom-white);
  border-radius: 0.1rem;
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem;
  transition: all 220ms ease;
}

.lom-hero__contact:hover,
.lom-hero__contact:focus {
  color: var(--lom-ink);
  background: rgba(255, 255, 255, 0.88);
}

.lom-hero__content {
  min-height: 24.5rem;
  margin-top: 1rem;
}

.lom-hero__headline {
  margin: 0;
  max-width: 23ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 5.2vw, 4.1rem);
  font-weight: 600;
  line-height: 0.94;
  color: var(--lom-white);
  text-shadow: 0 2px 8px rgba(13, 36, 62, 0.38);
  text-wrap: balance;
}

.lom-hero__blurb {
  max-width: 32ch;
  margin-left: auto;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 5px rgba(13, 36, 62, 0.32);
  text-wrap: pretty;
}

.lom-section {
  padding: 4.7rem 0 1rem;
}

.lom-section__title,
.lom-contact__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 600;
  line-height: 0.95;
  max-width: 12ch;
}

.lom-section__lead {
  margin-top: 1.25rem;
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 38ch;
  color: var(--lom-ink-soft);
}

.lom-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.6rem 1.2rem 1.45rem;
  border: 1px solid #dce1ea;
  border-radius: 0.5rem;
  background: linear-gradient(165deg, #f7f9fc 0%, #ecf1f7 100%);
  box-shadow: 0 8px 22px rgba(17, 45, 80, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.lom-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(17, 45, 80, 0.14);
}

.lom-product-card__meta {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #5f7b9b;
}

.lom-product-card__name {
  margin: 0.5rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.95;
  color: #103251;
}

.lom-product-card__desc {
  margin-top: 0.95rem;
  margin-bottom: 0.95rem;
  font-size: 0.96rem;
  line-height: 1.72;
  color: #33516f;
}

.lom-product-card__link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
  color: #1a4268;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 66, 104, 0.5);
  transition: color 200ms ease, border-color 200ms ease;
}

.lom-product-card__link:hover,
.lom-product-card__link:focus {
  color: #0d2e4d;
  border-color: rgba(13, 46, 77, 0.8);
}

.lom-contact {
  margin-top: 4rem;
  border-radius: 0.65rem;
  padding: 2.4rem clamp(1.25rem, 4vw, 2.4rem);
  background: linear-gradient(130deg, var(--lom-contact) 0%, #194777 100%);
  color: #d5e6f5;
}

.lom-contact__title {
  color: #ebf5ff;
  max-width: none;
}

.lom-contact__text {
  margin-top: 1rem;
  max-width: 45ch;
  font-size: 0.95rem;
  line-height: 1.8;
}

.lom-contact__email {
  display: inline-block;
  color: #f2c8ba;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(242, 200, 186, 0.75);
  padding-bottom: 0.2rem;
  transition: color 200ms ease, border-color 200ms ease;
}

.lom-contact__email:hover,
.lom-contact__email:focus {
  color: #ffd8ca;
  border-color: rgba(255, 216, 202, 0.95);
}

.lom-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.lom-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .lom-hero {
    min-height: 27rem;
  }
  .lom-hero__content {
    min-height: 20rem;
  }
  .lom-hero__blurb {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .lom-section {
    padding-top: 3.8rem;
  }
  .lom-contact {
    margin-top: 3.5rem;
  }
}
@media (max-width: 575.98px) {
  .lom-shell {
    width: calc(100% - 1.25rem);
    padding-top: 0.75rem;
  }
  .lom-hero {
    min-height: 24.5rem;
    padding: 1rem 1rem 1.1rem;
  }
  .lom-hero__topbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .lom-hero__brand {
    font-size: 1.5rem;
  }
  .lom-hero__brand-icon {
    width: 1rem;
    height: 1rem;
  }
  .lom-hero__content {
    min-height: 18.75rem;
  }
  .lom-hero__blurb {
    font-size: 0.9rem;
  }
  .lom-section__lead {
    font-size: 0.95rem;
  }
  .lom-contact {
    border-radius: 0.5rem;
  }
  .lom-contact__email {
    margin-top: 0.25rem;
    word-break: break-word;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .lom-reveal,
  .lom-product-card,
  .lom-hero__contact,
  .lom-contact__email {
    transition: none;
  }
  .lom-reveal {
    opacity: 1;
    transform: none;
  }
}
