:root {
  --desk-paper:#f7f2ea; --desk-ink:#161d27; --desk-muted:#5c6573;
  --desk-nav:#111822; --desk-nav-text:#f4efe6; --desk-footer:#111822;
  --desk-footer-text:#f4efe6; --desk-card:#fffaf3; --desk-border:#e4d8c6;
  --desk-brand:#c4a484; --desk-heading:"Iowan Old Style", "Palatino Linotype", Palatino, serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--desk-paper); color: var(--desk-ink); font-family: system-ui, "Segoe UI", sans-serif; }
h1, h2, .desk-quote-text, .desk-brand { font-family: var(--desk-heading); font-weight: 650; }
a { color: inherit; }
.desk-skip {
  position: absolute; left: -9999px; top: 0.75rem; z-index: 8; padding: 0.55rem 0.8rem;
  background: var(--desk-nav); color: var(--desk-nav-text); border-radius: 999px;
}
.desk-skip:focus { left: 0.75rem; }
.desk-header {
  position: sticky; top: 0; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem 1.5rem;
  background: var(--desk-nav); color: var(--desk-nav-text);
  border-bottom: none;
}
.desk-header-porch, .desk-header-storefront { flex-direction: column; align-items: center; text-align: center; }
@media (min-width: 800px) { .desk-header-porch, .desk-header-storefront { flex-direction: row; align-items: center; text-align: left; } }
.desk-brand { margin: 0; font-size: 1.1rem;  }
.desk-city { margin: 0.25rem 0 0; font-size: 0.75rem; opacity: 0.7; }
.desk-nav { display: flex; flex-wrap: wrap; gap: 1.1rem; font-size: 0.95rem; }
.desk-nav a { text-decoration: none; opacity: 0.75; }
.desk-nav a:hover, .desk-nav a[aria-current="page"] { opacity: 1; font-weight: 650; }
.desk-call {
  display: inline-flex; align-items: center; background: var(--desk-brand); color: #fff; text-decoration: none;
  padding: 0.4rem 0.9rem; font-size: 0.9rem; font-weight: 600;
  border-radius: 999px;
}
.desk-page { min-height: 40vh; }
.desk-section { padding: 3.5rem 1.25rem; }
.desk-wide, .desk-split, .desk-narrow, .desk-faq-wrap, .desk-hero-split .desk-split, .desk-hero-editorial, .desk-hero-porch, .desk-cta-row { margin: 0 auto; max-width: 64rem; }
.desk-narrow, .desk-faq-wrap { max-width: 40rem; }
.desk-split { display: grid; gap: 2.2rem; align-items: center; }
@media (min-width: 800px) { .desk-split { grid-template-columns: 1fr 1fr; } }
.desk-hero { position: relative; }
.desk-hero-cover, .desk-hero-crew, .desk-hero-storefront { min-height: 620px; overflow: hidden; }
.desk-hero-split, .desk-hero-editorial, .desk-hero-porch { padding: 2.4rem 1.25rem 3rem; }
.desk-hero-copy { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 3rem 1.5rem; color: #fff; max-width: 64rem; margin: 0 auto; }
.desk-overlay { position: absolute; inset: 0; z-index: 1; }
.desk-cover { width: 100%; object-fit: cover; display: block; }
.desk-cover-fill { position: absolute; inset: 0; height: 100%; }
.desk-cover-tall { aspect-ratio: 4 / 5; }
.desk-cover-wide { aspect-ratio: 16 / 8; max-height: 360px; }
.desk-cover-about { aspect-ratio: 4 / 3; }
.desk-cover-product { aspect-ratio: 4 / 5; }
.desk-photo-empty { min-height: 12rem; background: var(--desk-card); }
.desk-frame { overflow: hidden; }
.desk-frame-round { border-radius: 1.4rem; }
.desk-frame-sharp { border-radius: 0.35rem; }
.desk-kicker { margin: 0; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.desk-hero-heading { margin: 0.7rem 0 0; font-size: clamp(2.1rem, 6vw, 4.4rem); line-height: 1.05; max-width: 18ch; }
.desk-hero-heading-editorial, .desk-hero-heading-center { font-size: clamp(2rem, 5vw, 3.4rem); max-width: 22ch; }
.desk-hero-heading-center { margin-left: auto; margin-right: auto; }
.desk-hero-body { margin: 1.1rem 0 0; max-width: 36rem; font-size: 1.1rem; line-height: 1.6; }
.desk-on-photo { color: rgba(255,255,255,0.88); }
.desk-muted { color: var(--desk-muted); line-height: 1.7; }
.desk-center { text-align: center; }
.desk-btn, .desk-btn-light {
  display: inline-flex; margin-top: 1.4rem; padding: 0.65rem 1.2rem; border-radius: 999px; color: #fff; font-size: 0.9rem; font-weight: 650; text-decoration: none;
}
.desk-btn-square { border-radius: 2px; }
.desk-btn-light { background: #fff; margin-top: 0; }
.desk-storefront-card { position: relative; z-index: 2; max-width: 28rem; margin: 0 1.25rem 2.5rem; padding: 1.6rem 1.5rem; border-radius: 1.4rem; box-shadow: 0 16px 40px rgba(0,0,0,0.18); }
.desk-hero-storefront { display: flex; align-items: flex-end; }
.desk-editorial-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: flex-end; margin-top: 1.4rem; }
.desk-porch-photo { margin-top: 2rem; }
.desk-list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1rem; }
.desk-product-grid { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
.desk-product { overflow: hidden; border: 1px solid var(--desk-border); border-radius: 1.25rem; background: var(--desk-paper); }
.desk-product-copy { padding: 1rem 1.15rem 1.2rem; }
.desk-product-price { margin: 0.35rem 0 0; font-size: 1.05rem; font-weight: 700; }
.desk-product .desk-btn { margin-top: 0.85rem; }
.desk-pay-form { display: inline-block; margin: 0; }
.desk-pay-form .desk-btn { margin-top: 1.4rem; border: 0; cursor: pointer; font: inherit; }
.desk-shop-note { margin-top: 1.1rem; }
.desk-map-shell { margin-top: 1.4rem; overflow: hidden; border-radius: 1.25rem; min-height: 18rem; background: var(--desk-card); border: 1px solid var(--desk-border); }
.desk-map-frame { display: block; width: 100%; min-height: 18rem; border: 0; }
.desk-map-placeholder { display: grid; place-items: center; min-height: 18rem; margin: 0; padding: 1.5rem; text-align: center; }
.desk-map-address { margin: 0.85rem 0 0; font-weight: 650; }
.desk-hours-board { margin: 1.4rem 0 0; }
.desk-hours-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; border-top: 1px solid var(--desk-border); }
.desk-hours-row dt { font-weight: 650; }
.desk-hours-row dd { margin: 0; color: var(--desk-muted); text-align: right; }
.desk-compare { position: relative; margin-top: 1.4rem; overflow: hidden; border-radius: 1.25rem; background: var(--desk-card); border: 1px solid var(--desk-border); }
.desk-compare-after, .desk-compare-before-img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.desk-compare-before { position: absolute; inset: 0 auto 0 0; width: 50%; overflow: hidden; }
.desk-compare-before-img { display: block; height: 100%; width: 100%; max-width: none; object-fit: cover; }
.desk-compare input[type="range"] { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.desk-compare-rule { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 2; width: 2px; background: #fff; pointer-events: none; }
.desk-compare-label { position: absolute; bottom: 0.8rem; z-index: 2; padding: 0.2rem 0.65rem; border-radius: 999px; background: rgba(0,0,0,0.55); color: #fff; font-size: 0.75rem; font-weight: 650; pointer-events: none; }
.desk-compare-label-before { left: 0.8rem; }
.desk-compare-label-after { right: 0.8rem; }
.desk-compare-static { margin-top: 1.4rem; display: grid; gap: 0.8rem; }
@media (min-width: 800px) { .desk-compare-static { grid-template-columns: 1fr 1fr; } }
.desk-compare-static figcaption { margin: 0.4rem 0 0; font-size: 0.85rem; font-weight: 650; }
.desk-trust, .desk-towns { list-style: none; margin: 1.4rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.55rem; }
.desk-chip { display: inline-flex; flex-direction: column; gap: 0.15rem; min-width: 7.5rem; padding: 0.7rem 0.95rem; border-radius: 1.1rem; background: var(--desk-card); border: 1px solid var(--desk-border); }
.desk-chip strong { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--desk-muted); font-weight: 650; }
.desk-chip span { font-weight: 650; }
.desk-towns .desk-chip { min-width: 0; flex-direction: row; align-items: center; border-radius: 999px; font-weight: 650; }
.desk-team { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 800px) { .desk-team { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.desk-team figure { margin: 0; overflow: hidden; border-radius: 1.25rem; background: var(--desk-card); border: 1px solid var(--desk-border); }
.desk-team-photo, .desk-team .desk-photo-empty { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--desk-card); }
.desk-team figcaption { padding: 0.85rem 1rem 1.05rem; }
.desk-team strong { display: block; }
.desk-team em { display: block; margin-top: 0.2rem; font-style: normal; color: var(--desk-muted); font-size: 0.9rem; }
.desk-notice { padding: 0.7rem 1.25rem; text-align: center; font-size: 0.92rem; font-weight: 650; background: var(--desk-brand); color: #fff; }
.desk-callbar { display: none; }
@media (max-width: 799px) {
  .desk-has-callbar { padding-bottom: 4.6rem; }
  .desk-callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 4; display: flex; background: var(--desk-brand); }
  .desk-callbar a, .desk-callbar span { flex: 1; padding: 0.9rem 0.4rem; text-align: center; color: #fff; text-decoration: none; font-size: 0.92rem; font-weight: 650; border-left: 1px solid rgba(255,255,255,0.18); }
  .desk-callbar a:first-child, .desk-callbar span:first-child { border-left: 0; }
}
@media (min-width: 800px) {
  .desk-list-2 { grid-template-columns: 1fr 1fr; }
  .desk-list-3 { grid-template-columns: 1fr 1fr 1fr; }
  .desk-product-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.desk-card, .desk-quote { border-radius: 1rem; padding: 1.3rem 1.4rem; }
.desk-job { display: flex; gap: 1rem; padding: 1rem 0.2rem; }
.desk-num { display: grid; place-items: center; width: 2rem; height: 2rem; color: #fff; font-size: 0.75rem; font-weight: 800; flex: 0 0 auto; }
.desk-card-title { margin: 0; font-size: 1.1rem; font-weight: 650; }
.desk-quote-text { margin: 0; font-size: 1.25rem; line-height: 1.55; }
.desk-quote-name { margin: 0.8rem 0 0; font-size: 0.9rem; font-weight: 650; }
.desk-example { display: inline-block; margin-top: 0.5rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.65; }
.desk-gallery { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 0.7rem; }
@media (min-width: 800px) {
  .desk-gallery-2 { grid-template-columns: 1fr 1fr; }
  .desk-gallery-3 { grid-template-columns: 1fr 1fr 1fr; }
  .desk-gallery-mosaic { grid-template-columns: repeat(4, 1fr); }
  .desk-mosaic-lead { grid-column: span 2; grid-row: span 2; }
}
.desk-faq { padding: 1.1rem 0; border-top: 1px solid var(--desk-border); }
.desk-faq dt { font-size: 1.05rem; font-weight: 650; }
.desk-faq dd { margin: 0.4rem 0 0; }
.desk-facts { display: grid; gap: 0.8rem; margin-top: 1.6rem; }
.desk-facts dt { font-weight: 650; }
.desk-facts dd { margin: 0.2rem 0 0; }
.desk-hours { margin-top: 1.2rem; font-size: 1.05rem; }
.desk-planner { display: grid; gap: 1.4rem; margin-top: 1.6rem; }
@media (min-width: 800px) { .desk-planner { grid-template-columns: 1fr 1fr; align-items: start; } }
.desk-planner-fields { display: grid; gap: 0.9rem; }
.desk-planner-fields label { display: grid; gap: 0.35rem; font-size: 0.85rem; font-weight: 650; }
.desk-planner-fields input {
  width: 100%; padding: 0.7rem 0.8rem; border: 1px solid var(--desk-border); border-radius: 0.75rem; font: inherit;
  background: #fff; color: var(--desk-ink);
}
.desk-planner-result { border-radius: 1rem; padding: 1.4rem 1.5rem; }
.desk-planner-time { margin: 0.6rem 0 0; font-family: var(--desk-heading); font-size: clamp(2.4rem, 6vw, 3.6rem); line-height: 1; }
.desk-lead-form { display: grid; gap: 0.85rem; }
.desk-lead-form label { display: grid; gap: 0.35rem; font-size: 0.85rem; font-weight: 650; }
.desk-lead-form input, .desk-lead-form textarea {
  width: 100%; padding: 0.7rem 0.8rem; border: 1px solid var(--desk-border); border-radius: 0.75rem; font: inherit;
  background: #fff; color: var(--desk-ink);
}
.desk-consent { display: flex !important; align-items: flex-start; gap: 0.55rem; font-weight: 500 !important; }
.desk-consent input { width: auto; margin-top: 0.2rem; }
.desk-honeypot { position: absolute; left: -9999px; opacity: 0; }
.desk-lead-form button {
  display: inline-flex; justify-content: center; margin-top: 0.2rem; padding: 0.7rem 1.2rem; border: 0;
  border-radius: 999px; background: var(--desk-brand); color: #fff; font-size: 0.9rem; font-weight: 650; cursor: pointer;
}
.form-status { min-height: 1.2rem; margin: 0; color: var(--desk-muted); }
.form-status.success { color: #147d68; }
.form-status.error { color: #b42318; }
.desk-cta { padding: 3.2rem 1.25rem; color: #fff; }
.desk-cta-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.4rem; align-items: center; }
.desk-footer { padding: 2.8rem 1.25rem; background: var(--desk-footer); color: var(--desk-footer-text); }
.desk-footer-grid { margin: 0 auto; max-width: 64rem; display: grid; gap: 1.6rem; }
@media (min-width: 800px) { .desk-footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
.desk-footer p { margin: 0.4rem 0 0; opacity: 0.8; }
