:root {
  --ct-ground: #071B2E;
  --ct-text: #F3E7CF;
  --ct-muted: #AEB9B2;
  --ct-line: #6E7F89;
  --ct-accent: #B8893F;
  --ct-paper: #F3E7CF;
  --ct-ink: #071B2E;
  --ct-paper-muted: #5B665F;
  --ct-max: 1180px;
  --ct-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --ct-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ct-ground);
  color: var(--ct-text);
  font-family: var(--ct-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(110, 127, 137, 0.11) 1px, transparent 1px) 0 0 / 7.5rem 7.5rem,
    var(--ct-ground);
  color: var(--ct-text);
}

body,
button,
input,
textarea {
  font-family: var(--ct-body);
}

a {
  color: inherit;
  text-decoration-color: rgba(184, 137, 63, 0.75);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  overflow-wrap: anywhere;
}

a:hover {
  color: #fff8e8;
  text-decoration-color: var(--ct-accent);
}

img,
svg {
  max-width: 100%;
}

svg {
  width: 100%;
  height: auto;
  display: block;
}

p,
li,
dd,
td {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.04;
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--ct-display);
}

h2 {
  font-size: clamp(2.15rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
  max-width: 12.5ch;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: -0.012em;
}

p {
  margin: 0;
}

.ct-skip {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-140%);
  padding: 0.65rem 0.9rem;
  background: var(--ct-paper);
  color: var(--ct-ink);
  border: 1px solid var(--ct-accent);
}

.ct-skip:focus {
  transform: translateY(0);
}

.ct-site-head {
  width: min(var(--ct-max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.15rem 0 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(110, 127, 137, 0.42);
}

.ct-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  text-decoration: none;
  min-width: 0;
}

.ct-brand-mark {
  width: clamp(2.25rem, 6vw, 3.2rem);
  color: var(--ct-text);
  flex: 0 0 auto;
}

.ct-brand-name {
  display: block;
  font-family: var(--ct-display);
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ct-brand-sub {
  display: block;
  margin-top: 0.18rem;
  color: var(--ct-muted);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ct-nav,
.ct-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem 1.05rem;
}

.ct-nav a,
.ct-footer-nav a {
  position: relative;
  color: var(--ct-muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.ct-nav a::after,
.ct-footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.35rem;
  height: 1px;
  background: var(--ct-accent);
  transition: right 180ms ease;
}

.ct-nav a:hover,
.ct-nav a[aria-current="page"],
.ct-footer-nav a:hover {
  color: var(--ct-text);
  transform: translateX(0.18rem);
}

.ct-nav a:hover::after,
.ct-nav a[aria-current="page"]::after,
.ct-footer-nav a:hover::after {
  right: 0;
}

.ct-hero {
  position: relative;
  width: min(var(--ct-max), calc(100% - 2rem));
  margin: 0 auto;
  min-height: clamp(38rem, 78vh, 54rem);
  display: grid;
  place-items: center;
  isolation: isolate;
  text-align: center;
  padding: clamp(4.5rem, 10vw, 8.5rem) 0 clamp(5rem, 11vw, 9rem);
}

.ct-hero-home {
  overflow: hidden;
}

.ct-hero-visual {
  position: absolute;
  inset: 2rem 8% auto;
  margin: auto;
  width: min(44rem, 88vw);
  color: rgba(243, 231, 207, 0.105);
  z-index: -1;
  animation: ct-drift 18s ease-in-out infinite alternate;
}

.ct-hero-copy {
  max-width: 58rem;
  margin: 0 auto;
}

.ct-display {
  font-size: clamp(3.2rem, 10vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.071em;
  line-height: 0.91;
}

.ct-kicker {
  margin-bottom: 0.8rem;
  color: var(--ct-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ct-hero-sub,
.ct-page-hero > p,
.ct-cta > p {
  max-width: 70ch;
  margin: 1.45rem auto 0;
  color: var(--ct-muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.ct-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.35rem;
}

.ct-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.84rem 1.08rem 0.88rem;
  border: 1px solid var(--ct-accent);
  color: var(--ct-text);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ct-button:hover {
  color: #fff8e8;
  border-color: #d3a85f;
  transform: translateX(0.22rem);
}

.ct-text-link,
.ct-card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--ct-text);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.ct-text-link::after,
.ct-card-link::after {
  content: "→";
  margin-left: 0.5rem;
  color: var(--ct-accent);
  transition: transform 180ms ease, color 180ms ease;
}

.ct-text-link:hover,
.ct-card-link:hover {
  color: #fff8e8;
  transform: translateX(0.2rem);
}

.ct-text-link:hover::after,
.ct-card-link:hover::after {
  color: #d3a85f;
  transform: translateX(0.2rem);
}

.ct-section {
  width: min(var(--ct-max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.ct-tight-top {
  padding-top: clamp(2rem, 4vw, 3.5rem);
}

.ct-section-head {
  max-width: 55rem;
  margin-bottom: clamp(2rem, 4vw, 3.35rem);
}

.ct-section-head p:not(.ct-kicker),
.ct-section-head-narrow p:not(.ct-kicker) {
  max-width: 68ch;
  margin-top: 1.15rem;
  color: var(--ct-muted);
}

.ct-service-grid,
.ct-fact-grid,
.ct-process-grid,
.ct-range-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1px;
  background: rgba(110, 127, 137, 0.6);
  border: 1px solid rgba(110, 127, 137, 0.55);
}

.ct-service,
.ct-fact,
.ct-process,
.ct-range-card {
  min-width: 0;
  background: var(--ct-ground);
}

.ct-service {
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.6vw, 2.15rem);
  min-height: 33rem;
}

.ct-service-mark,
.ct-process span {
  margin-bottom: 2.2rem;
  color: var(--ct-accent);
  font-family: var(--ct-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 0.8;
}

.ct-service p {
  margin-top: 1rem;
  max-width: 66ch;
  color: var(--ct-muted);
}

.ct-lined-list {
  list-style: none;
  padding: 0;
  margin: 1.45rem 0 1.65rem;
  border-top: 1px solid rgba(110, 127, 137, 0.48);
}

.ct-lined-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(110, 127, 137, 0.36);
  color: var(--ct-muted);
  transition: color 180ms ease, transform 180ms ease;
}

.ct-lined-list li:hover {
  color: var(--ct-text);
  transform: translateX(0.24rem);
}

.ct-lined-list strong {
  color: var(--ct-text);
  font-weight: 600;
  text-align: right;
}

.ct-card-link {
  margin-top: auto;
}

.ct-seasonal {
  padding-top: clamp(3rem, 7vw, 6rem);
}

.ct-rule {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0 0;
  background: var(--ct-accent);
}

.ct-board {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 1px;
  background: rgba(110, 127, 137, 0.5);
  border-bottom: 1px solid rgba(110, 127, 137, 0.5);
}

.ct-board article {
  min-width: 0;
  padding: clamp(1.25rem, 2.4vw, 2rem) 0;
  background: var(--ct-ground);
}

.ct-board article + article {
  padding-left: clamp(1.2rem, 2.4vw, 2rem);
}

.ct-board-month,
.ct-range-type {
  margin-bottom: 0.75rem;
  color: var(--ct-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ct-board p:last-child {
  margin-top: 0.8rem;
  color: var(--ct-muted);
}

.ct-owner-grid {
  display: grid;
  grid-template-columns: minmax(5rem, 12rem) minmax(0, 47rem);
  gap: clamp(1.5rem, 6vw, 5rem);
  align-items: start;
}

.ct-owner-grid-wide {
  grid-template-columns: minmax(5rem, 13rem) minmax(0, 54rem);
}

.ct-owner-mark {
  color: rgba(184, 137, 63, 0.82);
}

.ct-long-note {
  margin-top: 1.15rem;
  color: var(--ct-text);
  font-family: var(--ct-display);
  font-size: clamp(1.35rem, 2.7vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.ct-owner .ct-text-link {
  margin-top: 1.6rem;
}

.ct-footer {
  width: min(var(--ct-max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid rgba(110, 127, 137, 0.48);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
}

.ct-footer .ct-kicker {
  margin-bottom: 0.28rem;
}

.ct-footer a {
  font-weight: 600;
}

.ct-page-hero {
  width: min(62rem, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 38rem;
  display: grid;
  place-content: center;
  text-align: center;
  padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6rem);
}

.ct-page-hero .ct-display {
  font-size: clamp(3rem, 8vw, 6.1rem);
}

.ct-email-line {
  font-weight: 600;
}

.ct-big-email {
  font-family: var(--ct-display);
  font-size: clamp(1.7rem, 5vw, 3.7rem);
  letter-spacing: -0.04em;
}

.ct-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(110, 127, 137, 0.55);
}

.ct-table {
  width: 100%;
  min-width: 52rem;
  border-collapse: collapse;
  background: var(--ct-ground);
}

.ct-table caption {
  padding: 0.8rem 1rem;
  color: var(--ct-muted);
  text-align: left;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(110, 127, 137, 0.45);
}

.ct-table th,
.ct-table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(110, 127, 137, 0.33);
}

.ct-table th {
  color: var(--ct-text);
  font-weight: 600;
}

.ct-table td {
  color: var(--ct-muted);
}

.ct-table thead th {
  color: var(--ct-accent);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ct-table tbody tr {
  transition: color 180ms ease, transform 180ms ease;
}

.ct-table tbody tr:hover {
  transform: translateX(0.18rem);
}

.ct-fact-grid {
  margin-top: 2rem;
}

.ct-fact,
.ct-process {
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.ct-fact h3,
.ct-process h3 {
  margin-bottom: 0.8rem;
}

.ct-fact p:not(.ct-kicker),
.ct-process p {
  color: var(--ct-muted);
}

.ct-two-col,
.ct-story-grid,
.ct-contact-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.ct-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ct-two-col > div {
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(184, 137, 63, 0.75);
}

.ct-two-col p,
.ct-copy-stack p,
.ct-contact-grid p {
  max-width: 72ch;
  margin-top: 1rem;
  color: var(--ct-muted);
}

.ct-two-col h3 {
  margin-bottom: 0.9rem;
}

.ct-paper {
  width: 100%;
  max-width: none;
  padding-left: max(1rem, calc((100% - var(--ct-max)) / 2));
  padding-right: max(1rem, calc((100% - var(--ct-max)) / 2));
  background: var(--ct-paper);
  color: var(--ct-ink);
}

.ct-paper .ct-kicker,
.ct-paper .ct-board-month,
.ct-paper .ct-range-type {
  color: #8b642b;
}

.ct-paper p,
.ct-paper li,
.ct-paper .ct-copy-stack p,
.ct-paper .ct-process p,
.ct-paper .ct-contact-grid p {
  color: var(--ct-paper-muted);
}

.ct-paper h2,
.ct-paper h3 {
  color: var(--ct-ink);
}

.ct-paper .ct-process-grid {
  background: rgba(7, 27, 46, 0.25);
  border-color: rgba(7, 27, 46, 0.28);
}

.ct-paper .ct-process {
  background: var(--ct-paper);
}

.ct-refusal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 58rem;
  border-top: 1px solid rgba(7, 27, 46, 0.34);
}

.ct-refusal-list li {
  position: relative;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px solid rgba(7, 27, 46, 0.22);
  font-weight: 500;
  transition: color 180ms ease, transform 180ms ease;
}

.ct-refusal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.55rem;
  width: 0.7rem;
  height: 1px;
  background: #8b642b;
  transition: background-color 180ms ease, width 180ms ease;
}

.ct-refusal-list li:hover {
  color: var(--ct-ink);
  transform: translateX(0.28rem);
}

.ct-refusal-list li:hover::before {
  width: 1rem;
  background: var(--ct-ink);
}

.ct-cta {
  width: min(58rem, calc(100% - 2rem));
  margin: clamp(3rem, 7vw, 6rem) auto;
  padding: clamp(2rem, 5vw, 3.4rem) 0;
  text-align: center;
  border-top: 1px solid rgba(184, 137, 63, 0.78);
  border-bottom: 1px solid rgba(184, 137, 63, 0.78);
}

.ct-cta h2 {
  max-width: none;
  margin: 0 auto;
}

.ct-cta .ct-button {
  margin-top: 1.8rem;
}

.ct-range-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.ct-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.ct-tab {
  appearance: none;
  padding: 0.62rem 0.76rem;
  border: 1px solid rgba(110, 127, 137, 0.55);
  border-radius: 0;
  background: transparent;
  color: var(--ct-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ct-tab:hover,
.ct-tab.is-active {
  color: var(--ct-text);
  border-color: var(--ct-accent);
  transform: translateX(0.16rem);
}

.ct-range-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct-range-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  min-height: 31rem;
}

.ct-range-card h3 {
  margin-bottom: 1.3rem;
  font-family: var(--ct-display);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ct-range-card dl {
  margin: auto 0 1.2rem;
  border-top: 1px solid rgba(110, 127, 137, 0.4);
}

.ct-range-card div {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.58rem 0;
  border-bottom: 1px solid rgba(110, 127, 137, 0.28);
}

.ct-range-card dt {
  color: var(--ct-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ct-range-card dd {
  margin: 0;
  color: var(--ct-muted);
}

.ct-range-card p:last-child {
  color: var(--ct-muted);
}

.ct-range-card.is-filtered-out {
  display: none;
}

.ct-batch-strip {
  width: 100%;
  overflow: hidden;
  padding: 1rem max(1rem, calc((100% - var(--ct-max)) / 2));
  border-top: 1px solid rgba(184, 137, 63, 0.75);
  border-bottom: 1px solid rgba(184, 137, 63, 0.75);
  display: flex;
  gap: 1.2rem;
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-style: italic;
  white-space: nowrap;
}

.ct-batch-strip p {
  flex: 0 0 auto;
  color: var(--ct-accent);
  font-family: var(--ct-body);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ct-batch-strip span {
  flex: 0 0 auto;
}

.ct-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ct-copy-stack {
  min-width: 0;
}

.ct-hours-card {
  min-width: 0;
  border-top: 1px solid var(--ct-accent);
  padding-top: 1.1rem;
}

.ct-hours {
  margin: 0;
}

.ct-hours div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.45fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(110, 127, 137, 0.36);
}

.ct-hours dt {
  color: var(--ct-text);
  font-weight: 600;
}

.ct-hours dd {
  margin: 0;
  color: var(--ct-muted);
}

.ct-masked {
  display: inline-block;
}

.ct-wipe-pending {
  clip-path: inset(0 100% 0 0);
}

.ct-wipe-run {
  animation: ct-wipe 1050ms cubic-bezier(0.65, 0, 0.18, 1) forwards;
}

.ct-reveal-pending {
  opacity: 1;
  transform: translateY(1.1rem);
}

.ct-reveal-ready {
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-reveal-shown {
  opacity: 1;
  transform: translateY(0);
}

.ct-ledger {
  color: currentColor;
}

.ct-ledger-separator {
  width: min(var(--ct-max), calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: rgba(184, 137, 63, 0.58);
}

.ct-ledger-separator svg {
  width: clamp(2.2rem, 5vw, 3.4rem);
}

.ct-spoon {
  color: var(--ct-accent);
}

@keyframes ct-wipe {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes ct-drift {
  from {
    transform: translate3d(-1.2rem, 0.5rem, 0) scale(1.02) rotate(-1deg);
  }
  to {
    transform: translate3d(1rem, -0.8rem, 0) scale(1.07) rotate(1deg);
  }
}

@media (max-width: 980px) {
  .ct-service-grid,
  .ct-fact-grid,
  .ct-range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-board,
  .ct-two-col,
  .ct-story-grid,
  .ct-contact-grid {
    grid-template-columns: 1fr;
  }

  .ct-board article + article {
    padding-left: 0;
  }

  .ct-range-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .ct-tabs {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  body {
    background: var(--ct-ground);
  }

  .ct-site-head {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.9rem;
  }

  .ct-nav {
    justify-content: flex-start;
  }

  .ct-brand-mark {
    width: 2.4rem;
  }

  .ct-hero {
    min-height: 35rem;
    text-align: left;
    place-items: end start;
  }

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

  .ct-page-hero {
    min-height: 30rem;
    text-align: left;
    place-content: center start;
  }

  .ct-page-hero > p,
  .ct-hero-sub,
  .ct-cta > p {
    margin-left: 0;
    margin-right: 0;
  }

  .ct-display {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .ct-service-grid,
  .ct-fact-grid,
  .ct-range-grid,
  .ct-process-grid {
    grid-template-columns: 1fr;
  }

  .ct-service,
  .ct-range-card {
    min-height: auto;
  }

  .ct-lined-list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .ct-lined-list strong {
    text-align: left;
  }

  .ct-owner-grid,
  .ct-owner-grid-wide {
    grid-template-columns: 1fr;
  }

  .ct-owner-mark {
    max-width: 8rem;
  }

  .ct-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ct-footer-nav {
    justify-content: flex-start;
  }

  .ct-cta {
    text-align: left;
  }

  .ct-hours div,
  .ct-range-card div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .ct-batch-strip {
    white-space: normal;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .ct-site-head,
  .ct-hero,
  .ct-section,
  .ct-page-hero,
  .ct-cta,
  .ct-footer {
    width: min(100% - 1.25rem, var(--ct-max));
  }

  .ct-paper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .ct-nav,
  .ct-footer-nav {
    gap: 0.55rem 0.8rem;
  }

  .ct-nav a,
  .ct-footer-nav a {
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .ct-reveal-pending,
  .ct-wipe-pending {
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}