.estimate-section {
  background: var(--ink);
  color: white;
  padding-block: 70px;
}
.estimate-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}
.estimate-copy {
  padding-top: 20px;
}
.estimate-copy .eyebrow {
  color: #c6d6df;
}
.estimate-copy h2 {
  margin-top: 17px;
  font-size: clamp(42px, 4.5vw, 61px);
}
.estimate-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: #c1cdd3;
  margin-top: 23px;
  max-width: 370px;
}
.estimate-note {
  display: flex;
  gap: 20px;
  max-width: 370px;
  border-block: 1px solid #405562;
  margin-block: 34px;
  padding-block: 22px;
  font-size: 12px;
  color: #c1cdd3;
}
.estimate-note > span {
  color: #a8c8ff;
  font-size: 26px;
}
.estimate-copy .text-link {
  color: #c6d9ff;
}
.lead-form {
  background: var(--paper);
  color: var(--ink);
  padding: 30px;
}
.lead-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
.lead-form legend,
.lead-form label {
  font-size: 11px;
  font-weight: 500;
}
.lead-form legend {
  margin-bottom: 10px;
}
.lead-form > label {
  display: block;
  margin-bottom: 16px;
}
.unit-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #c4cdc9;
}
.unit-switch label {
  position: relative;
  cursor: pointer;
}
.unit-switch input {
  position: absolute;
  opacity: 0;
  left: 10px;
  top: 10px;
  width: 1px;
  height: 1px;
}
.unit-switch span {
  display: block;
  padding: 11px 8px;
  text-align: center;
  font-size: 12px;
}
.unit-switch input:checked + span {
  background: var(--ink);
  color: white;
}
.unit-switch input:focus-visible + span {
  outline: 3px solid #126ca4;
  outline-offset: 2px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.lead-form input:not([type="radio"]):not([type="checkbox"]),
.lead-form select,
.lead-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bdc7c8;
  border-radius: 0;
  background: white;
  padding: 12px 11px;
  font-size: 12px;
  min-height: 44px;
  color: var(--ink);
  margin-top: 7px;
}
.lead-form textarea {
  resize: vertical;
}
.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #68777e;
  opacity: 1;
}
.optional {
  font-size: 9px;
  color: var(--muted);
  font-weight: 400;
}
.lead-form label.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.6;
  margin-block: 8px 18px;
}
.consent input {
  accent-color: var(--ink);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 1px 0 0;
}
.lead-form .button {
  width: 100%;
  font-size: 12px;
}
.form-hint {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.form-status {
  font-size: 12px;
  margin-top: 12px;
}
.form-status:empty {
  display: none;
}
.form-status.error {
  color: #922519;
}
.form-status.success {
  color: #176034;
}
.honeypot {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.steps li {
  padding: 24px 30px 0 0;
}
.steps li + li {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.steps li > span {
  font-family: var(--display);
  font-size: 38px;
  color: #8d989b;
}
.steps h3 {
  font-size: 25px;
  margin-top: 21px;
  margin-bottom: 12px;
}
.steps p {
  font-size: 12px;
  color: var(--muted);
}
.workshop-section {
  background: #edf2f9;
  padding-block: 58px;
}
.workshop-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 64px;
}
.workshop-image {
  height: 480px;
}
.workshop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workshop-copy h2 {
  margin-block: 16px 24px;
}
.workshop-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  max-width: 400px;
}
.workshop-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid #c7cfca;
  margin-top: 25px;
  padding-top: 24px;
  font-size: 11px;
  color: var(--muted);
}
.workshop-facts strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
  margin-bottom: 8px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gallery-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: filter 0.2s;
}
.gallery-photo:hover img {
  filter: brightness(1.1);
}
.gallery-photo span {
  display: block;
  font-size: 11px;
  border-bottom: 1px solid var(--line);
  padding-block: 15px;
}
.shipping-section {
  background: #e7eef9;
  padding-block: 62px;
}
.shipping-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 100px;
  align-items: center;
}
.shipping-grid h2 {
  margin-block: 16px 23px;
}
.shipping-grid > div > p:not(.eyebrow) {
  font-size: 13px;
  max-width: 450px;
  color: #4f6078;
}
.shipping-grid .button {
  margin-top: 24px;
  background: var(--ink);
  color: white;
}
.shipping-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}
.shipping-list li {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #c3d1e6;
  padding-bottom: 21px;
}
.shipping-list li > span {
  font: 26px var(--display);
  color: #566c8c;
}
.shipping-list h3 {
  font-size: 24px;
  margin-bottom: 9px;
}
.shipping-list p {
  font-size: 12px;
  color: #4f6078;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.faq-section h2 {
  margin-top: 16px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding-block: 20px;
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding-right: 35px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: -7px;
  font-size: 26px;
  font-weight: 300;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 15px;
  padding-right: 28px;
}
.contact-section {
  background: var(--ink);
  color: white;
  padding-block: 65px;
}
.contact-section .eyebrow {
  color: #c1cdd3;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #4c606a;
  padding-top: 30px;
  gap: 60px;
}
.contact-grid address {
  font-style: normal;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.contact-grid p:not(.eyebrow) {
  color: #c1cdd3;
}
.contact-grid .contact-phone {
  font-size: 26px;
  font-family: var(--display);
  margin-top: 10px;
}
.contact-grid .text-link {
  color: #c6d9ff;
}
footer {
  background: #09234b;
  color: #c1cdd3;
  padding-block: 32px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer-inner p,
.footer-inner > span {
  font-size: 10px;
}
.footer-inner .wordmark {
  color: white;
  font-size: 33px;
}
.footer-inner .wordmark span {
  font-size: 6px;
}
.mobile-actions {
  display: none;
}
.legacy-anchor {
  position: absolute;
  scroll-margin-top: 100px;
}
.navigation {
  padding: 45px 25px 30px;
  border: 0;
  width: min(380px, calc(100vw - 30px));
  background: var(--paper);
  color: var(--ink);
}
.navigation nav {
  display: flex;
  flex-direction: column;
  font-family: var(--display);
  font-size: 30px;
  gap: 16px;
  margin-block: 25px;
}
.navigation .button {
  width: 100%;
}
.close-button {
  position: absolute;
  right: 10px;
  top: 7px;
  border: 0;
  background: none;
  font-size: 30px;
  line-height: 1;
  width: 44px;
  height: 44px;
  z-index: 2;
}
.photo-viewer {
  padding: 50px 55px 20px;
  border: 0;
  background: #10232e;
  color: white;
  max-width: 95vw;
  max-height: 94vh;
}
.photo-viewer figure {
  margin: 0;
}
.photo-viewer img {
  height: 72vh;
  max-width: 80vw;
  width: auto;
  object-fit: contain;
  margin: auto;
}
.photo-viewer figcaption {
  font-size: 11px;
  text-align: center;
  margin-top: 13px;
  max-width: 75vw;
}
.photo-previous,
.photo-next {
  position: absolute;
  top: 45%;
  background: none;
  border: 0;
  color: white;
  font-size: 40px;
  width: 44px;
  height: 60px;
}
.photo-previous {
  left: 0;
}
.photo-next {
  right: 0;
}
dialog::backdrop {
  background: #07151dde;
}
.article-hero {
  padding-block: 50px 65px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 60px;
}
.breadcrumbs {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 30px;
}
.article-hero h1 {
  font-size: clamp(40px, 5vw, 68px);
  margin: 14px 0 24px;
}
.article-hero p:not(.eyebrow):not(.breadcrumbs) {
  color: var(--muted);
  font-size: 14px;
  max-width: 640px;
}
.article-hero .button {
  margin-top: 28px;
}
.article-hero img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.article-body {
  max-width: 850px;
  padding-block: 55px 70px;
}
.article-body h2 {
  font-size: 36px;
  margin-block: 40px 22px;
}
.article-body p,
.article-body li {
  font-size: 15px;
  color: var(--muted);
  margin-block: 12px;
}
.article-body ul,
.article-body ol {
  padding-left: 22px;
}
.related-links {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-block: 25px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-inner .wordmark {
  width: 240px;
}
.estimate-copy .text-link:hover,
.contact-grid .text-link:hover {
  color: white;
}

.app-service {
  border-block: 1px solid var(--line);
}
.app-service > p {
  max-width: 65ch;
  margin-block: 24px;
  color: var(--muted);
}
.app-service-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-block: 32px;
}
.app-service-details dt {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.app-service-details dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.app-service .app-service-hint {
  font-size: 13px;
}
@media (max-width: 767px) {
  .app-service-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
