/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::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,
      ui-sans-serif,
      system-ui,
      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;
    -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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    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"]) {
    -webkit-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: 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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .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;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --espresso: #2b160d;
  --chocolate: #3b1f12;
  --bronze: #a66132;
  --copper: #c18155;
  --ivory: #f7f3ed;
  --sand: #e9ded2;
  --paper: #fffdf9;
  --ink: #211813;
  --muted: #685d56;
  --line: #2b160d29;
  --line-light: #f7f3ed33;
  --shadow: 0 24px 70px #2b160d1f;
  --radius: 10px;
  --container: min(1180px, calc(100vw - 48px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
body::selection {
  background: var(--copper);
  color: var(--espresso);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.04em;
  line-height: 1.05;
}
h1 {
  font-size: clamp(3.25rem, 7.5vw, 7rem);
  font-weight: 650;
}
h2 {
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  font-weight: 620;
}
h3 {
  font-size: 1.25rem;
  font-weight: 650;
}
p {
  color: var(--muted);
}
:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}
.container {
  width: var(--container);
  margin-inline: auto;
}
.section {
  padding: clamp(78px, 10vw, 144px) 0;
}
.narrow-copy {
  max-width: 930px;
}
.eyebrow {
  color: var(--bronze);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 0.75rem;
  font-weight: 720;
  line-height: 1.3;
}
.eyebrow-light {
  color: var(--sand);
}
.eyebrow-copper {
  color: var(--copper);
}
.fine-print {
  margin-top: 24px;
  font-size: 0.78rem;
  line-height: 1.55;
}
.fine-print-light {
  color: #f7f3ed9e;
}
.skip-link {
  z-index: 999;
  background: var(--paper);
  color: var(--espresso);
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fffdf9f0;
  border-bottom: 1px solid #2b160d1a;
  height: 84px;
  position: sticky;
  top: 0;
}
.header-inner {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}
.brand {
  align-items: center;
  gap: 11px;
  width: max-content;
  display: inline-flex;
}
.brand-mark {
  background: transparent;
  border: 0;
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
}
.brand-source-image {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 2px;
  display: block;
}
.brand-copy {
  flex-direction: column;
  line-height: 1;
  display: flex;
}
.brand-copy strong {
  color: var(--espresso);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 760;
}
.brand-copy small {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 0.57rem;
  font-weight: 620;
}
.brand-light .brand-mark {
  background: transparent;
}
.brand-light .brand-copy strong {
  color: var(--ivory);
}
.brand-light .brand-copy small {
  color: #f7f3ed9e;
}
.desktop-nav {
  color: #4b3c34;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  font-size: 0.85rem;
  font-weight: 620;
  display: flex;
}
.desktop-nav > a:not(.button) {
  padding: 10px 0;
}
.desktop-nav > a:not(.button):hover {
  color: var(--bronze);
}
.button {
  letter-spacing: -0.01em;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 21px;
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.15;
  transition:
    transform 0.18s,
    background 0.18s,
    border-color 0.18s,
    color 0.18s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--espresso);
  color: var(--ivory);
}
.button-primary:hover {
  background: var(--bronze);
}
.button-copper {
  background: var(--copper);
  color: var(--espresso);
}
.button-copper:hover {
  background: #d79a6d;
}
.button-outline {
  border-color: var(--espresso);
  color: var(--espresso);
  background: 0 0;
}
.button-outline:hover {
  background: var(--espresso);
  color: var(--ivory);
}
.nav-cta {
  min-height: 46px;
  color: var(--ivory);
  padding-inline: 17px;
}
.mobile-nav,
.mobile-action-bar {
  display: none;
}
.home-hero {
  background: var(--ivory);
  overflow: hidden;
}
.hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  min-height: calc(100vh - 154px);
  display: grid;
}
.hero-copy {
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 8vw, 118px) clamp(40px, 6vw, 92px)
    clamp(68px, 8vw, 118px) 0;
  display: flex;
}
.hero-copy h1 {
  max-width: 780px;
  margin-bottom: 30px;
}
.hero-motto span {
  display: block;
}
.hero-lede {
  max-width: 680px;
  margin-bottom: 34px;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}
.button-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  display: flex;
}
.text-link {
  border-bottom: 1px solid var(--line);
  color: var(--espresso);
  align-items: center;
  gap: 12px;
  padding: 10px 0 8px;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
}
.text-link span {
  font-size: 1.05rem;
  transition: transform 0.18s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.trust-line {
  margin: 32px 0 0;
  font-size: 0.84rem;
}
.trust-line strong {
  color: var(--espresso);
}
.hero-art {
  min-height: 620px;
  color: var(--ivory);
  background: #090b0b;
  position: relative;
  overflow: hidden;
}
.hero-photo-image {
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.86) contrast(1.06);
}
.hero-photo-overlay {
  z-index: 1;
  background: linear-gradient(#04080833 0%, #04080805 46%, #040808c7 100%);
  position: absolute;
  inset: 0;
}
.hero-kicker {
  z-index: 2;
  color: var(--sand);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.67rem;
  font-weight: 700;
  position: absolute;
  top: 30px;
  left: 30px;
}
.hero-art-note {
  z-index: 3;
  border-top: 1px solid var(--line-light);
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding-top: 18px;
  display: grid;
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
}
.hero-art-note span {
  color: var(--copper);
  font-size: 0.72rem;
}
.hero-art-note p {
  color: #f7f3edd1;
  max-width: 400px;
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.5;
}
.trust-strip {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.trust-strip span {
  border-right: 1px solid var(--line);
  color: var(--muted);
  letter-spacing: 0.03em;
  text-align: center;
  padding: 24px 18px;
  font-size: 0.74rem;
  font-weight: 680;
}
.trust-strip span:last-child {
  border-right: 0;
}
.landing-paths {
  background: var(--paper);
}
.landing-paths-heading {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(45px, 8vw, 110px);
  margin-bottom: clamp(44px, 6vw, 78px);
  display: grid;
}
.landing-paths-heading h2 {
  max-width: 760px;
}
.landing-paths-heading > p {
  color: var(--muted);
  max-width: 620px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}
.landing-path-grid {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.landing-path-card {
  color: inherit;
  min-height: 330px;
  border-right: 1px solid var(--line);
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 48px);
  display: flex;
  position: relative;
  transition:
    color 0.2s,
    background 0.2s;
}
.landing-path-card:last-child {
  border-right: 0;
}
.landing-path-card:hover {
  color: var(--ivory);
  background: var(--espresso);
}
.landing-path-card .eyebrow {
  margin: 46px 0 17px;
}
.landing-path-card:hover .eyebrow,
.landing-path-card:hover > p {
  color: #f7f3edb8;
}
.landing-path-card h3 {
  max-width: 330px;
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}
.landing-path-card > p {
  color: var(--muted);
  max-width: 370px;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
}
.landing-path-number {
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 720;
}
.landing-path-arrow {
  color: var(--bronze);
  margin-top: auto;
  padding-top: 32px;
  font-size: 1.2rem;
  transition: transform 0.2s;
}
.landing-path-card:hover .landing-path-arrow {
  transform: translate(4px, -4px);
}
.opening-statement {
  background: var(--espresso);
  color: var(--ivory);
}
.opening-statement-grid {
  grid-template-columns: minmax(230px, 0.48fr) minmax(0, 1.52fr);
  align-items: start;
  gap: clamp(55px, 9vw, 130px);
  display: grid;
}
.statement-aside {
  border-top: 1px solid var(--line-light);
  padding-top: 24px;
}
.statement-aside h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
}
.statement-aside > p:last-child {
  color: #f7f3ed94;
  max-width: 310px;
  margin: 0;
}
.opening-quote {
  margin: 0;
}
.statement-lead {
  max-width: 820px;
  color: var(--ivory);
  letter-spacing: -0.045em;
  margin-bottom: 48px;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 590;
  line-height: 1.08;
}
.statement-body {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px clamp(34px, 5vw, 76px);
  display: grid;
}
.statement-body p {
  color: #f7f3edad;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
}
.statement-body .statement-callout {
  grid-column: 1 / -1;
  color: var(--ivory);
  border-top: 1px solid var(--line-light);
  padding-top: 22px;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 720;
  line-height: 1.15;
}
.statement-body .statement-callout-final {
  color: var(--copper);
}
.statement-signoff {
  border-top: 1px solid var(--line-light);
  justify-content: space-between;
  align-items: flex-end;
  gap: 22px 60px;
  margin-top: 54px;
  padding-top: 28px;
  display: flex;
}
.statement-signoff strong {
  max-width: 660px;
  color: var(--copper);
  letter-spacing: -0.035em;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  line-height: 1.1;
}
.statement-signoff cite {
  color: #f7f3ed8a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex: none;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 680;
}
.split-heading {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(48px, 8vw, 120px);
  margin-bottom: 68px;
  display: grid;
}
.split-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}
.section-intro {
  max-width: 550px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}
div.section-intro p:last-child {
  margin-bottom: 0;
}
.editorial-cards {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 0;
  display: grid;
}
.three-up {
  grid-template-columns: repeat(3, 1fr);
}
.editorial-cards article {
  border-right: 1px solid var(--line);
  min-height: 280px;
  padding: 30px 34px 34px;
}
.editorial-cards article:last-child {
  border-right: 0;
}
.card-number {
  color: var(--bronze);
  letter-spacing: 0.1em;
  margin-bottom: 68px;
  font-size: 0.72rem;
  font-weight: 700;
  display: block;
}
.editorial-cards h3 {
  max-width: 260px;
  margin-bottom: 16px;
  font-size: 1.45rem;
}
.editorial-cards p {
  max-width: 310px;
  margin-bottom: 0;
  font-size: 0.93rem;
}
.problem-section {
  background: var(--paper);
}
.outcomes-section {
  background: var(--sand);
}
.outcomes-grid {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
  display: grid;
}
.sticky-copy {
  position: sticky;
  top: 124px;
}
.sticky-copy h2 {
  margin-bottom: 24px;
}
.sticky-copy > p:last-child {
  max-width: 520px;
  font-size: 1.02rem;
}
.outcome-list {
  border-top: 1px solid #2b160d40;
}
.outcome-list > div {
  border-bottom: 1px solid #2b160d40;
  grid-template-columns: 42px 1fr;
  align-items: baseline;
  gap: 20px;
  padding: 27px 0;
  display: grid;
}
.outcome-list span {
  color: var(--bronze);
  font-size: 0.72rem;
}
.outcome-list p {
  color: var(--espresso);
  margin: 0;
  font-size: clamp(1.12rem, 2.2vw, 1.6rem);
  line-height: 1.3;
}
.continuum-section {
  background: var(--ivory);
}
.continuum-heading {
  align-items: start;
}
.continuum-track {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.continuum-track article {
  min-height: 300px;
  padding: 42px 30px 34px;
  position: relative;
}
.continuum-track article + article {
  border-left: 1px solid var(--line);
}
.continuum-track article:before {
  background: var(--bronze);
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -5px;
  left: 29px;
}
.continuum-track span {
  color: var(--bronze);
  letter-spacing: 0.08em;
  margin-bottom: 72px;
  font-size: 0.7rem;
  font-weight: 700;
  display: block;
}
.continuum-track h3 {
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}
.continuum-track p {
  margin: 0;
  font-size: 0.9rem;
}
.continuum-tools {
  margin-top: clamp(64px, 8vw, 108px);
}
.continuum-tools .section-heading {
  margin-bottom: 42px;
}
.section-heading {
  max-width: 820px;
  margin-bottom: 60px;
}
.section-heading h2 {
  margin-bottom: 22px;
}
.section-heading > p:last-child {
  max-width: 620px;
  font-size: 1.05rem;
}
.centered {
  text-align: center;
  margin-inline: auto;
}
.centered > p:last-child {
  margin-inline: auto;
}
.process-section {
  background: var(--paper);
}
.process-roadmap {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  display: grid;
  position: relative;
}
.process-roadmap:before {
  background: var(--bronze);
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -5px;
  left: 0;
}
.process-roadmap article {
  min-height: 320px;
  padding: 44px 44px 30px 0;
}
.process-roadmap article + article {
  border-left: 1px solid var(--line);
  padding-left: 44px;
}
.process-roadmap span {
  color: var(--bronze);
  margin-bottom: 70px;
  font-size: 0.72rem;
  display: block;
}
.process-roadmap h3 {
  max-width: 260px;
  margin-bottom: 18px;
  font-size: 1.55rem;
}
.process-roadmap p {
  margin-bottom: 0;
  font-size: 0.93rem;
}
.centered-action {
  justify-content: center;
  margin-top: 46px;
  display: flex;
}
.why-section {
  background: var(--espresso);
  color: var(--ivory);
}
.why-section .split-heading {
  align-items: start;
}
.why-section .section-intro {
  color: #f7f3eda8;
}
.why-grid {
  border-top: 1px solid var(--line-light);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.why-grid article {
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 40px 1fr;
  column-gap: 28px;
  padding: 38px 50px 42px 0;
  display: grid;
}
.why-grid article:nth-child(2n) {
  border-left: 1px solid var(--line-light);
  padding-left: 50px;
}
.why-grid span {
  color: var(--copper);
  grid-row: 1/3;
  font-size: 0.72rem;
}
.why-grid h3 {
  color: var(--ivory);
  margin-bottom: 12px;
  font-size: 1.35rem;
}
.why-grid p {
  color: #f7f3eda3;
  margin: 0;
  font-size: 0.92rem;
}
.audience-section {
  background: var(--ivory);
}
.audience-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.audience-grid > a {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 36px 1fr auto;
  align-items: start;
  gap: 22px;
  padding: 30px 22px 30px 0;
  transition:
    padding 0.18s,
    color 0.18s;
  display: grid;
}
.audience-grid > a:nth-child(2n) {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.audience-grid > a:hover {
  color: var(--bronze);
}
.audience-grid > a > span:last-child {
  font-size: 1.1rem;
}
.audience-index {
  color: var(--bronze);
  font-size: 0.7rem;
}
.audience-grid h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
.audience-grid p {
  max-width: 430px;
  margin: 0;
  font-size: 0.88rem;
}
.golf-feature {
  background: var(--chocolate);
  color: var(--ivory);
  padding: clamp(90px, 12vw, 170px) 0;
  position: relative;
  overflow: hidden;
}
.golf-feature:after {
  color: #f7f3ed06;
  content: "BEAR";
  letter-spacing: -0.1em;
  font-size: 28vw;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  bottom: -20vw;
  right: -8vw;
}
.golf-feature-grid {
  z-index: 1;
  grid-template-columns: 1fr 0.78fr;
  gap: clamp(60px, 9vw, 130px);
  display: grid;
  position: relative;
}
.golf-feature h2 {
  max-width: 700px;
  margin-bottom: 0;
}
.golf-feature-grid > div:last-child > p {
  color: #f7f3edb3;
  font-size: 1.05rem;
}
.text-link-light {
  border-color: var(--line-light);
  color: var(--ivory);
}
.about-preview {
  background: var(--paper);
}
.about-preview-grid {
  grid-template-columns: minmax(270px, 0.85fr) minmax(360px, 1.15fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  display: grid;
}
.portrait-photo {
  background: #090b0b;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}
.portrait-photo > img {
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.88) contrast(1.04);
}
.portrait-photo:after {
  content: "";
  background: linear-gradient(#0000 54%, #090b0be0 100%);
  position: absolute;
  inset: 0;
}
.portrait-photo-caption {
  z-index: 1;
  color: var(--ivory);
  border-top: 1px solid #f7f3ed47;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  display: flex;
  position: absolute;
  bottom: 22px;
  left: 24px;
  right: 24px;
}
.portrait-photo-caption strong {
  font-size: 0.86rem;
}
.portrait-photo-caption span {
  color: #f7f3edad;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 680;
}
.about-preview-grid h2 {
  margin-bottom: 28px;
}
.about-preview-grid > div:nth-child(2) > p:not(.eyebrow) {
  font-size: 1.02rem;
}
.credibility-section {
  background: var(--paper);
  padding-top: 0;
}
.credibility-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  padding-top: 80px;
  display: grid;
}
.credibility-grid h2 {
  max-width: 600px;
}
.practice-facts {
  border-top: 1px solid var(--line);
  margin: 0;
}
.practice-facts div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 112px 1fr;
  align-items: baseline;
  gap: 22px;
  padding: 19px 0;
  display: grid;
}
.practice-facts dt {
  color: var(--bronze);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 720;
}
.practice-facts dd {
  color: var(--espresso);
  margin: 0;
  font-weight: 630;
}
.testimonial-section {
  background: var(--sand);
}
.testimonial-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  display: grid;
}
.testimonial-grid figure {
  background: #fffdf97a;
  border: 1px solid #2b160d33;
  margin: 0;
  padding: 34px;
}
.testimonial-grid blockquote {
  color: var(--espresso);
  margin: 0 0 30px;
  font-size: 1.2rem;
}
.testimonial-grid figcaption {
  color: var(--muted);
  flex-direction: column;
  font-size: 0.78rem;
  display: flex;
}
.testimonial-grid figcaption strong {
  color: var(--espresso);
}
.testimonial-grid figure > a {
  color: var(--bronze);
  margin-top: 18px;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-block;
}
.faq-section {
  background: var(--ivory);
}
.faq-grid {
  grid-template-columns: 0.72fr 1.1fr;
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
  display: grid;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  color: var(--espresso);
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  font-weight: 670;
  list-style: none;
  display: grid;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-plus {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 400;
  transition: transform 0.18s;
}
.faq-list details[open] .faq-plus {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 700px;
  padding: 0 50px 25px 0;
  font-size: 0.92rem;
}
.final-cta {
  background: var(--espresso);
  color: var(--ivory);
  padding: clamp(76px, 9vw, 125px) 0;
}
.final-cta-inner {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
  display: grid;
}
.final-cta h2 {
  max-width: 760px;
  margin-bottom: 22px;
}
.final-cta p:not(.eyebrow) {
  color: #f7f3edab;
  max-width: 650px;
  margin: 0;
}
.cta-stack {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  min-width: 230px;
  display: flex;
}
.cta-stack > a:last-child {
  color: var(--sand);
  text-underline-offset: 5px;
  font-size: 0.84rem;
  text-decoration: underline;
}
.page-hero {
  background: var(--ivory);
  padding: clamp(95px, 12vw, 168px) 0 clamp(75px, 9vw, 125px);
}
.page-hero h1 {
  max-width: 1050px;
  margin-bottom: 30px;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
}
.page-hero-copy {
  max-width: 720px;
}
.page-hero-copy > p {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}
.page-hero-copy .button {
  margin-top: 14px;
}
.statement-band {
  background: var(--sand);
  text-align: center;
  padding: 110px 0;
}
.statement-band .container {
  max-width: 880px;
}
.statement-band h2 {
  margin: 18px 0 28px;
}
.help-list {
  border-top: 1px solid var(--line);
}
.help-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.6fr 1.4fr;
  gap: 70px;
  padding: 54px 0;
  scroll-margin-top: 112px;
  display: grid;
}
.help-list header {
  grid-template-columns: 40px 1fr;
  gap: 20px;
  display: grid;
}
.help-list header span {
  color: var(--bronze);
  font-size: 0.72rem;
}
.help-list header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.help-list dl {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
  margin: 0;
  display: grid;
}
.help-list dt {
  color: var(--bronze);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.67rem;
  font-weight: 720;
}
.help-list dd {
  color: var(--muted);
  margin: 0;
  font-size: 0.9rem;
}
.roadmap-overview {
  background: var(--espresso);
  color: var(--ivory);
}
.roadmap-line {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.roadmap-line-four {
  grid-template-columns: repeat(4, 1fr);
}
.roadmap-line a {
  border-right: 1px solid var(--line-light);
  grid-template-columns: 34px 1fr;
  gap: 4px 16px;
  padding: 34px 30px;
  display: grid;
}
.roadmap-line a:last-child {
  border-right: 0;
}
.roadmap-line span {
  color: var(--copper);
  grid-row: 1/3;
  font-size: 0.7rem;
}
.roadmap-line strong {
  color: var(--ivory);
}
.roadmap-line small {
  color: #f7f3ed94;
}
.phase-list > article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
  padding: 80px 0;
  scroll-margin-top: 100px;
  display: grid;
}
.phase-list > article:first-child {
  padding-top: 0;
}
.phase-list header {
  grid-template-columns: 40px 1fr;
  gap: 20px;
  display: grid;
}
.phase-list header > span {
  color: var(--bronze);
  font-size: 0.72rem;
}
.phase-list header h2 {
  margin-bottom: 14px;
}
.phase-items {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  display: grid;
}
.phase-items div {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.phase-items h3 {
  margin-bottom: 12px;
}
.phase-items p {
  margin: 0;
  font-size: 0.9rem;
}
.conversation-callout {
  background: var(--sand);
}
.conversation-grid {
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
  display: grid;
}
.is-isnt-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  display: grid;
}
.is-isnt-grid h3 {
  border-bottom: 1px solid #2b160d4d;
  padding-bottom: 16px;
}
.is-isnt-grid ul {
  color: var(--muted);
  padding-left: 18px;
}
.is-isnt-grid li + li {
  margin-top: 10px;
}
.golf-hero {
  background: var(--espresso);
  color: var(--ivory);
  padding: clamp(90px, 11vw, 160px) 0;
  overflow: hidden;
}
.golf-hero-grid {
  grid-template-columns: 1.2fr 0.55fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  display: grid;
}
.golf-hero h1 {
  max-width: 900px;
  margin-bottom: 30px;
}
.golf-hero-grid > div:first-child > p:not(.eyebrow) {
  color: #f7f3edb3;
  max-width: 680px;
  font-size: 1.15rem;
}
.golf-scorecard {
  border: 1px solid var(--line-light);
  background: #f7f3ed0a;
  grid-template-columns: 1fr auto;
  padding: 28px;
  display: grid;
}
.golf-scorecard p {
  color: var(--copper);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  grid-column: 1/-1;
  margin-bottom: 40px;
  font-size: 0.67rem;
  font-weight: 720;
}
.golf-scorecard strong,
.golf-scorecard > span {
  border-bottom: 1px solid var(--line-light);
  padding: 16px 0;
}
.golf-scorecard > span {
  color: var(--copper);
  font-size: 0.7rem;
}
.golf-scorecard small {
  color: #f7f3ed8c;
  grid-column: 1/-1;
  margin-top: 28px;
}
.symptom-list {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.symptom-list > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 35px 1fr;
  gap: 18px;
  padding: 24px 24px 24px 0;
  display: grid;
}
.symptom-list > div:nth-child(2n) {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}
.symptom-list span {
  color: var(--bronze);
  font-size: 0.68rem;
}
.symptom-list p {
  color: var(--espresso);
  margin: 0;
}
.golf-assessment {
  background: var(--sand);
}
.assessment-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.assessment-grid > div:first-child > p:not(.eyebrow) {
  font-size: 1rem;
}
.assessment-wheel {
  border: 1px solid #2b160d33;
  border-radius: 50%;
  flex-wrap: wrap;
  place-content: center;
  gap: 10px;
  min-height: 420px;
  padding: 72px;
  display: flex;
}
.assessment-wheel span {
  min-width: 120px;
  min-height: 54px;
  color: var(--espresso);
  background: #fffdf973;
  border: 1px solid #2b160d40;
  border-radius: 50%;
  place-items: center;
  padding: 10px 15px;
  font-size: 0.78rem;
  font-weight: 650;
  display: grid;
}
.golf-process-section {
  background: var(--paper);
}
.golf-process {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.golf-process li {
  border-right: 1px solid var(--line);
  min-height: 180px;
  padding: 24px;
}
.golf-process li:last-child {
  border-right: 0;
}
.golf-process span {
  color: var(--bronze);
  margin-bottom: 50px;
  font-size: 0.68rem;
  display: block;
}
.golf-process strong {
  font-size: 0.94rem;
}
.golf-objections {
  background: var(--ivory);
}
.founder-grid {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
  display: grid;
}
.portrait-large {
  min-height: 680px;
}
.founder-copy h2 {
  margin-bottom: 28px;
}
.large-copy {
  color: var(--espresso);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.credentials-section {
  background: var(--sand);
}
.credentials-heading {
  align-items: start;
}
.credential-grid {
  border-top: 1px solid #2b160d40;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.credential-grid article {
  border-bottom: 1px solid #2b160d40;
  grid-template-columns: 38px 1fr;
  column-gap: 22px;
  min-height: 220px;
  padding: 32px 34px 36px 0;
  display: grid;
}
.credential-grid article:nth-child(2n) {
  border-left: 1px solid #2b160d40;
  padding-left: 34px;
}
.credential-index {
  grid-row: 1 / 4;
  color: var(--bronze);
  font-size: 0.7rem;
  font-weight: 700;
}
.credential-type {
  color: var(--bronze);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 0.68rem;
  font-weight: 720;
}
.credential-grid h3 {
  max-width: 460px;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}
.credential-detail {
  margin: 0;
  font-size: 0.9rem;
}
.credential-note {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 0.78rem;
}
.philosophy-section {
  background: var(--ivory);
}
.expect-section {
  background: var(--espresso);
  color: var(--ivory);
}
.expect-grid {
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  display: grid;
}
.expect-grid ul {
  border-top: 1px solid var(--line-light);
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.expect-grid li {
  border-bottom: 1px solid var(--line-light);
  color: #f7f3edc4;
  padding: 21px 12px 21px 0;
}
.expect-grid li:nth-child(2n) {
  border-left: 1px solid var(--line-light);
  padding-left: 24px;
}
.booking-section {
  background: var(--paper);
}
.booking-grid,
.contact-grid {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: clamp(60px, 9vw, 120px);
  display: grid;
}
.booking-context {
  position: sticky;
  top: 120px;
}
.booking-context h2 {
  margin-bottom: 38px;
}
.booking-context ol {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
  list-style: none;
}
.booking-context li {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 23px 0;
  display: grid;
}
.booking-context li > span {
  color: var(--bronze);
  font-size: 0.68rem;
}
.booking-context li strong {
  margin-bottom: 6px;
  display: block;
}
.booking-context li p {
  margin: 0;
  font-size: 0.84rem;
}
.direct-contact {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 36px;
  display: flex;
}
.direct-contact span {
  color: var(--muted);
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.direct-contact a {
  color: var(--espresso);
  text-underline-offset: 4px;
  font-weight: 650;
  text-decoration: underline;
}
.form-panel {
  border: 1px solid var(--line);
  background: var(--ivory);
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 52px);
}
.form-panel-heading {
  margin-bottom: 38px;
}
.form-panel-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.35rem);
}
.form-panel-heading p:last-child {
  margin: 0;
}
.lead-form {
  flex-direction: column;
  gap: 24px;
  display: flex;
}
.concierge-handoff {
  border: 1px solid #a6613247;
  border-left: 3px solid var(--bronze);
  background: #f7eee5;
  border-radius: 6px;
  grid-template-columns: 1fr auto;
  gap: 5px 18px;
  padding: 16px 17px;
  display: grid;
}
.concierge-handoff > span {
  color: var(--bronze);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 740;
}
.concierge-handoff strong {
  color: var(--espresso);
  font-size: 0.78rem;
}
.concierge-handoff p {
  grid-column: 1/-1;
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.5;
}
.form-grid {
  gap: 22px;
  display: grid;
}
.two-column {
  grid-template-columns: repeat(2, 1fr);
}
.lead-form label:not(.checkbox-label) {
  color: var(--espresso);
  flex-direction: column;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 670;
  display: flex;
}
.lead-form label span em {
  color: var(--muted);
  margin-left: 5px;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 500;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  background: var(--paper);
  width: 100%;
  min-height: 50px;
  color: var(--ink);
  border: 1px solid #2b160d47;
  border-radius: 5px;
  outline: 0;
  padding: 12px 13px;
}
.lead-form textarea {
  resize: vertical;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--bronze);
  box-shadow: 0 0 0 3px #a6613229;
}
.lead-form [aria-invalid="true"] {
  border-color: #a43b2f;
}
.field-error {
  color: #92352a;
  font-size: 0.7rem;
  font-weight: 600;
}
.consent-group {
  border: 0;
  margin: 4px 0 0;
  padding: 0;
}
.consent-group legend {
  color: var(--espresso);
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 680;
}
.checkbox-label {
  color: var(--muted);
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  display: grid;
}
.checkbox-label + .checkbox-label {
  margin-top: 12px;
}
.checkbox-label input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--espresso);
  margin-top: 2px;
}
.form-notice {
  border-left: 2px solid var(--bronze);
  color: var(--muted);
  padding-left: 14px;
  font-size: 0.72rem;
  line-height: 1.55;
}
.form-message {
  color: #92352a;
  margin: 0;
  font-size: 0.82rem;
}
.form-submit {
  width: 100%;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
.form-fallback {
  text-align: center;
  margin: -6px 0 0;
  font-size: 0.75rem;
}
.form-fallback a {
  color: var(--espresso);
  font-weight: 670;
  text-decoration: underline;
}
.hp-field {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}
.contact-methods {
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
.contact-methods > * {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 22px 0;
  display: grid;
}
.contact-methods > a:hover strong {
  color: var(--bronze);
}
.contact-methods span {
  color: var(--bronze);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 720;
}
.contact-methods strong {
  overflow-wrap: anywhere;
  color: var(--espresso);
  font-size: 0.92rem;
  font-weight: 620;
}
.business-card-figure {
  margin: 38px 0 0;
}
.business-card-figure img {
  border: 1px solid #2b160d1f;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 22px 48px #2b160d1f;
}
.business-card-figure figcaption {
  color: var(--muted);
  margin-top: 12px;
  font-size: 0.72rem;
}
.legal-updated-label {
  margin-top: 18px;
  font-weight: 650;
  color: var(--bronze) !important;
  font-size: 0.7rem !important;
}
.legal-copy {
  max-width: 820px;
}
.legal-copy h2 {
  margin: 56px 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.legal-copy h2:first-child {
  margin-top: 0;
}
.legal-copy p {
  font-size: 0.98rem;
}
.legal-copy a {
  color: var(--bronze);
  text-decoration: underline;
}
.confirmation-page {
  background: var(--ivory);
  min-height: 78vh;
  padding: clamp(90px, 12vw, 160px) 0;
}
.confirmation-card {
  border-top: 1px solid var(--line);
  max-width: 850px;
  padding-top: 30px;
}
.confirmation-card h1 {
  max-width: 760px;
  margin: 30px 0;
}
.confirmation-card > p:not(.eyebrow, .emergency-note) {
  max-width: 650px;
  font-size: 1.1rem;
}
.confirmation-number {
  color: var(--bronze);
  font-size: 0.7rem;
}
.confirmation-card > .text-link {
  margin-top: 28px;
}
.emergency-note {
  max-width: 620px;
  margin-top: 40px;
  font-size: 0.75rem;
}
.not-found-page {
  background: var(--ivory);
  min-height: 76vh;
  padding: clamp(90px, 12vw, 160px) 0;
  overflow: hidden;
}
.not-found-page .container {
  position: relative;
}
.not-found-page .container > strong {
  color: #2b160d0e;
  font-size: clamp(10rem, 30vw, 28rem);
  line-height: 1;
  position: absolute;
  top: -140px;
  right: 0;
}
.not-found-page h1 {
  max-width: 700px;
  margin-bottom: 20px;
  position: relative;
}
.not-found-page p:not(.eyebrow) {
  font-size: 1.15rem;
  position: relative;
}
.not-found-page .button-row {
  margin-top: 34px;
  position: relative;
}
.bear-concierge {
  z-index: 95;
  pointer-events: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
}
.bear-concierge > * {
  pointer-events: auto;
}
.concierge-launcher {
  background: var(--espresso);
  min-height: 62px;
  color: var(--ivory);
  cursor: pointer;
  font: inherit;
  letter-spacing: -0.01em;
  border: 1px solid #f7f3ed33;
  border-radius: 999px;
  align-items: center;
  gap: 11px;
  padding: 6px 18px 6px 6px;
  font-size: 0.84rem;
  font-weight: 740;
  display: flex;
  box-shadow: 0 15px 42px #2b160d42;
}
.concierge-launcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 19px 46px #2b160d4d;
}
.concierge-launcher-open {
  background: #1c0e08;
}
.concierge-launcher-logo,
.concierge-avatar {
  background: var(--ivory);
  border-radius: 50%;
  flex: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.concierge-launcher-logo {
  width: 50px;
  height: 50px;
  animation: 3.2s ease-in-out infinite concierge-breathe;
}
.concierge-avatar {
  border: 1px solid #f7f3ed3d;
  width: 44px;
  height: 44px;
}
.concierge-launcher-logo .brand-source-image {
  padding: 6px;
}
.concierge-avatar .brand-source-image {
  padding: 5px;
}
.concierge-teaser {
  background: var(--paper);
  border: 1px solid #2b160d29;
  border-radius: 12px 12px 4px;
  width: min(310px, 100vw - 48px);
  position: relative;
  box-shadow: 0 18px 50px #2b160d33;
}
.concierge-teaser-message {
  width: 100%;
  color: var(--espresso);
  cursor: pointer;
  font: inherit;
  text-align: left;
  background: 0 0;
  border: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 18px 42px 18px 19px;
  display: flex;
}
.concierge-teaser-message strong {
  font-size: 0.9rem;
}
.concierge-teaser-message span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}
.concierge-teaser-close,
.concierge-close {
  cursor: pointer;
  font: inherit;
  background: 0 0;
  border: 0;
}
.concierge-teaser-close {
  z-index: 1;
  width: 30px;
  height: 30px;
  color: var(--muted);
  font-size: 1.2rem;
  position: absolute;
  top: 7px;
  right: 8px;
}
.concierge-panel {
  background: var(--paper);
  border: 1px solid #2b160d33;
  border-radius: 15px 15px 5px;
  width: min(404px, 100vw - 48px);
  max-height: min(690px, 100vh - 110px);
  overflow: auto;
  box-shadow: 0 26px 75px #2b160d47;
}
.concierge-panel-header {
  background: var(--espresso);
  color: var(--ivory);
  grid-template-columns: 44px 1fr 34px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  display: grid;
}
.concierge-panel-header p {
  color: var(--ivory);
  margin: 0 0 2px;
  font-size: 0.88rem;
  font-weight: 750;
}
.concierge-panel-header div > span {
  color: #f7f3ed9e;
  font-size: 0.65rem;
  display: block;
}
.concierge-close {
  color: #f7f3edbf;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 1.45rem;
}
.concierge-close:hover {
  color: var(--ivory);
  background: #f7f3ed1a;
}
.concierge-content {
  min-height: 360px;
  padding: 28px 25px 26px;
}
.concierge-kicker {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 760;
  color: var(--bronze) !important;
  margin: 0 0 10px !important;
  font-size: 0.67rem !important;
}
.concierge-content h2 {
  letter-spacing: -0.045em;
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 5vw, 2.15rem);
  line-height: 1.02;
}
.concierge-content > p:not(.concierge-kicker) {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.55;
}
.concierge-choices {
  gap: 8px;
  margin-top: 23px;
  display: grid;
}
.concierge-choices button {
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--espresso);
  cursor: pointer;
  font: inherit;
  text-align: left;
  border-radius: 7px;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 14px 15px;
  font-size: 0.82rem;
  font-weight: 680;
  display: grid;
}
.concierge-choices button:hover {
  border-color: var(--bronze);
  background: #f7eee5;
}
.concierge-choices button span:last-child {
  color: var(--bronze);
  font-size: 1rem;
}
.concierge-back {
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  background: 0 0;
  border: 0;
  margin: -4px 0 22px;
  padding: 0;
  font-size: 0.72rem;
  font-weight: 650;
}
.concierge-back:hover {
  color: var(--bronze);
}
.concierge-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
  margin-top: 26px;
  display: flex;
}
.concierge-actions .button {
  width: 100%;
}
.concierge-actions > a:not(.button) {
  color: var(--espresso);
  text-align: center;
  text-underline-offset: 4px;
  font-size: 0.77rem;
  font-weight: 680;
  -webkit-text-decoration: underline #2b160d40;
  text-decoration: underline #2b160d40;
}
.concierge-panel-footer {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 13px 16px;
  display: flex;
}
.concierge-panel-footer span {
  color: var(--muted);
  font-size: 0.61rem;
}
.concierge-panel-footer a {
  color: var(--espresso);
  text-underline-offset: 3px;
  font-size: 0.69rem;
  font-weight: 720;
  text-decoration: underline;
}
@keyframes concierge-breathe {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
.site-footer {
  color: var(--ivory);
  background: #1c0e08;
  padding: 82px 0 32px;
}
.footer-grid {
  grid-template-columns: 1.35fr 0.55fr 0.8fr;
  gap: 90px;
  padding-bottom: 64px;
  display: grid;
}
.footer-brand p {
  color: #f7f3ed99;
  max-width: 390px;
  margin: 26px 0;
}
.footer-grid h2 {
  color: var(--copper);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 0.68rem;
  font-weight: 720;
}
.footer-grid nav,
.footer-grid address {
  color: #f7f3edbf;
  flex-direction: column;
  gap: 10px;
  font-size: 0.83rem;
  font-style: normal;
  display: flex;
}
.footer-grid nav a:hover,
.footer-grid address a:hover {
  color: var(--copper);
}
.footer-grid address strong {
  color: var(--ivory);
}
.footer-lower {
  border-top: 1px solid var(--line-light);
  grid-template-columns: 1.2fr auto;
  gap: 25px 60px;
  padding-top: 28px;
  display: grid;
}
.footer-lower p {
  color: #f7f3ed7a;
  margin: 0;
  font-size: 0.7rem;
}
.footer-lower p:last-child {
  grid-column: 1/-1;
}
.footer-lower nav {
  color: #f7f3eda6;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.7rem;
  display: flex;
}
@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .menu-toggle {
    width: 78px;
    color: var(--espresso);
    background: 0 0;
    border: 0;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
  }
  .menu-toggle span:last-child {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .mobile-menu {
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 0;
    padding: 18px 24px 28px;
    display: flex;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
  }
  .mobile-menu > a:not(.button) {
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
    font-weight: 630;
  }
  .mobile-menu .button {
    margin-top: 20px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    padding-right: 0;
  }
  .hero-art {
    min-height: 480px;
  }
  .about-preview-grid {
    grid-template-columns: 0.7fr 1fr;
  }
  .continuum-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .continuum-track article:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .continuum-track article:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .golf-process {
    grid-template-columns: repeat(3, 1fr);
  }
  .golf-process li:nth-child(3) {
    border-right: 0;
  }
  .golf-process li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 800px) {
  :root {
    --container: min(100% - 34px, 680px);
  }
  body {
    padding-bottom: 68px;
  }
  .site-header {
    height: 74px;
  }
  .mobile-menu {
    top: 74px;
  }
  .section {
    padding: 78px 0;
  }
  .home-hero {
    padding-bottom: 0;
  }
  .hero-copy {
    padding: 70px 0 62px;
  }
  .hero-copy h1 {
    font-size: clamp(3.15rem, 15vw, 5.4rem);
  }
  .hero-lede {
    font-size: 1rem;
  }
  .hero-art {
    min-height: 390px;
  }
  .hero-art-note {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-paths-heading,
  .landing-path-grid {
    grid-template-columns: 1fr;
  }
  .landing-paths-heading {
    align-items: start;
    gap: 24px;
  }
  .landing-path-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 30px 24px;
  }
  .landing-path-card:last-child {
    border-bottom: 0;
  }
  .landing-path-card .eyebrow {
    margin-top: 24px;
  }
  .landing-path-arrow {
    padding-top: 24px;
  }
  .trust-strip span:nth-child(2) {
    border-right: 0;
  }
  .trust-strip span:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .split-heading,
  .opening-statement-grid,
  .outcomes-grid,
  .golf-feature-grid,
  .credibility-grid,
  .faq-grid,
  .final-cta-inner,
  .help-list article,
  .phase-list > article,
  .conversation-grid,
  .golf-hero-grid,
  .assessment-grid,
  .founder-grid,
  .expect-grid,
  .booking-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .split-heading {
    margin-bottom: 45px;
  }
  .sticky-copy,
  .booking-context {
    position: static;
  }
  .three-up {
    grid-template-columns: 1fr;
  }
  .credential-grid {
    grid-template-columns: 1fr;
  }
  .credential-grid article,
  .credential-grid article:nth-child(2n) {
    border-left: 0;
    min-height: auto;
    padding: 28px 0 30px;
  }
  .editorial-cards article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .editorial-cards article:last-child {
    border-bottom: 0;
  }
  .card-number {
    margin-bottom: 38px;
  }
  .process-roadmap {
    border-top: 0;
    border-left: 1px solid var(--line);
    grid-template-columns: 1fr;
  }
  .process-roadmap:before {
    top: 0;
    left: -5px;
  }
  .process-roadmap article {
    min-height: auto;
    padding: 10px 0 48px 30px;
  }
  .process-roadmap article + article {
    border-left: 0;
    padding-left: 30px;
  }
  .process-roadmap span {
    margin-bottom: 30px;
  }
  .statement-lead {
    margin-bottom: 34px;
  }
  .statement-body {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .statement-signoff {
    flex-direction: column;
    align-items: flex-start;
  }
  .continuum-track {
    border-top: 0;
    border-left: 1px solid var(--line);
    grid-template-columns: 1fr;
  }
  .continuum-track article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
    padding: 30px 18px 36px 30px;
  }
  .continuum-track article + article,
  .continuum-track article:nth-child(3),
  .continuum-track article:nth-child(4) {
    border-top: 0;
    border-left: 0;
  }
  .continuum-track article:before {
    top: 30px;
    left: -5px;
  }
  .continuum-track span {
    margin-bottom: 36px;
  }
  .why-grid,
  .audience-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .why-grid article:nth-child(2n),
  .audience-grid > a:nth-child(2n) {
    border-left: 0;
    padding-left: 0;
  }
  .why-grid article,
  .audience-grid > a {
    padding-right: 0;
  }
  .about-preview-grid {
    grid-template-columns: 1fr;
  }
  .portrait-photo {
    min-height: 480px;
  }
  .golf-feature:after {
    font-size: 50vw;
  }
  .final-cta-inner {
    align-items: start;
  }
  .cta-stack {
    align-items: flex-start;
    min-width: 0;
  }
  .roadmap-line,
  .roadmap-line-four {
    grid-template-columns: 1fr;
  }
  .roadmap-line a {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .phase-list > article {
    padding: 60px 0;
  }
  .phase-items,
  .is-isnt-grid,
  .help-list dl {
    grid-template-columns: 1fr;
  }
  .help-list article {
    gap: 34px;
  }
  .help-list header {
    grid-template-columns: 34px 1fr;
  }
  .symptom-list {
    grid-template-columns: 1fr;
  }
  .symptom-list > div:nth-child(2n) {
    border-left: 0;
    padding-left: 0;
  }
  .assessment-wheel {
    border-radius: 45%;
    min-height: 360px;
    padding: 42px 24px;
  }
  .golf-process {
    border-left: 1px solid var(--line);
    border-top: 0;
    grid-template-columns: 1fr;
  }
  .golf-process li,
  .golf-process li:nth-child(3) {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .golf-process span {
    margin-bottom: 22px;
  }
  .portrait-large {
    min-height: 560px;
  }
  .expect-grid ul {
    grid-template-columns: 1fr;
  }
  .expect-grid li:nth-child(2n) {
    border-left: 0;
    padding-left: 0;
  }
  .two-column {
    grid-template-columns: 1fr;
  }
  .form-panel {
    padding: 28px 22px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-lower {
    grid-template-columns: 1fr;
  }
  .footer-lower p:last-child {
    grid-column: auto;
  }
  .mobile-action-bar {
    z-index: 80;
    border-top: 1px solid var(--line);
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: #fffdf9f7;
    grid-template-columns: 1fr;
    gap: 10px;
    display: grid;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -12px 35px #2b160d1a;
  }
  .mobile-action-bar .button {
    min-height: 48px;
    padding: 10px 12px;
  }
  .bear-concierge {
    right: 12px;
    bottom: calc(79px + env(safe-area-inset-bottom));
  }
  .concierge-panel {
    width: min(404px, 100vw - 24px);
    max-height: calc(100dvh - 170px - env(safe-area-inset-bottom));
  }
  .concierge-teaser {
    width: min(310px, 100vw - 24px);
  }
}
@media (max-width: 520px) {
  :root {
    --container: calc(100% - 28px);
  }
  .site-header {
    height: 70px;
  }
  .mobile-menu {
    top: 70px;
  }
  .brand-mark {
    width: 44px;
    height: 44px;
  }
  .hero-copy {
    padding-top: 55px;
  }
  .hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(3rem, 16vw, 4.5rem);
  }
  .button-row {
    flex-direction: column;
    align-items: stretch;
  }
  .button-row .button,
  .button-row .text-link {
    width: 100%;
  }
  .button-row .text-link {
    justify-content: center;
  }
  .hero-art {
    min-height: 340px;
  }
  .hero-bear-word {
    font-size: 5.4rem;
  }
  .trust-strip span {
    padding: 17px 10px;
    font-size: 0.65rem;
  }
  .why-grid article {
    grid-template-columns: 30px 1fr;
    gap: 18px;
  }
  .audience-grid > a {
    grid-template-columns: 28px 1fr auto;
    gap: 12px;
  }
  .portrait-photo {
    min-height: 400px;
  }
  .page-hero {
    padding-top: 72px;
  }
  .page-hero h1 {
    font-size: clamp(3rem, 14.5vw, 4.3rem);
  }
  .golf-hero h1 {
    font-size: clamp(3rem, 14vw, 4.35rem);
  }
  .golf-scorecard {
    padding: 22px;
  }
  .assessment-wheel span {
    min-width: 104px;
  }
  .contact-methods > * {
    grid-template-columns: 78px 1fr;
    gap: 12px;
  }
  .practice-facts div {
    grid-template-columns: 92px 1fr;
    gap: 16px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .concierge-launcher-logo {
    animation: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
