* { box-sizing: border-box; }
body {
  margin: 0;
  background: #FFFFFF;
  color: #555555;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
a { color: #008C96; text-decoration: none; }
a:hover { color: #008C96; text-decoration: underline; }
.ovipart-shell {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  background: #FFFFFF;
}
.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 40;
  color: #333333;
  background: #FFFFFF;
  border-color: #007E88;
}
.brand-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 108px;
  color: #008C96;
  overflow: hidden;
  background: radial-gradient(circle at 48% 52%, #f2f2f2 0, #FFFFFF 22%, #FFFFFF 62%);
}
.brand-panel:hover { text-decoration: none; }
.brand-mark {
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #008C96;
}
.brand-egg {
  position: absolute;
  left: 51%;
  bottom: 16px;
  width: 54px;
  height: 70px;
  border-radius: 50% 50% 44% 44%;
  background: radial-gradient(circle at 35% 25%, #FFFFFF, #e9dfd2 68%, #cdbda8);
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
}
.brand-egg::before {
  content: "";
  position: absolute;
  right: -88px;
  top: 18px;
  width: 88px;
  height: 18px;
  background: #00AFC0;
  border-radius: 70% 30% 65% 35%;
  transform: rotate(-20deg);
}
.brand-tagline {
  position: relative;
  z-index: 1;
  width: 330px;
  text-align: center;
  color: #008C96;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.site-menu {
  display: block;
  width: 100%;
  min-height: 60px;
  margin-bottom: 25px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: 0 4px 9px rgba(0,0,0,.28);
}
.site-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 15px 20px 0;
  list-style: none;
  flex-wrap: wrap;
}
.site-menu li {
  position: relative;
}
.site-menu a {
  display: block;
  padding: 0 18px 15px;
  font-size: 13px;
  font-weight: bold;
  color: #008C96;
  white-space: nowrap;
}
.site-menu a.current { color: #007E88; }
.header-children {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 20;
  min-width: 170px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: 0 4px 9px rgba(0,0,0,.18);
}
.site-menu li:hover > .header-children,
.site-menu li:focus-within > .header-children {
  display: block;
}
.header-children a {
  padding: 6px 12px;
  font-size: 12px;
  text-align: left;
}
.site-content { min-height: 420px; }
h1, h2, h3 {
  color: #008C96;
  font-weight: 700;
  letter-spacing: 0;
}
h1 { margin: 0 0 20px; padding: 5px 0; font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 15px; }
hr {
  border: 0;
  border-top: 1px solid #DDDDDD;
  clear: both;
  height: 0;
  margin: 10px 0 30px;
}
.home-hero {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 24px;
  align-items: start;
}
.hero-preview img {
  width: 100%;
  max-width: 426px;
  display: block;
  margin: 12px auto 0;
  border: 2px solid #333333;
}
.signup-panel {
  padding-top: 12px;
  color: #333333;
}
.signup-panel p { margin: 0 0 6px; text-align: left; }
.signup-panel .small { color: #555555; }
.signup-panel .btn {
  background: #00AFC0;
  color: #FFFFFF;
  border-color: #333333;
}
.tagline {
  margin: 60px auto 16px;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
}
.tagline strong { color: #008C96; }
.latest-artists { clear: both; }
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.templatemo_thumb_box img,
.gallery-grid img {
  display: block;
  max-width: 100%;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 4px #BEBEBE;
}
.latest-artists .templatemo_thumb_box img {
  width: 116px;
  height: 116px;
  object-fit: cover;
}
.legacy-table {
  width: 100%;
  margin: 15px 0;
}
.legacy-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 12px;
}
.legacy-cell img { max-width: 100%; height: auto; }
.page-heading {
  margin: 0 0 22px;
  border-bottom: 1px solid #DDDDDD;
}
.page-heading p { font-size: 13px; }
.prose {
  max-width: 820px;
  margin: 0 auto;
}
.prose p {
  margin: 0 0 12px;
  text-align: justify;
}
.content-image {
  margin: 18px 0;
  text-align: center;
}
.content-image img,
.tutorial-page img,
.presentation-page img {
  max-width: 100%;
  height: auto;
}
.listing-panel {
  max-width: 860px;
  margin: 0 auto;
}
.expo-row {
  padding: 8px 0;
  border-bottom: 1px solid #DDDDDD;
}
.expo-row span,
.expo-row a {
  color: #4e4e4e;
}
.signup-static .legacy-table {
  max-width: 780px;
  margin: 0 auto;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
}
.ovipart-breadcrumbs {
  margin: 0 0 14px;
  font-size: 12px;
}
.side-panel { display: none; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.category-intro {
  margin-bottom: 24px;
}
.category-intro table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
}
.category-intro th,
.category-intro td {
  border: 1px solid #DDDDDD;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.category-card {
  border: 1px solid #DDDDDD;
  padding: 12px;
  border-radius: 2px;
}
.category-card img { width: 100%; height: 140px; object-fit: cover; }
.site-footer {
  clear: both;
  width: calc(100% + 50px);
  margin: 35px -25px 0;
  padding: 25px 0;
  text-align: center;
  color: #BEBEBE;
  border-top: 1px solid #DDDDDD;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .ovipart-shell { padding: 0 14px; }
  .brand-panel { height: auto; min-height: 120px; padding: 18px 0; flex-direction: column; gap: 12px; }
  .brand-mark { font-size: 42px; }
  .brand-egg { display: none; }
  .brand-tagline { width: auto; font-size: 20px; }
  .site-menu > ul { padding: 10px 6px 0; }
  .site-menu a { padding: 0 9px 10px; font-size: 12px; }
  .home-hero { grid-template-columns: 1fr; }
  .tagline { margin-top: 28px; font-size: 18px; }
  .gallery-grid { gap: 14px; justify-content: center; }
  .site-footer { width: calc(100% + 28px); margin-left: -14px; margin-right: -14px; }
}
