:root {
  --bg: #f7faf7;
  --bg-soft: #eef5e7;
  --bg-blue: #e5f0db;
  --panel: #ffffff;
  --text: #0f1720;
  --muted: #5f6975;
  --line: #dde6de;
  --green: #76b900;
  --green-dark: #5f9700;
  --navy: #0c1520;
  --navy-2: #152117;
  --shadow: 0 18px 50px rgba(15, 23, 32, 0.07);
  --radius: 28px;
  --accent-warm: #eef5e7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8fbf7 0%, #eef5ef 45%, #f4f8f5 100%);
}
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.page { display: none; }
.active-page { display: block; }
.section { padding: 38px 0 72px; }
.section-soft-green { background: linear-gradient(180deg, #f1f8ea 0%, #e5f0db 100%); }
.section-blue-tint { background: linear-gradient(180deg, #f3f8f1 0%, #e8f1e4 100%); }
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.badge, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #d8e8b7;
  background: #f4faea;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.badge-dark {
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #9bd22d;
}
.btn {
  border: 0;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(180deg, #88ca17 0%, #76b900 100%);
  color: #08110d;
  box-shadow: 0 14px 28px rgba(118, 185, 0, 0.24);
}
.btn-secondary {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--line);
}
.button-row { display: flex; gap: 14px; flex-wrap: wrap; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.95);
  border-bottom: 1px solid #e4ece6;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark-wrap {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.brand-mark {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: none;
}
.brand-name { font-weight: 700; font-size: 18px; }
.brand-subtitle { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .28em; color: var(--green-dark); margin-top: 2px; }
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  border: 1px solid #e1e8e2;
  background: linear-gradient(180deg, #fbfdfb 0%, #f3f7f4 100%);
  border-radius: 18px;
}
.nav-link {
  border: 0;
  background: transparent;
  color: #44505c;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
}
.nav-link.active, .nav-link:hover {
  background: linear-gradient(180deg, #88ca17 0%, #76b900 100%);
  color: #09110d;
}
.hero-home {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(118,185,0,0.10), transparent 28%), linear-gradient(180deg, #fbfefa 0%, #eaf4e2 56%, #eef6e8 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(118,185,0,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118,185,0,.05) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .85;
}
.hero-inner { position: relative; z-index: 1; }
.home-hero-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: center;
  padding: 72px 0 64px;
}
.hero-title {
  margin: 18px 0 14px;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 1.02;
}
.hero-text { max-width: 760px; font-size: 20px; line-height: 1.75; color: var(--muted); }
.feature-list { margin: 28px 0 30px; display: grid; gap: 12px; max-width: 760px; }
.feature-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.86);
  border: 1px solid #dfe8df;
  box-shadow: 0 10px 22px rgba(15,23,32,.04);
}
.feature-item::before {
  content: "";
  width: 10px; height: 10px; border-radius: 999px; background: var(--green); margin-top: 7px; flex: 0 0 auto;
}
.band { background: linear-gradient(90deg, #0d1520 0%, #162117 100%); color: white; }
.band-inner { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; padding: 18px 0; font-size: 14px; letter-spacing: .04em; }
.image-card, .image-gallery-card { padding: 22px; }
.card-label { font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 14px; }
.media-frame, .wide-image-frame {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #dfe7e0;
  background: linear-gradient(180deg, #ffffff 0%, #edf5e7 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 18px 40px rgba(15,23,32,.06);
}
.founder-square-frame {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #fbfdf7 0%, #edf5e6 100%);
  min-height: 400px;
}
.founder-hero-card { align-self: start; }
.fit-head-image {
  width: 100%; height: 100%; object-fit: cover; object-position: center 12%;
  transform: scale(.92);
  filter: contrast(1.03) saturate(.96);
}
.product-frame { background: linear-gradient(180deg, #fbfdfb 0%, #f3f7f4 100%); }
.document-frame { background: linear-gradient(180deg, #ffffff 0%, #eef4f2 100%); }
.product-image, .portrait-image, .document-image, .needle-photo {
  width: 100%; height: 100%;
}
.product-image { object-fit: contain; padding: 16px; filter: contrast(1.06) saturate(.88) brightness(1.02); }
.needle-photo { object-fit: contain; padding: 28px; filter: contrast(1.08) saturate(.86) brightness(1.03); }
.document-image { object-fit: contain; padding: 14px; filter: contrast(1.08) brightness(1.02); }
.grayscale { filter: grayscale(1) contrast(1.08) brightness(1.02); }
.portrait-frame { background: linear-gradient(180deg, #fcfef9 0%, #eef4e8 100%); }
.tinted-card { background: linear-gradient(180deg, #fbfdf7 0%, #edf5e6 100%); }
.card-grid { display: grid; gap: 22px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.four-up { grid-template-columns: repeat(4, 1fr); }
.card-link { padding: 24px; cursor: pointer; }
.card-link:hover, .service-card:hover, .stat-card:hover, .process-card:hover { transform: translateY(-2px); }
.icon-badge {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px;
  background: rgba(118,185,0,.12); color: var(--green-dark); font-weight: 800; margin-bottom: 14px;
}
.card-link h3, .service-card h4, .stat-card h4 { margin: 0; font-size: 24px; }
.card-link p, .service-card p, .stat-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.8; }
.page-hero { padding: 50px 0 34px; }
.center-hero { text-align: center; }
.center-hero h2 { margin: 18px 0 10px; font-size: clamp(38px, 5vw, 62px); }
.center-hero p { max-width: 860px; margin: 0 auto; color: var(--muted); font-size: 19px; line-height: 1.8; }
.why-top-grid, .services-top-grid, .contact-grid { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; }
.dark-card {
  padding: 34px;
  color: white;
  background: linear-gradient(135deg, #0d1520 0%, #162117 100%);
  border: 0;
}
.dark-card h3 { font-size: 36px; margin: 18px 0 12px; }
.dark-card p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.85; }
.blueprint-card {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(118,185,0,0.14) 0%, rgba(118,185,0,0.04) 22%, transparent 40%), linear-gradient(180deg, #040c03 0%, #071106 100%);
  color: white;
  padding: 28px;
}
.blueprint-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(118,185,0,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118,185,0,.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .8;
}
.blueprint-header, .blueprint-canvas, .blueprint-status-row { position: relative; z-index: 1; }
.blueprint-header h3 { margin: 8px 0 0; font-size: 32px; }
.blueprint-canvas {
  margin-top: 24px;
  min-height: 320px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.02) 100%);
  overflow: hidden;
}
.axis-line, .measure-line, .measure-vertical {
  position: absolute; background: rgba(155,210,45,.35);
}
.axis-line { left: 44px; right: 44px; top: 50%; height: 1px; transform: translateY(-50%); }
.measure-line.top { left: 64px; right: 96px; top: 42px; height: 1px; }
.measure-line.bottom { left: 64px; right: 96px; bottom: 42px; height: 1px; }
.measure-vertical.left { top: 60px; bottom: 60px; left: 46px; width: 1px; }
.measure-vertical.right { top: 60px; bottom: 60px; right: 46px; width: 1px; }
.callout {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #d9f09b;
}
.callout-left { top: 74px; left: 22px; }
.callout-right { bottom: 78px; right: 22px; text-align: right; }
.needle-blueprint {
  position: absolute; inset: 0; margin: auto;
  width: 94%; height: 176px; object-fit: contain;
  filter: contrast(1.12) brightness(1.06) drop-shadow(0 0 14px rgba(155,210,45,.18));
  opacity: .98;
}
.blueprint-status-row {
  margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.status-card {
  border-radius: 18px; padding: 14px 12px; text-align: center;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.8);
}
.status-card span { display: block; color: #9bd22d; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.stat-card, .service-card { padding: 24px; }
.stat-emoji { font-size: 32px; margin-bottom: 12px; }
.mini-list { display: grid; gap: 10px; margin-top: 18px; }
.mini-list div {
  padding: 14px 16px; border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05);
}
.image-gallery-card { padding: 24px; }
.gallery-grid { display: grid; gap: 16px; }
.gallery-grid.top-row { grid-template-columns: 1.15fr .85fr; margin-bottom: 16px; }
.gallery-grid.bottom-row { grid-template-columns: 1fr 1fr; }
.gallery-grid .large { min-height: 320px; }
.stack-cards { display: grid; gap: 18px; }
.process-card {
  display: grid; grid-template-columns: 92px 1fr; gap: 18px; align-items: start; padding: 28px;
}
.process-card h3 { margin: 0 0 8px; font-size: 30px; }
.process-card p { margin: 0; color: var(--muted); line-height: 1.8; }
.process-number {
  width: 72px; height: 72px; border-radius: 20px; background: #f4faea; color: var(--green); display: grid; place-items: center; font-size: 28px; font-weight: 800;
}
.flow-card {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: center; padding: 28px;
}
.flow-step {
  padding: 20px; border-radius: 22px; border: 1px solid #e0e7df; background: linear-gradient(180deg, #ffffff 0%, #f4f8f1 100%);
}
.flow-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(118,185,0,.12); color: var(--green-dark); font-weight: 800; margin-bottom: 12px; }
.flow-title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.flow-copy { color: var(--muted); line-height: 1.7; }
.flow-arrow { font-size: 26px; color: var(--green); text-align: center; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: start; }
.founder-card-left { padding: 18px; }
.portrait-frame.tall { aspect-ratio: 4 / 5; }
.founder-label-box {
  margin-top: 16px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fbf4 0%, #eef5e7 100%);
}
.founder-name { font-size: 24px; font-weight: 700; }
.founder-title { color: var(--muted); margin-top: 6px; }
.about-right-col { display: grid; gap: 22px; }
.prose-card { padding: 28px; }
.prose-card p { margin: 0 0 16px; color: var(--muted); line-height: 1.9; }
.prose-card p:last-child { margin-bottom: 0; }
.portrait-frame.couple { aspect-ratio: 4 / 3; }
.contact-card { padding: 30px; }
.contact-heading { display: flex; align-items: center; gap: 16px; }
.contact-icon {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; font-weight: 800;
  background: linear-gradient(180deg, #88ca17 0%, #76b900 100%); color: #08110d;
}
.contact-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--green-dark); }
.contact-company, .muted { color: var(--muted); margin-top: 4px; }
.contact-email-box {
  margin-top: 26px; padding: 22px; border-radius: 22px; border: 1px solid #dfE7df; background: linear-gradient(180deg, #f8fbf4 0%, #eef5e7 100%);
}
.contact-email { margin-top: 8px; font-size: 34px; font-weight: 700; word-break: break-word; }
.site-footer { border-top: 1px solid #e2e8e1; background: rgba(255,255,255,.82); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; color: var(--muted); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.intro-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: radial-gradient(circle at center, rgba(118,185,0,0.14) 0%, rgba(118,185,0,0.04) 22%, transparent 40%), linear-gradient(180deg, #040c03 0%, #071106 100%);
  color: white; display: grid; place-items: center; overflow: hidden;
}
.intro-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(118,185,0,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118,185,0,.10) 1px, transparent 1px);
  background-size: 42px 42px;
}
.intro-rings { position: absolute; border-radius: 999px; border: 1px solid rgba(118,185,0,.18); box-shadow: 0 0 24px rgba(118,185,0,.08); }
.ring-1 { width: 420px; height: 420px; animation: spin 28s linear infinite; }
.ring-2 { width: 300px; height: 300px; animation: spin-rev 20s linear infinite; }
.intro-content {
  position: relative; z-index: 1; text-align: center; width: min(900px, calc(100% - 32px));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.intro-title { margin: 0; letter-spacing: .14em; font-size: clamp(38px, 8vw, 88px); line-height: 1.02; }
.intro-copy { margin: 24px auto 0; max-width: 760px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.9; }
.intro-eyebrow { margin-bottom: 20px; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes spin-rev { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }

.home-media-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: start;
}
.patent-home-frame {
  min-height: 320px;
}
.bottle-home-card {
  max-width: 380px;
  justify-self: center;
}
.bottle-home-frame {
  aspect-ratio: 1 / 1;
}
.bottle-home-image {
  padding: 18px;
}
.portrait-image {
  object-fit: cover;
  object-position: center top;
}
.founder-hero-card .card-label {
  color: var(--green-dark);
}
.founder-card-left .portrait-image {
  object-position: center 18%;
}
.portrait-frame.couple .portrait-image {
  object-position: center 22%;
}
.card-link, .service-card, .stat-card, .process-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card-link:hover, .service-card:hover, .stat-card:hover, .process-card:hover {
  box-shadow: 0 22px 48px rgba(15, 23, 32, 0.10);
  border-color: #d8e8b7;
}

@media (max-width: 980px) {
  .home-hero-layout, .why-top-grid, .services-top-grid, .contact-grid, .about-grid, .home-media-grid { grid-template-columns: 1fr; }
  .three-up, .four-up { grid-template-columns: 1fr 1fr; }
  .gallery-grid.top-row, .gallery-grid.bottom-row { grid-template-columns: 1fr; }
  .flow-card { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); }
  .contact-email { font-size: 26px; }
}
@media (max-width: 720px) {
  .header-inner, .brand { align-items: flex-start; }
  .header-inner { flex-direction: column; }
  .nav { width: 100%; justify-content: center; }
  .three-up, .four-up { grid-template-columns: 1fr; }
  .process-card { grid-template-columns: 1fr; }
  .band-inner { gap: 16px; }
  .section { padding: 28px 0 54px; }
  .home-hero-layout { padding: 56px 0 48px; }
  .hero-text { font-size: 18px; }
  .bottle-home-card { max-width: 100%; }
  .patent-home-frame { min-height: 240px; }
  .blueprint-status-row { grid-template-columns: 1fr; }
  .intro-title { letter-spacing: .1em; }
  .fit-head-image { object-position: center 14%; }
}

.about-main .photo-card img.cover { object-position: center center; }
.about-main .photo-card { min-height: 340px; }
.about-side-card .photo-card { min-height: 520px; }
.blueprint-header { padding-right: 12px; }



/* Mobile polish: prevent clipping and let media cards fill better on phones */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 720px) {
  .container,
  .card,
  .media-frame,
  .wide-image-frame,
  .feature-item,
  .home-media-grid,
  .gallery-grid,
  .gallery-grid.top-row,
  .gallery-grid.bottom-row {
    max-width: 100%;
  }

  .feature-item,
  .card-link,
  .service-card,
  .stat-card,
  .process-card,
  .prose-card,
  .contact-card {
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
  }

  .home-media-grid {
    gap: 18px;
  }

  .patent-home-card,
  .bottle-home-card,
  .image-gallery-card,
  .founder-card-left,
  .about-right-col .image-card {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .patent-home-frame {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .bottle-home-frame {
    aspect-ratio: 1 / 1;
    min-height: auto;
  }

  .gallery-grid .large,
  .product-frame.large {
    min-height: auto;
    aspect-ratio: 1 / 1;
  }

  .document-frame,
  .product-frame,
  .portrait-frame.couple,
  .portrait-frame.tall {
    min-height: auto;
  }

  .portrait-frame.couple {
    aspect-ratio: 4 / 3;
  }

  .portrait-frame.tall {
    aspect-ratio: 4 / 5;
  }

  .document-image,
  .product-image,
  .needle-photo,
  .portrait-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .portrait-image {
    object-fit: cover;
  }

  .image-card,
  .image-gallery-card {
    padding: 18px;
  }

  .card-label {
    margin-bottom: 10px;
  }
}


/* Final mobile fit fixes */
html, body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 720px) {
  body {
    overflow-x: hidden !important;
  }

  .container {
    width: min(100% - 24px, 1180px);
    overflow-x: clip;
  }

  .hero-copy-col,
  .hero-title,
  .hero-text,
  .feature-list,
  .feature-item,
  .card,
  .card-link,
  .service-card,
  .stat-card,
  .process-card,
  .prose-card,
  .contact-card {
    min-width: 0;
    max-width: 100%;
  }

  .hero-title,
  .hero-text,
  .feature-item,
  .card-link p,
  .service-card p,
  .stat-card p,
  .process-card p,
  .prose-card p {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .feature-item {
    padding: 16px 16px 16px 14px;
    align-items: flex-start;
  }

  .feature-item::before {
    margin-top: 10px;
  }

  .home-media-grid {
    gap: 18px;
  }

  .image-card,
  .image-gallery-card {
    padding: 16px;
  }

  .media-frame,
  .wide-image-frame {
    border-radius: 22px;
  }

  .patent-home-frame,
  .bottle-home-frame {
    min-height: 0;
    height: auto;
  }

  .patent-home-frame {
    aspect-ratio: 4 / 3;
  }

  .bottle-home-frame {
    aspect-ratio: 1 / 1;
  }

  .patent-home-frame .document-image,
  .bottle-home-frame .product-image {
    width: 100%;
    height: 100%;
    padding: 14px;
  }

  .patent-home-frame .document-image {
    object-fit: cover;
    border-radius: 18px;
  }

  .bottle-home-frame .product-image {
    object-fit: cover;
    border-radius: 18px;
  }

  .gallery-grid .large,
  .gallery-grid .product-frame,
  .gallery-grid .document-frame,
  .portrait-frame.couple,
  .portrait-frame.tall {
    min-height: 0;
    height: auto;
  }

  .gallery-grid .large {
    aspect-ratio: 1 / 1;
  }

  .gallery-grid .product-frame {
    aspect-ratio: 1 / 1;
  }

  .gallery-grid .document-frame {
    aspect-ratio: 4 / 3;
  }

  .portrait-frame.couple {
    aspect-ratio: 4 / 3;
  }

  .portrait-frame.tall {
    aspect-ratio: 4 / 5;
  }

  .gallery-grid .product-image,
  .gallery-grid .needle-photo,
  .gallery-grid .document-image,
  .portrait-image {
    width: 100%;
    height: 100%;
    border-radius: 18px;
  }

  .gallery-grid .product-image,
  .gallery-grid .needle-photo {
    object-fit: cover;
    padding: 12px;
  }

  .gallery-grid .document-image {
    object-fit: cover;
    padding: 12px;
  }

  .portrait-image {
    object-fit: cover;
  }
}


/* Photo fit correction for mobile: no awkward cropping */
@media (max-width: 720px) {
  .patent-home-frame .document-image,
  .gallery-grid .document-image {
    object-fit: contain !important;
    padding: 16px !important;
    background: #fff;
  }

  .bottle-home-frame .product-image,
  .gallery-grid .product-image,
  .gallery-grid .needle-photo {
    object-fit: contain !important;
    padding: 16px !important;
    background: #fff;
  }

  .patent-home-frame,
  .bottle-home-frame,
  .gallery-grid .document-frame,
  .gallery-grid .product-frame,
  .gallery-grid .large {
    background: linear-gradient(180deg, #ffffff 0%, #eef4f2 100%) !important;
  }
}


.contact-form {
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--text);
}
.contact-form label span {
  font-size: 13px;
  letter-spacing: .04em;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dbe5dc;
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #9acb42;
  box-shadow: 0 0 0 4px rgba(118,185,0,.12);
}
.contact-form textarea {
  resize: vertical;
  min-height: 180px;
}
.full-width {
  grid-column: 1 / -1;
}
.form-actions {
  display: flex;
  justify-content: flex-start;
}
.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
