/* Graphite / sunflower. A fresh site composition over the shared application layout. */
:root {
  --ink: #20211e;
  --navy: #20211e;
  --muted: #60615a;
  --cream: #f8f8f2;
  --paper: #fff;
  --surface: #efefe9;
  --line: #dcdcd3;
  --accent: #746000;
  --accent-hover: #574800;
  --accent-soft: #fff6cf;
  --yellow: #f6ce49;
  --orange: var(--yellow);
  --blue: var(--accent);
  --brand-accent: #a5870c;
  --serif: var(--font-display), sans-serif;
}
body {
  background: var(--cream);
  font-size: 18px;
  font-weight: 450;
  color: var(--ink);
}
h1,
h2,
h3 {
  font-family: var(--font-display), sans-serif;
  font-weight: 650;
  letter-spacing: -0.035em;
}
h1,
h2 {
  line-height: 1.06;
}
h1 em,
h2 em {
  color: var(--accent);
  font-style: normal;
}
p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}
input,
select,
textarea,
button {
  font-family: var(--font-sans), sans-serif;
}
a,
button {
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #a38300;
  outline-offset: 5px;
}
.container {
  width: min(1280px, calc(100% - 112px));
}
.button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 25px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.2px;
  border: 1px solid transparent;
  box-shadow: none;
}
.button.small {
  min-height: 49px;
  padding: 12px 20px;
  font-size: 16px;
}
.button-yellow,
.button-orange {
  background: var(--yellow);
  color: var(--ink);
}
.button-yellow:hover,
.button-orange:hover {
  background: #fddd73;
  color: var(--ink);
  transform: translateY(-2px);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #41423b;
  color: #fff;
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: #919287;
}
.button-outline:hover {
  background: var(--surface);
  color: var(--ink);
}
.button-white {
  background: #fff;
  color: var(--ink);
}
.inline-link,
.text-link,
.motion-text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  min-height: 44px;
}
.inline-link:hover,
.text-link:hover {
  color: var(--accent);
}
/* Navigation has a separate, compact context inside the actual workspaces. */
.site-header {
  height: 94px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .nav-inner {
  height: 94px;
  gap: 28px;
}
.brand {
  gap: 10px;
}
.brand > span {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.7px;
}
.brand small {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}
.brand svg {
  width: 35px;
  height: 37px;
}
.brand-dot {
  color: var(--brand-accent);
}
.nav-links {
  gap: 28px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 550;
}
.nav-dropdown > button {
  font-size: 17px;
  font-weight: 550;
  gap: 7px;
  min-height: 44px;
}
.nav-actions {
  gap: 25px;
}
.portal-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  font-weight: 550;
}
.nav-links > a:hover,
.portal-link:hover {
  color: var(--accent);
}
.home-header {
  background: #20211e;
  border-color: #40413a;
  color: #fff;
  --brand-accent: var(--yellow);
}
.home-header .nav-links > a:hover,
.home-header .portal-link:hover {
  color: var(--yellow);
}
.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.mobile-login {
  display: none !important;
}
.dropdown-panel {
  width: 650px;
  left: -100px;
  padding: 25px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 6px;
  box-shadow: 0 20px 45px #0002;
  top: calc(100% + 18px);
}
.dropdown-heading {
  font-size: 15px;
  color: var(--muted);
  padding: 0 10px 18px;
  border-bottom: 1px solid var(--line);
}
.dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 14px;
  padding: 12px 0;
}
.dropdown-panel a {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dropdown-grid a > span {
  flex: 1;
}
.dropdown-panel a:hover {
  background: var(--accent-soft);
  color: var(--ink);
}
.dropdown-all {
  border-top: 1px solid var(--line);
  justify-content: space-between;
}
.workspace-header-label {
  font-size: 16px;
  font-weight: 550;
  border-left: 1px solid var(--line);
  padding-left: 28px;
  margin-right: auto;
}
.workspace-header-links {
  display: flex;
  gap: 26px;
  font-size: 16px;
  font-weight: 550;
}
.workspace-header-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}
/* The new masthead and a working launch selector. */
.launch-hero {
  background: #20211e;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 88px;
}
.launch-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-label {
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.hero-label > span {
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
}
.launch-hero h1 {
  font-size: clamp(70px, 7.4vw, 108px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 29px auto 24px;
  max-width: 1140px;
}
.launch-hero h1 > span {
  color: var(--yellow);
}
.launch-content > p {
  color: #d1d2c8;
  font-size: 21px;
  line-height: 1.65;
  font-weight: 450;
  max-width: 780px;
  margin: auto;
}
.launch-selector {
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  align-items: center;
  max-width: 990px;
  margin: 43px auto 0;
  padding: 15px;
  background: var(--cream);
  border-radius: 7px;
  color: var(--ink);
  box-shadow: 0 15px 50px #0002;
  text-align: left;
}
.launch-selector label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px 22px;
  border-right: 1px solid var(--line);
}
.launch-selector label > span {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}
.launch-selector select {
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  border: 0;
  min-height: 38px;
  padding: 0 30px 0 0;
  width: 100%;
  color: var(--ink);
  cursor: pointer;
}
.launch-selector .button {
  margin-left: 20px;
  min-height: 68px;
  padding: 20px 26px;
  font-size: 18px;
  gap: 28px;
}
.launch-notes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin: 21px 0 65px;
  font-size: 14px;
  color: #cdcec3;
}
.launch-notes > span,
.launch-notes > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.launch-notes svg {
  color: var(--yellow);
}
.launch-notes > a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #48493f;
  padding: 27px 0;
  font-size: 15px;
  color: #ddded5;
}
.hero-bottom > span,
.hero-bottom > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-bottom > a {
  color: var(--yellow);
}
.hero-coordinate {
  position: absolute;
  left: 25px;
  top: 310px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 2px;
  font-size: 11px;
  color: #9fa292;
  z-index: 1;
}
/* Code-native orbital illustration; continuous motion has a visible pause control. */
.globe-art {
  position: absolute;
  right: -260px;
  top: 80px;
  width: 780px;
  height: 780px;
  z-index: -1;
  opacity: 0.38;
  pointer-events: none;
}
.globe-sphere {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #6b71502b, #17181500 65%);
  transform: rotate(-24deg);
}
.globe-grid {
  width: 100%;
  height: 100%;
  stroke: #83866c;
  stroke-width: 0.8;
  animation: globe-turn 45s linear infinite;
  transform-origin: center;
}
.globe-orbit {
  position: absolute;
  border: 1px solid #e7d783;
  border-radius: 50%;
  inset: 8% -12%;
  transform: rotate(-20deg) scaleY(0.37);
  animation: orbit-tilt 18s ease-in-out infinite alternate;
}
.globe-orbit > span {
  position: absolute;
  top: 12%;
  right: 14%;
  width: 18px;
  height: 18px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 30px #f6ce4966;
}
.orbit-two {
  inset: 4% -5%;
  transform: rotate(63deg) scaleY(0.57);
  border-color: #626550;
  animation-delay: -8s;
}
.orbit-two > span {
  width: 10px;
  height: 10px;
  background: #fff;
  left: 16%;
  top: 12%;
}
.globe-pin {
  position: absolute;
  top: 30%;
  left: 16%;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  transform: rotate(24deg);
  font-size: 15px;
  font-weight: 600;
}
.globe-pin > span {
  width: 7px;
  height: 7px;
  background: var(--yellow);
  border-radius: 50%;
}
.motion-paused .globe-grid,
.motion-paused .globe-orbit {
  animation-play-state: paused;
}
@keyframes globe-turn {
  to {
    transform: rotateY(360deg);
  }
}
@keyframes orbit-tilt {
  to {
    transform: rotate(15deg) scaleY(0.4);
  }
}
/* An editorial service directory replaces the previous card grid. */
.section-space {
  padding: 110px 0;
}
.section-label {
  display: block;
  font-size: 13px;
  letter-spacing: 1.7px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--muted);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 55px;
}
.section-heading h2,
.connected-heading h2,
.states-layout h2,
.questions-heading h2 {
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.05;
}
.section-heading > p {
  max-width: 400px;
  padding-bottom: 5px;
}
.business-directory {
  display: grid;
  grid-template-columns: 0.85fr 1.6fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.directory-nav {
  padding: 34px 36px 34px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  border-right: 1px solid var(--line);
}
.directory-tabs > button {
  display: flex;
  align-items: center;
  gap: 19px;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 23px 21px;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 550;
  min-height: 86px;
  line-height: 1.4;
}
.directory-tabs > button > svg {
  margin-left: auto;
  flex-shrink: 0;
}
.directory-number {
  font-size: 14px;
  font-weight: 450;
  color: var(--muted);
}
.directory-tabs > button.active {
  background: var(--yellow);
}
.directory-tabs > button:hover:not(.active) {
  background: var(--surface);
}
.directory-all {
  margin-top: auto;
  font-size: 16px;
  font-weight: 550;
  padding: 25px 21px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 65px;
}
.directory-panel {
  padding: 45px 0 25px 54px;
  min-height: 510px;
  outline-offset: 0;
}
.directory-panel > h3 {
  font-size: 35px;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.directory-panel > p {
  font-size: 17px;
  max-width: 570px;
  margin-bottom: 24px;
}
.directory-row {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
  min-height: 104px;
}
.directory-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeae1;
  border-radius: 5px;
}
.directory-row > span:nth-child(2) {
  flex: 1;
}
.directory-row strong {
  font-size: 21px;
  font-weight: 600;
  display: block;
  letter-spacing: -0.5px;
}
.directory-row small {
  font-size: 15px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.directory-row > svg {
  transition: transform 0.25s;
}
.directory-row:hover > svg {
  transform: translate(4px, -4px);
}
.directory-row:hover strong {
  color: var(--accent);
}
.ambition-band {
  background: var(--yellow);
  padding: 48px 0;
}
.ambition-band > .container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ambition-symbol {
  font-size: 126px;
  line-height: 0.8;
  font-weight: 300;
}
.ambition-band p {
  font-family: var(--font-display);
  font-size: 33px;
  line-height: 1.25;
  font-weight: 550;
  letter-spacing: -1px;
  color: var(--ink);
}
.ambition-band p span {
  font-weight: 750;
}
.ambition-band a {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid #8c771c;
  padding: 13px 0;
}
/* The journey fits in a readable section and supports explicit step selection. */
.journey {
  background: #fff;
}
.journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 15px;
}
.journey-line {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--yellow);
  transform-origin: left center;
}
.journey-step {
  position: relative;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0 0 22px;
  min-width: 0;
}
.step-marker {
  width: 75px;
  height: 64px;
  border: 1px solid #cbcdc1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 500;
  position: relative;
  margin-bottom: 29px;
  border-radius: 4px;
}
.step-marker > svg {
  display: none;
}
.journey-step.active .step-marker {
  background: var(--yellow);
  border-color: var(--yellow);
  width: 105px;
  justify-content: space-around;
}
.journey-step.active .step-marker > svg {
  display: block;
}
.journey-step h3 {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin: 0 0 14px;
}
.journey-step p {
  font-size: 17px;
  max-width: 325px;
}
.step-more {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 550;
  margin-top: 23px;
}
.journey-step:hover .step-more {
  gap: 23px;
}
.journey-detail {
  display: grid;
  grid-template-columns: 90px 1fr 210px;
  gap: 28px;
  align-items: center;
  padding: 26px 30px;
  background: var(--cream);
  border-top: 1px solid var(--line);
  margin-top: 24px;
  min-height: 150px;
}
.journey-detail > span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.journey-detail p {
  font-size: 16px;
}
.journey-detail > a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
/* Large, legible product illustration. */
.connected-section {
  background: #eeece6;
  text-align: center;
}
.connected-heading {
  margin-bottom: 48px;
}
.connected-heading .section-label {
  color: #565c48;
}
.connected-heading > p {
  font-size: 19px;
  margin-top: 22px;
}
.workspace-preview {
  max-width: 970px;
  margin: auto;
  border: 1px solid #c3c8b5;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow: 0 24px 65px #2b331712;
  overflow: hidden;
}
.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: #fff;
  padding: 17px 25px;
  font-size: 16px;
  font-weight: 550;
}
.preview-header > span:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}
.preview-logo {
  font-family: var(--font-display);
  background: var(--yellow);
  color: var(--ink);
  width: 27px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: 23px;
  font-weight: 800;
  border-radius: 3px;
}
.preview-badge {
  font-size: 13px;
  font-weight: 450;
  color: #d8dacd;
  border: 1px solid #5d6151;
  border-radius: 4px;
  padding: 5px 9px;
}
.preview-body {
  padding: 33px 38px;
}
.preview-title > span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 550;
  color: var(--muted);
}
.preview-title > h3 {
  font-size: 30px;
  margin: 10px 0;
  letter-spacing: -0.7px;
}
.preview-title > p {
  font-size: 16px;
}
.preview-project {
  margin-top: 25px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.preview-project > div:first-child {
  display: flex;
  align-items: center;
  gap: 16px;
}
.project-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 55px;
  background: var(--accent-soft);
  border-radius: 5px;
}
.preview-project h4 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 2px;
}
.preview-project p {
  font-size: 15px;
}
.preview-status {
  margin-left: auto;
  background: var(--accent-soft);
  color: #67540c;
  font-size: 14px;
  padding: 6px 11px;
  border-radius: 4px;
}
.preview-progress {
  display: flex;
  gap: 6px;
  margin: 24px 0 10px;
}
.preview-progress > span {
  flex: 1;
  height: 5px;
  background: var(--surface);
  border-radius: 2px;
}
.preview-progress > span:first-child {
  background: var(--ink);
}
.preview-progress > span:nth-child(2) {
  background: #ad9319;
}
.progress-labels {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  color: var(--muted);
}
.preview-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
  gap: 30px;
}
.preview-bottom > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 13px;
}
.preview-bottom svg {
  grid-row: span 2;
  color: #6a6e59;
}
.preview-bottom strong {
  font-size: 16px;
  font-weight: 600;
}
.preview-bottom p {
  font-size: 14px;
}
.preview-foot {
  font-size: 14px;
  border-top: 1px solid var(--line);
  padding: 14px 38px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
}
.workspace-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  gap: 55px;
  margin: 52px auto 35px;
  max-width: 970px;
}
.workspace-benefits svg {
  margin-bottom: 16px;
}
.workspace-benefits h3 {
  font-size: 21px;
  font-weight: 650;
  margin-bottom: 8px;
  letter-spacing: -0.4px;
}
.workspace-benefits p {
  font-size: 16px;
}
.connected-section > .container > .button {
  margin-top: 12px;
}
/* State directory, journal, and full-width questions. */
.states-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.states-layout > div > p {
  margin: 26px 0 30px;
}
.state-destinations {
  border-top: 2px solid var(--ink);
}
.state-directory-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 23px 0;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 1.2px;
  color: var(--muted);
}
.state-directory-label > span:last-child {
  margin-left: auto;
}
.state-destinations > a {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
  font-size: 29px;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -1px;
}
.state-destinations > a > svg {
  margin-left: auto;
}
.state-destinations > a:hover {
  padding-left: 10px;
  color: var(--accent);
}
.state-index {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0;
  color: var(--muted);
}
.state-directory-foot {
  font-size: 14px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 21px;
}
.journal-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.journal-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0 55px;
}
.journal-story {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.journal-story.featured {
  grid-row: span 2;
  display: block;
  padding: 0;
  border: 0;
}
.journal-image {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  background: var(--surface);
  border-radius: 4px;
}
.journal-image img {
  object-fit: cover;
  transition: transform 0.5s;
  filter: saturate(0.6);
}
.featured .journal-image {
  aspect-ratio: 1.8;
  min-height: 220px;
}
.journal-story:hover .journal-image img {
  transform: scale(1.035);
}
.journal-copy {
  padding-top: 5px;
}
.featured .journal-copy {
  padding: 24px 50px 0 0;
  position: relative;
}
.journal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  font-size: 12px;
  font-weight: 550;
  color: var(--muted);
  margin-bottom: 14px;
}
.journal-meta > span:first-child {
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.journal-copy h3 {
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.8px;
  font-weight: 600;
}
.featured h3 {
  font-size: 31px;
}
.journal-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}
.featured .journal-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.questions-heading {
  text-align: center;
  margin-bottom: 45px;
}
.questions-heading .inline-link {
  margin-top: 24px;
}
.questions-section .faq-list {
  max-width: 920px;
  margin: auto;
  border-top: 1px solid #bfc0b5;
}
.faq-item {
  border-color: var(--line);
}
.faq-item > button {
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 550;
  padding: 25px 0;
  line-height: 1.5;
  min-height: 78px;
  gap: 20px;
}
.faq-item > div > p {
  font-size: 17px;
  line-height: 1.75;
  padding: 0 45px 25px 0;
  max-width: 840px;
}
.next-chapter {
  background: var(--yellow);
  padding: 80px 0;
}
.next-chapter > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.next-chapter .section-label {
  color: #5d5017;
}
.next-chapter h2 {
  font-size: clamp(62px, 7.5vw, 108px);
  line-height: 1.02;
  font-weight: 600;
}
.next-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.next-action > a {
  width: 153px;
  height: 153px;
  display: grid;
  place-items: center;
  border: 1px solid #2d2d24;
  border-radius: 50%;
  transition:
    transform 0.3s,
    background 0.3s;
}
.next-action > a:hover {
  background: var(--ink);
  color: var(--yellow);
  transform: rotate(6deg);
}
.next-action > span {
  font-size: 20px;
  font-weight: 550;
}
.next-action > p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #5d5017;
  margin-top: 14px;
}
/* Shared marketing pages retain their content and gain the new type and layout system. */
.eyebrow {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: var(--muted);
}
.eyebrow > span {
  background: var(--yellow);
}
.breadcrumb {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 39px;
}
.page-hero {
  background: var(--cream);
  padding: 42px 0 80px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.page-hero h1 {
  font-size: clamp(48px, 5.3vw, 78px);
  font-weight: 650;
  letter-spacing: -0.035em;
  max-width: 1070px;
  margin-top: 25px;
}
.page-hero > div > p {
  font-size: 20px;
  max-width: 800px;
  margin-top: 28px;
}
.page-hero .button {
  margin-top: 27px;
}
.page-content {
  padding: 80px 0;
  background: #fff;
}
.page-content h2,
.section h2 {
  font-size: 48px;
}
.page-content h3 {
  font-size: 26px;
  font-weight: 600;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.check-list {
  font-size: 17px;
  line-height: 1.7;
}
.check-list li {
  margin-bottom: 13px;
  gap: 11px;
}
.check-list svg {
  color: #796509;
}
.service-option.selected {
  background: var(--accent-soft);
  border-color: #a88a12;
}
.flow-step.active span {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.flow-summary,
.notice,
.demo-banner {
  background: #f3f3ea;
  border-color: var(--line);
  color: #56594d;
}
.service-detail-grid {
  gap: 70px;
}
.service-summary {
  border-radius: 6px;
  background: var(--cream);
  border-color: var(--line);
}
.service-tabs button {
  font-size: 16px;
  font-weight: 550;
  min-height: 47px;
  padding: 13px 19px;
}
.service-tabs button.active {
  background: var(--ink);
  color: #fff;
}
.service-card {
  border-radius: 5px;
  border-color: var(--line);
  background: var(--cream);
  box-shadow: none;
}
.service-card:hover {
  background: var(--accent-soft);
  border-color: #b9a54c;
  box-shadow: none;
}
.service-card h3 {
  font-size: 25px;
}
.service-card p {
  font-size: 16px;
}
.service-icon,
.badge {
  color: #665812;
  background: var(--accent-soft);
}
.service-bottom {
  font-size: 15px;
  color: var(--ink);
}
.service-summary h3 {
  font-size: 26px;
}
.service-summary > p {
  font-size: 16px;
}
.resource-card h3 {
  font-size: 25px;
}
.resource-meta {
  font-size: 14px;
}
.resource-card {
  background: transparent;
  border-radius: 5px;
}
.resources-grid {
  gap: 28px;
}
.resource-controls {
  gap: 22px;
}
.state-card {
  background: var(--cream);
  border-color: var(--line);
  border-radius: 5px;
}
.state-card:hover {
  background: var(--accent-soft);
}
.state-card h3 {
  font-size: 23px;
}
.state-card p,
.state-card span {
  font-size: 16px;
}
.cta-section {
  background: var(--ink);
  color: #fff;
  padding: 65px 0;
}
.cta-section h2 em {
  color: var(--yellow);
}
.cta-section .eyebrow,
.cta-section p {
  color: #d8dbca;
}
.cta-section .button {
  background: var(--yellow);
  color: var(--ink);
}
.pricing-card {
  background: var(--cream);
  border-color: var(--line);
  border-radius: 6px;
}
.price-note {
  font-size: 15px;
}
.article-body,
.article-body p,
.article-body li {
  font-size: 18px;
  line-height: 1.8;
}
.contact-info p,
.contact-detail p {
  font-size: 17px;
}
.notice a {
  color: #5c4c00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-card {
  border-radius: 6px;
}
.flow-heading h1 {
  font-size: 54px;
  font-weight: 650;
}
.flow-card {
  border-radius: 7px;
}
.flow-heading {
  margin-bottom: 35px;
}
.field input,
.field select,
.field textarea {
  border-color: #adafa2;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #727568;
}
.field small,
.consent {
  color: var(--muted);
}
.search-input {
  background: #fff;
}
.search-input input {
  background: transparent;
}
.error {
  background: #fff0ed;
  color: #943721;
  border-color: #ddab9e;
}
.form-message {
  color: #3a573a;
  background: #f0f6ee;
}
.upload-zone {
  background: var(--cream);
  border-color: #93977d;
}
.table-filters select {
  background: #fff;
}
.status-pill.review {
  background: var(--accent-soft);
  color: #65550a;
}
.status-pill.complete {
  background: #ecf2ed;
  color: #34513a;
}
.status-pill {
  font-size: 14px;
  background: #efefe9;
  color: #5b5d52;
}
.row-link,
.back-button {
  color: #6b5900;
}
.timeline-item.internal {
  color: #695418;
}
.toast {
  background: var(--ink);
  color: #fff;
}
.demo-buttons button {
  background: #fff;
  color: var(--ink);
}
/* A different login composition, with generous text and a graphic brand panel. */
.login-layout {
  border: 0;
  border-radius: 7px;
  margin: 52px auto 65px;
  box-shadow: 0 8px 35px #22221107;
  background: #fff;
  width: min(1210px, calc(100% - 112px));
  grid-template-columns: 1fr 1.05fr;
  align-items: stretch;
}
.login-intro {
  padding: 52px 44px;
  background: var(--ink);
  color: #fff;
}
.login-kicker {
  color: var(--yellow);
  font-size: 13px;
}
.login-intro h2 {
  font-size: 53px;
  font-weight: 600;
}
.login-intro > p {
  color: #c5c9b8;
  font-size: 18px;
}
.login-benefits {
  margin-top: auto;
}
.login-benefits li {
  font-size: 16px;
  color: #dfe2d5;
}
.login-benefits svg {
  color: var(--yellow);
}
.login-path {
  padding: 44px 0 38px;
  width: 100%;
  overflow: hidden;
}
.login-path > span,
.login-path > strong {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #c5c9b8;
}
.login-path > strong {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: var(--yellow);
}
.login-path > div {
  position: relative;
  height: 135px;
  margin-top: 25px;
}
.login-path i {
  position: absolute;
  border: 1px solid #f6ce4980;
  width: 350px;
  height: 190px;
  border-radius: 50%;
  left: -110px;
  top: -40px;
  transform: rotate(-32deg);
}
.login-path i:nth-child(2) {
  left: -75px;
}
.login-path i:nth-child(3) {
  left: -40px;
}
.login-path svg {
  position: absolute;
  right: 4px;
  top: 17px;
  color: var(--yellow);
}
.login-wrap {
  padding: 48px;
  background: #fff;
}
.login-wrap h1 {
  font-size: 48px;
  font-weight: 650;
}
.login-wrap h1 em {
  color: var(--ink);
}
.login-wrap .notice {
  background: var(--cream);
  border-color: var(--line);
  margin-top: 28px;
}
.login-wrap .notice > strong {
  color: var(--ink);
}
.login-wrap > .eyebrow {
  font-size: 12px;
}
.login-help a {
  font-size: 16px;
  font-weight: 550;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.login-wrap .form-card .button {
  background: var(--ink);
  color: #fff;
}
/* Actual application and admin workspace: strong navigation and quiet content. */
.portal-shell {
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: calc(100vh - 94px);
}
.sidebar {
  background: var(--ink);
  border: 0;
  color: #fff;
  padding: 31px 18px;
  min-width: 0;
}
.sidebar-brand {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #bfc5ad;
  padding: 0 12px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.sidebar button {
  color: #e4e7dc;
  font-size: 17px;
  font-weight: 550;
  border-radius: 5px;
  padding: 14px 15px;
  min-height: 53px;
  margin-bottom: 6px;
}
.sidebar button.active {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: none;
  font-weight: 600;
}
.sidebar button:hover:not(.active) {
  background: #373b2f;
  color: #fff;
}
.sidebar .sidebar-bottom {
  border-color: #4b5040;
  margin-top: 45px;
}
.dashboard-content {
  background: #f4f3ef;
  padding: 38px 34px;
}
.dashboard-top {
  gap: 24px;
  align-items: flex-start;
}
.dashboard-top h1 {
  font-size: 36px;
  font-weight: 650;
  line-height: 1.17;
}
.dashboard-top p {
  font-size: 17px;
}
.user-chip small {
  font-size: 14px !important;
}
.avatar {
  background: #eee2a3;
  color: #5b4c0a;
}
.demo-banner {
  font-size: 14px;
  background: #ebeae1;
  color: #4b5340;
  border: 0;
  border-left: 3px solid #b4b99f;
  line-height: 1.6;
  padding: 14px 18px;
}
.stat-grid {
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.stat-card {
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 24px 20px;
  background: #fff;
}
.stat-card:last-child {
  border-right: 0;
}
.stat-card strong {
  font-size: 46px;
  font-weight: 650;
  margin: 13px 0 4px;
}
.stat-card > div svg {
  color: #767c5f;
}
.stat-card span {
  font-size: 15px;
  font-weight: 550;
}
.stat-card small {
  font-size: 14px;
}
.panel {
  background: #fff;
  border-radius: 6px;
  padding: 26px;
  border-color: var(--line);
}
.panel-heading h2 {
  font-family: var(--font-sans);
  font-size: 21px;
  font-weight: 600;
}
.panel-heading p {
  font-size: 16px;
}
th {
  background: #f4f5ef;
  color: #5d6350;
  font-size: 14px;
}
td {
  font-size: 15px;
  padding: 21px 15px;
}
td strong {
  font-size: 16px;
}
td small {
  font-size: 14px;
}
.table-filters input,
.table-filters select {
  font-size: 16px;
}
.workspace-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  background: #f4f3ef;
  padding: 24px 36px;
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.workspace-footer a {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* Footer and consent remain readable at every size. */
.site-footer {
  background: var(--cream);
  color: var(--ink);
  padding: 65px 0 30px;
}
.footer-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.footer-masthead > span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.5;
}
.footer-masthead > a:last-child {
  display: flex;
  align-items: center;
  gap: 55px;
  font-size: 26px;
  font-family: var(--font-display);
  font-weight: 550;
}
.footer-directory {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 35px;
  padding: 48px 0;
}
.footer-note > span {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.7;
  font-weight: 600;
}
.footer-note > p {
  font-size: 16px;
  margin-top: 20px;
}
.footer-directory h3 {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.footer-directory > div > a {
  display: block;
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1.6;
  color: var(--muted);
  padding: 3px 0;
}
.footer-directory > div > a:hover {
  color: var(--ink);
}
.site-footer .footer-bottom {
  font-size: 13px;
  color: var(--muted);
  padding: 24px 0;
  border-color: var(--line);
  gap: 25px;
}
.site-footer .footer-bottom > div {
  gap: 25px;
}
.site-footer .disclaimer {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
  max-width: 1150px;
}
.cookie-notice {
  font-size: 15px;
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
  border-radius: 7px;
}
.cookie-notice p {
  font-size: 15px;
  color: var(--muted);
}
.cookie-notice button {
  font-size: 15px;
}
.cookie-consent {
  background: #fff;
  color: var(--ink);
}
@media (min-width: 1600px) {
  .globe-art {
    right: calc((100vw - 1600px) / 2 - 240px);
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 72px);
  }
  .site-header .nav-inner {
    gap: 20px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-actions {
    gap: 18px;
  }
  .brand > span {
    font-size: 20px;
  }
  .nav-actions .button {
    padding: 12px 16px;
  }
  .nav-links,
  .nav-dropdown > button,
  .portal-link {
    font-size: 16px;
  }
  .directory-panel {
    padding-left: 35px;
  }
  .directory-nav {
    padding-right: 25px;
  }
  .directory-tabs > button {
    font-size: 18px;
    gap: 13px;
    padding: 20px 15px;
  }
  .states-layout {
    gap: 70px;
  }
  .journal-grid {
    gap: 0 35px;
  }
  .journal-story {
    grid-template-columns: 135px 1fr;
    gap: 20px;
  }
  .journal-copy h3 {
    font-size: 23px;
  }
  .featured h3 {
    font-size: 28px;
  }
  .login-layout {
    width: calc(100% - 72px);
  }
  .login-intro {
    padding: 40px 32px;
  }
  .login-wrap {
    padding: 40px 35px;
  }
  .login-intro h2 {
    font-size: 46px;
  }
  .portal-shell {
    grid-template-columns: 232px minmax(0, 1fr);
  }
  .dashboard-content {
    padding: 30px 24px;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-card {
    border-bottom: 1px solid var(--line);
  }
  .stat-card:nth-child(2) {
    border-right: 0;
  }
  .stat-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .dashboard-top {
    flex-wrap: wrap;
  }
  .hero-coordinate {
    display: none;
  }
  .journey-detail {
    grid-template-columns: 65px 1fr;
    gap: 15px 25px;
  }
  .journey-detail > a {
    grid-column: 2;
  }
  .footer-directory {
    gap: 26px;
  }
  .service-detail-grid {
    gap: 40px;
  }
}
@media (max-width: 1020px) {
  .site-header,
  .site-header .nav-inner {
    height: 82px;
  }
  .nav-links {
    display: none;
  }
  .mobile-toggle {
    display: flex;
    border: 1px solid #888b7e;
    border-radius: 4px;
  }
  .nav-links.is-open {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    top: 82px;
    left: 0;
    right: 0;
    padding: 20px 36px;
    background: var(--cream);
    color: var(--ink);
    max-height: calc(100dvh - 100px);
    overflow: auto;
    gap: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px #0002;
  }
  .nav-links.is-open > a {
    padding: 15px 0;
    border-top: 1px solid var(--line);
    font-size: 18px;
  }
  .nav-dropdown > button {
    font-size: 18px;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0 20px;
  }
  .dropdown-panel {
    position: static;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    padding: 15px;
    margin-bottom: 18px;
  }
  .dropdown-panel a {
    font-size: 16px;
  }
  .dropdown-heading {
    font-size: 14px;
  }
  .mobile-login {
    display: flex !important;
    justify-content: space-between;
  }
  .home-header .nav-links > a:hover {
    color: var(--accent);
  }
  .launch-hero {
    padding-top: 68px;
  }
  .launch-hero h1 {
    font-size: 8.4vw;
  }
  .launch-selector .button {
    margin-left: 12px;
    padding: 18px;
    font-size: 17px;
    gap: 14px;
  }
  .launch-selector label {
    padding: 5px 15px;
  }
  .launch-selector select {
    font-size: 18px;
  }
  .section-space {
    padding: 85px 0;
  }
  .journey-steps {
    gap: 30px;
  }
  .journey-step h3 {
    font-size: 26px;
  }
  .workspace-benefits {
    gap: 30px;
  }
  .ambition-band p {
    font-size: 28px;
  }
  .ambition-band > .container {
    gap: 25px;
  }
  .ambition-symbol {
    font-size: 100px;
  }
  .states-layout {
    gap: 40px;
  }
  .section-heading h2,
  .connected-heading h2,
  .states-layout h2,
  .questions-heading h2 {
    font-size: 52px;
  }
  .journal-story {
    grid-template-columns: 1fr;
  }
  .journal-story:not(.featured) .journal-image {
    display: none;
  }
  .journal-arrow {
    margin-top: 14px;
  }
  .journal-copy h3 {
    font-size: 25px;
  }
  .login-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .login-intro {
    padding: 38px 28px;
  }
  .login-intro h2 {
    font-size: 40px;
  }
  .login-wrap h1 {
    font-size: 43px;
  }
  .login-wrap {
    padding: 38px 28px;
  }
  .workspace-header-label {
    display: none;
  }
  .workspace-header-links {
    margin-left: auto;
  }
  .footer-directory {
    grid-template-columns: 1.1fr 1fr 1fr;
  }
  .footer-note {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-note > p {
    margin: 0;
  }
  .portal-shell {
    grid-template-columns: 215px minmax(0, 1fr);
  }
  .sidebar {
    padding: 28px 12px;
  }
  .sidebar button {
    font-size: 16px;
    padding: 13px 10px;
  }
  .sidebar-brand {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .dashboard-content {
    padding: 28px 20px;
  }
  .detail-grid,
  .settings-columns {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 22px;
  }
  .user-chip {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 17px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .site-header,
  .site-header .nav-inner {
    height: 76px;
  }
  .site-header .nav-inner {
    gap: 14px;
  }
  .brand > span {
    font-size: 18px;
    letter-spacing: -0.6px;
  }
  .brand small {
    font-size: 10px;
    letter-spacing: 2.5px;
    margin-top: 4px;
  }
  .brand svg {
    width: 28px;
    height: 31px;
  }
  .brand {
    gap: 8px;
  }
  .nav-actions {
    gap: 10px;
  }
  .nav-actions > .portal-link {
    display: none;
  }
  .nav-actions .button {
    font-size: 14px;
    min-height: 43px;
    padding: 10px 12px;
    gap: 5px;
  }
  .nav-actions .button svg {
    width: 16px;
  }
  .mobile-toggle {
    width: 42px;
    height: 43px;
  }
  .nav-links.is-open {
    top: 76px;
    padding: 16px 20px;
  }
  .dropdown-grid {
    grid-template-columns: 1fr;
  }
  .dropdown-panel {
    padding: 13px;
  }
  .dropdown-heading {
    font-size: 14px;
    line-height: 1.6;
  }
  .desktop-break {
    display: none;
  }
  .launch-hero {
    padding-top: 50px;
  }
  .hero-label {
    font-size: 10px;
    letter-spacing: 1.7px;
    gap: 8px;
  }
  .hero-label > span {
    width: 6px;
    height: 6px;
  }
  .launch-hero h1 {
    font-size: clamp(40px, 10.7vw, 74px);
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 24px 0 22px;
  }
  .launch-content > p {
    font-size: 17px;
    line-height: 1.7;
    max-width: 450px;
    padding: 0 6px;
  }
  .launch-selector {
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding: 12px 16px;
    gap: 8px;
    text-align: left;
    border-radius: 5px;
  }
  .launch-selector label {
    padding: 10px 0 7px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 4px;
  }
  .launch-selector label > span {
    font-size: 13px;
  }
  .launch-selector select {
    font-size: 19px;
    min-height: 37px;
    width: 100%;
  }
  .launch-selector .button {
    margin: 7px 0 3px;
    padding: 16px;
    min-height: 57px;
    font-size: 17px;
    justify-content: space-between;
  }
  .launch-notes {
    flex-direction: column;
    gap: 15px;
    font-size: 13px;
    margin: 23px 0 38px;
  }
  .hero-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 22px 0;
    gap: 14px;
    font-size: 12px;
  }
  .hero-bottom > span:nth-child(2) {
    display: none;
  }
  .hero-bottom > span {
    gap: 7px;
  }
  .hero-bottom > a {
    gap: 6px;
  }
  .hero-bottom svg {
    width: 15px;
    height: 15px;
  }
  .globe-art {
    right: -370px;
    top: 40px;
    width: 640px;
    height: 640px;
    opacity: 0.23;
  }
  .section-space {
    padding: 65px 0;
  }
  .section-label {
    font-size: 10px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading h2,
  .connected-heading h2,
  .states-layout h2,
  .questions-heading h2 {
    font-size: 43px;
    letter-spacing: -1.9px;
  }
  .section-heading > p {
    font-size: 17px;
    margin-top: 23px;
    max-width: 380px;
  }
  .section-heading > .inline-link {
    margin-top: 20px;
  }
  .business-directory {
    grid-template-columns: 1fr;
  }
  .directory-nav {
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 17px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .directory-tabs > button {
    font-size: 18px;
    min-height: 63px;
    padding: 15px 16px;
    gap: 18px;
  }
  .directory-number {
    font-size: 13px;
  }
  .directory-all {
    padding: 13px 16px 5px;
    min-height: 46px;
    font-size: 15px;
  }
  .directory-panel {
    padding: 30px 0 8px;
    min-height: 0;
  }
  .directory-panel > h3 {
    font-size: 29px;
  }
  .directory-panel > p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .directory-row {
    gap: 14px;
    padding: 20px 0;
    min-height: 99px;
  }
  .directory-row strong {
    font-size: 20px;
  }
  .directory-row small {
    font-size: 14px;
    line-height: 1.5;
  }
  .directory-row > svg {
    width: 20px;
  }
  .directory-icon {
    width: 41px;
    height: 45px;
  }
  .directory-icon svg {
    width: 21px;
  }
  .ambition-band {
    padding: 35px 0;
  }
  .ambition-band > .container {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
  .ambition-symbol {
    font-size: 77px;
    align-self: center;
  }
  .ambition-band p {
    font-size: 26px;
    letter-spacing: -0.8px;
  }
  .ambition-band a {
    font-size: 16px;
    grid-column: 2;
    margin: 0;
    justify-self: start;
    gap: 25px;
  }
  .journey-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .journey-line {
    display: none;
  }
  .journey-step {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 8px 20px;
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
  }
  .step-marker,
  .journey-step.active .step-marker {
    grid-row: span 3;
    width: 58px;
    height: 58px;
    font-size: 20px;
    margin: 0;
  }
  .journey-step.active .step-marker > svg {
    display: none;
  }
  .journey-step h3 {
    font-size: 25px;
    margin: 0;
    letter-spacing: -0.7px;
  }
  .journey-step p {
    font-size: 16px;
    max-width: none;
  }
  .step-more {
    grid-column: 2;
    font-size: 14px;
    margin-top: 7px;
  }
  .journey-detail {
    display: block;
    padding: 25px;
    margin-top: 25px;
    min-height: 0;
  }
  .journey-detail > span {
    font-size: 12px;
  }
  .journey-detail p {
    font-size: 15px;
    margin: 10px 0 17px;
  }
  .journey-detail > a {
    font-size: 16px;
  }
  .connected-heading {
    margin-bottom: 32px;
  }
  .connected-heading > p {
    font-size: 17px;
    margin-top: 24px;
  }
  .preview-header {
    padding: 14px 16px;
    gap: 10px;
    font-size: 14px;
  }
  .preview-logo {
    width: 23px;
    height: 25px;
    font-size: 20px;
  }
  .preview-header > span:first-child {
    gap: 8px;
  }
  .preview-badge {
    font-size: 10px;
    padding: 5px 7px;
    white-space: nowrap;
  }
  .preview-body {
    padding: 24px 18px;
  }
  .preview-title > span {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .preview-title > h3 {
    font-size: 25px;
    line-height: 1.15;
    max-width: 290px;
    margin: 12px 0;
  }
  .preview-title > p {
    font-size: 14px;
  }
  .preview-project {
    padding: 17px 14px;
    margin-top: 20px;
  }
  .project-icon {
    width: 37px;
    height: 44px;
  }
  .project-icon svg {
    width: 22px;
  }
  .preview-project > div:first-child {
    gap: 10px;
    flex-wrap: wrap;
  }
  .preview-project h4 {
    font-size: 17px;
  }
  .preview-project p {
    font-size: 12px;
  }
  .preview-status {
    font-size: 12px;
    margin-left: 47px;
  }
  .preview-progress {
    margin-top: 20px;
  }
  .progress-labels {
    font-size: 10px;
    gap: 12px;
  }
  .preview-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
  }
  .preview-bottom strong {
    font-size: 15px;
  }
  .preview-bottom p {
    font-size: 13px;
  }
  .preview-foot {
    font-size: 12px;
    padding: 14px 18px;
  }
  .workspace-benefits {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 35px 0 25px;
  }
  .workspace-benefits > div {
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 5px 15px;
  }
  .workspace-benefits svg {
    grid-row: span 2;
    margin: 0;
  }
  .workspace-benefits h3 {
    font-size: 21px;
    margin: 0;
  }
  .workspace-benefits p {
    font-size: 16px;
  }
  .states-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .states-layout > div > p {
    font-size: 17px;
    margin: 23px 0;
  }
  .state-directory-label {
    font-size: 11px;
    padding: 20px 0;
  }
  .state-destinations > a {
    font-size: 28px;
    gap: 23px;
    padding: 20px 0;
  }
  .state-directory-foot {
    font-size: 13px;
  }
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .journal-story,
  .journal-story.featured {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 25px 0 0;
    border-top: 1px solid var(--line);
  }
  .journal-story.featured {
    border: 0;
    padding: 0;
  }
  .featured .journal-image {
    aspect-ratio: 1.65;
    min-height: 0;
  }
  .featured .journal-copy {
    padding: 20px 45px 0 0;
  }
  .journal-copy h3,
  .featured h3 {
    font-size: 27px;
    line-height: 1.18;
  }
  .journal-meta {
    font-size: 11px;
    margin-bottom: 13px;
  }
  .journal-story:not(.featured) {
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 160px;
  }
  .journal-story:not(.featured) .journal-copy {
    padding: 0 45px 0 0;
  }
  .journal-story:not(.featured) .journal-arrow {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .questions-heading {
    margin-bottom: 35px;
  }
  .questions-heading .inline-link {
    font-size: 16px;
    margin-top: 20px;
  }
  .faq-item > button {
    font-size: 17px;
    padding: 23px 0;
    line-height: 1.5;
    gap: 20px;
  }
  .faq-item > div > p {
    font-size: 16px;
    padding: 0 10px 24px 0;
  }
  .next-chapter {
    padding: 58px 0;
  }
  .next-chapter > .container {
    display: block;
  }
  .next-chapter h2 {
    font-size: 65px;
    letter-spacing: -3px;
  }
  .next-action {
    align-items: flex-start;
    margin-top: 32px;
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 10px 22px;
  }
  .next-action > a {
    width: 85px;
    height: 85px;
    grid-row: span 2;
  }
  .next-action > a > svg {
    width: 66px;
    height: 66px;
  }
  .next-action > span {
    align-self: end;
    font-size: 20px;
  }
  .next-action > p {
    font-size: 13px;
    line-height: 1.5;
    align-self: start;
    max-width: 220px;
    margin: 0;
  }
  .next-action > p > svg {
    display: none;
  }
  .site-footer {
    padding: 45px 0 70px;
  }
  .footer-masthead {
    flex-wrap: wrap;
    gap: 27px;
    padding-bottom: 30px;
  }
  .footer-masthead > span {
    font-size: 14px;
    gap: 10px;
  }
  .footer-masthead > span svg {
    width: 19px;
  }
  .footer-masthead > a:last-child {
    width: 100%;
    justify-content: space-between;
    font-size: 26px;
    border-top: 1px solid var(--line);
    padding-top: 25px;
  }
  .footer-directory {
    grid-template-columns: 1fr 1fr;
    padding: 30px 0 10px;
    gap: 30px 22px;
  }
  .footer-note {
    display: block;
  }
  .footer-note > span {
    font-size: 11px;
  }
  .footer-note > p {
    font-size: 15px;
    margin-top: 15px;
  }
  .footer-directory h3 {
    font-size: 15px;
    margin-bottom: 13px;
  }
  .footer-directory > div > a {
    font-size: 14px;
    line-height: 1.7;
    padding: 4px 0;
    margin-bottom: 4px;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    font-size: 12px;
    padding: 25px 0;
  }
  .site-footer .footer-bottom > div {
    gap: 12px 20px;
    flex-wrap: wrap;
  }
  .site-footer .disclaimer {
    font-size: 11px;
    line-height: 1.85;
  }
  .page-hero {
    padding: 27px 0 45px;
  }
  .breadcrumb {
    font-size: 13px;
    margin-bottom: 28px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .page-hero h1 {
    font-size: 43px;
    letter-spacing: -1.8px;
    margin-top: 20px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }
  .page-hero > div > p {
    font-size: 17px;
    margin-top: 23px;
  }
  .page-hero .button {
    margin-top: 25px;
  }
  .page-content,
  .section {
    padding: 50px 0;
  }
  .page-content h2,
  .section h2 {
    font-size: 35px;
    letter-spacing: -1.3px;
  }
  .page-content p {
    font-size: 17px;
  }
  .page-content h3 {
    font-size: 24px;
  }
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .service-summary {
    padding: 25px;
  }
  .check-list {
    font-size: 16px;
  }
  .service-tabs {
    gap: 8px;
    flex-wrap: wrap;
  }
  .service-tabs button {
    font-size: 14px;
    min-height: 44px;
    padding: 11px 14px;
  }
  .service-card {
    padding: 24px;
  }
  .service-card h3 {
    font-size: 25px;
  }
  .service-card p {
    font-size: 16px;
  }
  .services-grid,
  .resources-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .service-option {
    font-size: 15px;
    padding: 16px;
  }
  .resource-card h3 {
    font-size: 26px;
  }
  .resource-meta {
    font-size: 13px;
  }
  .resource-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .state-card h3 {
    font-size: 23px;
  }
  .state-card p {
    font-size: 16px;
  }
  .cta-section {
    padding: 45px 0;
  }
  .cta-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .cta-inner h2 {
    font-size: 42px;
    letter-spacing: -1.7px;
  }
  .cta-inner p {
    font-size: 17px;
  }
  .flow-heading h1 {
    font-size: 41px;
    letter-spacing: -1.6px;
  }
  .flow-heading p {
    font-size: 17px;
  }
  .flow-steps {
    gap: 7px;
  }
  .flow-step {
    font-size: 12px;
    gap: 7px;
  }
  .flow-step span {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .flow-card {
    padding: 25px 20px;
  }
  .flow-card h2 {
    font-size: 30px;
  }
  .flow-card > p {
    font-size: 17px;
  }
  .field {
    font-size: 16px;
  }
  .field input,
  .field textarea,
  .field select {
    font-size: 17px;
    min-height: 52px;
  }
  .field small,
  .consent {
    font-size: 14px;
  }
  .notice,
  .demo-banner {
    font-size: 13px;
  }
  .login-layout {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    margin: 30px auto 45px;
  }
  .login-intro {
    padding: 32px 26px;
  }
  .login-intro h2 {
    font-size: 37px;
    letter-spacing: -1.5px;
    margin: 20px 0 17px;
  }
  .login-intro > p {
    font-size: 16px;
  }
  .login-path,
  .login-benefits {
    display: none;
  }
  .login-kicker {
    font-size: 11px;
    letter-spacing: 1.4px;
  }
  .login-wrap {
    padding: 32px 25px;
  }
  .login-wrap h1 {
    font-size: 39px;
    letter-spacing: -1.4px;
  }
  .login-wrap > p {
    font-size: 17px;
  }
  .login-wrap .notice {
    padding: 20px;
  }
  .login-wrap .notice > p {
    font-size: 14px !important;
  }
  .login-wrap .notice > strong {
    font-size: 16px;
  }
  .demo-buttons button {
    font-size: 15px;
    min-height: 49px;
    padding: 12px;
  }
  .login-wrap .form-card > p {
    font-size: 15px !important;
  }
  .login-help a {
    font-size: 15px;
  }
  .workspace-header-links {
    gap: 15px;
    font-size: 14px;
  }
  .workspace-header-links > a:first-child {
    display: none;
  }
  .workspace-header-links svg {
    width: 17px;
  }
  .portal-shell {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 76px);
  }
  .sidebar {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 8px;
    padding: 12px 20px;
    position: static;
    width: 100%;
    max-width: 100vw;
  }
  .sidebar-brand {
    display: none;
  }
  .sidebar button {
    width: auto;
    flex-shrink: 0;
    min-height: 46px;
    margin: 0;
    font-size: 15px;
    font-weight: 550;
    padding: 12px 15px;
    gap: 8px;
    white-space: nowrap;
  }
  .sidebar button svg {
    width: 18px;
    height: 18px;
  }
  .sidebar .sidebar-bottom {
    display: flex;
    border: 0;
    margin: 0;
    padding: 0;
    gap: 8px;
  }
  .dashboard-content {
    width: 100%;
    padding: 28px 20px;
    min-width: 0;
  }
  .dashboard-top {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 24px;
  }
  .dashboard-top h1 {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: -1px;
  }
  .dashboard-top p {
    font-size: 16px;
  }
  .dashboard-top > .button {
    font-size: 15px;
  }
  .demo-banner {
    padding: 13px 15px;
  }
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
  .stat-card {
    padding: 20px 15px;
    min-width: 0;
  }
  .stat-card > div {
    gap: 5px;
    align-items: flex-start;
  }
  .stat-card span {
    font-size: 14px;
    line-height: 1.5;
  }
  .stat-card > div svg {
    width: 16px;
    height: 16px;
  }
  .stat-card strong {
    font-size: 36px;
    margin: 12px 0 5px;
    overflow-wrap: anywhere;
  }
  .stat-card small {
    font-size: 12px;
    line-height: 1.6;
  }
  .panel {
    padding: 21px 17px;
    min-width: 0;
  }
  .panel-heading {
    flex-wrap: wrap;
    gap: 15px;
  }
  .panel-heading h2 {
    font-size: 21px;
  }
  .panel-heading p {
    font-size: 15px;
  }
  .table-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .table-filters > .search-input {
    width: 100%;
  }
  .table-filters select,
  .table-filters input {
    min-height: 47px;
    font-size: 16px;
    max-width: 100%;
  }
  .table-wrap {
    max-width: 100%;
    overflow: auto;
  }
  table {
    min-width: 650px;
  }
  td {
    font-size: 15px;
    padding: 18px 14px;
  }
  th {
    font-size: 14px;
  }
  .detail-grid,
  .settings-columns {
    grid-template-columns: 1fr;
  }
  .document-row,
  .notification-row,
  .notification-row p,
  .timeline-item {
    font-size: 15px;
  }
  .document-row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .upload-zone {
    padding: 24px 15px;
    font-size: 15px;
  }
  .upload-zone input {
    font-size: 14px;
    max-width: 100%;
  }
  .portal-shell .button {
    font-size: 15px;
  }
  .portal-shell p {
    font-size: 16px;
  }
  .detail-labels {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .detail-labels dt {
    font-size: 14px;
  }
  .detail-labels dd {
    font-size: 15px;
    overflow-wrap: anywhere;
  }
  .workspace-footer {
    padding: 24px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 24px;
    font-size: 12px;
  }
  .workspace-footer > span {
    width: 100%;
  }
  .cookie-notice {
    left: 15px;
    right: 15px;
    bottom: 15px;
    max-width: none;
    width: auto;
    padding: 20px;
  }
  .cookie-notice p {
    font-size: 14px;
  }
  .cookie-notice button {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .site-header .container {
    width: calc(100% - 28px);
  }
  .brand > span {
    font-size: 16px;
  }
  .brand svg {
    width: 25px;
  }
  .nav-actions {
    gap: 7px;
  }
  .nav-actions .button {
    font-size: 13px;
    padding: 10px;
  }
  .nav-actions .button svg {
    display: none;
  }
  .hero-label {
    font-size: 9px;
  }
  .launch-hero h1 {
    font-size: 39px;
  }
  .hero-bottom {
    font-size: 11px;
  }
  .hero-bottom > a {
    gap: 3px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .preview-header {
    padding: 13px 11px;
    font-size: 13px;
  }
  .preview-badge {
    font-size: 9px;
  }
  .preview-body {
    padding: 21px 14px;
  }
  .preview-status {
    margin-left: 0;
  }
  .next-chapter h2 {
    font-size: 59px;
  }
  .footer-masthead > span {
    font-size: 12px;
  }
  .footer-directory > div > a {
    font-size: 14px;
  }
  .login-layout {
    width: calc(100% - 28px);
  }
  .login-wrap {
    padding: 28px 21px;
  }
  .launch-selector .button {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .globe-grid,
  .globe-orbit {
    animation: none;
  }
  .motion-home [data-rise] {
    transform: none !important;
  }
  .journey-line {
    transform: scaleX(1) !important;
  }
}

.directory-tabs {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.directory-tabs > button.active .directory-number {
  color: var(--ink);
}
.globe-pin {
  top: 70%;
  left: 60%;
}
.states-section {
  background: var(--cream);
}
h1,
h2 {
  word-spacing: 0.025em;
}
h1 em,
h2 em {
  color: var(--ink);
}
.page-hero h1 em {
  background-image: linear-gradient(
    transparent 86%,
    var(--yellow) 86%,
    var(--yellow) 95%,
    transparent 95%
  );
  box-decoration-break: clone;
}
.login-help .text-link {
  min-height: 0;
  padding: 0;
  border: 0;
  display: inline;
}
.cookie-banner {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
.cookie-banner p {
  font-size: 15px;
  color: var(--muted);
}
@media (max-width: 760px) {
  .directory-tabs {
    gap: 5px;
  }
  .hero-bottom {
    padding-bottom: 30px;
  }
  .launch-hero h1 {
    word-spacing: 0.01em;
  }
}
/* Keep service quotes and the guided form within their available columns. */
.service-aside {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.service-aside > p {
  font-size: 17px;
}
.price-card {
  min-width: 0;
  background: var(--cream);
}
.price-card.featured {
  background: var(--accent-soft);
  border-color: #d8c467;
}
.price-card > p {
  font-size: 17px;
}
.price-card h2 {
  font-size: 34px;
}
.price-card .eyebrow {
  white-space: normal;
  line-height: 1.6;
}
.price-value {
  font-size: 33px;
  font-weight: 600;
}
.flow-layout {
  grid-template-columns: minmax(0, 1fr) 305px;
}
.flow-card,
.flow-summary {
  min-width: 0;
}
.service-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-grid p {
  font-size: 17px;
}
.contact-item h3 {
  font-size: 20px;
}
@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .price-card:last-child {
    grid-column: 1/-1;
  }
  .price-card .button {
    align-self: flex-start;
  }
}
@media (max-width: 900px) {
  .flow-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 760px) {
  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .price-card:last-child {
    grid-column: auto;
  }
  .price-card {
    padding: 27px;
  }
  .price-card h2 {
    font-size: 32px;
  }
  .flow-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .flow-step {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.3;
  }
  .flow-step span {
    flex-shrink: 0;
  }
  .hero-bottom > a {
    display: none;
  }
}
@media (max-width: 480px) {
  .service-options {
    grid-template-columns: minmax(0, 1fr);
  }
  .service-option {
    font-size: 16px;
    min-height: 64px;
    padding: 17px;
    gap: 14px;
  }
}

/* Owner-provided inquiry channels. */
.form-card .form-grid > .field {
  margin-top: 0;
}
.contact-channels {
  display: grid;
  gap: 14px;
  margin: 30px 0 36px;
}
.contact-channel {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-width: 0;
}
.channel-icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
}
.channel-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.channel-copy > span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.channel-copy strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.6px;
  line-height: 1.25;
}
.channel-copy small {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.5;
}
.contact-channel-whatsapp {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.contact-channel-whatsapp .channel-copy > span {
  color: var(--yellow);
}
.contact-channel-whatsapp .channel-copy small {
  color: #d8dad1;
}
.contact-channel-whatsapp:hover {
  background: #34362e;
}
.contact-channel-google {
  background: var(--cream);
  color: var(--ink);
}
.contact-channel-google .channel-copy > span,
.contact-channel-google .channel-copy small {
  color: var(--muted);
}
.contact-channel-google:hover {
  background: var(--accent-soft);
  border-color: #b5a35c;
}
.footer-contact-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.footer-contact-links > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  font-size: 15px;
  line-height: 1.4;
}
.footer-contact-links > a > span {
  flex: 1;
}
.footer-contact-links strong {
  display: block;
  font-size: 16px;
  font-weight: 550;
  margin-top: 5px;
}
.footer-contact-links > a:hover {
  color: var(--accent);
}
.whatsapp-inquiry {
  position: fixed;
  right: 24px;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 19px 10px 10px;
  min-height: 67px;
  border: 1px solid #63674e;
  border-radius: 40px;
  background: var(--ink);
  color: #fff;
  box-shadow:
    0 6px 28px #20211e24,
    0 0 0 4px #ffffffb3;
  max-width: calc(100% - 32px);
}
.whatsapp-inquiry-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
}
.whatsapp-inquiry-copy {
  display: grid;
  gap: 3px;
}
.whatsapp-inquiry-copy small {
  color: #d8dad1;
  font-size: 13px;
  font-weight: 450;
  line-height: 1.3;
}
.whatsapp-inquiry-copy strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.whatsapp-inquiry-arrow {
  margin-left: 3px;
  color: var(--yellow);
}
.whatsapp-inquiry:hover {
  background: #34362e;
  transform: translateY(-3px);
  border-color: var(--yellow);
}
.whatsapp-inquiry:focus-visible {
  outline: 3px solid #a38300;
  outline-offset: 7px;
}
body:has(.whatsapp-inquiry) {
  padding-bottom: 90px;
}
html {
  scroll-padding-bottom: 110px;
}
body:has(.cookie-banner) .whatsapp-inquiry {
  display: none;
}
@media (max-width: 1020px) {
  body:has(.nav-links.is-open) .whatsapp-inquiry {
    visibility: hidden;
  }
  .footer-note {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-contact-links {
    margin-top: 0;
    min-width: 230px;
  }
}
@media (max-width: 760px) {
  .contact-channel {
    padding: 20px 17px;
    gap: 13px;
  }
  .channel-copy strong {
    font-size: 23px;
  }
  .channel-copy small {
    font-size: 15px;
  }
  .channel-copy > span {
    font-size: 11px;
    letter-spacing: 0.8px;
  }
  .channel-icon {
    width: 39px;
    height: 39px;
  }
  .channel-icon svg {
    width: 22px;
    height: 22px;
  }
  .contact-channel > svg {
    width: 19px;
  }
  .footer-contact-links {
    margin-top: 23px;
    max-width: 325px;
  }
  .whatsapp-inquiry {
    bottom: max(15px, env(safe-area-inset-bottom));
    right: 16px;
    min-height: 56px;
    padding: 8px 16px 8px 8px;
    gap: 10px;
  }
  .whatsapp-inquiry-icon {
    width: 38px;
    height: 38px;
  }
  .whatsapp-inquiry-icon svg {
    width: 24px;
    height: 24px;
  }
  .whatsapp-inquiry-copy small,
  .whatsapp-desktop-label,
  .whatsapp-inquiry-arrow {
    display: none;
  }
  .whatsapp-inquiry-copy strong {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .channel-copy strong {
    font-size: 21px;
  }
  .channel-copy small {
    font-size: 14px;
  }
  .contact-channel {
    padding: 19px 15px;
    gap: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-inquiry:hover {
    transform: none;
  }
}
