:root {
  --porcelain: #FAF8F3;
  --celadon: #F1F5F2;
  --porcelain-teal: #155E63;
  --deep-teal: #0F4A4E;
  --jade: #3E8E6B;
  --cinnabar: #C0392B;
  --ink: #26312B;
  --hairline: #E0DBCF;
  --cream: #FBF7EC;
  --serif: Georgia, Palatino Linotype, Book Antiqua, Times New Roman, serif;
  --sans: Helvetica Neue, Arial, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FAF8F3;
  color: #26312B;
  font-size: 16px;
  font-family: Georgia, Palatino Linotype, Book Antiqua, Times New Roman, serif;
  line-height: 1.7;
}

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

a {
  color: #155E63;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #C0392B;
  outline-offset: 2px;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

.seal-strip-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  background-color: #FAF8F3;
  border-bottom: 2px solid #E0DBCF;
  padding: 12px 28px;
}

.seal-strip-nav.scrolled {
  border-bottom: 3px solid #C0392B;
}

.seal-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.seal-chip {
  width: 34px;
  height: 34px;
  background-color: #C0392B;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.seal-glyph {
  width: 12px;
  height: 12px;
  background-color: #FBF7EC;
  transform: rotate(45deg);
  display: block;
}

.wordmark {
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #0F4A4E;
}

.seal-center {
  flex: 1 1 auto;
  min-width: 0;
}

.seal-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.seal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #26312B;
  text-decoration: none;
  padding: 5px 0 4px;
  border-bottom: 2px solid transparent;
}

.seal-link .dot {
  width: 3px;
  height: 3px;
  background-color: #3E8E6B;
  display: inline-block;
  flex: 0 0 auto;
}

.seal-link:hover {
  color: #C0392B;
  border-bottom-color: #C0392B;
}

.scroll-panel-hero {
  background-color: #F1F5F2;
  border-top: 6px solid #C0392B;
  border-bottom: 6px solid #C0392B;
  padding: 72px 28px;
}

.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 250px;
  gap: 52px;
  align-items: center;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #0F4A4E;
  color: #F1F5F2;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 9px 16px;
  margin-bottom: 26px;
}

.hero-copy h1 {
  color: #0F4A4E;
  font-size: 47px;
  line-height: 1.12;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero-copy h1 .jade {
  color: #3E8E6B;
}

.hero-copy p {
  color: #26312B;
  font-size: 17px;
  line-height: 1.78;
  max-width: 580px;
  margin-bottom: 18px;
}

.hero-note {
  color: #26312B;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-block;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 28px;
  border: 2px solid #155E63;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-solid {
  background-color: #155E63;
  color: #FBF7EC;
}

.btn-solid:hover {
  background-color: #0F4A4E;
  border-color: #0F4A4E;
  color: #FBF7EC;
}

.btn-outline {
  background-color: #F1F5F2;
  color: #0F4A4E;
  border-color: #0F4A4E;
}

.btn-outline:hover {
  background-color: #0F4A4E;
  border-color: #0F4A4E;
  color: #FBF7EC;
}

.vase-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}

.vase-mouth {
  width: 84px;
  height: 16px;
  background-color: #0F4A4E;
  border-radius: 5px 5px 0 0;
}

.vase-neck {
  width: 58px;
  height: 46px;
  background-color: #155E63;
}

.vase-body {
  position: relative;
  width: 190px;
  height: 252px;
  background-color: #155E63;
  border-radius: 95px 95px 105px 105px / 118px 118px 148px 148px;
}

.vase-band {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 44%;
  height: 26px;
  background-color: #3E8E6B;
}

.vase-seal {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background-color: #C0392B;
  border-radius: 5px;
}

.vase-foot {
  width: 104px;
  height: 20px;
  background-color: #0F4A4E;
  border-radius: 0 0 7px 7px;
}

.crates-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}

.crate-seal {
  width: 46px;
  height: 46px;
  background-color: #C0392B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: -23px;
}

.crate-seal::after {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #FBF7EC;
  border-radius: 50%;
}

.crate {
  position: relative;
  height: 74px;
  background-color: #155E63;
  margin-top: 9px;
}

.crate::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #F1F5F2;
}

.crate::after {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  left: 50%;
  width: 3px;
  margin-left: -1px;
  background-color: #F1F5F2;
}

.crate-top {
  width: 152px;
  background-color: #0F4A4E;
}

.crate-mid {
  width: 172px;
  background-color: #155E63;
}

.crate-base {
  width: 192px;
  background-color: #0F4A4E;
}

.capability-columns {
  background-color: #FAF8F3;
  padding: 88px 28px;
}

.cap-intro {
  max-width: 1180px;
  margin: 0 auto 52px;
}

.cap-intro h2 {
  color: #0F4A4E;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.cap-intro p {
  color: #26312B;
  font-size: 17px;
  line-height: 1.78;
  max-width: 860px;
}

.cap-row {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cap-col {
  display: flex;
  flex-direction: column;
  padding: 0 28px;
  border-left: 1px solid #E0DBCF;
}

.cap-col:first-child {
  border-left: none;
  padding-left: 0;
}

.cap-col:last-child {
  padding-right: 0;
}

.cap-index {
  width: 36px;
  height: 36px;
  background-color: #3E8E6B;
  color: #FBF7EC;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cap-col h3 {
  color: #0F4A4E;
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.cap-col p {
  color: #26312B;
  font-size: 15.5px;
  line-height: 1.72;
}

.cap-support {
  margin-top: 14px;
}

.cap-tag {
  margin-top: auto;
  padding-top: 26px;
}

.cap-tag span {
  display: inline-block;
  background-color: #F1F5F2;
  border: 1px solid #E0DBCF;
  color: #0F4A4E;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 7px 13px;
}

.metric-band {
  background-color: #155E63;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 60px 28px;
}

.metric {
  text-align: center;
  border-left: 1px solid #FBF7EC;
  padding: 10px 18px;
}

.metric:first-child {
  border-left: none;
}

.metric-num {
  display: block;
  color: #FBF7EC;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
}

.metric-label {
  display: block;
  margin-top: 10px;
  color: #F1F5F2;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.statement-band {
  background-color: #F1F5F2;
  padding: 88px 28px;
}

.statement-inner {
  max-width: 920px;
  margin: 0 auto;
  border-left: 4px solid #C0392B;
  padding: 10px 0 10px 36px;
}

.statement-text {
  color: #0F4A4E;
  font-size: 26px;
  line-height: 1.55;
}

.statement-attr {
  margin-top: 20px;
  color: #3E8E6B;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.statement-note {
  margin-top: 22px;
  color: #26312B;
  font-size: 16.5px;
  line-height: 1.78;
  max-width: 760px;
}

.cta-band {
  background-color: #FAF8F3;
  text-align: center;
  padding: 88px 28px;
  border-top: 1px solid #E0DBCF;
}

.cta-band h2 {
  color: #0F4A4E;
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.cta-band p {
  color: #26312B;
  font-size: 17px;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto 30px;
}

.two-col-wide-footer {
  background-color: #0F4A4E;
  color: #FBF7EC;
  padding: 68px 28px 40px;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 52px;
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-wordmark {
  color: #FBF7EC;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}

.footer-blurb {
  color: #F1F5F2;
  font-size: 15.5px;
  line-height: 1.78;
  max-width: 520px;
}

.footer-groups {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-group-title {
  color: #9CC9BE;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  color: #FBF7EC;
  text-decoration: none;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  align-self: flex-start;
}

.footer-link:hover {
  border-bottom-color: #C0392B;
  color: #FFFFFF;
}

.footer-bottom {
  max-width: 1180px;
  margin: 48px auto 0;
  border-top: 1px solid #3E7E82;
  padding-top: 20px;
  color: #F1F5F2;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 12.5px;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}

.footer-bottom a {
  color: #FBF7EC;
  text-decoration: none;
  border-bottom: 1px solid #3E7E82;
}

.footer-bottom a:hover {
  border-bottom-color: #C0392B;
}

.page-hero {
  background-color: #F1F5F2;
  border-top: 6px solid #C0392B;
  border-bottom: 6px solid #C0392B;
  padding: 68px 28px;
}

.page-hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 56px;
  align-items: center;
}

.page-hero-grid .eyebrow-chip {
  margin-bottom: 22px;
}

.page-hero h1 {
  color: #0F4A4E;
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.page-hero p {
  color: #26312B;
  font-size: 17px;
  line-height: 1.78;
  max-width: 720px;
  margin-bottom: 14px;
}

.bowl-figure {
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bowl-rim {
  width: 214px;
  height: 15px;
  background-color: #0F4A4E;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}

.bowl {
  width: 202px;
  height: 112px;
  background-color: #155E63;
  border-radius: 6px 6px 101px 101px / 6px 6px 106px 106px;
  margin-top: -3px;
  position: relative;
}

.bowl::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 26px;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  background-color: #3E8E6B;
  border-radius: 50%;
}

.bowl-foot {
  width: 92px;
  height: 17px;
  background-color: #0F4A4E;
  border-radius: 0 0 9px 9px;
}

.services-section {
  background-color: #FAF8F3;
  padding: 30px 28px 70px;
}

.services-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.service-row {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 52px;
  padding: 56px 0;
  border-top: 1px solid #E0DBCF;
}

.service-row:first-child {
  border-top: none;
  padding-top: 30px;
}

.service-index {
  width: 40px;
  height: 40px;
  background-color: #3E8E6B;
  color: #FBF7EC;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.service-head h2 {
  color: #0F4A4E;
  font-size: 27px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tags span {
  display: inline-block;
  background-color: #F1F5F2;
  border: 1px solid #E0DBCF;
  color: #0F4A4E;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 6px 12px;
}

.service-body p {
  color: #26312B;
  font-size: 16.5px;
  line-height: 1.78;
  margin-bottom: 16px;
}

.service-body p:last-child {
  margin-bottom: 0;
}

.process-band {
  background-color: #F1F5F2;
  padding: 78px 28px;
}

.process-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.process-inner > h2 {
  color: #0F4A4E;
  font-size: 34px;
  margin-bottom: 14px;
}

.process-inner > p {
  color: #26312B;
  font-size: 16.5px;
  line-height: 1.75;
  max-width: 820px;
  margin-bottom: 40px;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 28px;
}

.process-step {
  border-top: 4px solid #3E8E6B;
  padding-top: 16px;
}

.process-step .step-no {
  display: block;
  color: #C0392B;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.process-step h3 {
  color: #0F4A4E;
  font-size: 19px;
  margin-bottom: 8px;
}

.process-step p {
  color: #26312B;
  font-size: 14.5px;
  line-height: 1.65;
}

.contact-main {
  background-color: #FAF8F3;
  padding: 72px 28px;
}

.contact-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: start;
}

.contact-form-panel {
  background-color: #F1F5F2;
  border: 1px solid #E0DBCF;
  border-top: 5px solid #155E63;
  padding: 38px;
}

.contact-form-panel h2 {
  color: #0F4A4E;
  font-size: 26px;
  margin-bottom: 8px;
}

.contact-form-panel .form-note {
  color: #26312B;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  color: #0F4A4E;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  background-color: #FBF7EC;
  border: 2px solid #E0DBCF;
  color: #26312B;
  font-family: Georgia, Palatino Linotype, serif;
  font-size: 16px;
  padding: 12px 14px;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #155E63;
  outline: none;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-status {
  display: block;
  margin-top: 16px;
  color: #155E63;
  font-size: 14.5px;
  line-height: 1.6;
}

.contact-info-panel h2 {
  color: #0F4A4E;
  font-size: 26px;
  margin-bottom: 18px;
}

.info-block {
  border-top: 1px solid #E0DBCF;
  padding: 18px 0;
}

.info-label {
  display: block;
  color: #3E8E6B;
  font-family: Helvetica Neue, Arial, Segoe UI, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.info-block p,
.info-block ul {
  color: #26312B;
  font-size: 15.5px;
  line-height: 1.72;
}

.info-block ul {
  list-style: none;
}

.info-block a {
  color: #155E63;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #E0DBCF;
}

.info-block a:hover {
  border-bottom-color: #C0392B;
}

.teacup-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 26px 0 8px;
}

.teacup-knob {
  width: 22px;
  height: 12px;
  background-color: #C0392B;
  border-radius: 6px 6px 0 0;
}

.teacup-lid {
  width: 160px;
  height: 15px;
  background-color: #0F4A4E;
  border-radius: 8px 8px 2px 2px;
}

.teacup-wrap {
  position: relative;
}

.teacup {
  width: 148px;
  height: 78px;
  background-color: #155E63;
  border-radius: 8px 8px 66px 66px / 8px 8px 72px 72px;
  position: relative;
}

.teacup::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 14px;
  width: 26px;
  height: 34px;
  border: 9px solid #0F4A4E;
  border-left: none;
  border-radius: 0 22px 22px 0;
}

.tea-leaf {
  width: 38px;
  height: 38px;
  background-color: #3E8E6B;
  border-radius: 0 62% 0 62%;
  transform: rotate(45deg);
  margin-top: 18px;
}

.faq-section {
  margin-top: 34px;
}

.faq-section h2 {
  color: #0F4A4E;
  font-size: 24px;
  margin-bottom: 6px;
}

.faq-item {
  border-bottom: 1px solid #E0DBCF;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #FAF8F3;
  border: none;
  text-align: left;
  color: #0F4A4E;
  font-family: Georgia, Palatino Linotype, serif;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.5;
  padding: 17px 0;
  cursor: pointer;
}

.faq-x {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.faq-x::before,
.faq-x::after {
  content: "";
  position: absolute;
  background-color: #C0392B;
}

.faq-x::before {
  left: 0;
  right: 0;
  top: 7px;
  height: 3px;
}

.faq-x::after {
  top: 0;
  bottom: 0;
  left: 7px;
  width: 3px;
  transition: transform 0.25s ease;
}

.faq-item.open .faq-x::after {
  transform: scaleY(0);
}

.faq-answer {
  padding: 0 0 18px;
}

.faq-answer p {
  color: #26312B;
  font-size: 15.5px;
  line-height: 1.72;
}

.faq-item.faq-live .faq-answer {
  display: none;
}

.faq-item.faq-live.open .faq-answer {
  display: block;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-vase {
    order: 2;
    transform: scale(0.85);
  }

  .hero-crates {
    order: 3;
    transform: scale(0.85);
  }

  .cap-row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }

  .cap-col {
    padding: 0 24px;
  }

  .cap-col:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }

  .cap-col:nth-child(even) {
    padding-right: 0;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .bowl-figure {
    display: none;
  }
}

@media (max-width: 980px) {
  .seal-strip-nav {
    padding: 12px 20px;
  }

  .seal-links {
    order: 5;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #E0DBCF;
    gap: 18px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 46px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

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

  .metric-band {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }

  .metric {
    border-left: none;
    border-top: 1px solid #3E7E82;
    padding-top: 30px;
  }

  .metric:first-child,
  .metric:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: 34px;
  }

  .page-hero h1 {
    font-size: 31px;
  }

  .cap-row {
    grid-template-columns: 1fr;
  }

  .cap-col {
    border-left: none;
    padding: 30px 0 0;
    border-top: 1px solid #E0DBCF;
  }

  .cap-col:first-child {
    border-top: none;
    padding-top: 0;
  }

  .metric-band {
    grid-template-columns: 1fr;
  }

  .metric:nth-child(2) {
    border-top: 1px solid #3E7E82;
    padding-top: 30px;
  }

  .statement-inner {
    padding-left: 22px;
  }

  .statement-text {
    font-size: 21px;
  }

  .cta-band h2 {
    font-size: 27px;
  }

  .contact-form-panel {
    padding: 26px 20px;
  }

  .teacup::before {
    right: -24px;
    width: 18px;
    border-width: 7px;
  }
}
