:root {
  --ink: #10211d;
  --muted: #66766f;
  --line: #dde8e3;
  --soft: #f4faf7;
  --paper: #ffffff;
  --cream: #fbf7ef;
  --teal: #0f766e;
  --teal-dark: #075f59;
  --blue: #1f6fb2;
  --gold: #c18b3f;
  --shadow: 0 24px 70px rgba(16, 33, 29, .12);
  --shadow-soft: 0 12px 34px rgba(16, 33, 29, .08);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
canvas {
  max-width: 100%;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.find-topbar {
  position: fixed;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .34));
  border-bottom: 0;
  backdrop-filter: blur(14px);
}

.dark-cta {
  border-color: #111817;
  background: #111817;
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 24, 23, .2);
}

.dark-cta:hover {
  border-color: #000;
  background: #000;
  box-shadow: 0 20px 42px rgba(17, 24, 23, .28);
}

.topbar .shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
}

.brand-logo img {
  display: block;
  width: 174px;
  height: 48px;
  object-fit: contain;
}

.brand-logo .brand-badge-img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 10px 26px rgba(16, 33, 29, .1);
}

.brand-logo .brand-logo-full,
.brand-logo-full {
  display: block;
  width: auto;
  height: 86px;
  max-width: 300px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 10px 26px rgba(16, 33, 29, .1);
}

.brand-logo .brand-emblem-img,
.brand-emblem-img {
  display: block;
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 10px 26px rgba(16, 33, 29, .1);
}

.header-domain-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  color: #111827;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.ch-suffix {
  color: #16A34A;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #4d5f58;
  font-size: 14px;
  font-weight: 750;
}

.nav a:not(.button) {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}

.nav a:not(.button):hover {
  color: var(--teal);
  border-color: rgba(15, 118, 110, .38);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--teal);
  border-radius: 8px;
  padding: 12px 18px;
  background: var(--teal);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--teal-dark);
  box-shadow: 0 18px 34px rgba(15, 118, 110, .22);
}

.button.secondary {
  background: #fff;
  color: var(--teal);
  box-shadow: none;
}

.button.secondary:hover {
  background: #f1faf7;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 58px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 12%, rgba(15, 118, 110, .08), transparent 34%),
    linear-gradient(180deg, #fbf7ef 0%, #ffffff 64%);
}

.find-hero {
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 136px 0 78px;
  border-bottom: 0;
  background: #dbeef7;
  isolation: isolate;
}

.find-hero::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(240, 249, 255, .72) 0%, rgba(255, 255, 255, .3) 44%, rgba(255, 255, 255, .9) 100%),
    radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, .78) 0%, rgba(255, 255, 255, .48) 26%, transparent 56%);
  background-size: auto;
  mask-image: none;
}

.find-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  animation: none;
}

.find-video {
  display: block;
  animation: none !important;
  filter: saturate(1.04) contrast(1.03);
  object-position: center bottom;
  pointer-events: none;
  transform: none;
  backface-visibility: hidden;
}

.find-content {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  max-width: 1040px;
  text-align: center;
}

.find-content .eyebrow {
  color: #10211d;
  text-shadow: 0 1px 28px rgba(255, 255, 255, .9);
  animation: findHeroReveal .95s cubic-bezier(.16, 1, .3, 1) both;
}

.find-content h1 {
  max-width: 1160px;
  color: #020807;
  font-size: clamp(58px, 8vw, 126px);
  letter-spacing: -0.02em;
  text-shadow:
    0 18px 38px rgba(255, 255, 255, .4),
    0 22px 48px rgba(0, 0, 0, .18);
  animation: findTitleReveal 1.05s cubic-bezier(.16, 1, .3, 1) .08s both;
}

.find-content .lead {
  max-width: 760px;
  color: rgba(12, 23, 21, .84);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 760;
  text-shadow: 0 1px 22px rgba(255, 255, 255, .9);
  animation: findHeroReveal .95s cubic-bezier(.16, 1, .3, 1) .22s both;
}

.find-search {
  margin-top: 30px;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 22px 60px rgba(16, 33, 29, .18);
  backdrop-filter: blur(18px);
  animation: findSearchReveal .95s cubic-bezier(.16, 1, .3, 1) .36s both;
}

.find-search input,
.find-search select {
  background: rgba(255, 255, 255, .68);
}

.find-trust {
  justify-content: center;
}

.find-trust span {
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(12px);
}

.find-trust {
  animation: findHeroReveal .95s cubic-bezier(.16, 1, .3, 1) .48s both;
}

.find-cloud {
  position: absolute;
  z-index: 2;
  display: none;
  pointer-events: none;
  filter: blur(18px);
  opacity: .78;
  mix-blend-mode: screen;
}

.cloud-a {
  left: 0;
  right: 34%;
  bottom: 1%;
  height: 180px;
  background:
    radial-gradient(ellipse at 15% 70%, rgba(255, 255, 255, .9), transparent 54%),
    radial-gradient(ellipse at 48% 64%, rgba(255, 255, 255, .82), transparent 50%),
    radial-gradient(ellipse at 80% 78%, rgba(255, 255, 255, .72), transparent 48%);
  animation: cloudFloatA 14s ease-in-out infinite alternate;
}

.cloud-b {
  left: 50%;
  right: 0;
  bottom: 3%;
  height: 150px;
  background:
    radial-gradient(ellipse at 20% 68%, rgba(255, 255, 255, .78), transparent 52%),
    radial-gradient(ellipse at 62% 72%, rgba(255, 255, 255, .8), transparent 50%);
  animation: cloudFloatB 16s ease-in-out infinite alternate;
}

@keyframes findPhotoDrift {
  from { filter: saturate(1.02) contrast(1.02); object-position: 50% 100%; }
  to { filter: saturate(1.08) contrast(1.05); object-position: 54% 100%; }
}

@keyframes cloudFloatA {
  from { transform: translate3d(0, 8px, 0) scale(1); opacity: .6; }
  to { transform: translate3d(0, -8px, 0) scale(1.03); opacity: .86; }
}

@keyframes cloudFloatB {
  from { transform: translate3d(0, 10px, 0) scale(1); opacity: .58; }
  to { transform: translate3d(0, -6px, 0) scale(1.02); opacity: .82; }
}

@keyframes findTitleReveal {
  from {
    opacity: 0;
    filter: blur(18px);
    transform: translate3d(0, 42px, 0) scale(.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes findHeroReveal {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes findSearchReveal {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(0, 28px, 0) scale(.96);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 33, 29, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 33, 29, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, #000, transparent 76%);
}

.hero > .shell {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 42px;
  align-items: center;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1.06;
}

h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.6vw, 72px);
  font-weight: 850;
}

h2 {
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 830;
}

h3 {
  font-size: 22px;
  font-weight: 820;
}

.lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-search {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) auto;
  gap: 10px;
  width: min(100%, 760px);
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  box-shadow: var(--shadow-soft);
}

.hero-search label {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.hero-search input,
.hero-search select {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #f4faf7;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  padding: 10px 12px;
}

.hero-search input:focus,
.hero-search select:focus {
  outline: 3px solid rgba(31, 111, 178, .18);
}

.trust-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-mini span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.property-visual {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(16, 33, 29, .12);
  border-radius: 18px;
  background: #e8f3ef;
  box-shadow: var(--shadow);
}

.property-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.property-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(16, 33, 29, .58) 100%),
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .34), transparent 28%);
  pointer-events: none;
}

.visual-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  padding: 18px;
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(16, 33, 29, .18);
  backdrop-filter: blur(12px);
}

.visual-card small {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.visual-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.04;
}

.visual-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 750;
}

.visual-tags,
.value-band,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.visual-tags span,
.value-pill,
.hero-stats div {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 13px 15px;
  box-shadow: 0 8px 22px rgba(16, 33, 29, .06);
}

.value-pill strong,
.hero-stats strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}

.value-pill span,
.hero-stats span,
.visual-tags span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
}

.hero-stats div {
  min-width: 150px;
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: var(--soft);
}

.section.cream {
  background: var(--cream);
}

.section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-head.split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  gap: 30px;
  align-items: end;
}

.section-head p,
.section-head.split > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.cards,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card,
.feature-card,
.insight-strip article,
.hub-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.card {
  min-height: 220px;
}

.card small,
.feature-card small,
.insight-strip small,
.canton-card span,
.process-line span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.card h3,
.feature-card h3 {
  margin-top: 16px;
}

.card p,
.feature-card p,
.hub-card span,
.insight-strip span {
  color: var(--muted);
}

.estimate-panel {
  position: relative;
  border: 1px solid rgba(15, 118, 110, .22);
  border-radius: 16px;
  background: #fff;
  padding: 26px;
  box-shadow: var(--shadow);
}

.estimate-panel h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.panel-copy {
  margin: 0 0 18px;
  color: var(--muted);
}

.estimate-form,
.field {
  display: grid;
  gap: 12px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field {
  gap: 6px;
}

.field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 11px 12px;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(15, 118, 110, .16);
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.data-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: var(--shadow-soft);
}

.data-table th,
.data-table td {
  border-bottom: 1px solid var(--line);
  padding: 16px;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.canton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.canton-card {
  display: grid;
  min-height: 136px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(16, 33, 29, .06);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.canton-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, .38);
  box-shadow: 0 18px 38px rgba(16, 33, 29, .1);
}

.canton-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.18;
}

.canton-card em {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.insight-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 16px;
}

.insight-strip strong {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.15;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.process-line div {
  min-height: 128px;
  border-right: 1px solid var(--line);
  padding: 22px;
}

.process-line div:last-child {
  border-right: 0;
}

.process-line strong {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.2;
}

.hub-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  color: var(--muted);
  background: #fff;
  font-size: 14px;
}

.motion-canvas {
  display: none;
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .52s ease, transform .52s ease;
  transition-delay: var(--motion-delay, 0ms);
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(31, 111, 178, .28);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .motion-ready .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .find-bg,
  .find-cloud,
  .find-content .eyebrow,
  .find-content h1,
  .find-content .lead,
  .find-search,
  .find-trust {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .topbar .shell,
  .hero-grid {
    display: block;
  }

  .nav {
    flex-wrap: wrap;
    margin: 12px 0 16px;
  }

  .property-visual,
  .estimate-panel {
    margin-top: 32px;
  }

  .find-topbar {
    position: absolute;
  }

  .find-hero {
    min-height: auto;
    padding-top: 170px;
  }

  .find-content h1 {
    font-size: clamp(48px, 12vw, 82px);
  }

  .hero-search,
  .cards,
  .feature-grid,
  .form-grid,
  .section-head.split,
  .insight-strip,
  .process-line,
  .hub-list {
    grid-template-columns: 1fr;
  }

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

  .process-line div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-line div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .topbar {
    position: relative;
  }

  .hero {
    padding: 44px 0 46px;
  }

  h1 {
    font-size: 38px;
  }

  .find-hero {
    padding: 154px 0 58px;
  }

  .find-bg {
    object-position: 62% bottom;
  }

  .find-content h1 {
    font-size: 48px;
  }

  .find-content .lead {
    font-size: 18px;
  }

  .find-cloud {
    filter: blur(12px);
  }

  .button,
  .hero-search .button {
    width: 100%;
  }

  .brand-logo img {
    width: 154px;
  }

  .brand-wordmark {
    font-size: 16px;
  }

  .property-visual {
    min-height: 380px;
    border-radius: 14px;
  }

  .visual-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

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

/* Header logo validation pass - 2026-06-26 */
.find-topbar .shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(12px, 2vw, 32px);
}

.find-topbar .brand-logo-full {
  height: 118px;
  max-width: 270px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.find-topbar .brand-emblem-img {
  width: 118px;
  height: 118px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.find-topbar .brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.find-topbar .header-domain-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  color: #111827;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.find-topbar .header-domain-wordmark .ch-suffix {
  color: #16A34A;
}

.find-topbar .nav {
  margin-left: auto;
}

.find-hero {
  padding-top: 190px;
}

@media (max-width: 980px) {
  .find-topbar .shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .find-topbar .brand-logo-full {
    height: 94px;
    max-width: 220px;
  }

  .find-topbar .brand-emblem-img {
    width: 94px;
    height: 94px;
  }

  .find-topbar .header-domain-wordmark {
    font-size: 24px;
  }

  .find-hero {
    padding-top: 180px;
  }
}

@media (max-width: 560px) {
  .find-topbar .shell {
    width: 100%;
    padding-inline: 12px;
  }

  .find-topbar .brand-logo-full {
    height: 78px;
    max-width: 190px;
  }

  .find-topbar .brand-emblem-img {
    width: 78px;
    height: 78px;
  }

  .find-topbar .header-domain-wordmark {
    font-size: 18px;
  }

  .find-topbar .nav {
    display: none;
  }

  .find-hero {
    padding-top: 140px;
  }
}
