:root {
  --orange: #D95F1E;
  --orange-dark: #B84712;
  --orange-deep: #8D350B;
  --orange-soft: #FFF0E8;
  --orange-pale: #FFF8F4;
  --ink: #111111;
  --muted: #666666;
  --white: #FFFFFF;
  --paper: #F7F9FB;
  --line: #E7E7E7;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(80, 34, 12, 0.10);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 249, 251, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217, 95, 30, 0.12);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: 250px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 0.94rem; font-weight: 700; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--orange);
  transition: right .2s ease;
}
.main-nav a:not(.nav-cta):hover { color: var(--orange-dark); }
.main-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta {
  background: var(--orange);
  color: var(--white);
  padding: 11px 19px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(217, 95, 30, 0.22);
}
.nav-cta:hover { background: var(--orange-dark); }
.menu-toggle {
  display: none;
  border: 1px solid rgba(217,95,30,.25);
  background: var(--white);
  color: var(--ink);
  border-radius: 999px;
  padding: 9px 15px;
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 88px;
  background:
    radial-gradient(circle at 90% 15%, rgba(217,95,30,.13), transparent 29%),
    linear-gradient(180deg, var(--paper) 0%, var(--white) 73%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  bottom: -210px;
  border: 58px solid rgba(217,95,30,.07);
  border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow .brand-case {
  text-transform: none;
}
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.045em; }
h1 { max-width: 800px; font-size: clamp(3rem, 6.8vw, 5.7rem); margin-bottom: 25px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); margin-bottom: 20px; }
h3 { font-size: 1.34rem; margin-bottom: 12px; }
p { color: var(--muted); }
.hero-text { max-width: 675px; font-size: 1.17rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 33px 0 29px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 23px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 10px 24px rgba(217,95,30,.20); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 12px 28px rgba(217,95,30,.28); }
.button-secondary { border-color: rgba(217,95,30,.35); background: var(--white); color: var(--orange-dark); }
.button-secondary:hover { background: var(--orange-pale); }
.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--muted); font-size: .89rem; }
.trust-row span { position: relative; padding-left: 17px; }
.trust-row span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); position: absolute; left: 0; top: .56em; }


.design-card {
  position: relative;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(217,95,30,.18);
  border-radius: 30px;
  padding: 25px;
  box-shadow: var(--shadow);
}
.design-card::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--orange);
  left: 24px;
  top: 24px;
  box-shadow: 18px 0 0 rgba(217,95,30,.35), 36px 0 0 rgba(217,95,30,.16);
}
.design-card-head { display: flex; justify-content: space-between; align-items: center; font-weight: 800; padding-left: 58px; }
.status { color: var(--orange-dark); background: var(--orange-soft); padding: 4px 11px; border-radius: 999px; font-size: .78rem; }
.plasmid { margin: 9px auto 0; color: var(--orange); }
.svg-center { font: 400 15px Helvetica, "Helvetica Neue", Arial, sans-serif; fill: var(--muted); letter-spacing: 0; }
.construct-strip { display: grid; grid-template-columns: 1.2fr 2.2fr .8fr 1.4fr; border-radius: 10px; overflow: hidden; font-size: .71rem; font-weight: 800; text-align: center; box-shadow: inset 0 0 0 1px rgba(217,95,30,.1); }
.part { padding: 12px 5px; }
.promoter { background: #FFE2D2; color: #7B2B08; }
.gene { background: var(--orange); color: var(--white); }
.tag { background: #F8B38C; color: #602004; }
.terminator { background: var(--orange-dark); color: var(--white); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 8px; color: var(--muted); font-size: .9rem; }
.check-list li::before { content: "✓"; color: var(--orange); font-weight: 900; margin-right: 9px; }

.section { padding: 100px 0; }
.section-soft { background: var(--paper); padding: 86px 0; }
.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--orange);
  color: var(--white);
}
.section-dark::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(255,255,255,.08);
  border-radius: 50%;
  right: -170px;
  top: -260px;
}
.section-dark .container { position: relative; z-index: 1; }
.section-dark p { color: rgba(255,255,255,.82); }
.section-heading { max-width: 770px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 0; }
.section-heading.light .eyebrow { color: var(--white); opacity: .9; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: start; }
.problem-copy {
  padding-top: 46px;
}

.problem-copy p:first-child {
  margin-top: 0;
}

.problem-copy p {
  font-size: 1.12rem;
}
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.card-grid.four .service-card {
  min-height: 210px;
  padding: 28px;
}
.service-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  min-height: 260px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border: 13px solid rgba(217,95,30,.08);
  border-radius: 50%;
  right: -24px;
  bottom: -30px;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(217,95,30,.32); box-shadow: 0 16px 38px rgba(93,38,10,.09); }
.service-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-weight: 900; margin-bottom: 35px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid article { border-top: 1px solid rgba(255,255,255,.42); padding-top: 24px; }
.process-grid span { display: inline-flex; width: 43px; height: 43px; align-items: center; justify-content: center; border-radius: 50%; background: var(--white); color: var(--orange-dark); font-weight: 900; margin-bottom: 34px; }
.process-grid h3 { color: var(--white); }

.packages-section { background: var(--white); }
.pricing-heading { max-width: 860px; margin-inline: auto; text-align: center; }
.pricing-heading p:last-child { max-width: 720px; margin-inline: auto; }
.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(217,95,30,.18);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 38px rgba(93,38,10,.06);
  min-height: 100%;
}
.package-card.featured-package {
  border: 1px solid rgba(217,95,30,.18);
  box-shadow: 0 14px 38px rgba(93,38,10,.06);
  background: var(--white);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.package-card:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
  box-shadow: 0 20px 52px rgba(217,95,30,.15);
  background: linear-gradient(180deg, var(--orange-pale), var(--white) 52%);
}
.package-card.quote-package { background: var(--white); }
.package-badge {
  position: absolute;
  top: -14px;
  left: 24px;
  background: var(--orange);
  color: var(--white);
  font-size: .75rem;
  font-weight: 900;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(217,95,30,.20);
}
.package-label {
  margin: 0 0 10px;
  color: var(--orange-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.package-card h3 { margin-bottom: 12px; }
.package-price {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 2.35rem;
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 900;
}
.package-price.custom-price { font-size: 1.55rem; line-height: 1.2; color: var(--orange-dark); }
.package-subtitle { margin: 0 0 22px; color: var(--muted); }
.package-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 11px;
}
.package-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.45;
}
.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}
.package-card .button { margin-top: auto; }
.pricing-note {
  max-width: 820px;
  margin: 28px auto 0;
  text-align: center;
  font-size: .93rem;
}
.text-link { color: var(--orange-dark); font-weight: 800; padding-top: 22px; }
.text-link:hover { color: var(--orange); }

.cost-box { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.cost-table { background: var(--white); border: 1px solid rgba(217,95,30,.18); border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 38px rgba(93,38,10,.06); }
.cost-table > div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.cost-table > div:last-child { border-bottom: 0; }
.cost-total { background: var(--orange); color: var(--white); }
.cost-total span, .cost-total strong { color: var(--white); }
/* About founder section */
.about-founder-section {
  background: var(--white);
  padding: 86px 0;
}

.about-founder-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.about-photo-card {
  width: 100%;
  max-width: 300px;
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(217,95,30,.18);
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 18px 45px rgba(80,34,12,.10);
}

.about-photo {
  width: 100%;
  height: 340px;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  background: var(--orange-pale);
}

.about-photo-caption {
  padding: 14px 2px 2px;
  display: grid;
  gap: 2px;
}

.about-photo-caption strong {
  color: var(--ink);
  font-size: .94rem;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.about-photo-caption span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.4;
}

.about-founder-copy {
  max-width: 760px;
}

.about-founder-copy h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin-bottom: 20px;
}

.about-founder-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  margin-top: 0;
  margin-bottom: 16px;
}

.about-founder-copy p:last-child {
  margin-bottom: 0;
}

.testimonial-section { padding-top: 30px; }
.testimonial-wrap {
  position: relative;
  overflow: hidden;
  background: var(--orange);
  color: var(--white);
  border-radius: 24px;
  padding: 32px 56px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 18px 42px rgba(217,95,30,.16);
}
.testimonial-wrap::after {
  content: "“";
  position: absolute;
  right: 24px;
  top: -62px;
  font-size: 260px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,.12);
}
.testimonial-wrap blockquote { position: relative; z-index: 1; margin: 0; max-width: 970px; font-size: clamp(1rem, 1.55rem, 1.35rem); line-height: 1.35; letter-spacing: -.03em;  text-align: justify;
  text-justify: inter-word; }
.testimonial-wrap p { position: relative; z-index: 1; color: rgba(255,255,255,.8); margin-bottom: 0; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.contact-note { margin-top: 34px; display: grid; gap: 4px; }
.contact-note a { color: var(--orange-dark); font-weight: 800; }
.contact-note small { color: var(--muted); }
.contact-form { background: var(--white); border: 1px solid rgba(217,95,30,.18); border-radius: var(--radius); padding: 29px; box-shadow: 0 16px 42px rgba(93,38,10,.07); display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 8px; font-weight: 750; font-size: .92rem; }
.contact-form input, .contact-form textarea, .contact-form select { border: 1px solid #D8D8D8; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: var(--white); }
.contact-form input[type="file"] { padding: 11px 14px; background: var(--orange-pale); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 3px solid rgba(217,95,30,.14); border-color: var(--orange); }
.form-note { font-size: .78rem; margin: 0; }

.site-footer { background: var(--paper); color: var(--ink); padding: 55px 0 26px; border-top: 5px solid var(--orange); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; }
.footer-brand { margin-bottom: 12px; }
.footer-brand img { width: 250px; }
.site-footer p { max-width: 560px; color: var(--muted); }
.footer-links { display: flex; gap: 24px; align-items: start; font-weight: 700; }
.footer-links a:hover { color: var(--orange-dark); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; color: #858585; font-size: .84rem; }

.legal-page { min-height: 70vh; padding: 90px 0; background: linear-gradient(180deg, var(--paper), var(--white) 280px); }
.legal-page .container { max-width: 860px; }
.legal-page h1 { font-size: clamp(2.7rem, 6vw, 4.7rem); }
.legal-page h2 { font-size: 1.55rem; margin-top: 42px; }
.legal-note { background: var(--orange-pale); border: 1px solid rgba(217,95,30,.3); padding: 16px 18px; border-radius: 12px; color: #71300F; }

@media (max-width: 960px) {
  .hero-grid, .split, .cost-box, .about-founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 68px; }
  .hero-visual { max-width: 650px; }
  .card-grid.three { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-heading { margin-bottom: 36px; }
}

@media (max-width: 960px) {
  .about-founder-grid {
    gap: 36px;
  }

  .about-photo-card {
    max-width: 280px;
  }

  .about-photo {
    height: 310px;
  }
}


@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 152px; }
  .menu-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 14px;
    right: 14px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border: 1px solid rgba(217,95,30,.22);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 8px 6px; }
  .nav-cta { text-align: center; }
  .hero { padding: 54px 0 64px; }
  h1 { font-size: 3rem; }
  .section, .section-soft { padding: 72px 0; }
  .card-grid.three, .process-grid, .packages-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .trust-row { display: grid; }
  .design-card { padding: 20px; }
  .design-card-head { padding-left: 54px; }
  .construct-strip { font-size: .62rem; }
}

@media (max-width: 720px) {
  .about-founder-section {
    padding: 70px 0;
  }

  .about-photo-card {
    max-width: 240px;
  }

  .about-photo {
    height: 270px;
  }

  .about-founder-copy h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .about-founder-copy p {
    font-size: .98rem;
    line-height: 1.7;
  }
}


/* Project details page */
.project-hero { padding-top: 84px; }
.project-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 64px;
  align-items: center;
}
.project-summary-card {
  background: var(--white);
  border: 1px solid rgba(217,95,30,.18);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 16px 42px rgba(93,38,10,.07);
}
.project-summary-card h3 { margin-bottom: 18px; }
.project-form-section { background: var(--white); }
.project-form {
  background: var(--white);
  border: 1px solid rgba(217,95,30,.18);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 20px 54px rgba(93,38,10,.08);
  display: grid;
  gap: 22px;
}
.project-form label {
  display: grid;
  gap: 8px;
  font-weight: 750;
  font-size: .92rem;
}
.project-form input,
.project-form textarea,
.project-form select {
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  width: 100%;
}
.project-form input[type="file"] {
  padding: 11px 14px;
  background: var(--orange-pale);
}
.project-form input:focus,
.project-form textarea:focus,
.project-form select:focus {
  outline: 3px solid rgba(217,95,30,.14);
  border-color: var(--orange);
}
.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.sequence-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(217,95,30,.18);
  border-radius: 18px;
}
.sequence-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
  background: var(--white);
}
.sequence-table th,
.sequence-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}
.sequence-table th {
  background: var(--orange-pale);
  color: var(--orange-deep);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sequence-table tr:last-child td { border-bottom: 0; }
.sequence-table td:first-child { width: 26%; }
.sequence-table td:nth-child(2) { width: 48%; }
.sequence-table td:nth-child(3) { width: 26%; }
.sequence-table td span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}
.upload-warning {
  background: var(--orange-pale);
  border: 1px solid rgba(217,95,30,.24);
  border-radius: 12px;
  padding: 14px 16px;
}

@media (max-width: 960px) {
  .project-hero-grid,
  .form-grid-two { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .project-hero { padding-top: 60px; }
  .project-summary-card { padding: 24px; }
  .sequence-table { min-width: 720px; }
}


/* FINAL compact About founder override - 20260618 */
.about-founder-section {
  background: var(--white) !important;
  padding: 82px 0 !important;
}

.about-founder-grid {
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) !important;
  gap: 56px !important;
  align-items: center !important;
}

.about-photo-card {
  width: 260px !important;
  max-width: 260px !important;
  margin: 0 !important;
  background: var(--white) !important;
  border: 1px solid rgba(217,95,30,.18) !important;
  border-radius: 22px !important;
  padding: 12px !important;
  box-shadow: 0 16px 38px rgba(80,34,12,.10) !important;
}

.about-photo {
  width: 100% !important;
  height: 280px !important;
  max-height: 280px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 17px !important;
  aspect-ratio: auto !important;
}

.about-photo-caption {
  padding: 12px 2px 2px !important;
  display: grid !important;
  gap: 3px !important;
  text-align: center !important;
  justify-items: center !important;
}

.about-photo-caption strong {
  display: block !important;
  width: 100% !important;
  color: var(--ink) !important;
  font-size: .92rem !important;
  line-height: 1.25 !important;
  letter-spacing: -.01em !important;
  text-align: center !important;
}

.about-photo-caption span {
  display: block !important;
  width: 100% !important;
  color: var(--muted) !important;
  font-size: .8rem !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.about-founder-copy {
  max-width: 780px !important;
}

.about-founder-copy .eyebrow {
  margin-bottom: 12px !important;
}

.about-founder-copy h2 {
  max-width: 680px !important;
  font-size: clamp(1.9rem, 2.7vw, 2.75rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -.04em !important;
  margin-bottom: 20px !important;
}

.about-founder-copy p {
  color: var(--muted) !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

@media (max-width: 960px) {
  .about-founder-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .about-photo-card {
    width: 240px !important;
    max-width: 240px !important;
  }
  .about-photo {
    height: 260px !important;
    max-height: 260px !important;
  }
}

@media (max-width: 720px) {
  .about-founder-section {
    padding: 64px 0 !important;
  }
  .about-photo-card {
    width: 220px !important;
    max-width: 220px !important;
  }
  .about-photo {
    height: 240px !important;
    max-height: 240px !important;
  }
  .about-founder-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.35rem) !important;
  }
}


/* Complete package About section - unique classes to avoid old CSS conflicts */
#about.cw-about-section {
  background: var(--white);
  padding: 88px 0;
}
.cw-about-grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.cw-about-card {
  width: 290px;
  max-width: 290px;
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(217,95,30,.18);
  border-radius: 22px;
  padding: 12px;
  box-shadow: 0 16px 38px rgba(80,34,12,.10);
}
.cw-about-photo {
  width: 100%;
  height: 305px;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 17px;
}
.cw-about-caption {
  padding: 12px 2px 2px;
  display: grid;
  gap: 3px;
}
.cw-about-caption strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.cw-about-caption span {
  display: block;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.35;
}
.cw-about-copy { max-width: 780px; }
.cw-about-copy h2 {
  max-width: 690px;
  font-size: clamp(1.95rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  margin-bottom: 20px;
  text-align: justify;
}
.cw-about-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-word;
}

.cw-about-copy p.eyebrow {
  color: var(--orange);
}
@media (max-width: 960px) {
  .cw-about-grid { grid-template-columns: 1fr; gap: 34px; }
  .cw-about-card { width: 280px; max-width: 280px; }
  .cw-about-photo { height: 300px; }
}
@media (max-width: 720px) {
  #about.cw-about-section { padding: 64px 0; }
  .cw-about-card { width: 250px; max-width: 250px; }
  .cw-about-photo { height: 270px; }
  .cw-about-copy h2 { font-size: clamp(1.85rem, 8vw, 2.35rem); }
}
/* Increase founder name under photo */
.cw-about-caption strong {
  font-size: 1.00rem !important;
  font-weight: 800 !important;
}
.cw-about-panel {
  background: var(--white);
  border: 1px solid rgba(217, 95, 30, 0.16);
  border-radius: 28px;
  padding: 42px 48px;
  box-shadow: 0 22px 60px rgba(80, 34, 12, 0.08);
}
.photo-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  transform: translateY(-18px);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.photo-circle .cw-about-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  border-radius: 0 !important;
  transform: none !important;
  display: block;
  border: none !important;
  box-shadow: none !important;
}

.cw-about-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.site-footer {
  background: var(--paper);
  border-top: 4px solid var(--orange);
  padding: 44px 0 24px;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.footer-left {
  max-width: 540px;
}

.footer-right {
  justify-self: end;
  min-width: 360px;
}

.footer-brand {
  display: block;
  margin: 0 0 22px;
  padding: 0;
}

.footer-brand img {
  width: 150px;
  height: auto;
  display: block;
  margin: 0;
}

.footer-description {
  margin: 0;
  color: var(--muted);
  max-width: 520px;
}

.footer-contact {
  margin: 0 0 20px;
}

.footer-contact p {
  margin: 7px 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-contact strong {
  color: var(--ink);
}

.footer-contact a {
  color: var(--orange-dark);
  font-weight: 700;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--orange);
}

.footer-links {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 0;
}

.footer-links a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--orange);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 18px;
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 720px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-right {
    justify-self: start;
    min-width: 0;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 18px;
  }
}
.site-footer .footer-brand {
  transform: none !important;
  margin-left: 0 !important;
}

.site-footer .footer-brand img {
  margin-left: -14px !important;
}
.testimonial-section {
  padding: 72px 0;
  overflow: hidden;
}

.testimonial-slider {
  width: 100%;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: testimonialMove 32s linear infinite;
}

.testimonial-card {
  width: 760px;
  max-width: 86vw;
  background: var(--orange);
  color: var(--white);
  border-radius: 24px;
  padding: 36px 46px;
  box-shadow: 0 22px 60px rgba(80, 34, 12, 0.12);
  flex: 0 0 auto;
}

.testimonial-card p {
  margin: 0 0 22px;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.5;
}

.testimonial-card span {
  color: var(--white);
  font-weight: 700;
}

.testimonial-track:hover {
  animation-play-state: paused;
}

@keyframes testimonialMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.testimonial-card .testimonial-author {
  display: block !important;
  margin: 22px 0 0 !important;
  color: var(--white) !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
.testimonial-card p {
  text-align: justify !important;
  text-justify: inter-word;
}

.testimonial-card .testimonial-author {
  text-align: left !important;
}
.plasmid-only-card {
  max-width: 520px;
  min-height: 520px;
  padding: 28px 34px 38px;
  display: flex;
  flex-direction: column;
}

.plasmid-image-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plasmid-only-card .hero-plasmid-svg {
  width: 82%;
  max-width: 360px;
  height: auto;
  display: block;
}

.hero-visual::before,
.hero-visual::after {
  display: none !important;
}
.site-footer .footer-brand img {
  width: 250px !important;
  height: auto !important;
  display: block !important;
}
html,
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(217, 95, 30, 0.10), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(217, 95, 30, 0.08), transparent 30%),
    radial-gradient(circle at 20% 72%, rgba(217, 95, 30, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fff8f4 36%, #ffffff 72%, #fff8f4 100%) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* Make all main sections continue the same background */
main,
.section,
.section-soft,
.contact-section,
.testimonial-section {
  background: transparent !important;
}

/* Premium hero section */
.hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 95, 30, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,248,244,0.78)) !important;
}

.hero h1 {
  color: #0f0f0f;
  letter-spacing: -0.045em;
}

/* Stronger orange labels */
.eyebrow {
  color: var(--orange) !important;
}

/* Premium card surfaces across whole website */
.service-card,
.package-card,
.cost-table,
.contact-form,
.cw-about-panel,
.design-card,
.plasmid-only-card,
.hero-plasmid-visual,
.testimonial-card {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(217, 95, 30, 0.22) !important;
  box-shadow: 0 28px 80px rgba(80, 34, 12, 0.13) !important;
}

/* Keep testimonial orange */
.testimonial-card {
  background: var(--orange) !important;
  color: var(--white) !important;
}

/* Better card hover */
.service-card,
.package-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover,
.package-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange) !important;
  box-shadow: 0 34px 90px rgba(217, 95, 30, 0.20) !important;
}

/* Premium buttons */
.button-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark)) !important;
  box-shadow: 0 16px 36px rgba(217, 95, 30, 0.30) !important;
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(217, 95, 30, 0.38) !important;
}

/* Secondary button sharper */
.button-secondary {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(217, 95, 30, 0.24) !important;
}

/* Cost table premium rows */
.cost-table > div:nth-child(even):not(.cost-total) {
  background: rgba(255, 248, 244, 0.9) !important;
}

.cost-total {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark)) !important;
}

/* Contact form premium */
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(217, 95, 30, 0.18) !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 4px rgba(217, 95, 30, 0.12) !important;
  outline: none !important;
}

/* Hero plasmid/card area */
.hero-plasmid-visual,
.plasmid-only-card {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(10px);
}

/* Remove old decorative circle around hero visual */
.hero-visual::before,
.hero-visual::after {
  display: none !important;
}

/* Footer premium continuation */
.site-footer {
  background:
    radial-gradient(circle at top left, rgba(217, 95, 30, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(255,248,244,0.92), #ffffff) !important;
  border-top: 5px solid var(--orange) !important;
  box-shadow: 0 -18px 60px rgba(80, 34, 12, 0.06);
}

/* Logo sharpness */
.brand img,
.footer-brand img {
  image-rendering: auto;
}

/* Footer logo size */
.site-footer .footer-brand img {
  width: 300px !important;
  height: auto !important;
}

/* Mobile polish */
@media (max-width: 720px) {
  html,
  body {
    background:
      radial-gradient(circle at 20% 8%, rgba(217, 95, 30, 0.10), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fff8f4 48%, #ffffff 100%) !important;
  }

  .site-footer .footer-brand img {
    width: 230px !important;
  }
}
#process,
#how-it-works,
.process-section,
.how-section {
  background: transparent !important;
}

#process h2,
#how-it-works h2,
.process-section h2,
.how-section h2 {
  color: var(--ink) !important;
}

#process h3,
#how-it-works h3,
.process-section h3,
.how-section h3 {
  color: var(--ink) !important;
}

#process p,
#how-it-works p,
.process-section p,
.how-section p {
  color: var(--muted) !important;
}

#process .eyebrow,
#how-it-works .eyebrow,
.process-section .eyebrow,
.how-section .eyebrow {
  color: var(--orange) !important;
}

.process-step span,
.step-number {
  color: var(--orange-dark) !important;
  background: var(--white) !important;
}
#process,
#how-it-works,
.process-section,
.how-section {
  background: var(--orange) !important;
  color: var(--white) !important;
  padding: 90px 0 !important;
  position: relative;
  overflow: hidden;
}

/* Optional large soft circle in the corner */
#process::after,
#how-it-works::after,
.process-section::after,
.how-section::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 34px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

/* Headings */
#process .eyebrow,
#how-it-works .eyebrow,
.process-section .eyebrow,
.how-section .eyebrow {
  color: var(--white) !important;
}

#process h2,
#how-it-works h2,
.process-section h2,
.how-section h2 {
  color: var(--white) !important;
}

/* Step titles and text */
#process h3,
#how-it-works h3,
.process-section h3,
.how-section h3 {
  color: var(--white) !important;
}

#process p,
#how-it-works p,
.process-section p,
.how-section p {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Step numbers */
#process .step-number,
#how-it-works .step-number,
.process-section .step-number,
.how-section .step-number,
#process .process-step span,
#how-it-works .process-step span,
.process-section .process-step span,
.how-section .process-step span {
  background: var(--white) !important;
  color: var(--orange-dark) !important;
}

/* Horizontal lines above steps */
#process .process-step,
#how-it-works .process-step,
.process-section .process-step,
.how-section .process-step {
  border-top-color: rgba(255, 255, 255, 0.45) !important;
}
/* =========================
   FINAL MOBILE FIX
   Paste at very bottom
   ========================= */

@media (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* Header */
  .nav-wrap {
    min-height: 72px !important;
    gap: 12px !important;
  }

  .brand img {
    width: 170px !important;
    max-width: 170px !important;
    height: auto !important;
  }

  .main-nav {
    max-width: calc(100vw - 28px) !important;
  }

  /* Hero */
  .hero {
    padding: 54px 0 62px !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    text-align: center !important;
  }

  .hero-copy,
  .hero-visual {
    width: 100% !important;
    max-width: 100% !important;
  }

  h1 {
    font-size: 2.45rem !important;
    line-height: 1.08 !important;
  }

  h2 {
    font-size: 2rem !important;
    line-height: 1.12 !important;
  }

  .hero-text {
    max-width: 100% !important;
    font-size: 1rem !important;
  }

  .hero-actions {
    justify-content: center !important;
  }

  .trust-row {
    justify-content: center !important;
    text-align: left !important;
  }

  .design-card,
  .plasmid-only-card,
  .hero-plasmid-visual {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 22px !important;
    box-sizing: border-box !important;
  }

  .plasmid-only-card .hero-plasmid-svg,
  .hero-plasmid-svg {
    width: 82% !important;
    max-width: 260px !important;
    margin: 0 auto !important;
  }

  /* All grids become one column */
  .split,
  .cost-box,
  .cw-about-grid,
  .contact-grid,
  .project-hero-grid,
  .form-grid-two,
  .card-grid,
  .card-grid.three,
  .card-grid.four,
  .process-grid,
  .packages-grid,
  .footer-grid,
  .site-footer-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 28px !important;
  }

  /* Cards */
  .service-card,
  .package-card,
  .contact-form,
  .cost-table,
  .cw-about-panel {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .service-card {
    min-height: auto !important;
  }

  /* About photo */
  .cw-about-panel {
    padding: 28px 20px !important;
  }

  .cw-about-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .photo-circle {
    width: 220px !important;
    height: 220px !important;
    margin: 0 auto 12px !important;
    transform: none !important;
  }

  .cw-about-caption {
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .cw-about-copy,
  .cw-about-copy p {
    text-align: left !important;
  }

  /* How it works */
  #process,
  #how-it-works,
  .process-section,
  .how-section {
    padding: 68px 0 !important;
  }

  .process-grid article {
    width: 100% !important;
  }

  /* Contact */
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Testimonial */
  .testimonial-track {
    gap: 18px !important;
  }

  .testimonial-card {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    padding: 28px 22px !important;
  }

  .testimonial-card p {
    font-size: 1rem !important;
    text-align: left !important;
  }

  /* Footer */
  .footer-right {
    justify-self: start !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .footer-links {
    flex-wrap: wrap !important;
    gap: 16px !important;
  }

  .site-footer .footer-brand img,
  .footer-brand img {
    width: 220px !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}
/* Final real testimonials only */
.testimonial-section .section-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}

.testimonial-section .section-heading h2 {
  margin-bottom: 0;
}

.testimonial-card {
  background: var(--orange) !important;
  color: var(--white) !important;
}

.testimonial-card p {
  color: var(--white) !important;
  text-align: justify !important;
  text-justify: inter-word;
}

.testimonial-card .testimonial-author {
  display: block !important;
  margin-top: 22px !important;
  color: var(--white) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-align: left !important;
}
/* Single real testimonial */

.testimonial-section {
  padding: 80px 0 !important;
  overflow: visible !important;
}

.testimonial-heading {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 34px !important;
}

.single-testimonial {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  background: var(--orange) !important;
  color: var(--white) !important;
  border-radius: 26px !important;
  padding: 42px 52px !important;
  box-shadow: 0 24px 70px rgba(217, 95, 30, 0.20) !important;
  animation: testimonialFloat 4s ease-in-out infinite;
}

.single-testimonial p {
  color: var(--white) !important;
  font-size: 1.12rem !important;
  line-height: 1.6 !important;
  text-align: justify !important;
  text-justify: inter-word;
  margin: 0 0 22px !important;
}

.single-testimonial .testimonial-author {
  display: block !important;
  color: var(--white) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-align: left !important;
}

@keyframes testimonialFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

@media (max-width: 720px) {
  .single-testimonial {
    padding: 30px 22px !important;
    max-width: 100% !important;
  }

  .single-testimonial p {
    font-size: 1rem !important;
    text-align: left !important;
  }
}
/* Same size for all main section headings */
.cost-box h2,
#services .section-heading h2,
#process h2,
#how-it-works h2,
.process-section h2,
.how-section h2,
.packages-section h2,
.cw-about-copy h2,
.testimonial-heading h2,
.contact-section h2 {
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
}
#services .section-heading {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#services .section-heading h2 {
  max-width: 760px !important;
}
/* Center Services heading above the service boxes */
#services .section-heading {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

#services .section-heading h2 {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
/* Center hero after removing right plasmid image */

.hero-grid {
  grid-template-columns: 1fr !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.hero-copy {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero h1 {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.hero-text {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.hero-actions {
  justify-content: center !important;
}

.trust-row {
  justify-content: center !important;
}
/* Refine centered hero headline */

.hero h1 {
  max-width: 1050px !important;
  font-size: clamp(4.2rem, 7.2vw, 7rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
}

.hero-text {
  max-width: 760px !important;
  font-size: 1.15rem !important;
  line-height: 1.55 !important;
}

.hero {
  padding: 82px 0 86px !important;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem) !important;
    line-height: 1.08 !important;
  }

  .hero {
    padding: 58px 0 66px !important;
  }
}
/* Final hero headline size fix */

.hero h1 {
  max-width: 920px !important;
  font-size: clamp(3.6rem, 5.4vw, 5.4rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.05em !important;
}

.hero {
  padding: 72px 0 78px !important;
}
@media (max-width: 720px) {
  .hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.3rem) !important;
    line-height: 1.1 !important;
  }

  .hero {
    padding: 54px 0 62px !important;
  }
}
/* Hero animation */

.hero-grid {
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: 72px !important;
  align-items: center !important;
  text-align: left !important;
  max-width: var(--max) !important;
}

.hero-copy {
  text-align: left !important;
}

.hero h1 {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 780px !important;
  font-size: clamp(3.8rem, 5.6vw, 5.8rem) !important;
}

.hero-text {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 640px !important;
}

.hero-actions {
  justify-content: flex-start !important;
}

.trust-row {
  justify-content: flex-start !important;
}

.hero-video-card {
  width: min(560px, 100%);
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(217, 95, 30, 0.18);
  box-shadow: 0 30px 90px rgba(80, 34, 12, 0.14);
}

.dna-anim {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 42px !important;
  }

  .hero-copy,
  .hero h1,
  .hero-text {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-actions,
  .trust-row {
    justify-content: center !important;
  }

  .hero-video-card {
    max-width: 420px;
  }
}
/* Remove white box around hero animation */

.hero-video-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.dna-anim {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* =========================================================
   FINAL OVERRIDE — Why alignment + separate contact/project forms
   Added by ChatGPT for CloneWise, 2026-06-20
   ========================================================= */

/* Why CloneWise: align left copy and right cost card from the same top line */
.why-section {
  padding: 96px 0 !important;
}

.why-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr) !important;
  gap: 82px !important;
  align-items: start !important;
}

.why-copy,
.why-cost {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.why-copy .eyebrow {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

.why-copy h2 {
  max-width: 690px !important;
  margin: 0 0 26px !important;
}

.why-copy > p:not(.eyebrow) {
  max-width: 720px !important;
  margin: 0 !important;
  font-size: 1.12rem !important;
  line-height: 1.72 !important;
}

.why-cost {
  width: 100% !important;
  max-width: 660px !important;
  justify-self: end !important;
}

.cost-heading {
  margin: 0 0 24px !important;
  color: var(--orange) !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.why-cost .cost-table {
  width: 100% !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

.why-cost .cost-table > div {
  padding: 22px 28px !important;
  font-size: 1.05rem !important;
  align-items: center !important;
}

.why-cost .cost-total {
  padding: 24px 28px !important;
}

/* Contact area: two clean forms without requesting confidential sequences */
#contact.contact-section {
  padding: 96px 0 !important;
  background: transparent !important;
}

.contact-layout {
  display: grid !important;
  gap: 46px !important;
}

.contact-header {
  max-width: 820px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.contact-header .eyebrow {
  margin-bottom: 16px !important;
}

.contact-header h2 {
  margin-bottom: 18px !important;
}

.contact-header > p {
  max-width: 780px !important;
  margin: 0 auto !important;
  font-size: 1.08rem !important;
  line-height: 1.7 !important;
}

.compact-contact-note {
  width: fit-content !important;
  max-width: 100% !important;
  margin: 26px auto 0 !important;
  padding: 16px 20px !important;
  border: 1px solid rgba(217, 95, 30, 0.18) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 12px 28px rgba(80, 34, 12, 0.06) !important;
  text-align: left !important;
}

.contact-forms-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

.contact-form-card {
  min-height: 100% !important;
  padding: 34px !important;
  border-radius: 26px !important;
  display: grid !important;
  gap: 18px !important;
  align-content: start !important;
}

.project-inquiry-form {
  border-color: rgba(217, 95, 30, 0.28) !important;
}

.form-card-head {
  margin-bottom: 4px !important;
}

.form-card-head h3 {
  margin: 0 0 10px !important;
  font-size: 1.55rem !important;
  line-height: 1.2 !important;
}

.form-card-head p {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
}

.contact-form-card label {
  margin: 0 !important;
}

.contact-form-card textarea {
  min-height: 132px !important;
  resize: vertical !important;
}

.privacy-note {
  margin: -2px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  background: var(--orange-pale) !important;
  border: 1px solid rgba(217, 95, 30, 0.18) !important;
  color: #7a4a32 !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
}

@media (max-width: 960px) {
  .why-grid,
  .contact-forms-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .why-cost {
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .cost-heading {
    text-align: left !important;
  }
}

@media (max-width: 720px) {
  .why-section,
  #contact.contact-section {
    padding: 70px 0 !important;
  }

  .why-grid,
  .contact-layout {
    gap: 32px !important;
  }

  .why-copy > p:not(.eyebrow),
  .contact-header > p {
    font-size: 1rem !important;
  }

  .why-cost .cost-table > div,
  .why-cost .cost-total {
    padding: 18px 18px !important;
    font-size: 0.98rem !important;
  }

  .contact-header {
    text-align: left !important;
  }

  .contact-header > p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .compact-contact-note {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .contact-form-card {
    padding: 26px 20px !important;
    border-radius: 22px !important;
  }

  .form-card-head h3 {
    font-size: 1.35rem !important;
  }
}

/* =========================
   SIMPLE ORANGE FOOTER + LEGAL PAGE POLISH
   ========================= */

.cw-footer {
  background: linear-gradient(135deg, #dc5f18, #b94810);
  color: #ffffff;
  margin-top: 80px;
}

.cw-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding: 56px 0 42px;
}

.cw-footer-brand img {
  width: 240px;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.cw-footer-block h3 {
  margin: 0 0 14px;
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.cw-footer-block p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.08rem;
  line-height: 1.6;
}

.cw-footer a {
  color: #ffffff;
  text-decoration: none;
}

.cw-footer a:hover {
  text-decoration: underline;
}

.cw-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-weight: 800;
  font-size: 1.05rem;
}

.cw-linkedin-icon {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cw-linkedin-icon svg {
  width: 23px;
  height: 23px;
  fill: #ffffff;
  display: block;
}

.cw-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  padding: 18px 0;
}

.cw-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cw-footer-bottom-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.98rem;
}

.cw-footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.cw-footer-links a {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.legal-content {
  max-width: 920px !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 95, 30, 0.18);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 56px) !important;
  box-shadow: 0 22px 60px rgba(80, 34, 12, 0.09);
}

.legal-content .eyebrow {
  margin-bottom: 18px;
}

.legal-content h1 {
  margin-bottom: 30px;
}

.legal-content h2 {
  margin-top: 34px;
  margin-bottom: 12px;
}

.legal-content p {
  margin-top: 0;
  margin-bottom: 16px;
}

.legal-updated {
  font-weight: 700;
  color: var(--orange-dark);
}

@media (max-width: 900px) {
  .cw-footer {
    margin-top: 56px;
  }

  .cw-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 0 32px;
  }

  .cw-footer-brand img {
    width: 200px;
  }

  .cw-footer-block h3 {
    font-size: 1.5rem;
  }

  .cw-footer-block p {
    font-size: 1rem;
  }

  .cw-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cw-footer-links {
    gap: 18px;
    flex-wrap: wrap;
  }
}
/* General contact heading polish */
.general-contact-head h2 {
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin: 0 0 16px;
}
.general-contact-head p {
  margin: 0 0 28px;
}
/* Inline form submission status */
.form-status {
  margin: 14px 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.form-status.success {
  color: var(--orange-dark);
}
.form-status.error {
  color: #9b1c1c;
}
.contact-form button:disabled,
.project-form button:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none !important;
}

/* Safari animation fallback */
.dna-safari-fallback {
  width: 100%;
  height: auto;
  display: none;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* =========================
   FINAL FOOTER COLOR UPDATE
   Match light header style instead of orange footer
   ========================= */
.cw-footer {
  background: rgba(247, 249, 251, 0.98) !important;
  color: var(--ink) !important;
  border-top: 1px solid rgba(217, 95, 30, 0.14) !important;
  box-shadow: 0 -12px 42px rgba(80, 34, 12, 0.06) !important;
}

.cw-footer-brand img {
  filter: none !important;
}

.cw-footer-block h3 {
  color: var(--ink) !important;
}

.cw-footer-block p,
.cw-footer-bottom-inner p {
  color: var(--muted) !important;
}

.cw-footer a,
.cw-footer-links a {
  color: var(--ink) !important;
}

.cw-footer a:hover,
.cw-footer-links a:hover {
  color: var(--orange) !important;
  text-decoration: none !important;
}

.cw-linkedin-icon svg {
  fill: var(--orange) !important;
}

.cw-footer-bottom {
  border-top: 1px solid rgba(217, 95, 30, 0.16) !important;
}

/* =========================
   FINAL REQUESTED UPDATE
   Center + shorten contact form and use LinkedIn image logo only
   ========================= */

#contact.contact-compact-section {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

#contact .centered-contact-grid,
#contact .general-only-contact-grid {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 100% !important;
}

#contact .contact-form.contact-form-card {
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 30px 32px !important;
  gap: 14px !important;
}

#contact .general-contact-head h2 {
  margin-bottom: 12px !important;
}

#contact .general-contact-head p {
  margin-bottom: 22px !important;
}

#contact .contact-form label {
  gap: 6px !important;
}

#contact .contact-form input,
#contact .contact-form textarea,
#contact .contact-form select {
  padding: 12px 14px !important;
}

#contact .contact-form textarea {
  min-height: 108px !important;
}

#contact .contact-form .button {
  min-height: 48px !important;
}

.cw-linkedin {
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  margin-top: 14px !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}

.cw-linkedin img {
  width: 34px !important;
  height: 34px !important;
  display: block !important;
  object-fit: contain !important;
}

.cw-linkedin span,
.cw-linkedin svg {
  display: none !important;
}

@media (max-width: 720px) {
  #contact.contact-compact-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  #contact .contact-form.contact-form-card {
    max-width: 100% !important;
    padding: 26px 20px !important;
  }

  #contact .contact-form textarea {
    min-height: 100px !important;
  }
}


/* =========================================================
   FINAL PROJECT INQUIRY PAGE FIX — clean hero + aligned card
   ========================================================= */

.project-inquiry-hero {
  padding: 86px 0 72px !important;
  background: transparent !important;
}

.project-page-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr) !important;
  gap: 74px !important;
  align-items: center !important;
}

.project-page-copy {
  max-width: 820px !important;
}

.project-page-copy .eyebrow {
  margin-bottom: 22px !important;
}

.project-page-copy h1 {
  max-width: 800px !important;
  margin: 0 0 28px !important;
  font-size: clamp(3.6rem, 6vw, 6.4rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.06em !important;
  color: var(--ink) !important;
}

.project-page-copy .hero-text {
  max-width: 690px !important;
  margin: 0 !important;
  font-size: 1.18rem !important;
  line-height: 1.7 !important;
  color: var(--muted) !important;
  text-align: left !important;
}

.response-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 30px !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark)) !important;
  color: var(--white) !important;
  font-weight: 800 !important;
  font-size: 0.98rem !important;
  box-shadow: 0 14px 34px rgba(217, 95, 30, 0.24) !important;
}

.project-steps-card {
  width: 100% !important;
  max-width: 520px !important;
  justify-self: end !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(217, 95, 30, 0.20) !important;
  border-radius: 30px !important;
  padding: 40px 42px !important;
  box-shadow: 0 26px 78px rgba(80, 34, 12, 0.12) !important;
}

.project-steps-card h3 {
  margin: 0 0 24px !important;
  font-size: 1.65rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em !important;
  color: var(--ink) !important;
}

.project-steps-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  gap: 16px !important;
}

.project-steps-card li {
  position: relative !important;
  padding-left: 32px !important;
  color: var(--muted) !important;
  font-size: 1.02rem !important;
  line-height: 1.55 !important;
}

.project-steps-card li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: var(--orange) !important;
  font-weight: 900 !important;
}

.project-form-section {
  padding: 64px 0 100px !important;
  background: transparent !important;
}

.project-form-container {
  max-width: 860px !important;
}

.project-form {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(217, 95, 30, 0.20) !important;
  box-shadow: 0 26px 78px rgba(80, 34, 12, 0.12) !important;
}

.project-form-head {
  text-align: center !important;
  max-width: 680px !important;
  margin: 0 auto 18px !important;
}

.project-form-head .eyebrow {
  margin-bottom: 10px !important;
}

.project-form-head h2 {
  margin-bottom: 12px !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
}

.project-form-head p {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.project-form textarea {
  min-height: 150px !important;
}

@media (max-width: 960px) {
  .project-page-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .project-steps-card {
    justify-self: stretch !important;
    max-width: 100% !important;
  }

  .project-page-copy h1 {
    font-size: clamp(3rem, 10vw, 5rem) !important;
  }
}

@media (max-width: 720px) {
  .project-inquiry-hero {
    padding: 62px 0 42px !important;
  }

  .project-page-copy h1 {
    font-size: clamp(2.7rem, 12vw, 3.7rem) !important;
    line-height: 1.08 !important;
  }

  .project-page-copy .hero-text {
    font-size: 1rem !important;
  }

  .project-steps-card,
  .project-form {
    padding: 26px 20px !important;
    border-radius: 22px !important;
  }

  .project-form-section {
    padding: 40px 0 76px !important;
  }
}


/* =========================
   FINAL LEGAL PAGE POLISH
   ========================= */

.legal-page-polished {
  padding: 86px 0 100px !important;
  background: transparent !important;
}

.legal-container {
  max-width: 920px !important;
}

.legal-card {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(217, 95, 30, 0.20) !important;
  border-radius: 30px !important;
  padding: clamp(30px, 5vw, 58px) !important;
  box-shadow: 0 28px 80px rgba(80, 34, 12, 0.12) !important;
}

.legal-card h1 {
  max-width: 760px !important;
  margin: 0 0 16px !important;
  font-size: clamp(3rem, 6.2vw, 5.4rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.06em !important;
  color: var(--ink) !important;
}

.legal-intro {
  margin: 0 0 34px !important;
  color: var(--muted) !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

.legal-section {
  padding: 26px 0 !important;
  border-top: 1px solid rgba(217, 95, 30, 0.14) !important;
}

.legal-section:first-of-type {
  border-top: 0 !important;
  padding-top: 10px !important;
}

.legal-section h2 {
  margin: 0 0 12px !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
  color: var(--ink) !important;
}

.legal-section p {
  margin: 0 0 12px !important;
  color: var(--muted) !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

.legal-section p:last-child {
  margin-bottom: 0 !important;
}

.legal-card .text-link {
  color: var(--orange-dark) !important;
  font-weight: 800 !important;
  padding-top: 0 !important;
}

.legal-card .text-link:hover {
  color: var(--orange) !important;
}

@media (max-width: 720px) {
  .legal-page-polished {
    padding: 56px 0 76px !important;
  }

  .legal-card {
    padding: 28px 20px !important;
    border-radius: 22px !important;
  }

  .legal-card h1 {
    font-size: clamp(2.6rem, 13vw, 3.6rem) !important;
  }

  .legal-section {
    padding: 22px 0 !important;
  }
}


/* =========================
   FOUNDER SECTION CONTACT ICONS
   ========================= */

.founder-social-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

.founder-social-link {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(217, 95, 30, 0.18) !important;
  box-shadow: 0 8px 20px rgba(80, 34, 12, 0.08) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.founder-social-link:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(217, 95, 30, 0.16) !important;
}

.founder-social-link img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 720px) {
  .founder-social-links {
    margin-top: 12px !important;
  }
}

/* =========================
   FOUNDER CAPTION REFINEMENT
   ========================= */

.cw-about-caption.founder-caption {
  width: 260px !important;
  max-width: 260px !important;
  margin: -4px auto 0 !important;
  padding: 10px 0 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  text-align: left !important;
}

.founder-caption-text {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
  text-align: left !important;
}

.cw-about-caption.founder-caption .founder-caption-text strong {
  display: block !important;
  width: 100% !important;
  color: var(--ink) !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
}

.cw-about-caption.founder-caption .founder-caption-text span {
  display: block !important;
  width: 100% !important;
  color: var(--muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.cw-about-caption.founder-caption .founder-social-links {
  justify-self: end !important;
  align-self: center !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 !important;
}

.cw-about-caption.founder-caption .founder-social-link {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
}

.cw-about-caption.founder-caption .founder-social-link img {
  width: 21px !important;
  height: 21px !important;
}

@media (max-width: 720px) {
  .cw-about-caption.founder-caption {
    width: min(260px, 100%) !important;
    max-width: min(260px, 100%) !important;
  }
}

/* =========================================================
   FINAL FOUNDER CAPTION + SECTION SPACING POLISH
   ========================================================= */

/* Keep section spacing consistent across the main homepage blocks */
main > .section,
.why-section,
.testimonial-section,
#contact.contact-section {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

/* Founder caption: name + Molecular Biologist + icons on the right */
.cw-about-caption.founder-caption {
  width: 260px !important;
  max-width: 260px !important;
  margin: 0 auto !important;
  padding: 10px 0 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 38px !important;
  column-gap: 12px !important;
  align-items: center !important;
  text-align: left !important;
}

.founder-caption-text {
  min-width: 0 !important;
  display: grid !important;
  gap: 5px !important;
  align-content: center !important;
  text-align: left !important;
}

.cw-about-caption.founder-caption .founder-caption-text strong {
  display: block !important;
  color: var(--ink) !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
}

.cw-about-caption.founder-caption .founder-caption-text span {
  display: block !important;
  color: var(--muted) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.cw-about-caption.founder-caption .founder-social-links {
  justify-self: end !important;
  align-self: center !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 !important;
}

.cw-about-caption.founder-caption .founder-social-link {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
}

.cw-about-caption.founder-caption .founder-social-link img {
  width: 21px !important;
  height: 21px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 720px) {
  main > .section,
  .why-section,
  .testimonial-section,
  #contact.contact-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .cw-about-caption.founder-caption {
    width: min(260px, 100%) !important;
    max-width: min(260px, 100%) !important;
  }
}


/* =========================================================
   FINAL FOUNDER CAPTION CENTER ALIGNMENT
   Name one line, role below, LinkedIn + email icons horizontal
   ========================================================= */
#about .cw-about-caption.founder-caption {
  width: max-content !important;
  max-width: 360px !important;
  margin: 14px auto 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  text-align: center !important;
}

#about .founder-caption-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  width: 100% !important;
  text-align: center !important;
}

#about .cw-about-caption.founder-caption .founder-caption-text strong {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  color: var(--ink) !important;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  text-align: center !important;
}

#about .cw-about-caption.founder-caption .founder-caption-text span {
  display: block !important;
  width: auto !important;
  color: var(--muted) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

#about .cw-about-caption.founder-caption .founder-social-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
}

#about .cw-about-caption.founder-caption .founder-social-link {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.90) !important;
  border: 1px solid rgba(217, 95, 30, 0.20) !important;
  box-shadow: 0 8px 20px rgba(80, 34, 12, 0.08) !important;
}

#about .cw-about-caption.founder-caption .founder-social-link img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 720px) {
  #about .cw-about-caption.founder-caption {
    width: 100% !important;
    max-width: 100% !important;
  }

  #about .cw-about-caption.founder-caption .founder-caption-text strong {
    font-size: 0.9rem !important;
    white-space: nowrap !important;
  }
}

/* =========================================================
   FINAL FOUNDER ICON MATCH — use same LinkedIn logo style as footer
   ========================================================= */
#about .cw-about-caption.founder-caption .founder-social-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 6px !important;
}

#about .cw-about-caption.founder-caption .founder-social-link {
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  line-height: 0 !important;
}

#about .cw-about-caption.founder-caption .founder-social-link img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
}


/* =========================
   RESOURCES + ARTICLE PAGES
   Added for CloneWise resources section
   ========================= */
.resources-hero,
.resources-list-section,
.article-section {
  background: transparent !important;
}

.resources-hero {
  padding: 92px 0 72px !important;
}

.resources-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr) !important;
  gap: 64px !important;
  align-items: center !important;
}

.resources-hero h1 {
  max-width: 820px !important;
  margin: 0 0 26px !important;
  font-size: clamp(3.4rem, 6vw, 6rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.06em !important;
  color: var(--ink) !important;
}

.resources-side-card,
.resource-card-main,
.article-card {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(217, 95, 30, 0.20) !important;
  border-radius: 30px !important;
  box-shadow: 0 28px 80px rgba(80, 34, 12, 0.12) !important;
}

.resources-side-card {
  padding: 32px !important;
}

.resources-side-card h3,
.resource-card-main h3,
.article-cta-box h3 {
  color: var(--ink) !important;
}

.resources-list-section {
  padding: 48px 0 100px !important;
}

.resources-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 22px !important;
  max-width: 880px !important;
}

.resource-card-main {
  padding: clamp(28px, 4vw, 44px) !important;
}

.resource-label {
  margin: 0 0 14px !important;
  color: var(--orange) !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-size: .78rem !important;
}

.resource-card-main h3 {
  max-width: 720px !important;
  margin-bottom: 16px !important;
  font-size: clamp(1.65rem, 3vw, 2.5rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
}

.resource-card-main p {
  max-width: 720px !important;
  margin-bottom: 26px !important;
}

.article-section {
  padding: 86px 0 100px !important;
}

.article-container {
  max-width: 960px !important;
}

.article-card {
  padding: clamp(30px, 5vw, 62px) !important;
}

.article-card h1 {
  max-width: 850px !important;
  margin: 0 0 18px !important;
  font-size: clamp(2.8rem, 5.3vw, 5.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.06em !important;
  color: var(--ink) !important;
}

.article-meta {
  margin: 0 0 38px !important;
  color: var(--orange-dark) !important;
  font-weight: 700 !important;
}

.article-card h2 {
  margin: 42px 0 14px !important;
  font-size: clamp(1.45rem, 2.3vw, 2rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em !important;
  color: var(--ink) !important;
}

.article-card p {
  color: var(--muted) !important;
  font-size: 1.04rem !important;
  line-height: 1.78 !important;
  margin: 0 0 18px !important;
}

.article-cta-box {
  margin-top: 48px !important;
  padding: clamp(24px, 4vw, 36px) !important;
  border-radius: 24px !important;
  background: var(--orange-pale) !important;
  border: 1px solid rgba(217, 95, 30, 0.22) !important;
}

.article-cta-box p {
  max-width: 720px !important;
  margin-bottom: 24px !important;
}

@media (max-width: 960px) {
  .resources-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}

@media (max-width: 720px) {
  .resources-hero,
  .article-section {
    padding: 62px 0 76px !important;
  }

  .resources-hero h1,
  .article-card h1 {
    font-size: clamp(2.5rem, 11vw, 3.7rem) !important;
  }

  .resources-side-card,
  .resource-card-main,
  .article-card {
    border-radius: 22px !important;
  }
}



/* Final article image and blog text polish */
.article-hero-figure {
  margin: 0 0 38px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(217, 95, 30, 0.16) !important;
  box-shadow: 0 16px 40px rgba(80, 34, 12, 0.08) !important;
}

.article-hero-figure img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.article-card ul {
  margin: 0 0 22px 0 !important;
  padding-left: 1.25rem !important;
}

.article-card li {
  color: var(--muted) !important;
  font-size: 1.04rem !important;
  line-height: 1.75 !important;
  margin-bottom: 8px !important;
}

.article-card strong {
  color: var(--ink) !important;
}

@media (max-width: 720px) {
  .article-hero-figure {
    border-radius: 16px !important;
    margin-bottom: 30px !important;
  }
}



/* Final balanced article layout update */
.article-section {
  padding: 56px 0 90px !important;
}

.article-card {
  padding: clamp(26px, 4vw, 48px) !important;
}

.article-card h1 {
  max-width: 850px !important;
  margin: 0 0 18px !important;
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.05em !important;
  color: var(--ink) !important;
}

.article-meta {
  margin: 0 0 28px !important;
  color: var(--orange-dark) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
}

.article-hero-figure {
  margin: 0 0 36px !important;
}

@media (max-width: 720px) {
  .article-section {
    padding: 42px 0 72px !important;
  }

  .article-card {
    padding: 24px 18px !important;
  }

  .article-card h1 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em !important;
  }

  .article-meta {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
    margin-bottom: 24px !important;
  }

  .article-hero-figure {
    border-radius: 16px !important;
    margin-bottom: 28px !important;
  }
}



/* Final orange article label fix */
.article-card > .eyebrow,
.article-page .eyebrow {
  color: var(--orange) !important;
}
/* Hero headline fixed 2-line layout */
.hero-grid {
  grid-template-columns: 1fr !important;
}

.hero-copy {
  max-width: 1100px !important;
}

.hero-title {
  max-width: 1100px !important;
  font-size: clamp(4.2rem, 8vw, 7rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.055em !important;
  margin-bottom: 28px !important;
  white-space: normal !important;
}

.hero-visual {
  display: none !important;
}

@media (max-width: 900px) {
  .hero-title {
    font-size: clamp(3.2rem, 11vw, 5.2rem) !important;
  }
}

@media (max-width: 620px) {
  .hero-title {
    font-size: clamp(2.8rem, 13vw, 4rem) !important;
    line-height: 0.98 !important;
  }
}
/* Hero paragraph style */
.hero-text {
  max-width: 1180px !important;
  color: #5E6A6F !important;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem) !important;
  line-height: 1.65 !important;
  margin-bottom: 34px !important;
}

.hero-text strong {
  display: block !important;
  color: #2d2925 !important;
  font-size: clamp(1.15rem, 1.45vw, 1.45rem) !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}
.brand-case {
  text-transform: none;
  letter-spacing: 0;
}
/* Cleaner Why CloneWise alignment */
.why-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 0.85fr) !important;
  gap: clamp(60px, 7vw, 110px) !important;
  align-items: start !important;
}

.why-copy {
  max-width: 760px !important;
}

.why-copy .eyebrow {
  margin-bottom: 24px !important;
}

.why-copy h2 {
  max-width: 760px !important;
  font-size: clamp(3rem, 4vw, 4.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  margin-bottom: 32px !important;
}

.why-copy p {
  max-width: 720px !important;
  font-size: clamp(1.15rem, 1.45vw, 1.35rem) !important;
  line-height: 1.75 !important;
}

.why-cost {
  max-width: 760px !important;
  margin-left: auto !important;
}

.why-cost .cost-heading {
  margin-bottom: 28px !important;
  font-size: clamp(1.35rem, 1.7vw, 1.7rem) !important;
  line-height: 1.25 !important;
}

.cost-table [role="row"] {
  min-height: 92px !important;
  align-items: center !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.cost-total {
  min-height: 104px !important;
}

@media (max-width: 1050px) {
  .why-grid {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  .why-cost {
    margin-left: 0 !important;
    max-width: 760px !important;
  }
}
/* Match Why CloneWise heading size with other section headings */
.why-copy h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.75rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  max-width: 760px !important;
  margin-bottom: 24px !important;
}
/* Reduce Why CloneWise cost-box size and spacing */
.why-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px) !important;
  gap: clamp(36px, 5vw, 72px) !important;
  align-items: start !important;
}

.why-cost {
  max-width: 560px !important;
  margin-left: auto !important;
}

.cost-table [role="row"] {
  min-height: 68px !important;
  padding: 20px 30px !important;
  align-items: center !important;
}

.cost-total {
  min-height: 78px !important;
  padding: 22px 30px !important;
}

.why-cost .cost-heading {
  font-size: clamp(1.25rem, 1.5vw, 1.55rem) !important;
  margin-bottom: 22px !important;
}
.package-category {
  margin-top: 4rem;
}

.package-category:first-of-type {
  margin-top: 2.5rem;
}

.package-category-heading {
  max-width: 780px;
  margin-bottom: 1.5rem;
}

.package-category-heading h3 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.package-category-heading p {
  margin: 0;
}

.package-category-label {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d35416;
}

.packages-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.package-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.package-card .button {
  margin-top: auto;
  white-space: nowrap;
}

.package-card-featured {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.6fr);
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 2rem;
}

.package-card-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.package-card-main .button {
  margin-top: 1rem;
}

.package-card-details {
  padding-top: 0.4rem;
}

.package-card-quote {
  margin-bottom: 3rem;
}

.package-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-list li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
  line-height: 1.45;
}

.package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #d35416;
}

.package-list-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 0.2rem;
}

.pricing-note {
  max-width: 900px;
  margin: 2.5rem auto 0;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(211, 84, 22, 0.18);
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  background: rgba(255, 255, 255, 0.65);
}

@media (max-width: 900px) {
  .package-card-featured,
  .packages-grid-two,
  .package-list-two {
    grid-template-columns: 1fr;
  }

  .package-card-featured {
    gap: 1.5rem;
  }

  .package-card .button {
    white-space: normal;
  }
}
/* Tighten pricing section layout */
.package-category {
  margin-top: 3rem;
}

.package-category + .package-category {
  margin-top: 4rem;
}

/* Make the Advanced CRISPR quote card compact */
.package-card-quote {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.5fr) minmax(220px, 0.4fr);
  gap: 2rem;
  align-items: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.package-card-quote .package-subtitle {
  margin-bottom: 0;
}

.package-card-quote .package-list {
  margin: 0;
}

.package-card-quote .button {
  width: 100%;
  max-width: 240px;
  justify-self: end;
}

/* Make CRISPR featured card slightly tighter */
.package-card-featured {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.package-card-featured .package-list li {
  margin-bottom: 0.9rem;
}

/* Reduce unnecessary height in cloning cards */
.packages-grid-two .package-card {
  min-height: auto;
}

.pricing-note {
  margin-top: 2rem;
}

/* Mobile layout */
@media (max-width: 900px) {
  .package-card-quote {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .package-card-quote .button {
    max-width: none;
    justify-self: stretch;
  }
}
/* CRISPR cards side by side */
.crispr-packages-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: stretch;
}

.crispr-packages-row .package-card {
  height: 100%;
}

.package-card-highlight {
  border-color: rgba(211, 84, 22, 0.32);
  box-shadow: 0 24px 60px rgba(211, 84, 22, 0.08);
}

.package-card .button {
  margin-top: auto;
}

/* Mobile: stack cards */
@media (max-width: 900px) {
  .crispr-packages-row {
    grid-template-columns: 1fr;
  }
}
id="pricing-polish"
.pricing-heading {
  margin-bottom: 3.5rem;
}

.package-category-heading {
  margin-bottom: 1.8rem;
}

/* Better side-by-side balance */
.crispr-packages-row {
  grid-template-columns: 1.25fr 0.95fr;
  gap: 2rem;
  align-items: stretch;
}

/* Make the main CRISPR package visually primary */
.crispr-packages-row .package-card:first-child {
  border-color: rgba(211, 84, 22, 0.32);
  box-shadow: 0 24px 60px rgba(211, 84, 22, 0.08);
}

/* Keep custom quote calmer */
.crispr-packages-row .package-card:nth-child(2) {
  border-color: rgba(211, 84, 22, 0.18);
  box-shadow: 0 18px 45px rgba(20, 20, 20, 0.04);
}

/* Tighter card rhythm */
.package-card {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.package-card h3 {
  max-width: 95%;
}

.package-subtitle {
  max-width: 620px;
}

.package-list li {
  margin-bottom: 0.9rem;
  line-height: 1.45;
}

/* Keep buttons neatly aligned at the bottom */
.package-card {
  display: flex;
  flex-direction: column;
}

.package-card .button {
  margin-top: auto;
}
/* Align service-area heading with pricing cards */
.package-category {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.package-category-heading {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}

.package-category-heading h3 {
  max-width: 100%;
}

.package-category-heading p {
  max-width: 760px;
}

.crispr-packages-row,
.packages-grid-two {
  width: 100%;
}


/* Mobile stacking */
@media (max-width: 900px) {
  .crispr-packages-row {
    grid-template-columns: 1fr;
  }

  .pricing-heading {
    margin-bottom: 2.5rem;
  }
}
/* Center service-area headings */
.package-category-heading {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
  text-align: center;
}

.package-category-heading h3 {
  margin-left: auto;
  margin-right: auto;
}

.package-category-heading p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Keep the cards themselves aligned normally */
.crispr-packages-row,
.packages-grid-two {
  text-align: left;
}
/* Final pricing-section spacing polish */

.pricing-heading {
  margin-bottom: 3rem;
}

.package-category-heading {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.2rem;
  text-align: center;
}

.package-category-heading h3 {
  margin-top: 0.3rem;
  margin-bottom: 0.8rem;
}

.package-category-heading p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Keep cards balanced */
.crispr-packages-row {
  align-items: stretch;
}

.crispr-packages-row .package-card {
  height: 100%;
}

/* Make card spacing slightly tighter */
.package-card {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.package-list li {
  margin-bottom: 0.85rem;
}

/* Keep card content left aligned */
.package-card,
.package-card p,
.package-card h3,
.package-card li {
  text-align: left;
}
/* Make service cards more compact and premium */
.service-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  min-height: auto;
  padding: 2.2rem 2rem;
  text-align: center;
}

.service-card h3 {
  margin-bottom: 0.8rem;
}

.service-card p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Optional: remove distracting corner circle */
.service-card::after {
  display: none;
}

@media (max-width: 800px) {
  .service-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* Services section: compact 2x2 layout */
.services-grid,
.service-grid,
.cw-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card,
.cw-service-card {
  min-height: auto;
  padding: 2.4rem 2rem;
}

.service-card p,
.cw-service-card p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.service-card::after,
.cw-service-card::after {
  display: none;
}

@media (max-width: 800px) {
  .services-grid,
  .service-grid,
  .cw-services-grid {
    grid-template-columns: 1fr;
  }
}
/* Service section 2x2 layout */
.cw-service-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
}

.cw-service-card {
  min-height: 220px;
  padding: 2.4rem 2rem;
  border: 1px solid rgba(211, 84, 22, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.cw-service-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.35rem;
}

.cw-service-card p {
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Remove old corner circles if they exist */
.cw-service-card::after {
  display: none !important;
}

@media (max-width: 800px) {
  .cw-service-grid {
    grid-template-columns: 1fr !important;
  }
}
/* Clickable service cards */
.cw-service-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cw-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 84, 22, 0.35);
  box-shadow: 0 20px 50px rgba(211, 84, 22, 0.08);
}

.cw-card-link {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 700;
  color: #d35416;
}
/* Clickable service cards */
.cw-service-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cw-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 84, 22, 0.35);
  box-shadow: 0 20px 50px rgba(211, 84, 22, 0.08);
}

.cw-card-link {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 700;
  color: #d35416;
}
/* Cleaner service detail cards */
.service-detail-grid > div {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.service-detail-card {
  padding: 2rem 2.2rem;
  border-radius: 24px;
}

.service-detail-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.service-detail-card p,
.service-detail-list li {
  font-size: 1rem;
  line-height: 1.6;
}

.service-detail-card + .service-detail-card {
  margin-top: 1.3rem;
}

/* Make the negative/exclusion section lighter */
.scope-note {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: none;
}

.scope-note h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.scope-note p {
  max-width: 860px;
}
.service-detail-hero h1 {
  font-size: clamp(2.5rem, 4.6vw, 4.2rem);
}

.service-detail-card h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
}
.service-detail-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5.6rem);
}
/* Final CRISPR page alignment and size polish */

/* Make hero title smaller and better centered */
.service-detail-hero {
  padding: 5.8rem 0 1.6rem !important;
}

.service-detail-hero h1 {
  max-width: 940px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(2.6rem, 4.4vw, 4.2rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.045em !important;
  text-align: center !important;
}

.service-detail-hero p {
  max-width: 720px !important;
  font-size: 1rem !important;
}

/* Align and reduce the workflow figure slightly */
.service-figure {
  padding: 0 0 0.8rem !important;
}

.service-figure svg {
  max-width: 760px !important;
}

/* Reduce the big gap before the first content card */
.service-figure + .section {
  padding-top: 2.5rem !important;
}

/* Keep content cards aligned and slightly calmer */
.service-detail-grid > div {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.service-detail-card {
  padding: 2rem 2.2rem !important;
}

.service-detail-card h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.6rem) !important;
  line-height: 1.08 !important;
}
/* Consistent tick style across service pages */
.service-detail-list li {
  position: relative;
  padding-left: 2rem !important;
  margin-bottom: 0.85rem;
  color: #626262;
  line-height: 1.55;
}

.service-detail-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #d35416;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

/* Keep Back to services aligned left under the content */
.service-back-link {
  display: block !important;
  max-width: 1040px;
  margin: 1.4rem auto 0 !important;
  text-align: left !important;
  color: #d35416;
  font-weight: 800;
  text-decoration: none;
}

.service-back-link:hover {
  text-decoration: underline;
}
/* Center services heading */
#services .section-heading,
#services .section-heading h2,
#services .section-heading p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#services .section-heading {
  max-width: 900px !important;
}

/* Make all service cards equal and align Learn more */
.cw-service-grid,
.cw-services-grid,
.services-grid,
.service-grid {
  align-items: stretch !important;
}

.cw-service-card,
.service-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 260px !important;
  height: 100% !important;
  text-align: center !important;
}

.cw-service-card h3,
.service-card h3 {
  min-height: 2rem !important;
}

.cw-service-card p,
.service-card p {
  flex-grow: 1 !important;
  margin-bottom: 1.4rem !important;
}

.cw-card-link,
.service-card .cw-card-link {
  margin-top: auto !important;
  align-self: center !important;
}
.section-heading,
.section-heading h2,
.section-heading p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Shared orange section label style */
.section-eyebrow,
.eyebrow,
.section-label,
.kicker {
  margin: 0 0 0.8rem;
  color: #d35416;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
#services .section-eyebrow,
#process .section-eyebrow {
  text-align: center;
}
/* =========================================================
   FINAL TYPE SCALE — only 3 font-size levels
   ========================================================= */

:root {
  --fs-display: clamp(3rem, 5vw, 4.6rem);
  --fs-heading: clamp(2rem, 3vw, 2.7rem);
  --fs-body: 1rem;
}

/* 1. DISPLAY SIZE — only main hero title */
.hero-title,
.hero h1 {
  font-size: var(--fs-display) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
}

/* 2. HEADING SIZE — all section and card headings */
h2,
.section-heading h2,
.why-copy h2,
#services h2,
#process h2,
#pricing h2,
.cw-about-copy h2,
.testimonial-heading h2,
.contact-section h2,
.service-card h3,
.cw-service-card h3,
.package-card h3,
.cost-heading,
.form-card-head h3 {
  font-size: var(--fs-heading) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
}

/* 3. BODY SIZE — everything else */
body,
p,
li,
a,
button,
input,
textarea,
select,
label,
.main-nav,
.section-eyebrow,
.eyebrow,
.hero-text,
.trust-row,
.cw-card-link,
.package-label,
.package-subtitle,
.package-card li,
.pricing-note,
.cost-table,
.contact-form,
.footer-links,
.footer-bottom,
.testimonial-card p,
.testimonial-author {
  font-size: var(--fs-body) !important;
  line-height: 1.6 !important;
}

/* Keep orange section labels visually distinct without using another size */
.section-eyebrow,
.eyebrow,
.package-label {
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

/* Keep prices big? If you truly want only 3 sizes, price must use heading size */
.package-price,
.service-price {
  font-size: var(--fs-heading) !important;
  line-height: 1 !important;
}

/* Mobile reduction */
@media (max-width: 720px) {
  :root {
    --fs-display: 2.6rem;
    --fs-heading: 2rem;
    --fs-body: 1rem;
  }
}
.hero-text {
  max-width: 1120px !important;
}

.hero-text-break {
  display: block;
}

@media (max-width: 720px) {
  .hero-text-break {
    display: none;
  }
}
/* Move hero text back to left */
.hero-grid {
  display: block !important;
  max-width: var(--max) !important;
  margin: 0 auto !important;
  text-align: left !important;
}

.hero-copy {
  max-width: 980px !important;
  margin: 0 !important;
  text-align: left !important;
}

.hero .section-eyebrow,
.hero-title,
.hero-text,
.hero-actions,
.trust-row {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hero-title {
  max-width: 980px !important;
}

.hero-text {
  max-width: 1120px !important;
}

.hero-actions,
.trust-row {
  justify-content: flex-start !important;
}

.hero-visual {
  display: none !important;
}
/* Why CloneWise spacing + cost heading polish */
.why-copy .section-eyebrow {
  margin-bottom: 1.4rem !important;
}

.why-copy h2 {
  margin-top: 0 !important;
}

/* Make "What a failed experiment costs." normal text, not bold heading */
.cost-heading {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--muted) !important;
  margin: 0 0 1rem !important;
}
/* FINAL FIX: Why CloneWise spacing + cost heading body style */
section.why-section .why-copy > .section-eyebrow {
  margin-bottom: 2rem !important;
}

section.why-section .why-copy h2 {
  margin-top: 0 !important;
}

section.why-section .why-cost > .cost-heading,
section.why-section p.cost-heading {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--muted) !important;
  margin: 0 0 1rem !important;
}
/* Cost heading final */
section.why-section .why-cost .cost-heading,
.why-cost .cost-heading,
p.cost-heading {
  color: var(--orange) !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  margin: 0 0 1.4rem !important;
}
/* FINAL SERVICES FONT CLEANUP — only 3 font sizes */

#services .section-eyebrow {
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  color: var(--orange) !important;
  text-align: center !important;
  margin-bottom: 0.8rem !important;
}

#services .section-heading h2 {
  font-size: clamp(2.2rem, 3.2vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Same font size for all text inside service cards */
#services .cw-service-card h3,
#services .cw-service-card p,
#services .cw-card-link {
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

#services .cw-service-card h3 {
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 0.9rem !important;
}

#services .cw-service-card p {
  font-weight: 400 !important;
  color: var(--muted) !important;
  max-width: 520px !important;
  margin: 0 auto 1.4rem !important;
}

#services .cw-card-link {
  font-weight: 800 !important;
  color: var(--orange) !important;
  margin-top: auto !important;
}

/* Keep cards visually balanced */
#services .cw-service-card {
  min-height: 230px !important;
  padding: 2.2rem 2rem !important;
}
/* Make SERVICES label exactly like WHY CLONEWISE */
#services .section-eyebrow,
.why-section .section-eyebrow {
  color: var(--orange) !important;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  margin-bottom: 1.4rem !important;
}
/* Final section label consistency */
.section-eyebrow,
.why-section .section-eyebrow,
#services .section-eyebrow,
#process .section-eyebrow {
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}
/* Keep Services heading on one line on desktop */
#services .section-heading h2 {
  max-width: none !important;
  width: 100% !important;
  white-space: nowrap !important;
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
}

/* Mobile: allow wrapping so it does not break the page */
@media (max-width: 900px) {
  #services .section-heading h2 {
    white-space: normal !important;
  }
}
/* Keep How it works heading on one line on desktop */
#process .section-heading h2 {
  max-width: none !important;
  width: 100% !important;
  white-space: nowrap !important;
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
}

/* Mobile: allow wrapping */
@media (max-width: 900px) {
  #process .section-heading h2 {
    white-space: normal !important;
  }
}
/* ================================
   FINAL PRICING SECTION CLEANUP
   ================================ */

/* Pricing section heading */
#pricing .section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
  line-height: 1.08 !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#pricing .section-heading p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  max-width: 640px !important;
}

/* Category heading */
.package-category-heading h3,
.simple-category-heading h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.2rem) !important;
  line-height: 1.1 !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
}

/* Make CRISPR package row cleaner */
.crispr-packages-row,
.packages-grid-two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.6rem !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

/* Package cards */
.package-card {
  padding: 2rem !important;
  border-radius: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: auto !important;
}

/* Small orange package label */
.package-label {
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}

/* Package title */
.package-card h3 {
  font-size: clamp(1.55rem, 2.2vw, 2rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 1rem !important;
}

/* Price */
.package-price {
  font-size: 2rem !important;
  line-height: 1 !important;
  margin: 0 0 1rem !important;
}

/* Description and list */
.package-subtitle,
.package-card li {
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

.package-subtitle {
  margin-bottom: 1.5rem !important;
}

.package-card ul {
  gap: 0.75rem !important;
  margin-bottom: 1.8rem !important;
}

/* Buttons aligned at bottom */
.package-card .button {
  margin-top: auto !important;
  min-height: 48px !important;
  font-size: 0.95rem !important;
}

/* Make featured border less aggressive */
.package-card-highlight,
.featured-package {
  border-color: rgba(217, 95, 30, 0.26) !important;
  box-shadow: 0 18px 46px rgba(80, 34, 12, 0.08) !important;
}

/* Mobile */
@media (max-width: 900px) {
  .crispr-packages-row,
  .packages-grid-two {
    grid-template-columns: 1fr !important;
  }
}
/* FINAL CLONING PACKAGE COMPACT CLEANUP */

#pricing .package-category-heading h3,
#pricing .simple-category-heading h3 {
  font-size: 2rem !important;
  line-height: 1.1 !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

/* Reduce card size */
#pricing .package-card {
  padding: 2rem 2.1rem !important;
  border-radius: 24px !important;
  min-height: auto !important;
}

/* Small orange labels */
#pricing .package-label {
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  margin-bottom: 1.1rem !important;
}

/* Package titles smaller */
#pricing .package-card h3 {
  font-size: 1.75rem !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 1rem !important;
}

/* Price smaller */
#pricing .package-price {
  font-size: 1.9rem !important;
  line-height: 1 !important;
  margin: 0 0 1.1rem !important;
}

/* Description tighter */
#pricing .package-subtitle {
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin-bottom: 1.6rem !important;
}

/* Bullet list tighter */
#pricing .package-card ul {
  gap: 0.7rem !important;
  margin-bottom: 1.8rem !important;
}

#pricing .package-card li {
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  padding-left: 1.6rem !important;
}

/* Button less bulky */
#pricing .package-card .button {
  min-height: 46px !important;
  font-size: 0.95rem !important;
  margin-top: auto !important;
}

/* Pricing note should feel like a note, not another package card */
#pricing .pricing-note {
  max-width: 900px !important;
  margin: 2rem auto 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: var(--muted) !important;
}
.hero .section-eyebrow {
  font-size: 1.20rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
}
/* Hero paragraph: two balanced lines */
.hero-text {
  max-width: 1150px !important;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .hero-line {
    display: inline;
    white-space: normal;
  }
}
/* Hero text left, animation right */
.hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  gap: 72px !important;
  align-items: center !important;
  text-align: left !important;
}

.hero-copy {
  max-width: 980px !important;
  text-align: left !important;
}

.hero-visual {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.hero-video-card {
  width: 420px !important;
  height: 420px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.dna-anim {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-video-card {
    width: min(320px, 90vw) !important;
    height: min(320px, 90vw) !important;
  }
}
/* FINAL CONTACT FORM FONT CLEANUP */

#contact .contact-form h2,
#contact .form-card h2,
#contact h2 {
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
  margin-bottom: 1rem !important;
}

#contact .contact-form p,
#contact .form-card p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: var(--muted) !important;
}

#contact label,
#contact input,
#contact textarea,
#contact select,
#contact input::placeholder,
#contact textarea::placeholder {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

#contact label {
  font-weight: 800 !important;
  color: var(--ink) !important;
}

#contact input,
#contact textarea,
#contact select {
  font-weight: 400 !important;
  color: var(--ink) !important;
}

#contact input::placeholder,
#contact textarea::placeholder {
  font-weight: 600 !important;
  color: #777777 !important;
}

#contact .button,
#contact button {
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}
/* RESOURCES PAGE HERO ALIGNMENT FIX */

.resources-hero,
.resource-hero,
.legal-page.resources-page,
main .resources-section:first-child {
  padding: 6rem 0 5rem !important;
}

.resources-hero-grid,
.resource-hero-grid,
.resources-hero .hero-grid,
.resource-hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr) !important;
  gap: 5rem !important;
  align-items: center !important;
}

/* Left side */
.resources-hero h1,
.resource-hero h1,
.resources-page h1 {
  font-size: clamp(3.4rem, 6vw, 5.4rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  max-width: 760px !important;
  margin: 0 0 2rem !important;
}

.resources-hero p,
.resource-hero p,
.resources-page .hero-text {
  max-width: 760px !important;
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
}

/* Right card */
.resources-hero-card,
.resource-hero-card,
.resources-page .side-card {
  max-width: 460px !important;
  justify-self: end !important;
  align-self: center !important;
  padding: 2.4rem !important;
  border-radius: 28px !important;
}

.resources-hero-card h2,
.resource-hero-card h2,
.resources-page .side-card h2,
.resources-page .side-card h3 {
  font-size: 1.45rem !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}

.resources-hero-card p,
.resource-hero-card p,
.resources-page .side-card p {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* Mobile */
@media (max-width: 900px) {
  .resources-hero-grid,
  .resource-hero-grid,
  .resources-hero .hero-grid,
  .resource-hero .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .resources-hero-card,
  .resource-hero-card,
  .resources-page .side-card {
    justify-self: start !important;
    max-width: 100% !important;
  }

  .resources-hero h1,
  .resource-hero h1,
  .resources-page h1 {
    font-size: clamp(2.8rem, 12vw, 4rem) !important;
  }
}
/* Latest article left alignment */
.latest-article-heading {
  max-width: 900px !important;
  margin: 0 auto 2rem !important;
  text-align: left !important;
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
}
.latest-article-heading {
  max-width: 900px !important;
  margin: 0 auto 2rem !important;
  text-align: left !important;
}
/* FORCE Latest article heading to align left */
body .latest-article-heading {
  display: block !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
/* FORCE Latest article to align with the article card */
.resources-list .section-heading,
.resources-articles .section-heading,
.latest-article-section .section-heading,
.section-heading.latest-article-heading-wrap {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.latest-article-heading,
.resources-list h2,
.resources-articles h2,
.latest-article-section h2 {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}
.latest-article-heading {
  margin: 0 0 2rem 0 !important;
  text-align: left !important;
}
/* Project inquiry hero cleanup */
.project-hero h1,
.project-hero .hero-title {
  font-size: clamp(3.2rem, 5.2vw, 5.2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  max-width: 760px !important;
}

.project-hero-grid {
  grid-template-columns: minmax(0, 1fr) 420px !important;
  gap: 5rem !important;
  align-items: center !important;
}

.project-summary-card {
  max-width: 420px !important;
  justify-self: end !important;
  padding: 2.2rem !important;
  border-radius: 28px !important;
}

.project-summary-card h3 {
  font-size: 1.35rem !important;
  line-height: 1.2 !important;
}

.project-summary-card li,
.project-summary-card p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

@media (max-width: 900px) {
  .project-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .project-hero h1,
  .project-hero .hero-title {
    font-size: clamp(2.4rem, 12vw, 4rem) !important;
    max-width: 100% !important;
  }

  .project-summary-card {
    justify-self: start !important;
    max-width: 100% !important;
  }
}
/* Project inquiry title size */
.project-hero h1,
.project-hero .hero-title {
  font-size: clamp(2.4rem, 5.5vw, 5.6rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.055em !important;
}
/* Force-remove old footer tagline everywhere */
.cw-footer-brand p,
.cw-footer-tagline,
.footer-description {
  display: none !important;
}
/* =========================================================
   FINAL MOBILE CLEANUP — CloneWise
   Paste at the very bottom of styles.css
   ========================================================= */

@media (max-width: 900px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  img,
  video,
  svg {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Header */
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
  }

  .nav-wrap {
    min-height: 72px !important;
    gap: 12px !important;
  }

  .brand img {
    width: 165px !important;
    max-width: 165px !important;
  }

  .menu-toggle {
    display: block !important;
  }

  .main-nav {
    display: none;
    position: absolute !important;
    top: 72px !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: calc(100vw - 28px) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(217, 95, 30, 0.22) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 60px rgba(80, 34, 12, 0.14) !important;
  }

  .main-nav.open {
    display: flex !important;
  }

  .main-nav a {
    padding: 10px 8px !important;
  }

  .nav-cta {
    text-align: center !important;
  }

  /* General section spacing */
  .section,
  .section-soft,
  .packages-section,
  .contact-section,
  .testimonial-section {
    padding: 64px 0 !important;
  }

  /* Hero */
  .hero {
    padding: 58px 0 68px !important;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    text-align: left !important;
  }

  .hero-copy {
    max-width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .hero .section-eyebrow {
    font-size: 0.82rem !important;
    text-align: left !important;
    margin-bottom: 1rem !important;
  }

  .hero-title,
  .hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.55rem, 12vw, 3.5rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.05em !important;
    margin-bottom: 1.3rem !important;
    text-align: left !important;
  }

  .hero-nowrap {
    white-space: normal !important;
  }

  .hero-text {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  .hero-line {
    display: inline !important;
    white-space: normal !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 28px 0 24px !important;
  }

  .hero-actions .button {
    width: 100% !important;
  }

  .trust-row {
    display: grid !important;
    gap: 8px !important;
    justify-content: start !important;
    text-align: left !important;
  }

  .hero-visual {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-video-card,
  .hero-animation-card {
    width: min(320px, 88vw) !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .dna-anim,
  .hero-animation {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Why section */
  .why-grid,
  .cost-box,
  .split {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .why-copy,
  .why-cost {
    width: 100% !important;
    max-width: 100% !important;
  }

  .why-copy .section-eyebrow,
  .why-section .section-eyebrow {
    text-align: left !important;
    font-size: 0.9rem !important;
    margin-bottom: 1.2rem !important;
  }

  .why-copy h2 {
    font-size: clamp(2rem, 9vw, 2.6rem) !important;
    line-height: 1.1 !important;
  }

  .cost-table {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cost-table > div {
    padding: 14px 16px !important;
    gap: 14px !important;
  }

  /* Services */
  #services .section-heading {
    max-width: 100% !important;
    margin-bottom: 34px !important;
    text-align: center !important;
  }

  #services .section-eyebrow {
    font-size: 0.9rem !important;
    text-align: center !important;
  }

  #services .section-heading h2 {
    white-space: normal !important;
    font-size: clamp(2rem, 9vw, 2.6rem) !important;
    line-height: 1.1 !important;
    max-width: 100% !important;
  }

  #services .cw-service-grid,
  .cw-service-grid,
  .card-grid.four {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    max-width: 100% !important;
  }

  #services .cw-service-card,
  .cw-service-card,
  .service-card {
    width: 100% !important;
    min-height: auto !important;
    padding: 26px 22px !important;
  }

  #services .cw-service-card h3,
  .cw-service-card h3,
  .service-card h3 {
    font-size: 1.2rem !important;
    line-height: 1.25 !important;
  }

  #services .cw-service-card p,
  .cw-service-card p,
  .service-card p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  /* How it works */
  #process {
    padding: 66px 0 !important;
  }

  #process .section-heading {
    max-width: 100% !important;
    margin-bottom: 38px !important;
    text-align: center !important;
  }

  #process .section-heading h2 {
    white-space: normal !important;
    font-size: clamp(2rem, 9vw, 2.6rem) !important;
    line-height: 1.1 !important;
  }

  .process-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .process-grid article {
    padding-top: 20px !important;
  }

  .process-grid span {
    margin-bottom: 18px !important;
  }

  /* Pricing */
  #pricing .section-heading {
    max-width: 100% !important;
    margin-bottom: 40px !important;
  }

  #pricing .section-heading h2 {
    font-size: clamp(2rem, 9vw, 2.6rem) !important;
    line-height: 1.1 !important;
  }

  .crispr-packages-row,
  .packages-grid,
  .packages-grid-two {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    max-width: 100% !important;
  }

  .package-card {
    width: 100% !important;
    padding: 26px 22px !important;
    min-height: auto !important;
  }

  .package-card h3 {
    font-size: 1.55rem !important;
    line-height: 1.15 !important;
  }

  .package-price {
    font-size: 1.9rem !important;
  }

  .package-card li,
  .package-subtitle,
  .pricing-note {
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  .package-card .button {
    width: 100% !important;
  }

  /* About */
  #about.cw-about-section {
    padding: 64px 0 !important;
  }

  .cw-about-grid,
  .about-founder-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .cw-about-panel {
    padding: 28px 22px !important;
  }

  .cw-about-card {
    width: 220px !important;
    max-width: 220px !important;
    margin: 0 auto !important;
  }

  .photo-circle {
    width: 210px !important;
    height: 210px !important;
  }

  .cw-about-copy h2 {
    font-size: clamp(2rem, 9vw, 2.5rem) !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  .cw-about-copy p {
    font-size: 1rem !important;
    line-height: 1.68 !important;
    text-align: left !important;
  }

  /* Testimonial */
  .testimonial-card,
  .single-testimonial {
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 22px !important;
  }

  .testimonial-card p {
    font-size: 1rem !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  /* Contact */
  .contact-grid,
  .contact-forms-grid,
  .homepage-contact-grid,
  .centered-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    max-width: 100% !important;
  }

  .contact-form,
  .project-form {
    padding: 24px 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .form-grid-two {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  input,
  textarea,
  select {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Footer */
  .cw-footer-top,
  .site-footer-grid,
  .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    text-align: left !important;
  }

  .cw-footer-brand img,
  .site-footer .footer-brand img {
    width: 210px !important;
    max-width: 210px !important;
    margin-left: 0 !important;
  }

  .cw-footer-bottom-inner,
  .footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    text-align: left !important;
  }

  .cw-footer-links,
  .footer-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px 20px !important;
  }
}

