/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-body);
    --default-mono-font-family: var(--font-mono);
    --font-display: var(--font-display);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .flex-col {
    flex-direction: column;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

:root {
  --bg: #070707;
  --bg-elevated: #111;
  --bg-soft: #161616;
  --text: #efeae2;
  --text-muted: #a39e95;
  --brown: #b08a5a;
  --brown-soft: #8a6a42;
  --navy: #1e3a5f;
  --navy-bright: #2a4f7a;
  --line: #efeae21a;
  --radius: 2px;
  --header-h: 4.25rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  min-height: 100%;
  color: var(--text);
  font-family: var(--font-body), system-ui, sans-serif;
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.6;
}

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

img {
  max-width: 100%;
  display: block;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.muted {
  color: var(--text-muted);
}

.container {
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
}

.page-shell {
  isolation: isolate;
  flex: 1;
  position: relative;
}

.page-shell:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(80% 50% at 15% -10%, #1e3a5f59, #0000 55%), radial-gradient(60% 40% at 90% 10%, #b08a5a1f, #0000 50%), linear-gradient(#070707 0%, #0b0b0b 40%, #070707 100%);
  position: fixed;
  inset: 0;
}

.page-shell:after {
  content: "";
  pointer-events: none;
  z-index: -1;
  opacity: .35;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  position: fixed;
  inset: 0;
}

.site-header {
  z-index: 100;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  overflow: visible;
}

.site-header:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #070707c7;
  position: absolute;
  inset: 0;
}

.site-header__inner {
  z-index: 1;
  width: min(1120px, 100% - 2.5rem);
  min-height: var(--header-h);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-inline: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.site-header__end {
  align-items: center;
  gap: 1.1rem;
  margin-left: auto;
  display: flex;
}

.brand {
  font-family: var(--font-display), serif;
  letter-spacing: .02em;
  align-items: baseline;
  gap: .45rem;
  display: inline-flex;
}

.brand__mark {
  color: var(--brown);
  font-size: 1.35rem;
  font-weight: 600;
}

.brand__name {
  font-size: 1.2rem;
  font-weight: 500;
}

.site-nav {
  align-items: center;
  gap: 1.35rem;
  display: flex;
}

.site-nav a:not(.btn) {
  color: var(--text-muted);
  font-size: .92rem;
  transition: color .2s;
}

.site-nav a:not(.btn):hover, .site-nav a.is-active {
  color: var(--text);
}

.lang-dropdown {
  z-index: 110;
  position: relative;
}

.lang-dropdown__trigger {
  border: 1px solid var(--line);
  color: var(--text);
  font: inherit;
  letter-spacing: .06em;
  cursor: pointer;
  background: #111111e6;
  align-items: center;
  gap: .35rem;
  padding: .4rem .55rem;
  font-size: .82rem;
  list-style: none;
  transition: border-color .2s, color .2s;
  display: inline-flex;
}

.lang-dropdown__trigger::-webkit-details-marker {
  display: none;
}

.lang-dropdown__trigger::marker {
  content: "";
}

.lang-dropdown__trigger:hover {
  color: var(--brown);
  border-color: #b08a5a8c;
}

.lang-dropdown__chevron {
  opacity: .75;
  font-size: .7rem;
}

.lang-dropdown__menu {
  z-index: 120;
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  min-width: 8.5rem;
  margin: 0;
  padding: .35rem 0;
  list-style: none;
  position: absolute;
  top: calc(100% + .4rem);
  right: 0;
  box-shadow: 0 12px 28px #00000073;
}

.lang-dropdown__menu a {
  color: var(--text-muted);
  padding: .55rem .85rem;
  font-size: .9rem;
  transition: color .15s, background .15s;
  display: block;
}

.lang-dropdown__menu a:hover, .lang-dropdown__menu a.is-active {
  color: var(--text);
  background: #b08a5a1a;
}

.lang-dropdown__menu a.is-active {
  color: var(--brown);
}

.nav-toggle {
  border: 1px solid var(--line);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text);
  cursor: pointer;
  background: none;
  padding: 0;
  display: none;
}

.nav-toggle__bars, .nav-toggle__bars:before, .nav-toggle__bars:after {
  background: currentColor;
  width: 1.1rem;
  height: 1.5px;
  margin-inline: auto;
  transition: transform .2s, opacity .2s;
  display: block;
  position: relative;
}

.nav-toggle__bars:before, .nav-toggle__bars:after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle__bars:before {
  top: -6px;
}

.nav-toggle__bars:after {
  top: 6px;
}

.nav-toggle__bars.is-open {
  background: none;
}

.nav-toggle__bars.is-open:before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle__bars.is-open:after {
  top: 0;
  transform: rotate(-45deg);
}

.btn {
  background: var(--navy);
  color: var(--text);
  border-radius: var(--radius);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.35rem;
  font-size: .95rem;
  font-weight: 500;
  transition: background .2s, transform .2s, border-color .2s;
  display: inline-flex;
}

.btn:hover {
  background: var(--navy-bright);
  transform: translateY(-1px);
}

.btn--ghost {
  color: var(--text);
  background: none;
  border-color: #b08a5a73;
}

.btn--ghost:hover {
  border-color: var(--brown);
  background: #b08a5a1f;
}

.btn--small {
  padding: .55rem .95rem;
  font-size: .85rem;
}

.btn-row {
  flex-wrap: wrap;
  gap: .85rem;
  display: flex;
}

.hero {
  min-height: calc(100svh - var(--header-h));
  align-items: end;
  padding: 4rem 0 5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  filter: blur(8px);
  pointer-events: none;
  background: radial-gradient(circle at 30% 40%, #1e3a5f8c, #0000 55%), radial-gradient(circle at 70% 60%, #b08a5a2e, #0000 45%);
  height: 70%;
  position: absolute;
  inset: auto -10% -30% 40%;
}

.hero__inner {
  width: min(1120px, 100% - 2.5rem);
  max-width: 42rem;
  margin-inline: auto;
  position: relative;
}

.hero__brand {
  font-family: var(--font-display), serif;
  letter-spacing: -.02em;
  margin: 0 0 1.5rem;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  line-height: .95;
  animation: .9s both hero-in;
}

.hero__brand span {
  color: var(--brown);
  display: block;
}

.hero h1 {
  font-family: var(--font-display), serif;
  max-width: 18ch;
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3.4vw, 2.35rem);
  font-weight: 500;
  line-height: 1.2;
  animation: .9s .12s both hero-in;
}

.hero p {
  color: var(--text-muted);
  max-width: 36ch;
  margin: 0 0 2rem;
  font-size: 1.05rem;
  animation: .9s .22s both hero-in;
}

.hero .btn-row {
  animation: .9s .32s both hero-in;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  border-top: 1px solid var(--line);
  padding: 5.5rem 0;
}

.section__head {
  max-width: 36rem;
  margin-bottom: 2.75rem;
}

.eyebrow {
  color: var(--brown);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .8rem;
  display: inline-block;
}

.section h2 {
  font-family: var(--font-display), serif;
  margin: 0 0 .85rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.15;
}

.section__head p {
  color: var(--text-muted);
  margin: 0;
}

.service-list {
  border-top: 1px solid var(--line);
  gap: 0;
  display: grid;
}

.service-item {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 3rem 1fr;
  gap: 1rem 1.5rem;
  padding: 1.5rem 0;
  display: grid;
}

.service-item__index {
  color: var(--navy-bright);
  font-family: var(--font-display), serif;
  padding-top: .15rem;
  font-size: 1.1rem;
}

.service-item h3 {
  margin: 0 0 .4rem;
  font-size: 1.15rem;
  font-weight: 560;
}

.service-item p {
  color: var(--text-muted);
  max-width: 48rem;
  margin: 0;
}

.service-item__detail {
  border-top: 1px solid var(--line);
  max-width: 48rem;
  margin-top: .85rem;
  padding-top: .85rem;
}

.service-item__detail p {
  color: var(--text-muted);
}

.service-item__detail p + p {
  margin-top: .9rem;
}

.service-item__toggle {
  color: var(--brown);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid #b08a5a73;
  margin-top: .85rem;
  padding: 0;
  font-size: .92rem;
  transition: color .2s, border-color .2s;
}

.service-item__toggle:hover {
  color: var(--text);
  border-color: var(--brown);
}

.about-grid {
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
  gap: 2rem;
  display: grid;
}

.about-card {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0;
}

.about-card h3 {
  margin: 0 0 .4rem;
  font-size: 1.1rem;
}

.about-card p {
  color: var(--text-muted);
  margin: 0;
}

.cta-band {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #1e3a5f59, #07070733 45%, #b08a5a1f);
  margin: 0 0 5rem;
  padding: 2.5rem;
}

.cta-band h2 {
  font-family: var(--font-display), serif;
  margin: 0 0 .75rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.cta-band p {
  color: var(--text-muted);
  max-width: 36rem;
  margin: 0 0 1.5rem;
}

.page-hero {
  padding: 4rem 0 2.5rem;
}

.page-hero h1 {
  font-family: var(--font-display), serif;
  margin: 0 0 .85rem;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.05;
}

.page-hero p {
  color: var(--text-muted);
  max-width: 38rem;
  margin: 0;
  font-size: 1.05rem;
}

.ref-list {
  border-top: 1px solid var(--line);
  gap: 0;
  margin-bottom: 5rem;
  display: grid;
}

.ref-item {
  border-bottom: 1px solid var(--line);
  gap: .75rem;
  padding: 1.75rem 0;
  display: grid;
}

.ref-item__meta {
  color: var(--brown);
  letter-spacing: .04em;
  font-size: .85rem;
}

.ref-item h2 {
  font-family: var(--font-display), serif;
  margin: 0;
  font-size: 1.65rem;
  font-weight: 500;
}

.ref-item__title {
  color: var(--text-muted);
  font-size: .72em;
  font-weight: 400;
}

.ref-item p {
  color: var(--text-muted);
  max-width: 40rem;
  margin: 0;
}

.ref-item a {
  color: var(--text);
  border-bottom: 1px solid #b08a5a8c;
  width: fit-content;
  transition: color .2s, border-color .2s;
}

.ref-item a:hover {
  color: var(--brown);
  border-color: var(--brown);
}

.contact-grid {
  grid-template-columns: 1.1fr .9fr;
  align-items: start;
  gap: 2.5rem;
  margin-bottom: 5rem;
  display: grid;
}

.contact-panel {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  padding: 1.75rem;
}

.contact-panel h2 {
  font-family: var(--font-display), serif;
  margin: 0 0 1.25rem;
  font-size: 1.4rem;
}

.contact-list {
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.contact-list span {
  color: var(--text-muted);
  margin-bottom: .2rem;
  font-size: .85rem;
  display: block;
}

.contact-list a {
  border-bottom: 1px solid #0000;
  transition: border-color .2s, color .2s;
}

.contact-list a:hover {
  color: var(--brown);
  border-color: #b08a5a80;
}

.contact-panel--form {
  padding: 1.75rem;
}

.contact-form {
  gap: 1.1rem;
  display: grid;
}

.contact-form h2 {
  font-family: var(--font-display), serif;
  margin: 0 0 .25rem;
  font-size: 1.4rem;
}

.contact-form__field {
  gap: .4rem;
  display: grid;
}

.contact-form__field span {
  color: var(--text-muted);
  font-size: .85rem;
}

.contact-form__field input, .contact-form__field textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  width: 100%;
  color: var(--text);
  font: inherit;
  padding: .75rem .85rem;
  line-height: 1.4;
  transition: border-color .2s;
}

.contact-form__field input:focus, .contact-form__field textarea:focus {
  border-color: #b08a5aa6;
  outline: none;
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 10rem;
}

.contact-form__honeypot {
  height: 0;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.contact-form .btn {
  justify-self: start;
  margin-top: .25rem;
}

.contact-form__feedback {
  margin: 0;
  font-size: .92rem;
}

.contact-form__feedback.is-success {
  color: #9bbf8a;
}

.contact-form__feedback.is-error {
  color: #c97b7b;
}

.legal {
  max-width: 42rem;
  margin-bottom: 5rem;
}

.legal h2 {
  font-family: var(--font-display), serif;
  margin: 2rem 0 .75rem;
  font-size: 1.35rem;
}

.legal p, .legal li {
  color: var(--text-muted);
}

.legal ul {
  padding-left: 1.2rem;
}

.legal a {
  color: var(--text);
  border-bottom: 1px solid #b08a5a73;
}

.site-footer {
  background: var(--bg-elevated);
  z-index: 1;
  border-top: 1px solid #b08a5a47;
  margin-top: auto;
  padding: 2.75rem 0 2.25rem;
  position: relative;
}

.site-footer__inner {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
  display: flex;
}

.site-footer__brand {
  font-family: var(--font-display), serif;
  color: var(--text);
  margin: 0 0 .35rem;
  font-size: 1.15rem;
}

.site-footer__nav {
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  display: flex;
}

.site-footer__nav a {
  color: var(--text);
  border-bottom: 1px solid #b08a5a66;
  padding-bottom: .1rem;
  font-size: .95rem;
  transition: color .2s, border-color .2s;
}

.site-footer__nav a:hover {
  color: var(--brown);
  border-color: var(--brown);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.reveal--animate:not(.is-visible) {
  opacity: 0;
  transform: translateY(16px);
}

.reveal.reveal--animate {
  transition: opacity .7s ease var(--reveal-delay, 0s),
    transform .7s ease var(--reveal-delay, 0s);
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__brand, .hero h1, .hero p, .hero .btn-row, .reveal {
    opacity: 1;
    transition: none;
    animation: none;
    transform: none;
  }

  .reveal.reveal--animate:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 820px) {
  .about-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    place-items: center;
    display: inline-grid;
  }

  .site-nav {
    top: var(--header-h);
    border-bottom: 1px solid var(--line);
    background: #070707f5;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .75rem 1.25rem 1.25rem;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid var(--line);
    padding: .85rem 0;
  }

  .site-nav .btn {
    justify-content: center;
    margin-top: .75rem;
  }

  .site-header__end {
    gap: .65rem;
  }

  .hero {
    min-height: calc(100svh - var(--header-h));
    align-items: center;
    padding-block: 3rem 4rem;
  }

  .cta-band {
    padding: 1.75rem;
  }
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/