:root {
  --bg: #f4f1ea;
  --bg-deep: #0f1725;
  --surface: #ffffff;
  --surface-soft: #f8f5ef;
  --surface-tint: #eef3ff;
  --text: #132238;
  --muted: #607086;
  --line: rgba(19, 34, 56, 0.1);
  --primary: #1746c7;
  --primary-deep: #0f2d78;
  --accent: #f3b000;
  --accent-deep: #db9400;
  --dark-card: #15233a;
  --success: #0f7a4f;
  --shadow-sm: 0 14px 34px rgba(15, 23, 37, 0.08);
  --shadow-md: 0 24px 60px rgba(15, 23, 37, 0.12);
  --shadow-lg: 0 30px 80px rgba(10, 20, 40, 0.18);
  --radius: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1160px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(243, 176, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #fbfaf7 0%, #f1efe9 56%, #f6f7fb 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(251, 250, 247, 0.82);
  border-bottom: 1px solid rgba(19, 34, 56, 0.06);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 90px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(23, 70, 199, 0.16);
}

.brand span {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 34, 56, 0.06);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

.site-nav a {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--muted);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
  background: linear-gradient(135deg, rgba(23, 70, 199, 0.12), rgba(243, 176, 0, 0.16));
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero {
  padding: 3.5rem 0 2rem;
}

.hero::before {
  background:
    radial-gradient(circle at 15% 18%, rgba(243, 176, 0, 0.18), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(23, 70, 199, 0.18), transparent 24%);
}

.page-hero {
  padding: 4rem 0 2.5rem;
}

.page-hero::before {
  background:
    linear-gradient(135deg, rgba(15, 45, 120, 0.94), rgba(21, 35, 58, 0.92)),
    radial-gradient(circle at top right, rgba(243, 176, 0, 0.22), transparent 24%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 3.5rem;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15, 45, 120, 0.96), rgba(21, 35, 58, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.page-hero .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-hero p {
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.76);
}

.hero-grid,
.split-grid,
.contact-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
  align-items: stretch;
}

.hero-copy {
  padding: 2rem 0;
}

.hero-badges {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 34, 56, 0.06);
  box-shadow: var(--shadow-sm);
  font-size: 0.83rem;
  font-weight: 800;
  color: var(--text);
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 10.5ch;
  font-size: clamp(3.25rem, 8vw, 6.2rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.05rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.45rem;
}

p {
  color: var(--muted);
  line-height: 1.78;
}

.lead {
  max-width: 62ch;
  margin: 1.4rem 0 0;
  font-size: 1.08rem;
}

.hero-actions,
.cta-shell {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 2rem;
}

.hero-note {
  max-width: 46ch;
  margin: 1rem 0 0;
  font-size: 0.96rem;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  box-shadow: 0 18px 40px rgba(23, 70, 199, 0.24);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(19, 34, 56, 0.08);
  box-shadow: var(--shadow-sm);
}

.btn-light {
  background: #fff;
  color: var(--primary-deep);
}

.text-link {
  font-weight: 800;
  color: var(--primary);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-metrics article,
.service-card,
.value-panel article,
.service-detail,
.gallery-card,
.contact-panel,
.contact-form,
.feature-grid article {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 34, 56, 0.07);
  box-shadow: var(--shadow-md);
}

.hero-metrics article {
  padding: 1.2rem 1.1rem;
  border-radius: 22px;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.6rem;
  color: var(--primary-deep);
}

.hero-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  display: flex;
  align-items: stretch;
}

.hero-stage {
  position: relative;
  width: 100%;
  min-height: 620px;
  padding: 2rem;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(243, 176, 0, 0.2), transparent 18%),
    linear-gradient(145deg, #11203a 0%, #19335c 60%, #244d91 100%);
  box-shadow: var(--shadow-lg);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 82%;
  height: 72%;
  border-radius: 40px 40px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  transform: translate(-12%, 20%) rotate(-12deg);
}

.hero-stage-panel,
.hero-stage-brand,
.hero-stage-float {
  position: absolute;
  border-radius: 28px;
}

.hero-stage-panel {
  top: 2rem;
  left: 2rem;
  right: 6.8rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(10, 20, 40, 0.2);
  z-index: 2;
}

.hero-stage-panel h2 {
  margin-top: 0.6rem;
  max-width: 10ch;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.card-kicker {
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.9rem;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
}

.hero-stage-brand {
  right: 2rem;
  bottom: 2rem;
  width: 240px;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 244, 255, 0.92));
  box-shadow: 0 24px 60px rgba(10, 20, 40, 0.22);
  z-index: 2;
}

.hero-stage-brand img {
  width: 100px;
  margin: 0 auto 1rem;
  border-radius: 24px;
}

.hero-stage-brand strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
}

.hero-stage-brand span {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-stage-float {
  max-width: 220px;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 38px rgba(10, 20, 40, 0.18);
  z-index: 3;
}

.hero-stage-float strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
}

.hero-stage-float span {
  display: block;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.hero-stage-float-top {
  top: 14.5rem;
  right: 1.2rem;
  background: rgba(243, 176, 0, 0.94);
}

.hero-stage-float-top strong,
.hero-stage-float-top span {
  color: #1f2330;
}

.hero-stage-float-bottom {
  left: 1.2rem;
  bottom: 2rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-stage-float-bottom strong {
  color: #fff;
}

.section {
  padding: 2rem 0 5rem;
}

.section-split {
  padding-top: 0.5rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.section-heading h2 + p,
.page-hero h1 + p {
  margin-top: 1rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.1rem 1.1rem 1.35rem;
  border-radius: var(--radius);
  overflow: hidden;
}

.service-card:nth-child(1),
.service-card:nth-child(2),
.service-card:nth-child(3) {
  grid-column: span 4;
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 6;
}

.service-number {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 34, 56, 0.06);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: var(--primary-deep);
}

.service-art {
  height: 220px;
  border-radius: 24px;
  margin-bottom: 1.2rem;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.service-card h3,
.service-detail h2 {
  max-width: 12ch;
}

.service-detail h2 {
  max-width: none;
}

.service-card p,
.service-detail p {
  margin: 0.85rem 0 0;
}

.service-link {
  margin-top: auto;
  padding-top: 1.2rem;
  font-weight: 800;
  color: var(--primary);
}

.tone-blue {
  background: linear-gradient(180deg, rgba(232, 239, 255, 0.96), rgba(255, 255, 255, 0.96));
}

.tone-gold {
  background: linear-gradient(180deg, rgba(255, 245, 217, 0.98), rgba(255, 255, 255, 0.96));
}

.tone-slate {
  background: linear-gradient(180deg, rgba(236, 241, 246, 0.98), rgba(255, 255, 255, 0.96));
}

.tone-cream {
  background: linear-gradient(180deg, rgba(250, 246, 238, 0.98), rgba(255, 255, 255, 0.96));
}

.tone-sand {
  background: linear-gradient(180deg, rgba(235, 242, 251, 0.98), rgba(255, 255, 255, 0.96));
}

.service-art-build {
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.24), transparent 16%),
    linear-gradient(135deg, rgba(23, 70, 199, 0.94), rgba(15, 45, 120, 0.55)),
    linear-gradient(45deg, #12306f, #3f79ff);
}

.service-art-supply {
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.32), transparent 18%),
    linear-gradient(135deg, #f3b000, #ffde7f);
}

.service-art-food {
  background:
    radial-gradient(circle at 68% 20%, rgba(255, 255, 255, 0.18), transparent 16%),
    linear-gradient(135deg, #16293f, #6b7f95);
}

.service-art-fashion {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3), transparent 20%),
    linear-gradient(135deg, #dbc5a2, #f2eadb);
}

.service-art-event {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(135deg, #203f72, #7eb0e7);
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: start;
}

.value-panel {
  display: grid;
  gap: 1rem;
}

.value-panel article,
.feature-grid article {
  padding: 1.5rem;
  border-radius: 26px;
}

.value-panel strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
}

.gallery-preview {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 1rem;
}

.gallery-tile,
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.gallery-tile::before,
.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(8, 15, 27, 0.82) 100%),
    linear-gradient(135deg, rgba(23, 70, 199, 0.18), rgba(243, 176, 0, 0.24));
}

.gallery-tile span,
.gallery-card span {
  position: absolute;
  left: 1.3rem;
  bottom: 1.2rem;
  z-index: 1;
  max-width: 16ch;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  line-height: 1.05;
}

.tile-one,
.mosaic-a {
  background: linear-gradient(145deg, #18408d, #5b8fff);
}

.tile-two,
.mosaic-b {
  background: linear-gradient(145deg, #ae7600, #f3ca5d);
}

.tile-three,
.mosaic-c {
  background: linear-gradient(145deg, #465669, #8ea6bc);
}

.tile-four,
.mosaic-d {
  background: linear-gradient(145deg, #9d7a53, #f0cf9f);
}

.mosaic-e {
  background: linear-gradient(145deg, #1d3c67, #78aadf);
}

.gallery-preview .tile-one {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery-preview .tile-two,
.gallery-preview .tile-three {
  grid-column: span 3;
}

.gallery-preview .tile-four {
  grid-column: span 7;
}

.cta-band {
  padding-top: 0;
}

.cta-shell {
  justify-content: space-between;
  padding: 2.2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(243, 176, 0, 0.28), transparent 22%),
    linear-gradient(135deg, #10213a 0%, #1746c7 58%, #2c63f2 100%);
  box-shadow: var(--shadow-lg);
}

.cta-shell h2,
.cta-shell .eyebrow {
  color: #fff;
}

.cta-shell .eyebrow {
  opacity: 0.78;
}

.soft-panel {
  position: relative;
}

.soft-panel::before {
  content: "";
  position: absolute;
  inset: 1rem 0 0;
  background: linear-gradient(180deg, rgba(23, 70, 199, 0.05), rgba(243, 176, 0, 0.05));
}

.soft-panel .container {
  position: relative;
}

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

.service-detail-grid {
  display: grid;
  gap: 1.2rem;
}

.service-detail {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.2rem;
  border-radius: var(--radius);
}

.service-detail .service-art {
  margin: 0;
  height: 220px;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 1rem;
}

.mosaic-a {
  grid-column: span 4;
  grid-row: span 2;
}

.mosaic-b,
.mosaic-c,
.mosaic-d {
  grid-column: span 4;
}

.mosaic-e,
.mosaic-f {
  grid-column: span 6;
}

.brand-card {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.6rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 241, 255, 0.96));
}

.brand-card::before {
  display: none;
}

.brand-card img {
  width: 130px;
  border-radius: 24px;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}

.brand-card strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
}

.brand-card p {
  margin: 0.5rem 0 0;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.contact-panel,
.contact-form {
  padding: 1.75rem;
  border-radius: var(--radius);
}

.contact-panel {
  background:
    radial-gradient(circle at top right, rgba(243, 176, 0, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 245, 239, 0.97));
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-list div {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(19, 34, 56, 0.06);
}

.contact-list strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Outfit", sans-serif;
}

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

.contact-form label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.94rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 1rem 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 34, 56, 0.1);
  border-radius: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid rgba(23, 70, 199, 0.16);
  border-color: rgba(23, 70, 199, 0.24);
}

.form-feedback {
  margin: 0;
  min-height: 1.5rem;
  color: var(--success);
  font-weight: 700;
}

.site-footer {
  padding: 0 0 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr;
  gap: 1.5rem;
  padding: 2.2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(243, 176, 0, 0.18), transparent 22%),
    linear-gradient(145deg, #101b2e 0%, #142643 100%);
  box-shadow: var(--shadow-lg);
}

.footer-grid h3,
.footer-grid p,
.footer-grid a,
.brand-footer strong,
.brand-footer small {
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid h3 {
  margin-bottom: 1rem;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.65rem;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-grid,
  .contact-grid,
  .service-detail,
  .footer-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 540px;
  }

  .service-grid,
  .gallery-preview,
  .gallery-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:nth-child(n),
  .gallery-preview .tile-one,
  .gallery-preview .tile-two,
  .gallery-preview .tile-three,
  .gallery-preview .tile-four,
  .mosaic-a,
  .mosaic-b,
  .mosaic-c,
  .mosaic-d,
  .mosaic-e,
  .mosaic-f {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-block;
    flex: none;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.7rem);
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
  }

  .hero,
  .page-hero {
    padding-top: 2rem;
  }

  .page-hero .container,
  .cta-shell,
  .footer-grid {
    padding: 1.5rem;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.7rem, 11vw, 4.2rem);
  }

  h2 {
    max-width: none;
  }

  .hero-metrics,
  .service-grid,
  .gallery-preview,
  .gallery-mosaic {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
    padding: 1rem;
    display: grid;
    gap: 1rem;
  }

  .hero-stage-panel,
  .hero-stage-brand,
  .hero-stage-float {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
  }

  .hero-stage-panel {
    right: auto;
  }

  .service-detail .service-art {
    height: 200px;
  }

  .service-detail,
  .page-hero .container,
  .contact-panel,
  .contact-form {
    border-radius: 24px;
  }

  .section-heading,
  .cta-shell {
    align-items: start;
  }
}

/* ==========================================================================
   HORIZON LIVING BRAND THEME (SCOPED REDESIGN)
   ========================================================================== */

/* Load Elegant Serif Font for Premium Aesthetics */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --hz-gold: #E4A853;
  --hz-gold-hover: #f1bf7b;
  --hz-slate-blue: #64829F;
  --hz-dark-blue: #4E6096;
  --hz-bg-dark: #0A0D14;
  --hz-bg-surface: #111522;
  --hz-border: rgba(255, 255, 255, 0.08);
  --hz-text-muted: #8C92AC;
}

body.horizon-theme {
  background-color: var(--hz-bg-dark);
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(228, 168, 83, 0.05), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(78, 96, 150, 0.06), transparent 50%),
    linear-gradient(180deg, #0A0D14 0%, #111625 100%);
  color: #FFFFFF;
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
}

.horizon-theme h1,
.horizon-theme h2,
.horizon-theme h3,
.horizon-theme h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #FFFFFF;
  font-weight: 500;
}

/* Glassmorphic site header specifically styled for Horizon */
.horizon-theme .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(10, 13, 20, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 100;
}

.horizon-theme .site-header .nav-shell {
  min-height: 100px;
}

.horizon-theme .site-header .brand {
  gap: 0.75rem;
}

.horizon-theme .site-header .brand img {
  width: 44px;
  height: 44px;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

.horizon-theme .site-header .brand strong {
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1;
}

.horizon-theme .site-header .brand small {
  color: var(--hz-text-muted);
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  font-weight: 400;
  margin-top: 3px;
  text-transform: uppercase;
}

.horizon-theme .site-header .site-nav {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.horizon-theme .site-header .site-nav a {
  color: #D1D5DB;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding: 0.7rem 1.25rem;
}

.horizon-theme .site-header .site-nav a:hover,
.horizon-theme .site-header .site-nav a.is-active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

.horizon-theme .site-header .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.5rem;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #121829;
  background: var(--hz-gold);
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.horizon-theme .site-header .contact-btn:hover {
  background-color: var(--hz-gold-hover);
  transform: translateY(-1px);
}

/* Beautiful Hero Layout */
.horizon-theme .hz-hero {
  padding: 180px 0 100px;
  position: relative;
  z-index: 1;
}

.horizon-theme .hz-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.horizon-theme .hz-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizon-theme .hz-hero-title {
  font-size: clamp(3rem, 5.8vw, 4.8rem);
  font-weight: 300;
  line-height: 1.08;
  margin: 0 0 2rem;
}

.horizon-theme .hz-hero-title span.italic-gold {
  color: var(--hz-gold);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
}

.horizon-theme .hz-hero-sub {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  color: #A0A6C0;
  line-height: 1.6;
  max-width: 44ch;
  margin: 0 0 2.5rem;
}

.horizon-theme .hz-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.horizon-theme .hz-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 2rem;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #121829;
  background: var(--hz-gold);
  transition: all 0.25s ease;
  box-shadow: 0 10px 25px rgba(228, 168, 83, 0.15);
}

.horizon-theme .hz-btn-solid:hover {
  background: var(--hz-gold-hover);
  transform: translateY(-2px);
}

.horizon-theme .hz-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 2rem;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
}

.horizon-theme .hz-btn-outline:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.horizon-theme .hz-hero-visual {
  width: 100%;
}

.horizon-theme .hz-hero-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.horizon-theme .hz-hero-image-wrapper img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  transition: transform 6s ease;
}

.horizon-theme .hz-hero-image-wrapper:hover img {
  transform: scale(1.04);
}

/* Category cards below hero */
.horizon-theme .hz-categories-section {
  padding: 60px 0;
  position: relative;
  z-index: 2;
  margin-top: -120px;
}

.horizon-theme .hz-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.horizon-theme .hz-cat-card {
  background: rgba(17, 21, 34, 0.85);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.horizon-theme .hz-cat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.horizon-theme .hz-cat-card .icon-wrapper {
  margin-top: 3rem;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.horizon-theme .hz-cat-card.gold-card .icon-wrapper {
  background: rgba(228, 168, 83, 0.08);
}

.horizon-theme .hz-cat-card.slate-card .icon-wrapper {
  background: rgba(100, 130, 159, 0.08);
}

.horizon-theme .hz-cat-card.blue-card .icon-wrapper {
  background: rgba(78, 96, 150, 0.08);
}

.horizon-theme .hz-cat-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0 0 1rem;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.horizon-theme .hz-cat-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 0.92rem;
  color: var(--hz-text-muted);
  line-height: 1.7;
  padding: 0 2rem;
  margin: 0 0 3rem;
  font-weight: 400;
}

.horizon-theme .hz-cat-card .explore-bar {
  margin-top: auto;
  width: 100%;
  padding: 1.1rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.horizon-theme .hz-cat-card.gold-card .explore-bar {
  background: var(--hz-gold);
  color: #121829;
}

.horizon-theme .hz-cat-card.gold-card .explore-bar:hover {
  background: var(--hz-gold-hover);
}

.horizon-theme .hz-cat-card.slate-card .explore-bar {
  background: var(--hz-slate-blue);
}

.horizon-theme .hz-cat-card.slate-card .explore-bar:hover {
  background: #7594b2;
}

.horizon-theme .hz-cat-card.blue-card .explore-bar {
  background: var(--hz-dark-blue);
}

.horizon-theme .hz-cat-card.blue-card .explore-bar:hover {
  background: #5b6fa8;
}

/* Premium Communities Section */
.horizon-theme .hz-communities-section {
  padding: 100px 0;
}

.horizon-theme .hz-section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.horizon-theme .hz-section-header h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  margin: 0 0 1rem;
}

.horizon-theme .hz-section-header p {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  color: var(--hz-text-muted);
  max-width: 50ch;
  margin: 0 auto;
}

.horizon-theme .hz-communities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.horizon-theme .hz-comm-card {
  background: var(--hz-bg-surface);
  border: 1px solid var(--hz-border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.horizon-theme .hz-comm-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.horizon-theme .hz-comm-card .card-image-wrapper {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.horizon-theme .hz-comm-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 4s ease;
}

.horizon-theme .hz-comm-card:hover .card-image-wrapper img {
  transform: scale(1.05);
}

.horizon-theme .hz-comm-card .card-info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background: #0E121E;
}

.horizon-theme .hz-comm-card .card-info h3 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 0.4rem;
  color: #FFFFFF;
}

.horizon-theme .hz-comm-card .card-info p {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  color: var(--hz-text-muted);
  margin: 0;
  font-weight: 300;
}

.horizon-theme .hz-comm-card .discover-bar {
  margin-top: auto;
  width: 100%;
  padding: 1.1rem;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background-color 0.25s ease;
}

.horizon-theme .hz-comm-card.accent-gold .discover-bar {
  background: var(--hz-gold);
  color: #121829;
}

.horizon-theme .hz-comm-card.accent-gold .discover-bar:hover {
  background: var(--hz-gold-hover);
}

.horizon-theme .hz-comm-card.accent-slate .discover-bar {
  background: var(--hz-slate-blue);
  color: #FFFFFF;
}

.horizon-theme .hz-comm-card.accent-slate .discover-bar:hover {
  background: #7594b2;
}

/* Footer Selling Points Strip */
.horizon-theme .hz-strip-section {
  padding: 80px 0;
  border-top: 1px solid var(--hz-border);
  border-bottom: 1px solid var(--hz-border);
  background: rgba(17, 21, 34, 0.4);
}

.horizon-theme .hz-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}

.horizon-theme .hz-strip-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.horizon-theme .hz-strip-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizon-theme .hz-strip-content h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: #FFFFFF;
}

.horizon-theme .hz-strip-content p {
  font-family: 'Manrope', sans-serif;
  font-size: 0.88rem;
  color: var(--hz-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Footer modifications specifically for dark luxury theme */
.horizon-theme .site-footer {
  background-color: #0A0D14;
  padding: 80px 0 40px;
}

.horizon-theme .site-footer .footer-grid {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 4rem;
  border-bottom: 1px solid var(--hz-border);
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.horizon-theme .site-footer .brand-footer img {
  width: 44px;
  height: 44px;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

.horizon-theme .site-footer .brand-footer strong {
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.horizon-theme .site-footer .brand-footer small {
  color: var(--hz-text-muted);
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 3px;
}

.horizon-theme .site-footer p {
  color: var(--hz-text-muted);
  font-size: 0.95rem;
}

.horizon-theme .site-footer h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.horizon-theme .site-footer a {
  color: var(--hz-text-muted);
  font-size: 0.95rem;
  transition: color 0.2s ease;
  margin-bottom: 0.85rem;
}

.horizon-theme .site-footer a:hover {
  color: var(--hz-gold);
}

.horizon-theme .hz-copyright {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
}

/* Responsive Overrides for Horizon */
@media (max-width: 1080px) {
  .horizon-theme .hz-hero {
    padding: 140px 0 140px;
  }
  
  .horizon-theme .hz-hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  
  .horizon-theme .hz-hero-copy {
    align-items: center;
  }
  
  .horizon-theme .hz-hero-sub {
    max-width: 50ch;
  }
  
  .horizon-theme .hz-categories-section {
    margin-top: 0;
    padding: 40px 0;
  }
  
  .horizon-theme .hz-categories-grid,
  .horizon-theme .hz-communities-grid,
  .horizon-theme .hz-strip-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .horizon-theme .hz-cat-card p {
    margin-bottom: 2rem;
  }
  
  .horizon-theme .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 760px) {
  .horizon-theme .site-header .site-nav {
    background: rgba(17, 21, 34, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .horizon-theme .hz-hero {
    padding-top: 120px;
  }
  
  .horizon-theme .hz-hero-title {
    font-size: 2.8rem;
  }
  
  .horizon-theme .hz-hero-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .horizon-theme .hz-hero-actions .hz-btn-solid,
  .horizon-theme .hz-hero-actions .hz-btn-outline {
    width: 100%;
  }
}

/* Love K Ventures homepage */
body.lovek-home {
  --lovek-bg: #08101f;
  --lovek-bg-soft: #f4f2ee;
  --lovek-surface: #ffffff;
  --lovek-surface-dark: #111c34;
  --lovek-navy: #0f2a66;
  --lovek-blue: #1f5fcb;
  --lovek-gold: #f2b01f;
  --lovek-text: #101828;
  --lovek-muted: #5c677d;
  --lovek-line: rgba(16, 24, 40, 0.12);
  --lovek-shadow: 0 28px 70px rgba(10, 17, 32, 0.18);
  background:
    radial-gradient(circle at 18% 10%, rgba(31, 95, 203, 0.25), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(242, 176, 31, 0.16), transparent 24%),
    linear-gradient(180deg, #0a1324 0%, #0f1b32 48%, #f3efe8 48%, #f5f2eb 100%);
  color: var(--lovek-text);
}

.lovek-home .site-header {
  position: absolute;
  inset: 0 0 auto 0;
  background: linear-gradient(180deg, rgba(8, 16, 31, 0.94), rgba(8, 16, 31, 0.34));
  border-bottom: 0;
  backdrop-filter: blur(18px);
}

.lovek-home .nav-shell {
  min-height: 104px;
}

.lovek-home .lovek-brand img {
  width: 82px;
  height: 82px;
  padding: 7px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.34),
    0 0 0 4px rgba(255, 255, 255, 0.08);
}

.lovek-home .lovek-brand strong {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.lovek-home .lovek-brand small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lovek-home .site-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  gap: 0.2rem;
}

.lovek-home .site-nav a {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lovek-home .site-nav a:hover,
.lovek-home .site-nav a.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.lovek-home .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.3rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #1f6cd6, #2f79d9);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(31, 108, 214, 0.32);
}

.lovek-home .lovek-main {
  overflow: hidden;
}

.lovek-home .lovek-hero {
  padding: 28px 0 1px;
}

.lovek-home .lovek-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 2.2rem;
  align-items: center;
  padding: 40px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(31, 95, 203, 0.3), transparent 30%),
    linear-gradient(135deg, rgba(9, 18, 36, 0.98), rgba(17, 28, 52, 0.98));
  box-shadow: var(--lovek-shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lovek-home .lovek-hero-copy {
  padding: 10px 0;
}

.lovek-home .eyebrow {
  margin: 0 0 14px;
  color: var(--lovek-gold);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.lovek-home .lovek-hero-copy h1,
.lovek-home .lovek-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.lovek-home .lovek-about h2 {
  margin: 0;
  color: var(--lovek-text);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.lovek-home .lovek-hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 7vw, 6.7rem);
}

.lovek-home .hero-summary {
  max-width: 63ch;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.03rem;
  line-height: 1.9;
}

.lovek-home .hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.lovek-home .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.lovek-home .hero-button:hover {
  transform: translateY(-2px);
}

.lovek-home .hero-button.primary {
  background: linear-gradient(135deg, var(--lovek-blue), #2e7be6);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(31, 95, 203, 0.3);
}

.lovek-home .hero-button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.lovek-home .hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.lovek-home .hero-highlights span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.lovek-home .lovek-hero-visual {
  min-width: 0;
}

.lovek-home .hero-visual-frame {
  position: relative;
  min-height: 580px;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lovek-home .hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(10, 18, 36, 0.05), rgba(10, 18, 36, 0.55)),
    url("../images/horizon-hero.png") center/cover no-repeat;
  filter: saturate(1.1);
}

.lovek-home .hero-visual-frame img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 544px;
  object-fit: cover;
  border-radius: 24px;
  opacity: 0;
}

.lovek-home .visual-badge {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  min-width: 138px;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(8, 16, 31, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.lovek-home .visual-badge strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.lovek-home .visual-badge span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.lovek-home .badge-top {
  top: 34px;
  left: 34px;
}

.lovek-home .badge-bottom {
  right: 34px;
  bottom: 34px;
}

.lovek-home .lovek-services,
.lovek-home .lovek-about,
.lovek-home .lovek-cta {
  padding: 72px 0;
}

.lovek-home .lovek-services {
  background: #f2eee8;
}

.lovek-home .lovek-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.lovek-home .lovek-section-heading h2 {
  margin: 0;
  color: var(--lovek-text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 600;
  line-height: 0.98;
  max-width: none;
}

.lovek-home .view-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.2rem;
  border-radius: 12px;
  background: var(--lovek-blue);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(31, 95, 203, 0.24);
}

.lovek-home .service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.lovek-home .service-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--lovek-line);
  box-shadow: 0 20px 46px rgba(13, 22, 38, 0.08);
}

.lovek-home .service-card.featured {
  box-shadow: 0 28px 58px rgba(13, 22, 38, 0.14);
}

.lovek-home .service-image {
  height: 195px;
  overflow: hidden;
  background: linear-gradient(135deg, #dfe7f6, #c1d4f7);
}

.lovek-home .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.lovek-home .service-card:hover .service-image img {
  transform: scale(1.04);
}

.lovek-home .service-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.lovek-home .service-gradient.food {
  background: linear-gradient(135deg, #26201c, #6c4334);
}

.lovek-home .service-gradient.boutique {
  background: linear-gradient(135deg, #e6d7ca, #b99578);
  color: #2f1f18;
}

.lovek-home .service-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 270px;
  padding: 1.5rem 1.5rem 1.45rem;
}

.lovek-home .project-tag {
  position: absolute;
  top: -29px;
  left: 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid #d4c9b7;
  color: var(--lovek-blue);
  font-size: 0.95rem;
  text-transform: lowercase;
}

.lovek-home .service-card-body h3 {
  margin: 36px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.62rem;
  line-height: 1.15;
  color: var(--lovek-text);
}

.lovek-home .service-card-body p {
  margin: 0;
  color: var(--lovek-muted);
  line-height: 1.8;
  font-size: 0.98rem;
}

.lovek-home .service-card-body a {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1rem;
  border: 1px solid rgba(16, 24, 40, 0.16);
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lovek-home .lovek-about {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at top right, rgba(31, 95, 203, 0.06), transparent 26%),
    #f5f2eb;
}

.lovek-home .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1.5rem;
  align-items: stretch;
  width: min(1440px, calc(100% - 0.25rem));
  margin: 0 auto;
  margin-top: 4px;
}

.lovek-home .about-copy,
.lovek-home .about-panel {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
}

.lovek-home .about-copy {
  padding: 2.15rem 2.35rem;
}

.lovek-home .about-copy h2 {
  margin-bottom: 1.1rem;
  color: var(--lovek-text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 4.3vw, 4.6rem);
  line-height: 0.92;
  max-width: none;
  width: 100%;
  text-wrap: balance;
}

.lovek-home .about-copy p {
  color: var(--lovek-muted);
  line-height: 1.9;
  margin: 0 0 1rem;
}

.lovek-home .about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.lovek-home .about-points span {
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: rgba(31, 95, 203, 0.08);
  border: 1px solid rgba(31, 95, 203, 0.12);
  color: var(--lovek-text);
  font-weight: 600;
}

.lovek-home .about-panel {
  padding: 1.35rem;
  display: grid;
  gap: 1rem;
}

.lovek-home .about-image-card {
  min-height: 290px;
  overflow: hidden;
  border-radius: 18px;
}

.lovek-home .about-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lovek-home .about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lovek-home .about-metrics article {
  padding: 1rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.lovek-home .about-metrics strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  color: var(--lovek-blue);
}

.lovek-home .about-metrics span {
  color: var(--lovek-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.lovek-home .lovek-cta {
  padding: 40px 0 44px;
  background-color: white
}

.lovek-home .cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(1500px, calc(100% - 0.1rem));
  margin: 0 auto;
  padding: 2.25rem 2.5rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #0f1d37, #13284b 60%, #173c7d);
  color: #ffffff;
  box-shadow: var(--lovek-shadow);
}

.lovek-home .cta-shell > div {
  flex: 1 1 auto;
}

.lovek-home .cta-shell h2 {
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

.lovek-home .lovek-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 16, 31, 0.98), rgba(6, 12, 24, 1)),
    #08101f;
  padding: 76px 0 28px;
}

.lovek-home .lovek-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(255, 255, 255, 0.04) 28% 29%, transparent 29% 62%, rgba(255, 255, 255, 0.035) 62% 63%, transparent 63% 100%);
  pointer-events: none;
}

.lovek-home .lovek-footer .footer-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(300px, 1.35fr) minmax(160px, 0.7fr) minmax(240px, 1fr) minmax(260px, 0.95fr);
  gap: 2rem;
  align-items: stretch;
  padding: 2.25rem;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(18, 35, 63, 0.94), rgba(18, 44, 84, 0.82)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.lovek-home .lovek-footer .brand-footer img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.lovek-home .footer-brand-panel,
.lovek-home .footer-contact-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lovek-home .footer-brand-panel p {
  max-width: 35ch;
  margin: 1.35rem 0 0;
  line-height: 1.75;
}

.lovek-home .footer-link-group,
.lovek-home .footer-contact-panel {
  padding-top: 0.35rem;
}

.lovek-home .lovek-footer .brand-footer strong,
.lovek-home .lovek-footer h3,
.lovek-home .lovek-footer p,
.lovek-home .lovek-footer a,
.lovek-home .hz-copyright {
  color: rgba(255, 255, 255, 0.76);
}

.lovek-home .lovek-footer h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.lovek-home .lovek-footer .brand-footer strong {
  color: #ffffff;
  font-size: 1.1rem;
}

.lovek-home .lovek-footer .brand-footer small {
  color: rgba(242, 176, 31, 0.9);
}

.lovek-home .footer-link-group a {
  width: fit-content;
  margin-bottom: 0.72rem;
  line-height: 1.45;
  transition: color 0.2s ease, transform 0.2s ease;
}

.lovek-home .lovek-footer a:hover {
  color: var(--lovek-gold);
  transform: translateX(3px);
}

.lovek-home .footer-cta,
.lovek-home .footer-contact-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 0 1rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lovek-blue), #2e7be6);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(31, 95, 203, 0.24);
}

.lovek-home .footer-cta:hover,
.lovek-home .footer-contact-panel a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.lovek-home .footer-contact-panel {
  padding: 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.lovek-home .footer-contact-panel p {
  margin: 0 0 1.25rem;
  line-height: 1.65;
}

.lovek-home .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lovek-home .footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.lovek-home .footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

@media (max-width: 1080px) {
  .lovek-home .lovek-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .lovek-home .lovek-footer {
    padding-top: 48px;
  }

  .lovek-home .lovek-footer .footer-grid {
    grid-template-columns: 1fr;
    padding: 1.35rem;
    border-radius: 22px;
  }

  .lovek-home .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 1080px) {
  .lovek-home .lovek-hero-shell,
  .lovek-home .about-grid {
    grid-template-columns: 1fr;
  }

  .lovek-home .lovek-hero-shell {
    padding: 28px;
  }

  .lovek-home .cta-shell {
    width: min(1500px, calc(100% - 0.35rem));
  }

  .lovek-home .hero-visual-frame {
    min-height: 420px;
  }

  .lovek-home .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lovek-home .lovek-section-heading,
  .lovek-home .cta-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .lovek-home .about-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .lovek-home .nav-shell {
    gap: 0.75rem;
    min-height: 86px;
  }

  .lovek-home .lovek-brand img {
    width: 64px;
    height: 64px;
    padding: 5px;
    border-radius: 15px;
  }

  .lovek-home .lovek-brand strong {
    font-size: 0.86rem;
  }

  .lovek-home .lovek-brand small {
    font-size: 0.62rem;
  }

  .lovek-home .site-nav {
    background: rgba(8, 16, 31, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lovek-home .contact-btn {
    display: none;
  }

  .lovek-home .lovek-hero {
    padding-top: 18px;
  }

  .lovek-home .lovek-hero-shell {
    padding: 22px;
    border-radius: 26px;
  }

  .lovek-home .lovek-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }

  .lovek-home .service-grid {
    grid-template-columns: 1fr;
  }

  .lovek-home .service-card-body {
    min-height: auto;
  }

  .lovek-home .service-card-body h3 {
    margin-top: 28px;
  }

  .lovek-home .hero-actions {
    flex-direction: column;
  }

  .lovek-home .hero-button,
  .lovek-home .view-all-link {
    width: 100%;
  }

  .lovek-home .hero-visual-frame {
    min-height: 320px;
  }

  .lovek-home .hero-visual-frame img {
    min-height: 300px;
  }

  .lovek-home .badge-top {
    top: 18px;
    left: 18px;
  }

  .lovek-home .badge-bottom {
    right: 18px;
    bottom: 18px;
  }

  .lovek-home .lovek-services,
  .lovek-home .lovek-about,
  .lovek-home .lovek-cta {
    padding: 56px 0;
  }

  .lovek-home .about-copy,
  .lovek-home .about-panel,
  .lovek-home .cta-shell {
    padding: 1.25rem;
  }

  .lovek-home .cta-shell {
    width: calc(100% - 0.5rem);
    border-radius: 24px;
  }
}

.lovek-home .lovek-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 1.5rem;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: 108px clamp(1rem, 3vw, 2rem) 1rem;
  overflow: hidden;
  border-radius: 0;
}

.lovek-home .hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 16, 31, 0.18), rgba(8, 16, 31, 0.48)),
    url("../images/horizon-hero.png") center/cover no-repeat;
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.04);
  animation: lovekHeroDrift 18s ease-in-out infinite alternate;
}

.lovek-home .hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.09), transparent 16%),
    radial-gradient(circle at 46% 66%, rgba(31, 95, 203, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(8, 16, 31, 0.18), rgba(8, 16, 31, 0.62));
  mix-blend-mode: screen;
}

.lovek-home .lovek-hero-copy {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  max-width: 1120px;
  padding: 0 0 0 clamp(0.5rem, 2vw, 2.2rem);
}

.lovek-home .lovek-hero-copy h1 {
  max-width: none;
  font-size: clamp(3.3rem, 5.4vw, 5.9rem);
  line-height: 0.98;
}

.lovek-home .hero-summary {
  max-width: 54ch;
  font-size: 0.98rem;
}

.lovek-home .hero-cards {
  position: relative;
  z-index: 2;
  grid-area: 2 / 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem;
  margin: 0;
  align-self: end;
}

.lovek-home .hero-card {
  position: relative;
  background: #ffffff;
  padding: 1.2rem 1.2rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 42px rgba(12, 18, 28, 0.14);
}

.lovek-home .hero-card-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -36px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 95, 203, 0.1), rgba(242, 176, 31, 0.14));
  color: var(--lovek-blue);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lovek-home .hero-card h3 {
  margin: 0 0 0.55rem;
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

.lovek-home .hero-card p {
  margin: 0 0 1.1rem;
  color: var(--lovek-muted);
  line-height: 1.7;
  font-size: 0.93rem;
}

.lovek-home .hero-card a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@keyframes lovekHeroDrift {
  0% {
    transform: scale(1.06) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.12) translate3d(-1.5%, -1%, 0);
  }
}

@media (max-width: 1080px) {
  .lovek-home .lovek-hero-shell {
    padding: 96px clamp(1rem, 3vw, 2rem) 1rem;
  }

  .lovek-home .hero-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .lovek-home .lovek-hero-shell {
    padding: 88px 1rem 1rem;
  }

  .lovek-home .lovek-hero-copy {
    padding-left: 0;
  }

  .lovek-home .lovek-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .lovek-home .hero-actions {
    flex-direction: column;
  }

  .lovek-home .hero-button {
    width: 100%;
  }

  .lovek-home .hero-highlights {
    gap: 0.5rem;
  }

  .lovek-home .hero-highlights span {
    width: 100%;
    text-align: center;
  }
}

.lovek-home .lovek-stats {
  padding: 38px 0 42px;
  background: #08101f;
}

.lovek-home .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  min-height: 230px;
  padding: 2.6rem 1.75rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.05), transparent 22%),
    linear-gradient(180deg, #153f74, #12345f 72%, #102d54);
  color: #ffffff;
  box-shadow: 0 20px 48px rgba(10, 17, 32, 0.18);
  position: relative;
  overflow: hidden;
  width: min(1440px, calc(100% - 0.25rem));
  margin: 0 auto;
}

.lovek-home .stats-grid::before,
.lovek-home .stats-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
}

.lovek-home .stats-grid::before {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.12), transparent 20%),
    radial-gradient(circle at 80% 100%, rgba(255, 255, 255, 0.12), transparent 24%);
}

.lovek-home .stats-grid::after {
  background-image:
    linear-gradient(115deg, transparent 0 22%, rgba(255, 255, 255, 0.08) 22% 23%, transparent 23% 45%, rgba(255, 255, 255, 0.06) 45% 46%, transparent 46% 68%, rgba(255, 255, 255, 0.08) 68% 69%, transparent 69% 100%);
}

.lovek-home .stats-item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0.75rem 1rem 0.95rem;
}

.lovek-home .stats-item strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.8rem, 4.8vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.lovek-home .stats-item p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
}

.lovek-home .services-carousel {
  overflow: hidden;
  width: min(1440px, calc(100% - 0.25rem));
  margin: 0 auto;
  margin-top: 8px;
}

.lovek-home .services-carousel-track {
  display: flex;
  gap: 1.2rem;
  will-change: transform;
  transition: transform 0.65s ease;
  width: max-content;
}

.lovek-home .services-carousel-track.is-paused {
  animation-play-state: paused;
}

.lovek-home .services-carousel .service-card {
  flex: 0 0 var(--service-card-width, calc((100% - 2.4rem) / 3));
  width: var(--service-card-width, calc((100% - 2.4rem) / 3));
}

.lovek-home .service-card {
  border-radius: 18px;
}

.lovek-home .service-image {
  height: 176px;
}

.lovek-home .service-card-body {
  min-height: 230px;
  padding: 1.2rem 1.2rem 1.35rem;
}

.lovek-home .service-card-body h3 {
  margin-top: 34px;
  font-size: 1.42rem;
}

@media (max-width: 1080px) {
  .lovek-home .lovek-about,
  .lovek-home .lovek-stats,
  .lovek-home .lovek-services,
  .lovek-home .lovek-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lovek-home .about-grid,
  .lovek-home .stats-grid,
  .lovek-home .services-carousel {
    width: min(1400px, calc(100% - 0.75rem));
  }

  .lovek-home .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lovek-home .services-carousel .service-card {
    flex-basis: var(--service-card-width, calc((100% - 1.2rem) / 2));
    width: var(--service-card-width, calc((100% - 1.2rem) / 2));
  }
}

@media (max-width: 760px) {
  .lovek-home .lovek-about,
  .lovek-home .lovek-stats,
  .lovek-home .lovek-services,
  .lovek-home .lovek-cta {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .lovek-home .stats-grid {
    grid-template-columns: 1fr;
    padding: 1.5rem 0.95rem;
    border-radius: 22px;
  }

  .lovek-home .services-carousel .service-card {
    flex-basis: 100%;
    width: 100%;
  }
}

.lovek-home .lovek-work {
  padding: 34px 0 56px;
}

.lovek-home .work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: 1rem;
  align-items: stretch;
  width: min(1440px, calc(100% - 0.25rem));
  margin: 0 auto;
}

.lovek-home .work-copy,
.lovek-home .work-panel {
  border-radius: 26px;
  overflow: hidden;
}

.lovek-home .work-copy {
  padding: 1.4rem 0.5rem 1.4rem 0;
}

.lovek-home .work-copy h2 {
  margin: 0;
  max-width: 26ch;
  color: var(--lovek-text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4vw, 4.25rem);
  line-height: 0.95;
  text-wrap: normal;
}

.lovek-home .work-lead {
  max-width: 58ch;
  margin: 1rem 0 1.4rem;
  color: var(--lovek-muted);
  line-height: 1.85;
}

.lovek-home .work-steps {
  display: grid;
  gap: 0.85rem;
}

.lovek-home .work-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

.lovek-home .work-step-number {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(31, 95, 203, 0.12), rgba(242, 176, 31, 0.12));
  color: var(--lovek-blue);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.lovek-home .work-step h3 {
  margin: 0 0 0.3rem;
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
}

.lovek-home .work-step p {
  margin: 0;
  color: var(--lovek-muted);
  line-height: 1.7;
}

.lovek-home .work-panel {
  padding: 1.5rem;
  background: linear-gradient(180deg, #12233f, #0f1a32);
  color: #ffffff;
  box-shadow: var(--lovek-shadow);
}

.lovek-home .work-panel.contact-form {
  padding: 1.5rem;
  border: 0;
  background: linear-gradient(180deg, #12233f, #0f1a32);
}

.lovek-home .work-panel h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 2.4vw, 2.8rem);
}

.lovek-home .work-form {
  display: grid;
  gap: 0.85rem;
}

.lovek-home .work-panel.contact-form {
  display: grid;
  gap: 0.85rem;
}

.lovek-home .work-panel .contact-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lovek-home .work-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.lovek-home .work-form input,
.lovek-home .work-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border-radius: 10px;
  padding: 0.95rem 1rem;
  outline: none;
}

.lovek-home .work-panel.contact-form input,
.lovek-home .work-panel.contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.lovek-home .work-panel .contact-form input,
.lovek-home .work-panel .contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lovek-home .work-form input::placeholder,
.lovek-home .work-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.lovek-home .work-panel.contact-form input::placeholder,
.lovek-home .work-panel.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.lovek-home .work-panel .contact-form input::placeholder,
.lovek-home .work-panel .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.lovek-home .work-panel.contact-form input:focus,
.lovek-home .work-panel.contact-form textarea:focus {
  outline: 2px solid rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.lovek-home .work-panel .contact-form input:focus,
.lovek-home .work-panel .contact-form textarea:focus {
  outline: 2px solid rgba(242, 176, 31, 0.26);
  border-color: rgba(242, 176, 31, 0.7);
  background: rgba(255, 255, 255, 0.16);
}

.lovek-home .work-form textarea {
  resize: vertical;
  min-height: 118px;
}

.lovek-home .work-form button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lovek-blue), #2e7be6);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.lovek-home .work-form .form-feedback {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1080px) {
  .lovek-home .work-grid {
    grid-template-columns: 1fr;
  }

  .lovek-home .work-copy {
    padding: 0;
  }
}

@media (max-width: 760px) {
  .lovek-home .work-form-grid {
    grid-template-columns: 1fr;
  }
}

.lovek-home .lovek-services .services-carousel {
  width: min(1500px, calc(100vw - 4rem));
  margin-left: 50%;
  padding: 0.25rem 0.1rem 1.1rem;
  transform: translateX(-50%);
}

.lovek-home .lovek-services .services-carousel-track {
  gap: 1rem;
  align-items: stretch;
}

.lovek-home .lovek-services .service-card {
  min-height: 0;
  padding: 0.65rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 14px 30px rgba(13, 22, 38, 0.1);
}

.lovek-home .lovek-services .service-card.featured {
  box-shadow: 0 14px 30px rgba(13, 22, 38, 0.1);
}

.lovek-home .lovek-services .service-image {
  position: relative;
  height: 230px;
  border-radius: 7px;
  overflow: hidden;
}

.lovek-home .lovek-services .service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lovek-home .lovek-services .service-card:nth-child(1) .service-image img,
.lovek-home .lovek-services .service-card:nth-child(4) .service-image img,
.lovek-home .lovek-services .service-card:nth-child(5) .service-image img {
  object-position: center 42%;
}

.lovek-home .lovek-services .service-card:nth-child(3) .service-image img {
  object-position: center 48%;
}

.lovek-home .lovek-services .service-card-body {
  min-height: 0;
  padding: 0.85rem 0.25rem 0.2rem;
  gap: 0;
}

.lovek-home .lovek-services .project-tag {
  position: absolute;
  top: -42px;
  right: 0.45rem;
  left: auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2b01f, #d48b12);
  color: transparent;
  box-shadow: 0 8px 18px rgba(212, 139, 18, 0.28);
  font-size: 0;
}

.lovek-home .lovek-services .project-tag::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.lovek-home .lovek-services .service-card-body h3 {
  max-width: none;
  margin: 0 0 0.45rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.lovek-home .lovek-services .service-card-body p {
  display: -webkit-box;
  min-height: 2.6em;
  margin: 0 0 0.8rem;
  overflow: hidden;
  color: #667085;
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lovek-home .lovek-services .service-card-body a {
  min-height: 30px;
  margin-top: 0;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 6px;
  background: #f2a51f;
  color: #ffffff;
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 1080px) {
  .lovek-home .lovek-services .services-carousel {
    width: min(920px, calc(100vw - 2rem));
  }
}

@media (max-width: 760px) {
  .lovek-home .lovek-services .services-carousel {
    width: min(390px, calc(100% - 1rem));
  }

  .lovek-home .lovek-services .service-image {
    height: 210px;
  }
}

.lovek-about-page {
  background: #071224;
}

.lovek-about-page .about-showcase {
  overflow: hidden;
  background: #071224;
}

.lovek-about-page .about-hero-stage {
  position: relative;
  min-height: 850px;
  padding: 128px 0 34px;
  color: #ffffff;
  background: #071224;
}

.lovek-about-page .about-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0.12), rgba(7, 18, 36, 0.86)),
    linear-gradient(90deg, rgba(7, 18, 36, 0.9), rgba(7, 18, 36, 0.2) 58%, rgba(7, 18, 36, 0.6)),
    url("../images/horizon-hero.png") center/cover no-repeat;
  transform: scale(1.04);
}

.lovek-about-page .about-hero-content,
.lovek-about-page .about-sector-grid {
  position: relative;
  z-index: 1;
}

.lovek-about-page .about-hero-content {
  max-width: 1320px;
  padding-top: 1rem;
}

.lovek-about-page .about-hero-content h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 5.2vw, 6.2rem);
  font-weight: 600;
  line-height: 0.98;
}

.lovek-about-page .about-hero-content p:not(.eyebrow) {
  max-width: 680px;
  margin: 1.2rem 0 1.6rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.lovek-about-page .about-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 5rem;
}

.lovek-about-page .about-sector-grid article,
.lovek-about-page .about-project-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(17, 43, 78, 0.94), rgba(9, 24, 48, 0.98));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.lovek-about-page .about-sector-grid img,
.lovek-about-page .about-project-grid img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.lovek-about-page .about-sector-grid div {
  padding: 1.35rem 1.45rem 1.45rem;
}

.lovek-about-page .about-sector-grid h2,
.lovek-about-page .about-project-grid h3 {
  max-width: 13ch;
  margin: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.lovek-about-page .about-sector-grid p,
.lovek-about-page .about-project-grid p {
  margin: 0.85rem 0 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

.lovek-about-page .about-sector-grid a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 0.95rem;
  border-radius: 6px;
  background: #ffffff;
  color: #0f1d37;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.lovek-about-page .about-overview-band {
  background: #f8fafc;
}

.lovek-about-page .about-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 3rem;
  padding: 4rem 0;
}

.lovek-about-page .about-overview-grid h2,
.lovek-about-page .about-projects-heading h2 {
  margin: 0;
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
}

.lovek-about-page .about-overview-grid > div:first-child h2 {
  max-width: 13ch;
}

.lovek-about-page .about-overview-grid > div:first-child img {
  display: block;
  width: 100%;
  height: 270px;
  margin-top: 1.6rem;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(15, 29, 55, 0.12);
}

.lovek-about-page .about-expertise h2 {
  margin-bottom: 1.55rem;
}

.lovek-about-page .expertise-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.45rem 1.8rem;
  margin-bottom: 1.6rem;
}

.lovek-about-page .expertise-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.lovek-about-page .expertise-list span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid rgba(31, 95, 203, 0.25);
  color: var(--lovek-blue);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}

.lovek-about-page .expertise-list h3 {
  margin: 0 0 0.35rem;
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
}

.lovek-about-page .expertise-list p {
  margin: 0;
  color: var(--lovek-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.lovek-about-page .about-projects-band {
  padding: 4.2rem 0 2rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(31, 95, 203, 0.16), transparent 28%),
    linear-gradient(180deg, #071224, #0a1a34);
}

.lovek-about-page .about-projects-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.lovek-about-page .about-projects-heading h2 {
  color: #ffffff;
}

.lovek-about-page .about-projects-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
}

.lovek-about-page .about-project-carousel {
  overflow: hidden;
  padding-bottom: 2.5rem;
}

.lovek-about-page .about-project-grid {
  display: flex;
  gap: 1.4rem;
  width: 100%;
  will-change: transform;
  transition: transform 0.65s ease;
}

.lovek-about-page .about-project-grid article {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 2.8rem) / 3);
  min-height: 370px;
  width: calc((100% - 2.8rem) / 3);
}

.lovek-about-page .about-project-grid h3 {
  max-width: none;
  white-space: nowrap;
}

.lovek-about-page .about-project-grid div {
  padding: 1.25rem 1.4rem 1.35rem;
}

.lovek-about-page .about-project-grid img {
  height: 210px;
}

.lovek-about-page .about-solutions-band {
  padding: 4.8rem 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(171, 112, 255, 0.2), transparent 8%),
    #f7f8fc;
}

.lovek-about-page .about-solutions-shell {
  max-width: 1120px;
}

.lovek-about-page .about-solutions-main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
  gap: 2.2rem;
  align-items: center;
}

.lovek-about-page .about-solutions-copy h2 {
  max-width: 13ch;
  margin: 0;
  color: #111b33;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.15rem, 4vw, 4.3rem);
  line-height: 0.95;
}

.lovek-about-page .about-solutions-copy p {
  max-width: 560px;
  margin: 1.05rem 0 1.4rem;
  color: #5e687d;
  font-size: 0.98rem;
  line-height: 1.75;
}

.lovek-about-page .about-solutions-copy a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 1.1rem;
  border-radius: 6px;
  background: #3157db;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(49, 87, 219, 0.2);
}

.lovek-about-page .about-solutions-visual {
  position: relative;
  padding: 0.75rem;
  border: 1px solid rgba(20, 35, 68, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(23, 38, 75, 0.14);
}

.lovek-about-page .about-solutions-visual img {
  width: 100%;
  height: 265px;
  border-radius: 6px;
  object-fit: cover;
}

.lovek-about-page .about-solutions-badge {
  position: absolute;
  left: 1.3rem;
  bottom: 1.3rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  min-width: 170px;
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(17, 27, 51, 0.16);
}

.lovek-about-page .about-solutions-badge strong {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef2ff;
  color: #3157db;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
}

.lovek-about-page .about-solutions-badge span {
  color: #26334f;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}

.lovek-about-page .about-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.lovek-about-page .about-solutions-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  min-height: 118px;
  padding: 1.15rem;
  border: 1px solid rgba(20, 35, 68, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 38, 75, 0.08);
}

.lovek-about-page .about-solutions-grid article > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef2ff;
  color: #3157db;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.lovek-about-page .about-solutions-grid h3 {
  margin: 0 0 0.45rem;
  color: #111b33;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
}

.lovek-about-page .about-solutions-grid p {
  margin: 0;
  color: #667188;
  font-size: 0.86rem;
  line-height: 1.55;
}

.lovek-about-page .lovek-footer {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .lovek-about-page .about-sector-grid,
  .lovek-about-page .about-overview-grid,
  .lovek-about-page .about-projects-heading,
  .lovek-about-page .about-solutions-main,
  .lovek-about-page .about-solutions-grid {
    grid-template-columns: 1fr;
  }

  .lovek-about-page .about-hero-stage {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .lovek-about-page .about-hero-stage {
    padding-top: 104px;
  }

  .lovek-about-page .about-hero-content h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .lovek-about-page .expertise-list {
    grid-template-columns: 1fr;
  }

  .lovek-about-page .about-overview-grid {
    padding: 3rem 0;
  }

  .lovek-about-page .about-project-grid h3 {
    white-space: normal;
  }

  .lovek-about-page .about-solutions-band {
    padding: 3.5rem 0;
  }

  .lovek-about-page .about-solutions-copy h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 13vw, 3.2rem);
  }
}

.lovek-about-page .about-hero-bg {
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0.16), rgba(7, 18, 36, 0.88)),
    linear-gradient(90deg, rgba(7, 18, 36, 0.92), rgba(7, 18, 36, 0.2) 58%, rgba(7, 18, 36, 0.62)),
    url("../images/service-general-goods.jpg") center/cover no-repeat;
}

.lovek-about-page .about-overview-band {
  background: #ffffff;
}

.lovek-about-page .about-trust-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.45fr);
  gap: 2.4rem;
  align-items: start;
  max-width: 1240px;
  padding: 4.6rem 0;
}

.lovek-about-page .about-trust-main-image img,
.lovek-about-page .about-trust-feature-grid img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.lovek-about-page .about-trust-main-image img {
  height: 620px;
  object-position: center top;
  box-shadow: 0 22px 54px rgba(15, 29, 55, 0.14);
}

.lovek-about-page .about-trust-content h2 {
  max-width: 720px;
  margin: 0;
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.1rem, 3.2vw, 3.3rem);
  line-height: 1.08;
}

.lovek-about-page .about-trust-content > p:not(.eyebrow) {
  max-width: 820px;
  margin: 0.85rem 0 0;
  color: var(--lovek-muted);
  line-height: 1.75;
}

.lovek-about-page .about-trust-content > a {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--lovek-text);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}

.lovek-about-page .about-trust-feature-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.75fr) minmax(190px, 0.8fr) minmax(220px, 1fr);
  gap: 1.1rem;
  align-items: stretch;
  margin-top: 2.1rem;
}

.lovek-about-page .about-trust-feature-grid article {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #f7fafc;
}

.lovek-about-page .about-trust-stat {
  background: linear-gradient(135deg, #8cc63f, #6fb02f) !important;
  color: #ffffff;
}

.lovek-about-page .about-trust-feature-grid strong {
  display: block;
  color: inherit;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 1;
}

.lovek-about-page .about-trust-rate strong {
  color: var(--lovek-text);
}

.lovek-about-page .about-trust-feature-grid span {
  max-width: 12ch;
  margin-top: 0.35rem;
  color: inherit;
  font-family: "Outfit", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.lovek-about-page .about-trust-rate span {
  color: var(--lovek-muted);
}

.lovek-about-page .about-trust-feature-grid img {
  height: 150px;
}

@media (max-width: 1080px) {
  .lovek-about-page .about-trust-grid,
  .lovek-about-page .about-trust-feature-grid {
    grid-template-columns: 1fr;
  }

  .lovek-about-page .about-trust-main-image img {
    height: 340px;
  }
}

@media (max-width: 760px) {
  .lovek-about-page .about-trust-grid {
    padding: 3rem 0;
  }
}

body.lovek-services-page {
  background: #f6fbff;
  color: #071224;
}

.lovek-services-page .services-redesign {
  width: 100%;
  margin: 0;
  padding: 0 0 4.5rem;
  color: #071224;
}

.lovek-services-page .services-hero-panel {
  position: relative;
  display: flex;
  min-height: 640px;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #071224;
  box-shadow: none;
}

.lovek-services-page .services-hero-panel::before {
  display: none;
}

.lovek-services-page .services-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 86% 20%, rgba(38, 172, 210, 0.36), transparent 22%),
    linear-gradient(90deg, rgba(7, 18, 36, 0.94), rgba(7, 18, 36, 0.7) 48%, rgba(7, 18, 36, 0.32));
}

.lovek-services-page .services-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lovek-services-page .services-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0.22), rgba(7, 18, 36, 0.68)),
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.08), transparent 20%);
}

.lovek-services-page .services-hero-copy {
  position: relative;
  z-index: 3;
  max-width: none;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 6.8rem 0 5.5rem;
  text-align: left;
}

.lovek-services-page .services-hero-copy h1 {
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(3.2rem, 5.2vw, 5.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.lovek-services-page .services-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.15rem 0 1.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

.lovek-services-page .services-video-hero .eyebrow {
  color: #ffb340;
}

.lovek-services-page .services-hero-copy a,
.lovek-services-page .services-redesign-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: #ff920f;
  color: #071224;
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(255, 146, 21, 0.28);
}

.lovek-services-page .services-hero-badges {
  position: absolute;
  right: max(2rem, calc((100vw - 1280px) / 2));
  bottom: 2rem;
  z-index: 3;
  display: flex;
  max-width: 520px;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lovek-services-page .services-hero-badges span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.lovek-services-page .services-proof-row {
  width: min(1280px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 2.2rem;
  align-items: center;
  margin: 2.4rem auto 2.7rem;
}

.lovek-services-page .services-proof-intro h2,
.lovek-services-page .services-feature-band h2,
.lovek-services-page .services-section-heading h2 {
  max-width: none;
  color: #071224;
  font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.lovek-services-page .services-proof-intro p {
  max-width: 360px;
  margin: 0.85rem 0 0;
  color: #5c6b7e;
  line-height: 1.65;
}

.lovek-services-page .services-proof-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(17, 43, 78, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(17, 43, 78, 0.13);
}

.lovek-services-page .services-proof-card article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.85rem;
}

.lovek-services-page .services-proof-card span,
.lovek-services-page .services-feature-grid span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1598c4;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}

.lovek-services-page .services-proof-card h3,
.lovek-services-page .services-feature-grid h3,
.lovek-services-page .services-redesign-grid h3 {
  margin: 0;
  color: #071224;
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
}

.lovek-services-page .services-proof-card p,
.lovek-services-page .services-feature-grid p,
.lovek-services-page .services-redesign-grid p {
  margin: 0.45rem 0 0;
  color: #6a7487;
  font-size: 0.88rem;
  line-height: 1.6;
}

.lovek-services-page .services-feature-band {
  width: 100%;
  margin: 0;
  padding: 3.4rem max(1rem, calc((100vw - 1280px) / 2)) 3.6rem;
  text-align: center;
  background: #f2eee8;
}

.lovek-services-page .services-feature-band h2 {
  margin: 0 auto 1.9rem;
}

.lovek-services-page .services-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.lovek-services-page .services-feature-grid article {
  min-height: 210px;
  padding: 2rem 1.6rem 1.8rem;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 43, 78, 0.08);
}

.lovek-services-page .services-feature-grid span {
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  background: #ff920f;
}

.lovek-services-page .services-card-section {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding-top: 2rem;
}

.lovek-services-page .services-section-heading {
  text-align: center;
  margin-bottom: 1.7rem;
}

.lovek-services-page .services-section-heading .eyebrow {
  margin-bottom: 0.55rem;
}

.lovek-services-page .services-redesign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.55rem;
}

.lovek-services-page .services-redesign-grid article {
  overflow: hidden;
  border: 1px solid rgba(17, 43, 78, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(17, 43, 78, 0.12);
}

.lovek-services-page .services-redesign-grid img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.lovek-services-page .services-redesign-grid div {
  padding: 1.15rem 1.2rem 1.3rem;
}

.lovek-services-page .services-redesign-grid a {
  min-height: 36px;
  margin-top: 1rem;
  padding: 0 0.9rem;
  font-size: 0.78rem;
}

@media (max-width: 1080px) {
  .lovek-services-page .services-proof-row,
  .lovek-services-page .services-proof-card,
  .lovek-services-page .services-feature-grid,
  .lovek-services-page .services-redesign-grid {
    grid-template-columns: 1fr;
  }

  .lovek-services-page .services-hero-panel {
    min-height: 600px;
  }

  .lovek-services-page .services-hero-copy {
    padding: 4.5rem 2rem 5.5rem;
  }

  .lovek-services-page .services-hero-panel::after {
    display: block;
  }
}

@media (max-width: 760px) {
  .lovek-services-page .services-redesign {
    width: 100%;
    margin-top: 0;
  }

  .lovek-services-page .services-hero-panel {
    min-height: 620px;
    border-radius: 0;
  }

  .lovek-services-page .services-hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .lovek-services-page .services-hero-badges {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    justify-content: flex-start;
  }

  .lovek-services-page .services-proof-card article {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}

body.lovek-gallery-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 146, 15, 0.12), transparent 18%),
    linear-gradient(180deg, #15191f 0%, #f5f4f1 44%, #15191f 100%);
  color: #ffffff;
}

.lovek-gallery-page .lovek-gallery-main {
  width: 100%;
  margin: 0;
}

.lovek-gallery-page .gallery-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: 0;
  background: #11151b;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.lovek-gallery-page .gallery-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 13, 18, 0.92), rgba(11, 13, 18, 0.58) 48%, rgba(11, 13, 18, 0.18)),
    linear-gradient(180deg, rgba(11, 13, 18, 0.16), rgba(11, 13, 18, 0.7)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.lovek-gallery-page .gallery-hero-content {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 2rem));
  max-width: none;
  margin: 0 auto;
  padding: 7rem 0 5.5rem;
}

.lovek-gallery-page .gallery-hero-content .eyebrow,
.lovek-gallery-page .gallery-promo .eyebrow {
  color: #d8ad78;
}

.lovek-gallery-page .gallery-hero-content h1 {
  max-width: 1180px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.lovek-gallery-page .gallery-hero-content p:not(.eyebrow) {
  max-width: 540px;
  margin: 1.4rem 0 2rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
}

.lovek-gallery-page .gallery-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.lovek-gallery-page .gallery-hero-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lovek-gallery-page .gallery-hero-actions a:first-child {
  border-color: #d8ad78;
  background: #d8ad78;
  color: #15191f;
}

.lovek-gallery-page .gallery-hero-seal {
  position: absolute;
  right: 4rem;
  bottom: 3.5rem;
  z-index: 1;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.lovek-gallery-page .gallery-hero-seal strong {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
}

.lovek-gallery-page .gallery-hero-seal span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.lovek-gallery-page .gallery-board {
  width: min(1440px, calc(100% - 2rem));
  margin: 1.1rem auto 0;
  padding: 1.8rem;
  border-radius: 18px;
  background: #f6f5f2;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.lovek-gallery-page .gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1.7rem;
}

.lovek-gallery-page .gallery-tabs a {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid transparent;
  color: #15191f;
  font-family: "Outfit", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lovek-gallery-page .gallery-tabs a.is-active {
  border-color: #15191f;
}

.lovek-gallery-page .gallery-grid-redesign {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 1rem;
}

.lovek-gallery-page .gallery-piece {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #15191f;
}

.lovek-gallery-page .gallery-piece.is-hidden {
  display: none;
}

.lovek-gallery-page .gallery-piece.tall {
  grid-row: span 2;
}

.lovek-gallery-page .gallery-piece.wide {
  grid-column: span 2;
}

.lovek-gallery-page .gallery-piece img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.lovek-gallery-page .gallery-piece::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.76));
}

.lovek-gallery-page .gallery-piece:hover img {
  transform: scale(1.05);
}

.lovek-gallery-page .gallery-piece span {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.lovek-gallery-page .gallery-promo {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: 2.4rem;
  align-items: center;
  padding: 4.5rem 2.4rem;
}

.lovek-gallery-page .gallery-promo h2 {
  max-width: 1100px;
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.lovek-gallery-page .gallery-promo p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
}

.lovek-gallery-page .gallery-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lovek-gallery-page .gallery-promo-grid article {
  min-height: 150px;
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.lovek-gallery-page .gallery-promo-grid strong {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d8ad78;
  color: #15191f;
  font-family: "Outfit", sans-serif;
}

.lovek-gallery-page .gallery-promo-grid span {
  display: block;
  margin-top: 1rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .lovek-gallery-page .gallery-grid-redesign,
  .lovek-gallery-page .gallery-promo,
  .lovek-gallery-page .gallery-promo-grid {
    grid-template-columns: 1fr;
  }

  .lovek-gallery-page .gallery-piece.tall,
  .lovek-gallery-page .gallery-piece.wide {
    grid-row: span 1;
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .lovek-gallery-page .lovek-gallery-main {
    width: min(100% - 0.9rem, 1440px);
  }

  .lovek-gallery-page .gallery-hero {
    min-height: 620px;
  }

  .lovek-gallery-page .gallery-hero-content {
    padding: 5rem 1.25rem;
  }

  .lovek-gallery-page .gallery-hero-seal {
    display: none;
  }

  .lovek-gallery-page .gallery-board {
    padding: 1rem;
  }

  .lovek-gallery-page .gallery-tabs {
    justify-content: flex-start;
    gap: 1rem;
  }
}

body.lovek-contact-page {
  background: #f7f4ee;
  color: #172033;
}

.lovek-contact-page .contact-redesign {
  background: #f7f4ee;
}

.lovek-contact-page .contact-page-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 20, 38, 0.92), rgba(8, 20, 38, 0.62)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.lovek-contact-page .contact-page-hero > div {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.lovek-contact-page .contact-page-hero h1 {
  max-width: 860px;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.lovek-contact-page .contact-page-hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.lovek-contact-page .contact-page-hero .eyebrow {
  color: #f3b000;
}

.lovek-contact-page .contact-hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: 2.4rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.8rem 0 4.5rem;
  align-items: stretch;
}

.lovek-contact-page .contact-form-area h1 {
  max-width: 15ch;
  margin-bottom: 1.25rem;
  color: #101827;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1;
  letter-spacing: 0;
}

.lovek-contact-page .contact-form {
  display: grid;
  gap: 0.95rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lovek-contact-page .contact-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lovek-contact-page .contact-form label {
  display: grid;
  gap: 0.35rem;
  color: #101827;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.lovek-contact-page .contact-form input,
.lovek-contact-page .contact-form textarea,
.lovek-contact-page .contact-form select {
  margin-top: 0.45rem;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #172033;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.06);
}

.lovek-contact-page .contact-form input,
.lovek-contact-page .contact-form select {
  min-height: 54px;
  padding: 0 1rem;
}

.lovek-contact-page .contact-form textarea {
  min-height: 150px;
  padding: 1rem;
  resize: vertical;
}

.lovek-contact-page .contact-submit-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.lovek-contact-page .contact-submit-row .btn {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: #f3b000;
  color: #16251f;
  box-shadow: 0 12px 28px rgba(243, 176, 0, 0.24);
}

.lovek-contact-page .form-feedback {
  margin: 0;
  color: #31513f;
}

.lovek-contact-page .contact-info-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  padding: 2.1rem;
  border-radius: 24px 24px 24px 56px;
  background: #284f42;
  color: #ffffff;
  box-shadow: 0 24px 64px rgba(23, 32, 51, 0.18);
}

.lovek-contact-page .contact-info-card::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -28px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #f7f4ee;
}

.lovek-contact-page .contact-info-card > div {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.lovek-contact-page .contact-info-card > div:last-child {
  margin-bottom: 0;
}

.lovek-contact-page .contact-info-card h2 {
  max-width: none;
  margin: 0 0 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

.lovek-contact-page .contact-info-card p {
  margin: 0.18rem 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.6;
}

.lovek-contact-page .contact-socials {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.lovek-contact-page .contact-socials a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3b000;
  color: #284f42;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.lovek-contact-page .contact-map-band {
  min-height: 360px;
  overflow: hidden;
  background: #e7e8e8;
  border-top: 1px solid rgba(23, 32, 51, 0.06);
  border-bottom: 1px solid rgba(23, 32, 51, 0.06);
}

.lovek-contact-page .contact-map-band iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(0.15) contrast(0.98);
}

.lovek-contact-page .contact-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
}

.lovek-contact-page .contact-benefits article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.lovek-contact-page .contact-benefits span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5f1;
  color: #284f42;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.lovek-contact-page .contact-benefits h3 {
  margin: 0;
  color: #172033;
  font-size: 0.98rem;
}

.lovek-contact-page .contact-benefits p {
  margin: 0.15rem 0 0;
  color: #667188;
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .lovek-contact-page .contact-hero-section,
  .lovek-contact-page .contact-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .lovek-contact-page .contact-hero-section {
    padding: 3.5rem 0 2.8rem;
  }

  .lovek-contact-page .contact-field-row {
    grid-template-columns: 1fr;
  }

  .lovek-contact-page .contact-map-band {
    min-height: 220px;
  }
}
